ext/libpng/gstpngenc.c: Don't flush downstream after every buffer - that's not what...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
2
3         * ext/libpng/gstpngenc.c:
4         Don't flush downstream after every buffer - that's not what
5         this libpng callback is for at all!
6
7 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
8
9         * sys/v4l2/v4l2src_calls.c:
10           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
11           (gst_v4l2src_probe_caps_for_format):
12           Turns out we don't always get the frame sizes in a predefined
13           order from lowest to highest resolution, so let's just sort the
14           list by frame size once we've queried the possible resolutions
15           rather than assume any particular order. Fixes probed caps for
16           the camera in my HP2133 mini notebook and makes v4l2src default
17           to a decent size.
18
19 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
20
21         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
22         * gst/matroska/matroska-ids.h:
23         Make mkvdemux aware of E-AC3.
24
25 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
26
27         * gst/rtp/Makefile.am:
28         * gst/rtp/gstrtp.c: (plugin_init):
29         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
30         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
31         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
32         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
33         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
34         (gst_rtp_jpeg_depay_change_state),
35         (gst_rtp_jpeg_depay_plugin_init):
36         * gst/rtp/gstrtpjpegdepay.h:
37         Add a jpeg depayloader.
38
39         * gst/rtp/gstrtpjpegpay.c:
40         Set the default properties on the payloader to better defaults.
41
42 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
43
44         * sys/v4l2/gstv4l2.c:
45           Give it a primary rank for autovideosrc.
46
47 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
48
49         Patch by: Bjorn Ostby <bjornos at axis dot com>
50
51         * gst/rtp/Makefile.am:
52         * gst/rtp/gstrtp.c: (plugin_init):
53         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
54         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
55         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
56         (gst_rtp_jpeg_pay_read_quant_table),
57         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
58         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
59         (gst_rtp_jpeg_pay_plugin_init):
60         * gst/rtp/gstrtpjpegpay.h:
61         Add JPEG payloader. Fixes #560756.
62
63 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
64
65         Patch by: Fabricio Godoy <skarllot at gmail dot com>
66
67         * sys/oss/gstosssink.c: (gst_oss_sink_open):
68         * sys/oss/gstosssrc.c: (gst_oss_src_open):
69         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
70         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
71         Fix some spelling mistakes. Fixes #556802.
72
73 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
74
75         * gst/equalizer/GstIirEqualizer10Bands.prs:
76         * gst/equalizer/GstIirEqualizer3Bands.prs:
77         * gst/equalizer/Makefile.am:
78         * gst/equalizer/gstiirequalizer10bands.c:
79         * gst/equalizer/gstiirequalizer3bands.c:
80           Add presets for equalizer. Fixes #522183.
81
82 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
83
84         * gst/rtsp/Makefile.am:
85         * gst/rtsp/gstrtsp.c: (plugin_init):
86         * gst/rtsp/gstrtspgoogle.c:
87         * gst/rtsp/gstrtspgoogle.h:
88         Remove google extension again, it's not needed anymore because we never
89         send multiple transports anymore.
90
91 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
92
93         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
94
95         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
96         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
97         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
98         (gst_rtspsrc_stream_free),
99         (gst_rtspsrc_stream_configure_udp_sinks),
100         (gst_rtspsrc_stream_configure_transport),
101         (gst_rtspsrc_send_dummy_packets),
102         (gst_rtspsrc_create_transports_string),
103         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
104         * gst/rtsp/gstrtspsrc.h:
105         Add property to configure NAT traversal method.
106         Ignore EOS from the internal sinks.
107         Implement sending dummy packets as a (simple) method to open up
108         some firewalls.
109         Send PLAY request to the server after we started the udp sources.
110         Fixes #559545.
111
112 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
113
114         Patch by: Yotam <sh dot yotam at gmail dot com>
115
116         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
117         Flush the remaining frames on EOS. Fixes #560641.
118
119 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
120
121         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
122         Fix compiler warning about printf formatting.
123
124 2008-11-12  Andy Wingo  <wingo@pobox.com>
125
126         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
127         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
128         segment events instead of sending them from the seeking thread.
129         Fixes #559288.
130         (gst_qtdemux_push_pending_newsegment): New helper, sends out
131         queued newsegment events.
132         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
133         call it here, as we only seek when looping, and only push in the
134         movie state.
135
136 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
137
138         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
139         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
140         * gst/qtdemux/qtdemux_fourcc.h:
141         * gst/qtdemux/qtdemux_types.c:
142         Add cover and alternative copyright tag, and enhance some existing
143         ones by marking them as container atoms.
144
145 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
146
147         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
148         Don't ignore the return value of setcaps.
149
150 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
151
152         Patch by: Olivier Crete <tester at tester dot ca>
153
154         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
155         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
156         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
157         * gst/rtp/gstrtpg729pay.h:
158         Replace G729 payloader with an improved version. Fixes #532409.
159
160 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
161
162         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
163         (gst_rtspsrc_change_state):
164         Only send one transport at a time for improved compatibility with some
165         broken servers. See #537832.
166
167 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
168
169         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
170         (gst_rtspsrc_perform_seek):
171         Only pause/play in the seek handler when the source was playing.
172         Fixes #529379.
173
174 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
175
176         * gst/matroska/matroska-mux.c:
177         (gst_matroska_mux_handle_dirac_packet):
178         Fix muxing of Dirac streams if the input already has the format
179         we need, i.e. is the output of matroskademux.
180
181 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
182
183         * gst/avi/gstavimux.c:
184           Don't segfault on string typed tags being NULL. Fixes #560155.
185
186 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
187
188         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
189         (gst_matroska_mux_audio_pad_setcaps):
190         Fix mapping AAC profile to Matroska codec id.
191
192 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
193
194         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
195         (qtdemux_video_caps), (qtdemux_audio_caps):
196         Refactor some raw audio caps building, and handle >16-bit cases.
197         Fix/replace building caps from a string description.
198
199 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
200
201         * gst/audiofx/audiowsincband.c:
202         * gst/audiofx/audiowsinclimit.c:
203         * gst/cutter/gstcutter.c:
204           Make author name consistent with others.
205
206 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
207
208         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
209
210         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
211         (gst_rtspsrc_stream_configure_udp_sink):
212         Pause the RTSP stream before doing a new play request.
213         Make sure that adding the udpsinks does not cause the rtspsrc to become
214         a sink. Fixes #559547.
215
216 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
217
218         * gst/matroska/matroska-ids.h:
219         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
220         (gst_matroska_mux_handle_dirac_packet),
221         (gst_matroska_mux_write_data):
222         Implement Dirac muxing into Matroska comforming to the spec, i.e.
223         put all Dirac packages up to a picture into a Matroska block.
224
225         TODO: Implement writing of the ReferenceBlock Matroska elements,
226         currently the Dirac muxing is only 100% correct if Matroska version 2
227         is selected for muxing.
228
229 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
230
231         Patch by: Bastien Nocera <hadess at hadess dot net>,
232                   Hans de Goede <jwrdegoede at fedoraproject dot org>
233
234         * configure.ac:
235         * sys/v4l2/Makefile.am:
236         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
237         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
238         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
239         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
240         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
241         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
242         (gst_v4l2_get_input), (gst_v4l2_set_input):
243         * sys/v4l2/v4l2_calls.h:
244         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
245         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
246         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
247         (gst_v4l2src_fill_format_list),
248         (gst_v4l2src_probe_caps_for_format_and_size),
249         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
250         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
251         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
252         (gst_v4l2src_get_nearest_size):
253         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
254
255 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
256
257         * ext/aalib/Makefile.am:
258         * ext/annodex/Makefile.am:
259         * ext/cairo/Makefile.am:
260         * ext/dv/Makefile.am:
261         * ext/esd/Makefile.am:
262         * ext/flac/Makefile.am:
263         * ext/gconf/Makefile.am:
264         * ext/gdk_pixbuf/Makefile.am:
265         * ext/hal/Makefile.am:
266         * ext/jpeg/Makefile.am:
267         * ext/ladspa/Makefile.am:
268         * ext/libcaca/Makefile.am:
269         * ext/libmng/Makefile.am:
270         * ext/libpng/Makefile.am:
271         * ext/mikmod/Makefile.am:
272         * ext/pulse/Makefile.am:
273         * ext/raw1394/Makefile.am:
274         * ext/shout2/Makefile.am:
275         * ext/soup/Makefile.am:
276         * ext/speex/Makefile.am:
277         * ext/taglib/Makefile.am:
278         * ext/wavpack/Makefile.am:
279         * gst/alpha/Makefile.am:
280         * gst/apetag/Makefile.am:
281         * gst/audiofx/Makefile.am:
282         * gst/auparse/Makefile.am:
283         * gst/autodetect/Makefile.am:
284         * gst/avi/Makefile.am:
285         * gst/cutter/Makefile.am:
286         * gst/debug/Makefile.am:
287         * gst/effectv/Makefile.am:
288         * gst/equalizer/Makefile.am:
289         * gst/flx/Makefile.am:
290         * gst/goom/Makefile.am:
291         * gst/goom2k1/Makefile.am:
292         * gst/icydemux/Makefile.am:
293         * gst/id3demux/Makefile.am:
294         * gst/interleave/Makefile.am:
295         * gst/law/Makefile.am:
296         * gst/level/Makefile.am:
297         * gst/matroska/Makefile.am:
298         * gst/median/Makefile.am:
299         * gst/monoscope/Makefile.am:
300         * gst/multifile/Makefile.am:
301         * gst/multipart/Makefile.am:
302         * gst/oldcore/Makefile.am:
303         * gst/qtdemux/Makefile.am:
304         * gst/replaygain/Makefile.am:
305         * gst/rtp/Makefile.am:
306         * gst/rtsp/Makefile.am:
307         * gst/smpte/Makefile.am:
308         * gst/spectrum/Makefile.am:
309         * gst/udp/Makefile.am:
310         * gst/videobox/Makefile.am:
311         * gst/videocrop/Makefile.am:
312         * gst/videofilter/Makefile.am:
313         * gst/videomixer/Makefile.am:
314         * gst/wavenc/Makefile.am:
315         * gst/wavparse/Makefile.am:
316         * sys/directdraw/Makefile.am:
317         * sys/directsound/Makefile.am:
318         * sys/oss/Makefile.am:
319         * sys/osxaudio/Makefile.am:
320         * sys/osxvideo/Makefile.am:
321         * sys/sunaudio/Makefile.am:
322         * sys/v4l2/Makefile.am:
323         * sys/waveform/Makefile.am:
324         * sys/ximage/Makefile.am:
325           Don't install static libs for plugins. Fixes #550851 for -good.
326
327 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
328
329         * ext/flac/Makefile.am:
330         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
331         This fixes compilation if FLAC is installed in an uncommon location
332         that is not already handled by other CFLAGS. Fixes bug #558711.
333
334 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
335
336         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
337         Guard more uncommon formats with ifdefs so that we can compile on older
338         versions.
339
340 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
341
342         Patch by: Nick Haddad <nick at haddads dot net>
343
344         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
345         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
346         (gst_avi_demux_stream_data):
347         Invert other uncompressed RGB formats. Fixes #558554.
348
349 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
350
351         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
352         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
353         * gst/wavenc/gstwavenc.h:
354         Add support for float/double as input and remove the (nowadays)
355         useless parsing of the depth as we require width==depth.
356
357 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
358
359         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
360         * gst/rtp/gstrtpmpapay.c:
361         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
362         mpeg version 1. Fixes #558427.
363
364 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
365
366         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
367         (gst_rtp_L16_pay_getcaps):
368         Only put an integral amount of samples in the RTP packet.
369         Fixes #556641.
370
371 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
372
373         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
374         * gst/rtp/gstrtpchannels.h:
375         Add method to get possible channel positions.
376
377 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
378
379         * gst/rtp/Makefile.am:
380         Also commit updated makefile
381
382 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
383
384         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
385         Don't allow width=32,depth=24 as input. WAV requires that the width
386         is the next integer multiply of 8 from the depth.
387
388 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
389
390         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
391         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
392         (gst_rtp_L16_pay_getcaps):
393         * gst/rtp/gstrtpchannels.c: (check_channels),
394         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
395         (gst_rtp_channels_create_default):
396         * gst/rtp/gstrtpchannels.h:
397         Add mappings for multichannel support. Does not completely just work
398         because the getcaps function does not yet return the allowed channel
399         mappings. See #556641.
400
401 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
402
403         * gst/goom/Makefile.am:
404         * gst/goom/README:
405         * gst/goom/config_param.c:
406         * gst/goom/convolve_fx.c:
407         * gst/goom/drawmethods.c:
408         * gst/goom/drawmethods.h:
409         * gst/goom/filters.c:
410         * gst/goom/filters_mmx.s:
411         * gst/goom/flying_stars_fx.c:
412         * gst/goom/goom.h:
413         * gst/goom/goom_config.h:
414         * gst/goom/goom_config_param.h:
415         * gst/goom/goom_core.c:
416         * gst/goom/goom_filters.h:
417         * gst/goom/goom_fx.h:
418         * gst/goom/goom_graphic.h:
419         * gst/goom/goom_plugin_info.h:
420         * gst/goom/goom_tools.c:
421         * gst/goom/goom_tools.h:
422         * gst/goom/goom_typedefs.h:
423         * gst/goom/goom_visual_fx.h:
424         * gst/goom/graphic.c:
425         * gst/goom/ifs.c:
426         * gst/goom/ifs.h:
427         * gst/goom/lines.c:
428         * gst/goom/lines.h:
429         * gst/goom/mathtools.c:
430         * gst/goom/mathtools.h:
431         * gst/goom/mmx.c:
432         * gst/goom/motif_goom1.h:
433         * gst/goom/motif_goom2.h:
434         * gst/goom/plugin_info.c:
435         * gst/goom/ppc_drawings.h:
436         * gst/goom/ppc_zoom_ultimate.h:
437         * gst/goom/sound_tester.c:
438         * gst/goom/sound_tester.h:
439         * gst/goom/surf3d.c:
440         * gst/goom/surf3d.h:
441         * gst/goom/tentacle3d.c:
442         * gst/goom/tentacle3d.h:
443         * gst/goom/v3d.c:
444         * gst/goom/v3d.h:
445         * gst/goom/xmmx.c:
446           Add license headers in all source files. Remove filter.c from
447           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
448           which are not used right now. Fixes #557709.
449
450 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
451
452         Patch by: Olivier Crete <tester at tester dot ca>
453
454         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
455         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
456         Implement getcaps in rtpL16pay. Fixes #556484.
457
458 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
459
460         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
461         (gst_rtp_L16_depay_process):
462         Check if clock-rate and channels are valid.
463         Don't ignore the return value of setcaps.
464         No need to validate the buffer, the base class does that for us.
465         Use the marker bit to set the DISCONT flag on outgoing buffers.
466
467         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
468         Don't ignore the return value of set_outcaps.
469
470         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
471         (gst_rtp_ac3_depay_process):
472         Don't ignore the return value of set_caps.
473         No need to validate the buffer, the base class does that for us.
474
475         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
476         (gst_rtp_amr_depay_process):
477         * gst/rtp/gstrtpamrdepay.h:
478         Don't ignore the return value of setcaps.
479         No need to validate the buffer, the base class does that for us.
480         No need to set output caps on the buffers, the base class does that for
481         us.
482         The subclass will make sure we are negotiated.
483         
484         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
485         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
486         * gst/rtp/gstrtpdvdepay.h:
487         Clean up caps negotiation.
488         The subclass will make sure we are negotiated.
489
490         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
491         (gst_rtp_g726_depay_process):
492         Clean up caps negotiation.
493         Use the marker bit to set the DISCONT flag on outgoing buffers.
494
495         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
496         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
497         * gst/rtp/gstrtpg729depay.h:
498         The subclass will make sure we are negotiated.
499         Use the marker bit to set the DISCONT flag on outgoing buffers.
500
501         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
502         (gst_rtp_gsm_depay_process):
503         Clean up caps negotiation.
504         Use the marker bit to set the DISCONT flag on outgoing buffers.
505
506         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
507         Clean up caps negotiation.
508         Don't ignore the return value of set_outcaps.
509
510         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
511         (gst_rtp_h263_depay_process):
512         Clean up caps negotiation.
513         No need to validate the buffer, the base class does that for us.
514
515         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
516         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
517         * gst/rtp/gstrtph263pay.h:
518         Don't ignore the return value of set_outcaps.
519         Do some more timestamps.
520
521         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
522         (gst_rtp_h263p_depay_process):
523         Clean up caps negotiation.
524         Don't ignore the return value of setcaps.
525         No need to validate the buffer, the base class does that for us.
526
527         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
528         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
529         (gst_rtp_h263p_pay_handle_buffer):
530         * gst/rtp/gstrtph263ppay.h:
531         Don't ignore the return value of set_outcaps.
532         Do some more timestamps.
533
534         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
535         (gst_rtp_h264_depay_process):
536         Clean up caps negotiation.
537         Don't ignore the return value of setcaps.
538         Fix possible caps leak.
539         No need to validate the buffer, the base class does that for us.
540
541         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
542         Add some more debug info.
543
544         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
545         (gst_rtp_ilbc_depay_process):
546         Clean up caps negotiation.
547         Use the marker bit to set the DISCONT flag on outgoing buffers.
548
549         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
550         Clean up caps negotiation.
551
552         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
553         (gst_rtp_mp1s_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         No need to set caps on buffers, subclass does that for us.
558
559         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
560         (gst_rtp_mp2t_depay_process):
561         Clean up caps negotiation.
562         Don't ignore the return value of setcaps.
563         No need to validate the buffer, the base class does that for us.
564         No need to set caps on buffers, subclass does that for us.
565
566         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
567         (gst_rtp_mp4a_depay_process):
568         Clean up caps negotiation.
569         Don't ignore the return value of setcaps.
570         No need to validate the buffer, the base class does that for us.
571
572         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
573         (gst_rtp_mp4a_pay_setcaps):
574         Don't ignore the return value of set_outcaps.
575
576         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
577         (gst_rtp_mp4g_depay_process):
578         Clean up caps negotiation.
579         Don't ignore the return value of setcaps.
580         No need to validate the buffer, the base class does that for us.
581         No need to set caps on buffers, subclass does that for us.
582
583         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
584         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
585         Don't ignore the return value of set_outcaps.
586
587         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
588         (gst_rtp_mp4v_depay_process):
589         Clean up caps negotiation.
590         Don't ignore the return value of setcaps.
591         No need to validate the buffer, the base class does that for us.
592         No need to set caps on buffers, subclass does that for us.
593
594         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
595         (gst_rtp_mp4v_pay_setcaps):
596         Don't ignore the return value of set_outcaps.
597
598         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
599         (gst_rtp_mpa_depay_process):
600         Clean up caps negotiation.
601         Don't ignore the return value of setcaps.
602         No need to validate the buffer, the base class does that for us.
603         Use the marker bit to set the DISCONT flag on outgoing buffers.
604
605         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
606         Don't ignore the return value of set_outcaps.
607
608         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
609         (gst_rtp_mpv_depay_process):
610         Clean up caps negotiation.
611         Actually set output caps.
612         No need to validate the buffer, the base class does that for us.
613
614         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
615         Don't ignore the return value of set_outcaps.
616
617         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
618         (gst_rtp_pcma_depay_process):
619         Clean up caps negotiation.
620         Set output buffer duration because we can.
621         Use the marker bit to set the DISCONT flag on outgoing buffers.
622
623         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
624         Don't ignore the return value of set_outcaps.
625
626         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
627         (gst_rtp_pcmu_depay_process):
628         Clean up caps negotiation.
629         Use the marker bit to set the DISCONT flag on outgoing buffers.
630
631         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
632         Don't ignore the return value of set_outcaps.
633
634         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
635         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
636         Clean up caps negotiation.
637         Set output caps on the pad and header buffers.
638         Set duration on output buffers because we can.
639
640         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
641         Don't ignore the return value of set_outcaps.
642
643         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
644         (gst_rtp_sv3v_depay_process):
645         Clean up caps negotiation.
646         No need to validate the buffer, the base class does that for us.
647         No need to set caps out output buffers, subclass does that.
648
649         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
650         (gst_rtp_theora_depay_process):
651         Don't ignore the return value of setcaps.
652         No need to validate the buffer, the base class does that for us.
653
654         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
655         (gst_rtp_theora_pay_flush_packet), (encode_base64),
656         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
657         (gst_rtp_theora_pay_handle_buffer):
658         Don't ignore the return value of set_outcaps.
659
660         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
661         (gst_rtp_vorbis_depay_process):
662         Don't ignore the return value of setcaps.
663         No need to validate the buffer, the base class does that for us.
664
665         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
666         Don't ignore the return value of set_outcaps.
667
668         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
669         Clean up caps negotiation, don't ignore setcaps return.
670
671         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
672         Don't ignore the return value of set_outcaps.
673
674 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
675
676         * gst/matroska/matroska-demux.c:
677         (gst_matroska_demux_handle_src_event):
678         Forward unknown events upstream.
679
680 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
681
682         * tests/check/elements/icydemux.c: (icydemux_found_pad):
683         Add some refcount check
684
685         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
686         Don't ignore the result of write(), fixes a  compiler warning for me.
687
688         * tests/icles/videobox-test.c: (main):
689         Make the output a little more pretty.
690
691 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
692
693         * ext/esd/esdmon.c:
694           Add doc blob.
695
696 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
697
698         * docs/plugins/Makefile.am:
699         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
700         * docs/plugins/gst-plugins-good-plugins-sections.txt:
701         * docs/plugins/gst-plugins-good-plugins.args:
702         * docs/plugins/gst-plugins-good-plugins.hierarchy:
703         * docs/plugins/gst-plugins-good-plugins.interfaces:
704         * docs/plugins/inspect/plugin-autodetect.xml:
705           Add the docs of the new elements.
706
707 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
708
709         * gst/autodetect/gstautoaudiosrc.c:
710         (gst_auto_audio_src_class_init):
711         * gst/autodetect/gstautovideosrc.c:
712         (gst_auto_video_src_class_init):
713         Fix "Since" tags in the documentation.
714
715 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
716
717         Patch by: Sjoerd Simons <sjoerd at luon dot net>
718
719         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
720         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
721         Add support for souphttpsrc to act as a live source. This makes it
722         possible to get timestamped buffers in combination with the
723         "do-timestamp" property. Fixes bug #556019.
724
725 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
726
727         * gst/autodetect/Makefile.am:
728         * gst/autodetect/gstautoaudiosink.c:
729         * gst/autodetect/gstautoaudiosrc.c:
730         * gst/autodetect/gstautoaudiosrc.h:
731         * gst/autodetect/gstautodetect.c:
732         * gst/autodetect/gstautovideosink.c:
733         * gst/autodetect/gstautovideosrc.c:
734         * gst/autodetect/gstautovideosrc.h:
735           Implement src plugins. Little code/string cleanup in the sinks.
736           Fixes #523813.
737
738 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
739
740         Patch by: Peter Kjellerstedt <pkj at axis com>
741
742         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
743         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
744         Fix a memory leak when pads are requested but the pipeline never
745         goes into PLAYING.
746
747         Correctly remove request pads, no matter if they have collected
748         data or not.
749
750         Fixes bug #557710.
751
752 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
753
754         Patch by: <lrn1986 at gmail dot com>
755
756         * gst/udp/gstudpnetutils.h:
757         Define the correct WINVER so getaddinfo() can be used when using
758         mingw32. Fixes bug #557294.
759
760 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
761
762         Patch by: <lrn1986 at gmail dot com>
763
764         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
765         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
766         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
767         Fix "argument type mismatch" compiler warnings on Windows.
768         Fixes bug #557293.
769
770 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
771
772         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
773         Don't calculate the filter coefficients for every single buffer
774         but only when it's needed. Fixes bug #557260.
775
776 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
777
778         * configure.ac:
779         Back to development -> 0.10.11.1
780
781 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
782
783         * gst-plugins-good.doap:
784         Fix version number of 0.10.11 release in doap file
785
786 === release 0.10.11 ===
787
788 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
789
790         * configure.ac:
791           releasing 0.10.11, "Secondary Consideration"
792
793 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
794
795         * configure.ac:
796         Commit 0.10.10.4 pre-release
797
798 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
799
800         * gst/avi/gstavimux.c:
801         Fix VPRP chunk setup in avimux.
802         Fixes: #556010
803         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
804
805 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
806
807         * gst/videobox/gstvideobox.c:
808         support dynamically changing properties in videobox
809         Fixed: #557085
810         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
811
812 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
813
814         * configure.ac:
815         0.10.10.3 pre-release
816
817 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
818
819         * tests/check/Makefile.am:
820         Don't run the states test on pulsesrc and pulsesink
821
822 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
823
824         * configure.ac:
825         Commit 0.10.10.2 pre-release bump that actually went
826         out on 2008-10-11
827
828 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
829
830         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
831         Skip entries for streams that don't have a output pad yet, thereby
832         avoiding calling pad functions with a NULL pad.
833         Fixes #556424
834
835 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
836
837         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
838         * tests/check/elements/icydemux.c: (icydemux_found_pad):
839         Remove problematic and useless refcount check.
840         Fixes #556381
841
842 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
843
844         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
845         Remove problematic and useless refcount check.
846         Fixes #556381
847
848 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
849
850         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
851         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
852         Cast some size_t arguments to guint to avoid compiler
853         warnings on 64-bit systems.
854
855 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
856
857         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
858         Return TRUE instead of FALSE from the event handler when we swallowed the
859         event.
860
861 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
862
863         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
864         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
865         Reset header state. Fixes #555321.
866
867 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
868
869         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
870         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
871         * gst/avi/gstavidemux.h:
872         For timestamping audio packets we need to take into account the
873         amount of blocks in one entry using the blockalign. Fixes some sync
874         issues with zero-padded audio blocks in the beginning of avi files.
875
876 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
877
878         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
879         (gst_multi_file_src_query):
880         Implement DEFAULT and BUFFER position queries. See #555260.
881
882 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
883
884         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
885         Fix build for systems that don't have XDamage.
886
887 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
888
889         * tests/examples/rtp/client-H263p.sdp:
890         * tests/examples/rtp/client-H263p.sh:
891         * tests/examples/rtp/server-VTS-H263p.sh:
892         Add some more H263p server and client examples.
893
894 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
895
896         * configure.ac::
897           Depend on released versions of core and base.
898
899 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
900
901         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
902         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
903         Return -1 instead of 0 in error cases. Fixes #554771.
904
905 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
906
907         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
908         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
909         Stop leaking the cursor image.
910         Unref the last_ximage and the cached cursor image on shutdown.
911         Fixes #551570.
912
913 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
914
915         * sys/v4l2/gstv4l2object.h:
916         Getting the Class from an instance is not just a matter of casting it to
917         the class struct but it involves calling G_OBJECT_GET_CLASS on the
918         instance. Fixes #549784.
919
920 2008-10-01  Michael Smith <msmith@songbirdnest.com>
921
922         * configure.ac:
923           Fix libs for linking directsound.
924         * sys/directsound/gstdirectsoundsink.c:
925           Fix buffer sizing to prevent racing the ringbuffer at startup.
926           Add volume property.
927
928 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
929
930         * ext/pulse/pulsesink.c:
931         Fix problems with pulsesink randomly erroring with code 'OK' after a
932         format change on the stream by waiting when disconnecting the stream.
933
934 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
935
936         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
937         (gst_rtp_amr_depay_process):
938         Mark DISCONT on output buffers when the marker bit signals a new talk
939         spurt.
940
941         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
942         Set the marker bit for buffers with a DISCONT flag to signal a talk
943         spurt.
944
945 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
946
947         * gst/rtp/Makefile.am:
948         * gst/rtp/gstrtp.c: (plugin_init):
949         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
950         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
951         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
952         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
953         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
954         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
955         * gst/rtp/gstrtpmp4apay.h:
956         Added MP4A-LATM payloader to match the depayloader.
957
958 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
959
960         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
961         (gst_videomixer_sink_event):
962         Handle segments a little better. Fixes #537361.
963
964 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
965
966         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
967         Don't assume the server supports PAUSE by default. Fixes #551048.
968
969 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
970
971         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
972         (gst_udpsrc_set_uri), (gst_udpsrc_start):
973         Switch on the socket family to get the addrlen size right.
974
975 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
976
977         Patch by: Daniel Franke <df at dfranke dot us>
978
979         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
980         OS X's bind() implementation is picky about its addrlen parameter and
981         fails with EINVAL if it is larger than expected for the socket's address
982         family. Set the length to the expected length instead. Fixes #553191.
983
984 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
985
986         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
987         Handle the case where we cannot do desribe or when the describe result
988         does not contain a valid SDP message.
989
990 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
991
992         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
993         Fix setting the qos.
994
995 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
996
997         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
998         (gst_qtdemux_chain):
999         Some 'broken' files out there have atom lengths of zero...
1000         which basically results in qtdemux consuming that atom again and again
1001         until the *end of night* !
1002         Detect that and emits an adequate element error message.
1003
1004 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1005
1006         * gst/interleave/Makefile.am:
1007         * gst/matroska/Makefile.am:
1008         Fix build flags order.
1009
1010         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1011         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1012         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1013         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1014         Format fixes.
1015
1016         * tests/check/elements/multifile.c:
1017         Pull in unistd.h
1018
1019 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1020
1021         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1022         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1023         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1024         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1025         (gst_rtp_mp4g_depay_change_state):
1026         * gst/rtp/gstrtpmp4gdepay.h:
1027         Handle interleaved streams by reordering AU in a queue.
1028
1029 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1030
1031         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1032         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1033         Change some of the ranges in the caps, mostly for the amount of bits we
1034         can use.
1035         Added a little bitstream parse and use it to parse the AU header fields.
1036         Check for malformed and wrongly sized packets better.
1037         Implement more header field parsing.
1038         Handle the size of fragmented packets correctly.
1039
1040 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1041
1042         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1043         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1044         Add mapping for 'tiff' => image/tiff
1045         Fixes #552213
1046
1047 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1048
1049
1050         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1051         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1052           Pretend to care about the result of write() which works around
1053           compiler warnings.
1054
1055 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1056
1057         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1058           Make sure the desired default values are actually set, not only
1059           registered as defaults (actual problem is that the stereo-specific
1060           values are only updated if channels==2, which is not the case yet
1061           when the object is created, so the default values for the
1062           mid-side-stereo and loose-mid-side-stereo settings are never
1063           set in _update_quality()). Makes flacenc create smaller files by
1064           default (for stereo input), and fixes #550791.
1065
1066 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1067
1068         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1069         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1070         (qtdemux_parse_trak), (qtdemux_video_caps):
1071         * gst/qtdemux/qtdemux.h:
1072         * gst/qtdemux/qtdemux_fourcc.h:
1073         * gst/qtdemux/qtdemux_types.c:
1074         Add support for video/mj2 mime-type and its additional atoms/boxes.
1075         Fixes #550646.
1076
1077 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1078
1079         * gst/debug/gsttaginject.c:
1080           Add warning when tags parameter is unparsable and give example for
1081           quoting in the docs.
1082
1083 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1084
1085         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1086         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1087         Add some alternative byteswapped mappings that seem to pop up sometimes.
1088         Fixes #550288.
1089
1090 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1091
1092         * po/LINGUAS:
1093         * po/POTFILES.in:
1094         * po/POTFILES.skip:
1095           Add 'ca' to LINGUAS; add some more files with translations and some
1096           files which should be ignored by translation tools.
1097
1098 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1099
1100         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1101         * ext/speex/gstspeexdec.h:
1102         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1103         * ext/speex/gstspeexenc.h:
1104         Use integer encoding and decoding functions instead of converting
1105         the integer input to float in the element. The libspeex integer
1106         functions are doing this for us already or, if libspeex was compiled
1107         in integer mode, they're doing everything using integer arithmetics.
1108         Also saves some copying around.
1109
1110 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1111
1112         * configure.ac:
1113           Fix --disable-external
1114
1115 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1116
1117         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1118         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1119         * ext/wavpack/gstwavpackenc.h:
1120         Handle non-zero start timestamps and stream discontinuities
1121         correctly. This only has an effect if we're muxing into
1122         a container format as the raw WavPack stream must contain
1123         continous sample numbers.
1124
1125 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1126
1127         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1128         Correct the timestamp and granulepos calculation by one Speex
1129         frame.
1130
1131 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1132
1133         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1134         Correctly take the granulepos from upstream if possible and
1135         correctly handle the granulepos in various calculations: the
1136         granulepos is the sample number of the _last_ sample in a frame, not
1137         the first.
1138
1139         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1140         (gst_speex_enc_encode), (gst_speex_enc_chain),
1141         (gst_speex_enc_change_state):
1142         * ext/speex/gstspeexenc.h:
1143         Handle non-zero start timestamps in the encoder and detect/handle
1144         stream discontinuities. Fixes bug #547075.
1145
1146 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1147
1148         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1149
1150         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1151         Fix compiler warnings caused by passing a string as format string
1152         instead of "%s" and then the string. This is only exposed by -Wformat=2
1153         as used by default on Ubuntu. Fixes bug #550015.
1154
1155 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1156
1157         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1158         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1159         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1160         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1161         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1162           (gst_ebml_read_element_length):
1163         * gst/matroska/matroska-demux.c:
1164           (gst_matroska_demux_check_subtitle_buffer):
1165           Make stuff compile with GST_DISABLE_GST_DEBUG.
1166
1167 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1168
1169         * gst/law/alaw.c:
1170         * gst/law/mulaw.c:
1171           Ref caps before passing to gst_pad_template_new(), since that takes
1172           ownership.
1173
1174 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1175
1176         Patch by: Mersad Jelacic <mersad at axis dot com>
1177
1178         * gst/multipart/multipartdemux.c:
1179         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1180         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1181         demuxer. Fixes #549551.
1182
1183 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1184
1185         * sys/osxaudio/gstosxaudiosink.c:
1186         (gst_osx_audio_sink_select_device):
1187         * sys/osxaudio/gstosxaudiosrc.c:
1188         (gst_osx_audio_src_create_ringbuffer),
1189         (gst_osx_audio_src_select_device):
1190         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1191         Fix the build on macosx.
1192
1193 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1194
1195         * gst/icydemux/gsticydemux.c:
1196           Small docs fix: in the example pipeline, we need to pass
1197           iradio-mode=true to the source, so the server actually sends
1198           an ICY stream.
1199
1200 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1201
1202         * sys/osxaudio/gstosxaudio.c:
1203           Oops. Revert more completely.
1204
1205 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1206
1207         * sys/osxaudio/gstosxaudio.c:
1208           Revert accidental element rename from testing.
1209
1210 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1211
1212         * gst-plugins-good.doap:
1213         Pull in 0.10.10 doap entry from release branch
1214
1215 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1216
1217         * configure.ac:
1218         Update version number to reflect 0.10.10 release from
1219         branch.
1220
1221 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1222
1223         * sys/osxaudio/Makefile.am:
1224         * sys/osxaudio/gstosxaudio.c:
1225         * sys/osxaudio/gstosxaudiosink.c:
1226         * sys/osxaudio/gstosxaudiosink.h:
1227         * sys/osxaudio/gstosxaudiosrc.c:
1228         * sys/osxaudio/gstosxaudiosrc.h:
1229         * sys/osxaudio/gstosxringbuffer.c:
1230         * sys/osxaudio/gstosxringbuffer.h:
1231           Rewrite caps setting and ring buffer initialisation.
1232           Previously we never told CoreAudio what format we were going to send it,
1233           so it only worked due to luck, and not at all on some hardware.
1234           Now we explicitly advertise what formats the hardware supports, and then
1235           configure the selected one correctly.
1236
1237 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1238
1239         * sys/v4l2/gstv4l2object.c:
1240         * sys/v4l2/gstv4l2src.c:
1241         * sys/v4l2/gstv4l2src.h:
1242         * sys/v4l2/v4l2_calls.c:
1243         * sys/v4l2/v4l2src_calls.c:
1244           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1245           need to memset instance structures. Some more FIXME's and comments.
1246
1247 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1248
1249         * tests/icles/.cvsignore:
1250           Ignore more.
1251
1252 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1253
1254         * gst/goom/.cvsignore:
1255         * gst/goom2k1/.cvsignore:
1256           Ignore files.
1257
1258 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1259
1260         * ext/cairo/gsttextoverlay.c:
1261           Fix compiler warning.
1262
1263 2008-08-25  David Schleef  <ds@schleef.org>
1264
1265         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1266
1267 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1268
1269         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1270         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1271         * gst/matroska/matroska-mux.c:
1272         (gst_matroska_mux_video_pad_setcaps),
1273         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1274         Add Real[Audio|Video] support to Matroska containers.
1275         It works fine for:
1276         * decoding real audio/video streams contained in mkv
1277         * 'transmuxing' real (.rm) files into .mkv files
1278         It will not work though for encoding real[audio/video] streams that
1279         don't contain the 'mdpr_data' extra data on the caps.
1280         The reason why this will not work is because I never intended to
1281         duplicate virtually all the 'mdpr' block creation into mkvmux.
1282         Fixes #536067
1283
1284 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1285
1286         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1287         * gst/law/mulaw-conversion.c:
1288         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1289         (gst_mulawenc_chain):
1290         The encoder can't really renegotiate at the time they perform a
1291         pad-alloc so make the srcpads use fixed caps.
1292         Check the buffer size after a pad-alloc because the returned size might
1293         not be right when the downstream element does not know the size of the
1294         new buffer (capsfilter). Fixes #549073.
1295
1296 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1297
1298         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1299
1300         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1301         v4l2src doesn't have a property named "norm" so don't try to notify
1302         about changes to that property. The "norm" property and related
1303         code are commented out currently. Fixes bug #549090.
1304
1305 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1306
1307         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1308
1309         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1310         Reprobe devices again instead of taking a cached list as new
1311         devices could've been plugged in. Fixes bug #549062.
1312
1313 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1314
1315         * gst/autodetect/Makefile.am:
1316         Don't link the autodetect plugin with GConf as it doesn't
1317         use GConf. Fixes bug #545463.
1318
1319 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1320
1321         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1322         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1323         (gst_ebml_read_sint), (gst_ebml_read_float),
1324         (gst_ebml_read_header):
1325         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1326         possible to ignore errors and not post any ERROR messages on
1327         the bus.
1328
1329         * gst/matroska/matroska-demux.c:
1330         (gst_matroska_demux_parse_contents):
1331         Ignore any errors and not just EOS when parsing the contents of
1332         a SeekHead. Errors here are usually caused by truncated files
1333         and playback of the file works fine. Fixes playback of the
1334         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1335         archive.
1336
1337 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1338
1339         * gst/multipart/multipartdemux.c:
1340         * gst/multipart/multipartmux.c:
1341         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1342
1343 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1344
1345         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1346           gst_directdraw_sink_bufferpool_clear):
1347           Fix two more buffer ref leaks.
1348
1349 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1350
1351         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1352
1353         * sys/directdraw/gstdirectdrawsink.c:
1354           (gst_directdraw_sink_show_frame):
1355           Fix buffer ref leak.
1356
1357 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1358
1359         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1360         Revert the last commit. wavenc still supports width!=depth for 32 bit
1361         width. Thanks Tim.
1362
1363 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1364
1365         * gst/matroska/matroska-demux.c:
1366         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1367         If the duration of a block is unknown only use the timestamp for the
1368         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1369         laces. Otherwise every lace has the same timestamp which leads to
1370         various problems. Really fixes bug #548831.
1371
1372 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1373
1374         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1375         If we're not allowing width!=depth in wavenc we should also disable
1376         the code that was added to support width!=depth.
1377
1378 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1379
1380         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1381         Don't calculate the default duration of a frame from the audio sampling
1382         rate. This only works for raw audio if every frame contains a single
1383         sample and results in broken buffer durations for other formats
1384         if no specified default duration is given or the blocks have no
1385         duration. Fixes bug #548831.
1386
1387 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1388
1389         * gst/matroska/matroska-demux.c:
1390         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1391         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1392         are used for text/plain subtitles as a gap-filler in some files.
1393
1394 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1395
1396         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1397         (gst_v4l2_get_caps_info):
1398         Add S910 and PWC formats with a low priority.
1399
1400         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1401         (gst_v4l2src_probe_caps_for_format):
1402         Add more debugging.
1403
1404 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1405
1406         * ext/flac/gstflacenc.c:
1407           Fix compilation against older libflac versions.
1408
1409 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1410
1411         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1412         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1413         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1414         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1415         (gst_pulsemixer_ctrl_set_volume):
1416         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1417         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1418         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1419         (gst_pulsesink_init), (gst_pulsesink_open),
1420         (gst_pulsesink_prepare), (gst_pulsesink_write),
1421         (gst_pulsesink_delay), (gst_pulsesink_reset):
1422         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1423         (gst_pulsesrc_init):
1424         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1425         Fix a locking issue in pulsesink's prepare function.
1426
1427         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1428         Check if the created channel layout is valid for GStreamer.
1429
1430 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1431
1432         * gst/rtsp/gstrtspgoogle.c:
1433         Things that can happen when your brain is in google mode trying to
1434         deal with their google rtsp server extensions and trying to type your
1435         google mail account.
1436
1437 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1438
1439         * gst/rtsp/Makefile.am:
1440         * gst/rtsp/gstrtsp.c: (plugin_init):
1441         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1442         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1443         (_do_init), (gst_rtsp_google_base_init),
1444         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1445         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1446         (gst_rtsp_google_extension_init):
1447         * gst/rtsp/gstrtspgoogle.h:
1448         Add google RTSP extension, it can only handle udp and responds with
1449         unsupported if we do anything else. Fixes #546465.
1450
1451         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1452         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1453         (gst_rtspsrc_create_transports_string),
1454         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1455         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1456         Make transport setup code a bit better using GString.
1457         Add some more debug.
1458         Check for closed connections before doing anything on them.
1459
1460 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1461
1462         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1463         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1464         (gst_pulsesrc_prepare):
1465         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1466         (gst_pulse_channel_map_to_gst):
1467         * ext/pulse/pulseutil.h:
1468         If downstream provides no channel layout and >2 channels should be
1469         used use the default layout that pulseaudio chooses and also
1470         add this layout to the caps. Fixes bug #547258.
1471
1472 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1473
1474         Patch by: Peter Kjellerstedt <pkj at axis com>
1475
1476         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1477         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1478         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1479         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1480         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1481         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1482         (gst_udpsrc_set_property):
1483         Avoid leaking internally allocated file descriptors when setting
1484         custom file descriptors. Fixes #543101.
1485
1486 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1487
1488         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1489         Don't try to configure RTCP back to the server when the server did not
1490         give us a valid port number.
1491
1492 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1493
1494         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1495         Use new basetransform method to renegotiate. Fixes #544956.
1496
1497         * tests/icles/Makefile.am:
1498         * tests/icles/videobox-test.c: (make_pipeline), (main):
1499         Add videobox renegotiation example.
1500
1501 2008-08-19  David Schleef  <ds@schleef.org>
1502
1503         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1504         with sane values.  Fixes #548530.
1505
1506 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1507
1508         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1509         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1510         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1511         are already filled with the correct values by
1512         gst_ring_buffer_parse_caps() so there's no need to set them again
1513         with wrong values.
1514
1515 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1516
1517         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1518         (gst_avi_demux_read_subindexes_push):
1519         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1520         and instead of using the 'ix##' nomenclature, use '##ix'.
1521         They're still valid though, this fixes the duration and indexes for
1522         virtually all the ODML files I have.
1523
1524 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1525
1526         Patch by: Olivier Crete <tester at tester dot ca>
1527
1528         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1529         (gst_rtp_vorbis_depay_process):
1530         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1531         Update the vorbis RTP pay/depay to RFC 5215.
1532         Fixes #547842.
1533
1534 2008-08-14  David Schleef  <ds@schleef.org>
1535
1536         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1537           with 3:2 pulldown, i.e., 24p.
1538
1539 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1540
1541         * tests/check/elements/level.c: (GST_START_TEST):
1542         Fix compilation some more.
1543
1544 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1545
1546         * configure.ac::
1547           Require -base CVS for wavparse acid chunk parsing.
1548
1549 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1550
1551         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1552         (gst_pulsesink_init), (gst_pulsesink_finalize),
1553         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1554         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1555         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1556         * ext/pulse/pulsesink.h:
1557         Add "device-name" property to pulsesink too and currently commented
1558         out and not working support for a "volume" property.
1559
1560 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1561
1562         * configure.ac:
1563         Remove more cdio stuff (moved to ugly)
1564
1565 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1566
1567         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1568
1569         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1570         (gst_pulsesrc_get_property):
1571         Add "device-name" property, which provides a human readable string
1572         for the audio device, to make it more consisten with other audio
1573         sources. Fixes bug #547519.
1574
1575 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1576
1577         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1578         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1579         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1580         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1581         * ext/pulse/pulsemixerctrl.h:
1582         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1583         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1584         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1585         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1586         * ext/pulse/pulseprobe.h:
1587         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1588         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1589         (gst_pulsesrc_change_state):
1590         Improve debugging a bit by including the parent object in pulsemixerctrl
1591         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1592         GST_WARNING.
1593
1594         Use the parent GObject subclass instead of a random struct as GObject
1595         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1596         when probing for another property than "device".
1597
1598 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1599
1600         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1601
1602         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1603         Fix property probing after the device property is set by calling
1604         set_server when the server property changes. Fixes bug #547518.
1605
1606 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1607
1608         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1609
1610         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1611         (gst_pulsesink_implements_interface_init),
1612         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1613         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1614         (gst_pulsesink_get_type):
1615         * ext/pulse/pulsesink.h:
1616         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1617         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1618         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1619         * ext/pulse/pulsesrc.h:
1620         Implement GstPropertyProbe interface on pulsesink for detecting
1621         sink devices and on pulsesrc for detecting source devices.
1622         Fixes bugs #547227 and #547217.
1623
1624 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1625
1626         * gst/spectrum/gstspectrum.c:
1627           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1628
1629 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1630
1631         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1632         Properly set the maximum latency value, in the same way it is done in
1633         v4lsrc.
1634         * sys/v4l2/v4l2src_calls.c:
1635         Simplify fraction equality check, no need to use GValues for this.
1636
1637 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1638
1639         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1640         Add warning messages stating exactly why the latency query failed.
1641         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1642         In some cases, the negotiated framerate might be the default one which
1643         is already set internally. But we still need to mark it down in fps_n
1644         and fps_d so that the latency query can happen properly.
1645
1646 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1647
1648         * docs/plugins/inspect/plugin-1394.xml:
1649         Whoops, forgot one doc file for people who can't/don't build the
1650         raw1394 plugin.
1651
1652 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
1653
1654         * docs/plugins/Makefile.am:
1655         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1656         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1657         * docs/plugins/inspect/plugin-cdio.xml:
1658         * ext/Makefile.am:
1659         * ext/cdio/Makefile.am:
1660         * ext/cdio/gstcdio.c:
1661         * ext/cdio/gstcdio.h:
1662         * ext/cdio/gstcdiocddasrc.c:
1663         * ext/cdio/gstcdiocddasrc.h:
1664
1665         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
1666         CDDA source to -ugly.
1667
1668         * po/LINGUAS:
1669         * po/POTFILES.in:
1670         * po/id.po:
1671         Pull in new translation from 0.10.9.2 release branch.
1672
1673 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1674
1675         * docs/plugins/Makefile.am:
1676         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1677         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1678         * docs/plugins/gst-plugins-good-plugins.args:
1679         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1680         * docs/plugins/gst-plugins-good-plugins.interfaces:
1681         Integrate documentation for new hdv1394src element.
1682
1683 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1684
1685         * ext/raw1394/Makefile.am:
1686         * ext/raw1394/gst1394.c: (plugin_init):
1687         * ext/raw1394/gsthdv1394src.c: (_do_init),
1688         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
1689         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
1690         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
1691         (gst_hdv1394src_from_raw1394handle),
1692         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
1693         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
1694         (gst_hdv1394src_start), (gst_hdv1394src_stop),
1695         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
1696         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
1697         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
1698         (gst_hdv1394src_uri_handler_init):
1699         * ext/raw1394/gsthdv1394src.h:
1700         mpeg2-ts (HDV) variant of firewire capture element.
1701         Fixes #350830
1702
1703 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1704
1705         * gst/level/gstlevel.c: (gst_level_message_new):
1706          Fix compilation (also known as the classic 'fix code that someone
1707          committed without compiling it first').
1708
1709 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1710
1711         * tests/check/elements/level.c:
1712           Add a test for level in stereo mode.
1713
1714 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1715
1716         * tests/examples/spectrum/demo-audiotest.c:
1717         * tests/examples/spectrum/demo-osssrc.c:
1718           Demo how to draw analyzer results synced to the clock.
1719
1720 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1721
1722         * gst/level/gstlevel.c:
1723           Little renaming (l -> level).
1724
1725         * gst/spectrum/gstspectrum.c:
1726         * gst/spectrum/gstspectrum.h:
1727           Also send full timestamp/duration details here.
1728
1729 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1730
1731         * gst/level/gstlevel.c:
1732         * gst/level/gstlevel.h:
1733           Send same timestamp/duration details as videoanalysis. This gives
1734           applications better chance to sync analysis results with playback.
1735
1736 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1737
1738         * gst/matroska/matroska-mux.c:
1739         (gst_matroska_mux_handle_sink_event),
1740         (flac_streamheader_to_codecdata):
1741         We need to drop one additional buffer for FLAC as the fLaC
1742         marker and STREAMINFO block are merged into one buffer in the caps.
1743
1744         Also don't pretend to support NEWSEGMENT events, otherwise we
1745         will most probably write some invalid data.
1746
1747 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1748
1749         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
1750         (gst_matroska_mux_audio_pad_setcaps):
1751         Add support for muxing FLAC into Matroska containers.
1752         Fixes bug #311586.
1753
1754 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1755
1756         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
1757         Actually provide the variables required for the format string.
1758
1759 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1760
1761         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1762         (gst_matroska_demux_element_send_event),
1763         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
1764         * gst/matroska/matroska-demux.h:
1765         Close the current segment if we're doing a non-flushing seek and send
1766         the close-segment and the new segment of the seek from the streaming
1767         thread.
1768
1769 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1770
1771         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
1772         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
1773         (gst_flac_enc_change_state):
1774         * ext/flac/gstflacenc.h:
1775         Handle non-zero start timestamps correctly, mark header packets as
1776         IN_CAPS and print a warning and suggest using audiorate if stream
1777         discontinuities are detected. When FLAC supports flushing the encoder
1778         somehow this should be done for discontinuities instead.
1779
1780         Remove some unused variables from the instance struct.
1781
1782 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1783
1784         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
1785         If seeking failed return the appropiate return value to FLAC.
1786         Otherwise it thinks seeking was successfull and tries to rewrite
1787         parts of the headers which then get appended to the output.
1788
1789 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1790
1791         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1792
1793         * ext/esd/gstesd.c: (plugin_init):
1794         * ext/flac/gstflac.c: (plugin_init):
1795         * ext/shout2/gstshout2.c: (plugin_init):
1796         * ext/wavpack/gstwavpack.c: (plugin_init):
1797         * sys/oss/gstossaudio.c: (plugin_init):
1798         * sys/v4l2/gstv4l2.c: (plugin_init):
1799         Make sure gettext returns translations in UTF-8 encoding rather
1800         than in the current locale encoding (#546822).
1801
1802 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1803
1804         * ext/flac/gstflacdec.c:
1805         Add FIXME for 0.11 to simply output everything with width=32 as given
1806         by FLAC and let audioconvert handle the conversions instead of doing
1807         them in flacdec.
1808
1809 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
1810
1811         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1812         When outputting a pad template range for the size, include a framerate
1813         range too, to avoid 'not a real subset of template caps' errors.
1814
1815 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1816
1817         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1818
1819         * ext/flac/Makefile.am:
1820         * ext/flac/gstflac.c: (plugin_init):
1821         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1822         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1823         (gst_flac_tag_dispose), (gst_flac_tag_init),
1824         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1825         (gst_flac_tag_change_state):
1826         * ext/flac/gstflactag.h:
1827         Port flactag to 0.10, add documentation for it and clean it up a bit.
1828         Fixes bug #413841.
1829
1830         * docs/plugins/Makefile.am:
1831         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1832         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1833         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1834         * docs/plugins/gst-plugins-good-plugins.interfaces:
1835         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1836         * docs/plugins/inspect/plugin-flac.xml:
1837         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1838         * ext/flac/gstflacdec.h:
1839         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1840         * ext/flac/gstflacenc.h:
1841         Add flactag and flacenc to the documentation and mark
1842         the private parts of the flacdec instance structure as private.
1843
1844         Also use gst_element_class_set_details_simple() in flacdec and
1845         flacenc.
1846
1847 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1848
1849         * gst/qtdemux/qtdemux.c:
1850           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1851           for it but ffmpeg does not.
1852
1853 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1854
1855         * gst/wavparse/gstwavparse.c:
1856           Handle the list chunk and use gst_riff_parse_info() to parse the info
1857           sub-chunk.
1858
1859 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1860
1861         * gst/wavparse/gstwavparse.c:
1862           Handle the acid chunk and send tempo as part of tags. Other fields are
1863           interesting too, but need more tag-definitions. Fixes #545433.
1864
1865 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1866
1867         * gst/wavparse/gstwavparse.c:
1868           Refactor wavparse. Call _reset() from dispose() and move old code from
1869           dispose into reset. This way we don't leak taglists when we abort
1870           parsing. Fix some comments. Move code for skipping a chunk into extra
1871           function. Replace chunk sizes with a const to ease readability.         
1872
1873 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1874
1875         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1876
1877         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1878         Improve udp port setup. Fixes #545710.
1879
1880 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1881
1882         * gst/rtp/Makefile.am:
1883         * gst/rtp/gstrtp.c: (plugin_init):
1884         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1885         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1886         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1887         (gst_rtp_mp1s_depay_set_property),
1888         (gst_rtp_mp1s_depay_get_property),
1889         (gst_rtp_mp1s_depay_change_state),
1890         (gst_rtp_mp1s_depay_plugin_init):
1891         * gst/rtp/gstrtpmp1sdepay.h:
1892         Add MP1S depayloader.
1893
1894         * gst/rtsp/URLS:
1895         Some more sample rtsp streams.
1896
1897 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1898
1899         * gst/rtsp/URLS:
1900         Add another URL.
1901
1902         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1903         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1904         Add some more debug info.
1905
1906 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1907
1908         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1909         Provide cbSize field for audio extra_data size, and take care to
1910         pad extra_data.
1911
1912 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1913
1914         * gst/qtdemux/qtdemux.c:
1915           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1916           TRUE.
1917
1918 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1919
1920         * gst/qtdemux/qtdemux.c:
1921         * gst/qtdemux/qtdemux_fourcc.h:
1922           Add keyword tag support. Fixes #520694 for qtdemux.
1923
1924 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1925
1926         * gst/qtdemux/qtdemux.c:
1927           Add support for tmpo tag (BPM).
1928
1929 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1930
1931         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1932         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1933         Set an estimate for the total number of samples that will be encoded
1934         if possible to help decoders if the streaminfo can't be rewritten
1935         later (like when muxing into Ogg containers).
1936
1937         Add a warning if we get header packets after data packets as those
1938         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1939         work.
1940
1941 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1942
1943         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1944         (gst_flac_dec_write):
1945         Support decoding of all depths between 4 and 32 bits and read the
1946         depth from the streaminfo header if needed. Also support all sampling
1947         rates between 1 and 655350 Hz.
1948
1949         * ext/flac/gstflacenc.c:
1950         (gst_flac_enc_caps_append_structure_with_widths),
1951         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
1952         (gst_flac_enc_chain):
1953         * ext/flac/gstflacenc.h:
1954         Support encoding in all bit depths supported by the streamable
1955         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
1956         between 1 Hz and 655350 Hz.
1957
1958 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1959
1960         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
1961         (gst_flac_enc_sink_getcaps):
1962         Support encoding of up to 8 channels.
1963
1964 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1965
1966         * ext/soup/gstsouphttpsrc.c:
1967         * ext/soup/gstsouphttpsrc.h:
1968         Fix seeking race condition in #540300
1969         Patch By: Wouter Cloetens  <wouter at mind be>
1970
1971 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1972
1973         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
1974         (gst_matroska_demux_element_send_event),
1975         (gst_matroska_demux_handle_seek_event),
1976         (gst_matroska_demux_handle_src_event):
1977         When receiving a SEEK event on a specific pad first search for a seek
1978         table entry for the stream of the pad and then fall back to an entry
1979         for a different stream.
1980
1981 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1982
1983         * configure.ac:
1984         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1985         * gst/matroska/matroska-ids.h:
1986         Build depend on core CVS for the attachment tag.
1987
1988 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1989
1990         * configure.ac:
1991         * gst/matroska/Makefile.am:
1992         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
1993         (copy_backptr), (lzo1x_decode), (main):
1994         * gst/matroska/lzo.h:
1995         * gst/matroska/matroska-demux.c:
1996         (gst_matroska_demux_read_track_encoding),
1997         (gst_matroska_decompress_data), (gst_matroska_decode_data),
1998         (gst_matroska_decode_buffer),
1999         (gst_matroska_decode_content_encodings),
2000         (gst_matroska_demux_read_track_encodings),
2001         (gst_matroska_demux_add_stream),
2002         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2003         * gst/matroska/matroska-ids.h:
2004         Decode the codec private data and following ContentEncoding if
2005         necessary.
2006
2007         Support bzip2, lzo and header stripped compression. For lzo use the
2008         ffmpeg lzo implementation as liblzo is GPL licensed.
2009         
2010         Fix zlib decompression.
2011
2012 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2013
2014         * gst/matroska/matroska-mux.c:
2015         (gst_matroska_mux_audio_pad_setcaps):
2016         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2017         duration of a frame with the new mpegaudioversion caps field.
2018
2019 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2020
2021         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2022         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2023         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2024         (gst_matroska_demux_stream_from_num),
2025         (gst_matroska_demux_tracknumber_unique),
2026         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2027         (gst_matroska_demux_handle_seek_event),
2028         (gst_matroska_demux_sync_streams),
2029         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2030         (gst_matroska_demux_loop):
2031         * gst/matroska/matroska-demux.h:
2032         Allow an infinite number of stream inside Matroska containers and use
2033         a GPtrArray for storing them instead of allowing "only" 127 streams.
2034
2035 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2036
2037         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2038         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2039         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2040         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2041         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2042         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2043         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2044         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2045         (gst_ebml_read_master), (gst_ebml_read_binary),
2046         (gst_ebml_read_header):
2047         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2048         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2049         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2050         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2051         (gst_ebml_replace_uint):
2052         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2053         (gst_matroska_demux_read_track_encoding),
2054         (gst_matroska_demux_read_track_encodings),
2055         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2056         (gst_matroska_demux_send_event),
2057         (gst_matroska_demux_element_send_event),
2058         (gst_matroska_demux_handle_seek_event),
2059         (gst_matroska_demux_handle_src_event),
2060         (gst_matroska_demux_init_stream),
2061         (gst_matroska_demux_parse_tracks),
2062         (gst_matroska_demux_parse_index_cuetrack),
2063         (gst_matroska_demux_parse_index_pointentry),
2064         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2065         (gst_matroska_demux_parse_metadata_id_simple_tag),
2066         (gst_matroska_demux_parse_metadata_id_tag),
2067         (gst_matroska_demux_parse_metadata),
2068         (gst_matroska_demux_parse_attached_file),
2069         (gst_matroska_demux_parse_attachments),
2070         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2071         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2072         (gst_matroska_demux_push_flac_codec_priv_data),
2073         (gst_matroska_demux_push_xiph_codec_priv_data),
2074         (gst_matroska_demux_push_dvd_clut_change_event),
2075         (gst_matroska_demux_add_mpeg_seq_header),
2076         (gst_matroska_demux_add_wvpk_header),
2077         (gst_matroska_demux_check_subtitle_buffer),
2078         (gst_matroska_decode_buffer),
2079         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2080         (gst_matroska_demux_parse_cluster),
2081         (gst_matroska_demux_parse_contents_seekentry),
2082         (gst_matroska_demux_parse_contents),
2083         (gst_matroska_demux_loop_stream_parse_id),
2084         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2085         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2086         (gst_matroska_demux_subtitle_caps),
2087         (gst_matroska_demux_change_state):
2088         * gst/matroska/matroska-ids.c:
2089         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2090         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2091         (gst_matroska_mux_video_pad_setcaps),
2092         (xiph3_streamheader_to_codecdata),
2093         (vorbis_streamheader_to_codecdata),
2094         (theora_streamheader_to_codecdata),
2095         (gst_matroska_mux_audio_pad_setcaps),
2096         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2097         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2098         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2099         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2100         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2101         Fix indention everywhere. A broken indent version has added newlines
2102         after every single declaration some time ago.
2103
2104 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2105
2106         * gst/matroska/matroska-demux.c:
2107         (gst_matroska_demux_loop_stream_parse_id):
2108         If no Tracks are found error out instead of trying it again until the
2109         end of time.
2110
2111 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2112
2113         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2114         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2115         bit and signed otherwise, not the other way around.
2116
2117 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2118
2119         * gst/matroska/matroska-mux.c:
2120         Add more raw YUV formats to the list of supported formats.
2121
2122 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2123
2124         * gst/matroska/matroska-mux.c:
2125         (gst_matroska_mux_audio_pad_setcaps):
2126         Add support for muxing raw float audio now that the spec defines the
2127         endianness and add support for muxing raw integer audio with 24 and
2128         32 bits.
2129
2130         Allow muxing of more than 8 audio channels.
2131
2132 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2133
2134         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2135         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2136         Add locking to the global array of used track UIDs to prevent random
2137         crashes if more than a single matrosmux instance is used.
2138
2139         Use 64 bit values for the track UIDs.
2140
2141         Use the global GRandom of GLib instead of creating our own one
2142         for the few random numbers we need every single time.
2143
2144 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2145
2146         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2147         (gst_flac_dec_setup_stream_decoder),
2148         (gst_flac_dec_update_metadata):
2149         Always post the audio-codec tag, not only if other tags are present.
2150
2151 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2152
2153         * configure.ac:
2154         Back to development -> 0.10.9.1
2155
2156 === release 0.10.9 ===
2157
2158 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2159
2160         * configure.ac:
2161           releasing 0.10.9, "Steam Train Rolling"
2162
2163 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2164
2165         * ext/soup/gstsouphttpsrc.c:
2166         Don't throw an error when soup completes a msg with status
2167         'cancelled', as that indicates we cancelled a request while
2168         shutting down or seeking, and it's not an error.
2169         Fixes: #540300 again.
2170
2171 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2172
2173         * configure.ac:
2174         0.10.8.4 pre-release
2175
2176 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2177
2178         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2179         Fix segment-stop regression.
2180         Add documentation regarding segments in quicktime files by Wim Taymans.
2181         Fixes #544509
2182
2183 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2184
2185         * configure.ac:
2186         0.10.8.3 pre-release
2187
2188         * po/LINGUAS:
2189         * po/pt_BR.po:
2190         Add pt_BR translation
2191
2192 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2193
2194         * gst/goom/convolve_fx.c:
2195         * gst/goom/filters.c:
2196         * gst/goom/goom_config.h:
2197         * gst/goom/goom_core.c:
2198         * gst/goom/goom_tools.h:
2199           Fix build with MSVC: include glib.h to define inline appropriately,
2200           use header guards where needed.
2201         * gst/udp/gstudpnetutils.c:
2202         * gst/udp/gstudpsrc.c:
2203           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2204           g_snprintf rather than snprintf.
2205           Fixes #544433.
2206
2207 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2208
2209         * gst/debug/gsttaginject.c:
2210         * gst/debug/gsttaginject.h:
2211           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2212           partially.
2213
2214 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2215
2216         * configure.ac:
2217         0.10.8.2 pre-release
2218
2219 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2220
2221         * ext/Makefile.am:
2222         Finish hooking up pulseaudio plugin to the build.
2223
2224         * ext/pulse/pulsemixerctrl.c:
2225         Fix compilation error.
2226
2227 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2228
2229         * po/LINGUAS:
2230         * po/lt.po:
2231         Add new lithunian translation, and add french to the LINGUAS
2232         file.
2233
2234 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2235
2236         * ext/soup/gstsouphttpsrc.c:
2237         Fix Soup HTTP source seeking.
2238         Patch By: Wouter Cloetens  <wouter at mind be>
2239         Fixes: #540300
2240
2241         * tests/check/elements/.cvsignore:
2242         Ignore new check programs.
2243
2244 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2245
2246         * configure.ac:
2247         * docs/plugins/Makefile.am:
2248         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2249         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2250         * docs/plugins/gst-plugins-good-plugins.args:
2251         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2252         * docs/plugins/gst-plugins-good-plugins.interfaces:
2253         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2254         * docs/plugins/inspect/plugin-interleave.xml:
2255         * docs/plugins/inspect/plugin-replaygain.xml:
2256         * tests/check/Makefile.am:
2257
2258         Move replaygain and interleave plugins from -bad.
2259         Fixes: #543406
2260         Fixes: #536228
2261
2262 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2263
2264         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2265         (qtdemux_parse_trak):
2266         Revert ISO base media spec based pixel-aspect-ratio calculation.
2267         Fixes #543300.
2268
2269 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2270
2271         * sys/osxvideo/osxvideosink.m:
2272         Fix minor build issues on macosx.
2273         Fixes #543054
2274
2275 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2276
2277         * configure.ac::
2278         * ext/taglib/Makefile.am::
2279           Only use -Wno-attributes (which is there to work around a
2280           bug in the taglib 1.5 headers) if the c++ compiler actually
2281           supports it (#543255).
2282
2283 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2284
2285         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2286
2287         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2288           Avoid compiler warning by initialising variable to NULL (#543259).
2289
2290 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2291
2292         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2293         Don't pass NULL taglists to gst_tag_list_is_empty().
2294
2295 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2296
2297         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2298         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2299         (rtp_pipeline_run):
2300         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2301         Don't use declarations after statements.
2302
2303 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2304
2305         * ext/jpeg/gstjpegdec.c:
2306         Align documentation with reality.
2307
2308 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2309
2310         * gst/udp/gstudpnetutils.c:
2311         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2312         old value (1) if it's not defined which should not cause any problems
2313         as we're using it internal only anyway.
2314
2315 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2316
2317         Patch by: Alessandro Decina <alessandro at nnva dot org>
2318
2319         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2320         Fix build of avidemux on big endian architectures.
2321
2322 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2323
2324         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2325
2326         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2327         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2328
2329 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2330
2331         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2332         (qtdemux_parse_trak):
2333         Set pixel-aspect-ratio in caps using display width and height
2334         provided in track.
2335
2336 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2337
2338         * configure.ac:
2339         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2340         flags that are invalid for C++. Fixes bug #516509.
2341
2342 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2343
2344         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2345         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2346         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2347         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2348         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2349         * tests/examples/equalizer/demo.c: (message_handler):
2350         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2351         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2352         Don't use declarations after statements and variable length arrays.
2353
2354 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2355
2356         Patch by: Daniel Drake <dsd at gentoo dot org>
2357
2358         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2359         (gst_v4l2src_get_nearest_size):
2360         Try progressive video if interlaced fails. Fixes bug #541956
2361         and the usage of v4l2src on OLPC.
2362
2363 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2364
2365         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2366         (gst_rtp_speex_depay_process):
2367         * gst/rtp/gstrtpspeexdepay.h:
2368         Revert last change: Only the jitterbuffer is able to convert RTP to
2369         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2370         Reopens bug #541787.
2371
2372 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2373
2374         * gst/rtp/gstrtpvrawdepay.c:
2375           Include stdlib.h for atoi().
2376
2377         * gst/rtsp/gstrtspsrc.c:
2378           Use floating point math for latencies < 0 sec in log output.
2379
2380 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2381
2382         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2383
2384         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2385         (gst_rtp_speex_depay_process):
2386         * gst/rtp/gstrtpspeexdepay.h:
2387         Take timestamp from the RTP packet as a first step to fix problems
2388         with transmission over RTP when the network is not reliable.
2389         Fixes bug #541787.
2390
2391 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2392
2393         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2394
2395         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2396         Fix parsing of udp:// URIs containing IPv6 addresses.
2397         Fixes bug #541650.
2398
2399 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2400
2401         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2402         Do not leak incoming buffers.
2403
2404 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2405
2406         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2407
2408         * configure.ac:
2409         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2410         for htons() and htonl(). Fixes bug #541412.
2411
2412 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2413
2414         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2415         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2416         (gst_matroska_demux_element_query),
2417         (gst_matroska_demux_handle_src_query),
2418         (gst_matroska_demux_handle_seek_event):
2419         Handle position and duration query in DEFAULT format if the
2420         pad's track has a default frame duration set.
2421
2422         Fix seeking now that the segment's duration doesn't contain the
2423         (possibly wrong or inaccurate) duration of the Matroska file.
2424
2425 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2426
2427         * gst/matroska/ebml-read.c: (_ext2dbl):
2428         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2429         in math.h except on MSVC where it is defined in xmath.h.
2430         Fixes compilation with MSVC.
2431
2432 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2433
2434         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2435         (gst_matroska_demux_handle_src_query),
2436         (gst_matroska_demux_parse_info),
2437         (gst_matroska_demux_loop_stream_parse_id):
2438         * gst/matroska/matroska-demux.h:
2439         Don't set the segment duration to the duration from the Matroska
2440         header as this value could be wrong and is just informational.
2441
2442 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2443
2444         * gst/matroska/matroska-demux.c:
2445         (gst_matroska_demux_loop_stream_parse_id):
2446         If no Tracks element is found until the first Cluster is found
2447         search it and error out if none is found in the complete file.
2448
2449 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2450
2451         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2452         Resync non-subtitle tracks too if a too large gap compared to other
2453         tracks is detected.
2454
2455 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2456
2457         * gst/rtp/Makefile.am:
2458         * gst/rtp/gstrtp.c: (plugin_init):
2459         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2460         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2461         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2462         (gst_rtp_vraw_depay_change_state),
2463         (gst_rtp_vraw_depay_plugin_init):
2464         * gst/rtp/gstrtpvrawdepay.h:
2465         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2466         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2467         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2468         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2469         (gst_rtp_vraw_pay_plugin_init):
2470         * gst/rtp/gstrtpvrawpay.h:
2471         Add raw video pay and depayloaders, see RFC4175.
2472
2473 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2474
2475         * ext/libpng/gstpngdec.c:
2476         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2477         whatever it returned.
2478
2479 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2480
2481         * gst/avi/avi-ids.h:
2482         Add vprp chunk related structures.
2483         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2484         (gst_avi_demux_parse_stream):
2485         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2486         to caps.  Fixes #539482.
2487         * gst/avi/gstavimux.h:
2488         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2489         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2490         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2491
2492 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2493
2494         * tests/check/elements/avimux.c: (check_avimux_pad):
2495         Adjust avimux unit test according to increased streamheader size.
2496
2497 2008-06-27  David Schleef  <ds@schleef.org>
2498
2499         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2500
2501 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2502
2503         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2504         * gst/avi/gstavimux.h:
2505         Add 8 bytes to current streamheader to make for a complete one
2506         and to make more players happy.  Fixes #519460.
2507
2508 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2509
2510         * sys/v4l2/v4l2_calls.c::
2511           Don't include unused gstv4l2xoverlay.h. Fixes build
2512           in case where X11 headers are not installed.
2513
2514 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2515
2516         * ext/dv/gstdv.c: (plugin_init):
2517         Fix compilation.
2518
2519 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2520
2521         * ext/dv/gstdv.c: (plugin_init):
2522         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2523         DV decoder available.
2524         Fixes #532393
2525
2526 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2527
2528         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2529         Call getsockname() after the call to bind() to get updated values
2530         for the port, etc. This fixes the usage of udpsrc on anonymous
2531         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2532         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2533
2534 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2535
2536         * tests/check/pipelines/wavpack.c: (bus_handler):
2537         Remove workaround for a bug in identity that is fixed in 0.10.20.
2538
2539 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2540
2541         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2542
2543         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2544         Fix HTTP auth support with user/password passed via the URI.
2545         Fixes bug #540067.
2546
2547 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2548
2549         * configure.ac:
2550           Depend on released versions of core and -base.
2551
2552 2008-06-23  Julien Moutte  <julien@fluendo.com>
2553
2554         * gst/matroska/matroska-demux.c:
2555         (gst_matroska_demux_read_track_encoding),
2556         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2557         format strings in macros. (makes it build on OS X again...)
2558
2559 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2560
2561         * gst/rtp/gstrtptheorapay.c:
2562         * gst/udp/gstmultiudpsink.c:
2563           Added debug.
2564
2565 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2566
2567         * configure.ac: switch v4l2src over to the normal build instead of
2568         being 'experimental'. Fixes bug #536831.
2569
2570 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2571
2572         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2573         Remove unused variable so that we can compile again.
2574
2575 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2576
2577         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2578         No need to check for audio/G723 and audio/32KADPCM here as they are
2579         no longer supported.
2580
2581 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2582
2583         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2584         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2585         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2586         known length.
2587
2588 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2589
2590         * gst/matroska/matroska-demux.c:
2591         (gst_matroska_demux_add_wvpk_header),
2592         (gst_matroska_demux_audio_caps):
2593         * gst/matroska/matroska-ids.h:
2594         Fix demuxing of WavPack files. Muxing is still broken.
2595
2596 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2597
2598         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2599         (gst_matroska_demux_add_mpeg_seq_header),
2600         (gst_matroska_demux_add_wvpk_header),
2601         (gst_matroska_demux_check_subtitle_buffer),
2602         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2603         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2604         (gst_matroska_demux_subtitle_caps):
2605         * gst/matroska/matroska-ids.h:
2606         Add a "vfunc" to the track context for postprocessing frames and
2607         convert the wavpack and subtitle postprocessing to this vfunc.
2608         Copy buffer flags in those functions to the new buffers too.
2609
2610         Parse CodecState elements of Blocks.
2611
2612         Add a postprocessing function for MPEG video that adds the sequence
2613         header from the codec private data or codec state to the frames if
2614         it's not already there.
2615
2616 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2617
2618         * gst/matroska/matroska-demux.c:
2619         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2620         If a gap of more than 1/2 second is found in one stream send a
2621         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2622         This also fixes Matroska files where the first buffer doesn't start
2623         at timestamp 0. Fixes bug #429322.
2624
2625         The duration of a block is the default duration multiplied with the
2626         number of laces. Every lace is one frame and the default duration
2627         is the duration of one frame. This fixes playback of files that use
2628         lacing for some tracks.
2629
2630 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2631
2632         * gst/matroska/matroska-demux.c:
2633         (gst_matroska_demux_parse_contents_seekentry):
2634         Update FIXME/TODOs and only ignore EOS at the central, important place
2635         instead of several places.
2636
2637 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2638
2639         * gst/rtp/gstrtpg726pay.c:
2640         Fix caps, See #538891.
2641
2642 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2643
2644         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2645         (gst_matroska_demux_stream_from_num),
2646         (gst_matroska_demux_encoding_cmp),
2647         (gst_matroska_demux_encoding_order_unique),
2648         (gst_matroska_demux_read_track_encoding),
2649         (gst_matroska_demux_read_track_encodings),
2650         (gst_matroska_demux_tracknumber_unique),
2651         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2652         (gst_matroska_demux_parse_tracks),
2653         (gst_matroska_demux_parse_index_cuetrack),
2654         (gst_matroska_demux_parse_index_pointentry),
2655         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2656         (gst_matroska_demux_parse_metadata_id_simple_tag),
2657         (gst_matroska_demux_parse_metadata_id_tag),
2658         (gst_matroska_demux_parse_metadata),
2659         (gst_matroska_demux_parse_attached_file),
2660         (gst_matroska_demux_parse_attachments),
2661         (gst_matroska_demux_parse_chapters),
2662         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
2663         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2664         (gst_matroska_demux_parse_cluster),
2665         (gst_matroska_demux_parse_contents_seekentry),
2666         (gst_matroska_demux_parse_contents),
2667         (gst_matroska_demux_loop_stream_parse_id),
2668         (gst_matroska_demux_loop):
2669         Improve debug output everywhere and fix the EOS logic.
2670
2671         Check the values of the ContentEncoding elements more strictly and
2672         don't use tracks for which it's invalid.
2673
2674         Check that the track number is unique for this stream.
2675
2676         Check that seek positions are below G_MAXINT64 as our seeks are
2677         int64-based and overflows will fail badly.
2678
2679         After seeks also don't push SimpleBlocks until the first one
2680         containing a keyframe is found. Before this was done only for normal
2681         Blocks.
2682
2683         Update some FIXME/TODOs.
2684         
2685         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
2686         (gst_ebml_read_utf8), (gst_ebml_read_header):
2687         Improve debug output.
2688
2689         * gst/matroska/matroska-ids.c:
2690         (gst_matroska_track_init_video_context):
2691         * gst/matroska/matroska-ids.h:
2692         * gst/matroska/matroska-mux.c:
2693         (gst_matroska_mux_video_pad_setcaps):
2694         Remove eye mode and don't parse it anymore. We can't use that
2695         information in GStreamer yet so it's useless.
2696
2697
2698 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2699
2700         Patch by: Mersad Jelacic <mersad at axis dot com>
2701
2702         * gst/rtp/Makefile.am:
2703         * gst/rtp/gstrtp.c: (plugin_init):
2704         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
2705         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
2706         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
2707         (gst_rtp_g726_depay_plugin_init):
2708         * gst/rtp/gstrtpg726depay.h:
2709         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
2710         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
2711         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
2712         * gst/rtp/gstrtpg726pay.h:
2713         Added G726 pay/depayloaders. Fixes #538891.
2714
2715 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2716
2717         * gst/rtsp/URLS:
2718         Some more urls.
2719
2720         * gst/smpte/barboxwipes.c:
2721         Add a comment
2722
2723         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2724         Fix typo, add audioresample to the pipeline.
2725
2726 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2727
2728         * ext/libmng/Makefile.am:
2729         * ext/libmng/gstmng.c: (plugin_init):
2730         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
2731         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
2732         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
2733         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
2734         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
2735         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
2736         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2737         (gst_mng_dec_change_state):
2738         * ext/libmng/gstmngdec.h:
2739         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
2740         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
2741         (gst_mng_enc_init), (gst_mng_enc_chain),
2742         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
2743         * ext/libmng/gstmngenc.h:
2744         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
2745         bits ifdeffed out still.
2746
2747 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2748
2749         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
2750         When comparing index elements with the same time compare their
2751         block number.
2752
2753 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
2754
2755         * gst/matroska/matroska-demux.c:
2756           (gst_matroska_demux_parse_attached_file)
2757           Init variable to NULL to avoid compiler warning.
2758
2759 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2760
2761         * gst/matroska/Makefile.am:
2762         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2763         (gst_matroska_demux_parse_attached_file),
2764         (gst_matroska_demux_parse_attachments),
2765         (gst_matroska_demux_parse_contents_seekentry),
2766         (gst_matroska_demux_loop_stream_parse_id):
2767         * gst/matroska/matroska-demux.h:
2768         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2769         * gst/matroska/matroska-ids.h:
2770         * gst/matroska/matroska.c: (plugin_init):
2771         Parse Attachments and post them as GST_TAG_IMAGE if we detect
2772         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
2773         and description of the attachments in the caps. Fixes bug #537622.
2774
2775 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
2776
2777         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
2778         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
2779         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
2780         (gst_speex_enc_src_query), (gst_speex_enc_init),
2781         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
2782         (gst_speex_enc_chain), (gst_speex_enc_get_property),
2783         (gst_speex_enc_set_property):
2784         Add mode property.
2785         Some cleanups, add more debug info.
2786         Add latency query.
2787
2788 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2789
2790         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
2791         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
2792         If we get less bytes than requested we can't do anything except doing
2793         our EOS logic.
2794
2795 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2796
2797         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2798         (gst_matroskademux_do_index_seek),
2799         (gst_matroska_demux_parse_index_cuetrack),
2800         (gst_matroska_demux_parse_index_pointentry),
2801         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
2802         (gst_matroska_demux_parse_metadata):
2803         * gst/matroska/matroska-demux.h:
2804         * gst/matroska/matroska-ids.h:
2805         Use a GArray for storing the Cue (i.e. seek) information, store
2806         the CueTrackPositions for every track, store the block number
2807         and optimize searching in the array by sorting it after the last
2808         element was added.
2809
2810         Fix a small memory leak when trying to parse a tags element that was
2811         already parsed.
2812
2813 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2814
2815         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2816         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2817         (gst_matroska_mux_write_data):
2818         * gst/matroska/matroska-mux.h:
2819         Don't write another SeekHead which indexes all Clusters to the end of
2820         the file. This isn't useful for anything and just increases filesize.
2821
2822 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2823
2824         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2825         Prevent unaligned memory access when reading floats.
2826
2827 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2828
2829         * gst/matroska/ebml-read.c:
2830         * gst/matroska/ebml-read.h:
2831         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2832         (gst_matroska_demux_parse_metadata):
2833         * gst/matroska/matroska-demux.h:
2834         Make sure that every Tags element is only parsed once and it's
2835         containing tags are only posted once.
2836
2837 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2838
2839         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2840         (gst_ebml_read_header):
2841         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2842         (gst_matroska_demux_parse_tracks),
2843         (gst_matroska_demux_parse_index_cuetrack),
2844         (gst_matroska_demux_parse_index_pointentry),
2845         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2846         (gst_matroska_demux_parse_metadata_id_simple_tag),
2847         (gst_matroska_demux_parse_metadata_id_tag),
2848         (gst_matroska_demux_parse_metadata),
2849         (gst_matroska_demux_parse_attachments),
2850         (gst_matroska_demux_parse_chapters),
2851         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2852         (gst_matroska_demux_parse_cluster),
2853         (gst_matroska_demux_parse_contents_seekentry),
2854         (gst_matroska_demux_parse_contents),
2855         (gst_matroska_demux_loop_stream_parse_id):
2856         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2857         already. They're not useful in the matroska parser and only cause
2858         additional code.
2859
2860 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2861
2862         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2863         (gst_ebml_finalize), (gst_ebml_read_change_state),
2864         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2865         * gst/matroska/matroska-demux.c:
2866         (gst_matroska_demux_parse_contents_seekentry):
2867         Reverse the level list as we usually are only interested in the
2868         first element or want to add a new first element. Having the
2869         first element stored at the end and calling g_list_last() and
2870         g_list_append() is more expensive.
2871
2872         Also use GSlice for allocating the GstEbmlLevel structs.
2873
2874 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2875
2876         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2877           (gst_tag_inject_class_init), (gst_tag_inject_init):
2878           Don't unref NULL taglist in finalize. Don't use c++ style
2879           comments.
2880
2881 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2882
2883         * gst/matroska/matroska-demux.c:
2884         (gst_matroska_demux_parse_metadata_id_simple_tag):
2885         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2886         (gst_matroska_mux_write_data):
2887         Use gst_value_serialize() and gst_value_deserialize() for transforming
2888         tags from some GType to a string and the other way around. The default
2889         transformations in GLib don't include transformations from string to
2890         number types.
2891
2892 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2893
2894         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2895         (gst_matroska_demux_parse_tracks),
2896         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2897         (gst_matroska_demux_parse_attachments),
2898         (gst_matroska_demux_parse_chapters),
2899         (gst_matroska_demux_parse_contents_seekentry),
2900         (gst_matroska_demux_loop_stream_parse_id):
2901         * gst/matroska/matroska-demux.h:
2902         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2903         Tags multiple times. The first ones can appear more than once but must
2904         contain the same content as the first for backup purposes so we ignore
2905         all but the first one. Tags can appear multiple times with different
2906         content.
2907
2908         Jump to all elements except Clusters that are available from a
2909         SeekHead to make it more likely to have all required informations
2910         before getting to the first Clusters.
2911
2912         Add dummy functions for parsing Attachments and Chapters.
2913
2914 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2915
2916         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2917         (gst_udpsrc_create), (gst_udpsrc_set_property),
2918         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2919         * gst/udp/gstudpsrc.h:
2920         Add property to control automatic join/leave of multicast groups.
2921         Add G_LIKELY.
2922         Remove setting caps on buffers explicitly, basesrc does that for us now.
2923         Improve debug info.
2924         Convert some non-fatal error into warnings.
2925         Use g_ntohs for better portability.
2926         Leave multicast groups when stopping.
2927         When using external sockets, use getsockname() on them to fill up the
2928         addr structure before calling methods that use the structure.
2929         Should all fix #536903.
2930         API: GstUDPSrc::auto-multicast property
2931
2932 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2933
2934         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2935         Use g_ntohl for better portability.
2936
2937 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2938
2939         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2940         (gst_multiudpsink_remove):
2941         Fix a typo and do some small cleanups.
2942
2943 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2944
2945         Patch by: Olivier Crete <tester at tester dot ca>
2946
2947         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2948         Make the delivery-method mandatory on the caps and only accept inline
2949         for now.
2950         Reverse strcmp checks for delivery-method.
2951
2952         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
2953         Make delivery method optional when parsing caps and note this in the
2954         caps.
2955         Reverse strcmp checks for delivery-method.
2956
2957         * gst/rtp/gstrtpvorbispay.c:
2958         Update a comment to note that the delivery-method is optional, 
2959         Fixes #537675.
2960
2961 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2962
2963         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
2964         Set udpsrc for receiving data from multicast groups to PAUSED instead of
2965         leaving them in READY. Fixes #537832.
2966
2967 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2968
2969         * gst/avi/gstavimux.c:
2970           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
2971           for a random constant in tagmuxing code.
2972
2973 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2974
2975         * gst/debug/gsttaginject.c:
2976         * gst/debug/gsttaginject.h:
2977           Now actually adding the new element.
2978
2979 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2980
2981         * docs/plugins/Makefile.am:
2982         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2983         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2984         * docs/plugins/gst-plugins-good-plugins.args:
2985         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2986         * docs/plugins/gst-plugins-good-plugins.interfaces:
2987         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2988         * docs/plugins/inspect/plugin-aasink.xml:
2989         * docs/plugins/inspect/plugin-alaw.xml:
2990         * docs/plugins/inspect/plugin-alpha.xml:
2991         * docs/plugins/inspect/plugin-alphacolor.xml:
2992         * docs/plugins/inspect/plugin-annodex.xml:
2993         * docs/plugins/inspect/plugin-apetag.xml:
2994         * docs/plugins/inspect/plugin-audiofx.xml:
2995         * docs/plugins/inspect/plugin-auparse.xml:
2996         * docs/plugins/inspect/plugin-autodetect.xml:
2997         * docs/plugins/inspect/plugin-avi.xml:
2998         * docs/plugins/inspect/plugin-cacasink.xml:
2999         * docs/plugins/inspect/plugin-cairo.xml:
3000         * docs/plugins/inspect/plugin-cdio.xml:
3001         * docs/plugins/inspect/plugin-cutter.xml:
3002         * docs/plugins/inspect/plugin-debug.xml:
3003         * docs/plugins/inspect/plugin-dv.xml:
3004         * docs/plugins/inspect/plugin-efence.xml:
3005         * docs/plugins/inspect/plugin-effectv.xml:
3006         * docs/plugins/inspect/plugin-equalizer.xml:
3007         * docs/plugins/inspect/plugin-esdsink.xml:
3008         * docs/plugins/inspect/plugin-flac.xml:
3009         * docs/plugins/inspect/plugin-flxdec.xml:
3010         * docs/plugins/inspect/plugin-gamma.xml:
3011         * docs/plugins/inspect/plugin-gconfelements.xml:
3012         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3013         * docs/plugins/inspect/plugin-goom.xml:
3014         * docs/plugins/inspect/plugin-goom2k1.xml:
3015         * docs/plugins/inspect/plugin-halelements.xml:
3016         * docs/plugins/inspect/plugin-icydemux.xml:
3017         * docs/plugins/inspect/plugin-id3demux.xml:
3018         * docs/plugins/inspect/plugin-jpeg.xml:
3019         * docs/plugins/inspect/plugin-level.xml:
3020         * docs/plugins/inspect/plugin-matroska.xml:
3021         * docs/plugins/inspect/plugin-monoscope.xml:
3022         * docs/plugins/inspect/plugin-mulaw.xml:
3023         * docs/plugins/inspect/plugin-multifile.xml:
3024         * docs/plugins/inspect/plugin-multipart.xml:
3025         * docs/plugins/inspect/plugin-navigationtest.xml:
3026         * docs/plugins/inspect/plugin-ossaudio.xml:
3027         * docs/plugins/inspect/plugin-png.xml:
3028         * docs/plugins/inspect/plugin-quicktime.xml:
3029         * docs/plugins/inspect/plugin-rtp.xml:
3030         * docs/plugins/inspect/plugin-rtsp.xml:
3031         * docs/plugins/inspect/plugin-smpte.xml:
3032         * docs/plugins/inspect/plugin-soup.xml:
3033         * docs/plugins/inspect/plugin-spectrum.xml:
3034         * docs/plugins/inspect/plugin-speex.xml:
3035         * docs/plugins/inspect/plugin-taglib.xml:
3036         * docs/plugins/inspect/plugin-udp.xml:
3037         * docs/plugins/inspect/plugin-video4linux2.xml:
3038         * docs/plugins/inspect/plugin-videobalance.xml:
3039         * docs/plugins/inspect/plugin-videobox.xml:
3040         * docs/plugins/inspect/plugin-videocrop.xml:
3041         * docs/plugins/inspect/plugin-videoflip.xml:
3042         * docs/plugins/inspect/plugin-videomixer.xml:
3043         * docs/plugins/inspect/plugin-wavenc.xml:
3044         * docs/plugins/inspect/plugin-wavpack.xml:
3045         * docs/plugins/inspect/plugin-wavparse.xml:
3046         * docs/plugins/inspect/plugin-ximagesrc.xml:
3047         * gst/debug/Makefile.am:
3048         * gst/debug/breakmydata.c:
3049         * gst/debug/efence.c:
3050         * gst/debug/gstdebug.c:
3051         * gst/debug/gstnavseek.c:
3052         * gst/debug/gstpushfilesrc.c:
3053         * gst/debug/gstpushfilesrc.h:
3054         * gst/debug/negotiation.c:
3055         * gst/debug/progressreport.c:
3056         * gst/debug/progressreport.h:
3057         * gst/debug/rndbuffersize.c:
3058         * gst/debug/testplugin.c:
3059           Remove dummy plugin_init. Remove some undefined entries from doc-
3060           section file. Add taginject element and rebuild docs for it.
3061
3062 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3063
3064         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3065         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3066         Update the counter for the number of streams when pads are added or
3067         removed. This will make sure that a seek table is generated for
3068         files with just one audio stream.
3069
3070 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3071
3072         * gst/matroska/matroska-demux.c:
3073         (gst_matroska_demux_parse_metadata_id_simple_tag):
3074         * gst/matroska/matroska-ids.h:
3075         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3076         Add some more tags, improve debugging a bit and make sure that
3077         GValue transformation has succeeded before using the result
3078         as a tag.
3079
3080 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3081
3082         Patch by: Olivier Crete <tester at tester dot ca>
3083
3084         * gst/rtp/gstrtptheorapay.c:
3085         The Theora RTP payloader only supports the "inline" delievery method
3086         so let's declare this on the caps of the static pad template.
3087         Fixes bug #537675.
3088
3089 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3090
3091         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3092         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3093         Remove bogus check.
3094
3095 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3096
3097         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3098         (gst_videomixer_blend_buffers):
3099         Use stream_time to synchronize the object properties.
3100         Use running_time of the master pad to timestamp outgoing buffers.
3101         Fix the initial segment event to extend an unknown amount of time.
3102         Fixes #537361.
3103
3104 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3105
3106         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3107         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3108         (gst_avi_demux_calculate_durations_from_index),
3109         (gst_avi_demux_stream_header_push),
3110         (gst_avi_demux_stream_header_pull):
3111         Try to ignore unparsable/unknown streams and give a warning instead of
3112         erroring out. Fixes #537377.
3113
3114 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3115
3116         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3117         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3118
3119         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3120         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3121         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3122         (gst_matroska_demux_read_track_encodings),
3123         (gst_matroska_demux_add_stream),
3124         (gst_matroska_demux_handle_src_query),
3125         (gst_matroska_demux_init_stream),
3126         (gst_matroska_demux_parse_index_cuetrack),
3127         (gst_matroska_demux_parse_index_pointentry),
3128         (gst_matroska_demux_parse_info),
3129         (gst_matroska_demux_parse_metadata_id_simple_tag),
3130         (gst_matroska_demux_parse_metadata),
3131         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3132         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3133         (gst_matroska_demux_parse_cluster),
3134         (gst_matroska_demux_parse_contents_seekentry),
3135         (gst_matroska_demux_loop_stream_parse_id),
3136         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3137         (gst_matroska_demux_audio_caps),
3138         (gst_matroska_demux_subtitle_caps):
3139         * gst/matroska/matroska-demux.h:
3140         * gst/matroska/matroska-ids.c:
3141         (gst_matroska_track_init_subtitle_context):
3142         * gst/matroska/matroska-ids.h:
3143         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3144         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3145         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3146         (gst_matroska_mux_video_pad_setcaps),
3147         (gst_matroska_mux_audio_pad_setcaps),
3148         (gst_matroska_mux_subtitle_pad_setcaps),
3149         (gst_matroska_mux_request_new_pad),
3150         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3151         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3152         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3153         (gst_matroska_mux_set_property):
3154         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3155         elements, do some checks for valid values in the demuxer, handle
3156         tracktimecodescale in the demuxer, set correct default values for all
3157         settings in the demuxer, review and add all missing matroska
3158         IDs and some more raw YUV formats, and some trivial cleanup.
3159
3160 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3161
3162         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3163         (gst_pulsemixer_class_init):
3164         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3165         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3166         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3167         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3168         (gst_pulsesrc_prepare):
3169         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3170         gst_element_class_set_details_simple() and fix coding style a bit
3171         more.
3172
3173 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3174
3175         * docs/plugins/Makefile.am:
3176         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3177         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3178         * docs/plugins/gst-plugins-good-plugins.args:
3179         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3180         * docs/plugins/gst-plugins-good-plugins.interfaces:
3181         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3182         * docs/plugins/inspect/plugin-aasink.xml:
3183         * docs/plugins/inspect/plugin-alaw.xml:
3184         * docs/plugins/inspect/plugin-alpha.xml:
3185         * docs/plugins/inspect/plugin-alphacolor.xml:
3186         * docs/plugins/inspect/plugin-annodex.xml:
3187         * docs/plugins/inspect/plugin-apetag.xml:
3188         * docs/plugins/inspect/plugin-audiofx.xml:
3189         * docs/plugins/inspect/plugin-auparse.xml:
3190         * docs/plugins/inspect/plugin-autodetect.xml:
3191         * docs/plugins/inspect/plugin-avi.xml:
3192         * docs/plugins/inspect/plugin-cacasink.xml:
3193         * docs/plugins/inspect/plugin-cairo.xml:
3194         * docs/plugins/inspect/plugin-cdio.xml:
3195         * docs/plugins/inspect/plugin-cutter.xml:
3196         * docs/plugins/inspect/plugin-debug.xml:
3197         * docs/plugins/inspect/plugin-dv.xml:
3198         * docs/plugins/inspect/plugin-efence.xml:
3199         * docs/plugins/inspect/plugin-effectv.xml:
3200         * docs/plugins/inspect/plugin-equalizer.xml:
3201         * docs/plugins/inspect/plugin-esdsink.xml:
3202         * docs/plugins/inspect/plugin-flac.xml:
3203         * docs/plugins/inspect/plugin-flxdec.xml:
3204         * docs/plugins/inspect/plugin-gamma.xml:
3205         * docs/plugins/inspect/plugin-gconfelements.xml:
3206         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3207         * docs/plugins/inspect/plugin-goom.xml:
3208         * docs/plugins/inspect/plugin-goom2k1.xml:
3209         * docs/plugins/inspect/plugin-halelements.xml:
3210         * docs/plugins/inspect/plugin-icydemux.xml:
3211         * docs/plugins/inspect/plugin-id3demux.xml:
3212         * docs/plugins/inspect/plugin-jpeg.xml:
3213         * docs/plugins/inspect/plugin-level.xml:
3214         * docs/plugins/inspect/plugin-matroska.xml:
3215         * docs/plugins/inspect/plugin-monoscope.xml:
3216         * docs/plugins/inspect/plugin-mulaw.xml:
3217         * docs/plugins/inspect/plugin-multifile.xml:
3218         * docs/plugins/inspect/plugin-multipart.xml:
3219         * docs/plugins/inspect/plugin-navigationtest.xml:
3220         * docs/plugins/inspect/plugin-ossaudio.xml:
3221         * docs/plugins/inspect/plugin-png.xml:
3222         * docs/plugins/inspect/plugin-pulseaudio.xml:
3223         * docs/plugins/inspect/plugin-quicktime.xml:
3224         * docs/plugins/inspect/plugin-rtp.xml:
3225         * docs/plugins/inspect/plugin-rtsp.xml:
3226         * docs/plugins/inspect/plugin-smpte.xml:
3227         * docs/plugins/inspect/plugin-soup.xml:
3228         * docs/plugins/inspect/plugin-spectrum.xml:
3229         * docs/plugins/inspect/plugin-speex.xml:
3230         * docs/plugins/inspect/plugin-taglib.xml:
3231         * docs/plugins/inspect/plugin-udp.xml:
3232         * docs/plugins/inspect/plugin-video4linux2.xml:
3233         * docs/plugins/inspect/plugin-videobalance.xml:
3234         * docs/plugins/inspect/plugin-videobox.xml:
3235         * docs/plugins/inspect/plugin-videocrop.xml:
3236         * docs/plugins/inspect/plugin-videoflip.xml:
3237         * docs/plugins/inspect/plugin-videomixer.xml:
3238         * docs/plugins/inspect/plugin-wavenc.xml:
3239         * docs/plugins/inspect/plugin-wavpack.xml:
3240         * docs/plugins/inspect/plugin-wavparse.xml:
3241         * docs/plugins/inspect/plugin-ximagesrc.xml:
3242         * ext/pulse/plugin.c:
3243         * ext/pulse/pulsemixer.c:
3244         * ext/pulse/pulsesink.c:
3245         * ext/pulse/pulsesrc.c:
3246         Add documentation to the pulseaudio plugin and run make update
3247         in docs/plugins.
3248
3249 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3250
3251         Patch by: Brian Cameron <brian.cameron at sun dot com>
3252
3253         * sys/sunaudio/gstsunaudiomixerctrl.c:
3254         (gst_sunaudiomixer_ctrl_get_volume),
3255         (gst_sunaudiomixer_ctrl_set_volume):
3256         Improvements for the SunAudio mixer by handling mute as no gain
3257         for tracks that have a gain property but no mute property.
3258         Fixes bug #536067.
3259
3260 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3261
3262         * configure.ac:
3263         * ext/pulse/Makefile.am:
3264         * ext/pulse/plugin.c: (plugin_init):
3265         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3266         (gst_pulsemixer_implements_interface_init),
3267         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3268         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3269         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3270         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3271         * ext/pulse/pulsemixer.h:
3272         * ext/pulse/pulsemixerctrl.c:
3273         (gst_pulsemixer_ctrl_context_state_cb),
3274         (gst_pulsemixer_ctrl_sink_info_cb),
3275         (gst_pulsemixer_ctrl_source_info_cb),
3276         (gst_pulsemixer_ctrl_subscribe_cb),
3277         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3278         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3279         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3280         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3281         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3282         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3283         * ext/pulse/pulsemixerctrl.h:
3284         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3285         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3286         * ext/pulse/pulsemixertrack.h:
3287         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3288         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3289         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3290         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3291         (gst_pulseprobe_new), (gst_pulseprobe_free),
3292         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3293         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3294         (gst_pulseprobe_set_server):
3295         * ext/pulse/pulseprobe.h:
3296         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3297         (gst_pulsesink_class_init), (gst_pulsesink_init),
3298         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3299         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3300         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3301         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3302         (gst_pulsesink_stream_request_cb),
3303         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3304         (gst_pulsesink_close), (gst_pulsesink_prepare),
3305         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3306         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3307         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3308         (gst_pulsesink_event), (gst_pulsesink_get_type):
3309         * ext/pulse/pulsesink.h:
3310         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3311         (gst_pulsesrc_implements_interface_init),
3312         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3313         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3314         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3315         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3316         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3317         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3318         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3319         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3320         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3321         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3322         (gst_pulsesrc_get_type):
3323         * ext/pulse/pulsesrc.h:
3324         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3325         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3326         * ext/pulse/pulseutil.h:
3327         Add pulseaudio GStreamer element from gst-pulse. Development will
3328         continue here instead of pulseaudio SVN. Fixes bug #400679.
3329         Only changes over gst-pulse SVN are added copyright to the top of
3330         files and coding style changes.
3331
3332 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3333
3334         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3335
3336         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3337           (gst_cdio_add_cdtext_album_tags):
3338         * ext/cdio/gstcdio.h:
3339         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3340           Also extract album title and album genre from CD-TEXT if
3341           available (#537021).
3342
3343 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3344
3345         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3346
3347         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3348         Improve negotiation a bit more by picking the smallest possible
3349         resolution that is larger than the resolution specified in the
3350         first caps entry of the peer caps. Fixes bug #536994.
3351
3352 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3353
3354         Patch by: Bastien Nocera <hadess at hadess dot net>
3355
3356         * sys/v4l2/gstv4l2vidorient.c:
3357         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3358         Fix compilation with newer GIT kernels that deprecated
3359         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3360
3361 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3362
3363         * configure.ac:
3364         * ext/cdio/gstcdio.c:
3365         * ext/cdio/gstcdio.h:
3366         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3367           Require libcdio >= 0.76.
3368
3369 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3370
3371         * gst/avi/gstavidemux.c:
3372         Catch UNEXPECTED when downstream has reached end of
3373         segment in reverse mode.
3374
3375 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3376
3377         * gst/avi/gstavidemux.c:
3378         Fix typo in comment
3379
3380 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3381
3382         * gst/avi/gstavidemux.c:
3383         Because we don't know the frame order we need to push till
3384         the next keyframe
3385
3386 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3387
3388         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3389
3390         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3391         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3392         Provide a custom negotiation function to make sure to pick the highest
3393         possible framerate and resolution. Fixes bug #536646.
3394
3395 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3396
3397         * gst/avi/gstavidemux.c:
3398         Set EOS when going out of the segment in reverse playback
3399
3400 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3401
3402         * ext/taglib/Makefile.am::
3403           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3404           taglib headers (with gcc 4.3.1).
3405
3406 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3407
3408         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3409         Use the new gst_rtsp_connection_get_ip() to access the IP address
3410         of a GstRTSPConnection since it is a private member.
3411
3412 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3413
3414         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3415         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3416           Use new utility functions in libgsttag to process coverart (#512333).
3417
3418 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3419
3420         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3421         We actually support left/side, right/side and mid/side files. The
3422         conversion to normal, interleaved stereo is done by libflac.
3423
3424 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3425
3426         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3427         (gst_ebml_write_set_cache):
3428         Unref the write cache in finalize if it was set and add add "FIXME"
3429         to a comment that needs it.
3430
3431 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3432
3433         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3434
3435         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3436         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3437         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3438         (gst_avi_demux_process_next_entry):
3439         * gst/avi/gstavidemux.h:
3440         Implement reverse playback. Fixes #535300.
3441         Small cleanups.
3442
3443 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3444
3445         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3446         (gst_videomixer_query_latency):
3447         When using gst_element_iterate_pads() one has to unref every pad
3448         after usage.
3449
3450 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3451
3452         Patch by: Bastien Nocera <hadess at hadess dot net>
3453         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3454         (qtdemux_parse_udta):
3455         * gst/qtdemux/qtdemux_fourcc.h:
3456         Improve meta-data handling, add 'comment', 'description' and
3457         'copyright' tag handling.
3458         Fixes #535935
3459
3460 2008-05-31  Julien Moutte  <julien@fluendo.com>
3461
3462         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3463         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3464         (gst_qtdemux_seek_to_previous_keyframe),
3465         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3466         we don't clip the segment's stop using the main segment duration as
3467         that could crop quite some video frames. Make reverse playback support
3468         more robust and support edit lists. Support seeking to the last frame,
3469         and fix reverse looping playback. Add some debugging.
3470         * win32/common/config.h: Updated.
3471
3472 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3473
3474         * gst/equalizer/gstiirequalizer.c:
3475         (gst_iir_equalizer_transform_ip):
3476         Don't clip float/double samples, correctly unset passthrough mode
3477         and use better rounding for integer samples.
3478
3479 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3480
3481         * gst/equalizer/gstiirequalizer.c:
3482         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3483         (setup_filter), (set_passthrough), (update_coefficients),
3484         (gst_iir_equalizer_compute_frequencies),
3485         (gst_iir_equalizer_transform_ip):
3486         * gst/equalizer/gstiirequalizer.h:
3487         Update the filter coefficients only when needed in the transform_ip
3488         function and correctly set the element into passthrough mode if the
3489         gain of all bands is 0.
3490
3491 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3492
3493         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3494
3495         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3496         (gst_alpha_set_property), (gst_alpha_get_property),
3497         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3498         Try to skip pixels or areas that are too dark or too bright for us to do
3499         meaningfull color detection.
3500         Added properties to control the sensitivity to light and darkness.
3501         Added some small cleanups. Fixes #512345.
3502
3503 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3504
3505         * docs/plugins/.cvsignore:
3506         * tests/check/elements/.cvsignore:
3507         Ignore some more generated things
3508
3509         * tests/check/Makefile.am:
3510         Ignore OSS elements in the state changes test too.
3511
3512 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3513
3514         * docs/plugins/Makefile.am:
3515         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3516         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3517         Add SMPTE effect elements to docs.
3518
3519 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3520
3521         * docs/plugins/Makefile.am:
3522         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3523         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3524         * ext/raw1394/gstdv1394src.c:
3525           Document whats first shown on the fdo plugin docs page :)
3526
3527 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3528
3529         * docs/plugins/Makefile.am:
3530         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3531         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3532         * docs/plugins/gst-plugins-good-plugins.args:
3533         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3534         * docs/plugins/inspect/plugin-audiofx.xml:
3535         * gst/audiofx/Makefile.am:
3536         * gst/audiofx/audiofx.c:
3537         * gst/audiofx/audiokaraoke.c:
3538         * gst/audiofx/audiokaraoke.h:
3539         * gst/audiofx/audiovoice.c:
3540         * gst/audiofx/audiovoice.h:
3541           Rename audiovoice to audiokaraoke and add it to the docs.
3542
3543 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3544
3545         * REQUIREMENTS:
3546         * docs/plugins/Makefile.am:
3547         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3548         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3549         * docs/plugins/gst-plugins-good-plugins.args:
3550         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3551         * docs/plugins/gst-plugins-good-plugins.interfaces:
3552         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3553         * docs/plugins/inspect/plugin-aasink.xml:
3554         * docs/plugins/inspect/plugin-alaw.xml:
3555         * docs/plugins/inspect/plugin-alpha.xml:
3556         * docs/plugins/inspect/plugin-alphacolor.xml:
3557         * docs/plugins/inspect/plugin-annodex.xml:
3558         * docs/plugins/inspect/plugin-apetag.xml:
3559         * docs/plugins/inspect/plugin-audiofx.xml:
3560         * docs/plugins/inspect/plugin-auparse.xml:
3561         * docs/plugins/inspect/plugin-autodetect.xml:
3562         * docs/plugins/inspect/plugin-avi.xml:
3563         * docs/plugins/inspect/plugin-cacasink.xml:
3564         * docs/plugins/inspect/plugin-cairo.xml:
3565         * docs/plugins/inspect/plugin-cdio.xml:
3566         * docs/plugins/inspect/plugin-cutter.xml:
3567         * docs/plugins/inspect/plugin-debug.xml:
3568         * docs/plugins/inspect/plugin-dv.xml:
3569         * docs/plugins/inspect/plugin-efence.xml:
3570         * docs/plugins/inspect/plugin-effectv.xml:
3571         * docs/plugins/inspect/plugin-equalizer.xml:
3572         * docs/plugins/inspect/plugin-esdsink.xml:
3573         * docs/plugins/inspect/plugin-flac.xml:
3574         * docs/plugins/inspect/plugin-flxdec.xml:
3575         * docs/plugins/inspect/plugin-gamma.xml:
3576         * docs/plugins/inspect/plugin-gconfelements.xml:
3577         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3578         * docs/plugins/inspect/plugin-goom.xml:
3579         * docs/plugins/inspect/plugin-goom2k1.xml:
3580         * docs/plugins/inspect/plugin-halelements.xml:
3581         * docs/plugins/inspect/plugin-icydemux.xml:
3582         * docs/plugins/inspect/plugin-id3demux.xml:
3583         * docs/plugins/inspect/plugin-jpeg.xml:
3584         * docs/plugins/inspect/plugin-level.xml:
3585         * docs/plugins/inspect/plugin-matroska.xml:
3586         * docs/plugins/inspect/plugin-monoscope.xml:
3587         * docs/plugins/inspect/plugin-mulaw.xml:
3588         * docs/plugins/inspect/plugin-multifile.xml:
3589         * docs/plugins/inspect/plugin-multipart.xml:
3590         * docs/plugins/inspect/plugin-navigationtest.xml:
3591         * docs/plugins/inspect/plugin-ossaudio.xml:
3592         * docs/plugins/inspect/plugin-png.xml:
3593         * docs/plugins/inspect/plugin-quicktime.xml:
3594         * docs/plugins/inspect/plugin-rtp.xml:
3595         * docs/plugins/inspect/plugin-rtsp.xml:
3596         * docs/plugins/inspect/plugin-smpte.xml:
3597         * docs/plugins/inspect/plugin-soup.xml:
3598         * docs/plugins/inspect/plugin-spectrum.xml:
3599         * docs/plugins/inspect/plugin-speex.xml:
3600         * docs/plugins/inspect/plugin-taglib.xml:
3601         * docs/plugins/inspect/plugin-udp.xml:
3602         * docs/plugins/inspect/plugin-video4linux2.xml:
3603         * docs/plugins/inspect/plugin-videobalance.xml:
3604         * docs/plugins/inspect/plugin-videobox.xml:
3605         * docs/plugins/inspect/plugin-videocrop.xml:
3606         * docs/plugins/inspect/plugin-videoflip.xml:
3607         * docs/plugins/inspect/plugin-videomixer.xml:
3608         * docs/plugins/inspect/plugin-wavenc.xml:
3609         * docs/plugins/inspect/plugin-wavpack.xml:
3610         * docs/plugins/inspect/plugin-wavparse.xml:
3611         * docs/plugins/inspect/plugin-ximagesrc.xml:
3612         * ext/aalib/gstaasink.c:
3613         * ext/libcaca/gstcacasink.c:
3614           Document aasink and cacasink.
3615
3616 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3617
3618         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3619         (gst_videomixer_init), (gst_videomixer_query_duration),
3620         (gst_videomixer_query_latency), (gst_videomixer_query),
3621         (gst_videomixer_blend_buffers):
3622         * gst/videomixer/videomixer.h:
3623         Implement position (in time), duration and latency queries.
3624
3625 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3626
3627         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3628         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3629         (gst_videomixer_fill_queues), (forward_event_func),
3630         (forward_event), (gst_videomixer_src_event),
3631         (gst_videomixer_sink_event):
3632         * gst/videomixer/videomixer.h:
3633         Implement proper seek/newsegment handling.
3634         Based on adder's implementation.
3635         Fixes #535121
3636
3637 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3638
3639         Patch by: Jan Gerber <j at oil21 dot org>
3640
3641         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3642         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3643
3644 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3645
3646         * gst/audiofx/Makefile.am:
3647         * gst/audiofx/audiofx.c: (plugin_init):
3648         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3649         (gst_audio_voice_class_init), (gst_audio_voice_init),
3650         (update_filter), (gst_audio_voice_set_property),
3651         (gst_audio_voice_get_property), (gst_audio_voice_setup),
3652         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3653         (gst_audio_voice_transform_ip):
3654         * gst/audiofx/audiovoice.h:
3655         Add simple voice removal element. Yay karaoke.
3656
3657 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3658
3659         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3660
3661         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3662         Fix potential caps leak.
3663         If we can't get the framerate with an ioctl, try to get it with the
3664         current norm. Fixes #520092.
3665
3666 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3667
3668         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3669
3670         * sys/v4l2/v4l2src_calls.c:
3671         (gst_v4l2src_probe_caps_for_format_and_size):
3672         If we fail to get the frame intervals, simply don't touch the framerates
3673         on the template caps instead of discarding the format. See #520092.
3674
3675 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3676
3677         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3678
3679         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
3680         (gst_v4l2_get_caps_info):
3681         Add NV12, NV21 and bayer support. See #520092.
3682
3683 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3684
3685         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3686         (gst_qtdemux_activate_segment):
3687         Unbreak segment activation again. Fixes #531672.
3688
3689 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
3690
3691         * ext/flac/Makefile.am:
3692         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3693         Set the channel layout when decoding FLAC files with more than 2
3694         channels as defined by the FLAC spec. Fixes bug #534570.
3695
3696         Also don't try to decode left/side, right/side and mid/side files
3697         as we don't support this at all.
3698
3699 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3700
3701         * configure.ac:
3702           We need -base CVS (rtsp).
3703
3704 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3705
3706         * gst/udp/Makefile.am:
3707           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
3708           when including netdb.h when building against glibc >= 2.8.
3709
3710 2008-05-22  Julien Moutte  <julien@fluendo.com>
3711
3712         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
3713         debug statement arguments.
3714         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
3715         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
3716         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
3717         on more platforms.
3718
3719 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3720
3721         * tests/check/elements/avimux.c: (setup_src_pad),
3722         (teardown_src_pad):
3723         * tests/check/elements/icydemux.c: (icydemux_found_pad),
3724         (GST_START_TEST):
3725         * tests/check/elements/matroskamux.c: (setup_src_pad),
3726         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
3727         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
3728         (GST_START_TEST):
3729         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
3730         (setup_wavpackparse), (cleanup_wavpackparse):
3731         Don't use gst_element_get_pad(), it's a bad, bad method.
3732
3733 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3734
3735         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3736         (do_toggle_element):
3737         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3738         (do_toggle_element):
3739         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3740         (do_toggle_element):
3741         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
3742         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
3743         (do_toggle_element):
3744         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
3745         (do_toggle_element):
3746         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
3747         (gst_auto_audio_sink_detect):
3748         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
3749         (gst_auto_video_sink_detect):
3750         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3751         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
3752         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
3753         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
3754         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
3755         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
3756         * tests/icles/videocrop-test.c: (test_with_caps),
3757         (video_crop_get_test_caps):
3758         Don't use gst_element_get_pad(), it's a bad method.
3759
3760 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3761
3762         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3763         (gst_multiudpsink_add_internal):
3764         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
3765         (gst_udp_join_group):
3766         * gst/udp/gstudpnetutils.h:
3767         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3768         Joining a multicast group and setting the loop/ttl properties are
3769         totally unrelated tasks are must be separated.
3770
3771 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
3772
3773         * gst/avi/gstavimux.c:
3774           Also support alaw/mulaw.
3775
3776 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3777
3778         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3779         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
3780         * gst/udp/gstmultiudpsink.h:
3781         Add a fixme for the auto-multicast property.
3782         Fix some confusing debug messages.
3783         Disable setting a qos value by default.
3784
3785 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3786
3787         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
3788
3789         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
3790         Ignore EPERM errors from sendto. Fixes #533619.
3791
3792 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3793
3794         Patch by: Henrik Eriksson <henriken at axis dot com>
3795
3796         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3797         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
3798         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3799         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
3800         * gst/udp/gstmultiudpsink.h:
3801         Add qos-dscp property to manage the Quality of service. Fixes #469917.
3802
3803 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3804
3805         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
3806         Improve debugging of the ident.
3807
3808 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3809
3810         Patch by: Bruno Santos <brunof at ua dot pt>
3811
3812         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3813         (gst_udp_join_group), (gst_udp_leave_group),
3814         (gst_udp_is_multicast):
3815         * gst/udp/gstudpnetutils.h:
3816         Provide a bunch of helper methods to deal with IPv4 and IPv6
3817         transparently.
3818
3819         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3820         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3821         (gst_multiudpsink_get_property), (join_multicast),
3822         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3823         (gst_multiudpsink_remove):
3824         * gst/udp/gstmultiudpsink.h:
3825         Add multicast TTL and loopback properties.
3826         Use the helper methods to implement ip4 and ip6.
3827
3828         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3829         * gst/udp/gstudpsrc.h:
3830         Use the helper methods to implement ip4 and ip6.
3831         Fixes #515962.
3832
3833 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3834
3835         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3836
3837         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3838         (gst_multipart_demux_get_gstname),
3839         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3840         * gst/multipart/multipartdemux.h:
3841         Don't blindly copy the mime-type as the caps name because they not
3842         always map directly. Instead use a hashtable with common mappings.
3843         Fixes #533287.
3844
3845 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3846
3847         * ext/esd/esdsink.c: (gst_esdsink_write):
3848         When we post an error, we must return -1 to let the parent know that we
3849         cannot write the segment else it will loop and continue to call us again
3850         forever. Patch by Michael Meeks.
3851
3852 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3853
3854         * gst/videomixer/videomixer.c:
3855           Add missing incudes.
3856
3857 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3858
3859         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3860         (gst_rtp_h264_pay_handle_buffer):
3861         * gst/rtp/gstrtph264pay.h:
3862         Correct a typo (sinle -> single).
3863
3864 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3865
3866         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3867         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3868         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3869         (gst_rtp_h264_depay_process):
3870         * gst/rtp/gstrtph264depay.h:
3871         Add experimental support for outputting quicktime-like AVC output in
3872         addition to the existing bytestream output.
3873
3874         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3875         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3876         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3877         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3878         (gst_rtp_h264_pay_get_property):
3879         * gst/rtp/gstrtph264pay.h:
3880         Make the parsing mode configurable, for some inputs we don't need to
3881         scan every byte for start codes.
3882         Only set the marker bit on ACCESS units.
3883
3884 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3885
3886         * gst/equalizer/gstiirequalizer.c:
3887         Use a bigger type in integer mode for the intermediate results to
3888         prevent overflows. This fixes the crippled sound when using the
3889         equalizer in integer mode. Fixes bug #510865.
3890
3891 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3892
3893         * gst/videomixer/videomixer.c:
3894         * gst/videomixer/videomixer.h:
3895         Instead of a random number for the request pad id's,
3896         use a counter.
3897
3898         Register the videomixerpad class from the element's class_init
3899         where it's safer, and allows the docs generator to scan it.
3900
3901 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3902
3903         * gst/smpte/Makefile.am:
3904         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3905         * gst/smpte/gstsmpte.h:
3906         * gst/smpte/gstsmptealpha.c:
3907         (gst_smpte_alpha_transition_type_get_type),
3908         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3909         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3910         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3911         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3912         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3913         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3914         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3915         * gst/smpte/gstsmptealpha.h:
3916         * gst/smpte/plugin.c: (plugin_init):
3917         Add new plugin that adds the SMPTE transition in the alpha channel of
3918         I420 and AYUV frames so that they can be blended with videomixer later
3919         on. Uses all niceties such as using base transform for efficient alloc
3920         and negotiation. It currently requires GstController to control the
3921         position in the transition effect.
3922
3923 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3924
3925         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3926         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3927         * docs/plugins/gst-plugins-good-plugins.args:
3928         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3929         * docs/plugins/gst-plugins-good-plugins.interfaces:
3930         * docs/plugins/gst-plugins-good-plugins.types:
3931         * gst/videomixer/videomixer.c:
3932           Try using thaytans new mechanism to get extra classes into plugin
3933           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3934           missing still.
3935
3936 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3937
3938         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3939         Set proper rate in avi stream header for PCM audio, and also do some
3940         more sanity checks on caps in this case.  Fixes #511489.
3941
3942 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3943
3944         * sys/v4l2/gstv4l2src.c:
3945         Don't include the gstv4l2xoverlay.h header as the XOverlay support
3946         isn't implemented at all yet and this requires X headers to be
3947         installed. Fixes bug #533264.
3948
3949 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3950
3951         reviewed by: <delete if not using a buddy>
3952
3953         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3954         (gst_ebml_write_set_cache):
3955         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3956         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3957         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3958         (gst_matroska_demux_read_track_encodings),
3959         (gst_matroska_demux_add_stream),
3960         (gst_matroska_demux_handle_src_query),
3961         (gst_matroska_demux_init_stream),
3962         (gst_matroska_demux_parse_index_cuetrack),
3963         (gst_matroska_demux_parse_index_pointentry),
3964         (gst_matroska_demux_parse_info),
3965         (gst_matroska_demux_parse_metadata_id_simple_tag),
3966         (gst_matroska_demux_parse_metadata),
3967         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3968         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3969         (gst_matroska_demux_parse_cluster),
3970         (gst_matroska_demux_parse_contents_seekentry),
3971         (gst_matroska_demux_loop_stream_parse_id),
3972         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3973         (gst_matroska_demux_audio_caps),
3974         (gst_matroska_demux_subtitle_caps):
3975         * gst/matroska/matroska-demux.h:
3976         * gst/matroska/matroska-ids.c:
3977         (gst_matroska_track_init_subtitle_context):
3978         * gst/matroska/matroska-ids.h:
3979         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3980         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
3981         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
3982         * sys/v4l2/gstv4l2src.c:
3983         * tests/check/pipelines/wavpack.c: (bus_handler):
3984         * win32/common/config.h:
3985
3986 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3987
3988         * ext/wavpack/gstwavpackstreamreader.c:
3989         * tests/examples/spectrum/demo-audiotest.c:
3990         * tests/examples/spectrum/demo-osssrc.c:
3991         Fix some compiler warnings.
3992
3993 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3994
3995         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
3996         Small comment added.
3997
3998         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3999         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4000         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4001         Debug string cleanups (remove trailing \n)
4002         Refactor and clean up the payloader a bit and make sure that we only
4003         put one NAL unit in an RTP packet even if the input buffer contains
4004         multiple NAL units.
4005         Add suport for AVC format input.
4006
4007 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4008
4009         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4010         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4011         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4012         * gst/rtp/gstrtph264pay.h:
4013         Make it possible to specify profile-level-id and sprop-parameter-sets
4014         using properties in case they are not available in-stream.
4015
4016 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4017
4018         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4019         * docs/plugins/gst-plugins-good-plugins.args:
4020         * docs/plugins/inspect/plugin-ladspa.xml:
4021           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4022
4023 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4024
4025         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4026         Send an initial BYTE segment to inform downstream of later seeking,
4027         and to forego sync attempts.
4028
4029 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4030
4031         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4032         Fix wrong caps string.
4033
4034 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4035
4036         Based on patch by: Olivier Crete <tester at tester dot ca>
4037
4038         * gst/rtp/Makefile.am:
4039         * gst/rtp/gstrtp.c: (plugin_init):
4040         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4041         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4042         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4043         (gst_rtp_g729_depay_plugin_init):
4044         * gst/rtp/gstrtpg729depay.h:
4045         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4046         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4047         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4048         * gst/rtp/gstrtpg729pay.h:
4049         Added G729 pay and depayloaders. Fixes #532409.
4050
4051 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4052
4053         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4054         Fix the calculation of the duration of the concealment packets.
4055
4056 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4057
4058         Based on patch by: Olivier Crete <tester at tester dot ca>
4059
4060         * gst/rtp/Makefile.am:
4061         * gst/rtp/gstrtp.c: (plugin_init):
4062         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4063         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4064         (parse_encode), (gst_rtp_dv_depay_setcaps),
4065         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4066         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4067         (gst_rtp_dv_depay_plugin_init):
4068         * gst/rtp/gstrtpdvdepay.h:
4069         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4070         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4071         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4072         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4073         (gst_dv_pay_negotiate), (include_dif),
4074         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4075         * gst/rtp/gstrtpdvpay.h:
4076         Add DV pay and depayloaders. Fixes #532423.
4077
4078 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4079
4080         * gst/matroska/matroska-demux.c:
4081         (gst_matroska_demux_push_dvd_clut_change_event):
4082         Convert subtitle palette info in VobSub private data from VobSub's
4083         (buggy) RGB to YUV.
4084
4085 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4086
4087         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4088         Do not leave fourcc stream header field empty upon reset.
4089         Fixes #519301.
4090
4091 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4092
4093         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4094         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4095         * docs/plugins/inspect/plugin-goom.xml:
4096         * docs/plugins/inspect/plugin-goom2k1.xml:
4097         * gst/goom/gstgoom.c:
4098         * gst/goom2k1/gstgoom.c:
4099         Add goom2k1 into the docs.
4100
4101 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4102
4103         Based on patch by: Wouter Cloetens  <wouter at mind be>
4104
4105         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4106         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4107         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4108         (gst_rtsp_decode_quoted_string),
4109         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4110         (gst_rtspsrc_setup_auth):
4111         Support Digest authentication. Fixes #532065.
4112
4113 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4114
4115         * gst/level/gstlevel.c:
4116           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4117           about whats needed for liboil acceleration. Simplify docs a bit.
4118
4119 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4120
4121         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4122
4123         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4124         Update the track duration if the old one was invalid.
4125         Fixes bug #532117.
4126
4127 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4128
4129         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4130           Use GST_STR_NULL when trying to print sps and pps strings that could
4131           be NULL, as this might crash on some platforms.
4132
4133 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4134
4135         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4136
4137         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4138           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4139           set after creating the clipper.
4140
4141 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4142
4143         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4144
4145         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4146           Added checking of surface lost case after an unsuccessful
4147           IDirectDrawSurface7_Lock() call.
4148           If surface is lost, return GST_FLOW_OK.
4149
4150 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4151
4152         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4153
4154         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4155           WndProc, gst_directdraw_sink_window_thread):
4156           Improved Windows message loop and fixed window destruction issue.
4157           When the window which DirectDraw is rendering to is destroyed, the
4158           render/show_frame function will return GST_FLOW_ERROR.
4159           Partially fixes #520885.
4160
4161 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4162
4163         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4164
4165         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4166           Fixed mid stream resolution change bug, the offscreen surface is now
4167           released when set_caps is called.
4168           Partially fixes #520885.
4169
4170 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4171
4172         * sys/directdraw/gstdirectdrawsink.c
4173           (gst_directdraw_sink_buffer_alloc):
4174           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4175           width/height.
4176
4177           Especially when looking through the pool of buffers, make sure that
4178           the width/height of caps is used instead of the already negotiated
4179           dimensions.
4180           For example if a buffer with different caps is requested, i.e.
4181           higher resolution, the caller would get a buffer with the old
4182           dimensions and thus corrupt the heap.
4183
4184 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4185
4186         * sys/directdraw/gstdirectdrawsink.c
4187           (gst_directdraw_sink_buffer_alloc):
4188           Clear the flags on recycled buffers from buffer_alloc.
4189           Partially fixes #520885.
4190
4191 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4192
4193         * gst/rtp/gstrtpilbcpay.c:
4194           Added missing stdlib.h include for strtol(), and made include ordering and
4195           style consistent with the corresponding depayloader.
4196
4197 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4198
4199         * configure.ac:
4200           Error out if we don't have the required core/base versions.
4201
4202 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4203
4204         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4205
4206         * sys/osxvideo/cocoawindow.m:
4207         Fix compiler warnings on PPC64. Fixes bug #499318.
4208
4209 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4210
4211         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4212
4213         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4214         Don't leak file descriptors on error. Fixes #531532.
4215
4216 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4217
4218         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4219         (gst_gconf_audio_src_change_state):
4220         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4221         (gst_gconf_video_sink_change_state):
4222         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4223         (gst_gconf_video_src_change_state):
4224         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4225         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4226         When we can't create a fakesink/fakesrc complain instead of unreffing
4227         NULL pointers and crashing later. See bug #530535.
4228
4229 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4230
4231         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4232         Add some more debug info and guard against small payloads.
4233
4234         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4235         Set duration on outgoing buffers because we can.
4236
4237 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4238
4239         Patch by: Olivier Crete <tester at tester dot ca>
4240
4241         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4242         (gst_speex_enc_init), (gst_speex_enc_chain):
4243         Add negotiation for the speex channels and rate. Fixes #465146.
4244
4245 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4246
4247         Patch by: Olivier Crete <tester at tester dot ca>
4248
4249         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4250         (gst_rtp_speex_pay_getcaps):
4251         Add negotiation for the speex channels and rate. See #465146.
4252
4253 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4254
4255         Patch by: Olivier Crete <tester at tester dot ca>
4256
4257         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4258         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4259         Add negotiation for the ILBC mode. See #465146.
4260
4261 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4262
4263         * ext/soup/gstsouphttpsrc.c:
4264           Include stdlib to fix the build. Use g_free instead of free, libsoup
4265           uses glib.
4266
4267 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4268
4269         Patch by: j^ <j@bootlab.org>
4270
4271         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4272         Add more mpeg2 variants. Fixes #530886.
4273
4274 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4275
4276         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4277
4278         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4279           Don't error out if we get an ICMP destination-unreachable
4280           message when trying to read packets on win32 (#529454).
4281
4282 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4283
4284         * configure.ac:
4285         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4286           Use new error code for encrypted streams (which requires core CVS).
4287
4288 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4289
4290         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4291           (gst_qtdemux_audiosrc_template):
4292           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4293
4294 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4295
4296         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4297         (speex_dec_chain_parse_data):
4298         Produce concealment data when time progresses in a segment update.
4299
4300 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4301
4302         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4303         (speex_dec_chain):
4304         Try to preserve input timestamps when we can.
4305         Do beginnings of error concealment.
4306
4307 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4308
4309         * gst/debug/gstnavigationtest.c:
4310           MSVC doesn't provide rint(), define an adequate replacement locally as
4311           elsewhere.
4312
4313 2008-04-28  Julien Moutte  <julien@fluendo.com>
4314
4315         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4316         format to pacify Mac OSX's gcc.
4317
4318 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4319
4320         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4321           (DEFAULT_MAX), (src_template), (sink_template),
4322           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4323           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4324           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4325           Bring rndbuffersize element into a state that doesn't require us
4326           to move it to -bad immediately. For one, fix up default min/max
4327           values so that the element actuall works using the default values.
4328           Also, don't ignore flow return values and do some kind of minimal
4329           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4330           other gratuitious clean-ups.
4331
4332 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4333
4334         * docs/plugins/Makefile.am:
4335         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4336         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4337         * docs/plugins/gst-plugins-good-plugins.args:
4338         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4339         * docs/plugins/gst-plugins-good-plugins.interfaces:
4340         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4341         * docs/plugins/inspect/plugin-1394.xml:
4342         * docs/plugins/inspect/plugin-aasink.xml:
4343         * docs/plugins/inspect/plugin-alaw.xml:
4344         * docs/plugins/inspect/plugin-alpha.xml:
4345         * docs/plugins/inspect/plugin-alphacolor.xml:
4346         * docs/plugins/inspect/plugin-annodex.xml:
4347         * docs/plugins/inspect/plugin-apetag.xml:
4348         * docs/plugins/inspect/plugin-audiofx.xml:
4349         * docs/plugins/inspect/plugin-auparse.xml:
4350         * docs/plugins/inspect/plugin-autodetect.xml:
4351         * docs/plugins/inspect/plugin-avi.xml:
4352         * docs/plugins/inspect/plugin-cacasink.xml:
4353         * docs/plugins/inspect/plugin-cairo.xml:
4354         * docs/plugins/inspect/plugin-cdio.xml:
4355         * docs/plugins/inspect/plugin-cutter.xml:
4356         * docs/plugins/inspect/plugin-debug.xml:
4357         * docs/plugins/inspect/plugin-dv.xml:
4358         * docs/plugins/inspect/plugin-efence.xml:
4359         * docs/plugins/inspect/plugin-effectv.xml:
4360         * docs/plugins/inspect/plugin-equalizer.xml:
4361         * docs/plugins/inspect/plugin-esdsink.xml:
4362         * docs/plugins/inspect/plugin-flac.xml:
4363         * docs/plugins/inspect/plugin-flxdec.xml:
4364         * docs/plugins/inspect/plugin-gamma.xml:
4365         * docs/plugins/inspect/plugin-gconfelements.xml:
4366         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4367         * docs/plugins/inspect/plugin-goom.xml:
4368         * docs/plugins/inspect/plugin-halelements.xml:
4369         * docs/plugins/inspect/plugin-icydemux.xml:
4370         * docs/plugins/inspect/plugin-id3demux.xml:
4371         * docs/plugins/inspect/plugin-jpeg.xml:
4372         * docs/plugins/inspect/plugin-level.xml:
4373         * docs/plugins/inspect/plugin-matroska.xml:
4374         * docs/plugins/inspect/plugin-monoscope.xml:
4375         * docs/plugins/inspect/plugin-mulaw.xml:
4376         * docs/plugins/inspect/plugin-multifile.xml:
4377         * docs/plugins/inspect/plugin-multipart.xml:
4378         * docs/plugins/inspect/plugin-navigationtest.xml:
4379         * docs/plugins/inspect/plugin-ossaudio.xml:
4380         * docs/plugins/inspect/plugin-png.xml:
4381         * docs/plugins/inspect/plugin-quicktime.xml:
4382         * docs/plugins/inspect/plugin-rtp.xml:
4383         * docs/plugins/inspect/plugin-rtsp.xml:
4384         * docs/plugins/inspect/plugin-shout2send.xml:
4385         * docs/plugins/inspect/plugin-smpte.xml:
4386         * docs/plugins/inspect/plugin-spectrum.xml:
4387         * docs/plugins/inspect/plugin-speex.xml:
4388         * docs/plugins/inspect/plugin-taglib.xml:
4389         * docs/plugins/inspect/plugin-udp.xml:
4390         * docs/plugins/inspect/plugin-video4linux2.xml:
4391         * docs/plugins/inspect/plugin-videobalance.xml:
4392         * docs/plugins/inspect/plugin-videobox.xml:
4393         * docs/plugins/inspect/plugin-videocrop.xml:
4394         * docs/plugins/inspect/plugin-videoflip.xml:
4395         * docs/plugins/inspect/plugin-videomixer.xml:
4396         * docs/plugins/inspect/plugin-wavenc.xml:
4397         * docs/plugins/inspect/plugin-wavpack.xml:
4398         * docs/plugins/inspect/plugin-wavparse.xml:
4399         * docs/plugins/inspect/plugin-ximagesrc.xml:
4400           Add docs for gdkpixbufsink; update docs to CVS version.
4401
4402 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4403
4404         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4405         Remove test sync-offset by default.
4406
4407 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4408
4409         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4410         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4411         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4412           Use GLib versions of htonl, htons, ntohl and ntohs in order
4413           to avoid problems on win32 (#529707).
4414
4415 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4416
4417         Patch by: Jesús Corrius <jesus at softcatala org>
4418
4419         * gst/goom/filters.c: (zoomVector):
4420         * gst/goom/goom_core.c: (init_buffers):
4421           Fix build with mingw32: use rand() instead of random() and
4422           replace bzero() with memset(). Fixes #529692.
4423
4424 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4425
4426         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4427         Fix typo in comments.
4428
4429         * tests/examples/rtp/client-H263p-PCMA.sdp:
4430         * tests/examples/rtp/client-H263p-PCMA.sh:
4431         * tests/examples/rtp/client-H264-PCMA.sdp:
4432         * tests/examples/rtp/client-H264-PCMA.sh:
4433         * tests/examples/rtp/client-H264.sdp:
4434         * tests/examples/rtp/client-H264.sh:
4435         * tests/examples/rtp/client-PCMA.sdp:
4436         * tests/examples/rtp/client-PCMA.sh:
4437         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4438         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4439         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4440         Add some more docs and fix examples.
4441
4442 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4443
4444         * tests/check/elements/multifile.c:
4445         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4446         declared in the former, some have it declared in the latter.
4447
4448 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4449
4450         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4451         * gst/debug/tests.c: (md5_get_value):
4452         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4453         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4454         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4455         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4456         Stop using deprecated GLib functions.
4457
4458 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4459
4460         * configure.ac:
4461         Back to development -> 0.10.8.1
4462
4463 === release 0.10.8 ===
4464
4465 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4466
4467         * configure.ac:
4468           releasing 0.10.8, "One For The Money"
4469
4470 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4471
4472         * configure.ac:
4473         0.10.7.4 pre-release
4474
4475 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4476
4477         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4478         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4479         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4480         * gst/goom/flying_stars_fx.c: (fs_free):
4481         * gst/goom/goom_config_param.h:
4482         * gst/goom/goom_core.c: (goom_init), (goom_close):
4483         * gst/goom/goom_plugin_info.h:
4484         * gst/goom/gstgoom.c: (gst_goom_finalize):
4485         * gst/goom/lines.c: (goom_lines_free):
4486         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4487         * gst/goom/surf3d.c: (grid3d_free):
4488         * gst/goom/surf3d.h:
4489         * gst/goom/tentacle3d.c: (tentacle_free):
4490         Free a bunch of stuff, and initialise things to fix leaks
4491         and valgrind warnings in the testsuite.
4492
4493         Fixes: #529268
4494
4495 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4496
4497         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4498         (gst_rtspsrc_configure_caps):
4499         Ref caps as the return value for the request_pt_map signal.
4500         Remove some caps weirdness when configuring a stream. See #528245.
4501
4502 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4503
4504         * tests/icles/gdkpixbufsink-test.c:
4505           Add cast to placate gcc 4.1.2.
4506
4507 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4508
4509         * configure.ac:
4510         0.10.7.3 pre-release
4511
4512 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4513
4514         * tests/check/Makefile.am:
4515         Disable some more elements in the state test.
4516         Add a define so the soup test can find the test files
4517         it needs at runtime.
4518
4519         * tests/check/elements/souphttpsrc.c: (run_server):
4520
4521         Add a define so the soup test can find the test files
4522         it needs at runtime.
4523
4524 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4525
4526         * gst/goom/convolve_fx.c: (convolve_apply):
4527         Don't ever draw the GOOM logo.
4528         Fixes: #528615
4529
4530 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4531
4532         * ext/cdio/gstcdiocddasrc.c:
4533         * ext/dv/gstdvdemux.c: 
4534         gst_atomic_int_set ==> g_atomic_int_set
4535
4536 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4537
4538         * configure.ac:
4539         * gst/goom/Makefile.am:
4540         * gst/goom/convolve_fx.c:
4541         * gst/goom/default_scripts.h:
4542         * gst/goom/goom.h:
4543         * gst/goom/goom_core.c: (choose_a_goom_line):
4544         * gst/goom/goom_plugin_info.h:
4545         * gst/goom/goomsl.c:
4546         * gst/goom/goomsl.h:
4547         * gst/goom/goomsl_hash.c:
4548         * gst/goom/goomsl_hash.h:
4549         * gst/goom/goomsl_heap.c:
4550         * gst/goom/goomsl_heap.h:
4551         * gst/goom/goomsl_private.h:
4552         * gst/goom/plugin_info.c:
4553           Strip out the config/script parsing stuff, we don't need it.
4554           Fixes #527999.
4555
4556 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4557
4558         * gst/goom/plugin_info.c: (setOptimizedMethods):
4559           Disable altivec optimisations for 32-bit PPC as well to make
4560           things build properly on all PPC systems. Fixes #528143
4561
4562 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4563
4564         * gst-plugins-good.spec.in:
4565           Update for souphttpsrc plugin which has moved to -good.
4566
4567 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4568
4569         * gst/matroska/matroska-demux.c:
4570         (gst_matroska_demux_handle_seek_event):
4571         Fix open-ended seeks in matroskademux
4572         Patch by: Mark Nauwelaerts <manauw skynet be>
4573         Fixes: #526557
4574
4575 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4576
4577         * tests/check/Makefile.am:
4578         Add soup test certificates to the dist.
4579
4580 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4581
4582         * ext/Makefile.am:
4583         Remove LADSPA reference I missed.
4584
4585 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4586
4587         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4588         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4589         over gnome-vfs and everything else. Fixes bug #527848.
4590
4591 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4592
4593         * configure.ac:
4594         * ext/Makefile.am:
4595         Remove LADSPA plugin. Fixes: #515978
4596
4597 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4598
4599         * configure.ac:
4600         * docs/plugins/Makefile.am:
4601         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4602         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4603         * docs/plugins/gst-plugins-good-plugins.args:
4604         * docs/plugins/inspect/plugin-soup.xml:
4605         * ext/Makefile.am:
4606         * tests/check/Makefile.am:
4607         Move soup plugin from -bad (Fixes: #523124)
4608
4609 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4610
4611         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4612         Fix bounds checking of mode in Speex header, which may
4613         produce negative numbers in speex <= 1.1.12
4614
4615 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4616
4617         * gst/goom/Makefile.am:
4618         * gst/goom/gfontlib.c:
4619         * gst/goom/gfontlib.h:
4620         * gst/goom/gfontrle.c:
4621         * gst/goom/gfontrle.h:
4622         * gst/goom/goom.h:
4623         * gst/goom/goom_core.c: (goom_update):
4624         * gst/goom/goom_plugin_info.h:
4625         * gst/goom/gstgoom.c: (gst_goom_chain):
4626         * gst/goom/plugin_info.c:
4627           Remove a bunch of font/text related code that we don't need.
4628
4629 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4630
4631         * gst/goom/ppc_drawings.s:
4632         * gst/goom/ppc_zoom_ultimate.s:
4633           Change license of these files to LGPL, as permitted by the
4634           author, Guillaume Borios. See #515073.
4635
4636 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4637
4638         * gst/goom/convolve_fx.c:
4639         * gst/goom/motif_goom1.h:
4640         * gst/goom/motif_goom2.h:
4641           As hinted in Bug #518213, revert one change and fix warnings properly.
4642           This fixes both #518213 and #520073 for me.     
4643
4644 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4645
4646         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4647         * gst/matroska/matroska-demux.c:
4648         (gst_matroska_demux_handle_seek_event),
4649         (gst_matroska_demux_parse_contents_seekentry),
4650         (gst_matroska_demux_loop):
4651         Fix the Forte build by making function declaration signatures
4652         match the implementations.
4653
4654 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
4655
4656         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4657         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
4658         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
4659           More logging when probing (see #518474), some comments in _reset().
4660
4661 2008-04-07  Julien Moutte  <julien@fluendo.com>
4662
4663         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
4664         because of a bad argument number.
4665
4666 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4667
4668         * tests/icles/.cvsignore:
4669         * tests/icles/Makefile.am:
4670         * tests/icles/gdkpixbufsink-test.c:
4671           Interactive test app for gdkpixbufsink.
4672
4673 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4674
4675         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4676
4677         * configure.ac:
4678         Actually build dlls when cross-compiling with mingw32.
4679         Fixes bug #526247.
4680
4681 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
4682
4683         * ext/hal/hal.c: (gst_hal_get_alsa_element):
4684           Don't munge device string to 'default:x' for capture devices.
4685           Fixes #525833.
4686
4687 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4688
4689         * ext/wavpack/gstwavpackparse.c:
4690         (gst_wavpack_parse_index_entry_free):
4691         Always use GSlice as we actually depend on GLib 2.12 already.
4692
4693 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4694
4695         * configure.ac:
4696           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
4697           Also bump the GLib requirement to the current de-facto requirement
4698           (ie. 2.12).
4699
4700 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4701
4702         * gst/rtp/gstrtph264pay.c: (encode_base64),
4703         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
4704         * gst/rtp/gstrtph264pay.h:
4705         Parse codec_data for future AVC compatibility.
4706         Fail when we encounter AVC data for now.
4707
4708 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4709
4710         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
4711           (gst_spectrum_init), (gst_spectrum_set_property),
4712           (gst_spectrum_get_property), (gst_spectrum_message_new):
4713           Rename property enums and default defines for the properties to match
4714           the property names and rephrase property descriptions to make them a
4715           bit clearer (hopefully). See #518188.
4716
4717 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4718
4719         * tests/check/Makefile.am:
4720         * tests/check/elements/.cvsignore:
4721         * tests/check/elements/gdkpixbufsink.c:
4722           Add unit test for gdkpixbufsink element.
4723
4724 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4725
4726         * ext/gdk_pixbuf/Makefile.am:
4727         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4728         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
4729           (gst_gdk_pixbuf_sink_base_init),
4730           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
4731           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
4732           (gst_gdk_pixbuf_sink_set_caps),
4733           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
4734           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
4735           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
4736           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
4737           (gst_gdk_pixbuf_sink_get_property):
4738         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
4739           Add gdkpixbufsink element for easy snapshotting (#525946).
4740
4741 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4742
4743         * tests/check/pipelines/wavpack.c: (wavpack_suite):
4744         Bump timeout from 3 to 60 seconds.
4745
4746 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4747
4748         * tests/check/pipelines/.cvignore:
4749         Remove useless file.
4750
4751         * tests/check/pipelines/.cvsignore:
4752         Add new test to .cvsignore.
4753
4754 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4755
4756         * tests/check/Makefile.am:
4757         * tests/check/pipelines/wavpack.c: (bus_handler),
4758         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
4759         (wavpack_suite), (main):
4760         Add unit test that encodes and decodes some data, checks that it
4761         is still the same and that all timestamps/offsets are perfect.
4762
4763 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4764
4765         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
4766         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
4767         * ext/wavpack/gstwavpackparse.c:
4768         (gst_wavpack_parse_index_entry_new),
4769         (gst_wavpack_parse_index_entry_free),
4770         (gst_wavpack_parse_base_init),
4771         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
4772         Use GSlice for allocating index entries and use
4773         gst_element_class_set_details_simple().
4774
4775 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4776
4777         Patch by: Brian Cameron <brian.cameron at sun dot com>
4778
4779         * sys/sunaudio/gstsunaudio.c:
4780         * sys/sunaudio/gstsunaudiomixer.c:
4781         * sys/sunaudio/gstsunaudiomixer.h:
4782         * sys/sunaudio/gstsunaudiomixerctrl.c:
4783         * sys/sunaudio/gstsunaudiomixerctrl.h:
4784         * sys/sunaudio/gstsunaudiomixertrack.c:
4785         * sys/sunaudio/gstsunaudiomixertrack.h:
4786         * sys/sunaudio/gstsunaudiosink.c:
4787         * sys/sunaudio/gstsunaudiosink.h:
4788         * sys/sunaudio/gstsunaudiosrc.c:
4789         * sys/sunaudio/gstsunaudiosrc.h:
4790           Fix up copyrights (#525860).
4791
4792 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4793
4794         * gst/goom/goomsl.c: (gsl_read_file):
4795           Check return value of fread() to avoid compiler warnings.
4796
4797 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4798
4799         Based on patch by: Mersad Jelacic <mersad at axis dot com>
4800
4801         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
4802         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
4803         * gst/law/alaw-decode.h:
4804         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
4805         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4806         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4807         * gst/law/mulaw-decode.h:
4808         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
4809         Make negotiation a bit modern.
4810         Use pad_alloc. Fixes #525359.
4811
4812 2008-03-31  David Schleef  <ds@schleef.org>
4813
4814         * gst/goom/xmmx.c: Fix constraints on asm code so that it
4815           compiles consistently.  Fixes #522278.
4816
4817 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4818
4819         Patch by: Brian Cameron <brian.cameron at sun dot com>
4820
4821         * sys/sunaudio/gstsunaudiomixerctrl.c:
4822           (gst_sunaudiomixer_ctrl_get_volume),
4823           (gst_sunaudiomixer_ctrl_set_volume):
4824         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4825           Fix up the mixer tracks to use a volume range of 0-255, which is what
4826           the sun audio API uses. This simplifies the code and avoids rounding
4827           errors. Fixes #524593.
4828
4829 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4830
4831         * sys/v4l2/gstv4l2object.c:
4832         * sys/v4l2/gstv4l2object.h:
4833         Add device-fd property to make it possible to apps to call ioctl's.
4834
4835 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4836
4837         * gst/qtdemux/qtdemux.c: (next_entry_size):
4838         Unbreak streaming mode again.
4839
4840 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4841
4842         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4843           Remove superfluous DEBUG macro.
4844
4845 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4846
4847         Based on patch by: William M. Brack <wbrack at mmm com hk>
4848
4849         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4850           (gst_v4l2src_set_capture):
4851           Check whether the device supports setting the framerate before
4852           trying to set it and then posting a warning or error if it doesn't
4853           work (#516649, #520092). Also compare fractions more correctly.
4854
4855 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4856
4857         * gst/goom/Makefile.am:
4858           Remove ppc assembler optimisations from the build until they
4859           actually build (they also seem to have GPL headers).
4860
4861 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4862
4863         * m4/Makefile.am:
4864           Better not dist files that don't exist any longer (lrint*m4).
4865
4866 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4867
4868         * configure.ac:
4869         * m4/lrint.m4:
4870         * m4/lrintf.m4:
4871         Remove lrint/lrintf checks. We don't use it anywhere.
4872
4873 2008-03-18  Andy Wingo  <wingo@pobox.com>
4874
4875         * sys/osxvideo/osxvideosink.m
4876         (gst_osx_video_sink_osxwindow_destroy)
4877         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4878         task, whoopdee.
4879         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4880         2 ms.
4881
4882 2008-03-18  Andy Wingo  <wingo@pobox.com>
4883
4884         * sys/osxvideo/osxvideosink.m
4885         (gst_osx_video_sink_osxwindow_destroy)
4886         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4887         task, whoopdee.
4888         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4889         2 ms.
4890         
4891 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4892
4893         Patch by: William M. Brack <wbrack at mmm com hk>
4894
4895         * sys/v4l2/v4l2src_calls.c:
4896           (gst_v4l2src_probe_caps_for_format_and_size),
4897           (gst_v4l2src_probe_caps_for_format):
4898           Make sure the probed frame sizes are reversed in the resulting
4899           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4900           highest resolution first); also remove unused variable.
4901           (Partly fixes #520092)
4902
4903 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4904
4905         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4906
4907         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4908         (gst_rtspsrc_finalize):
4909         Call WSAStartup() and WSACleanup before using the Winsock API.
4910         See #520808.
4911
4912 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4913
4914         * gst/avi/gstavidemux.c:
4915           Erm, the buffer-size is just guint, no need for the special format
4916           specifier.
4917
4918 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4919
4920         * gst/goom/plugin_info.c:
4921         * gst/goom/ppc_zoom_ultimate.h:
4922           Small fixes to build more on PPC: ifdef out code that uses unknown
4923           define; add newline at end of header file to avoid compiler warning.
4924           Assembler code still doesn't build though.
4925
4926 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4927
4928         * gst/avi/gstavidemux.c:
4929           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4930           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4931
4932 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4933
4934         * gst/avi/gstavidemux.c:
4935           Chunksize is uint32. Fix format specifier.
4936
4937 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4938
4939         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4940         mistake. Return file to pure MIT text.
4941
4942 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4943
4944         * gst/audiofx/audiofx.c:
4945         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4946         of hardcoding values.
4947
4948 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4949
4950         Patch by: Mark Nauwelaerts <manauw skynet be>
4951
4952         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
4953           (gst_oss_src_close):
4954         * sys/oss/gstosssrc.h:
4955           Cache probed caps, so _get_caps() during recording doesn't cause
4956           ioctl calls which may disrupt the recording (fixes #521875).
4957
4958 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4959
4960         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
4961         (gst_qtdemux_activate_segment),
4962         (gst_qtdemux_prepare_current_sample),
4963         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
4964         Make sure we always send a DISCONT after a seek by setting the sample
4965         index to an undefined value after a seek.
4966
4967 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4968
4969         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
4970           (GST_IS_AVI_SUBTITLE_CLASS):
4971           Fix up IS_FOO macros, which makes gtk-doc much happier.
4972
4973 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4974
4975         * tests/icles/Makefile.am:
4976           Move the -lgstfoo where it belongs.
4977
4978 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4979
4980         * gst/matroska/ebml-ids.h:
4981         Add ID for EBML CRC32 elements.
4982
4983         * gst/matroska/Makefile.am:
4984         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
4985         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
4986         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
4987         (gst_ebml_read_header):
4988         Support reading 80bit floats, add finalize method to clean up
4989         in any case, support reading length/id elements with any length
4990         as long as it's smaller than our supported maximum, don't leak
4991         buffers if reading as much data as we wanted failed and some
4992         smaller cleanup.
4993
4994 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4995
4996         Patch by: Olivier Crete <tester at tester dot ca>
4997
4998         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4999         Check that a buffer is large enough before reading from it.
5000         Fixes bug #521102.
5001         
5002 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5003
5004         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5005         Fix compilation after removing the GstPollMode from the
5006         constructor.
5007
5008 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5009
5010         * configure.ac:
5011         * gst/audiofx/Makefile.am:
5012         * gst/audiofx/audiochebband.c:
5013         * gst/audiofx/audiocheblimit.c:
5014         * gst/audiofx/math_compat.h:
5015         Check for sinh(), cosh() and asinh() and define our own
5016         implementations if they're not available. Fixes bug #520880.
5017
5018 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5019
5020         Patch by: Olivier Crete <tester at tester dot ca>
5021
5022         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5023         Unref the buffers only once when handling not-negotiated errors.
5024         Fixes bug #520764.
5025
5026 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5027
5028         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5029
5030         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5031         (gst_udpsrc_stop):
5032         Properly balance WSA_Cleanup with WSA_Startup.
5033         Also make the poll controllable on windows. Fixes #520888.
5034
5035 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5036
5037         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5038         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5039         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5040         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5041         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5042         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5043         (gst_ebml_read_date), (gst_ebml_read_master),
5044         (gst_ebml_read_binary), (gst_ebml_read_header):
5045         * gst/matroska/ebml-read.h:
5046         * gst/matroska/matroska-demux.c:
5047         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5048         (gst_matroska_demux_read_track_encodings),
5049         (gst_matroska_demux_add_stream),
5050         (gst_matroska_demux_handle_src_query),
5051         (gst_matroska_demux_handle_seek_event),
5052         (gst_matroska_demux_init_stream),
5053         (gst_matroska_demux_parse_tracks),
5054         (gst_matroska_demux_parse_index_cuetrack),
5055         (gst_matroska_demux_parse_index_pointentry),
5056         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5057         (gst_matroska_demux_parse_metadata_id_simple_tag),
5058         (gst_matroska_demux_parse_metadata_id_tag),
5059         (gst_matroska_demux_parse_metadata),
5060         (gst_matroska_demux_sync_streams),
5061         (gst_matroska_demux_push_hdr_buf),
5062         (gst_matroska_demux_push_flac_codec_priv_data),
5063         (gst_matroska_demux_push_xiph_codec_priv_data),
5064         (gst_matroska_demux_add_wvpk_header),
5065         (gst_matroska_demux_check_subtitle_buffer),
5066         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5067         (gst_matroska_demux_parse_cluster),
5068         (gst_matroska_demux_parse_contents_seekentry),
5069         (gst_matroska_demux_parse_contents),
5070         (gst_matroska_demux_loop_stream_parse_id),
5071         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5072         * gst/matroska/matroska-demux.h:
5073         * gst/matroska/matroska-ids.h:
5074         Handle return values from pull_range in a more granular way to properly
5075         shut down on seeks.
5076         Combine return values from push.
5077         Implement proper error handling.
5078         Prepare for handling seeking correctly.
5079
5080 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5081
5082         * gst/matroska/ebml-read.c:
5083         Use GINT64 formatting constants from GLIB.
5084
5085         * gst/matroska/matroska-demux.c:
5086         Add some guards to avoid a possible division by 0 and crashing
5087         with NULL events on some systems.
5088         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5089         conversion. 
5090
5091         * gst/matroska/matroska-mux.c:
5092         Check for invalid timestamps in a bunch of places to avoid
5093         writing bogus durations into the output file.
5094         Fix some double<->gint64 conversions that weren't using
5095         gst_guint64_to_gdouble
5096
5097 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5098
5099         * configure.ac:
5100         Move the checks for bison, flex and as to the program section and the
5101         check for gcc inline asm to the compiler characteristics section.
5102
5103 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5104
5105         * configure.ac:
5106         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5107         plug-ins are included/excluded. (#498222)
5108
5109 2008-02-29  Michael Smith <msmith@fluendo.com>
5110
5111         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5112           Don't call gst_object_sync_values() unless we have a valid timestamp.
5113
5114 2008-02-28  David Schleef  <ds@schleef.org>
5115
5116         * gst/matroska/matroska-demux.c:
5117         * gst/matroska/matroska-ids.h:
5118         * gst/matroska/matroska-mux.c:
5119           Fix Dirac mapping.  I had previously added a VfW-type
5120           mapping, but it looks like Dirac will get a native Matroska
5121           mapping, and this is the most likely method.
5122
5123 2008-02-28  David Schleef  <ds@schleef.org>
5124
5125         * gst/avi/gstavimux.c: Add Dirac encoding
5126
5127 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5128
5129         Patch by: Peter Kjellerstedt <pkj at axis com>
5130
5131         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5132         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5133         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5134         * gst/udp/gstudpsrc.h:
5135         Port to GstPoll. See #505417.
5136
5137 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5138
5139         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5140         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5141         yet on the srcpad. We need rate and channels before we
5142         can do any processing. Fixes bug #519088.
5143
5144 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5145
5146         * configure.ac:
5147         Detect and indicate if GCC inline assembly syntax is
5148         available.
5149
5150         * gst/goom/Makefile.am:
5151         * gst/goom/convolve_fx.c:
5152         * gst/goom/flying_stars_fx.c:
5153         * gst/goom/goom_config.h:
5154         * gst/goom/goom_core.c:
5155         * gst/goom/goomsl.c:
5156         * gst/goom/ifs.c:
5157         * gst/goom/mmx.c:
5158         * gst/goom/plugin_info.c:
5159         * gst/goom/xmmx.c:
5160         Fix various GCC-isms, and only build the inline assembly
5161         with compilers that support GCC inline assembly.
5162
5163         Fix a couple of other warnings shown with Forte.
5164
5165 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5166
5167         * gst/goom/xmmx.c:
5168           Use 'emms' instead of 'femms' to not crash on cpus that do not
5169           implement this 3dnow specific instruction.
5170
5171 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5172
5173         * gst/goom/plugin_info.c: (setOptimizedMethods):
5174         Use extended MMX for draw_line() too if available, not only
5175         normal MMX.
5176
5177 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5178
5179         * ext/jpeg/gstjpeg.c: (plugin_init):
5180         Remove (commented out) smoke typefinder. This is in base now.
5181
5182 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5183
5184         * gst/goom2k1/Makefile.am:
5185         * gst/goom2k1/gstgoom.c:
5186
5187         Rename the installed library, and don't register the same 
5188         GType name as the new goom.
5189
5190 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5191
5192         * configure.ac:
5193         * ext/taglib/Makefile.am:
5194           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5195           when building C++ code (#516509).
5196
5197 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5198
5199         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5200         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5201           (setOptimizedMethods):
5202           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5203           anything useful. Export goom debug category so we can get
5204           rid of the VERBOSE define and the printfs.
5205
5206 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5207
5208         * gst/goom/goomsl_heap.c: (align_it):
5209         * gst/goom/plugin_info.c: (setOptimizedMethods):
5210           Compile fixes for x86-64.
5211
5212 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5213
5214         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5215         with warnings, but add other CFLAGS
5216
5217         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5218         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5219         (calculate_labels), (gsl_read_file):
5220         * gst/goom/goomsl_lex.l:
5221         * gst/goom/goomsl_yacc.y:
5222         * gst/goom/plugin_info.c: Remove a few live printf, and
5223         fprintf, replace exit() calls with g_assert_not_reached()
5224         if it not optimal for a library
5225
5226 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5227
5228         * gst/goom/Makefile.am: Remove the warnings being disabled,
5229         fix linkage on x86, spotted by Sebastian Dröge
5230         <slomo@circular-chaos.org>
5231
5232         * gst/goom/convolve_fx.c (convolve_init),
5233         (create_output_with_brightness), (convolve_apply):
5234         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5235         * gst/goom/goomsl.c:
5236         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5237         * gst/goom/plugin_info.c:
5238         * gst/goom/tentacle3d.c (tentacle_fx_create):
5239         Fix warnings, and disable the motifs in the convolve_fx
5240         plugin (they were causing warnings, and they were just
5241         "Goom" in funny letterring)
5242
5243 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5244
5245         * configure.ac: Add checks for Flex/Yacc/Bison and other
5246         furry animals, for the new goom 2k4 based plugin
5247
5248         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5249         CPU optimisations (not working yet), move the old plugin to...
5250
5251         * gst/goom2k1/*: ... here, in case somebody is sick enough
5252
5253         Fixes #515073
5254
5255 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5256
5257         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5258         Post the server response code in an error message instead of a generic
5259         'error' message. Fixes #517237.
5260
5261 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5262
5263         * tests/check/Makefile.am:
5264         Ignore gconfaudiosrc for the states unit test too. It will fallback
5265         to alsasrc if the gconf settings can't be read and not everybody has
5266         alsa.
5267
5268 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5269
5270         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5271         (gst_wavpack_parse_create_src_pad):
5272         * ext/wavpack/gstwavpackparse.h:
5273         Always report the duration if we know it in push mode and don't
5274         return 0 just to make totem believe we can't seek in push mode.
5275         Newer totem version use the SEEKING query which properly reports
5276         if we can seek or not.
5277
5278 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5279
5280         Patch by: Jens Granseuer <jensgr at gmx dot net>
5281
5282         * tests/examples/equalizer/demo.c: (main):
5283         C89 fix, moving variable declarations to the beginning of
5284         the block. Fixes bug #517933.
5285
5286 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5287
5288         * configure.ac:
5289         Back to development...
5290
5291 === release 0.10.7 ===
5292
5293 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5294
5295         * configure.ac:
5296           releasing 0.10.7, "Red Door Black"
5297
5298 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5299
5300         * gst/alpha/Makefile.am:
5301         Link alpha plugin with libgstbase. Fixes bug #517386.
5302
5303 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5304
5305         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5306         Init values to -1 instead of the default 0 value.
5307         Fixes #516524.
5308
5309 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5310
5311         * tests/examples/spectrum/spectrum-example.c:
5312         Add missing include to fix compilation when libxml usage is disabled.
5313         Fixes: #516371
5314
5315 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5316
5317         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5318         fixes: #514889
5319
5320         * gst/rtp/gstrtph264pay.c:
5321         * gst/rtp/gstrtpmp4gdepay.c:
5322         * gst/rtp/gstrtpmp4gpay.c:
5323         * gst/rtp/gstrtpmp4gpay.h:
5324         * gst/rtp/gstrtptheorapay.c:
5325         * gst/rtp/gstrtpvorbispay.c:
5326
5327         Fix various leaks shown up in valgrind
5328         - free sprops and buffer in error cases in H264 payloader
5329         - fix leak in mp4g depayloader when construction the caps
5330         - don't leak config string in the mp4g payloader
5331         - don't leak buffers and headers in theora and vorbis payloaders
5332
5333         * tests/check/elements/rtp-payloading.c:
5334
5335         Fix the RTP data test
5336         - Actually send valid amr data to the payloader instead of 20
5337         zero-bytes
5338         - The mp4g payloader expects codec_data on the caps
5339
5340 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5341
5342         * win32/MANIFEST:
5343         Add libgstpng.dsp to MANIFEST.
5344         * win32/vs6/libgstaudiofx.dsp:
5345         Add new source files to VS project file.
5346
5347 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5348
5349         * sys/ximage/gstximagesrc.c:
5350         Initialise variables when opening the X display rather
5351         than in _start(), as the display can be opened before that.
5352
5353         Fixes: #515985
5354
5355 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5356
5357         * sys/directdraw/gstdirectdrawsink.c:
5358         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5359         (gst_directdraw_sink_finalize):
5360         Properly chain up finalize functions. Fixes bug #515980.
5361
5362 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5363
5364         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5365         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5366         (gst_v4l2_buffer_pool_class_init):
5367         Chain up the finalize functions. Fixes bug #515984.
5368
5369 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5370
5371         * sys/ximage/ximageutil.c:
5372         Chain up in the finalize function for our custom
5373         buffer sub-class.
5374         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5375         Fixes: #515706
5376
5377 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5378
5379         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5380         (gst_fenced_buffer_class_init):
5381         Properly chain up finalize method. Fixes bug #515979.
5382
5383 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5384
5385         * sys/ximage/gstximagesrc.c:
5386         Free allocated Damage memory before closing our connection to the
5387         X server. Partially fixes: #515706
5388
5389 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5390
5391         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5392         * tests/check/Makefile.am:
5393         * tests/check/gst-plugins-good.supp:
5394         Add a few libjpeg suppressions and initialize a variable to
5395         make smokeenc valgrind clean. Fixes bug #515701.
5396
5397 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5398
5399         * gst/avi/gstavidemux.c:
5400         Revert patch which sends timestamps only on keyframes, as it
5401         breaks playback with current gst-ffmpeg.
5402
5403         Fixes: #515562
5404
5405 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5406
5407         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5408         * tests/check/elements/multifile.c: (GST_START_TEST):
5409         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5410
5411 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5412
5413         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5414         Use and unset the GError when pipeline creation fails instead of
5415         simply leaking it. Fixes bug #515704.
5416
5417 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5418
5419         * gst/audiofx/audioamplify.c:
5420         * gst/audiofx/audiochebband.c:
5421         * gst/audiofx/audiocheblimit.c:
5422         * gst/audiofx/audiodynamic.c:
5423         * gst/audiofx/audioinvert.c:
5424         * gst/audiofx/audiopanorama.c:
5425         * gst/audiofx/audiowsincband.c:
5426         * gst/audiofx/audiowsinclimit.c:
5427         Fix long description of audiofx elements. Fixes bug #515457.
5428
5429 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5430
5431         * docs/plugins/Makefile.am:
5432         * gst/spectrum/gstspectrum.c:
5433         * tests/examples/spectrum/.cvsignore:
5434         * tests/examples/spectrum/Makefile.am:
5435         * tests/examples/spectrum/spectrum-example.c:
5436
5437         Add a simple example application for the spectrum element, include it
5438         in the docs, and fix some documentation ambiguities.
5439
5440         Fixes: #348085
5441
5442 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5443
5444         * gst/equalizer/Makefile.am:
5445         * gst/spectrum/Makefile.am:
5446         Fix includes order
5447
5448         * tests/check/Makefile.am:
5449         Exclude v4l2src from the states test - it takes too long to start.
5450
5451         * tests/check/elements/spectrum.c:
5452         Make the test run properly with CK_FORK=no
5453
5454 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5455
5456         * gst/audiofix/Makefile.am: add missing header files 
5457
5458 2008-02-08  Julien Moutte  <julien@fluendo.com>
5459
5460         * gst/matroska/matroska-demux.c:
5461         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5462         keyframe and delta units correctly when dealign with a BlockGroup.
5463         Fixes: #514397
5464
5465 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5466
5467         * tests/check/elements/.cvsignore:
5468         Spell the new tests correctly in .cvsignore
5469
5470 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5471
5472         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5473           Need to use gsize here for the size, fixes compiler warning.
5474
5475         * tests/examples/equalizer/.cvsignore:
5476         * tests/examples/equalizer/Makefile.am:
5477         * tests/examples/spectrum/.cvsignore:
5478         * tests/examples/spectrum/Makefile.am:
5479           Add missing files to fix the build.
5480
5481 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5482
5483         * configure.ac:
5484         * docs/plugins/Makefile.am:
5485         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5486         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5487         * docs/plugins/gst-plugins-good-plugins.args:
5488         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5489         * docs/plugins/inspect/plugin-multifile.xml:
5490         * tests/check/Makefile.am:
5491         * tests/check/elements/.cvsignore:
5492
5493         Move multifile plugin from -bad.
5494         Fixes: #490283
5495
5496 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5497
5498         * configure.ac:
5499         * docs/plugins/Makefile.am:
5500         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5501         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5502         * docs/plugins/gst-plugins-good-plugins.args:
5503         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5504         * docs/plugins/inspect/plugin-spectrum.xml:
5505         * gst/spectrum/Makefile.am:
5506         * tests/check/Makefile.am:
5507         * tests/check/elements/.cvsignore:
5508         * tests/examples/Makefile.am:
5509
5510         Move spectrum plugin from -bad.
5511         Move examples into tests/examples/spectrum.
5512
5513 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5514
5515         * configure.ac:
5516         * docs/plugins/Makefile.am:
5517         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5518         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5519         * docs/plugins/gst-plugins-good-plugins.args:
5520         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5521         * docs/plugins/gst-plugins-good-plugins.interfaces:
5522         * docs/plugins/inspect/plugin-equalizer.xml:
5523         * gst/equalizer/Makefile.am:
5524         * tests/check/Makefile.am:
5525         * tests/examples/Makefile.am:
5526         Move the equalizer plugin across from -bad
5527
5528         * tests/check/elements/.cvsignore:
5529         Add equalizer, audiosincwband and audiosincwlimit
5530
5531         * tests/check/elements/equalizer.c:
5532         Fix compiler warnings
5533
5534         Fixes: #415627
5535
5536 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5537
5538         * configure.ac:
5539         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5540         are treated like releases and build without it.
5541
5542 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5543
5544         * docs/plugins/Makefile.am:
5545         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5546         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5547         * docs/plugins/gst-plugins-good-plugins.args:
5548         * docs/plugins/inspect/plugin-audiofx.xml:
5549         * gst/audiofx/Makefile.am:
5550         * gst/audiofx/audiofx.c:
5551         * gst/audiofx/audiowsincband.c:
5552         * gst/audiofx/audiowsincband.h:
5553         * gst/audiofx/audiowsinclimit.c:
5554         * gst/audiofx/audiowsinclimit.h:
5555         * tests/check/Makefile.am:
5556         * tests/check/elements/audiowsincband.c:
5557         * tests/check/elements/audiowsinclimit.c:
5558
5559         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5560         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5561         respectively.
5562
5563         Fixes: #467666
5564
5565 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5566
5567         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5568         * tests/check/elements/icydemux.c:
5569           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5570           caps, and add a somewhat useful debug message. Plus test.
5571
5572 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5573
5574         * gst/rtsp/gstrtspsrc.c:
5575         Include unistd.h only if HAVE_UNISTD_H is defined
5576         * win32/common/config.h.in:
5577         * win32/common/config.h:
5578         Define socklen_t as it seems it's not defined in default 
5579         Visual Studio headers.
5580         * win32/vs6/libgstalpha.dsp:
5581         * win32/vs6/libgstapetag.dsp:
5582         * win32/vs6/libgstavi.dsp:
5583         * win32/vs6/libgstrtp.dsp:
5584         * win32/vs6/libgstrtsp.dsp:
5585         * win32/vs6/libgstvideomixer.dsp:
5586         Update project file dependencies and add new source files       
5587
5588 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5589
5590         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5591
5592         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5593         Don't leak buffers when we don't push them downstream.
5594         Fixes bug #514965.
5595
5596 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5597
5598         * configure.ac:
5599           Bump requirements to (good) released versions to avoid
5600           confusion and make implicit core requirement explicit.
5601
5602 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5603
5604         * docs/plugins/Makefile.am:
5605         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5606         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5607         * docs/plugins/gst-plugins-good-plugins.args:
5608         * docs/plugins/inspect/plugin-audiofx.xml:
5609         * gst/audiofx/Makefile.am:
5610         * gst/audiofx/audiochebband.c:
5611         * gst/audiofx/audiochebband.h:
5612         * gst/audiofx/audiocheblimit.c:
5613         * gst/audiofx/audiocheblimit.h:
5614         * gst/audiofx/audiochebyshevfreqband.c:
5615         * gst/audiofx/audiochebyshevfreqband.h:
5616         * gst/audiofx/audiochebyshevfreqlimit.c:
5617         * gst/audiofx/audiochebyshevfreqlimit.h:
5618         * gst/audiofx/audiofx.c:
5619         * tests/check/Makefile.am:
5620         * tests/check/elements/.cvsignore:
5621         * tests/check/elements/audiochebband.c:
5622         * tests/check/elements/audiocheblimit.c:
5623         * tests/check/elements/audiochebyshevfreqband.c:
5624         * tests/check/elements/audiochebyshevfreqlimit.c:
5625
5626         Rename audiochebyshevfreqband -> audiochebband and
5627         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5628         surgery.
5629
5630         Closes: #491811
5631
5632 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5633
5634         Patch by: Orjan Friberg <orjanf at axis dot com>
5635
5636         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5637         Fix caps memory leak. Fixes #514573.
5638
5639 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5640
5641         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5642         If there's no entries in the subindex, don't try to do anything stupid,
5643         just return.
5644
5645 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5646
5647         Patch by: John Millikin <jmillikin at gmail dot com>
5648
5649         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5650           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5651           Fix extraction of picture blocks with newer libflac versions again:
5652           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5653
5654 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5655
5656         * tests/check/Makefile.am:
5657           Add rtp-payloading test to VALGRIND_TO_FIX.
5658
5659         * tests/check/elements/rtp-payloading.c:
5660           Add semicolons after GST_TEST_END so gst-indent gets the
5661           formatting right; make test less verbose in general, but
5662           more verbose in the error case (which should probably
5663           make the test fail anyway).
5664
5665 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
5666
5667         * docs/plugins/Makefile.am:
5668         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5669         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5670         * gst/avi/gstavisubtitle.c:
5671         Add documentation for avisubtitle and change class to
5672         Codec/Parser/Subtitle
5673
5674 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5675
5676         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5677         Treat ENOTTY (driver does not implement ioctl) the same as
5678         EINVAL since it implies there are no available standards.
5679
5680         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
5681         (gst_v4l2src_get_nearest_size):
5682         Replace gst_v4l2src_get_size_limits with 2 calls to new function
5683         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
5684         probe if the driver does not support VIDIOC_TRY_FMT for whatever
5685         reason, and if we aren't yet actively capturing.
5686
5687         * sys/v4l2/v4l2src_calls.h:
5688         Remove replaced function declaration.
5689
5690 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5691
5692         * configure.ac:
5693         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
5694         API.
5695
5696 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
5697
5698         * configure.ac:
5699         Fix typo.
5700
5701 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5702
5703         * gst/alpha/Makefile.am:
5704         * gst/alpha/gstalpha.c:
5705
5706         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
5707         some stuff, and making buffer-alloc and resizing work automatically.
5708         No longer crashes on odd frame widths and heights, although there
5709         seems to be a disagreement with ffmpegcolorspace about what size
5710         an AYUV frame with odd height should be.
5711
5712 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5713
5714         Patch by: Alessandro Decina <alessandro at nnva dot org>
5715
5716         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
5717         * ext/libpng/gstpngenc.h:
5718         Preallocate the output buffer so that g_memdup() and
5719         gst_buffer_merge() aren't needed anymore. This greatly improves
5720         performances and fixes #512544.
5721
5722 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5723
5724         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
5725         (gst_avi_demux_stream_data):
5726         GStreamer timestamps are PTS values while AVI only knows about DTS
5727         timestamps. Make sure we only copy the DTS as the buffer timestamp when
5728         we are dealing with a key frame.
5729
5730 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5731
5732         * tests/check/Makefile.am:
5733         * tests/check/elements/.cvsignore:
5734         * tests/check/elements/rtp-payloading.c:
5735           Add add testsuite for the rtp-payloader that tries simulating
5736           dataflow. Needs more test data.
5737
5738 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5739
5740         * tests/check/elements/alphacolor.c:
5741           Remove two unused variables.
5742
5743 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5744
5745         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5746           Use g_ascii_strtoll() instead of atoll, which is only
5747           available in C99.
5748
5749 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
5750
5751         * gst/rtp/Makefile.am:
5752         * gst/rtp/gstrtp.c:
5753         * gst/rtp/gstrtpmpvpay.c:
5754         * gst/rtp/gstrtpmpvpay.h:
5755         Add MPEG2 video payloader
5756
5757 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5758
5759         * gst/level/gstlevel.c:
5760         Use #include <math.h> instead of #include "math.h".
5761
5762 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5763
5764         * tests/check/Makefile.am:
5765         Fix up some CFLAGS sets.
5766         Don't include gconfvideosrc in the states test.
5767
5768         * tests/check/elements/autodetect.c: (GST_START_TEST):
5769         Add some error strings to fail_unless arguments to fix some weird
5770         compiler errors on Solaris.
5771
5772 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5773
5774         * configure.ac:
5775         Detect video4linux headers on Solaris too.
5776         * sys/v4l2/gstv4l2colorbalance.h:
5777         * sys/v4l2/gstv4l2object.h:
5778         * sys/v4l2/v4l2_calls.c:
5779         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5780         (gst_v4l2_buffer_new):
5781
5782         Make v4l2 build on Solaris.
5783         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5784         Fixes: #510505
5785
5786 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
5787
5788         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5789           Update list from (still local) scanning script.
5790
5791 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
5792
5793         Based on a patch by:
5794             Victor STINNER <victor dot stinner at haypocalc dot com>
5795
5796         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5797         Set variable to NULL after freeing it to prevent double frees
5798         or make failures by another use of it afterwards more obvious
5799         and fix use of it after the freeing. Fixes bug #510592.
5800
5801 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5802
5803         * gst/udp/gstmultiudpsink.c:
5804         use GST_WARNING for logging
5805
5806 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5807
5808         * gst/udp/gstmultiudpsink.c:
5809         Don't try to leave a multicast group with an invalid socket
5810
5811 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5812
5813         * ext/flac/gstflacdec.c:
5814           Fix compilation against flac 1.1.2 (as on debian stable), where
5815           the picture metadata defines and structs don't exist yet.
5816           Fixes #509301.
5817
5818 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5819
5820         Patch by: Olivier Crete <tester at tester dot ca>
5821
5822         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5823         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5824         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5825         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5826         * gst/udp/gstmultiudpsink.h:
5827         Add property to automatically join a multicast group or not. This can be
5828         useful when sharing a socket between multiple elements.
5829         Fixes #509531.
5830
5831 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5832
5833         * gst/videomixer/Makefile.am:
5834           Add controller flags.
5835
5836 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5837
5838         * gst/videomixer/videomixer.c:
5839           Also commit the missing gst_object_sync_values().
5840
5841 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5842
5843         * docs/plugins/Makefile.am:
5844           Remove duplicate entry.
5845
5846 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5847
5848         * docs/plugins/Makefile.am:
5849         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5850         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5851         * docs/plugins/inspect/plugin-gamma.xml:
5852         * docs/plugins/inspect/plugin-monoscope.xml:
5853         * docs/plugins/inspect/plugin-video4linux2.xml:
5854           Add 3 more plugins to docs.
5855
5856 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5857
5858         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5859         * sys/osxvideo/osxvideosink.h:
5860           Revert previous change caused by a file that got stuck on an old
5861           revision.
5862
5863 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5864
5865         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5866         * gst/multipart/Makefile.am:
5867         * gst/multipart/multipartdemux.c:
5868         * gst/multipart/multipartdemux.h:
5869         * gst/multipart/multipartmux.c:
5870         * gst/multipart/multipartmux.h:
5871           Re-add multipartdemux to the docs. Last round of section cleanup.
5872
5873 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5874
5875         * docs/plugins/Makefile.am:
5876         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5877         * sys/osxaudio/gstosxaudiosink.h:
5878         * sys/osxvideo/osxvideosink.h:
5879           Managed to resolve most unused declarations. Filed a bug for one left.          
5880
5881 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5882
5883         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5884           Cleanup section file.
5885
5886 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5887
5888         * docs/plugins/Makefile.am:
5889         * docs/plugins/gst-plugins-good-plugins.args:
5890         * docs/plugins/gst-plugins-good-plugins.signals:
5891         * docs/plugins/inspect/plugin-alaw.xml:
5892         * docs/plugins/inspect/plugin-alpha.xml:
5893         * docs/plugins/inspect/plugin-alphacolor.xml:
5894         * docs/plugins/inspect/plugin-annodex.xml:
5895         * docs/plugins/inspect/plugin-apetag.xml:
5896         * docs/plugins/inspect/plugin-audiofx.xml:
5897         * docs/plugins/inspect/plugin-auparse.xml:
5898         * docs/plugins/inspect/plugin-autodetect.xml:
5899         * docs/plugins/inspect/plugin-avi.xml:
5900         * docs/plugins/inspect/plugin-cairo.xml:
5901         * docs/plugins/inspect/plugin-cdio.xml:
5902         * docs/plugins/inspect/plugin-cutter.xml:
5903         * docs/plugins/inspect/plugin-debug.xml:
5904         * docs/plugins/inspect/plugin-dv.xml:
5905         * docs/plugins/inspect/plugin-efence.xml:
5906         * docs/plugins/inspect/plugin-effectv.xml:
5907         * docs/plugins/inspect/plugin-flac.xml:
5908         * docs/plugins/inspect/plugin-flxdec.xml:
5909         * docs/plugins/inspect/plugin-gconfelements.xml:
5910         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5911         * docs/plugins/inspect/plugin-goom.xml:
5912         * docs/plugins/inspect/plugin-halelements.xml:
5913         * docs/plugins/inspect/plugin-icydemux.xml:
5914         * docs/plugins/inspect/plugin-id3demux.xml:
5915         * docs/plugins/inspect/plugin-jpeg.xml:
5916         * docs/plugins/inspect/plugin-ladspa.xml:
5917         * docs/plugins/inspect/plugin-level.xml:
5918         * docs/plugins/inspect/plugin-matroska.xml:
5919         * docs/plugins/inspect/plugin-mulaw.xml:
5920         * docs/plugins/inspect/plugin-multipart.xml:
5921         * docs/plugins/inspect/plugin-navigationtest.xml:
5922         * docs/plugins/inspect/plugin-png.xml:
5923         * docs/plugins/inspect/plugin-quicktime.xml:
5924         * docs/plugins/inspect/plugin-rtp.xml:
5925         * docs/plugins/inspect/plugin-rtsp.xml:
5926         * docs/plugins/inspect/plugin-shout2send.xml:
5927         * docs/plugins/inspect/plugin-smpte.xml:
5928         * docs/plugins/inspect/plugin-speex.xml:
5929         * docs/plugins/inspect/plugin-taglib.xml:
5930         * docs/plugins/inspect/plugin-udp.xml:
5931         * docs/plugins/inspect/plugin-videobalance.xml:
5932         * docs/plugins/inspect/plugin-videobox.xml:
5933         * docs/plugins/inspect/plugin-videocrop.xml:
5934         * docs/plugins/inspect/plugin-videoflip.xml:
5935         * docs/plugins/inspect/plugin-videomixer.xml:
5936         * docs/plugins/inspect/plugin-wavenc.xml:
5937         * docs/plugins/inspect/plugin-wavpack.xml:
5938         * docs/plugins/inspect/plugin-wavparse.xml:
5939           Update plugin docs.
5940
5941         * gst/videomixer/Makefile.am:
5942         * gst/videomixer/videomixer.c:
5943         * gst/videomixer/videomixer.h:
5944         * gst/videomixer/videomixerpad.h:
5945           Split out header to fix warnings from the doc-build.
5946
5947 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5948
5949         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5950
5951         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5952         Use atoll to parse the rtptime with enough precision. Fixes #509329.
5953
5954 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5955
5956         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
5957         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
5958           Initialise variables to work around (false) 'foo might be used
5959           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
5960
5961 2008-01-11  David Schleef  <ds@schleef.org>
5962
5963         * docs/plugins/.cvsignore:
5964         * tests/check/pipelines/.cvsignore:
5965           Ignore more files for the buildbot.
5966
5967 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5968
5969         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
5970         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5971         Generate the image-type values correctly. Leave them out of the caps
5972         when outputting a "preview image" tag, since it only makes sense
5973         to have one of those - the type is irrelevant.
5974
5975         * sys/sunaudio/gstsunaudiomixerctrl.c:
5976         (gst_sunaudiomixer_ctrl_open):
5977         If we can, mark the mixer multiple open when we use it, in case
5978         (for some reason) the process wants to open it again elsewhere.
5979
5980 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5981
5982         Patch by: Olivier Crete <tester at tester dot ca>
5983
5984         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5985         * gst/rtp/gstrtptheorapay.c:
5986         Fix the clock rate to 90000 as required by the RFC.
5987         Fixes #508644.
5988
5989 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5990
5991         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
5992           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
5993
5994 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5995
5996         * autogen.sh:
5997           Add -Wno-portability to the automake parameters to stop warnings
5998           about GNU make extensions being used. We require GNU make in almost
5999           every Makefile anyway.
6000           
6001         * configure.ac:
6002           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6003           at the same time is required for per target flags.
6004
6005 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6006
6007         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6008         Fix error from my last commit.
6009
6010 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6011
6012         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6013
6014         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6015           Make sure the ISO 639-X language code in ID3v2 COMM frames
6016           is actually valid UTF-8 (or rather: ASCII), so we don't end
6017           up with non-UTF8 strings in tags if there's garbage in the
6018           language field. Also make sure the language code is always
6019           lower case. Fixes: #508291.
6020
6021 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6022
6023         * ChangeLog:
6024           Fix ChangeLog typo.
6025
6026 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6027
6028         * Makefile.am:
6029           Include lcov.mak to allow building coverage reports. Guard
6030           check-torture target like in the other packages.
6031
6032 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6033
6034         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6035
6036         * gst/videomixer/videomixer.c:
6037         (gst_videomixer_set_master_geometry), (_do_init),
6038         (gst_videomixer_child_proxy_get_child_by_index),
6039         (gst_videomixer_child_proxy_get_children_count),
6040         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6041         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6042         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6043         Implement GstChildProxy interface.
6044         Send newsegment at the right moment
6045         Fixes #488879
6046
6047 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6048
6049         * gst/alpha/Makefile.am:
6050         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6051         (gst_alpha_sink_event), (gst_alpha_chain),
6052         (gst_alpha_change_state), (plugin_init):
6053         Make the various properties of 'alpha' controllable. This allows doing
6054         niceties like fade-in/fade-out.
6055
6056 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6057
6058         * gst/rtp/gstasteriskh263.c:
6059         * gst/rtp/gstrtpL16depay.c:
6060         * gst/rtp/gstrtpac3depay.c:
6061         * gst/rtp/gstrtpamrpay.c:
6062         * gst/rtp/gstrtpdepay.c:
6063         * gst/rtp/gstrtpgsmdepay.c:
6064         * gst/rtp/gstrtph263depay.c:
6065         * gst/rtp/gstrtph263pdepay.c:
6066         * gst/rtp/gstrtph263ppay.c:
6067         * gst/rtp/gstrtph264depay.c:
6068         * gst/rtp/gstrtph264pay.c:
6069         * gst/rtp/gstrtpmp2tdepay.c:
6070         * gst/rtp/gstrtpmp4adepay.c:
6071         * gst/rtp/gstrtpmp4gdepay.c:
6072         * gst/rtp/gstrtpmp4gpay.c:
6073         * gst/rtp/gstrtpmp4vdepay.c:
6074         * gst/rtp/gstrtpmpadepay.c:
6075         * gst/rtp/gstrtpmpvdepay.c:
6076         * gst/rtp/gstrtpsv3vdepay.c:
6077         * gst/rtp/gstrtptheoradepay.c:
6078         * gst/rtp/gstrtptheorapay.c:
6079         * gst/rtp/gstrtpvorbisdepay.c:
6080         * gst/rtp/gstrtpvorbispay.c:
6081           Remove copy/paste unused code (property setters and getter) found by
6082           the coverage suite (yay, saves ~20k on disk).
6083
6084 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6085
6086         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6087           (videosink_templ):
6088           Also fix up pad templates to indicate that image/jpeg doesn't
6089           absolutely require the framerate property to be set (#504081).
6090
6091 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6092
6093         Based on patch by: Wouter Cloetens  <wouter at mind be>
6094
6095         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6096           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6097           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6098         * gst/matroska/matroska-mux.h:
6099           Keep track of first and last timestamps for each incoming stream,
6100           so we can calculate the total duration for live sources and other
6101           input where we can't query the duration from the start or where
6102           there's no constant framerate from which we can deduce the
6103           duration; also use calculated/observed duration if it is bigger
6104           than the previously queried duration. Furthermore, use
6105           gst_pad_query_peer_duration() and take into account that it may
6106           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6107           screws up comparisons when using unsigned integers. Fixes #504081.
6108
6109 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6110
6111         * configure.ac:
6112         * gst/audiofx/audioamplify.c:
6113         (gst_audio_amplify_clipping_method_get_type),
6114         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6115         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6116         (gst_audio_dynamic_transform_ip):
6117         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6118         (gst_audio_invert_transform_ip):
6119         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6120         (gst_audio_panorama_transform):
6121         * gst/level/gstlevel.c: (gst_level_init):
6122         Make elements GST_BUFFER_FLAG_GAP aware and call
6123         gst_base_transform_set_gap_aware for this.
6124         Bump core requirement to CVS.
6125         
6126         * gst/audiofx/audiochebyshevfreqband.c:
6127         (gst_audio_chebyshev_freq_band_transform_ip):
6128         * gst/audiofx/audiochebyshevfreqlimit.c:
6129         (gst_audio_chebyshev_freq_limit_transform_ip):
6130         Also sync GObject properties to the controller if operating
6131         in passthrough mode.
6132
6133 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6134
6135         * sys/directdraw/gstdirectdrawsink.c:
6136           (gst_directdraw_sink_window_thread):
6137           FALSE is not a gpointer.
6138
6139 2008-01-05  Julien Moutte  <julien@fluendo.com>
6140
6141         * sys/directdraw/gstdirectdrawsink.c:
6142         (gst_directdraw_sink_set_window_id),
6143         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6144         (gst_directdraw_sink_buffer_alloc),
6145         (gst_directdraw_sink_draw_borders),
6146         (gst_directdraw_sink_show_frame),
6147         (gst_directdraw_sink_setup_ddraw),
6148         (gst_directdraw_sink_window_thread),
6149         (gst_directdraw_sink_get_ddrawcaps),
6150         (gst_directdraw_sink_surface_create): Make sure we create our
6151         internal window only when we need it. That will give a chance to
6152         the application to get the prepare-xwindow-id bus message. Draw
6153         black borders when keeping aspect ratio. Handle the case where our
6154         rendering window disappears (closed or errors) like other sinks
6155         do. Various 80 columns fixes, improve state change order. That
6156         element could need some more love.
6157
6158 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6159
6160         * ext/taglib/gstapev2mux.h:
6161         * ext/taglib/gstid3v2mux.h:
6162         Remove useless typedefs without new type name. Fixes a warning with
6163         gcc 4.3.
6164
6165 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6166
6167         Patch by: John Millikin <jmillikin at gmail dot com>
6168
6169         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6170         (gst_flac_dec_setup_stream_decoder),
6171         (gst_flac_normalize_picture_mime_type),
6172         (gst_flac_extract_picture_buffer),
6173         (gst_flac_dec_metadata_callback):
6174         Emit metadata messages when a PICTURE block is encountered.
6175         Fixes #506715.
6176
6177 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6178
6179         * gst/avi/gstavi.c:
6180         increase rank because no known issues anymore ...
6181         * gst/avi/gstavisubtitle.c:
6182         send subtitle name to the srcpad
6183
6184 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6185
6186         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6187         * gst/rtsp/gstrtspsrc.h:
6188         Implement redirect for the DESCRIBE reply. Fixes #506025.
6189
6190 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6191
6192         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6193         Fix 'xyz may be used uninitialized' compiler warnings caused
6194         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6195         abort() in any case but properly report the error.
6196
6197 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6198
6199         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6200         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6201         * sys/ximage/gstximagesrc.c: (composite_pixel):
6202           Fix 'xyz may be used uninitialized' compiler warnings caused
6203           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6204           not really nice to abort in any case). Fixes #505745.
6205
6206 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6207
6208         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6209           Small unit test fix (has no practical impact at the moment,
6210           since we're only feeding utf8 and hence just create a sub-
6211           buffer for the output).
6212
6213 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6214
6215         * gst/avi/gstavisubtitle.c:
6216         * tests/check/elements/avisubtitle.c:
6217         Add seeking support for avi subtitle
6218
6219 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6220
6221         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6222         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6223         (gst_flac_dec_write):
6224         * ext/flac/gstflacdec.h:
6225         Remove some unused vars.
6226         Do more cleanup of leftover events and tags.
6227         Output tags after the segment event. Fixes #504018.
6228
6229 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6230
6231         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6232           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6233           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6234           Detect other UTF byte order markers and convert to UTF-8 as
6235           appropriate.
6236
6237 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6238
6239         * gst/avi/gstavisubtitle.c: (src_template),
6240           (gst_avi_subtitle_extract_utf8_file),
6241           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6242           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6243           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6244         * gst/avi/gstavisubtitle.h:
6245           Refactor a bit; fix name extraction; don't assume all the data
6246           in the chunk is actually subtitle data, there may be padding at
6247           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6248           file so it's there to send again after a seek (for future use).
6249
6250 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6251
6252         * gst/avi/Makefile.am:
6253         * gst/avi/gstavi.c:
6254         * gst/avi/gstavisubtitle.c:
6255         * gst/avi/gstavisubtitle.h:
6256         * tests/check/Makefile.am:
6257         * tests/check/elements/avisubtitle.c:
6258         * win32/common/config.h:
6259                 Add avi subtitle element for bug #442034. Need seeking support
6260                 and more support for character conversion.
6261
6262 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6263
6264         * Makefile.am:
6265           Include common/win32.mak for CRLF check of win32 project
6266           files (see #393626).
6267
6268         * win32/vs6/libgstpng.dsp:
6269           Fix line endings and do cvs admin -kb.
6270
6271 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6272
6273         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6274         Actually drop the buffers which are outside the currently configured
6275         segment instead of just emitting a WARNING.
6276
6277 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6278
6279         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6280         (gst_flac_dec_write):
6281         * ext/flac/gstflacdec.h:
6282         Send segments from the streaming thread. Fixes #502187.
6283         Fix segment seeking and a bunch of other seeking cases.
6284
6285 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6286
6287         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6288           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6289           which is where it would end up if the same information was
6290           put in a vorbis comment (don't think it's worth adding a
6291           new URI tag for this). Fixes #488112.
6292
6293 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6294
6295         * configure.ac:
6296           We need core/base 0.10.15 or later.
6297
6298 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6299
6300         Patch by: Mark Nauwelaerts <manauw skynet be>
6301
6302         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6303         Fix regression in stream numbering. Fixes #502655.
6304
6305 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6306
6307         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6308
6309         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6310         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6311         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6312         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6313         (gst_rtp_h264_pay_handle_buffer):
6314         * gst/rtp/gstrtph264pay.h:
6315         Use higher performance start-code searching.
6316         Parse NALs and store SPS, PPS and profile in the caps so that they can
6317         be used in the SDP. Fixes #502814.
6318
6319 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6320
6321         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6322         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6323           Init some structs to zero before we pass them to ioctl, which
6324           avoids valgrind warnings.  Also fix a small memory leak.
6325
6326 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6327
6328         Patch by: Wouter Cloetens <wouter at mind dot be>
6329
6330         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6331         Copy timestamp from input to output. Not very perfect yet but better
6332         than nothing. Fixes #503023.
6333
6334 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6335
6336         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6337           Also print a useful error message with the old Wavpack API
6338           if possible.
6339
6340 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6341
6342         * ext/wavpack/gstwavpackdec.c:
6343           More build fixes for old libwavpack versions: include config.h so
6344           that WAVPACK_OLD_API is actually defined as detected; only use
6345           WavpackGetErrorMessage if it is available. This fixes the build
6346           on debian stable for me.
6347
6348 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6349
6350         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6351         * ext/wavpack/gstwavpackparse.c:
6352           (gst_wavpack_parse_create_src_pad):
6353           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6354           versions below 4.40.0.
6355
6356 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6357
6358         * configure.ac:
6359           And now do it right for real...
6360
6361 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6362
6363         * configure.ac:
6364           Correctly reset $LIBS to not contain -lm.
6365
6366 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6367
6368         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6369
6370         * configure.ac:
6371         * ext/cairo/gsttimeoverlay.c:
6372           (gst_cairo_time_overlay_print_smpte_time):
6373           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6374           and checking for rint() and implementing it ourself if it doesn't
6375           exist. Fixes #497293.
6376
6377 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6378
6379         * configure.ac:
6380           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6381
6382 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6383
6384         * sys/oss/gstosshelper.c:
6385         Verify that the format returned after the ioctl is the one
6386         we requested. It is valid for the ioctl to succeed while
6387         substituting an alternate 'supported' sample format.
6388
6389 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6390
6391         * sys/oss/gstossaudio.c: (plugin_init):
6392         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6393         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6394           Post decent (and translated) error message when we can't
6395           open the audio device for some reason.
6396
6397 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6398
6399         * sys/oss/gstosssink.c:
6400         * sys/oss/gstosssrc.c:
6401         Allow the AUDIODEV environment variable to redirect us
6402         to a different default OSS device, like sunaudiosink does
6403         on Solaris (makes audio play automatically on SunRays).
6404
6405 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6406
6407         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6408         * gst/audiofx/audiochebyshevfreqband.c:
6409         (gst_audio_chebyshev_freq_band_transform_ip):
6410         * gst/audiofx/audiochebyshevfreqlimit.c:
6411         (gst_audio_chebyshev_freq_limit_transform_ip):
6412         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6413         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6414         The transform_ip() methods should do nothing if in passthrough mode.
6415         It might get non-writable buffers in that case but the buffer might
6416         as well be writable.
6417
6418         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6419         The transform() methods won't be called in passthrough mode and
6420         otherwise the buffer is always writable so don't check here.
6421
6422 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6423
6424         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6425           Fix seeking in .wav files again (#501775).  Some people seem to think
6426           they don't need to test their changes when they're just 'reflowing'
6427           some code.
6428
6429 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6430
6431         * gst/autodetect/gstautovideosink.c:
6432         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6433         (gst_auto_video_sink_init),
6434         (gst_auto_video_sink_create_element_with_pretty_name),
6435         (gst_auto_video_sink_find_best),
6436         (gst_auto_video_sink_set_property),
6437         (gst_auto_video_sink_get_property):
6438         * gst/autodetect/gstautovideosink.h:
6439         Fix docs.
6440         Use same error reporting code as autoaudiosink.
6441         Add property to filter sinks based on caps. Only select raw video sinks
6442         by default for backwards compat.
6443         API: GstAutoVideoSink::filter-caps
6444
6445 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6446
6447         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6448
6449         * gst/autodetect/gstautoaudiosink.c:
6450         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6451         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6452         (gst_auto_audio_sink_set_property),
6453         (gst_auto_audio_sink_get_property):
6454         * gst/autodetect/gstautoaudiosink.h:
6455         Add property to filter sinks based on caps. Only select raw audio sinks
6456         by default for backwards compat.  Fixes #417420.
6457         API: GstAutoAudioSink::filter-caps
6458
6459 2007-11-29  Michael Smith <msmith@fluendo.com>
6460
6461         Patch by: Arek Korbik <arkadini@gmail.com>
6462
6463         * gst/videobox/gstvideobox.c: (plugin_init):
6464           Initialise liboil in plugin_init()
6465
6466 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6467
6468         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6469         Post error before sending EOS. Fixes #499178.
6470
6471 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6472
6473         * win32/vs6/gst_plugins_good.dsw:
6474         * win32/vs6/libgstpng.dsp:
6475         Add a project file for libgstpng
6476
6477 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6478
6479         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6480         (gst_rtp_h263_depay_process):
6481         Code beautification.
6482         Added debug statements.
6483         Don't bit-shift everything, just do operations on last/first byte
6484         instead.
6485
6486 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6487
6488         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6489
6490         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6491         Fix wrong comparison in overrun check. Fixes #499239 some more.
6492
6493 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6494
6495         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6496         (gst_rtp_h263_depay_process):
6497         * gst/rtp/gstrtph263depay.h:
6498         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6499         stream.
6500
6501 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6502
6503         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6504
6505         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6506         (gst_rtp_mp4a_depay_process):
6507         * gst/rtp/gstrtpmp4adepay.h:
6508         Fix depayloading when multiple frames are inside one RTP packet.
6509         Fixes #499239.
6510
6511 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6512
6513         * gst/level/gstlevel.c:
6514           Add GAP-flag support.
6515
6516 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6517
6518         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6519         Read the I flag for Mode A h263 rtp stream and set the
6520         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6521         Fixes #499383
6522
6523 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6524
6525         * gst/level/gstlevel.c:
6526           Remove some dead code and do cleanups.
6527
6528 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6529
6530         * tests/check/pipelines/simple-launch-lines.c:
6531           Improve the tests by allowing to set a target state.
6532
6533 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6534
6535         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6536         Don't check the caps of the output buffer if they're equal some
6537         other caps. The caps can change in a backward compatible way
6538         and did at this point.
6539
6540 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6541
6542         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6543         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6544         (gst_qtdemux_seek_to_previous_keyframe),
6545         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6546         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6547         reverse playback support.
6548
6549 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6550
6551         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6552         Also set the channel layout on the Wavpack caps if we're having
6553         a mono layout. Of course only do it for "audio/x-wavpack".
6554
6555 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6556
6557         * ext/wavpack/gstwavpackcommon.c:
6558         (gst_wavpack_get_default_channel_mask),
6559         (gst_wavpack_set_channel_layout),
6560         (gst_wavpack_get_default_channel_positions),
6561         (gst_wavpack_get_channel_mask_from_positions),
6562         (gst_wavpack_set_channel_mapping):
6563         * ext/wavpack/gstwavpackcommon.h:
6564         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6565         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6566         * ext/wavpack/gstwavpackdec.h:
6567         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6568         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6569         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6570         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6571         (gst_wavpack_enc_rewrite_first_block),
6572         (gst_wavpack_enc_sink_event):
6573         * ext/wavpack/gstwavpackenc.h:
6574         * ext/wavpack/gstwavpackparse.c:
6575         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6576         (gst_wavpack_parse_scan_to_find_sample),
6577         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6578         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6579         * ext/wavpack/gstwavpackparse.h:
6580         Add support for encoding, parsing and decoding multichannel
6581         files with up to 8 channels. This also improves the robustness
6582         of parsing quite a bit.
6583
6584         * ext/wavpack/gstwavpackstreamreader.c:
6585         (gst_wavpack_stream_reader_read_bytes),
6586         (gst_wavpack_stream_reader_get_pos),
6587         (gst_wavpack_stream_reader_set_pos_abs),
6588         (gst_wavpack_stream_reader_set_pos_rel),
6589         (gst_wavpack_stream_reader_push_back_byte),
6590         (gst_wavpack_stream_reader_get_length),
6591         (gst_wavpack_stream_reader_can_seek),
6592         (gst_wavpack_stream_reader_write_bytes):
6593         Improve debugging.
6594
6595 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6596
6597         * ext/libpng/gstpngdec.c:
6598         * ext/libpng/gstpngdec.h:
6599           Don't release the png-memory from within the callback.
6600
6601 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6602
6603         Patch by: René Stadler <mail at renestadler dot de>
6604
6605         * ext/libpng/gstpngenc.c:
6606           Don't leak buffer data memory. Fixes #498395.
6607
6608 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6609
6610         Patch by: René Stadler <mail at renestadler dot de>
6611
6612         * tests/check/pipelines/simple-launch-lines.c:
6613           Tests for #498395.
6614
6615 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6616
6617         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6618         (gst_tag_lib_mux_adjust_event_offsets):
6619         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6620         * sys/osxaudio/Makefile.am:
6621         * sys/osxvideo/cocoawindow.h:
6622         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6623
6624 2007-11-15  David Schleef  <ds@schleef.org>
6625
6626         * ext/cairo/gsttextoverlay.c:
6627           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6628
6629 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6630
6631         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6632
6633         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6634         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6635         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6636         * gst/rtp/gstrtpmp2tpay.h:
6637         Fill the MTU with as many packets as possible. Fixes #491323.
6638
6639 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6640
6641         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6642
6643         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6644         Fix some more leaks. Fixes #497007.
6645
6646 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6647
6648         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6649
6650         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6651         (gst_rtspsrc_stream_configure_tcp):
6652         Fix 3 pad leaks. Fixes #496983.
6653
6654 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6655
6656         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6657
6658         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6659         Fix small leak. Fixes #497017.
6660
6661 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6662
6663         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6664         (gst_qtdemux_prepare_current_sample),
6665         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
6666         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
6667         * gst/qtdemux/qtdemux_fourcc.h:
6668         * gst/qtdemux/qtdemux_types.c:
6669         Add suppport for theora in quicktime according to XiphQT.
6670
6671 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
6672
6673         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6674         (gst_v4l2src_init), (gst_v4l2src_set_property),
6675         (gst_v4l2src_get_property):
6676         * sys/v4l2/gstv4l2src.h:
6677         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6678           Always copy buffers by default (handle safer with bugged drivers)
6679           and added a property to make it possible to use mmap effectively (no
6680           copy if possible) when application wants to. Fixes: #480557.
6681
6682 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6683
6684         * gst/id3demux/id3tags.c:
6685         * gst/id3demux/id3tags.h:
6686         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6687           We don't want the same string multiple times in a tag list for the
6688           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
6689           this doesn't happen and remove special-case code for GST_TAG_GENRE.
6690
6691 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6692
6693         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
6694           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
6695           into ID3v2 TXXX frames (fixes #347848).
6696
6697 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6698
6699         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6700           Don't leak sdp message contents (fixes #496773).
6701
6702         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
6703           Don't leak URI string.
6704
6705 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6706
6707         Patch by: Julien Puydt <julien dot puydt at laposte net>
6708
6709         * ext/raw1394/Makefile.am:
6710         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
6711           (gst_1394_property_probe_get_properties),
6712           (gst_1394_property_probe_probe_property),
6713           (gst_1394_property_probe_needs_probe),
6714           (gst_1394_property_probe_get_values),
6715           (gst_1394_property_probe_interface_init),
6716           (gst_1394_type_add_property_probe_interface):
6717         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
6718         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
6719           (gst_dv1394src_init), (gst_dv1394src_dispose),
6720           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
6721           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
6722           (gst_dv1394src_update_device_name):
6723         * ext/raw1394/gstdv1394src.h:
6724           Implement GstPropertyProbe interface and add "device-name" property,
6725           so applications can use this to probe for available devices in the
6726           same way they can already with v4lsrc and v4l2src (however horrible
6727           this property probe interface may be). Fixes #358841.
6728
6729 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6730
6731         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6732
6733         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6734           (gst_rtspsrc_parse_range):
6735           Don't leak event, don't leak range (fixes #496752).
6736
6737 2007-11-14  Michael Smith <msmith@fluendo.com>
6738
6739         Patch by: Arek Korbik <arkadini@gmail.com>
6740
6741         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
6742           Detect RGBA/BGRA correctly on little endian systems.
6743
6744 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6745
6746         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
6747           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
6748           corresponding ioctl() call fails even though the driver claims to
6749           support this format, just fall back to the pre-2.6.19 kernel
6750           routine that creates caps with suitable height and width ranges
6751           (see #448278).
6752
6753 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6754
6755         Patch by: Mark Nauwelaerts <manauw skynet be>
6756
6757         * gst/matroska/matroska-demux.c:
6758           (gst_matroska_demux_push_dvd_clut_change_event),
6759           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6760           (gst_matroska_demux_subtitle_caps):
6761         * gst/matroska/matroska-ids.h:
6762           Extract palette data for dvd subpicture streams and send it
6763           downstream as custom gstreamer dvd event (fixes #453417).
6764
6765 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6766
6767         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
6768           Implement minimal parsing of the passed pango font description
6769           string, so passing a font size works the same as with the
6770           pango textoverlay plugin; fixes #455086.
6771           (Maybe we could just use pangocairo here at some point).
6772
6773 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6774
6775         * gst/avi/gstavidemux.c:
6776         * gst/wavparse/gstwavparse.c:
6777           Return the result in _activate_pull(). Don't ref element there.
6778
6779 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6780
6781         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6782         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6783         (gst_wavparse_srcpad_event):
6784           Ref the element when we should, but not when we its not needed. Reflow
6785           the event_handling to not leak the event.       
6786
6787 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
6788
6789         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6790         (qtdemux_parse_samples):
6791         Properly free QTDemuxSamples array.
6792         Protect table write with a sensible check, some files apparently DO contain
6793         stts values starting with 0 :(
6794
6795 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6796
6797         * gst/avi/gstavidemux.c:
6798         * gst/qtdemux/qtdemux.c:
6799           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
6800           previous commit messed up.
6801
6802 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6803
6804         * gst/avi/gstavidemux.c:
6805         * gst/qtdemux/qtdemux.c:
6806           Sync _handle_src_event() with oggdemux. In avidemux also ref the
6807           element when we should, but not when we its not needed.
6808
6809 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
6810
6811         * gst/wavparse/gstwavparse.c:
6812           Return FALSE if we can't handle a query instead of changing the
6813           format. Ignore fact when dealing with mpeg audio.
6814
6815 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6816
6817         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6818
6819         * configure.ac:
6820         * gst/udp/gstdynudpsink.c:
6821         * gst/udp/gstdynudpsink.h:
6822         * gst/udp/gstmultiudpsink.c:
6823         * gst/udp/gstmultiudpsink.h:
6824         * gst/udp/gstudpsink.c:
6825         * gst/udp/gstudpsink.h:
6826           Fix includes for MSVC and GLib-2.14.0 (#492388).
6827
6828         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6829           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6830
6831 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6832
6833         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6834         (gst_mulawdec_chain):
6835         * gst/law/mulaw-decode.h:
6836         Calculate outgoing buffer duration if incoming buffer didn't have a
6837         valid duration.
6838
6839 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6840
6841         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6842         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6843         Smarter combine_flow code that also deals with downstream elements
6844         returning UNEXPECTED when they receive data out of the segment
6845         boundaries. Fixes #491305.
6846
6847 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6848
6849         * sys/v4l2/v4l2src_calls.c:
6850           Fix 'unused variable' compiler warning when compiling against
6851           older kernel headers.
6852
6853 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6854
6855         * ext/taglib/gstid3v2mux.cc (add_funcs):
6856           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6857
6858 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6859
6860         * tests/check/pipelines/simple-launch-lines.c:
6861            Improve the tests a little more.
6862
6863 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6864
6865         patch by: Yun Zheng Hu
6866
6867         * sys/osxaudio/gstosxaudiosrc.c:
6868         Use default input device instead of default output device and
6869         only memcpy actual available bytes.
6870
6871 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6872
6873         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6874           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6875           early. It is temporary until we find something better.
6876
6877 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6878
6879         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6880
6881         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6882         Fix race when pausing a RTSP stream in interleaved.
6883         Fixes #475784.
6884
6885 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6886
6887         Patch by: Peter Kjellerstedt <pkj at axis com>
6888
6889         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6890         Use correct unref function for buffers. #488844.
6891
6892 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6893
6894         * gst/avi/gstavimux.c:
6895         * tests/check/elements/avimux.c:
6896           Add some debug and sync tests with the fix.     
6897
6898 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6899
6900         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6901
6902         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6903         When the socket is used by the app for other purposes, don't generate an
6904         error if there is activaty on the socket that is not data related.
6905         Fixes #487488.
6906
6907 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6908
6909         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6910         (gst_v4l2src_grab_frame):
6911         Add some more debug info. Generate an error when we run out of buffers
6912         for some reason. See #480557.
6913
6914 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6915
6916         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6917
6918         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6919         Set marker bit correctly.
6920
6921 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6922
6923         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6924         Use allowed name for the GstStructure.
6925
6926 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6927
6928         * ext/gconf/gstswitchsink.c:
6929         * gst/autodetect/gstautoaudiosink.c:
6930           Use new gst_bus_pop_filtered().
6931
6932 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6933
6934         * sys/v4l2/gstv4l2src.c:
6935         * sys/v4l2/v4l2src_calls.c:
6936           When probing the formats and sizes a camera supports, make
6937           sure the best ones (highest resolution, prefered format)
6938           end up at the beginning of the probed caps and the less
6939           desirable ones at the end.  This is important because the
6940           order within the caps matters for things like fixation and
6941           negotiation, ie. what format is chosen in the end.
6942           With recent kernels, the current probing code will end up
6943           querying the supported sizes from lowest resolution to
6944           highest resolution, adding them to the probed caps in that
6945           order, resulting to v4l2src fixating to the lowest possible
6946           resolution if downstream does not express a size preference.
6947           Also make up a somewhat random ranking of prefered output
6948           formats for the same reason. Fixes #485828.
6949         
6950 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6951
6952         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
6953
6954         * gst/id3demux/id3v2frames.c:
6955           Extract license/copyright URIs from ID3v2 WCOP frames
6956           (Fixes #447000).
6957
6958         * tests/check/elements/id3demux.c:
6959         * tests/files/Makefile.am:
6960         * tests/files/id3-447000-wcop.tag:
6961           Add simple unit test.
6962
6963 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6964
6965         * ext/taglib/gstid3v2mux.cc:
6966           Add support for license/copyright URI tags (ID3v2 WCOP frame).
6967           Prerequisite for #447000.
6968
6969 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6970
6971         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
6972         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
6973         a GstClockTime.
6974
6975 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6976
6977         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6978         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
6979         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
6980         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
6981         (gst_rtspsrc_change_state):
6982         More seeking fixes, mostly passing around the new playback segment in
6983         order to configure it properly.
6984         Also reset base_time of udp sources when setting them back to PLAYING as
6985         a temporary hack until core supports seek in live sources properly.
6986
6987 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6988
6989         * gst/rtp/gstrtpmp4adepay.c:
6990         Fix caps as to not confuse autopluggers.
6991
6992 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6993
6994         * gst/id3demux/gstid3demux.c:
6995         * gst/id3demux/gstid3demux.h:
6996         * gst/id3demux/id3tags.c:
6997         * gst/id3demux/id3tags.h:
6998         * gst/id3demux/id3v2frames.c:
6999           Port ID3 tag demuxer over to the new GstTagDemux in -base
7000           (now would be a good time to test re-importing your music
7001           collection).
7002
7003 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7004
7005         * gst/apetag/Makefile.am:
7006         * gst/apetag/gstapedemux.c:
7007         * gst/apetag/gstapedemux.h:
7008         * gst/apetag/gsttagdemux.c:
7009         * gst/apetag/gsttagdemux.h:
7010           Port APE tag demuxer over to the new GstTagDemux in -base.
7011
7012 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7013
7014         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7015         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7016         (gst_rtspsrc_handle_internal_src_query),
7017         (gst_rtspsrc_handle_src_query), (new_session_pad),
7018         (gst_rtspsrc_stream_configure_tcp),
7019         (gst_rtspsrc_stream_configure_transport),
7020         (gst_rtspsrc_loop_send_cmd):
7021         Improve flushing behaviour.
7022         Set state of the udp sources to PAUSE/PLAYING correctly.
7023         Handle events and queries for UDP and TCP transport now.
7024
7025 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7026
7027         * gst/rtp/gstrtpgsmdepay.c:
7028         * gst/rtp/gstrtpgsmpay.c:
7029           Add log category.
7030
7031 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7032
7033         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7034
7035         * tests/check/Makefile.am:
7036         * tests/check/pipelines/simple-launch-lines.c:
7037           Add unit tests for payloaders/depayloaders.
7038
7039 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7040
7041         * gst/avi/gstavimux.c:
7042         * gst/avi/gstavimux.h:
7043           Also save codec data for audio streams. Fixes #482495.
7044
7045 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7046
7047         * gst/avi/gstavimux.c:
7048           Fix "Index entry has invalid stream nr 1".
7049           Add support for muxing aac - work in progress (see #482495).
7050
7051 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7052
7053         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7054         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7055         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7056         * gst/rtsp/gstrtspsrc.h:
7057         Parse bandwidth modifiers, they are not yet configured in the session
7058         manager because we don't have an API for that yet.
7059
7060 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7061
7062         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7063         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7064         Use shiny new function in -base to get the default clock-rate.
7065         Update some docs.
7066
7067 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7068
7069         * win32/MANIFEST:
7070         Add files to win32 manifest.
7071         * win32/vs6/libgstaudiofx.dsp:
7072         * win32/vs6/libgstqtdemux.dsp:
7073         * win32/vs6/libgstrtp.dsp:
7074         * win32/vs6/libgstrtsp.dsp:
7075         Update project files.
7076
7077 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7078
7079         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7080         (gst_rtspsrc_play):
7081         * gst/rtsp/gstrtspsrc.h:
7082         In TCP mode, only timestamp the first buffer. TCP is not real time and
7083         it does not make sense to try to skew compensate, also some servers send
7084         the first batch of data in a burst.
7085
7086 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7087
7088         * gst/matroska/matroska-demux.c:
7089           Fix setting the discont flag on the first buffer
7090           pushed downstream for formats with private codec
7091           data that needs to be deserialised into buffers
7092           (such as vorbis and FLAC when in a matroska container).
7093
7094 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7095
7096         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7097
7098         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7099         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7100         (gst_rtp_mp4v_pay_handle_buffer):
7101         * gst/rtp/gstrtpmp4vpay.h:
7102         Free the config string. Fixes #480707.
7103         Clean up the timestamp code a little.
7104
7105 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7106
7107         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7108         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7109         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7110         * gst/rtsp/gstrtspsrc.h:
7111         Set timestamps on RTP buffers in interleaved mode.
7112         Mark first buffers with a DISCONT.
7113         Remove flush hack now that sync for live sources has been figured out.
7114
7115 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7116
7117         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7118         Update documentation.
7119
7120 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7121
7122         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7123         (gst_rtp_xqt_depay_change_state):
7124         * gst/qtdemux/gstrtpxqtdepay.h:
7125         Fail if we don't know the quicktime format.
7126
7127 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7128
7129         * ext/flac/gstflacenc.c:
7130         * ext/flac/gstflacenc.h:
7131           Save the flow return from the last gst_pad_push() and
7132           make sure we pass the right flow return value upstream
7133           in the case of failure; minor clean-ups.
7134
7135 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7136
7137         * ext/taglib/gstapev2mux.cc:
7138         * ext/taglib/gstid3v2mux.cc:
7139         * gst/apetag/gstapedemux.c:
7140           Add support for the new GST_TAG_COMPOSER (#459809).
7141
7142 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7143
7144         * gst/law/alaw-decode.c:
7145         * gst/law/alaw-decode.h:
7146         * gst/law/alaw-encode.c:
7147         * gst/law/alaw-encode.h:
7148         * gst/law/alaw.c:
7149         * gst/law/mulaw-conversion.h:
7150           Compulsive clean-ups: use boilerplate macros, add debug
7151           categories, fix up things to conform to symbol nomenklatura,
7152           etc.
7153
7154 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7155
7156         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7157
7158         * gst/law/alaw-decode.c:
7159         * gst/law/alaw-encode.c:
7160           Use static tables for A-Law decoding and encoding; this makes
7161           A-Law decoding and encoding less CPU-intensive, but increases
7162           the binary size a bit. Leaving old code around for now,
7163           selectable by a define in the code. Fixes #435435.
7164
7165 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7166
7167         * configure.ac:
7168         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7169         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7170         in configure.ac.
7171
7172 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7173
7174         Patch by: Jan Gerber <j at bootlab dot org>
7175
7176         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7177         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7178
7179 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7180
7181         * sys/oss/gstosshelper.c:
7182           Use GST_WARNING instead of a g_critical. This situation is not caused
7183           by the application.
7184
7185 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7186
7187         * po/LINGUAS:
7188         * po/nl.po:
7189           Updated translations.
7190
7191 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7192
7193         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7194
7195         * po/eu.po:
7196           Added Basque translation.
7197
7198 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7199
7200         translated by: Abel Cheung <abelcheung@gmail.com>
7201
7202         * po/zh_HK.po:
7203         * po/zh_TW.po:
7204           Added Chinese (traditional and Hong Kong) translation.
7205
7206 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7207
7208         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7209
7210         * po/pl.po:
7211           Added Polish translation.
7212
7213 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7214
7215         translated by: Ilkka Tuohela <hile@iki.fi>
7216
7217         * po/fi.po:
7218           Added Finnish translation.
7219
7220 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7221
7222         translated by: Jorge González González <aloriel@gmail.com>
7223
7224         * po/es.po:
7225           Added Spanish translation.
7226
7227 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7228
7229         translated by: Mogens Jaeger <mogens@jaeger.tf>
7230
7231         * po/da.po:
7232           Added Danish translation.
7233
7234 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7235
7236         translated by: Funda Wang <fundawang@linux.net.cn>
7237
7238         * po/zh_CN.po:
7239           Added Chinese (simplified) translation.
7240
7241 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7242
7243         translated by: Alexander Shopov <ash@contact.bg>
7244
7245         * po/bg.po:
7246           Added Bulgarian translation.
7247
7248 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7249
7250         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7251         Set outgoing packet duration because we can. Fixes #478244 some more.
7252
7253 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7254
7255         * ext/cairo/gsttextoverlay.c:
7256           Add info about static leak.
7257         
7258         * tests/check/Makefile.am:
7259         * tests/check/generic/states.c:
7260           Improved state change unit test.
7261
7262 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7263
7264         * docs/plugins/.cvsignore:
7265         * tests/check/.cvsignore:
7266           Ignore registries in any format.
7267
7268 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7269
7270         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7271         Removed some unused code.
7272
7273         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7274         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7275         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7276         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7277         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7278         (gst_rtp_theora_pay_flush_packet):
7279         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7280         Try to preserve the incomming buffer duration on the outgoing
7281         packets. Fixes #478244.
7282
7283 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7284
7285         * ext/taglib/gstapev2mux.cc:
7286         * ext/taglib/gstid3v2mux.cc:
7287           Work around compiler warnings with g++-4.2 when assigning a
7288           string constant to a gchar * (partially fixes #478092).
7289
7290 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7291
7292         * configure.ac:
7293           We require core CVS now for gst_base_src_set_do_timestamp().
7294
7295 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7296
7297         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7298         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7299         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7300         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7301         (gst_rtspsrc_handle_message):
7302         Fix compiler warnings shown with Forte.
7303
7304 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7305
7306         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7307         (gst_rtspsrc_dup_printf):
7308         Give meaningfull error when all streams failed to configure for some
7309         reason.
7310
7311 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7312
7313         * gst/rtp/README:
7314         Update README with the design for synchronisation rules of RTP on
7315         sender and receiver.
7316
7317 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7318
7319         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7320         (gst_wavparse_chain):
7321         Don't push EOS from the chain function, the element
7322         driving the pipeline is responsible for this. The bug
7323         this was meant to fix seems to be queue not forwarding
7324         EOS in all cases (see #476514).
7325
7326 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7327
7328         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7329         (gst_level_transform_ip):
7330         * gst/level/gstlevel.h:
7331         Use basetransform segment so that it is correctly managed on flushes and
7332         start/stop.
7333         Report message timestamp as stream time, which is what an application
7334         can understand.
7335
7336 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7337
7338         * ext/taglib/gstapev2mux.cc:
7339         * ext/taglib/gstapev2mux.h:
7340         * ext/taglib/gsttaglibmux.c:
7341         * tests/check/elements/apev2mux.c:
7342         Update my mail address.
7343
7344 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7345
7346         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7347         (gst_wavparse_loop), (gst_wavparse_chain):
7348         Add EOS logic for the push-based mode too. Fixes #476514.
7349
7350 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7351
7352         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7353         * gst/law/alaw-encode.h:
7354         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7355         (gst_mulawenc_chain):
7356         * gst/law/mulaw-encode.h:
7357         Fix law encoder timestamps.
7358
7359 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7360
7361         * ext/gconf/gstgconfaudiosink.c:
7362           Fix warning when building without debug.
7363
7364         * sys/oss/gstossmixertrack.c:
7365           Use const like in alsamixertrack.c (fixes warnings).
7366
7367 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7368
7369         * sys/v4l2/v4l2src_calls.c:
7370         (gst_v4l2src_probe_caps_for_format_and_size):
7371         Fix framerate detection code some more.
7372         Handle the case where there is a weird step in the stepwise framerates.
7373         Don't overwrite the min interval with the framerate, use a temp variable
7374         instead.
7375         Use max in the Continuous framerate intervals instead of step, which is
7376         1 according to the docs. Fixes #475424.
7377
7378 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7379
7380         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7381         Make udpsrc timestamp outgoing buffers based on when they were received.
7382         Also make it output a segment in time.
7383
7384 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7385
7386         * gst/avi/gstavidemux.c:
7387           Plug a little leak. Little code cleanups.
7388
7389 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7390
7391         * configure.ac:
7392           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7393           flac versions, 's good for cross-compilation karma.
7394
7395 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7396
7397         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7398
7399         * gst/rtp/gstrtph263pay.c:
7400           Fix up header structure so that compilers don't add padding
7401           between the structure fields, since that would lead to us
7402           sending RTP packets with broken headers (as is currently the
7403           case when compiling with MSVC). Also see similar fixes in
7404           libgstrtp in gst-plugins-base. (#474616; #471194)
7405
7406 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7407
7408         * sys/v4l2/v4l2src_calls.c:
7409         (gst_v4l2src_probe_caps_for_format_and_size):
7410         Don't overwrite our GValue with 0 but instead use the previously
7411         computed value. Fixes #471823 some more.
7412
7413 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7414
7415         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7416           No tabs in this file please, or gtk-doc will end up documenting
7417           rather absurd class hierarchies.
7418
7419 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7420
7421         * ext/gconf/gstswitchsink.c:
7422           If the new kid element fails to change state for some reason
7423           (e.g. esdsink not being able to connect to the sound server),
7424           forward the error message it posted on the bus instead of just
7425           posting a generic 'Internal state change error: please file a
7426           bug' error message. Fixes #471364.
7427
7428 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7429
7430         * gst/qtdemux/Makefile.am:
7431         * gst/qtdemux/qtdemux.c:
7432           Don't assume tags are encoded as UTF-8 (#473670).
7433
7434 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7435
7436         * sys/v4l2/gstv4l2src.c:
7437         * sys/v4l2/gstv4l2src.h:
7438         * sys/v4l2/v4l2src_calls.c:
7439           Implement LATENCY queries in the crudest way possible so I don't
7440           have to use sync=false any longer when testing with videosinks.
7441
7442 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7443
7444         * configure.ac:
7445           Fix build.
7446
7447 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7448
7449         * sys/v4l2/v4l2src_calls.c:
7450         (gst_v4l2src_probe_caps_for_format_and_size):
7451         Add some more debugging in the framerate function.
7452         Iterate stepwise framerate up to and _including_ the max and if nothing
7453         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7454         don't end up with an empty list. Fixes #471823
7455
7456 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7457
7458         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7459         (gst_multiudpsink_set_clients_string),
7460         (gst_multiudpsink_get_clients_string),
7461         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7462         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7463         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7464         (gst_multiudpsink_clear):
7465         Add property do configure destination address/port pairs
7466         API:GstMultiUDPSink::clients
7467
7468 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7469
7470         * tests/examples/Makefile.am:
7471         * tests/examples/rtp/Makefile.am:
7472         * tests/examples/rtp/client-H263p-AMR.sh:
7473         * tests/examples/rtp/client-H263p-PCMA.sdp:
7474         * tests/examples/rtp/client-H263p-PCMA.sh:
7475         * tests/examples/rtp/client-H264-PCMA.sdp:
7476         * tests/examples/rtp/client-H264-PCMA.sh:
7477         * tests/examples/rtp/client-PCMA.sh:
7478         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7479         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7480         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7481         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7482         Added some RTP example scripts for sending and receiving RTP streams.
7483
7484 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7485
7486         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7487         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7488         Restructure the setcaps function so that we can also compute the
7489         expected GStreamer output size of the video frames.
7490         Set frame_byte_size correctly so that read-based devices have a chance
7491         of working correctly.
7492         When grabbing a frame, discard frames that are not of the expected size.
7493         Some cameras don't output the right framesize for the first buffer.
7494         Try only a couple of times to get a valid frame, else error out.
7495
7496         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7497         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7498         Add some more debug info when scanning the device.
7499
7500         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7501         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7502         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7503         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7504         Add some more debug info when dequeing a frame.
7505
7506 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7507
7508         * gst/wavparse/gstwavparse.c:
7509           More code cleanups. Add some more comment and improve debugs logs.
7510
7511 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7512
7513         * gst/wavparse/gstwavparse.c:
7514         * gst/wavparse/gstwavparse.h:
7515           Implement seek-query. Refactor duration calculations. Appropriate use
7516           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7517           out of loops.
7518
7519 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7520
7521         * gst/avi/gstavidemux.c:
7522           Implement seek-query.
7523
7524 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7525
7526         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7527         (gst_rtspsrc_dup_printf):
7528         Use new basesink async property to make sparse RTCP packet not wait for
7529         preroll.
7530
7531 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7532
7533         * gst/audiofx/Makefile.am:
7534         Dist the right file.
7535
7536 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7537
7538         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7539         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7540         Make sure we generate and parse floating point values in the POSIX
7541         locale instead of the current locale. 
7542
7543 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7544
7545         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7546         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7547         (gst_rtspsrc_play):
7548         * gst/rtsp/gstrtspsrc.h:
7549         Fix method detection again.
7550         Keep track of when we must send a Range header.
7551         Use segment values for Range, Speed and Scale headers.
7552         Parse Speed and Scale headers to update the segment values.
7553
7554 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7555
7556         patch by: Mark Nauwelaerts <manauw@skynet.be>
7557
7558         * sys/v4l2/v4l2src_calls.c:
7559           Handle optional v4l2 ioctls gracefully.
7560
7561 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7562
7563         * gst/rtp/Makefile.am:
7564         * gst/rtp/gstrtp.c: (plugin_init):
7565         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7566         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7567         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7568         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7569         (gst_rtp_h263_depay_get_property),
7570         (gst_rtp_h263_depay_change_state),
7571         (gst_rtp_h263_depay_plugin_init):
7572         * gst/rtp/gstrtph263depay.h:
7573         Added an H263 depayloader. Fixes #369392.
7574
7575         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7576         (gst_rtp_h263p_depay_process):
7577         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7578         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7579         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7580         payloads.
7581         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7582
7583 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7584
7585         * gst/audiofx/audiochebyshevfreqband.c:
7586         * gst/audiofx/audiochebyshevfreqlimit.c:
7587         Add small comparision with the windowed sinc filters in the docs.
7588
7589 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7590
7591         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7592         (audiochebyshevfreqband_suite):
7593         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7594         (audiochebyshevfreqlimit_suite):
7595         Also test 32 bit float mode and the type 2 variants of the filters.
7596
7597 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7598
7599         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7600         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7601         (gst_rtspsrc_loop):
7602         Refactor the udp and interleaved loop function a bit.
7603
7604 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7605
7606         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7607         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7608         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7609         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7610         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7611         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7612         * gst/rtsp/gstrtspsrc.h:
7613         Protect connection activity with a new lock, avoids deadlocks when going
7614         to PAUSED. Fixes #455808.
7615
7616 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7617
7618         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7619         Fix debug statement.
7620
7621 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7622
7623         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7624         Fix stray %u in debug line as spotted by Saur on IRC.
7625
7626 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7627
7628         * gst/audiofx/audiochebyshevfreqband.c:
7629         (gst_audio_chebyshev_freq_band_class_init):
7630         * gst/audiofx/audiochebyshevfreqlimit.c:
7631         (gst_audio_chebyshev_freq_limit_class_init):
7632         Use generator macros for the process functions for the different
7633         sample types, add lower upper boundaries for the GObject properties
7634         so automatically generated UIs can use sliders and add a note about
7635         the number of poles as a too high number of poles combined with
7636         very low or very high frequencies will produce only noise.
7637         * docs/plugins/gst-plugins-good-plugins.args:
7638         Regenerated for the property changes.
7639
7640 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7641
7642         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7643         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7644         (gst_rtspsrc_stream_configure_udp_sink),
7645         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7646         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7647         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7648         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7649         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7650         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7651         * gst/rtsp/gstrtspsrc.h:
7652         Improve timeout handling.
7653         Use the same socket for sending and receiving RTCP packets so that some
7654         servers can track clients better.
7655         Improve connection closed handling. Try to reconnect.
7656         Don't overwrite our content base with NULL.
7657         Improve debugging.
7658         Improve range parsing and handling.
7659         Remove flushing hack now that core does the right thing.
7660
7661 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7662
7663         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7664         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
7665         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
7666         (gst_multiudpsink_close), (gst_multiudpsink_add):
7667         * gst/udp/gstmultiudpsink.h:
7668         Add support for getting and setting the socket to use.
7669
7670         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7671         (gst_udpsrc_create), (gst_udpsrc_get_property):
7672         Add support for getting the currently used socket.
7673
7674 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
7675
7676         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7677
7678         * gst/audiofx/Makefile.am:
7679         * gst/audiofx/audiochebyshevfreqband.c:
7680         (gst_audio_chebyshev_freq_band_mode_get_type),
7681         (gst_audio_chebyshev_freq_band_base_init),
7682         (gst_audio_chebyshev_freq_band_dispose),
7683         (gst_audio_chebyshev_freq_band_class_init),
7684         (gst_audio_chebyshev_freq_band_init),
7685         (generate_biquad_coefficients), (calculate_gain),
7686         (generate_coefficients),
7687         (gst_audio_chebyshev_freq_band_set_property),
7688         (gst_audio_chebyshev_freq_band_get_property),
7689         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
7690         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
7691         (gst_audio_chebyshev_freq_band_start):
7692         * gst/audiofx/audiochebyshevfreqband.h:
7693         * gst/audiofx/audiochebyshevfreqlimit.c:
7694         (gst_audio_chebyshev_freq_limit_mode_get_type),
7695         (gst_audio_chebyshev_freq_limit_base_init),
7696         (gst_audio_chebyshev_freq_limit_dispose),
7697         (gst_audio_chebyshev_freq_limit_class_init),
7698         (gst_audio_chebyshev_freq_limit_init),
7699         (generate_biquad_coefficients), (calculate_gain),
7700         (generate_coefficients),
7701         (gst_audio_chebyshev_freq_limit_set_property),
7702         (gst_audio_chebyshev_freq_limit_get_property),
7703         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
7704         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
7705         (gst_audio_chebyshev_freq_limit_start):
7706         * gst/audiofx/audiochebyshevfreqlimit.h:
7707         * gst/audiofx/audiofx.c: (plugin_init):
7708         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
7709         Fixes #464800.
7710
7711         * tests/check/Makefile.am:
7712         * tests/check/elements/.cvsignore:
7713         * tests/check/elements/audiochebyshevfreqband.c:
7714         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
7715         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
7716         * tests/check/elements/audiochebyshevfreqlimit.c:
7717         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
7718         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
7719         Add unit tests for the chebyshev filters.
7720
7721         * docs/plugins/Makefile.am:
7722         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7723         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7724         * docs/plugins/gst-plugins-good-plugins.args:
7725         * docs/plugins/inspect/plugin-1394.xml:
7726         * docs/plugins/inspect/plugin-audiofx.xml:
7727         * docs/plugins/inspect/plugin-dv.xml:
7728         * docs/plugins/inspect/plugin-flac.xml:
7729         * docs/plugins/inspect/plugin-jpeg.xml:
7730         * docs/plugins/inspect/plugin-png.xml:
7731         * docs/plugins/inspect/plugin-rtp.xml:
7732         * docs/plugins/inspect/plugin-shout2send.xml:
7733         * docs/plugins/inspect/plugin-wavpack.xml:
7734         And add docs for the chebyshev filters. While doing
7735         that also run make update in docs/plugins.
7736
7737 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7738
7739         * ext/annodex/gstcmmltag.c:
7740         * gst/rtp/gstrtpvorbispay.c:
7741           Make ro memory to share.
7742
7743 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7744
7745         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7746         Improve UDP performance by avoiding a select() when we have data
7747         available immediatly.
7748
7749 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7750
7751         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
7752         (gst_rtp_dec_class_init):
7753         * gst/rtsp/gstrtpdec.h:
7754         Add (dummy) SSRC management signals.
7755
7756         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7757         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7758         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
7759         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
7760         (on_timeout), (gst_rtspsrc_stream_configure_manager),
7761         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
7762         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7763         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7764         * gst/rtsp/gstrtspsrc.h:
7765         Add connection-speed property.
7766         Add find_stream helper functions.
7767         Handle stream EOS based on BYE messages or SSRC timeout.
7768         Returns SUCCESS from the state change function as we hide our async
7769         elements from the parent.
7770
7771 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7772
7773         * gst/debug/rndbuffersize.c:
7774           Fix da leak.
7775
7776 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
7777
7778         * gst/debug/Makefile.am:
7779         * gst/debug/breakmydata.c:
7780         * gst/debug/gstdebug.c:
7781         * gst/debug/negotiation.c:
7782         * gst/debug/progressreport.c:
7783         * gst/debug/rndbuffersize.c:
7784         * gst/debug/testplugin.c:
7785           Add new test element and clean-up the others a little.
7786
7787 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7788
7789         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7790         Fix parsing of mp4a version 0 atoms. Fixes #465774.
7791
7792 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7793
7794         * gst/rtp/gstrtpilbcdepay.c:
7795           Include stdlib.
7796
7797 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
7798
7799         * gst/rtp/gstrtpmpvdepay.c:
7800         Set the mpegversion in the caps so that autoplugging does not get
7801         confused.
7802
7803 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7804
7805         * po/hu.po:
7806         * po/uk.po:
7807         * po/vi.po:
7808           Updated translations.
7809
7810 2007-08-08  Michael Smith <msmith@fluendo.com>
7811
7812         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7813           Render right border in the correct location.
7814
7815 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7816
7817         Patch by: Olivier Crete <tester at tester dot ca>
7818
7819         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7820         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7821         Make mode property a string. Fixes #464475.
7822
7823 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7824
7825         * ext/flac/gstflacenc.c:
7826           Widen caps to match decoder a bit and add more FIXMEs.
7827
7828 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7829
7830         patch by: Mark Nauwelaerts <manauw@skynet.be>
7831
7832         * gst/avi/gstavimux.c:
7833           Fix ODML index tag numbering. Fixes #463624.
7834
7835 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7836
7837         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7838         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7839         (gst_rtspsrc_stream_configure_tcp),
7840         (gst_rtspsrc_stream_configure_udp_sink):
7841         Fix default clock-rate for realmedia.
7842         Fix parsing of transport.
7843         Don't try to link NULL pads.
7844
7845 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7846
7847         * po/POTFILES.skip:
7848           Add POTFILES.skip with list of source files that aren't disted at the
7849           moment but contain translatable strings. Should hopefully pacify
7850           broken tools and make it clearer that these files are left out
7851           intentionally (#461600).
7852
7853 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7854
7855         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7856         If the buffer was entirely clipped ... don't try sending it :)
7857
7858 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7859
7860         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7861         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7862         (gst_rtspsrc_create_transports_string),
7863         (gst_rtspsrc_prepare_transports):
7864         If we don't hav a session manager, set the caps on outgoing buffers
7865         ourselves.
7866         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7867         Append final bit of the transport string even when it does not contain a
7868         placeholder.
7869
7870 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7871
7872         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7873         (gst_rtsp_ext_list_connect):
7874         * gst/rtsp/gstrtspext.h:
7875         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7876         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7877         Clean up the interface list.
7878         Allow connecting to interface signals for the extensions.
7879         Remove old extension code.
7880         Free list on cleanup.
7881         Allow extensions to send additional RTSP messages.
7882
7883 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7884
7885         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7886         Handle a NULL gconf key gracefully by rendering the default element.
7887
7888 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7889
7890         * gst/rtsp/gstrtspext.h:
7891         Fix include path for extension interface.
7892
7893 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7894
7895         * gst/audiofx/audioamplify.h:
7896         Also remove a now unecessary variable here.
7897
7898 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7899
7900         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7901         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7902         * gst/audiofx/audiodynamic.c:
7903         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7904         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7905         * gst/audiofx/audiodynamic.h:
7906         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7907         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7908         * gst/audiofx/audioinvert.h:
7909         Don't save format information ourselves, this is already saved in
7910         GstAudioFilter.
7911
7912 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7913
7914         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7915         (gst_rtsp_ext_list_stream_select):
7916         * gst/rtsp/gstrtspext.h:
7917         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7918         Use rank to filter out extensions.
7919         Add url to stream_select interface call.
7920
7921 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7922
7923         * gst/rtsp/Makefile.am:
7924         * gst/rtsp/base64.c:
7925         * gst/rtsp/base64.h:
7926         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7927         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7928         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7929         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7930         (gst_rtsp_ext_list_setup_media),
7931         (gst_rtsp_ext_list_configure_stream),
7932         (gst_rtsp_ext_list_get_transports),
7933         (gst_rtsp_ext_list_stream_select):
7934         * gst/rtsp/gstrtspext.h:
7935         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7936         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7937         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7938         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7939         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
7940         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
7941         (gst_rtspsrc_stream_configure_tcp),
7942         (gst_rtspsrc_stream_configure_mcast),
7943         (gst_rtspsrc_stream_configure_udp),
7944         (gst_rtspsrc_stream_configure_udp_sink),
7945         (gst_rtspsrc_stream_configure_transport),
7946         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7947         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7948         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
7949         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
7950         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7951         (gst_rtspsrc_parse_methods),
7952         (gst_rtspsrc_create_transports_string),
7953         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7954         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
7955         (gst_rtspsrc_play), (gst_rtspsrc_pause),
7956         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
7957         * gst/rtsp/gstrtspsrc.h:
7958         * gst/rtsp/rtsp.h:
7959         * gst/rtsp/rtspconnection.c:
7960         * gst/rtsp/rtspconnection.h:
7961         * gst/rtsp/rtspdefs.c:
7962         * gst/rtsp/rtspdefs.h:
7963         * gst/rtsp/rtspext.h:
7964         * gst/rtsp/rtspextwms.c:
7965         * gst/rtsp/rtspextwms.h:
7966         * gst/rtsp/rtspmessage.c:
7967         * gst/rtsp/rtspmessage.h:
7968         * gst/rtsp/rtsprange.c:
7969         * gst/rtsp/rtsprange.h:
7970         * gst/rtsp/rtsptransport.c:
7971         * gst/rtsp/rtsptransport.h:
7972         * gst/rtsp/rtspurl.c:
7973         * gst/rtsp/rtspurl.h:
7974         * gst/rtsp/sdp.h:
7975         * gst/rtsp/sdpmessage.c:
7976         * gst/rtsp/sdpmessage.h:
7977         * gst/rtsp/test.c:
7978         Use shiny new RTSP and SDP library.
7979         Implement RTSP extensions using the new interface.
7980         Remove a lot of old code.
7981
7982 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
7983
7984         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7985         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
7986
7987 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7988
7989         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7990         Don't unref the outgoing buffer twice when dropping it because it's
7991         outside of the segment.
7992
7993 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7994
7995         * configure.ac:
7996         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7997         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
7998         Use the new buffer clipping function from gstaudio here and
7999         require gst-plugins-base CVS.
8000         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8001         For framed Wavpack buffers we require a valid timestamp.
8002
8003 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8004
8005         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8006         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8007         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8008         Clip raw audio and video when we can, keep track of current output
8009         segment.
8010         Don't leak buffers and events when there is no output pad.
8011         Improve debugging here and there.
8012
8013 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8014
8015         * configure.ac:
8016           Sync liboil check with plugins-base.
8017
8018 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8019
8020         * ext/annodex/Makefile.am:
8021           Fix CFLAGS/LIBS.
8022
8023         * ext/cdio/gstcdiocddasrc.c:
8024         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8025           Include stdlib
8026
8027         * ext/cairo/Makefile.am:
8028         * gst/videofilter/Makefile.am:
8029         * tests/examples/level/Makefile.am:
8030           Use $(LIBM) instead of -lm
8031
8032 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8033
8034         * sys/v4l2/gstv4l2src.c:
8035           Add another example pipeline.
8036
8037 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8038
8039         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8040
8041         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8042           Use define here.
8043
8044         * sys/v4l2/gstv4l2tuner.c:
8045         (gst_v4l2_tuner_set_frequency_and_notify):
8046           Don't touch the property - its still disabled.
8047
8048         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8049         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8050         * sys/v4l2/v4l2src_calls.h:
8051           Improve fallback format negotionation. Fixes #451388
8052
8053 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8054
8055         * tests/check/elements/videocrop.c: (GST_START_TEST):
8056           Fix the test.
8057
8058 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8059
8060         * docs/plugins/Makefile.am:
8061         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8062         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8063         * docs/plugins/inspect/plugin-jpeg.xml:
8064         * docs/plugins/inspect/plugin-png.xml:
8065         * ext/jpeg/gstjpegdec.c:
8066         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8067         (gst_pngdec_sink_setcaps):
8068           More docs. More logs in pngdec.
8069
8070 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8071
8072         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8073           Initialize num_buffers with minimum value.
8074
8075         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8076         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8077           Handle frame-size query failure gracefully.
8078
8079 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8080
8081         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8082         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8083         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8084         of qt/aac files.
8085
8086 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8087
8088         * ext/wavpack/gstwavpackdec.c:
8089         (gst_wavpack_dec_clip_outgoing_buffer):
8090         Fix buffer clipping to correctly clip to the segment stop.
8091
8092 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8093
8094         * configure.ac:
8095         * tests/Makefile.am:
8096         Remove bogus check for libcheck, since we check for
8097         gstreamer-check and it pulls in the required info from there,
8098         and we weren't actually _using_ the information for libcheck
8099         ourselves anyway.
8100
8101 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8102
8103         * configure.ac:
8104           Use pkg-config to locate check.
8105
8106 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8107
8108         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8109         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8110         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8111         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8112         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8113         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8114         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8115         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8116         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8117         * gst/effectv/gstrev.c: (gst_revtv_transform):
8118         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8119         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8120         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8121         * gst/matroska/matroska-demux.c:
8122         (gst_matroska_demux_add_wvpk_header),
8123         (gst_matroska_demux_check_subtitle_buffer),
8124         (gst_matroska_decode_buffer):
8125         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8126           Fix build against core CVS.
8127
8128 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8129
8130         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8131         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8132         don't have enough granularity to convert that boolean into a
8133         GstFlowReturn.
8134
8135 2007-07-06  Michael Smith <msmith@fluendo.com>
8136
8137         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8138         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8139         (gst_alawdec_change_state):
8140         * gst/law/alaw-decode.h:
8141         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8142         (gst_mulawdec_class_init), (gst_mulawdec_init),
8143         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8144         * gst/law/mulaw-decode.h:
8145           Fix capsnego bogosity in *law decoders. 
8146
8147 2007-07-06  Michael Smith <msmith@fluendo.com>
8148
8149         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8150         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8151         (gst_smokeenc_change_state):
8152         * ext/jpeg/gstsmokeenc.h:
8153           Remove stupidity in get/set caps functions.
8154           Fix some refcounting problems.
8155
8156 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8157
8158         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8159         Remove endianness-flipping hack that seems to have been required
8160         only because of a bug in ffmpegcolorspace.
8161         Partially Fixes: #451908
8162
8163 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8164
8165         * docs/plugins/Makefile.am:
8166           Simplify --extra-dir as gtkdoc scans recursively.
8167
8168 2007-07-03  Wim Taymans  <wim@fluendo.com>
8169
8170         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8171
8172         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8173         Set the encoding-name in the rtp caps to all uppercase, as required by
8174         the caps spec.
8175         Some small cleanups in the error paths. Fixes #453037.
8176
8177 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8178
8179         * ext/wavpack/gstwavpackparse.c:
8180         (gst_wavpack_parse_index_get_last_entry),
8181         (gst_wavpack_parse_index_get_entry_from_sample),
8182         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8183         (gst_wavpack_parse_scan_to_find_sample):
8184         * ext/wavpack/gstwavpackparse.h:
8185         Use a GSList for the GArray that is used like a list anyway.
8186
8187 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8188
8189         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8190         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8191         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8192           Add state change function where we set 0/1 as default framerate in
8193           case our setcaps function isn't called, like it might not in a
8194           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8195           gdkpixbufdec trying to create caps with a 0/0 framerate.
8196           Also post an error message on the bus if gst_pad_push() fails when
8197           called from our sink event handler (+1 for flow returns for event
8198           functions in 0.11) instead of failing silently.
8199
8200 2007-06-27  Wim Taymans  <wim@fluendo.com>
8201
8202         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8203         Cast stack args to the proper types. Fixes #451249.
8204
8205 2007-06-27  Wim Taymans  <wim@fluendo.com>
8206
8207         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8208         (new_session_pad), (gst_rtspsrc_setup_streams):
8209         * gst/rtsp/gstrtspsrc.h:
8210         For container formats we only need to activate one of the streams so
8211         that we correctly signal no-more-pads. Fixes #451015.
8212
8213 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8214
8215         * docs/plugins/gst-plugins-good-plugins.args:
8216         * docs/plugins/inspect/plugin-aasink.xml:
8217         * docs/plugins/inspect/plugin-alaw.xml:
8218         * docs/plugins/inspect/plugin-alpha.xml:
8219         * docs/plugins/inspect/plugin-alphacolor.xml:
8220         * docs/plugins/inspect/plugin-annodex.xml:
8221         * docs/plugins/inspect/plugin-apetag.xml:
8222         * docs/plugins/inspect/plugin-audiofx.xml:
8223         * docs/plugins/inspect/plugin-auparse.xml:
8224         * docs/plugins/inspect/plugin-autodetect.xml:
8225         * docs/plugins/inspect/plugin-avi.xml:
8226         * docs/plugins/inspect/plugin-cacasink.xml:
8227         * docs/plugins/inspect/plugin-cairo.xml:
8228         * docs/plugins/inspect/plugin-cdio.xml:
8229         * docs/plugins/inspect/plugin-cutter.xml:
8230         * docs/plugins/inspect/plugin-debug.xml:
8231         * docs/plugins/inspect/plugin-efence.xml:
8232         * docs/plugins/inspect/plugin-effectv.xml:
8233         * docs/plugins/inspect/plugin-esdsink.xml:
8234         * docs/plugins/inspect/plugin-flac.xml:
8235         * docs/plugins/inspect/plugin-flxdec.xml:
8236         * docs/plugins/inspect/plugin-gconfelements.xml:
8237         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8238         * docs/plugins/inspect/plugin-goom.xml:
8239         * docs/plugins/inspect/plugin-halelements.xml:
8240         * docs/plugins/inspect/plugin-icydemux.xml:
8241         * docs/plugins/inspect/plugin-id3demux.xml:
8242         * docs/plugins/inspect/plugin-jpeg.xml:
8243         * docs/plugins/inspect/plugin-ladspa.xml:
8244         * docs/plugins/inspect/plugin-level.xml:
8245         * docs/plugins/inspect/plugin-matroska.xml:
8246         * docs/plugins/inspect/plugin-mulaw.xml:
8247         * docs/plugins/inspect/plugin-multipart.xml:
8248         * docs/plugins/inspect/plugin-navigationtest.xml:
8249         * docs/plugins/inspect/plugin-ossaudio.xml:
8250         * docs/plugins/inspect/plugin-png.xml:
8251         * docs/plugins/inspect/plugin-quicktime.xml:
8252         * docs/plugins/inspect/plugin-rtp.xml:
8253         * docs/plugins/inspect/plugin-rtsp.xml:
8254         * docs/plugins/inspect/plugin-smpte.xml:
8255         * docs/plugins/inspect/plugin-speex.xml:
8256         * docs/plugins/inspect/plugin-taglib.xml:
8257         * docs/plugins/inspect/plugin-udp.xml:
8258         * docs/plugins/inspect/plugin-videobalance.xml:
8259         * docs/plugins/inspect/plugin-videobox.xml:
8260         * docs/plugins/inspect/plugin-videocrop.xml:
8261         * docs/plugins/inspect/plugin-videoflip.xml:
8262         * docs/plugins/inspect/plugin-videomixer.xml:
8263         * docs/plugins/inspect/plugin-wavenc.xml:
8264         * docs/plugins/inspect/plugin-wavparse.xml:
8265         * docs/plugins/inspect/plugin-ximagesrc.xml:
8266           Update docs with caps info.
8267
8268 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8269
8270         * po/POTFILES.in:
8271           Add more files with translatable strings (#450878).
8272
8273 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8274
8275         * MAINTAINERS:
8276         Updating all the maintainers files
8277
8278 2007-06-22  Edward Hervey  <edward@fluendo.com>
8279
8280         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8281         * gst/interleave/deinterleave.c: (deinterleave_init),
8282         (deinterleave_sink_link):
8283         * gst/interleave/interleave.c: (interleave_init):
8284         * gst/median/gstmedian.c: (gst_median_init):
8285         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8286         Fix memory leaks.
8287         * tests/check/elements/id3demux.c: (pad_added_cb):
8288         Remove unused variable.
8289
8290 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8291
8292         * ext/gconf/gconf.h:
8293         Make the prototype of gst_gconf_get_key_for_sink_profile
8294         match the implementation.
8295         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8296         Fixes: #449747
8297
8298 2007-06-20  Michael Smith <msmith@fluendo.com>
8299
8300         * gst/rtp/gstrtpdepay.c:
8301           Fix description - rtpdepay is not a payloader.
8302
8303 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8304
8305         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8306         (qtdemux_video_caps):
8307         * gst/qtdemux/qtdemux_fourcc.h:
8308           Add MJPG to the variants of motion jpeg.
8309
8310 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8311
8312         * tests/check/Makefile.am:
8313         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8314         * tests/check/elements/videocrop.c: (GST_START_TEST):
8315         * tests/check/elements/videofilter.c:
8316         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8317         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8318           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8319           error flags are included and it errors out on compiler warnings
8320           for CVS builds; remove unused variables in various unit tests.
8321
8322 2007-06-19  Wim Taymans  <wim@fluendo.com>
8323
8324         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8325         (rtsp_connection_close), (rtsp_connection_free):
8326         Use threadsafe inet_ntop to convert an ip number to a string. 
8327         Fixes #447961.
8328         Don't leak fd (and ip) when freeing a connection without first closing
8329         it.
8330
8331 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8332
8333         * configure.ac:
8334         Back to CVS
8335
8336         * gst-plugins-good.doap:
8337         Add 0.10.6 to the doap file.
8338
8339 === release 0.10.6 ===
8340
8341 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8342
8343         * configure.ac:
8344           releasing 0.10.6, "Wobble Board"
8345
8346 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8347
8348         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8349         (rtsp_connection_free):
8350           Revert previous commit again, since we are frozen (sorry).
8351
8352 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8353
8354         Patch by: Peter Kjellerstedt <pkj at axis com>
8355
8356         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8357         (rtsp_connection_free):
8358           inet_ntoa() uses a static buffer internally, so we need to copy the
8359           returned string if we want to store it for later (#447961).
8360
8361 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8362
8363         * win32/vs6/autogen.dsp:
8364         * win32/vs6/gst_plugins_good.dsw:
8365         * win32/vs6/libgstalaw.dsp:
8366         * win32/vs6/libgstalpha.dsp:
8367         * win32/vs6/libgstalphacolor.dsp:
8368         * win32/vs6/libgstapetag.dsp:
8369         * win32/vs6/libgstaudiofx.dsp:
8370         * win32/vs6/libgstauparse.dsp:
8371         * win32/vs6/libgstautodetect.dsp:
8372         * win32/vs6/libgstavi.dsp:
8373         * win32/vs6/libgstcutter.dsp:
8374         * win32/vs6/libgstdirectdraw.dsp:
8375         * win32/vs6/libgstdirectsound.dsp:
8376         * win32/vs6/libgsteffectv.dsp:
8377         * win32/vs6/libgstflx.dsp:
8378         * win32/vs6/libgstgoom.dsp:
8379         * win32/vs6/libgsticydemux.dsp:
8380         * win32/vs6/libgstid3demux.dsp:
8381         * win32/vs6/libgstinterleave.dsp:
8382         * win32/vs6/libgstjpeg.dsp:
8383         * win32/vs6/libgstlevel.dsp:
8384         * win32/vs6/libgstmatroska.dsp:
8385         * win32/vs6/libgstmedian.dsp:
8386         * win32/vs6/libgstmonoscope.dsp:
8387         * win32/vs6/libgstmulaw.dsp:
8388         * win32/vs6/libgstmultipart.dsp:
8389         * win32/vs6/libgstqtdemux.dsp:
8390         * win32/vs6/libgstrtp.dsp:
8391         * win32/vs6/libgstrtsp.dsp:
8392         * win32/vs6/libgstsmpte.dsp:
8393         * win32/vs6/libgstspeex.dsp:
8394         * win32/vs6/libgstudp.dsp:
8395         * win32/vs6/libgstvideobalance.dsp:
8396         * win32/vs6/libgstvideobox.dsp:
8397         * win32/vs6/libgstvideocrop.dsp:
8398         * win32/vs6/libgstvideoflip.dsp:
8399         * win32/vs6/libgstvideomixer.dsp:
8400         * win32/vs6/libgstwaveform.dsp:
8401         * win32/vs6/libgstwavenc.dsp:
8402         * win32/vs6/libgstwavparse.dsp:
8403         Mark *.dsp & *.dsw as binary files and convert to DOS line
8404         endings, as they don't load into VS6 correctly otherwise.
8405
8406 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8407
8408         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8409         (rtsp_connection_connect):
8410         Fix the MingW build. 
8411         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8412         Fixes: #446981
8413
8414 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8415
8416         * tests/check/elements/.cvsignore:
8417         * tests/icles/.cvsignore:
8418         Hush the buildbots up
8419
8420 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8421
8422         * configure.ac:
8423         * sys/Makefile.am:
8424         * sys/directdraw/Makefile.am:
8425         * sys/directsound/Makefile.am:
8426         * sys/waveform/Makefile.am:
8427         Make sure to dist everything needed for win32 builds.
8428
8429 2007-06-14  Edward Hervey  <edward@fluendo.com>
8430
8431         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8432         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8433         caps.
8434         Fixes #447458
8435
8436 2007-06-13  Wim Taymans  <wim@fluendo.com>
8437
8438         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8439         Make sure we allocate enough memory for the codec_data.
8440         Fixes #447210.
8441
8442 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8443
8444         * win32/MANIFEST:
8445         Add videocrop project file to the win32 manifest.
8446         * win32/vs6/gst_plugins_good.dsw:
8447         Add qtdemux,videocrop and waveform projects to the workspace.
8448         * win32/vs6/libgstqtdemux.dsp:
8449         Add zlib to the link list of qtdemux.
8450         * win32/vs6/libgstvideocrop.dsp:
8451         Add a project file for videocrop.
8452
8453 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8454
8455         * po/POTFILES.in:
8456         Add qtdemux for translation
8457
8458 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8459
8460         * configure.ac:
8461         * docs/plugins/Makefile.am:
8462         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8463         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8464         * docs/plugins/inspect/plugin-videocrop.xml:
8465         * gst-plugins-good.spec.in:
8466         * sys/Makefile.am:
8467         * tests/check/Makefile.am:
8468         * tests/icles/Makefile.am:
8469         * tests/icles/videocrop-test.c:
8470         Move videocrop and osxvideo from -bad.
8471
8472 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8473
8474         * configure.ac:
8475         * docs/plugins/Makefile.am:
8476         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8477         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8478         * docs/plugins/gst-plugins-good-plugins.args:
8479         * docs/plugins/inspect/plugin-qtdemux.xml:
8480         * docs/plugins/inspect/plugin-quicktime.xml:
8481         * win32/MANIFEST:
8482         Move qtdemux from -bad.
8483
8484         * gst-plugins-good.spec.in:
8485         Update spec file to reflect moving of qtdemux and wavpack
8486
8487 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8488         
8489         * win32/MANIFEST:
8490         * docs/plugins/Makefile.am:
8491         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8492         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8493         * docs/plugins/inspect/plugin-directdraw.xml:
8494         * docs/plugins/inspect/plugin-directsound.xml:
8495         * docs/plugins/inspect/plugin-waveform.xml:
8496         Move the waveform plugin from -bad too. Update the inspect xml
8497         files to mention Plugins Good instead of Plugins Bad.
8498
8499 2007-06-12  Andy Wingo  <wingo@pobox.com>
8500
8501         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8502         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8503         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8504         finalization and resuscitation. No longer public.
8505         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8506         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8507         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8508         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8509         miniobject semantics, and be threadsafe.
8510         (gst_v4l2src_queue_frame): Remove this function, as we just call
8511         the ioctls directly in the two places where we queue buffers.
8512         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8513         directly.
8514         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8515         to allocate the pool, which also preallocates the GstBuffers.
8516         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8517         queueing the frames directly.
8518         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8519         mmap buffers have been dequeued.
8520
8521         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8522         real MiniObject instead of rolling our own refcounting and
8523         finalizing. Give it a lock.
8524         (struct _GstV4l2Buffer): Remove one intermediary object, having
8525         the buffers hold the struct v4l2_buffer directly.
8526
8527         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8528         capture_init so that it can set them on the buffers that it will
8529         create.
8530         (gst_v4l2src_get_read): For better or for worse, include the
8531         timestamping and offsetting code here; really we should be using
8532         bufferalloc though.
8533         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8534         preallocated, mmap'd buffers.
8535
8536 2007-06-11  Wim Taymans  <wim@fluendo.com>
8537
8538         Patch by: daniel fischer <dan at f3c dot com>
8539
8540         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8541         (gst_ximage_src_get_caps):
8542         Actually use the display_name property so that we can dump any
8543         available X display. Fixes #445905.
8544
8545 2007-06-11  Wim Taymans  <wim@fluendo.com>
8546
8547         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8548
8549         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8550         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8551         Add missing rate fields to caps. Fixes #441118.
8552
8553 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8554
8555         * win32/vs6/gst_plugins_good.dsw:
8556         * win32/vs8/gst-plugins-good.sln:
8557         Add DirectSound and DirectDraw sinks project files to
8558         workspace and solution files.
8559
8560 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8561
8562         Patch by: Josh Coalson <xflac at yahoo dot com>,
8563         updated by Alexis Ballier <aballier at gentoo dot org>:
8564
8565         * configure.ac:
8566         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8567         (gst_flac_dec_setup_seekable_decoder),
8568         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8569         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8570         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8571         * ext/flac/gstflacdec.h:
8572         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8573         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8574         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8575         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8576         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8577         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8578         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8579         * ext/flac/gstflacenc.h:
8580         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8581         
8582 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8583
8584         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8585         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8586         not necessary anymore as we need at least that core version. 
8587
8588 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8589
8590         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8591         (gst_wavpack_dec_chain):
8592         * ext/wavpack/gstwavpackdec.h:
8593         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8594         (gst_wavpack_parse_push_buffer):
8595         * ext/wavpack/gstwavpackparse.h:
8596         Improve discont handling by checking if the next Wavpack block has
8597         the expected, following block index.
8598
8599 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8600
8601         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8602           Fix element description.
8603
8604 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8605
8606         * configure.ac:
8607         * docs/plugins/Makefile.am:
8608         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8609         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8610         * docs/plugins/gst-plugins-good-plugins.args:
8611         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8612         * docs/plugins/gst-plugins-good-plugins.signals:
8613         * docs/plugins/inspect/plugin-autodetect.xml:
8614         * docs/plugins/inspect/plugin-gconfelements.xml:
8615         * docs/plugins/inspect/plugin-ladspa.xml:
8616         * docs/plugins/inspect/plugin-rtp.xml:
8617         * docs/plugins/inspect/plugin-wavpack.xml:
8618         * ext/Makefile.am:
8619         * tests/check/Makefile.am:
8620           move wavpack plugin.  See #352605.
8621
8622 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8623
8624         * configure.ac:
8625         * docs/plugins/Makefile.am:
8626         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8627         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8628         * docs/plugins/gst-plugins-good-plugins.args:
8629         * sys/Makefile.am:
8630         * win32/MANIFEST:
8631         Add DirectDraw & DirectSound plugins to the build and docs.
8632
8633 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8634
8635         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8636         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8637           When operating in pull mode, error out correct on not-linked.
8638
8639 2007-06-06  Andy Wingo  <wingo@pobox.com>
8640
8641         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8642         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8643         format and size if the ioctls are defined; should fix compilation
8644         on Linux < 2.16.19.
8645
8646 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
8647
8648         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8649           Printf fixes in debug statements; use LOG level for debug statements
8650           that are printed for each and every frame; convert c++ comments to
8651           C-style comments; not much point using g_try_malloc() if we then not
8652           even check the return value.
8653
8654 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8655
8656         * configure.ac:
8657           Bump requirements to released versions (core and base 0.10.13).
8658
8659         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
8660           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8661           own implementation.
8662
8663 2007-06-05  Andy Wingo  <wingo@pobox.com>
8664
8665         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
8666         some useless comments.
8667
8668         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
8669         frames before calling STREAMON, that might leave them in a state
8670         where they can't be dequeued if we go back to NULL without calling
8671         STREAMON, according to the docs.
8672         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
8673         before we call STREAMON.
8674         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
8675         failures. (For me this code hung.) The pool refcounting is still
8676         crack; added a note to that effect.
8677
8678 2007-06-05  Wim Taymans  <wim@fluendo.com>
8679
8680         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8681         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
8682         Add support for mapping gst structure names to the MIME type equivalent.
8683         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
8684
8685 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
8686
8687         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8688         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
8689         (gst_wavenc_chain), (gst_wavenc_change_state):
8690         * gst/wavenc/gstwavenc.h:
8691         Properly write wav files with width!=depth by having the depth most
8692         significant bytes set and all others zero. Fixes #442535.
8693
8694 2007-06-01  Wim Taymans  <wim@fluendo.com>
8695
8696         * gst/rtsp/rtspconnection.c:
8697         Add include to make buildbot happy.
8698
8699 2007-06-01  Wim Taymans  <wim@fluendo.com>
8700
8701         Patch by: Peter Kjellerstedt  <pkj at axis com>
8702
8703         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8704         (rtsp_connection_connect), (add_date_header),
8705         (rtsp_connection_send), (parse_response_status),
8706         (parse_request_line), (parse_line), (rtsp_connection_receive):
8707         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
8708         * gst/rtsp/rtspdefs.h:
8709         * gst/rtsp/rtspmessage.c: (key_value_foreach),
8710         (rtsp_message_init_request), (rtsp_message_init_response),
8711         (rtsp_message_remove_header), (rtsp_message_append_headers),
8712         (rtsp_message_dump):
8713         * gst/rtsp/rtspmessage.h:
8714         Improves version checking, allowing an RTSP server to reply with "505
8715         RTSP Version not supported.
8716         Adds a Date header to all messages.
8717         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
8718         want to be able to send a response even if something in the request was
8719         invalid. EINVAL is only used when passing wrong arguments to functions.
8720         Do not handle an invalid method in parse_request_line(). Defer this to
8721         the caller so it can respond with "405 Method Not Allowed".
8722         Improves parsing of the timeout parameter to the Session header,
8723         allowing whitespace after the semicolon. 
8724         Avoids a compiler warning due to variables shadowing a function argument.
8725
8726 2007-06-01  Wim Taymans  <wim@fluendo.com>
8727
8728         Based on Patch by: Daniel Charles <dcharles at ti dot com>
8729
8730         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8731         (gst_rtp_amr_depay_process):
8732         * gst/rtp/gstrtpamrdepay.h:
8733         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
8734         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
8735         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
8736         * gst/rtp/gstrtpamrpay.h:
8737         Add support for AMR-WB.
8738         Small cleanups such as using BOILERPLATE.
8739
8740 2007-05-31  Wim Taymans  <wim@fluendo.com>
8741
8742         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
8743         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
8744
8745 2007-05-30  Andy Wingo  <wingo@pobox.com>
8746
8747         * sys/v4l2/gstv4l2object.h: 
8748         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
8749         unintended changes.
8750
8751         * sys/v4l2/v4l2src_calls.h: 
8752         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
8753         the format list in the order that the driver gives it to us.
8754         (gst_v4l2src_probe_caps_for_format_and_size)
8755         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
8756         based on the capabilities of the device.
8757         (gst_v4l2src_grab_frame): Update for object variable renaming.
8758         (gst_v4l2src_set_capture): Update to be strict in its parameters,
8759         as in the set_caps below.
8760         (gst_v4l2src_capture_init): Update for object variable renaming,
8761         and reflow.
8762         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
8763         (gst_v4l2src_capture_deinit): Update for object variable renaming.
8764         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
8765         (gst_v4l2src_get_fps): Remove; these functions don't have much
8766         meaning outside of an atomic set_caps method.
8767         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
8768         known.
8769
8770         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
8771         call to update_fps; not sure about this change.
8772         (gst_v4l2_tuner_set_norm): Work around the fact that for the
8773         moment we don't have an update_fps_func.
8774
8775         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
8776         structures in the object, just store what we need. Do store the
8777         probed caps of the device. Don't store the current frame rate.
8778
8779         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
8780         update_fps_function, for now. Update for new object variable
8781         naming.
8782         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
8783         new object variable naming.
8784         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
8785         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
8786         (gst_v4l2src_get_caps): Rework to probe the device for supported
8787         frame sizes and frame rates.
8788         (gst_v4l2src_set_caps): Rework to be strict in the given
8789         parameters: if someone asks us to have a certain size and rate,
8790         that is what we configure.
8791         (gst_v4l2src_get_read): Update for object variable naming. Don't
8792         leak buffers on short reads.
8793         (gst_v4l2src_get_mmap): Update for object variable naming, and add
8794         comments.
8795         (gst_v4l2src_create): Update for object variable naming.
8796
8797 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8798
8799         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
8800         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
8801         * gst/avi/gstavidemux.h:
8802           Parse subtitle text streams instead of erroring out (#442034). Still
8803           needs a parser for the subtitles to actually show up.
8804
8805 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8806
8807         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
8808         (gst_avi_demux_loop):
8809           Make _push_event() return TRUE if the event could be pushed on at
8810           least one pad and not only if it could be pushed on all pads,
8811           otherwise we'll end up posting an error message on EOS if one or
8812           more source pads are not connected.
8813
8814 2007-05-28  Wim Taymans  <wim@fluendo.com>
8815
8816         * gst/rtsp/rtsptransport.c:
8817         Use renamed RTP bin.
8818
8819 2007-05-28  Wim Taymans  <wim@fluendo.com>
8820
8821         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
8822
8823         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8824         (gst_video_box_set_property), (gst_video_box_transform_caps),
8825         (video_box_recalc_transform), (gst_video_box_set_caps),
8826         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8827         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8828         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8829         (gst_video_box_i420_i420), (gst_video_box_transform),
8830         (plugin_init):
8831         Add AYUV->AYUV and AYUV->I420 formats. 
8832         Fix negotiation and I420->AYUV conversion.
8833         Fixes #429329.
8834
8835 2007-05-26  Wim Taymans  <wim@fluendo.com>
8836
8837         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8838         Use different variables for nested for loops so that the outer loop
8839         functions properly and speex files with multiple frames per buffer work
8840         properly.
8841         Fixes #441408.
8842
8843 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8844
8845         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8846           Don't leak newsegment events.
8847
8848 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8849
8850         * gst/wavparse/Makefile.am:
8851           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8852           drags it in.
8853
8854 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8855
8856         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8857         (notgst_value_array_append_buffer),
8858         (gst_flac_enc_process_stream_headers),
8859         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8860         (gst_flac_enc_change_state):
8861         * ext/flac/gstflacenc.h:
8862           Collect headers, add "streamheader" field to output caps and set
8863           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8864           produces output according to the official FLAC-to-Ogg mapping
8865           instead of completely broken files. Fixes #426044.
8866
8867 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8868
8869         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8870         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8871         (gst_id3demux_sink_event):
8872         * gst/id3demux/gstid3demux.h:
8873         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8874         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8875         (gst_tag_demux_send_new_segment):
8876         Handle and adjust new-segment events so that downstream really
8877         sees a stream with the tag pieces stripped off the front and back.
8878         Fixes strangeness in seeking when mp3 decoders use the new-segment
8879         byte position to estimate their current playback position timestamp
8880         and then the arriving buffers don't match up.
8881
8882 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8883
8884         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8885           Don't unnecessarily perform a READY->NULL->READY transition on the
8886           detected audio sink when starting up. Fixes: #440127
8887
8888 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8889
8890         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8891         (gst_flac_enc_chain):
8892           Don't crash in chain function if setcaps hasn't been called.
8893
8894 2007-05-24  Wim Taymans  <wim@fluendo.com>
8895
8896         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8897         Init value to avoid infinte loops.
8898
8899 2007-05-24  Wim Taymans  <wim@fluendo.com>
8900
8901         Patch by: Peter Kjellerstedt  <pkj at axis com>
8902
8903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8904         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8905         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8906         (gst_rtspsrc_play):
8907         (rtsp_connection_send), (rtsp_connection_receive):
8908         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8909         Fix for new API.
8910
8911         * gst/rtsp/rtspconnection.c: (add_auth_header),
8912         Only add authorisation and session headers when sending messages.
8913
8914         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8915         (rtsp_message_init_request), (rtsp_message_init_response),
8916         (rtsp_message_unset), (rtsp_message_add_header),
8917         (rtsp_message_remove_header), (rtsp_message_get_header),
8918         (rtsp_message_append_headers), (dump_key_value),
8919         (rtsp_message_dump):
8920         * gst/rtsp/rtspmessage.h:
8921         Add support for multiple headers of the same type by storing the parsed
8922         headers in a GArray instaed of a hashtable.
8923
8924 2007-05-21  Wim Taymans  <wim@fluendo.com>
8925
8926         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8927         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8928         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8929         safer shutdown.
8930
8931 2007-05-21  Wim Taymans  <wim@fluendo.com>
8932
8933         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8934         * gst/rtsp/gstrtpdec.h:
8935         Added signal for backwards compat.
8936
8937 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8938         
8939         Patch by: René Stadler <mail at renestadler dot de>
8940
8941         * configure.ac:
8942         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8943         (gst_au_parse_parse_header), (gst_au_parse_chain):
8944         * gst/auparse/gstauparse.h:
8945         Use audioconvert for converting from non-native endianness floats
8946         in auparse instead of doing it ourself. Fixes #424527.
8947         This needs the audioconvert from plugins-base CVS.
8948         
8949 2007-05-21  Wim Taymans  <wim@fluendo.com>
8950
8951         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8952         (gst_rtp_h263p_pay_flush):
8953         Fix enum registration.
8954
8955 2007-05-21  Wim Taymans  <wim@fluendo.com>
8956
8957         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8958
8959         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8960         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
8961         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
8962         (gst_rtp_h263p_pay_flush):
8963         * gst/rtp/gstrtph263ppay.h:
8964         Add new fragmentation mode base on GOB headers. Fixes #438940.
8965
8966 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
8967
8968         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
8969           Printf format fix.
8970
8971 2007-05-18  Wim Taymans  <wim@fluendo.com>
8972
8973         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8974         Don't crash when an unsupported transport error was returned by the
8975         server, just try to configure the next stream. Fixes #439255.
8976
8977 2007-05-18  Wim Taymans  <wim@fluendo.com>
8978
8979         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8980         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8981         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
8982         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8983         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
8984         * gst/rtsp/gstrtspsrc.h:
8985         Add TCP timeout property and use it for all TCP connection.
8986
8987         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8988         (rtsp_connection_write), (rtsp_connection_next_timeout),
8989         (rtsp_connection_reset_timeout):
8990         Make connect and writes cancelable and make them use the timeout.
8991
8992 2007-05-18  Wim Taymans  <wim@fluendo.com>
8993
8994         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8995         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8996         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8997         (gst_rtspsrc_setup_streams):
8998         Refactor timeout handling.
8999         Also send keep-alive when dealing with TCP transport.
9000
9001         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9002         (rtsp_connection_free), (rtsp_connection_next_timeout),
9003         (rtsp_connection_reset_timeout):
9004         * gst/rtsp/rtspconnection.h:
9005         Use a timer to handle the session timeouts, add some methods to deal
9006         with timeouts.
9007
9008 2007-05-17  Wim Taymans  <wim@fluendo.com>
9009
9010         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9011         (gst_rtspsrc_setup_streams):
9012         Ignore streams that fail the setup command, we will retry with a
9013         different transport later on.
9014
9015         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9016         (rtsp_ext_wms_configure_stream):
9017         Fix encoding name case.
9018
9019 2007-05-16  Edward Hervey  <edward@fluendo.com>
9020
9021         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9022         Fix build on macosx.
9023
9024 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9025
9026         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9027         Replace direct comparison of a string with the string literal "" with
9028         a comparison of the first character with '\0'. Fixes #438926.
9029
9030 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9031
9032         * gst/debug/breakmydata.c (gst_break_my_data_init):
9033           One more try. This should be the proper fix now.
9034
9035 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9036
9037         * gst/debug/breakmydata.c:
9038           Ooops, no // comments please.
9039
9040 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9041
9042         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9043         (gst_break_my_data_init):
9044           Fix gst_buffer_is_writable() assertion.
9045
9046 2007-05-14  David Schleef  <ds@schleef.org>
9047
9048         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9049           video/x-raw-bayer.  Fixes #314160.
9050
9051 2007-05-14  Wim Taymans  <wim@fluendo.com>
9052
9053         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9054         (gst_rtp_theora_depay_parse_configuration):
9055         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9056         (gst_rtp_theora_pay_finish_headers),
9057         (gst_rtp_theora_pay_handle_buffer):
9058         Update theora pay/depayloader in a similar to vorbis.
9059
9060         * gst/rtp/gstrtpvorbisdepay.c:
9061         (gst_rtp_vorbis_depay_parse_configuration):
9062         Update docs.
9063
9064 2007-05-14  Wim Taymans  <wim@fluendo.com>
9065
9066         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9067         When we try to execute a method that is not supported by the server,
9068         don't error out but remove the method from the accepted methods so that
9069         we never try to perform this method again.
9070
9071 2007-05-14  Wim Taymans  <wim@fluendo.com>
9072
9073         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9074         Remove annoying _dump_mem.
9075
9076 2007-05-14  Wim Taymans  <wim@fluendo.com>
9077
9078         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9079         Parse range correctly.
9080
9081         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9082         The baseurl now always has a '/' at the start.
9083
9084 2007-05-14  Wim Taymans  <wim@fluendo.com>
9085
9086         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9087         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9088         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9089         Factor out caps configuration and configure more stuff such as the time
9090         ranges and speed/scale values.
9091
9092         * gst/rtsp/rtsptransport.c:
9093         Add Copyright after non-trival fixes.
9094
9095 2007-05-12  Wim Taymans  <wim@fluendo.com>
9096
9097         Patch by: Peter Kjellerstedt  <pkj at axis com>
9098
9099         * gst/rtsp/gstrtspsrc.h:
9100         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9101         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9102         (rtsp_message_get_header):
9103         * gst/rtsp/rtspmessage.h:
9104         Make channel guint8 where possible.
9105         Make rtsp_message_init_data() take the channel as a guint8.
9106
9107         * gst/rtsp/rtspdefs.c:
9108         Fixed a typo: Timout -> Timeout
9109
9110         * gst/rtsp/rtspdefs.h:
9111         Make RTSP_CHECK() behave as a statement.
9112
9113         * gst/rtsp/sdpmessage.c:
9114         Avoid a compiler warning in INIT_ARRAY().
9115         Fixes #437692.
9116
9117 2007-05-12  Wim Taymans  <wim@fluendo.com>
9118
9119         Patch by: Peter Kjellerstedt  <pkj at axis com>
9120
9121         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9122         (rtsp_url_get_request_uri):
9123         * gst/rtsp/rtspurl.h:
9124         Add support for query parameters to RTSP URLs.
9125
9126 2007-05-12  Wim Taymans  <wim@fluendo.com>
9127
9128         Patch by: Peter Kjellerstedt  <pkj at axis com>
9129
9130         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9131         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9132         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9133         (rtsp_transport_parse), (rtsp_transport_as_text):
9134         * gst/rtsp/rtsptransport.h:
9135         Add validation to rtsp_transport_parse().
9136         Add rtsp_transport_as_text() to generate an RTSP header from an
9137         RTSPTransport.
9138         Change ssrc to guint (was a string) since that is what it is, even
9139         though it is sent as a hex string.
9140         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9141         incorrect, which can be seen when looking at the examples in the RFC).
9142         Fixes #437670.
9143
9144 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9145
9146         Patch by: Eric Anholt
9147
9148         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9149           gst_ximage_src_ximage_get):
9150         Use union of all damage between frames to make it faster.
9151         Fixes bug #342463.
9152         Also fix crasher when cursor is at bottom right of window.
9153
9154 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9155
9156         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9157           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9158           streaming mode regression for file from #343837 with 'bext' chunk
9159           before the 'fmt' chunk.
9160
9161 2007-05-11  Wim Taymans  <wim@fluendo.com>
9162
9163         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9164         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9165         (gst_rtspsrc_handle_src_event),
9166         (gst_rtspsrc_stream_configure_manager),
9167         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9168         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9169         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9170         * gst/rtsp/gstrtspsrc.h:
9171         * gst/rtsp/rtspdefs.h:
9172         Preliminary seek support.
9173         Activate internal pads so that we can receive events on them.
9174         Don't try to parse a range string when it's NULL.
9175
9176 2007-05-11  Wim Taymans  <wim@fluendo.com>
9177
9178         * gst/rtp/README:
9179         Update README with new RTP variables that will be used for
9180         synchronisation.
9181
9182         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9183         (gst_rtp_vorbis_depay_parse_configuration),
9184         (gst_rtp_vorbis_depay_process):
9185         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9186         (gst_rtp_vorbis_pay_finish_headers),
9187         (gst_rtp_vorbis_pay_handle_buffer):
9188         Update vorbis pay and depayloader to draft-04.
9189
9190 2007-05-11  Wim Taymans  <wim@fluendo.com>
9191
9192         * gst/rtsp/rtsptransport.c:
9193         UDP MCAST is actually the default for RTP/AVP.
9194 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9195
9196         * gst/level/gstlevel.c: (gst_level_transform_ip):
9197         Use guint8 * instead of gpointer then vs6 can build 
9198         in_data += (filter->width / 8).
9199
9200 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9201
9202         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9203           gst_ximage_src_ximage_get):
9204         * sys/ximage/gstximagesrc.h (last_ximage):
9205         When using Damage actually keep the last frame, and not assume
9206         that the buffer we get already has the last frame on it.
9207         Copy the cursor over if we specify a non-zero start x and
9208         start y.
9209
9210 2007-05-11  Wim Taymans  <wim@fluendo.com>
9211
9212         * gst/rtsp/rtsptransport.c:
9213         Make UDP the default transport when not specified.
9214
9215 2007-05-09  David Schleef  <ds@schleef.org>
9216
9217         * gst/level/gstlevel.c:
9218           Revert last change.
9219
9220 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9221
9222         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9223         (gst_level_transform_ip):
9224         Use guint8 * instead of gpointer then vs6 know the size of data
9225         pointed when moving the pointer.
9226         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9227         Move instructions after variables declaration.
9228         * win32/vs6/autogen.dsp:
9229         * win32/vs6/libgstrtp.dsp:
9230         * win32/vs6/libgstrtsp.dsp:
9231         Update vs6 project files.
9232
9233 2007-05-09  Wim Taymans  <wim@fluendo.com>
9234
9235         * gst/rtsp/Makefile.am:
9236         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9237         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9238         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9239         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9240         (rtsp_range_free):
9241         * gst/rtsp/rtsprange.h:
9242         Add code to parse time ranges.
9243         Report DURATION on the stream when possible.
9244
9245 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9246
9247         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9248         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9249         (gst_videomixer_collected):
9250           Fix strides calculation for AYUV (it's just width*4) (#436910).
9251
9252 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9253
9254         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9255         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9256         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9257         Sync the GObject properties before each processing step to properly
9258         work with the controller.
9259
9260 2007-05-04  Wim Taymans  <wim@fluendo.com>
9261
9262         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9263         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9264         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9265         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9266         (gst_rtspsrc_change_state):
9267         Let more error state trickle down so that we can catch more error
9268         cases.
9269         Handle keep-alive a little smarter by selecting a method the server
9270         actually supports.
9271         Fix a race in UDP streaming shutdown.
9272
9273 2007-05-04  Wim Taymans  <wim@fluendo.com>
9274
9275         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9276         Ignore errors when trying to use the keep-alive messages.
9277
9278 2007-05-04  Wim Taymans  <wim@fluendo.com>
9279
9280         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9281         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9282         (gst_rtspsrc_stream_configure_manager),
9283         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9284         (gst_rtspsrc_stream_configure_mcast),
9285         (gst_rtspsrc_stream_configure_udp),
9286         (gst_rtspsrc_stream_configure_udp_sink),
9287         (gst_rtspsrc_stream_configure_transport):
9288         Send RTCP messages back to the server over the TCP connection.
9289
9290         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9291         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9292         (rtsp_connection_receive):
9293         * gst/rtsp/rtspconnection.h:
9294         Factor out and expose lowlevel _write and _read methods.
9295         Implement sending data messages to the server.
9296
9297 2007-05-03  Wim Taymans  <wim@fluendo.com>
9298
9299         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9300         (gst_multipart_mux_collected):
9301         Fix timestamps on outgoing buffers.
9302
9303 2007-05-03  Wim Taymans  <wim@fluendo.com>
9304
9305         * gst/multipart/multipartmux.c:
9306         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9307         (gst_multipart_mux_change_state):
9308         Emit NEWSEGMENT events before pushing the first buffer.
9309
9310 2007-05-03  Wim Taymans  <wim@fluendo.com>
9311
9312         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9313         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9314         (gst_rtspsrc_handle_src_query),
9315         (gst_rtspsrc_stream_configure_manager),
9316         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9317         (gst_rtspsrc_stream_configure_mcast),
9318         (gst_rtspsrc_stream_configure_udp),
9319         (gst_rtspsrc_stream_configure_udp_sink),
9320         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9321         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9322         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9323         (gst_rtspsrc_pause):
9324         Refactor transport configuration code.
9325         Create internal pads for TCP transport so that we can implement events
9326         and queries.
9327         Handle events and queries.
9328         Parse range from the SDP.
9329         Fix race in pause handler where the connection could still be flushing.
9330
9331 2007-05-02  Wim Taymans  <wim@fluendo.com>
9332
9333         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9334         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9335         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9336         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9337         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9338         (gst_rtspsrc_change_state):
9339         * gst/rtsp/gstrtspsrc.h:
9340         Fix race when multiple udp sources post timeouts, just act on the first
9341         received timeout.
9342         Protect stream list with a recursive lock to fix some races.
9343         Flush connection when we need to do a reconnect or stop.
9344         Make state lock recursive.
9345
9346         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9347         (rtsp_connection_close):
9348         Some small cleanups.
9349
9350 2007-05-02  Wim Taymans  <wim@fluendo.com>
9351
9352         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9353         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9354         Only set DISCONT when there actually is a discont or when we just
9355         started.
9356
9357 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9358
9359         * ext/flac/gstflac.c: (plugin_init):
9360         Call bindtextdomain() to get localized strings.
9361
9362 2007-05-02  Wim Taymans  <wim@fluendo.com>
9363
9364         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9365         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9366         (gst_wavparse_stream_data):
9367         * gst/wavparse/gstwavparse.h:
9368         Be a bit more clever when dealing with VBR files with FACT tags, we
9369         don't want to timestamp buffers in that case but the estimated BPS can
9370         be used for seeking.
9371         Only send close segment in the streaming thread.
9372
9373 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9374
9375         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9376         Correctly post an error on the bus if something went wrong in the loop
9377         function. This fixes a few cases where the task was paused and nothing
9378         happened anymore.
9379
9380 2007-05-02  Wim Taymans  <wim@fluendo.com>
9381
9382         * gst/rtsp/test.c: (main):
9383         Fix compilation of deprecated test just because I'm too lazy to delete
9384         it.
9385
9386 2007-05-02  Wim Taymans  <wim@fluendo.com>
9387
9388         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9389         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9390         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9391         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9392         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9393         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9394         * gst/rtsp/gstrtspsrc.h:
9395         Fix sending RTCP to the right place.
9396         Fix bug in reffing the wrong UDP element.
9397         Use new pad names for the session manager.
9398         Implement handling server requests in interleaved and UDP modes.
9399         Handle session keep-alive in UDP modes.
9400         Remove GCond for handling UDP timeouts.
9401
9402         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9403         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9404         (rtsp_connection_receive), (rtsp_connection_close):
9405         * gst/rtsp/rtspconnection.h:
9406         Store connection IP address for later.
9407         Add timeout args to all operations that might block forever.
9408         Parse session timeout.
9409         Only close sockets when not already closed.
9410
9411         * gst/rtsp/rtspdefs.c:
9412         * gst/rtsp/rtspdefs.h:
9413         Add timeout return value and error string.
9414
9415         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9416         Add small comment.
9417
9418 2007-05-01  Wim Taymans  <wim@fluendo.com>
9419
9420         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9421
9422         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9423         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9424         * gst/rtp/gstrtpmp4vpay.h:
9425         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9426
9427 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9428
9429         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9430           Remove v4l2src from docs, since it breaks the docs build, and the
9431           plugin is only built if --enable-experimental is used anyway.
9432
9433         * docs/plugins/Makefile.am:
9434           Spaces => tab.
9435
9436 2007-04-29  Wim Taymans  <wim@fluendo.com>
9437
9438         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9439         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9440         Add code to drop membership of a multicast group.
9441
9442         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9443         (gst_udpsink_set_uri):
9444         Implement URI handler.
9445
9446         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9447         (gst_rtspsrc_parse_rtpinfo):
9448         Use URI handler to make udpsink instace.
9449         Improve code to configure port and destination.
9450
9451 2007-04-29  Wim Taymans  <wim@fluendo.com>
9452
9453         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9454         Fix multicast detection.
9455         Don't try to join a multicast group if the address is not multicast.
9456
9457         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9458         Small debug improvement.
9459
9460 2007-04-27  Wim Taymans  <wim@fluendo.com>
9461
9462         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9463         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9464         (gst_rtspsrc_handle_message):
9465         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9466         parent.
9467
9468 2007-04-27  Wim Taymans  <wim@fluendo.com>
9469
9470         * gst/rtp/gstrtpilbcdepay.h:
9471         Fix mode property when specified as an arg.
9472
9473 2007-04-26  Edward Hervey  <edward@fluendo.com>
9474
9475         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9476         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9477         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9478         * docs/plugins/inspect/plugin-osxaudio.xml:
9479         Add documentation for osxaudio plugin.
9480
9481 2007-04-26  Wim Taymans  <wim@fluendo.com>
9482
9483         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9484         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9485         (gst_rtspsrc_open), (gst_rtspsrc_close),
9486         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9487         (gst_rtspsrc_pause):
9488         * gst/rtsp/gstrtspsrc.h:
9489         Protect state changes with a lock.
9490
9491         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9492         (parse_line):
9493         * gst/rtsp/rtspconnection.h:
9494         Remove some unused stuff.
9495
9496 2007-04-26  Wim Taymans  <wim@fluendo.com>
9497
9498         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9499         Handle the case where there are exactly 0 bytes to read and the ioctl
9500         did not report an error. Fixes #433530.
9501
9502 2007-04-26  Wim Taymans  <wim@fluendo.com>
9503
9504         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9505         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9506         * gst/wavparse/gstwavparse.h:
9507         Apply DISCONT to buffers.
9508         Only apply timestamp to the first sample after a DISCONT, too many VBR
9509         files cause random jitter in the timestamps. Fixes #433119.
9510
9511 2007-04-25  Wim Taymans  <wim@fluendo.com>
9512
9513         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9514         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9515         (gst_rtp_dec_get_property):
9516         * gst/rtsp/gstrtpdec.h:
9517         Add dummy latency property to be backwards compat with rtpbin.
9518
9519         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9520         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9521         (gst_rtspsrc_stream_configure_transport),
9522         (gst_rtspsrc_parse_rtpinfo):
9523         * gst/rtsp/gstrtspsrc.h:
9524         Add latency property and configure in the session manager.
9525         Don't set invalid clock-base and seqnum-base on caps, some servers
9526         sometimes don't send them.
9527
9528 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9529
9530         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9531         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9532           Double-check that RGB input caps are really RGBA caps (apparently
9533           the core doesn't always catch it if those caps aren't a subset of
9534           our template caps, also see #421543). Fixes #429319 in a way.
9535           Also, don't leak the pad template in the transform_caps function.
9536
9537         * tests/check/Makefile.am:
9538         * tests/check/elements/.cvsignore:
9539         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9540         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9541         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9542         (GST_START_TEST), (alphacolor_suite):
9543           Add some basic unit tests for alphacolor.
9544
9545 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9546
9547         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9548           If we get a fatal flow return in the loop function, first post the
9549           error message and only then send the EOS event downstream, otherwise
9550           applications might get an eos message before the error message and
9551           think everything was ok (related to #429319).
9552
9553 2007-04-25  Wim Taymans  <wim@fluendo.com>
9554
9555         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9556         Read the channel byte as an unsigned byte.
9557
9558 2007-04-25  Wim Taymans  <wim@fluendo.com>
9559
9560         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9561         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9562         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9563         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9564         (gst_rtp_gsm_depay_setcaps):
9565         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9566         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9567         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9568         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9569         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9570         (gst_ilbc_depay_get_property):
9571         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9572         * gst/rtp/gstrtpmp4adepay.c:
9573         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9574         (gst_rtp_pcma_depay_setcaps):
9575         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9576         (gst_rtp_pcmu_depay_setcaps):
9577         Make sure we configure the clock_rate in the baseclass in the setcaps
9578         function. Fixes #431282.
9579
9580 2007-04-25  Wim Taymans  <wim@fluendo.com>
9581
9582         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9583         (gst_rtspsrc_stream_free), (request_pt_map),
9584         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9585         * gst/rtsp/gstrtspsrc.h:
9586         Parse server address from SDP.
9587         Hook up a udpsink to send RTCP back to the server.
9588
9589         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9590         * gst/rtsp/rtsptransport.h:
9591         Add some docs.
9592
9593 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9594
9595         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9596           Make header field check conditional. Fixes #433135
9597
9598 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9599
9600         * docs/plugins/Makefile.am:
9601         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9602         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9603         * docs/plugins/inspect/plugin-alphacolor.xml:
9604         * gst/alpha/Makefile.am:
9605         * gst/alpha/gstalphacolor.c:
9606         * gst/alpha/gstalphacolor.h:
9607           Add minimal docs blurb to alphacolor; split out headers into
9608           separate header file for gtk-doc.
9609
9610 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9611
9612         * gst/debug/progressreport.c: (gst_progress_report_report):
9613           Don't try to post NULL message (in case we can't query upstream
9614           position or duration).
9615
9616 2007-04-18  Michael Smith  <msmith@fluendo.com>
9617
9618         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9619         (gst_cutter_get_caps):
9620         * gst/cutter/gstcutter.h:
9621           Fix some of the most obvious bugs in cutter. Now doesn't leak
9622           everything if input is silent.
9623
9624 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9625
9626         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9627         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9628         * gst/wavenc/gstwavenc.h:
9629         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9630         else results in a invalid block align and invalid files.
9631
9632 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9633
9634         Patch by: Snaik <snaik32 gmail com>
9635
9636         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9637           Add missing break statement for BOX_HORIZONTAL case.
9638
9639 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9640
9641         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9642
9643         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9644         Use correct format strings for integer types.
9645
9646 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9647
9648         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9649         (gst_wavparse_create_sourcepad):
9650         Use gst_riff_create_audio_template_caps () instead of the local caps.
9651         This makes updates of the local caps unecessary whenever libgstriff
9652         gets support for new formats.
9653
9654 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
9655
9656         Patch by: Brian Cameron  <brian.cameron at sun dot com>
9657
9658         * sys/sunaudio/gstsunaudio.c:
9659         * sys/sunaudio/gstsunaudiomixer.c:
9660         * sys/sunaudio/gstsunaudiomixer.h:
9661         * sys/sunaudio/gstsunaudiomixerctrl.c:
9662         * sys/sunaudio/gstsunaudiomixerctrl.h:
9663         * sys/sunaudio/gstsunaudiomixertrack.h:
9664         * sys/sunaudio/gstsunaudiosink.c:
9665         * sys/sunaudio/gstsunaudiosink.h:
9666         * sys/sunaudio/gstsunaudiosrc.c:
9667         * sys/sunaudio/gstsunaudiosrc.h:
9668           Fix and/or update copyright attributions (#430228).
9669
9670 2007-04-13  Wim Taymans  <wim@fluendo.com>
9671
9672         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9673         Fix docs.
9674
9675         * gst/rtsp/URLS:
9676         Add some more example urls.
9677
9678         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9679         (gst_rtp_dec_chain_rtp):
9680         Better debugging.
9681
9682         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
9683         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9684         (gst_rtspsrc_parse_rtpinfo):
9685         Remove unused code.
9686
9687 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9688
9689         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9690         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9691         (gst_wavparse_stream_data):
9692           Relax the audio/mpeg caps again and add FIXME: comment.
9693
9694 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9695
9696         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9697         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9698         (gst_wavparse_stream_data):
9699         * gst/wavparse/gstwavparse.h:
9700           More sanity check for the header fields. Fix type for 'rate' header
9701           field.
9702
9703 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9704
9705         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
9706         (gst_icydemux_unicodify):
9707           If the metadata strings we get in the stream are not UTF-8, try to
9708           interpret them according to the character encodings specified in the
9709           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
9710           only fall back to locale/ISO-8859-1 if those aren't set or don't
9711           work. Should fix #428901.
9712
9713 2007-04-12  Wim Taymans  <wim@fluendo.com>
9714
9715         * gst/rtp/gstrtph264depay.c:
9716         Use the proper sync word for SPS and PPS.
9717
9718 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9719
9720         * gst/rtp/Makefile.am:
9721         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
9722           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
9723         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
9724           Add a simple hashing implementation that we can use to generate
9725           a 24-bit ident value based on the codebooks for vorbis and theora.
9726         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
9727           gst_rtp_theora_pay_handle_buffer):
9728         * gst/rtp/gstrtpvorbisdepay.c
9729           (gst_rtp_vorbis_depay_parse_configuration,
9730           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
9731         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
9732           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
9733           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
9734           Use the hashing function, ensuring that the same codebooks result
9735           in the same ident and thus the same SDP description.
9736           Various log fixes/changes.
9737
9738 2007-04-12  Wim Taymans  <wim@fluendo.com>
9739
9740         Patch by: jerry tan <jerry dot tan at sun dot com>
9741
9742         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9743         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
9744         application's responsibility to make sure it open the device once.
9745         Remove a careless error if AUDIODEV is set. Fixes #392620.
9746
9747 2007-04-12  Wim Taymans  <wim@fluendo.com>
9748
9749         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9750         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
9751         * gst/rtsp/gstrtpdec.h:
9752         Make backward compat with rtpbin by adding the request-pt-map signals.
9753
9754         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9755         (new_session_pad), (request_pt_map),
9756         (gst_rtspsrc_stream_configure_transport),
9757         (gst_rtspsrc_stream_configure_caps),
9758         (gst_rtspsrc_activate_streams):
9759         * gst/rtsp/gstrtspsrc.h:
9760         Implement request-pt-map signals instead of setting caps on the buffers
9761         for the session manager.
9762
9763 2007-04-11  Wim Taymans  <wim@fluendo.com>
9764
9765         * gst/udp/gstudp.c: (plugin_init):
9766         Register GstNetBuffer in plugin_init so that the type can be used from
9767         multiple threads without races.
9768
9769 2007-04-10  Wim Taymans  <wim@fluendo.com>
9770
9771         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9772         (gst_rtp_amr_depay_process):
9773         Fix depayloader clock_rate and some cleanups.
9774
9775         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
9776         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9777         * gst/rtp/gstrtph264depay.h:
9778         Don't push codec_data in the adapter because it might get flushed when
9779         we get a discont.
9780
9781         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9782         Handle multiple AU per packet.
9783
9784         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
9785         (gst_rtp_sv3v_depay_plugin_init):
9786         Disable rank, this one does not work.
9787         Remove timestamping, base class does that.
9788
9789 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
9790
9791         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9792           limit caps to the formats we announce in the template
9793
9794         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9795         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9796         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
9797           fix some crashers/asserts when dealing with broken files
9798
9799 2007-04-10  Wim Taymans  <wim@fluendo.com>
9800
9801         Patch by: Peter Kjellerstedt  <pkj at axis com>
9802
9803         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9804         * gst/rtp/gstrtpL16depay.c:
9805         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9806         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9807         (gst_rtp_speex_depay_setcaps):
9808         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9809         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
9810         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9811         Fix some compiler warnings. Fixes #428182.
9812
9813 2007-04-06  Wim Taymans  <wim@fluendo.com>
9814
9815         * gst/rtsp/Makefile.am:
9816         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9817         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9818         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9819         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9820         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9821         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9822         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9823         (create_rtcp), (gst_rtp_dec_request_new_pad),
9824         (gst_rtp_dec_release_pad):
9825         * gst/rtsp/gstrtpdec.h:
9826         * gst/rtsp/gstrtsp.c: (plugin_init):
9827         Morph RTPDec into something compatible with RTPBin as a fallback.
9828         Various other style fixes.
9829
9830         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9831         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9832         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9833         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9834         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9835         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9836         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9837         * gst/rtsp/gstrtspsrc.h:
9838         Implement RTPBin session manager handling.
9839         Don't try to add empty properties to caps.
9840         Implement fallback session manager, handling.
9841         Don't combine errors from RTCP streams, just ignore them.
9842
9843         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9844         * gst/rtsp/rtsptransport.h:
9845         Implement fallback session manager.
9846         Make RTPBin the default one when available.
9847
9848 2007-04-05  Wim Taymans  <wim@fluendo.com>
9849
9850         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9851         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9852         This element is ready to be autoplugged.
9853
9854 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9855
9856         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9857         Don't leave the offsets defined by upstream element on the
9858         compressed data buffer we are pushing downstream. Make them
9859         GST_BUFFER_OFFSET_NONE.
9860
9861 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9862
9863         * gst/avi/README:
9864         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9865         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9866         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9867         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9868         (gst_avi_demux_calculate_durations_from_index),
9869         (gst_avi_demux_stream_header_push),
9870         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9871         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9872           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9873
9874 2007-04-03  Wim Taymans  <wim@fluendo.com>
9875
9876         * gst/smpte/barboxwipes.c:
9877         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9878
9879 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9880
9881         * gst/wavparse/gstwavparse.c:
9882         Support audio/x-raw-float in wav files. This only works with
9883         plugins-base CVS, using an older version doesn't have any
9884         disadvantages though.
9885
9886 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9887
9888         * configure.ac:
9889         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9890         (gst_au_parse_parse_header), (gst_au_parse_chain):
9891         * gst/auparse/gstauparse.h:
9892         Revert last change as we don't want plugins-good to depend on
9893         plugins-base CVS now.
9894
9895 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9896
9897         * configure.ac:
9898         Require gst-plugins-base CVS for audioconvert with non-native
9899         float support and width/depth fix in libgstriff.
9900
9901         Patch by: René Stadler <mail at renestadler dot de>
9902
9903         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9904         (gst_au_parse_parse_header), (gst_au_parse_chain):
9905         * gst/auparse/gstauparse.h:
9906         Don't swap the floats ourself if they're not in native endianness.
9907         Instead let audioconvert handle this. Fixes #339838.
9908
9909 2007-03-29  Wim Taymans  <wim@fluendo.com>
9910
9911         * gst/rtp/gstasteriskh263.h:
9912         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9913         (gst_rtp_h263p_depay_change_state):
9914         * gst/rtp/gstrtph263pdepay.h:
9915         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9916         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9917         (gst_rtp_h264_depay_change_state):
9918         * gst/rtp/gstrtph264depay.h:
9919         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9920         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9921         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9922         Flush adapter on disconts.
9923
9924 2007-03-29  Wim Taymans  <wim@fluendo.com>
9925
9926         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9927         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9928         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9929         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9930         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9931         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9932         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9933         (gst_rtp_mp4v_depay_process):
9934         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9935         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9936         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9937         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9938         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9939         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
9940         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
9941         Use more efficient adapter and rtpbuffer methods when possible.
9942
9943 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9944
9945         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9946         (gst_wavenc_sink_setcaps):
9947         Correctly handle width!=depth input.
9948         * gst/wavparse/gstwavparse.c:
9949         Already export in the caps that width==8 uses unsigned samples and
9950         everything else uses signed samples.
9951
9952 2007-03-29  Wim Taymans  <wim@fluendo.com>
9953
9954         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9955
9956         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
9957         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
9958         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
9959         (gst_dynudpsink_close):
9960         * gst/udp/gstdynudpsink.h:
9961         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9962         (gst_udpsrc_create), (gst_udpsrc_set_property),
9963         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
9964         * gst/udp/gstudpsrc.h:
9965         Rework the socket allocation a bit based on the sockfd argument so that
9966         it becomes usable.
9967         Add a closefd property to instruct the udp elements to close the custom
9968         file descriptors when going to READY. Fixes #423304.
9969         API:GstUDPSrc::closefd property
9970         API:GstDynUDPSink::closefd property
9971
9972 2007-03-29  Wim Taymans  <wim@fluendo.com>
9973
9974         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9975
9976         * gst/rtp/Makefile.am:
9977         * gst/rtp/gstrtp.c: (plugin_init):
9978         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
9979         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
9980         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
9981         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
9982         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
9983         (gst_rtp_h264_pay_plugin_init):
9984         * gst/rtp/gstrtph264pay.h:
9985         Added H264 payloader. Fixes #423782.
9986
9987         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9988         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9989         Small fixes.
9990
9991 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9992
9993         * gst/wavparse/gstwavparse.c:
9994         Actually support depths from 1 to 32, not only 8 to 32.
9995
9996 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9997
9998         * gst/wavparse/gstwavparse.c:
9999         Add support for wav files containing audio/x-raw-int with random
10000         depths between 1 and 32 bits.
10001
10002 2007-03-28  Wim Taymans  <wim@fluendo.com>
10003
10004         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10005
10006         * gst/rtp/Makefile.am:
10007         * gst/rtp/gstrtp.c: (plugin_init):
10008         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10009         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10010         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10011         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10012         (gst_rtp_mp4a_depay_get_property),
10013         (gst_rtp_mp4a_depay_change_state),
10014         (gst_rtp_mp4a_depay_plugin_init):
10015         * gst/rtp/gstrtpmp4adepay.h:
10016         Added MP4A-LATM depayloader. Fixes #417792.
10017
10018         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10019         (gst_rtp_mp4v_depay_process):
10020         Fixup depayloader, setting codec_data, using more efficient adaptor and
10021         rtpbuffer handling.
10022
10023         * gst/rtsp/URLS:
10024         Add url to test above.
10025
10026 2007-03-25  Wim Taymans  <wim@fluendo.com>
10027
10028         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10029         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10030         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10031         (gst_rtspsrc_media_to_caps),
10032         (gst_rtspsrc_stream_configure_transport),
10033         (gst_rtspsrc_stream_configure_caps),
10034         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10035         * gst/rtsp/gstrtspsrc.h:
10036         Handle default clock-rates for static payload types, rearrange stuff so
10037         that the rtpmap field in the sdp can override the defaults.
10038         Parse RTP-Info field to get the seqnum and timebase fields that should
10039         go in the caps.
10040         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10041         the server. 
10042
10043 2007-03-22  Wim Taymans  <wim@fluendo.com>
10044
10045         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10046
10047         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10048         Accept complex pipeline descriptions as an audio profile instead of just
10049         a single element. Fixes #420658.
10050
10051 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10052
10053         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10054           Rename registered type in preparation of GstTagDemux moving to
10055           -base at some point in the future.
10056
10057 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10058
10059         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10060           Streaming mode fixes: don't unref buffer we don't own any longer;
10061           remove bogus adapter flush. Fixes #419338.
10062
10063 2007-03-17  David Schleef  <ds@schleef.org>
10064
10065         * REQUIREMENTS: Change the format to key/value, add a bunch of
10066           information, remove a bunch of requirements that are for
10067           other GStreamer packages.
10068
10069 2007-03-17  David Schleef  <ds@schleef.org>
10070
10071         * REQUIREMENTS: Fix a few things.  This file really needs a
10072         good once-over.
10073
10074 2007-03-15  Edward Hervey  <edward@fluendo.com>
10075
10076         * sys/Makefile.am:
10077         Don't forget to distribute the sys/osxaudio/ directory.
10078
10079 2007-03-15  Edward Hervey  <edward@fluendo.com>
10080
10081         * configure.ac:
10082         * sys/Makefile.am:
10083         * sys/osxaudio/Makefile.am:
10084         * sys/osxaudio/gstosxaudio.c:
10085         * sys/osxaudio/gstosxaudiosink.c:
10086         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10087         (gst_osx_audio_sink_getcaps),
10088         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10089         * sys/osxaudio/gstosxaudiosrc.c:
10090         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10091         (gst_osx_audio_src_create_ringbuffer):
10092         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10093         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10094         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10095         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10096         * sys/osxaudio/gstosxringbuffer.h:
10097         Activate osxaudio in gst-plugins-good with proper build setup.
10098         Add inlined documentation.
10099         Fix debug statements
10100         Fix ringbuffer when pausing.
10101         Fixes #323471
10102
10103 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10104         * gst/rtp/gstrtppcmapay.c:
10105         * gst/rtp/gstrtppcmapay.h:
10106         * gst/rtp/gstrtppcmupay.c:
10107         * gst/rtp/gstrtppcmupay.h:
10108         Ported mulaw and alaw payloaders to use new base class
10109
10110 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10111
10112         * po/af.po:
10113         * po/az.po:
10114         * po/cs.po:
10115         * po/en_GB.po:
10116         * po/it.po:
10117         * po/nl.po:
10118         * po/or.po:
10119         * po/sq.po:
10120         * po/sr.po:
10121         * po/sv.po:
10122         * po/uk.po:
10123         * po/vi.po:
10124           Update translations.
10125
10126 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10127
10128         * configure.ac:
10129           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10130
10131 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10132
10133         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10134           Fix handling of -1 values for start and stop values when seeking,
10135           and SEEK_CUR+SEEK_END here as well.
10136
10137 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10138
10139         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10140           Fix handling of -1 values for start and stop values when seeking, 
10141           and SEEK_CUR+SEEK_END.
10142
10143 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10144
10145         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10146           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10147           the image format a variable-length NUL-terminated string; in
10148           versions before that the image format is a fixed-length string of
10149           3 characters (see #348644 for a sample tag).
10150           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10151
10152 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10153
10154         * win32/MANIFEST:
10155         Add new project files to MANIFEST.
10156         * win32/vs6/libgstaudiofx.dsp:
10157         * win32/vs6/libgstrtp.dsp:
10158         * win32/vs6/libgstrtsp.dsp:
10159         Update project files.
10160         
10161 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10162
10163         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10164         (gst_avi_demux_parse_index):
10165         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10166         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10167           Printf format fixes; also add some missing quotes in translated
10168           strings. Fixes #416728 and #416727.
10169
10170 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10171
10172         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10173           Tim and I can't think of any reason the child audio sink needs to 
10174           be set back to NULL after successfully determining that it can 
10175           reach READY - it gets immediately set back to READY by the caller
10176           anyway, causing an unnecessary close/open of any audio devices
10177           involved.
10178
10179 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10180
10181         * po/LINGUAS:
10182         * po/ja.po:
10183           Add ja.po file from #377306.
10184
10185 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10186
10187         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10188         * sys/sunaudio/gstsunaudiomixertrack.c:
10189         (gst_sunaudiomixer_track_new):
10190           Actually translate sunaudio mixer track labels instead of just
10191           marking the strings as translatable (#377306); clean up weird
10192           label string mapping code that serves no apparent purpose. Also
10193           set the 'untranslated-label' property when creating mixer tracks
10194           if the GstMixerTrack base class supports this.
10195
10196         * tests/check/Makefile.am:
10197         * tests/check/elements/.cvsignore:
10198         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10199         (sunaudio_suite):
10200           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10201           actually tested on a system where sunaudiomixer is available).
10202
10203 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10204
10205         * tests/check/Makefile.am:
10206         Re-enable the states test and see if it works on the buildbots.
10207
10208 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10209
10210         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10211         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10212         (gst_dvdec_change_state):
10213         * ext/dv/gstdvdec.h:
10214         Infer pixel-aspect-ratio from the video frame format if it isn't
10215         provided by the container, as happens when playing DV from AVI
10216         or Quicktime containers.
10217
10218         Patch by: Wim Taymans <wim@fluendo.com>
10219         Fixes #380944
10220
10221 2007-03-09  Wim Taymans  <wim@fluendo.com>
10222
10223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10224         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10225         will later be handled by the jitterbuffer.
10226
10227 2007-03-09  Wim Taymans  <wim@fluendo.com>
10228
10229         * ext/taglib/gstid3v2mux.cc:
10230         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10231         Fixes #414496.
10232         
10233         Patch by: Alex Lancaster <alexl at users sourceforge net>
10234
10235 2007-03-09  Wim Taymans  <wim@fluendo.com>
10236
10237         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10238         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10239         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10240         (gst_avi_demux_chain):
10241         Fix stream position reporting after a seek. Fixes #416445.
10242
10243 2007-03-08  Wim Taymans  <wim@fluendo.com>
10244
10245         Patch by: René Stadler <mail at renestadler dot de>
10246
10247         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10248         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10249         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10250         Make avidemux accept optional header chunks in any order.
10251         Fixes #415446.
10252
10253 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10254
10255         * tests/check/Makefile.am:
10256         Disable the states check until the remaining Valgrind errors
10257         are fixed or suppressed.
10258
10259 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10260
10261         * tests/check/elements/.cvsignore:
10262           Add audiodynamic check to .cvsignore
10263
10264 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10265
10266         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10267
10268         * gst/audiofx/Makefile.am:
10269         * gst/audiofx/audiodynamic.c:
10270         (gst_audio_dynamic_characteristics_get_type),
10271         (gst_audio_dynamic_mode_get_type),
10272         (gst_audio_dynamic_set_process_function),
10273         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10274         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10275         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10276         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10277         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10278         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10279         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10280         (gst_audio_dynamic_transform_hard_knee_expander_int),
10281         (gst_audio_dynamic_transform_hard_knee_expander_float),
10282         (gst_audio_dynamic_transform_soft_knee_expander_int),
10283         (gst_audio_dynamic_transform_soft_knee_expander_float),
10284         (gst_audio_dynamic_transform_ip):
10285         * gst/audiofx/audiodynamic.h:
10286         * gst/audiofx/audiofx.c: (plugin_init):
10287         Add new audiodynamic element which can act as a compressor or
10288         expander. Supported are hard-knee and soft-knee operation modes with
10289         user-specified ratio and threshold.
10290         Attack and release parameters are not yet implemented but will follow.
10291         * docs/plugins/Makefile.am:
10292         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10293         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10294         * docs/plugins/gst-plugins-good-plugins.args:
10295         * docs/plugins/inspect/plugin-audiofx.xml:
10296         Integrate audiodynamic into the docs.
10297         * tests/check/Makefile.am:
10298         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10299         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10300         Add unit test for audiodynamic.
10301
10302 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10303
10304         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10305         Free handles that we allocated when exiting via the error paths.
10306
10307 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10308
10309         * gst/level/gstlevel.c: (gst_level_class_init),
10310         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10311         (gst_level_transform_ip):
10312         * gst/level/gstlevel.h:
10313           Resolve message timestamps against the playback segment.
10314
10315 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10316
10317         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10318         (gst_id3demux_sink_activate):
10319           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10320           caps passed to it (previously one code path assumed it took ownership
10321           while another one assumed it didn't, while in fact it sometimes did and
10322           sometimes didn't ...).
10323
10324         * configure.ac:
10325         * tests/files/Makefile.am:
10326         * tests/files/id3-407349-1.tag:
10327         * tests/files/id3-407349-2.tag:
10328           Add directory where data for unit tests can be stored.
10329
10330         * tests/Makefile.am:
10331         * tests/check/Makefile.am:
10332         * tests/check/elements/.cvsignore:
10333         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10334         (read_tags_from_file), (run_check_for_file),
10335         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10336           Add unit test for id3demux, and in particular for bug #407349. Only
10337           testing pull-mode for now; push mode doesn't work yet because the test
10338           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10339
10340 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10341
10342         * tests/check/Makefile.am:
10343           Add missing backslash at end of line.
10344
10345 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10346
10347         Trigger rebuild.
10348
10349 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10350
10351         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10352         * gst/id3demux/id3tags.h:
10353         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10354         (parse_obsolete_tdat_frame):
10355           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10356           the four-digit number will be interpreted as a year, whereas it is
10357           month and day in DDMM format. Instead, parse TDAT frames and fix up
10358           the date in the GST_TAG_DATE tag later if we also extracted a year.
10359           Fixes #407349.
10360
10361 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10362
10363         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10364         (gst_switch_commit_new_kid):
10365         Fix up the dispose logic so it doesn't leak, and fix setting of 
10366         the child state so that we don't set a child to our current state 
10367         just as we are changing it to something else.
10368
10369 2007-03-06  Wim Taymans  <wim@fluendo.com>
10370
10371         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10372         (gst_goom_chain):
10373         * gst/goom/gstgoom.h:
10374         Document, fix and improve goom adapter behaviour.
10375         Fixes #407006.
10376
10377 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10378
10379         * ext/esd/esdsink.c: (gst_esdsink_open):
10380         Unref static pad template after using it.
10381
10382 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10383
10384         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10385         (gst_switch_commit_new_kid):
10386         Fix up the reference counting of the child elements.
10387
10388 2007-03-05  Wim Taymans  <wim@fluendo.com>
10389
10390         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10391         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10392         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10393         Fix encoding-name case.
10394
10395 2007-03-05  Wim Taymans  <wim@fluendo.com>
10396
10397         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10398         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10399         (gst_rtp_speex_depay_process):
10400         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10401         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10402         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10403         (gst_rtp_speex_pay_change_state):
10404         * gst/rtp/gstrtpspeexpay.h:
10405         Fix speex (de)payloader. Fixes #358040.
10406
10407 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10408
10409         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10410         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10411         Install fakesink in NULL by fixing some broken logic. This obviates
10412         the need to manually set _IS_SINK.
10413         Add some comments and remove a little cruft while I'm at it.
10414
10415 2007-03-05  Wim Taymans  <wim@fluendo.com>
10416
10417         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10418         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10419
10420 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10421
10422         * po/POTFILES.in:
10423           Update.
10424
10425 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10426
10427         * tests/check/Makefile.am:
10428         Gah! Also disable gconfvideosink from the tests, otherwise
10429         it will instantiate autovideosink, and dfbvideosink and
10430         leak on the buildbots.
10431
10432 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10433
10434         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10435         (gst_cdio_cdda_src_finalize):
10436         Make sure we always destroy our libcdio handle.
10437
10438 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10439
10440         * tests/check/Makefile.am:
10441         Disable autovideosink so the buildbots don't barf over memory
10442         leaked in the directfb sink.
10443
10444 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10445
10446         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10447         Chain up in dispose
10448
10449 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10450
10451         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10452         (gst_multipart_find_pad_by_mime):
10453         Use gst_pad_new_from_static_template instead of
10454         static_pad_template_get+pad_new.
10455
10456 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10457
10458         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10459         Catch the case where no clock has been set.
10460
10461 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10462
10463         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10464         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10465         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10466         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10467         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10468         (gst_gconf_audio_src_finalize), (do_toggle_element):
10469         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10470         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10471         (do_toggle_element):
10472         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10473         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10474         (gst_gconf_video_src_finalize), (do_toggle_element):
10475         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10476         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10477         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10478         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10479         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10480         (gst_shout2send_init), (gst_shout2send_finalize):
10481         * gst/debug/testplugin.c: (gst_test_class_init),
10482         (gst_test_finalize):
10483         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10484         (gst_flxdec_dispose):
10485         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10486         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10487         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10488         (gst_rtspsrc_finalize):
10489         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10490         * gst/rtsp/rtspextwms.h:
10491         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10492         (gst_smpte_finalize):
10493         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10494         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10495         (gst_udpsink_finalize):
10496         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10497         (gst_wavparse_sink_activate):
10498         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10499         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10500         (gst_oss_src_finalize):
10501         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10502         * sys/v4l2/gstv4l2object.h:
10503         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10504         (gst_v4l2src_finalize):
10505         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10506
10507         Fix a bunch of leaks shown by the newly-added states test.
10508
10509 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10510
10511         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10512         Use gst_pad_new_from_static_template instead of 
10513         static_pad_template_get+pad_new.
10514
10515 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10516
10517         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10518
10519         * ext/libcaca/Makefile.am:
10520         * gst/debug/Makefile.am:
10521           Don't mix tabs and spaces (#414168).
10522
10523 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10524
10525         * tests/check/generic/.cvsignore:
10526           Ignore files to please buildbot.
10527
10528 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10529
10530         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10531         (gst_wavparse_stream_data):
10532           Unbreak my previous commit (swapped nominator & denominator). Tim,
10533           thanks for spotting.
10534
10535 2007-03-02  Wim Taymans  <wim@fluendo.com>
10536
10537         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10538         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10539         (gst_cdio_cdda_src_finalize):
10540         Small code cleanups.
10541         Don't use pad_alloc as the base class cannot deal with the error codes.
10542
10543 2007-03-02  Wim Taymans  <wim@fluendo.com>
10544
10545         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10546         (gst_udpsrc_create):
10547         Fix doc.
10548
10549 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10550
10551         Patch by: René Stadler <mail@renestadler.de>
10552
10553         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10554         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10555         (gst_wavparse_stream_data):
10556           Handle rounding better to not drop last sample frame. Fixes #356692
10557
10558 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10559
10560         * tests/check/Makefile.am:
10561         Disable cacasink from the states check too - it also calls exit(1)
10562         on us when it can't find a terminal to talk to.
10563
10564 2007-03-02  Wim Taymans  <wim@fluendo.com>
10565
10566         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10567
10568         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10569         (gst_udpsrc_create), (gst_udpsrc_set_property),
10570         (gst_udpsrc_get_property):
10571         * gst/udp/gstudpsrc.h:
10572         Add support to strip proprietary headers. Fixes #350296.
10573
10574 2007-03-02  Wim Taymans  <wim@fluendo.com>
10575
10576         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10577         Fix compilation.
10578
10579 2007-03-02  Wim Taymans  <wim@fluendo.com>
10580
10581         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10582
10583         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10584         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10585         (gst_rtp_mp2t_depay_set_property),
10586         (gst_rtp_mp2t_depay_get_property):
10587         * gst/rtp/gstrtpmp2tdepay.h:
10588         Add support to strip off proprietary headers. Fixes #350278.
10589
10590 2007-03-02  Wim Taymans  <wim@fluendo.com>
10591
10592         * ext/hal/hal.c:
10593         Fix compilation.
10594
10595 2007-03-02  Wim Taymans  <wim@fluendo.com>
10596
10597         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10598         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10599         (gst_sunaudiosrc_open):
10600         * sys/sunaudio/gstsunaudiosrc.h:
10601         Remove device-name from GstSunAudioSrc. Fixes #412597.
10602
10603 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10604
10605         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10606         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10607         Having NULL as UDI previously selected the default sink/src. Change
10608         this back but mention it in the debug output.
10609         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10610         (gst_hal_get_oss_element), (gst_hal_get_string),
10611         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10612         (gst_hal_get_audio_src):
10613         * ext/hal/hal.h:
10614         Refactor a bit, check all error conditions, greatly improve debugging
10615         and fix some possible memory leaks. Also implement OSS support
10616         and allow specifying an UDI that points to a real device. For this the
10617         child device which supports ALSA (preferred) or OSS is used.
10618         As a side effect this makes it impossible now to get a alsasink in
10619         halaudiosrc and a alsasrc in halaudiosink.
10620
10621 2007-03-01  Wim Taymans  <wim@fluendo.com>
10622
10623         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10624         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10625         Errors from the udp sources are not fatal unless all of them are in
10626         error.
10627
10628 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10629
10630         * tests/check/Makefile.am:
10631         Disable aasink in the states test. I suspect this is the element that
10632         is calling exit(1) when it can't proceed.
10633
10634 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10635
10636         * tests/check/Makefile.am:
10637         Draw plugins in from the build tree sys/ dir, rather than picking
10638         up the already installed versions.
10639
10640 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10641
10642         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10643         Error out correctly when getting xcontext fails.
10644
10645 2007-03-01  Wim Taymans  <wim@fluendo.com>
10646
10647         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10648         Make state change to PAUSED NO_PREROLL because that's what it will be in
10649         the future and rtspsrc relies on it.
10650
10651         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10652         (gst_rtspsrc_change_state):
10653         Don't error out when we don't get an error from the state change
10654         function.
10655
10656 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10657
10658         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10659         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10660           Check if the device UDI is set before trying to query HAL
10661           about it and give a useful error message if it wasn't set.
10662         * ext/hal/hal.c: (gst_hal_get_string):
10663           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
10664           gives an assertion failure in D-Bus when running with
10665           DBUS_FATAL_WARNINGS=1.
10666
10667 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10668
10669         * configure.ac:
10670           Convert to new AG_GST style.
10671
10672 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10673
10674         * tests/check/Makefile.am:
10675         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
10676           add test for states
10677
10678 2007-02-28  Wim Taymans  <wim@fluendo.com>
10679
10680         * tests/check/elements/.cvsignore:
10681         Add new videofilter check to .cvsignore.
10682
10683 2007-02-28  Wim Taymans  <wim@fluendo.com>
10684
10685         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
10686         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10687         (gst_avi_demux_loop), (gst_avi_demux_chain):
10688         Fix combined flow return. Fixes #412608.
10689
10690 2007-02-28  Wim Taymans  <wim@fluendo.com>
10691
10692         * gst/videofilter/Makefile.am:
10693         Dist header..
10694
10695 2007-02-28  Wim Taymans  <wim@fluendo.com>
10696
10697         * gst/videofilter/gstgamma.h:
10698         Add header too.
10699
10700 2007-02-28  Wim Taymans  <wim@fluendo.com>
10701
10702         Patch by: Mark Nauwelaerts <manauw at skynet be>
10703
10704         * gst/videofilter/Makefile.am:
10705         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
10706         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
10707         (gst_gamma_get_property), (gst_gamma_calculate_tables),
10708         (oil_tablelookup_u8), (gst_gamma_set_caps),
10709         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
10710         Port gamma filter to 0.10. Fixes #412704.
10711
10712         * tests/check/Makefile.am:
10713         * tests/check/elements/videofilter.c: (setup_filter),
10714         (cleanup_filter), (check_filter), (GST_START_TEST),
10715         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
10716         Add unit tests for videofilters.
10717
10718 2007-02-28  Wim Taymans  <wim@fluendo.com>
10719
10720         * gst/rtsp/URLS:
10721         Add another interesting test url.
10722
10723         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
10724         Don't allow getting header fields from data packets.
10725
10726 2007-02-28  Michael Smith  <msmith@fluendo.com>
10727
10728         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10729         (gst_shout2send_init), (gst_shout2send_start),
10730         (gst_shout2send_set_property), (gst_shout2send_get_property):
10731         * ext/shout2/gstshout2.h:
10732           Add a property for username.
10733
10734 2007-02-27  Christian Schallerr <christian@fluendo.com>
10735
10736         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
10737
10738 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10739
10740         * gst/rtsp/Makefile.am:
10741         Fix make check too.
10742
10743 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10744
10745         * gst/rtsp/base64.c: (util_base64_encode):
10746         * gst/rtsp/base64.h:
10747         Commit missing files for base64 encoding.
10748
10749 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10750
10751         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10752
10753         * configure.ac:
10754         * ext/annodex/Makefile.am:
10755         * ext/jpeg/Makefile.am:
10756         * ext/speex/Makefile.am:
10757         * gst/alpha/Makefile.am:
10758         * gst/cutter/Makefile.am:
10759         * gst/debug/Makefile.am:
10760         * gst/effectv/Makefile.am:
10761         * gst/goom/Makefile.am:
10762         * gst/level/Makefile.am:
10763         * gst/smpte/Makefile.am:
10764         * gst/videofilter/Makefile.am:
10765           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
10766
10767 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10768
10769         * gst/rtsp/Makefile.am:
10770         * gst/rtsp/rtspconnection.c: (append_auth_header),
10771         (rtsp_connection_send), (rtsp_connection_set_auth):
10772         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
10773         from icecast to replace it. Relicensed from GPL courtesy of Mike
10774         Smith.
10775
10776 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10777
10778         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10779         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
10780         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
10781         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
10782         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10783         (gst_rtspsrc_uri_set_uri):
10784         * gst/rtsp/gstrtspsrc.h:
10785         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10786         (append_auth_header), (rtsp_connection_send),
10787         (rtsp_connection_free), (rtsp_connection_set_auth):
10788         * gst/rtsp/rtspconnection.h:
10789         * gst/rtsp/rtspdefs.h:
10790         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10791         * gst/rtsp/rtspurl.h:
10792
10793         Implement simple Basic Authentication support so that urls like
10794         rtsp://user:pass@hostname/rtspstream work on hosts that require
10795         authentication.
10796
10797 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
10798
10799         * sys/v4l2/gstv4l2object.c:
10800         * sys/v4l2/gstv4l2tuner.c:
10801         * sys/v4l2/v4l2_calls.c:
10802         Fix segfault when oppening a radio device.
10803         
10804 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10805
10806         * gst/level/gstlevel.c: (gst_level_set_caps),
10807         (gst_level_transform_ip):
10808         * sys/v4l2/README:
10809         * tests/check/elements/level.c: (GST_START_TEST):
10810           Fix level for multi-channel case.
10811
10812 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10813
10814         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10815         (gst_level_transform_ip):
10816         * gst/level/gstlevel.h:
10817           Use function pointer for process function and add process functions
10818           for float audio.
10819
10820 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10821
10822         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10823         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10824         (gst_v4l2src_capture_init):
10825           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10826           fixes #407369
10827
10828 2007-02-18  Wim Taymans  <wim@fluendo.com>
10829
10830         * gst/rtp/Makefile.am:
10831         * gst/rtp/gstrtp.c: (plugin_init):
10832         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10833         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10834         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10835         (gst_rtp_mp2t_pay_plugin_init):
10836         * gst/rtp/gstrtpmp2tpay.h:
10837         Added simple mpeg transport stream payloader.
10838
10839 2007-02-16  Wim Taymans  <wim@fluendo.com>
10840
10841         * gst/rtsp/URLS:
10842         Add example H264 rtsp url.
10843
10844         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10845         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10846         Don't convert values to lowercase or we might mess up base64 encoded
10847         properties.
10848
10849 2007-02-16  Wim Taymans  <wim@fluendo.com>
10850
10851         * gst/rtp/README:
10852         Fix case of string params.
10853
10854         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10855         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10856         Fix depayloader, support more packet types.
10857         Add sync codes to make sure the packetizer can do its job.
10858
10859         * gst/rtp/gstrtpmp4gdepay.c:
10860         * gst/rtp/gstrtpmp4gpay.c:
10861         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10862         Fix caps case again.
10863
10864 2007-02-15  Wim Taymans  <wim@fluendo.com>
10865
10866         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10867         Set right caps on output buffers.
10868
10869 2007-02-14  Wim Taymans  <wim@fluendo.com>
10870
10871         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10872         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10873         Clear stack allocated SDPMedia struct before calling _init() on it.
10874         Clarify this in the docs as well.
10875
10876 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10877
10878         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10879         (do_change_child):
10880         Don't reset the profile when going switching states, as it makes
10881         the element non-reusable.
10882
10883 2007-02-14  Wim Taymans  <wim@fluendo.com>
10884
10885         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10886         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10887         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10888         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10889         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10890         (sdp_parse_line):
10891         * gst/rtsp/sdpmessage.h:
10892         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10893         Fix memory management of SDP messages. Fixes #407793.
10894
10895 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10896
10897         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10898
10899         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10900         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10901
10902 2007-02-14  Wim Taymans  <wim@fluendo.com>
10903
10904         Patch by: jp.liu <jp_liu at astrocom dot cn>
10905
10906         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10907         Fix parsing of password field in url. Fixes #407797.
10908
10909 2007-02-14  Wim Taymans  <wim@fluendo.com>
10910
10911         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10912         (gst_wavparse_reset), (gst_wavparse_init),
10913         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10914         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10915         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10916         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10917         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10918         (gst_wavparse_loop), (gst_wavparse_chain),
10919         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10920         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10921         (plugin_init):
10922         * gst/wavparse/gstwavparse.h:
10923         Update docs.
10924         Use boilerplate.
10925         Various code cleanups.
10926         When the bitrate is not known (bps == 0 or compressed formats) let
10927         downstream element guestimate the duration and position and don't
10928         generate timestamps or durations. Fixes #405213.
10929         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10930         error flowreturn upstream.
10931
10932 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10933
10934         * ext/gconf/Makefile.am:
10935         * ext/gconf/gconf.c: (gst_gconf_get_string),
10936         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10937         (gst_gconf_render_bin_with_default):
10938         * ext/gconf/gconf.h:
10939         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
10940         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
10941         (gst_gconf_audio_sink_dispose), (do_change_child),
10942         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
10943         (cb_change_child), (gst_gconf_audio_sink_change_state):
10944         * ext/gconf/gstgconfaudiosink.h:
10945         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
10946         (gst_switch_sink_class_init), (gst_switch_sink_reset),
10947         (gst_switch_sink_init), (gst_switch_sink_dispose),
10948         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
10949         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
10950         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
10951         * ext/gconf/gstswitchsink.h:
10952         * gst/autodetect/gstautoaudiosink.c:
10953         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
10954         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
10955         (gst_auto_audio_sink_detect):
10956         * gst/autodetect/gstautovideosink.c:
10957         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
10958         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
10959         (gst_auto_video_sink_detect):
10960         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
10961         and a child that implements the GConf key monitoring. The end goal of
10962         this is an audio sink that can be changed on the fly, but at the 
10963         moment it still only changes on the next READY transition.
10964
10965 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10966
10967         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10968         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10969         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
10970         (gst_avi_demux_calculate_durations_from_index),
10971         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10972         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10973         (gst_avi_demux_loop):
10974           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
10975
10976 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10977
10978         * configure.ac:
10979         * docs/plugins/Makefile.am:
10980           Add crossreferences to glib/gobject/gstream docs.
10981
10982 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10983
10984         * gst/monoscope/Makefile.am:
10985         * gst/monoscope/gstmonoscope.c:
10986           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
10987           (but no LIBS, since we only use defines from the headers).
10988
10989 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10990
10991         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10992
10993         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
10994         (gst_wavparse_stream_data):
10995           Fix massive memory leak when operating in streaming mode due to
10996           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
10997           Fixes #407057.
10998
10999 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11000
11001         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11002         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11003         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11004         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11005         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11006         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11007         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11008         (gst_avi_demux_calculate_durations_from_index),
11009         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11010         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11011         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11012         * gst/avi/gstavidemux.h:
11013           Save some memory (8%) by repacking the index entry structure (more to
11014           come). Add more FIXMEs to questionable parts.
11015
11016 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11017
11018         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11019         (gst_v4l2src_get_caps):
11020         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11021         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11022         (gst_v4l2src_capture_init):
11023           More FIXME comments and messaging changes.
11024
11025 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11026
11027         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11028         (gst_goom_change_state):
11029         * gst/goom/gstgoom.h:
11030           Improved docs and use GST_DEBUG_FUNCPTR.
11031
11032         * gst/level/gstlevel.c: (gst_level_class_init):
11033           Use GST_DEBUG_FUNCPTR.
11034
11035         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11036         (gst_monoscope_chain), (gst_monoscope_change_state):
11037           Improved docs source cleanups.
11038
11039 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11040
11041         * gst/debug/Makefile.am:
11042         * gst/debug/gstdebug.c: (plugin_init):
11043         * gst/debug/gstpushfilesrc.c:
11044         * gst/debug/gstpushfilesrc.h:
11045           Add code for a pushfilesrc element that implements a pushfile:// URI
11046           handler, to make debugging push-mode operation of demuxer/decoders
11047           that support both easier in connection with seek/playbin/etc.
11048           The element isn't registered at the moment.
11049
11050 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11051
11052         * gst/avi/gstavimux.c:
11053           Comment a #if 0 in caps template definition as VS6 seems to 
11054         do not support it.
11055         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11056           Use gst_guint64_to_gdouble for conversion.
11057         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11058           Move variables declaration before the first instruction.
11059         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11060           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11061           And don't include netdb.h for G_OS_WIN32
11062         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11063           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11064           by VS6 then use an other way to initialize SDPMedia structure.
11065         * gst/udp/gstdynudpsink.h:
11066         * gst/udp/gstdynudpnetutils.h:
11067           Do not include <sys/time.h> for G_OS_WIN32
11068         * gst/udp/gstudpsrc.c:
11069           Define socklen_t as int for G_OS_WIN32
11070         * win/common/config.h.in:
11071           Undef HAVE_NETINET_IN_H
11072         * win32/vs6/gst_plugins_good.dsw:
11073         * win32/vs6/libgstrtp.dsp:
11074         * win32/vs6/libgstrtsp.dsp:
11075         * win32/vs6/libgstautogen.dsp:
11076         * win32/vs6/libgstaudiofx.dsp:
11077         * win32/vs6/libgstudp.dsp:
11078           Add and update project files.
11079         * win32/common/gstudp-enumtypes.c:
11080         * win32/common/gstudp-enumtypes.h:
11081           Add a copy of udp enumtypes to win32/common as in core 
11082           and base.
11083         
11084 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11085
11086         * configure.ac:
11087           Activate monoscope when building with --enable-experimental. Fix
11088           --enable-external configure switch description.
11089
11090         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11091         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11092           Help gst-indent.
11093
11094 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11095
11096         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11097           Explicitly cast result of pointer arithmetic to integer in order to
11098           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11099
11100 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11101
11102         * gst/debug/progressreport.c:
11103           Some more docs.
11104
11105 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11106
11107         * docs/plugins/inspect/plugin-rtp.xml:
11108           Update for new elements.
11109
11110         * gst/debug/progressreport.h:
11111           Commit newly-created header file as well.
11112
11113 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11114
11115         * docs/plugins/Makefile.am:
11116         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11117         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11118         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11119         * gst/debug/Makefile.am:
11120         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11121         (gst_progress_report_do_query), (gst_progress_report_report):
11122           Make progressreport element post messages with the current progress
11123           on the bus. Also add some basic docs for it.
11124
11125 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11126
11127         * ext/hal/hal.c: (gst_hal_get_string):
11128         * ext/hal/hal.h:
11129           Some small cleanups; deal with errors when parsing the HAL ALSA
11130           capabilities a bit better.
11131
11132 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11133
11134         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11135           Let's try this again and use the right cast this time.
11136
11137 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11138
11139         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11140           Add cast to avoid compiler warnings with older GLib versions
11141           where the nick/name members in GEnumValue are not declared as
11142           constant strings.
11143
11144 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11145
11146         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11147         (gst_gconf_render_bin_from_key),
11148         (gst_gconf_get_default_audio_sink):
11149         * ext/gconf/gconf.h:
11150         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11151         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11152         (gst_gconf_audio_sink_get_property):
11153           In gconfaudiosink, get the right key as the old key in do_toggle
11154           (ie. one dependent on the profile selected). Log some more stuff so
11155           we can see what's actually going on.
11156
11157 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11158
11159         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11160         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11161         (gst_audio_amplify_set_process_function),
11162         (gst_audio_amplify_setup):
11163         * gst/audiofx/audioamplify.h:
11164         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11165         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11166         * gst/audiofx/audioinvert.h:
11167         Some small cleanups and port both elements to the new GstAudioFilter
11168         base class to save a few lines of common code.
11169         * gst/audiofx/Makefile.am:
11170         Link against libgstaudio for the above changes
11171
11172 2007-01-29  Wim Taymans  <wim@fluendo.com>
11173
11174         * tests/check/elements/.cvsignore:
11175         Some more ignores.
11176
11177 2007-01-26  Wim Taymans  <wim@fluendo.com>
11178
11179         Patch by: charles <charlesg3 at gmail dot com>
11180
11181         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11182         (set_shout_metadata), (gst_shout2send_event):
11183         * ext/shout2/gstshout2.h:
11184         Properly handle tags in shout2send. Fixes #399825.
11185
11186 2007-01-25  Wim Taymans  <wim@fluendo.com>
11187
11188         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11189         (gst_rtspsrc_activate_streams):
11190         Convert SDP fields to upper/lowercase following the rules in the SDP to
11191         caps document. 
11192
11193 2007-01-25  Wim Taymans  <wim@fluendo.com>
11194
11195         * gst/rtp/README:
11196         * gst/rtp/gstrtpilbcdepay.c:
11197         * gst/rtp/gstrtpilbcpay.c:
11198         * gst/rtp/gstrtpmp4gdepay.c:
11199         * gst/rtp/gstrtpmp4gpay.c:
11200         * gst/rtp/gstrtpspeexdepay.c:
11201         * gst/rtp/gstrtpspeexpay.c:
11202         * gst/rtp/gstrtpsv3vdepay.c:
11203         * gst/rtp/gstrtptheoradepay.c:
11204         * gst/rtp/gstrtptheorapay.c:
11205         * gst/rtp/gstrtpvorbisdepay.c:
11206         * gst/rtp/gstrtpvorbispay.c:
11207         Fix case of encoding-name and key/value pairs to match the document.
11208         This is to make interoperation with SDP case-insensitive as required by
11209         the relevant RFCs.
11210
11211 2007-01-25  Wim Taymans  <wim@fluendo.com>
11212
11213         * configure.ac:
11214         Bump required -core/-base to CVS
11215
11216 2007-01-25  Wim Taymans  <wim@fluendo.com>
11217
11218         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11219         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11220         * gst/rtp/gstrtpL16pay.h:
11221         Fill up to MTU using adapter.
11222         Timestamp rtp packets.
11223
11224 2007-01-25  Edward Hervey  <edward@fluendo.com>
11225
11226         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11227         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11228         Use G_GSIZE_FORMAT in print statements for portability.
11229         Fixes build on macosx.
11230
11231 2007-01-24  Wim Taymans  <wim@fluendo.com>
11232
11233         * gst/rtp/Makefile.am:
11234         * gst/rtp/gstrtp.c: (plugin_init):
11235         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11236         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11237         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11238         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11239         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11240         (gst_rtp_L16_depay_plugin_init):
11241         * gst/rtp/gstrtpL16depay.h:
11242         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11243         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11244         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11245         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11246         (gst_rtp_L16_pay_plugin_init):
11247         * gst/rtp/gstrtpL16pay.h:
11248         Port and enable raw audio payloader/depayloader. Needs a bit more work
11249         on the payloader side.
11250
11251 2007-01-24  Wim Taymans  <wim@fluendo.com>
11252
11253         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11254         (gst_rtspsrc_stream_configure_transport),
11255         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11256         * gst/rtsp/gstrtspsrc.h:
11257         Only unblock the udp pads when we linked and activated them all.
11258         Fixes #395688.
11259
11260 2007-01-24  Wim Taymans  <wim@fluendo.com>
11261
11262         * gst/rtp/Makefile.am:
11263         * gst/rtp/gstrtp.c: (plugin_init):
11264         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11265         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11266         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11267         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11268         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11269         * gst/rtp/gstrtpac3depay.h:
11270         Added simple AC3 depayloader (RFC 4184).
11271
11272         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11273         Fix a leak.
11274
11275 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11276
11277         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11278
11279         * gst/audiofx/Makefile.am:
11280         * gst/audiofx/audioamplify.c:
11281         (gst_audio_amplify_clipping_method_get_type),
11282         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11283         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11284         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11285         (gst_audio_amplify_set_caps),
11286         (gst_audio_amplify_transform_int_clip),
11287         (gst_audio_amplify_transform_int_wrap_negative),
11288         (gst_audio_amplify_transform_int_wrap_positive),
11289         (gst_audio_amplify_transform_float_clip),
11290         (gst_audio_amplify_transform_float_wrap_negative),
11291         (gst_audio_amplify_transform_float_wrap_positive),
11292         (gst_audio_amplify_transform_ip):
11293         * gst/audiofx/audioamplify.h:
11294         * gst/audiofx/audiofx.c: (plugin_init):
11295         Add new element "audioamplify". This allows scaling of raw audio
11296         samples, similar to the "volume" element, but provides different modes
11297         for clipping and allows unlimited amplification. It's mainly targeted
11298         for creative sound design and not as a replacement of the "volume"
11299         element. Fixes #397162
11300         * docs/plugins/Makefile.am:
11301         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11302         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11303         * docs/plugins/gst-plugins-good-plugins.args:
11304         * docs/plugins/inspect/plugin-audiofx.xml:
11305         Add docs for audioamplify and integrate them into the build system
11306         * tests/check/Makefile.am:
11307         * tests/check/elements/audioamplify.c: (setup_amplify),
11308         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11309         Add fairly extensive unit test suite for audioamplify
11310
11311 2007-01-24  Wim Taymans  <wim@fluendo.com>
11312
11313         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11314         Unblock pads after adding the pads to the element so that autopluggers
11315         get a change to link something. Possibly fixes #395688.
11316
11317 2007-01-24  Wim Taymans  <wim@fluendo.com>
11318
11319         * gst/rtp/gstrtpamrdepay.c:
11320         * gst/rtp/gstrtpgsmdepay.c:
11321         * gst/rtp/gstrtph263pdepay.c:
11322         * gst/rtp/gstrtph263ppay.c:
11323         * gst/rtp/gstrtph264depay.c:
11324         * gst/rtp/gstrtpilbcdepay.c:
11325         * gst/rtp/gstrtpmp2tdepay.c:
11326         * gst/rtp/gstrtpmp4gdepay.c:
11327         * gst/rtp/gstrtpmp4gpay.c:
11328         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11329         * gst/rtp/gstrtpmp4vpay.c:
11330         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11331         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11332         (gst_rtp_mpa_depay_process):
11333         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11334         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11335         * gst/rtp/gstrtppcmadepay.c:
11336         * gst/rtp/gstrtppcmudepay.c:
11337         * gst/rtp/gstrtpspeexdepay.c:
11338         * gst/rtp/gstrtpspeexpay.c:
11339         * gst/rtp/gstrtpsv3vdepay.c:
11340         * gst/rtp/gstrtptheoradepay.c:
11341         * gst/rtp/gstrtptheorapay.c:
11342         * gst/rtp/gstrtpvorbisdepay.c:
11343         * gst/rtp/gstrtpvorbispay.c:
11344         Fix caps with payload numbers.
11345         Add some fixed payload numbers to caps when possible.
11346
11347 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11348
11349         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11350
11351         * gst/audiofx/Makefile.am:
11352         * gst/audiofx/audiofx.c: (plugin_init):
11353         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11354         (gst_audio_invert_class_init), (gst_audio_invert_init),
11355         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11356         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11357         (gst_audio_invert_transform_float),
11358         (gst_audio_invert_transform_ip):
11359         * gst/audiofx/audioinvert.h:
11360         Add new audiofx element "audioinvert". This element swaps the upper
11361         and lower half of samples and can be used for example for a
11362         wide-stereo effect. Fixes #396057
11363         * docs/plugins/Makefile.am:
11364         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11365         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11366         * docs/plugins/gst-plugins-good-plugins.args:
11367         * docs/plugins/inspect/plugin-audiofx.xml:
11368         Add docs for the audioinvert element and add them to the build system.
11369         * tests/check/Makefile.am:
11370         * tests/check/elements/audioinvert.c: (setup_invert),
11371         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11372         Add unit test suite for the audioinvert element.
11373
11374 2007-01-23  Wim Taymans  <wim@fluendo.com>
11375
11376         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11377         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11378         Parse config params as string and int.
11379         Parse and use AU header length
11380
11381 2007-01-23  Wim Taymans  <wim@fluendo.com>
11382
11383         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11384         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11385         * gst/smpte/gstmask.c: (_gst_mask_register):
11386         * gst/smpte/gstmask.h:
11387         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11388         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11389         (gst_smpte_paint_triangle_clock):
11390         constify some static structs.
11391         Don't update the mask if nothing changed to the params.
11392         Make sure we never draw outside of the picture. Fixes #398325.
11393
11394 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11395
11396         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11397           Error out properly when pull_range fails while we're reading the
11398           headers, instead of just pausing the task silently. Fixes #399338.
11399
11400 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11401
11402         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11403           Some more sanity checks to make sure the input formats match and the
11404           input pads are actually negotiated, in case someone tries to feed
11405           buffers from fakesrc or filesrc. Fixes #398299.
11406           Also const-ify an array, just because we can.
11407
11408 2007-01-19  Edward Hervey  <edward@fluendo.com>
11409
11410         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11411         Ignore previous commit, that was only valid for widths and heights
11412         that are multiples of 4.
11413         Copy over size/stride macros from jpegdec. This allows the element
11414         to work with any width,height...
11415         ... but puts in evidence that the actual transformations only work
11416         with width/height that are multiples of 4.
11417
11418 2007-01-19  Edward Hervey  <edward@fluendo.com>
11419
11420         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11421         Allocate buffers of the right size.
11422         The proper size of a I420 buffer in bytes is:
11423         
11424             width * height * 3
11425             ------------------
11426                     2
11427
11428 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11429
11430         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11431           Proxy getcaps on sink pads too, so that we either end up with the
11432           same dimensions on all pads or error out if that's not possible
11433           (seems to work even!). Fixes #398086, I think.
11434
11435 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11436
11437         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11438         * docs/plugins/gst-plugins-good-plugins.args:
11439         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11440           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11441           fix integer properties with -1 as minimum value.
11442
11443         * docs/plugins/inspect/plugin-1394.xml:
11444         * docs/plugins/inspect/plugin-aasink.xml:
11445         * docs/plugins/inspect/plugin-alaw.xml:
11446         * docs/plugins/inspect/plugin-alpha.xml:
11447         * docs/plugins/inspect/plugin-alphacolor.xml:
11448         * docs/plugins/inspect/plugin-annodex.xml:
11449         * docs/plugins/inspect/plugin-apetag.xml:
11450         * docs/plugins/inspect/plugin-audiofx.xml:
11451         * docs/plugins/inspect/plugin-auparse.xml:
11452         * docs/plugins/inspect/plugin-autodetect.xml:
11453         * docs/plugins/inspect/plugin-avi.xml:
11454         * docs/plugins/inspect/plugin-cacasink.xml:
11455         * docs/plugins/inspect/plugin-cairo.xml:
11456         * docs/plugins/inspect/plugin-cdio.xml:
11457         * docs/plugins/inspect/plugin-cutter.xml:
11458         * docs/plugins/inspect/plugin-debug.xml:
11459         * docs/plugins/inspect/plugin-dv.xml:
11460         * docs/plugins/inspect/plugin-efence.xml:
11461         * docs/plugins/inspect/plugin-effectv.xml:
11462         * docs/plugins/inspect/plugin-esdsink.xml:
11463         * docs/plugins/inspect/plugin-flac.xml:
11464         * docs/plugins/inspect/plugin-flxdec.xml:
11465         * docs/plugins/inspect/plugin-gconfelements.xml:
11466         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11467         * docs/plugins/inspect/plugin-goom.xml:
11468         * docs/plugins/inspect/plugin-halelements.xml:
11469         * docs/plugins/inspect/plugin-icydemux.xml:
11470         * docs/plugins/inspect/plugin-id3demux.xml:
11471         * docs/plugins/inspect/plugin-jpeg.xml:
11472         * docs/plugins/inspect/plugin-level.xml:
11473         * docs/plugins/inspect/plugin-matroska.xml:
11474         * docs/plugins/inspect/plugin-mulaw.xml:
11475         * docs/plugins/inspect/plugin-multipart.xml:
11476         * docs/plugins/inspect/plugin-navigationtest.xml:
11477         * docs/plugins/inspect/plugin-ossaudio.xml:
11478         * docs/plugins/inspect/plugin-png.xml:
11479         * docs/plugins/inspect/plugin-rtp.xml:
11480         * docs/plugins/inspect/plugin-rtsp.xml:
11481         * docs/plugins/inspect/plugin-shout2send.xml:
11482         * docs/plugins/inspect/plugin-smpte.xml:
11483         * docs/plugins/inspect/plugin-speex.xml:
11484         * docs/plugins/inspect/plugin-taglib.xml:
11485         * docs/plugins/inspect/plugin-udp.xml:
11486         * docs/plugins/inspect/plugin-videobalance.xml:
11487         * docs/plugins/inspect/plugin-videobox.xml:
11488         * docs/plugins/inspect/plugin-videoflip.xml:
11489         * docs/plugins/inspect/plugin-videomixer.xml:
11490         * docs/plugins/inspect/plugin-wavenc.xml:
11491         * docs/plugins/inspect/plugin-wavparse.xml:
11492         * docs/plugins/inspect/plugin-ximagesrc.xml:
11493           Update to CVS.
11494
11495 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11496
11497         Patch by: Sebastian Dröge <slomo circular-chaos org>
11498
11499         * gst/audiofx/audiopanorama.c:
11500           Fix doc section name (Fixes #397946)
11501
11502 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11503
11504         * sys/v4l2/gstv4l2object.c:
11505         (gst_v4l2_object_install_properties_helper),
11506         (gst_v4l2_object_set_property_helper),
11507         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11508         * sys/v4l2/gstv4l2object.h:
11509         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11510         (gst_v4l2src_init), (gst_v4l2src_set_property),
11511         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11512         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11513         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11514         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11515         (gst_v4l2src_capture_deinit):
11516           Fix EIO handing when capturing. Add new property to specify the number of
11517           buffers to enque (and remove the borked num-buffers usage).
11518
11519 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11520
11521         Patch by: Sebastian Dröge <slomo circular-chaos org>
11522
11523         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11524         (gst_audio_panorama_set_process_function):
11525           Use a function array for process methods, add more docs and define the
11526           startindex of enums.
11527
11528 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11529
11530         Patch by: Mark Nauwelaerts <manauw at skynet be>
11531
11532         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11533         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11534         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11535         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11536         (gst_avi_mux_riff_get_avi_header),
11537         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11538         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11539         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11540         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11541         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11542         (gst_avi_mux_change_state):
11543         * gst/avi/gstavimux.h:
11544         * tests/check/elements/avimux.c: (teardown_src_pad):
11545           Add support for more than one audio stream; write better AVIX
11546           header; refactor code a bit; don't announce vorbis caps on our audio
11547           sink pads since we don't support it anyway. Closes #379298.
11548
11549 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11550
11551         Patch by: Sebastian Dröge <slomo circular-chaos org>
11552
11553         * gst/audiofx/audiopanorama.c:
11554         (gst_audio_panorama_method_get_type),
11555         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11556         (gst_audio_panorama_set_process_function),
11557         (gst_audio_panorama_set_property),
11558         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11559         (gst_audio_panorama_transform_m2s_int_simple),
11560         (gst_audio_panorama_transform_s2s_int_simple),
11561         (gst_audio_panorama_transform_m2s_float_simple),
11562         (gst_audio_panorama_transform_s2s_float_simple):
11563         * gst/audiofx/audiopanorama.h:
11564           Add 'method' property and provide a simple (non-psychoacustic)
11565           processing method (#394859).
11566
11567         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11568         (panorama_suite):
11569           Tests for new method.
11570
11571 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11572
11573         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11574         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11575           Set correct caps on outgoing pulled buffers, or things blow up
11576           after recent core changes.
11577
11578 2007-01-11  Wim Taymans  <wim@fluendo.com>
11579
11580         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11581
11582         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11583         (gst_multipart_mux_request_new_pad),
11584         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11585         (gst_multipart_mux_change_state):
11586         Return FLOW errors ASAP. Fixes #394977.
11587         Misc cleanups.
11588
11589 2007-01-11  Wim Taymans  <wim@fluendo.com>
11590
11591         Patch by: Lutz Mueller <lutz at topfrose dot de>
11592
11593         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11594         Check for stream pad before activating. 
11595
11596 2007-01-10  Wim Taymans  <wim@fluendo.com>
11597
11598         Patch by: Peter Kjellerstedt  <pkj at axis com>
11599
11600         * gst/rtsp/COPYING.MIT:
11601         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11602         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11603         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11604         (gst_rtspsrc_stream_configure_transport),
11605         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11606         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11607         (gst_rtspsrc_parse_methods),
11608         (gst_rtspsrc_create_transports_string),
11609         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11610         (gst_rtspsrc_open), (gst_rtspsrc_close):
11611         * gst/rtsp/gstrtspsrc.h:
11612         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11613         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11614         (parse_request_line), (parse_line), (rtsp_connection_read),
11615         (rtsp_connection_close):
11616         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11617         (rtsp_method_as_text), (rtsp_header_as_text),
11618         (rtsp_status_as_text), (rtsp_find_header_field),
11619         (rtsp_find_method):
11620         * gst/rtsp/rtspdefs.h:
11621         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11622         (rtsp_ext_wms_configure_stream):
11623         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11624         (rtsp_message_new_request), (rtsp_message_init_request),
11625         (rtsp_message_new_response), (rtsp_message_init_response),
11626         (rtsp_message_init_data), (rtsp_message_unset),
11627         (rtsp_message_free), (rtsp_message_add_header),
11628         (rtsp_message_get_header), (rtsp_message_set_body),
11629         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11630         * gst/rtsp/rtspmessage.h:
11631         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11632         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11633         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11634         (sdp_message_dump):
11635         Allow url to be NULL to be able to use it for server connections.
11636         Can now send responses as well as requests.
11637         No longer hangs in an endless loop if EOF is received.
11638         Can now convert a status code to a text string.
11639         Return RTSP_HDR_INVALID for unknown headers.
11640         Return RTSP_INVALID for unknown methods.
11641         Copy CSeq and Session headers from the request.
11642         Only free memory corresponding to the currently set message type.
11643         Added const to function arguments as appropriate.
11644         Avoid a compiler warning when initializing nmedia.
11645         Use guint rather than gint to avoid compiler warnings.
11646         Fix crasher in wms extension.
11647         Factor out stream setup from open_connection.
11648         Delay activation of streams when actual data is received from the
11649         server, this prepares us to do proper protocol switching.
11650         Added new license.
11651         Fixes #380895.
11652
11653
11654 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11655
11656         Patch by: Sebastian Dröge <slomo ubuntu com>
11657
11658         * docs/plugins/Makefile.am:
11659         * gst/audiofx/audiopanorama.c:
11660           Some small docs fixes (#394851).
11661
11662 2007-01-09  Wim Taymans  <wim@fluendo.com>
11663
11664         * gst/avi/gstavidemux.c:
11665         Fix docs.
11666
11667 2007-01-09  Wim Taymans  <wim@fluendo.com>
11668
11669         * gst/rtp/Makefile.am:
11670         * gst/rtp/gstrtp.c: (plugin_init):
11671         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
11672         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
11673         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
11674         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
11675         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
11676         * gst/rtp/gstrtpmpvdepay.h:
11677           Added RFC 2250 MPEG Video Depayloader.
11678
11679         * gst/rtp/gstrtpL16depay.h:
11680         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
11681         (gst_rtp_h263p_depay_process):
11682         Fix Header file. Small cleanups.
11683
11684         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
11685         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
11686         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
11687         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
11688         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
11689         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
11690         (gst_rtp_mp4v_depay_change_state):
11691         Remove usused code. Remove Adapter from state Change. Added debug.
11692
11693         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
11694         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
11695         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
11696         * gst/rtp/gstrtpmpadepay.h:
11697         Subclass base depayloader.
11698         Added debug.
11699         Support static payload type assignment as well.
11700
11701         * gst/rtp/gstrtpmpapay.c:
11702         Fix caps.
11703
11704 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11705
11706         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11707
11708         * ext/jpeg/gstjpegdec.c:
11709         * ext/jpeg/gstjpegenc.c:
11710         * ext/jpeg/smokecodec.c:
11711           These libjpeg callbacks should return a 'boolean' (unsigned char
11712           apparently) and not a 'gboolean' (which maps to gint). Fixes
11713           warnings when compiling with MingW (#393427).
11714
11715         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11716           Use ioctlsocket on win32.
11717
11718         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11719           Some printf format fixes for win32.
11720
11721 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11722
11723         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11724           Use gst_guint64_to_gdouble for conversion.
11725         * win32/vs6/libgstmatroska.dsp:
11726           Add zlib to the link.
11727         * win32/vs6/libgstvideobox.dsp:
11728           Update liboil library name (project is linked to 
11729           liboil-0.3-0.lib now).
11730           
11731 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11732
11733         * gst/matroska/Makefile.am:
11734           If zlib is available and used, we must link it explicitly for
11735           things to work on MingW (fixes #392855).
11736
11737 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
11738
11739         * ext/esd/esdsink.c: (gst_esdsink_delay):
11740           Don't return bogus values when esd_get_delay() fails for some
11741           reason (#392189).
11742
11743 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11744
11745         * sys/ximage/gstximagesrc.c: (composite_pixel):
11746           Fix presumably copy'n'pasto for 16bpp depth.
11747
11748 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11749
11750         * gst/matroska/matroska-mux.c:
11751         (gst_matroska_mux_audio_pad_setcaps):
11752           The "signed" field in audio caps is of boolean type, trying to use
11753           gst_structure_get_int() to extract it will fail. Fixing this makes
11754           matroskamux accept raw audio input (#387121) (use at your own risk
11755           though, due to the matroska spec being not entirely useful in this
11756           respect).
11757           Also fix up raw audio structures in template caps so that they
11758           represent what our setcaps function will actually accept, so that
11759           converters know what to convert to.
11760           Finally, don't fail if there isn't an "endianness" field in 8-bit
11761           PCM caps.
11762
11763 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11764
11765         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11766         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11767         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11768         (teardown_cmmldec):
11769         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11770         (teardown_cmmlenc):
11771         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11772           reapply consistent pad (de)activation
11773
11774 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11775
11776         * configure.ac:
11777         Back to CVS
11778
11779         * gst-plugins-good.doap:
11780         Add 0.10.5 doap entry
11781
11782 === release 0.10.5 ===
11783
11784 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
11785
11786         * configure.ac:
11787           releasing 0.10.5, "The Path of Thorns"
11788
11789 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11790
11791         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11792         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11793         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11794         (teardown_cmmldec):
11795         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11796         (teardown_cmmlenc):
11797         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11798           revert my freeze breakage
11799
11800 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11801
11802         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11803         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11804         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11805         (teardown_cmmldec):
11806         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11807         (teardown_cmmlenc):
11808         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11809           consistent pad (de)activation
11810
11811 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11812
11813         * configure.ac:
11814         * ext/Makefile.am:
11815         Disable LADPSA, as it has moved to the -bad module for the duration.
11816
11817 2006-12-18  Wim Taymans  <wim@fluendo.com>
11818
11819         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11820         (gst_signal_processor_event):
11821         Reset flow_state back to _OK after a flush stop so that we exit our
11822         error state after the flush. Fixes #374213
11823
11824 2006-12-16  David Schleef  <ds@schleef.org>
11825
11826         * sys/osxvideo/osxvideosink.h:
11827         * sys/osxvideo/osxvideosink.m:
11828           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11829
11830 2006-12-16  David Schleef  <ds@schleef.org>
11831
11832         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11833
11834         * sys/osxvideo/Makefile.am:
11835         * sys/osxvideo/osxvideosink.h:
11836         * sys/osxvideo/osxvideosink.m:
11837           Preliminary patch for porting osxvideosink
11838
11839 2006-12-16  Wim Taymans  <wim@fluendo.com>
11840
11841         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11842
11843         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11844         (gst_videomixer_set_master_geometry),
11845         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11846         (gst_videomixer_reset), (gst_videomixer_init),
11847         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11848         (gst_videomixer_release_pad), (gst_videomixer_collected),
11849         (gst_videomixer_change_state):
11850         Introduce some locking around the videomixer state so that it does not
11851         crash when adding/removing pads. Fixes #383043.
11852
11853 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11854
11855         * configure.ac:
11856           Make sure libcaca can actually be used instead of just checking for
11857           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11858           cross-compiling (fixes #384587).
11859
11860 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11861
11862         * Makefile.am:
11863         * gst-plugins-good.doap:
11864         * gst-plugins-good.spec.in:
11865           adding doap file
11866
11867 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11868
11869         * configure.ac:
11870           libflac-1.1.3 changed API again, but we can't build against it yet,
11871           so make sure our check doesn't use libflac-1.1.3 and add a comment
11872           to this effect.
11873
11874 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11875
11876         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11877         (gst_quarktv_planetable_clear):
11878           Add some NULL pointer checks (possibly related to #385623).
11879
11880 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11881
11882         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11883         (gst_tag_demux_chain):
11884         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11885           In streaming mode, if the first buffer we get doesn't have an
11886           offset, fix it up to be 0, otherwise trimming won't work later on
11887           and we'll be typefinding application/x-id3, which may result in
11888           decodebin plugging an endless number of id3demux elements as a
11889           consequence. Fixes #385031.
11890           
11891 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11892
11893         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11894           Ignore the buffer_time the sound device reports. Turns out it is 
11895           sometimes completely bogus and we're better off without it.
11896
11897 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11898
11899         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11900         (gst_matroska_demux_video_caps):
11901         * gst/matroska/matroska-ids.c:
11902         (gst_matroska_track_init_video_context):
11903         * gst/matroska/matroska-ids.h:
11904           Try harder to extract the framerate for video tracks correctly and
11905           save it directly instead of converting it back and forth a few
11906           times. Mostly makes a difference for very small framerates (<1).
11907           Fixes #380199.
11908
11909 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11910
11911         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11912         (gst_gconf_audio_src_dispose), (do_toggle_element):
11913         * ext/gconf/gstgconfaudiosrc.h:
11914           Remove gconf notify hook when the gconfaudiosrc element is
11915           destroyed, otherwise the callback may be called on an
11916           already-destroyed instance and bad things happen. Should fix
11917           #378184.
11918           Also ignore gconf key changes when the source is already running.
11919
11920 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11921
11922         Patch by: Sebastian Dröge  <mail at slomosnail de>
11923
11924         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11925           We need to be able to read and parse any possible floating point string
11926           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11927           will parse the former only in certain locales though, so we really need
11928           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11929           make sure we can parse either version at all times.
11930           Fixes #382982 for real.
11931
11932 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11933
11934         * sys/sunaudio/gstsunaudiomixerctrl.c:
11935         * sys/sunaudio/gstsunaudiosrc.c:
11936
11937         Use the sunaudio debug category.
11938
11939         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
11940         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
11941         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11942         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
11943         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
11944         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
11945         (gst_sunaudiosink_reset):
11946         * sys/sunaudio/gstsunaudiosink.h:
11947
11948         Uses the sunaudio debug category for all debug output
11949         Implements the _delay() callback to synchronise video playback better
11950         Change the segtotal and segsize values back to the parent class 
11951           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
11952           respectively)
11953         Measure the samples written to the device vs. played.
11954         Keep track of segments in the device by writing empty eof frames, and
11955         sleep using a GCond when we get too far ahead and risk overrunning the
11956         sink's ringbuffer.
11957
11958         Fixes: #360673
11959
11960 2006-12-08  Wim Taymans  <wim@fluendo.com>
11961
11962         Patch by: Sebastian Dröge  <mail at slomosnail de >
11963
11964         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
11965         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
11966         * gst/audiofx/audiopanorama.h:
11967         Fix audiopanorame with float samples. Fixes #383726.
11968
11969 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11970
11971         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
11972         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
11973         (gst_sunaudiosrc_reset):
11974
11975         Implement reset functions to unblock the src/sink more quickly on 
11976         state change requests.
11977         Patch by: Brian Cameron <brian dot cameron at sun com>
11978
11979 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11980
11981         * sys/sunaudio/gstsunaudiomixer.c:
11982         (gst_sunaudiomixer_change_state):
11983         Construct the correct mixer device name when the AUDIODEV env var
11984         is set.
11985
11986         Patch by: Jerry Tan <jerry.tan at sun dot com>
11987         Fixes: #383596
11988
11989 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11990
11991         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
11992         Apply patch to open the mixer control and set the MULTIPLE_OPEN
11993         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
11994         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
11995         Patch by: Jerry Tan <jerry.tan at sun dot com>
11996         Fixes: #349015
11997
11998 2006-12-07  Wim Taymans  <wim@fluendo.com>
11999
12000         * gst/smpte/gstmask.h:
12001         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12002         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12003         (gst_smpte_collected), (gst_smpte_set_property),
12004         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12005         * gst/smpte/gstsmpte.h:
12006         Port to 0.10 some more. 
12007         Added duration property to specify the duration of the transition.
12008         Make framerate a fraction.
12009         Deprecate fps property, we only use negotiated fps.
12010         Added docs.
12011         Fix collectpad usage.
12012         Reset state in READY.
12013         Send NEWSEGMENT event.
12014         Fix racy updates of object properties.
12015         Added debug category.
12016         Fixes #383323.
12017
12018 2006-12-06  Wim Taymans  <wim@fluendo.com>
12019
12020         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12021
12022         * gst/videomixer/videomixer.c:
12023         (gst_videomixer_set_master_geometry),
12024         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12025         Don't reset xpos and ypos in the setcaps function because causes
12026         unexpected behaviour.
12027         Fixes #382179.
12028
12029 2006-12-06  Wim Taymans  <wim@fluendo.com>
12030
12031         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12032         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12033         Keep track of the buffer timestamp in the collectdata member instead
12034         of modifying the buffer without making the metadata writable first.
12035         Fixes #382277.
12036
12037 2006-12-06  Wim Taymans  <wim@fluendo.com>
12038
12039         Patch by: Rob Taylor <robtaylor at floopily dot org>
12040
12041         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12042         If using multicast in udpsrc, bind to the multicast address rather than
12043         IN_ADDR_ANY.
12044         This allows the simultanous use of multiple udpsrcs listening on
12045         different multicat addresses. Without this all udpsrcs will receive all
12046         packets from all subscribed multicast addresses.
12047         Fixes #383001.
12048
12049 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12050
12051         * ext/taglib/gstid3v2mux.cc:
12052         Don't attempt to write a NULL frame into the ID3 tag set when the 
12053         createFrame method returned NULL.
12054         Fixes: #381857
12055         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12056
12057 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12058
12059         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12060         Use g_strtod() instead of sscanf to parse doubles, so that it will
12061         try parsing in the C locale if the current locale fails.
12062         Fixes: #382982
12063         Patch by: Sebastian Dröge  <mail at slomosnail de >
12064
12065 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12066
12067         * win32/MANIFEST:
12068         Fix compilation on win32 under VS8
12069         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12070         Partially fixes #381175
12071
12072 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12073
12074         * gst/avi/gstavimux.c:
12075           accept all mpegversions,fixes #380825
12076           spotted by: Jerome Alet  
12077
12078 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12079
12080         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12081         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12082         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12083         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12084           cleanup the error message a bit more
12085
12086 2006-11-28  Wim Taymans  <wim@fluendo.com>
12087
12088         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12089         Fix width and height properties.
12090
12091         * ext/libcaca/gstcacasink.h:
12092         Fix compilation on newer libcaca that require us to include a new
12093         header. Fixes #379918.
12094
12095 2006-11-28  Wim Taymans  <wim@fluendo.com>
12096
12097         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12098         * gst/rtsp/gstrtspsrc.h:
12099         * gst/rtsp/rtspext.h:
12100         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12101         (rtsp_ext_wms_get_context):
12102         Add method so that extensions can choose to disable the setup of
12103         a stream.
12104         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12105
12106 2006-11-27  Wim Taymans  <wim@fluendo.com>
12107
12108         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12109
12110         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12111         Push header in a separate buffer instead of memcpy:ing all data.
12112         Change LF => CRLF in headers.
12113         Move trailing LF to header. Fixes #379792.
12114
12115 2006-11-27  Wim Taymans  <wim@fluendo.com>
12116
12117         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12118         Small buffer overflow fix and improve debugging.
12119
12120 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12121
12122         * ext/esd/esdmon.h:
12123         * ext/esd/esdsink.h:
12124           remove obsolete _factory_init protos
12125
12126 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12127
12128         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12129         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12130         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12131         (gst_avi_demux_read_subindexes_push),
12132         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12133         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12134         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12135         (gst_avi_demux_massage_index),
12136         (gst_avi_demux_calculate_durations_from_index),
12137         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12138         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12139         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12140           remove dead code, tweak debugs statements, add comments, use
12141           _uint64_scale instead _uint64_scale_int when using guint64 values,
12142           small optimizations, reflow some error handling
12143
12144 2006-11-22  Edward Hervey  <edward@fluendo.com>
12145
12146         * po/.cvsignore:
12147         We never put .pot files in cvs. Let's ignore them all.
12148
12149 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12150
12151         * po/POTFILES.in:
12152           ... but better exclude files that aren't disted.
12153
12154 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12155
12156         * po/POTFILES.in:
12157           Add v4l2 source files to list of files with translations, so the
12158           strings are actually extracted (however bad they still may be).
12159
12160 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12161
12162         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12163           Minor clean-ups: const-ify static array, remove trailing comma from
12164           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12165
12166 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12167
12168         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12169         Make sure that g_free always gets called on the same pointer that was 
12170         returned by g_malloc.  Fixes #376594.
12171         Do not leak memory if decompressed size is wrong.
12172         Remove unneeded check of return value of g_malloc.
12173         Patch by: René Stadler <mail@renestadler.de>
12174
12175 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12176
12177         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12178           Add missing curly brackets.
12179
12180 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12181
12182         * sys/v4l2/v4l2src_calls.c:
12183         Fix capture_deinit.
12184
12185 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12186
12187         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12188         (gst_matroska_mux_request_new_pad):
12189           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12190
12191         * tests/check/elements/matroskamux.c: (setup_src_pad),
12192         (setup_sink_pad), (GST_START_TEST):
12193         Activate pads before using them.
12194
12195 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12196
12197         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12198           Initialise variable to get rid of bogus compiler warning.
12199
12200 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12201
12202         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12203
12204         * gst/rtp/gstrtph263pay.c:
12205         * gst/rtp/gstrtph263pdepay.c:
12206         * gst/rtp/gstrtph263ppay.c:
12207           Specify H.263 variant and version in the caps (fixes #361637)
12208
12209 2006-11-15  Wim Taymans  <wim@fluendo.com>
12210
12211         * gst/rtsp/rtspconnection.c: (read_body):
12212         Don't set a data pointer to NULL and a size > 0 when we deal
12213         with empty packets.
12214
12215         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12216         (rtsp_message_init_response), (rtsp_message_init_data),
12217         (rtsp_message_unset), (rtsp_message_free),
12218         (rtsp_message_take_body):
12219         Check that we can't create invalid empty packets. 
12220
12221 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12222
12223         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12224
12225         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12226         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12227         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12228         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12229         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12230         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12231         * gst/matroska/matroska-mux.h:
12232           Add basic tag writing support; implement releasing pads (#374658).
12233
12234 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12235
12236         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12237         (gst_matroska_demux_audio_caps):
12238           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12239
12240 2006-11-14  David Schleef  <ds@schleef.org>
12241
12242         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12243
12244 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12245
12246         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12247
12248         * win32/vs8/gst-plugins-good.sln:
12249         * win32/vs8/libgst1394.vcproj:
12250         * win32/vs8/libgstaasink.vcproj:
12251         * win32/vs8/libgstalaw.vcproj:
12252         * win32/vs8/libgstalpha.vcproj:
12253         * win32/vs8/libgstalphacolor.vcproj:
12254         * win32/vs8/libgstannodex.vcproj:
12255         * win32/vs8/libgstapetag.vcproj:
12256         * win32/vs8/libgstaudiofx.vcproj:
12257         * win32/vs8/libgstauparse.vcproj:
12258         * win32/vs8/libgstautodetect.vcproj:
12259         * win32/vs8/libgstavi.vcproj:
12260         * win32/vs8/libgstcacasink.vcproj:
12261         * win32/vs8/libgstcdio.vcproj:
12262         * win32/vs8/libgstcutter.vcproj:
12263         * win32/vs8/libgstdv.vcproj:
12264         * win32/vs8/libgsteffectv.vcproj:
12265         * win32/vs8/libgstflac.vcproj:
12266         * win32/vs8/libgstflxdec.vcproj:
12267         * win32/vs8/libgstgoom.vcproj:
12268         * win32/vs8/libgsticydemux.vcproj:
12269         * win32/vs8/libgstid3demux.vcproj:
12270         * win32/vs8/libgstjpeg.vcproj:
12271         * win32/vs8/libgstladspa.vcproj:
12272         * win32/vs8/libgstlevel.vcproj:
12273         * win32/vs8/libgstmatroska.vcproj:
12274         * win32/vs8/libgstmikmod.vcproj:
12275         * win32/vs8/libgstmng.vcproj:
12276         * win32/vs8/libgstmonoscope.vcproj:
12277         * win32/vs8/libgstmulaw.vcproj:
12278         * win32/vs8/libgstmultipart.vcproj:
12279         * win32/vs8/libgstpng.vcproj:
12280         * win32/vs8/libgstrtp.vcproj:
12281         * win32/vs8/libgstrtsp.vcproj:
12282         * win32/vs8/libgstshout2.vcproj:
12283         * win32/vs8/libgstsmpte.vcproj:
12284         * win32/vs8/libgstspeex.vcproj:
12285         * win32/vs8/libgsttaglib.vcproj:
12286         * win32/vs8/libgstudp.vcproj:
12287         * win32/vs8/libgstvideobalance.vcproj:
12288         * win32/vs8/libgstvideobox.vcproj:
12289         * win32/vs8/libgstvideoflip.vcproj:
12290         * win32/vs8/libgstvideomixer.vcproj:
12291         * win32/vs8/libgstwavenc.vcproj:
12292         * win32/vs8/libgstwavparse.vcproj:
12293           Make end-of-line returns unixy, so that when the files are checked
12294           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12295           Hopefully fixes #366492.
12296
12297 2006-11-14  Wim Taymans  <wim@fluendo.com>
12298
12299         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12300         Disable init_frames delay timestamp adjustment, it does not
12301         seem to be needed at all. Fixes #369621.
12302
12303 2006-11-13  Wim Taymans  <wim@fluendo.com>
12304
12305         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12306
12307         * gst/videomixer/videomixer.c:
12308         (gst_videomixer_set_master_geometry),
12309         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12310         (gst_videomixer_collect_free), (gst_videomixer_reset),
12311         (gst_videomixer_init), (gst_videomixer_finalize),
12312         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12313         (gst_videomixer_collected), (gst_videomixer_change_state):
12314         Fix memleak by unref'ing collectpads instance (when finalizing)
12315         Implement releasing a request pad. Fixes #374479.
12316
12317 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12318
12319         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12320
12321         * win32/vs8/gst-plugins-good.sln:
12322         * win32/vs8/libgst1394.vcproj:
12323         * win32/vs8/libgstaasink.vcproj:
12324         * win32/vs8/libgstalaw.vcproj:
12325         * win32/vs8/libgstalpha.vcproj:
12326         * win32/vs8/libgstalphacolor.vcproj:
12327         * win32/vs8/libgstannodex.vcproj:
12328         * win32/vs8/libgstapetag.vcproj:
12329         * win32/vs8/libgstaudiofx.vcproj:
12330         * win32/vs8/libgstauparse.vcproj:
12331         * win32/vs8/libgstautodetect.vcproj:
12332         * win32/vs8/libgstavi.vcproj:
12333         * win32/vs8/libgstcacasink.vcproj:
12334         * win32/vs8/libgstcdio.vcproj:
12335         * win32/vs8/libgstcutter.vcproj:
12336         * win32/vs8/libgstdv.vcproj:
12337         * win32/vs8/libgsteffectv.vcproj:
12338         * win32/vs8/libgstflac.vcproj:
12339         * win32/vs8/libgstflxdec.vcproj:
12340         * win32/vs8/libgstgoom.vcproj:
12341         * win32/vs8/libgsticydemux.vcproj:
12342         * win32/vs8/libgstid3demux.vcproj:
12343         * win32/vs8/libgstjpeg.vcproj:
12344         * win32/vs8/libgstladspa.vcproj:
12345         * win32/vs8/libgstlevel.vcproj:
12346         * win32/vs8/libgstmatroska.vcproj:
12347         * win32/vs8/libgstmikmod.vcproj:
12348         * win32/vs8/libgstmng.vcproj:
12349         * win32/vs8/libgstmonoscope.vcproj:
12350         * win32/vs8/libgstmulaw.vcproj:
12351         * win32/vs8/libgstmultipart.vcproj:
12352         * win32/vs8/libgstpng.vcproj:
12353         * win32/vs8/libgstrtp.vcproj:
12354         * win32/vs8/libgstrtsp.vcproj:
12355         * win32/vs8/libgstshout2.vcproj:
12356         * win32/vs8/libgstsmpte.vcproj:
12357         * win32/vs8/libgstspeex.vcproj:
12358         * win32/vs8/libgsttaglib.vcproj:
12359         * win32/vs8/libgstudp.vcproj:
12360         * win32/vs8/libgstvideobalance.vcproj:
12361         * win32/vs8/libgstvideobox.vcproj:
12362         * win32/vs8/libgstvideoflip.vcproj:
12363         * win32/vs8/libgstvideomixer.vcproj:
12364         * win32/vs8/libgstwavenc.vcproj:
12365         * win32/vs8/libgstwavparse.vcproj:
12366           Add VS8 project files (note that many of the plugins in ext are
12367           disabled by default). Fixes #366492.
12368
12369 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12370
12371         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12372           we do not translate debug messages
12373
12374 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12375
12376         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12377           fix categorisation, make short desc more explicit, remove unused code
12378           Fixes #372021
12379
12380 2006-11-08  Wim Taymans  <wim@fluendo.com>
12381
12382         * gst/rtp/gstrtpL16depay.c:
12383         * gst/rtp/gstrtpamrdepay.c:
12384         * gst/rtp/gstrtpamrpay.c:
12385         * gst/rtp/gstrtpgsmdepay.c:
12386         * gst/rtp/gstrtph263pay.c:
12387         * gst/rtp/gstrtph263pdepay.c:
12388         * gst/rtp/gstrtph263ppay.c:
12389         * gst/rtp/gstrtph264depay.c:
12390         * gst/rtp/gstrtpmp2tdepay.c:
12391         * gst/rtp/gstrtpmp4gdepay.c:
12392         * gst/rtp/gstrtpmp4gpay.c:
12393         * gst/rtp/gstrtpmp4vdepay.c:
12394         * gst/rtp/gstrtpmp4vpay.c:
12395         * gst/rtp/gstrtpmpadepay.c:
12396         * gst/rtp/gstrtpmpapay.c:
12397         * gst/rtp/gstrtppcmadepay.c:
12398         * gst/rtp/gstrtppcmapay.c:
12399         * gst/rtp/gstrtppcmudepay.c:
12400         * gst/rtp/gstrtppcmupay.c:
12401         * gst/rtp/gstrtpspeexdepay.c:
12402         * gst/rtp/gstrtpspeexpay.c:
12403         * gst/rtp/gstrtpsv3vdepay.c:
12404         Fix element descriptions.
12405
12406 2006-11-08  Wim Taymans  <wim@fluendo.com>
12407
12408         * gst/rtp/gstrtpvorbisdepay.c:
12409         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12410         Fix description.
12411         Small cleanup in the payloader.
12412
12413 2006-11-08  Wim Taymans  <wim@fluendo.com>
12414
12415         * gst/rtp/Makefile.am:
12416         * gst/rtp/gstrtp.c: (plugin_init):
12417         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12418         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12419         (gst_rtp_theora_depay_finalize),
12420         (gst_rtp_theora_depay_parse_configuration),
12421         (gst_rtp_theora_depay_setcaps),
12422         (gst_rtp_theora_depay_switch_codebook),
12423         (gst_rtp_theora_depay_process),
12424         (gst_rtp_theora_depay_set_property),
12425         (gst_rtp_theora_depay_get_property),
12426         (gst_rtp_theora_depay_change_state),
12427         (gst_rtp_theora_depay_plugin_init):
12428         * gst/rtp/gstrtptheoradepay.h:
12429         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12430         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12431         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12432         (gst_rtp_theora_pay_init_packet),
12433         (gst_rtp_theora_pay_flush_packet),
12434         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12435         (gst_rtp_theora_pay_handle_buffer),
12436         (gst_rtp_theora_pay_plugin_init):
12437         * gst/rtp/gstrtptheorapay.h:
12438         Add theora pay/depayloaders.
12439
12440 2006-11-06  Wim Taymans  <wim@fluendo.com>
12441
12442         * gst/rtp/Makefile.am:
12443         We depend on gsttag to generate the vorbis comments.
12444
12445         * gst/rtp/gstrtpvorbisdepay.c:
12446         (gst_rtp_vorbis_depay_parse_configuration),
12447         (gst_rtp_vorbis_depay_setcaps),
12448         (gst_rtp_vorbis_depay_switch_codebook),
12449         (gst_rtp_vorbis_depay_process):
12450         * gst/rtp/gstrtpvorbisdepay.h:
12451         Parse configuration string in the depayloader.
12452         Implement selecting and switching to a new codebook.
12453         Receiving vorbis over RTP now works.
12454
12455         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12456         (gst_rtp_vorbis_pay_init_packet),
12457         (gst_rtp_vorbis_pay_finish_headers),
12458         (gst_rtp_vorbis_pay_handle_buffer):
12459         * gst/rtp/gstrtpvorbispay.h:
12460         Set timestamps on outgoing buffers and RTP packets.
12461         Fix configuration string, prepend number of Packet headers.
12462         Fix encoding of ident string.
12463         Add delivery-method to caps.
12464         Streaming vorbis over RTP now works.
12465
12466 2006-11-06  Wim Taymans  <wim@fluendo.com>
12467
12468         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12469         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12470         (gst_rtp_vorbis_pay_handle_buffer):
12471         * gst/rtp/gstrtpvorbispay.h:
12472         Generate a valid configuration string in the caps based on the
12473         vorbis headers.
12474
12475 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12476
12477         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12478         * ext/cdio/gstcdio.h:
12479         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12480           Move CD-TEXT utility function into common file so it can also be
12481           used by a future cdioparanoiasrc.
12482
12483 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12484         
12485         * sys/v4l2/Makefile.am:
12486         * sys/v4l2/gstv4l2object.c:
12487         * sys/v4l2/gstv4l2src.c:
12488         * sys/v4l2/gstv4l2xoverlay.c:
12489         * sys/v4l2/v4l2_calls.c:
12490         * sys/v4l2/v4l2src_calls.c:
12491         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12492         xoverlay code that is still not implemented.
12493
12494 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12495
12496         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12497           We require a -base more recent than 0.10.9, so it's safe to use
12498           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12499
12500         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12501         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12502           Use _newsegment_full() now that we depend on a recent enough core.
12503
12504         * gst/wavparse/gstwavparse.c:
12505           Remove cruft that we don't need any longer now that we depend on
12506           a recent enough -base.
12507
12508 2006-10-31  Wim Taymans  <wim@fluendo.com>
12509
12510         * gst/rtp/Makefile.am:
12511         * gst/rtp/gstrtp.c: (plugin_init):
12512         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12513         (gst_rtpilbcpay_setcaps):
12514         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12515
12516 2006-10-31  Wim Taymans  <wim@fluendo.com>
12517
12518         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12519         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12520         Some small cleanups, use _scale.
12521
12522 2006-10-31  Wim Taymans  <wim@fluendo.com>
12523
12524         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12525         Use higher precision scale function.
12526
12527 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12528
12529         Patch by: Michal Benes  <michal dot benes at itonis tv>
12530
12531         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12532         (gst_matroska_demux_read_track_encodings),
12533         (gst_matroska_decode_buffer):
12534           Fix several issues with encoded/compressed/encrypted/signed tracks;
12535           also, remove superfluous newline characters from some debug
12536           statements. (#366155)
12537
12538 2006-10-30  Wim Taymans  <wim@fluendo.com>
12539
12540         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12541         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12542         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12543         (gst_smokedec_change_state):
12544         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12545         (gst_smokeenc_init), (gst_smokeenc_finalize),
12546         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12547         (gst_smokeenc_resync), (gst_smokeenc_chain),
12548         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12549         (gst_smokeenc_change_state):
12550         Various cleanups, capsnego and leak fixes.
12551
12552 2006-10-30  Wim Taymans  <wim@fluendo.com>
12553
12554         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12555
12556         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12557         Fix videomixer so that it can handle any combination of framerates.
12558         Fixes #367221.
12559
12560 2006-10-28  Wim Taymans  <wim@fluendo.com>
12561
12562         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12563         (gst_avi_demux_parse_file_header),
12564         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12565         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12566         (gst_avi_demux_chain):
12567         Fix position query for audio. also fixes timestamps in streaming
12568         mode and bug #364958.
12569         Small cleanups.
12570
12571 2006-10-27  Wim Taymans  <wim@fluendo.com>
12572
12573         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12574         * ext/libpng/gstpngenc.h:
12575         Fix strides. Fixes #364856.
12576         Cleanup capsnego.
12577         Set caps on outgoing buffers.
12578
12579 2006-10-18  Wim Taymans  <wim@fluendo.com>
12580
12581         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12582
12583         * gst/rtp/gstrtpgsmpay.c:
12584         * gst/rtp/gstrtph263pay.c:
12585         * gst/rtp/gstrtpmpapay.c:
12586         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12587         (gst_rtp_pcma_pay_handle_buffer):
12588         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12589         Add static payload numbers in addition to the dynamic ones.
12590         Fixes #361639.
12591
12592 2006-10-18  Wim Taymans  <wim@fluendo.com>
12593
12594         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12595         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12596         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12597         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12598         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12599         * gst/rtsp/rtspdefs.h:
12600         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12601         * gst/rtsp/rtspurl.h:
12602         Reuse already existing enum for lower transport.
12603         Add rtspt and rtspu protocols.
12604         Send redirect to rtspt when udp times out.
12605
12606 2006-10-18  Wim Taymans  <wim@fluendo.com>
12607
12608         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12609         (gst_wavparse_stream_data):
12610         Fix seeking some more, mostly for speed changes.
12611
12612 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12613
12614         Patch by: Fredrik Persson  <frepe at bredband net>
12615
12616         * sys/v4l2/gstv4l2tuner.c:
12617         * sys/v4l2/gstv4l2tuner.h:
12618           Fix _set_channel(): remove useless g_object_notify() for "channel"
12619           property that doesn't exist any longer and therefore now also
12620           useless redirect (#338818).
12621
12622 2006-10-17  Wim Taymans  <wim@fluendo.com>
12623
12624         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12625         Some drivers do not support unsetting the non-blocking flag once the
12626         device is opened. In those cases, close/open the device in
12627         non-blocking mode. Fixes #362673.
12628
12629 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12630
12631         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12632         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12633         (gst_v4l2src_get_fps):
12634           dear stefan, framespersecond is not frameperiod, reverting but adding
12635           comment
12636
12637 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12638
12639         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12640         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12641         (gst_v4l2src_get_fps):
12642           Numerator is numerator and denominator is denominator. Say that aloud
12643           5 times and retry after next beer.
12644
12645 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
12646
12647         Patch by: Josep Torra Valles  <josep at fluendo com>
12648
12649         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12650         * ext/esd/esdsink.c: (gst_esdsink_write):
12651         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12652         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12653         (gst_flac_dec_send_newsegment):
12654         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12655         (gst_flac_enc_tell_callback):
12656         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12657         (smokecodec_parse_header), (smokecodec_decode):
12658         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
12659         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
12660         * gst/goom/Makefile.am:
12661         * gst/goom/gstgoom.c:
12662         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
12663         * gst/rtsp/gstrtspsrc.c:
12664         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12665         * gst/udp/gstudpsink.c:
12666         * gst/udp/gstudpsrc.c:
12667         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
12668         * sys/sunaudio/gstsunaudiomixertrack.h:
12669           Fix a bunch of problems discovered by the Forte compiler, mostly type
12670           mixups and pointer arithmetics with void pointers. Fixes #362603.
12671
12672 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12673
12674         * ext/speex/gstspeex.c: (plugin_init):
12675         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
12676         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
12677         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
12678         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
12679         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
12680         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
12681         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
12682         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
12683         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
12684         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
12685         (gst_speex_enc_chain), (gst_speex_enc_get_property),
12686         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
12687         * ext/speex/gstspeexenc.h:
12688           Miscellaneous clean-ups, among other things: speexenc => enc to
12689           enhance code readability; change speexenc => speex_enc; in chain
12690           function unref input buffer in case of error; take reference in
12691           event function; use boilerplate macro; use gst_pad_query_peer_*
12692           convenience functions.
12693
12694 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12695
12696         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
12697         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
12698         (gst_speexenc_set_header_on_caps):
12699           Fix some mem leaks.
12700
12701 2006-10-11  Wim Taymans  <wim@fluendo.com>
12702
12703         * gst/rtsp/URLS:
12704         Added some other URL.
12705
12706         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
12707         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
12708         (gst_rtspsrc_open), (gst_rtspsrc_play),
12709         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12710         * gst/rtsp/gstrtspsrc.h:
12711         Work on fallback to TCP connection when the UDP socket times out.
12712         Handler server requests, just reply with OK for now.
12713
12714         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12715         * gst/rtsp/rtspdefs.h:
12716         Added some more Real extension headers.
12717
12718         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12719         Fix parsing of urls with a ':' that is not part of the hostname:port
12720         part of the url.
12721
12722 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
12723
12724         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
12725         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
12726         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12727           Activate pad before adding it to the already-running element.
12728
12729         * tests/check/elements/icydemux.c: (icydemux_found_pad):
12730           Activate newly-created pad too.
12731
12732 2006-10-11  Wim Taymans  <wim@fluendo.com>
12733
12734         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12735
12736         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12737         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
12738         (gst_udpsrc_start):
12739         Fix some leaks in caps and uris. Fixes #361252.
12740
12741 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12742
12743         * gst/wavparse/Makefile.am:
12744           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
12745
12746 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
12747
12748         * sys/v4l2/gstv4l2xoverlay.c:
12749         * sys/v4l2/gstv4l2xoverlay.h:
12750         Fix build as per the patch in #338818 comment 36.
12751
12752 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12753
12754         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12755           Activate pads before adding them to the source.
12756
12757 2006-10-06  Wim Taymans  <wim@fluendo.com>
12758
12759         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
12760         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
12761         Activate pads before adding.
12762
12763 2006-10-06  Wim Taymans  <wim@fluendo.com>
12764
12765         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12766         (gst_multipart_find_pad_by_mime):
12767         Activate pads before adding.
12768
12769         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12770         BOILERPLATE sets parent_class for us.
12771
12772 2006-10-06  Wim Taymans  <wim@fluendo.com>
12773
12774         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
12775         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
12776         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
12777         (gst_rtspsrc_alloc_udp_ports),
12778         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12779         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
12780         (gst_rtspsrc_create_transports_string),
12781         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
12782         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12783         * gst/rtsp/gstrtspsrc.h:
12784         Rework how the transport string is constructed, try to share channels
12785         and udp ports.
12786         Make most of the stuff less dependant on RTP as we are also going to use
12787         it for RDT.
12788         Add support for transport specific session managers.
12789
12790         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
12791         Implement _flush().
12792
12793         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12794         * gst/rtsp/rtspdefs.h:
12795         Add generic error return code.
12796
12797         * gst/rtsp/rtspext.h:
12798         Add support for pluggable tranport strings.
12799
12800         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
12801         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
12802         (rtsp_ext_wms_get_context):
12803         Detect WMServer and activate the extension.
12804
12805         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
12806         (rtsp_transport_get_manager), (rtsp_transport_parse):
12807         * gst/rtsp/rtsptransport.h:
12808         Added methods to get mime/manager for certain transports.
12809
12810 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12811
12812         * ext/cairo/gsttimeoverlay.c:
12813         (gst_cairo_time_overlay_update_font_height):
12814         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12815         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12816         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12817         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12818         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12819         * ext/libpng/gstpngdec.c: (user_endrow_callback):
12820         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12821         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12822         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12823         (gst_avi_demux_stream_data):
12824         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12825         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12826         (gst_fenced_buffer_copy):
12827         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12828         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12829         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12830         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12831         (gst_rtspsrc_handle_message):
12832         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12833         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12834           Printf format fixes.
12835
12836 2006-10-04  Wim Taymans  <wim@fluendo.com>
12837
12838         * gst/rtsp/Makefile.am:
12839         Dist new .h file too.
12840
12841 2006-10-04  Wim Taymans  <wim@fluendo.com>
12842
12843         * gst/rtsp/Makefile.am:
12844         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12845         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12846         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12847         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12848         (gst_rtspsrc_parse_rtpmap),
12849         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12850         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12851         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12852         * gst/rtsp/gstrtspsrc.h:
12853         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12854         * gst/rtsp/rtspdefs.h:
12855         * gst/rtsp/rtspext.h:
12856         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12857         (rtsp_ext_wms_get_context):
12858         * gst/rtsp/rtspextwms.h:
12859         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12860         (rtsp_transport_parse):
12861         * gst/rtsp/rtsptransport.h:
12862         Factor out extension in separate module.
12863         Fix getcaps to filter against the padtemplate.
12864         Use Content-Base if the server gives one.
12865         Rework the transport parsing a bit for future extensions.
12866         Added some Real Header field definitions.
12867
12868 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12869
12870         * docs/plugins/Makefile.am:
12871         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12872         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12873           added v4l2 stubs
12874         * gst-plugins-good.spec.in:
12875           add v4l2
12876
12877 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12878
12879         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12880           Extract disc/album/medium number and count and try harder
12881           to extract track number/count.
12882
12883 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12884
12885         * configure.ac:
12886         * sys/Makefile.am:
12887           add build stuff for v4l2, needs --enable-experimental until
12888           the last bits are resolved
12889
12890 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12891
12892         * tests/check/Makefile.am:
12893           Disable autodetect test temporarily, so that the build bots
12894           update -bad and the ranks of unreliable video sinks in there.
12895
12896         * tests/check/elements/autodetect.c: (GST_START_TEST):
12897           Skip test if no usable videosink is found.
12898
12899 2006-09-29  Wim Taymans  <wim@fluendo.com>
12900
12901         * gst/rtsp/URLS:
12902         Add some more URLs.
12903
12904         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12905         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12906         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12907         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12908         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12909         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12910         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12911         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12912         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12913         * gst/rtsp/gstrtspsrc.h:
12914         Add timeout property to control UDP timeouts.
12915         Fix error messages.
12916         Also start a loop function when operating in UDP mode so that we can
12917         do some more stuff async.
12918         Handle element messages from udpsrc to detect timeouts. If a timeout
12919         happens we currently generate an error.
12920         API: rtspsrc::timeout property.
12921
12922         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12923         (gst_udpsrc_create):
12924         Really implement the timeout in microseconds and not milliseconds.
12925
12926 2006-09-29  Wim Taymans  <wim@fluendo.com>
12927
12928         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12929         (gst_udpsrc_create), (gst_udpsrc_set_property),
12930         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12931         * gst/udp/gstudpsrc.h:
12932         Added property to post a message on timeout.
12933         Updated docs.
12934         When restarting the select, initialize the fdsets again.
12935         Init control sockets so we don't accidentally close a random socket.
12936         API: GstUDPSrc::timeout property
12937
12938 2006-09-29  Wim Taymans  <wim@fluendo.com>
12939
12940         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12941         Fix flag registration.
12942
12943         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12944         Reading 0 also means 'no more commands'
12945
12946 2006-09-29  Wim Taymans  <wim@fluendo.com>
12947
12948         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
12949
12950         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12951         Fix possible infinite loop when shutting down, a read can also return
12952         0 to indicate no more messages are available. Fixes #358156.
12953
12954 2006-09-25  Wim Taymans  <wim@fluendo.com>
12955
12956         * gst/autodetect/gstautoaudiosink.c:
12957         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
12958         (gst_auto_audio_sink_find_best):
12959         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
12960         Small cleanups.
12961         don't try to set "sync" property when it is not available.
12962
12963 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12964
12965         Patch by: Peter Kjellerstedt  <pkj at axis com>
12966
12967         * gst/alpha/gstalpha.c:
12968         * gst/rtp/gstrtpamrdepay.c:
12969         * gst/rtsp/gstrtspsrc.c:
12970         * gst/udp/gstudpsrc.c:
12971         * gst/videomixer/videomixer.c:
12972           Include stdlib.h in some more places, makes things compile
12973           with uClibc and -Werror (#357592).
12974
12975 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12976
12977         * ext/jpeg/gstjpegdec.c:
12978           Set minimum height to 8 (from 16), our code should handle
12979           that fine. Some of the buttons on the apple trailer site
12980           are apparently only 15 pixels high (see #357470).
12981
12982 2006-09-23  Wim Taymans  <wim@fluendo.com>
12983
12984         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
12985         (gst_rtspsrc_open):
12986         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12987         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12988         (rtsp_connection_receive):
12989         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12990         * gst/rtsp/rtspdefs.h:
12991         Improve error reporting.
12992
12993 2006-09-23  Wim Taymans  <wim@fluendo.com>
12994
12995         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
12996         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
12997         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
12998         * gst/rtp/gstrtpdepay.c:
12999         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13000         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13001         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13002         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13003         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13004         (gst_rtp_mp2t_depay_plugin_init):
13005         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13006         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13007         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13008         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13009         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13010         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13011         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13012         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13013         Fix klass typos.
13014         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13015
13016 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13017
13018         * configure.ac:
13019           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13020
13021 2006-09-22  Wim Taymans  <wim@fluendo.com>
13022
13023         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13024         Don't check for a tag that is never there and check if we read the
13025         correct tag. Fixes seeking again.
13026         We must post an error when all pads are unlinked.
13027
13028 2006-09-22  Wim Taymans  <wim@fluendo.com>
13029
13030         * gst/rtp/Makefile.am:
13031         * gst/rtp/gstrtp.c: (plugin_init):
13032         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13033         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13034         (gst_rtp_vorbis_pay_reset_packet),
13035         (gst_rtp_vorbis_pay_init_packet),
13036         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13037         (gst_rtp_vorbis_pay_handle_buffer):
13038         More fixage, set endoder-params correctly in the payloader.
13039
13040 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13041
13042         * gst/autodetect/gstautoaudiosink.c:
13043         (gst_auto_audio_sink_base_init):
13044         * gst/autodetect/gstautovideosink.c:
13045         (gst_auto_video_sink_base_init):
13046           Make static pad templates static to appease valgrind's leak
13047           detector.
13048
13049         * tests/check/Makefile.am:
13050         * tests/check/elements/.cvsignore:
13051         * tests/check/elements/autodetect.c: (GST_START_TEST),
13052         (autodetect_suite):
13053           Add simple test for the ghostpad lockup on shutdown fixed in core
13054           CVS (audio bit disabled because it would need dozens of alsa
13055           suppressions and I'm too lazy to add those now).
13056
13057 2006-09-22  Wim Taymans  <wim@fluendo.com>
13058
13059         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13060         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13061         Small cleanups.
13062
13063         * gst/rtp/Makefile.am:
13064         * gst/rtp/gstrtp.c: (plugin_init):
13065         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13066         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13067         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13068         (gst_rtp_vorbis_depay_process),
13069         (gst_rtp_vorbis_depay_set_property),
13070         (gst_rtp_vorbis_depay_get_property),
13071         (gst_rtp_vorbis_depay_change_state),
13072         (gst_rtp_vorbis_depay_plugin_init):
13073         * gst/rtp/gstrtpvorbisdepay.h:
13074         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13075         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13076         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13077         (gst_rtp_vorbis_pay_flush_packet),
13078         (gst_rtp_vorbis_pay_append_buffer),
13079         (gst_rtp_vorbis_pay_handle_buffer),
13080         (gst_rtp_vorbis_pay_plugin_init):
13081         * gst/rtp/gstrtpvorbispay.h:
13082         Add experimental vorbis pay and depayloaders.
13083
13084 2006-09-21  Wim Taymans  <wim@fluendo.com>
13085
13086         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13087         Fix profile-level-id parsing and setup.
13088
13089 2006-09-21  Wim Taymans  <wim@fluendo.com>
13090
13091         * gst/udp/README:
13092         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13093         Update README, simple cleanup.
13094
13095 2006-09-21  Wim Taymans  <wim@fluendo.com>
13096
13097         * gst/rtp/README:
13098         Update README with some examples.
13099
13100         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13101         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13102         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13103         (gst_rtp_mp4g_pay_setcaps):
13104         * gst/rtp/gstrtpmp4gpay.h:
13105         Make optional RTP parameters of type STRING, as required by the
13106         application/x-rtp caps specification.
13107
13108 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13109
13110         * gst/rtp/gstrtph263pdepay.c:
13111         * gst/rtp/gstrtph263ppay.c:
13112         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13113         RTP header.
13114
13115 2006-09-20  Wim Taymans  <wim@fluendo.com>
13116
13117         * gst/rtp/Makefile.am:
13118         And makefile too.
13119
13120 2006-09-20  Wim Taymans  <wim@fluendo.com>
13121
13122         * gst/rtp/gstrtp.c: (plugin_init):
13123         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13124         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13125         (decode_base64), (gst_rtp_asf_depay_setcaps),
13126         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13127         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13128         (gst_rtp_asf_depay_plugin_init):
13129         * gst/rtp/gstrtpasfdepay.h:
13130         Added preliminary ASF depayloader.
13131
13132         * gst/rtp/gstrtph264depay.c: (decode_base64):
13133         Fix base64 decoding.
13134
13135 2006-09-20  Wim Taymans  <wim@fluendo.com>
13136
13137         * gst/rtsp/URLS:
13138         Added some test URLS.
13139
13140         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13141         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13142         * gst/rtsp/gstrtspsrc.h:
13143         When creating streams, give access to the complete SDP.
13144         Fix some leaks.
13145         Collect and merge global stream properties in stream caps.
13146         Preliminary support for WMServer.
13147
13148         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13149         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13150         (rtsp_connection_receive):
13151         * gst/rtsp/rtspconnection.h:
13152         Make connection interruptable.
13153         Refactor to make it reconnectable.
13154         Don't fail on short reads when reading data packets.
13155
13156         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13157         (rtsp_url_get_port):
13158         * gst/rtsp/rtspurl.h:
13159         Add methods for getting/setting the port.
13160
13161         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13162         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13163         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13164         (sdp_media_get_format), (sdp_parse_line),
13165         (sdp_message_parse_buffer):
13166         Fix headers. 
13167         Add methods for getting multiple attributes with the same name.
13168         Increase buffer size when parsing.
13169         Fix parsing of a=foo fields.
13170
13171         * gst/rtsp/test.c: (main):
13172         Update to new connection API.
13173
13174         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13175         (rtsp_message_init_response), (rtsp_message_init_data),
13176         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13177         * gst/rtsp/rtspmessage.h:
13178         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13179         * gst/rtsp/rtsptransport.h:
13180         * gst/rtsp/sdp.h:
13181         * gst/rtsp/sdpmessage.h:
13182         * gst/rtsp/gstrtsp.c:
13183         * gst/rtsp/gstrtsp.h:
13184         * gst/rtsp/gstrtpdec.c:
13185         * gst/rtsp/gstrtpdec.h:
13186         * gst/rtsp/rtsp.h:
13187         * gst/rtsp/rtspdefs.c:
13188         * gst/rtsp/rtspdefs.h:
13189         Dual licensed under MIT and LGPL now.
13190
13191 2006-09-19  Wim Taymans  <wim@fluendo.com>
13192
13193         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13194         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13195         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13196         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13197         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13198         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13199         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13200         * gst/rtsp/gstrtspsrc.h:
13201         Reorganize stream parsing and creation.
13202         Detect container formats in interleaved mode.
13203         Keep more state about the streams.
13204         Assume a server also supports PLAY if it does not say.
13205         Add unicast and interleaved properties to TCP transport requests to make
13206         some servers happy (WMServer).
13207
13208         * gst/rtsp/sdpmessage.h:
13209         Add some defines for the standard Bandwidth types.
13210
13211 2006-09-19  Wim Taymans  <wim@fluendo.com>
13212
13213         * gst/rtsp/test.c: (main):
13214         Fix build.
13215
13216 2006-09-19  Wim Taymans  <wim@fluendo.com>
13217
13218         * gst/wavparse/gstwavparse.c:
13219         Add ms-gsm to the src template.
13220
13221 2006-09-18  Wim Taymans  <wim@fluendo.com>
13222
13223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13224         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13225         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13226         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13227         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13228         * gst/rtsp/gstrtspsrc.h:
13229         Small cleanups, added documentation.
13230         Try to clean up the requests and responses.
13231         Refactor parsing the supported methods.
13232
13233         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13234         (rtsp_connection_create), (rtsp_connection_send),
13235         (parse_response_status), (parse_request_line),
13236         (rtsp_connection_receive), (rtsp_connection_close),
13237         (rtsp_connection_free):
13238         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13239         (rtsp_transport_init), (rtsp_transport_parse),
13240         (rtsp_transport_free):
13241         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13242         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13243         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13244         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13245         Use g_return_val some more.
13246
13247         * gst/rtsp/rtspdefs.h:
13248         Add more enum values to track initial states.
13249
13250         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13251         (rtsp_message_init_request), (rtsp_message_new_response),
13252         (rtsp_message_init_response), (rtsp_message_init_data),
13253         (rtsp_message_unset), (rtsp_message_free),
13254         (rtsp_message_add_header), (rtsp_message_remove_header),
13255         (rtsp_message_get_header), (rtsp_message_set_body),
13256         (rtsp_message_take_body), (rtsp_message_get_body),
13257         (rtsp_message_steal_body), (rtsp_message_dump):
13258         * gst/rtsp/rtspmessage.h:
13259         Reorder arguments, object goes as the first one.
13260         Use g_return_val some more.
13261
13262 2006-09-18  Wim Taymans  <wim@fluendo.com>
13263
13264         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13265         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13266         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13267         * gst/rtsp/gstrtspsrc.h:
13268         Export sometimes source pad with correct caps on the template, create
13269         the ghostpad from the template.
13270         Remove RTCP template as we never expose RTCP.
13271         Protect against invalid body size.
13272         Avoid memcpy when creating the output buffer.
13273         Properly post an error and send EOS when the loop function is shut down.
13274
13275 2006-09-18  Wim Taymans  <wim@fluendo.com>
13276
13277         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13278
13279         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13280         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13281         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13282         * gst/rtsp/gstrtspsrc.h:
13283         Make sure we can never set an invalid location.
13284
13285         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13286         * gst/rtsp/rtspmessage.h:
13287         Added _steal_body method for future use.
13288
13289         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13290         Make freeing of NULL url return immediatly.
13291
13292 2006-09-18  Wim Taymans  <wim@fluendo.com>
13293
13294         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13295
13296         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13297         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13298         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13299         (gst_rtspsrc_change_state):
13300         * gst/rtsp/gstrtspsrc.h:
13301         Use boilerplate.
13302         Make rtspsrc subclass GstBin to make state changes easier.
13303         Add Range header field on the PLAY request.
13304
13305 2006-09-18  Wim Taymans  <wim@fluendo.com>
13306
13307         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13308
13309         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13310         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13311         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13312         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13313         * gst/rtsp/rtspconnection.c: (inet_aton):
13314         Small cleanups.
13315         when multicast is selected as the transport, create UDP sources and
13316         connect to the multicast group.
13317         Move parsing and setting of caps to a common place.
13318         Fixes #349894.
13319
13320 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13321
13322         * ext/flac/gstflactag.c:
13323         * gst/alpha/gstalpha.c:
13324         * gst/debug/breakmydata.c:
13325         * gst/debug/negotiation.c:
13326         * gst/debug/testplugin.c:
13327         * gst/effectv/gstaging.c:
13328         * gst/effectv/gstdice.c:
13329         * gst/effectv/gstedge.c:
13330         * gst/effectv/gstquark.c:
13331         * gst/effectv/gstrev.c:
13332         * gst/effectv/gstshagadelic.c:
13333         * gst/effectv/gstvertigo.c:
13334         * gst/effectv/gstwarp.c:
13335         * gst/multipart/multipartdemux.c:
13336         * gst/multipart/multipartmux.c:
13337         * gst/videobox/gstvideobox.c:
13338         * gst/videofilter/gstgamma.c:
13339         * gst/videofilter/gstvideotemplate.c:
13340         * gst/videomixer/videomixer.c:
13341         * sys/sunaudio/gstsunaudiosrc.h:
13342         More G_OBJECT macro fixing.
13343
13344 2006-09-16  Wim Taymans  <wim@fluendo.com>
13345
13346         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13347
13348         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13349         Correctly set the dwLength in strh.
13350         With this patch, the file duration is now displayed correctly in window
13351         media player and the AVI plays completely. Fixes #356147
13352
13353 2006-09-15  Wim Taymans  <wim@fluendo.com>
13354
13355         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13356
13357         * sys/sunaudio/gstsunaudiomixerctrl.c:
13358         (gst_sunaudiomixer_ctrl_build_list):
13359         Set the output track as the MASTER so that the gnome-settings-daemon
13360         keybindings for changing the volume using the keyboard works.
13361         Fixes #356142.
13362
13363 2006-09-15  Wim Taymans  <wim@fluendo.com>
13364
13365         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13366         Fix documentation, it is not possible to control the framerate of jpegdec
13367         using filtered caps yet. Fixes #355210.
13368         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13369         stop when there is an error.
13370
13371 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13372
13373         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13374         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13375           Don't interpret a first buffer with an offset of NONE as
13376           'from the middle of the stream', but only a first buffer
13377           that has a valid buffer offset that's non-zero (see #345449).
13378
13379 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13380
13381         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13382         (gst_icydemux_typefind_or_forward):
13383         * gst/icydemux/gsticydemux.h:
13384           When we merge/collect multiple incoming buffers for typefinding
13385           purposes, keep an initial 0 offset on the first outgoing buffer
13386           as well (otherwise id3demux won't work right). Fixes #345449.
13387           Also Make buffer metadata writable before setting buffer caps.
13388
13389         * tests/check/elements/icydemux.c: (typefind_succeed),
13390         (cleanup_icydemux), (push_data), (GST_START_TEST),
13391         (icydemux_suite):
13392           Small test case for the above.
13393
13394 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13395
13396         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13397         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13398         (gst_avi_demux_stream_header_push),
13399         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13400         (gst_avi_demux_loop):
13401           More code reuse and better logging in _peek_chunk(). Reintroduce check
13402           for chunk sizes before reading them (avoid oom). Better handling for 
13403           invalid chunksizes when streaming.
13404
13405 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13406
13407         * gst/level/gstlevel.c: (gst_level_set_property):
13408         * gst/level/gstlevel.h:
13409           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13410           René Stadler
13411
13412 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13413
13414         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13415         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13416         (gst_avi_demux_stream_data):
13417           Revert one change to fix streaming avi (adapter size != data size).
13418
13419 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13420
13421         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13422
13423         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13424         (gst_matroska_demux_reset),
13425         (gst_matroska_demux_read_track_encodings),
13426         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13427         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13428         (gst_matroska_demux_subtitle_caps):
13429         * gst/matroska/matroska-ids.h:
13430           Add support for VOBSUB subtitle tracks and zlib-compressed
13431           tracks. Make sure we start on a keyframe after a seek. (#343348)
13432
13433 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13434
13435         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13436         (gst_matroska_demux_push_flac_codec_priv_data),
13437         (gst_matroska_demux_push_xiph_codec_priv_data),
13438         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13439         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13440         * gst/matroska/matroska-ids.h:
13441           Add basic FLAC support (#311586), not perfect yet though, needs some
13442           tweaking in flacdec; also, seeking could be better.
13443           Do better bounds checking when deserialising vorbis stream headers
13444           to make sure we don't read beyond the end of the buffer on bad input.
13445
13446 2006-09-04  Wim Taymans  <wim@fluendo.com>
13447
13448         Patch by: Alessandro Decina <alessandro at nnva dot org>
13449
13450         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13451         Seeking back in a file containing a CMML stream errors out if the seek
13452         goes back up to the CMML headers. This is because after the seek the xml
13453         processing instruction <?xml ...?> is submitted to the xml parser again, 
13454         which results in an error. The attached patch fixes the problem. 
13455         Fixes #353908.
13456
13457         * ext/annodex/gstcmmlenc.h:
13458         Fix authors name.
13459
13460
13461 2006-08-28  Andy Wingo  <wingo@pobox.com>
13462
13463         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13464         New helper function to lessen the ifdefs.
13465         (GST_INFO_OBJECT): 
13466         (gst_dv1394src_iso_receive): Use it.
13467         (gst_dv1394src_create): Also use the control sockets in iec61883
13468         mode.
13469         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13470         handle for AVC operations; fixes #348233.
13471
13472 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13473
13474         * configure.ac:
13475         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13476         * docs/plugins/inspect/plugin-audiofx.xml:
13477         * docs/plugins/inspect/plugin-audiofxgood.xml:
13478         * gst/audiofx/Makefile.am:
13479         * gst/audiofx/audiofx.c:
13480         * gst/audiofxgood/.cvsignore:
13481         * gst/audiofxgood/Makefile.am:
13482         * gst/audiofxgood/audiofx.c:
13483         * gst/audiofxgood/audiopanorama.c:
13484         * gst/audiofxgood/audiopanorama.h:
13485           Rename again (audiofxgood -> audiofx).
13486
13487 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13488
13489         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13490         (gst_avi_demux_stream_scan):
13491           Initialze variables.
13492
13493 2006-08-25  Wim Taymans  <wim@fluendo.com>
13494
13495         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13496         (gst_avi_demux_init), (gst_avi_demux_finalize),
13497         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13498         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13499         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13500         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13501         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13502         (gst_avi_demux_massage_index),
13503         (gst_avi_demux_calculate_durations_from_index),
13504         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13505         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13506         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13507         (gst_avi_demux_change_state):
13508         * gst/avi/gstavidemux.h:
13509         More attempts to turn this into readable code.
13510         Don't leak adapters.
13511         Calculate duration according to index more efficiently.
13512         Don't try to act like we drive the pipeline in chain mode.
13513
13514 2006-08-25  Wim Taymans  <wim@fluendo.com>
13515
13516         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13517         Fix build.
13518
13519 2006-08-25  Wim Taymans  <wim@fluendo.com>
13520
13521         Patch by: Alessandro Decina <alessandro at nnva dot org>
13522
13523         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13524         Do some extra sanity checks.
13525         Fixes #350340.
13526
13527         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13528         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13529         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13530         Check if clip->start_time is valid before adding the clip to the
13531         track list.
13532         Reset enc->preamble going from PAUSED to READY.
13533         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13534         only used for EOS.
13535         Only post an error message if we were the one that created the fatal
13536         GstFlowReturn value.
13537
13538         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13539         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13540         Parse the seconds field of the npt-sec time format using %llu rather than
13541         %d and check that the value scaled by GST_SECOND doesn't overflow.
13542         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13543         Lookup a clip's track with clip->track rather than clip->id which
13544         makes no sense.
13545         Identify a clip by its track and start time and not its xml id.
13546         do some more input checking and make sure we don't do undefined shifts.
13547
13548         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13549         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13550         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13551         (push_clip), (push_empty_clip), (check_output_clip),
13552         (GST_START_TEST), (cmmldec_suite):
13553         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13554         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13555         (check_headers), (push_clip), (check_clip_times), (check_clip),
13556         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13557         Added some more checks.
13558
13559 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13560
13561         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13562         (gst_audio_panorama_set_property),
13563         (gst_audio_panorama_get_property),
13564         (gst_audio_panorama_transform_m2s_int),
13565         (gst_audio_panorama_transform_s2s_int),
13566         (gst_audio_panorama_transform_m2s_float),
13567         (gst_audio_panorama_transform_s2s_float):
13568         * gst/audiofxgood/audiopanorama.h:
13569         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13570           Make also the pan-property float (saves scaling and yields better
13571           resolution)
13572
13573 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13574
13575         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13576         (gst_audio_panorama_transform_m2s_float),
13577         (gst_audio_panorama_transform_s2s_float):
13578           ChangeLog surgery to add cymax's real name
13579
13580
13581 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13582
13583         Patch by: René Stadler <mail@renestadler.de>
13584
13585         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13586         (gst_audio_panorama_transform_m2s_int),
13587         (gst_audio_panorama_transform_s2s_int),
13588         (gst_audio_panorama_transform_m2s_float),
13589         (gst_audio_panorama_transform_s2s_float),
13590         (gst_audio_panorama_transform):
13591         * gst/audiofxgood/audiopanorama.h:
13592           Added float support
13593
13594 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13595
13596         * gst/audiofxgood/audiopanorama.c:
13597         (gst_audio_panorama_transform_m2s):
13598           Fix docs & debug category. Add Fixme for volume pan levels.
13599
13600 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13601
13602         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13603         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13604         (gst_avi_demux_stream_header_pull),
13605         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13606         (gst_avi_demux_chain):
13607           unbreak AVI index handling, some more debug, remove an obsolete
13608           adapter_flush that caused streaming to wander off in the wild
13609
13610 2006-08-24  Wim Taymans  <wim@fluendo.com>
13611
13612         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13613         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13614         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13615         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13616         (gst_avi_demux_calculate_durations_from_index),
13617         (gst_avi_demux_stream_header_push),
13618         (gst_avi_demux_stream_header_pull):
13619         * gst/avi/gstavidemux.h:
13620         Some more cleanups. 
13621         Fix totalFrames parsing in ODML.
13622         Disable use of index for length calculation in case of ODML as this is
13623         broken now.
13624
13625 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13626
13627         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13628           Use libgsttag helper function here too.
13629
13630 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13631
13632         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13633         (gst_avi_demux_init), (gst_avi_demux_dispose),
13634         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13635         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13636         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13637         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13638         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13639         (gst_avi_demux_parse_subindex),
13640         (gst_avi_demux_read_subindexes_push),
13641         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13642         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13643         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13644         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13645         (gst_avi_demux_stream_header_pull),
13646         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13647         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13648         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13649         (gst_avi_demux_change_state):
13650         * gst/avi/gstavidemux.h:
13651           Initial streaming support for avidemux (fixes #336465)
13652
13653 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13654
13655         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13656           There is no taglibmux element ...
13657
13658         * gst/rtsp/gstrtspsrc.c:
13659           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
13660           was complaining about unknown entity here.
13661
13662 2006-08-22  Wim Taymans  <wim@fluendo.com>
13663
13664         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13665         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
13666         (gst_avi_demux_process_next_entry):
13667         * gst/avi/gstavidemux.h:
13668         Mark DISCONT.
13669         Remove old unused fields and reorder the struct a bit.
13670
13671 2006-08-22  Wim Taymans  <wim@fluendo.com>
13672
13673         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13674         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
13675         (gst_rtspsrc_pause):
13676         * gst/rtsp/gstrtspsrc.h:
13677         * sys/oss/gstosssink.c: (gst_oss_sink_open),
13678         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13679         Small documentation updates.
13680
13681 2006-08-22  Wim Taymans  <wim@fluendo.com>
13682
13683         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13684         (gst_avi_demux_index_entry_for_time),
13685         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13686         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
13687         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13688         (gst_avi_demux_next_data_buffer),
13689         (gst_avi_demux_calculate_durations_from_index),
13690         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
13691         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13692         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13693         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
13694         * gst/avi/gstavidemux.h:
13695         Precalc most of the duration query for each stream.
13696         Make seeking more correct.
13697         Use GstSegment to track position and duration.
13698         Code cleanups and leak fixes.
13699         Calculate correct total duration based on index length.
13700
13701 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
13702
13703         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13704         (parse_insert_string_field):
13705           If strings in text fields are marked ISO8859-1, but contain
13706           valid UTF-8 already, then handle them as UTF-8 and ignore
13707           the encoding. (#351794)
13708
13709 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13710
13711         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
13712         (gst_flac_dec_write), (gst_flac_dec_loop),
13713         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
13714         (gst_flac_dec_src_query):
13715         * ext/flac/gstflacdec.h:
13716           Make flac-in-ogg work (#352100).
13717
13718 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13719
13720         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13721           Don't unref buffers of which we've already given away
13722           ownership to the adapter.
13723
13724 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13725
13726         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
13727           Make metadata extraction actually work.
13728
13729         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
13730         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
13731         (gst_speexenc_chain):
13732           Fix metadata writing: replace old code which wrote completely
13733           broken tags with libgsttag-based code. Plus miscellaneous
13734           code cleanups (use static pad templates etc.) and a bunch
13735           of leak fixes.
13736
13737 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13738
13739         * gst/audiopanorama/.cvsignore:
13740         * gst/audiopanorama/Makefile.am:
13741         * gst/audiopanorama/audiofx.c:
13742         * gst/audiopanorama/audiopanorama.c:
13743         * gst/audiopanorama/audiopanorama.h:
13744           die! die! die! you should never have been there
13745
13746 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13747
13748         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13749         Fix invalid memory access in audiopanorama test suite.
13750
13751 2006-08-21  Edward Hervey  <edward@fluendo.com>
13752
13753         * tests/check/elements/.cvsignore:
13754         ignore built file
13755
13756 2006-08-21  Wim Taymans  <wim@fluendo.com>
13757
13758         * gst/rtp/Makefile.am:
13759         Fix the build again.
13760
13761 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13762
13763         * gst/audiofxgood/.cvsignore:
13764         * gst/audiofxgood/Makefile.am:
13765         * gst/audiofxgood/audiofx.c: (plugin_init):
13766         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13767         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13768         (gst_audio_panorama_set_property),
13769         (gst_audio_panorama_get_property),
13770         (gst_audio_panorama_get_unit_size),
13771         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13772         (gst_audio_panorama_transform_m2s),
13773         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13774         * gst/audiofxgood/audiopanorama.h:
13775           resubmit with the desired name *again*
13776
13777 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13778
13779         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
13780         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
13781           use g_assert in _get_unit_size
13782
13783 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13784
13785         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13786         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13787         * docs/plugins/inspect/plugin-audiofxgood.xml:
13788           cleanup -unused.txt to make it useful, add previously missing docs
13789
13790         * ext/Makefile.am:
13791           Quietly (accidentally) enable LADSPA for building by default, 
13792           despite the fact that it doesn't meet the plugin checklist.
13793             -- Added by Jan Schmidt 18 Dec 2006
13794
13795         * ext/esd/esdmon.c:
13796         * ext/esd/esdsink.c:
13797         * ext/esd/gstesd.c: (plugin_init):
13798           reflow to get rid of two external symbols
13799
13800         * gst/audiofxgood/audiofx.c: (plugin_init):
13801           re-add
13802
13803 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13804
13805         * configure.ac:
13806         * gst/audiofxgood/.cvsignore:
13807         * gst/audiofxgood/Makefile.am:
13808         * gst/audiofxgood/audiofx.c
13809         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13810         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13811         (gst_audio_panorama_set_property),
13812         (gst_audio_panorama_get_property),
13813         (gst_audio_panorama_get_unit_size),
13814         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13815         (gst_audio_panorama_transform_m2s),
13816         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13817         * gst/audiofxgood/audiopanorama.h:
13818         * tests/check/Makefile.am:
13819         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13820         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13821         (panorama_suite), (main):
13822         Add audiofxgood plugin with audiopanorama element
13823
13824 2006-08-18  Wim Taymans  <wim@fluendo.com>
13825
13826         * docs/plugins/Makefile.am:
13827         More Oss docs fixage. 
13828
13829 2006-08-18  Wim Taymans  <wim@fluendo.com>
13830
13831         * gst/rtp/Makefile.am:
13832         * gst/rtp/gstrtp.c: (plugin_init):
13833         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13834         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13835         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13836         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13837         (gst_rtp_sv3v_depay_get_property),
13838         (gst_rtp_sv3v_depay_change_state),
13839         (gst_rtp_sv3v_depay_plugin_init):
13840         * gst/rtp/gstrtpsv3vdepay.h:
13841         Added experimental SVQ3 depayloader.
13842
13843 2006-08-18  Edward Hervey  <edward@fluendo.com>
13844
13845         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13846         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13847         * ext/dv/gstdvdemux.h:
13848         When handling seek requests, don't send the newsegment event from the
13849         calling thread. Instead save it so it can be sent from the streaming
13850         thread.
13851
13852 2006-08-17  Wim Taymans  <wim@fluendo.com>
13853
13854         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13855
13856         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13857         Accept leading whitespace before the boundary
13858         This patch makes the demuxer allow some whitespace before the actual
13859         boundary. This makes the demuxer work with the ``old'' gstreamer
13860         multipartmuxer again (which placed an extra \n before the start
13861         of the stream) Fixes #349068.
13862
13863 2006-08-17  Wim Taymans  <wim@fluendo.com>
13864
13865         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13866         Error out on non-implemented stuff.
13867
13868 2006-08-16  Wim Taymans  <wim@fluendo.com>
13869
13870         Patch by: Andy Wingo <wingo at pobox dot com>
13871
13872         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13873         (gst_signal_processor_start), (gst_signal_processor_stop),
13874         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13875         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13876         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13877         (gst_signal_processor_change_state):
13878         Make ladspa elements reusable. Fixes #350006.
13879
13880 2006-08-16  Wim Taymans  <wim@fluendo.com>
13881
13882         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13883         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13884         names as possible. Fixes #349901.
13885
13886 2006-08-16  Wim Taymans  <wim@fluendo.com>
13887
13888         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13889         (gst_signal_processor_do_pushes):
13890         A push() gives away our refcount so we should not use the buffer on the
13891         pen anymore.
13892
13893 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13894
13895         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13896         (gst_oss_mixer_element_finalize):
13897           Don't leak device string.
13898
13899 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13900
13901         * configure.ac:
13902           Require CVS of GStreamer core and -base (for
13903           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13904
13905         * ext/taglib/gstid3v2mux.cc:
13906           Write extended comment tags properly (#348762).
13907
13908         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13909         (parse_comment_frame):
13910           Extract COMM frames into extended comments, which makes it
13911           easier to properly retain the description bit of the tag
13912           and maintain this information when re-tagging (#348762).
13913
13914 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13915
13916         * tests/check/Makefile.am:
13917           Don't try to run annodex unit tests if the annodex
13918           plugin has not been built (Fixes #351116).
13919
13920 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13921
13922         * gst/autodetect/gstautoaudiosink.c:
13923         (gst_auto_audio_sink_find_best):
13924           When we can't find a usable audiosink, don't error out,
13925           but use a fake sink instead and post a warning message
13926           on the bus (#341278).
13927
13928 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13929
13930         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13931         * sys/oss/gstosssink.c:
13932         * sys/oss/gstosssrc.c:
13933           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13934           ossmixer's new device property.
13935
13936         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13937         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13938           Add docs for OSS elements.
13939
13940         * docs/plugins/inspect/plugin-aasink.xml:
13941         * docs/plugins/inspect/plugin-alaw.xml:
13942         * docs/plugins/inspect/plugin-alpha.xml:
13943         * docs/plugins/inspect/plugin-alphacolor.xml:
13944         * docs/plugins/inspect/plugin-annodex.xml:
13945         * docs/plugins/inspect/plugin-apetag.xml:
13946         * docs/plugins/inspect/plugin-auparse.xml:
13947         * docs/plugins/inspect/plugin-autodetect.xml:
13948         * docs/plugins/inspect/plugin-avi.xml:
13949         * docs/plugins/inspect/plugin-cacasink.xml:
13950         * docs/plugins/inspect/plugin-cairo.xml:
13951         * docs/plugins/inspect/plugin-cdio.xml:
13952         * docs/plugins/inspect/plugin-cutter.xml:
13953         * docs/plugins/inspect/plugin-debug.xml:
13954         * docs/plugins/inspect/plugin-dv.xml:
13955         * docs/plugins/inspect/plugin-efence.xml:
13956         * docs/plugins/inspect/plugin-effectv.xml:
13957         * docs/plugins/inspect/plugin-esdsink.xml:
13958         * docs/plugins/inspect/plugin-flac.xml:
13959         * docs/plugins/inspect/plugin-flxdec.xml:
13960         * docs/plugins/inspect/plugin-gconfelements.xml:
13961         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13962         * docs/plugins/inspect/plugin-goom.xml:
13963         * docs/plugins/inspect/plugin-halelements.xml:
13964         * docs/plugins/inspect/plugin-icydemux.xml:
13965         * docs/plugins/inspect/plugin-id3demux.xml:
13966         * docs/plugins/inspect/plugin-jpeg.xml:
13967         * docs/plugins/inspect/plugin-level.xml:
13968         * docs/plugins/inspect/plugin-matroska.xml:
13969         * docs/plugins/inspect/plugin-mulaw.xml:
13970         * docs/plugins/inspect/plugin-multipart.xml:
13971         * docs/plugins/inspect/plugin-navigationtest.xml:
13972         * docs/plugins/inspect/plugin-ossaudio.xml:
13973         * docs/plugins/inspect/plugin-png.xml:
13974         * docs/plugins/inspect/plugin-rtp.xml:
13975         * docs/plugins/inspect/plugin-rtsp.xml:
13976         * docs/plugins/inspect/plugin-shout2send.xml:
13977         * docs/plugins/inspect/plugin-smpte.xml:
13978         * docs/plugins/inspect/plugin-speex.xml:
13979         * docs/plugins/inspect/plugin-taglib.xml:
13980         * docs/plugins/inspect/plugin-udp.xml:
13981         * docs/plugins/inspect/plugin-videobalance.xml:
13982         * docs/plugins/inspect/plugin-videobox.xml:
13983         * docs/plugins/inspect/plugin-videoflip.xml:
13984         * docs/plugins/inspect/plugin-videomixer.xml:
13985         * docs/plugins/inspect/plugin-wavenc.xml:
13986         * docs/plugins/inspect/plugin-wavparse.xml:
13987         * docs/plugins/inspect/plugin-ximagesrc.xml:
13988           Update to CVS version.
13989           
13990 2006-08-16  Wim Taymans  <wim@fluendo.com>
13991
13992         * gst/rtp/gstrtpamrdepay.c:
13993         * gst/rtp/gstrtpmp4gdepay.c:
13994         Caps extra properties must be defined as strings for
13995         depayloaders because they are generated from an SDP.
13996
13997         * gst/rtp/Makefile.am:
13998         * gst/rtp/gstrtp.c: (plugin_init):
13999         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14000         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14001         (gst_rtp_h264_depay_finalize), (decode_base64),
14002         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14003         (gst_rtp_h264_depay_set_property),
14004         (gst_rtp_h264_depay_get_property),
14005         (gst_rtp_h264_depay_change_state),
14006         (gst_rtp_h264_depay_plugin_init):
14007         * gst/rtp/gstrtph264depay.h:
14008         Added basic, not completely functional RFC 3984 H264 depayloader.
14009
14010 2006-08-16  Wim Taymans  <wim@fluendo.com>
14011
14012         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14013         Add pads after setting them up.
14014
14015         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14016         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14017         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14018         (gst_rtspsrc_stream_setup_rtp),
14019         (gst_rtspsrc_stream_configure_transport),
14020         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14021         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14022         (gst_rtspsrc_pause):
14023         * gst/rtsp/gstrtspsrc.h:
14024         Fix interleaved mode.
14025          - Protect streaming with lock.
14026          - Combine flows
14027          - set caps on outgoing buffers.
14028          - strip trailing \0 from data packets.
14029          - Configure RTP/RTCP in stream.
14030         Use DEBUG_OBJECT more.
14031
14032 2006-08-16  Wim Taymans  <wim@fluendo.com>
14033
14034         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14035         Turn a g_print into a DEBUG line.
14036
14037 2006-08-13  Wim Taymans  <wim@fluendo.com>
14038
14039         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14040         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14041         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14042         (gst_oss_mixer_element_get_property),
14043         (gst_oss_mixer_element_change_state):
14044         * sys/oss/gstossmixerelement.h:
14045         Small cleanups. Better error reporting.
14046         Add device property for the mixer instead of the hardcoded
14047         /dev/mixer. Fixes #350785.
14048         API: GstOssMixerElement::device property
14049
14050 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14051
14052         Patch by: Jens Granseuer <jensgr at gmx net>
14053
14054         * gconf/Makefile.am:
14055           Make --disable-schemas work right (they still need
14056           to be copied to the installation directory, just not
14057           applied). Fixes #351347 (also #344100).
14058           
14059 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14060
14061         * configure.ac: back to HEAD
14062
14063 === release 0.10.4 ===
14064
14065 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14066
14067         * configure.ac:
14068           releasing 0.10.4, "Dear Leader"
14069
14070 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14071
14072         Patch by: Edward Hervey <edward@fluendo.com>
14073
14074         * configure.ac:
14075         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14076         (gst_wavparse_stream_data):
14077         Send the newsegment event in the streaming thread.
14078         Fixes #347529
14079
14080 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14081
14082         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14083         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14084         (gst_smokeenc_resync), (gst_smokeenc_chain):
14085           Refuse sink caps in the encoder if width or height is not a
14086           multiple of 16, the encoder does not support that yet (#349939);
14087           along the same lines, check the return value of the encoder
14088           setup function; also remove some debug log clutter.
14089
14090 2006-08-04  Andy Wingo  <wingo@pobox.com>
14091
14092         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14093         whether a processor can work in place or not, and for keeping
14094         track of its state. Change the FlowReturn instance variable from
14095         "state" to "flow_state", all callers changed.
14096
14097         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14098         (gst_signal_processor_start, gst_signal_processor_stop)
14099         (gst_signal_processor_cleanup): New functions to manage the
14100         processor's state.
14101         (gst_signal_processor_setcaps): start() as well as setup() here.
14102         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14103         (gst_signal_processor_change_state): Stop and cleanup the
14104         processor as we go to NULL.
14105
14106         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14107         INPLACE_BROKEN is not set.
14108
14109         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14110         Do the alloc_buffer in bytes, not frames.
14111         
14112 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14113
14114         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14115         Fix rgb masks when recording in < 24bpp.
14116
14117 2006-08-04  Andy Wingo  <wingo@pobox.com>
14118
14119         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14120         (gst_signal_processor_prepare)
14121         (gst_signal_processor_update_inputs)
14122         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14123         (gst_signal_processor_flush)
14124         (gst_signal_processor_sink_activate_push)
14125         (gst_signal_processor_src_activate_pull)
14126         (gst_signal_processor_change_state): Remove the last of the code
14127         that assumes that we process whole buffers at a time. Fix some
14128         debugging. Seems to work now in some cases.
14129         (gst_signal_processor_src_activate_pull): BPB
14130
14131 2006-08-01  Andy Wingo  <wingo@pobox.com>
14132
14133         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14134         Fix nframes-choosing.
14135         (gst_signal_processor_init): Init pending_in and pending_out.
14136
14137         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14138         more default sample rate, although we never check that the sample
14139         rate actually gets set. Something for the future.
14140         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14141         (gst_signal_processor_event): Refcount fixen.
14142         (gst_signal_processor_process): Pull the number of frames to
14143         process from the sizes of the buffers in the input pens.
14144         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14145         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14146         it instead of buffer_frames.
14147         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14148         to do_pulls.
14149         (gst_signal_processor_chain)
14150         (gst_signal_processor_sink_activate_push)
14151         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14152
14153         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14154
14155 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14156
14157         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14158         (gst_signal_processor_process):
14159           don't query buffer-frames from caps, add lots of debug-log,
14160           try fix for assert (#349189)
14161
14162 2006-07-31  Wim Taymans  <wim@fluendo.com>
14163
14164         * gst/udp/gstudpsrc.c:
14165         Fix docs.
14166
14167 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14168
14169         * ext/ladspa/gstsignalprocessor.c:
14170         (gst_signal_processor_add_pad_from_template),
14171         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14172         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14173         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14174         (gst_signal_processor_sink_activate_push),
14175         (gst_signal_processor_src_activate_pull),
14176         (gst_signal_processor_change_state):
14177          Add debugs logs here and there, add more error handling, add some
14178          FIXME comments, filed #349189
14179
14180 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14181
14182         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14183         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14184         Set caps on buffer correctly.  Fixes bug #349155.
14185
14186 2006-07-28  Wim Taymans  <wim@fluendo.com>
14187
14188         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14189
14190         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14191         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14192         (gst_multipart_demux_finalize), (get_line_end),
14193         (multipart_parse_header), (multipart_find_boundary),
14194         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14195         (gst_multipart_set_property), (gst_multipart_get_property):
14196         Uses GstAdapter instead of own buffering.
14197         Actually parses the mime-type correctly (In tests the mime-type was
14198         always "" with the old version).
14199         Uses the Content-length header if available to speed up things.
14200         Reliably autoscans the boundary name by default.
14201         Fixes #349068.
14202
14203         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14204         Don't start the stream with a \n.
14205
14206 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14207
14208         Patch by: Brian Cameron <brian dot cameron at sun com>
14209
14210         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14211           Open source with O_NONBLOCK (#349015).
14212
14213 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14214
14215         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14216         (gst_avi_demux_massage_index):
14217         * gst/avi/gstavidemux.h:
14218           Whitespace fixes and more debug
14219
14220 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14221
14222         * gst/autodetect/gstautoaudiosink.c:
14223         (gst_auto_audio_sink_create_element_with_pretty_name),
14224         (gst_auto_audio_sink_find_best),
14225         (gst_auto_audio_sink_change_state):
14226           Get rid of old and unused magic sound-server properties stuff.
14227           Add suffix to child sink's name that makes it easy to see from
14228           the name alone which type it actually is (alsa, oss, esd, etc.).
14229
14230 2006-07-27  Wim Taymans  <wim@fluendo.com>
14231
14232         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14233         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14234         (gst_udpsrc_start):
14235         * gst/udp/gstudpsrc.h:
14236         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14237         not some sort of feature we enable.
14238
14239 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14240
14241         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14242           Use CLOSE_SOCKET() here instead of close() to maintain
14243           win32 workiness.
14244
14245 2006-07-27  Wim Taymans  <wim@fluendo.com>
14246
14247         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14248
14249         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14250         (gst_udpsrc_create), (gst_udpsrc_set_property),
14251         (gst_udpsrc_get_property), (gst_udpsrc_start):
14252         * gst/udp/gstudpsrc.h:
14253         Added "buffer-size" property to control the kernel receive buffer size.
14254         Update documentation.
14255         Small cleanups. Fixes #348752.
14256         API: buffer-size property
14257
14258 2006-07-26  Wim Taymans  <wim@fluendo.com>
14259
14260         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14261
14262         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14263         (gst_rtp_pcma_pay_handle_buffer):
14264         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14265         (gst_rtp_pcmu_pay_handle_buffer):
14266         Fix timestamp calculation on outgoing RTP packets.
14267         Fixes #348675.
14268
14269 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14270
14271         * ext/taglib/gstid3v2mux.cc:
14272           Fix writing of comment frames (should be COMM not TCOM),
14273           is still sub-optimal though, since we don't retain or
14274           extract the comment descriptions properly (#334375,
14275           also see #334375).
14276
14277 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14278
14279         * gst/wavparse/gstwavparse.c:
14280           #define 'fact' RIFF chunk if we are not compiling against
14281           -base CVS (we don't want to depend on -base CVS for this
14282           one define only, and also not for release order reasons).
14283
14284 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14285
14286         * ext/taglib/gstid3v2mux.cc:
14287           Handle multiple tags of the same type properly. Re-inject
14288           unparsed ID3v2 frames that we get as binary blobs from
14289           id3demux into the tag again so we don't lose information
14290           when retagging (#334375).
14291
14292 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14293
14294         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14295           Document newly-added properties properly, so that there is a
14296           'Since: 0.10.4' in the plugin docs. Convert some property
14297           names into canonical GObject style (GObject will do that
14298           internally anyway).
14299
14300 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14301
14302         * gst/id3demux/id3tags.c:
14303         (id3demux_add_id3v2_frame_blob_to_taglist):
14304           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14305           well, and add the version to the blob's buffer caps, since that
14306           information will be needed for deserialisation later on (#348644).
14307
14308 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14309
14310         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14311         (gst_avi_demux_parse_stream):
14312          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14313          indentation and spacing.
14314
14315 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14316
14317         * docs/plugins/Makefile.am:
14318         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14319         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14320         * docs/plugins/gst-plugins-good-plugins.args:
14321         * docs/plugins/inspect/plugin-1394.xml:
14322         * docs/plugins/inspect/plugin-aasink.xml:
14323         * docs/plugins/inspect/plugin-alaw.xml:
14324         * docs/plugins/inspect/plugin-alpha.xml:
14325         * docs/plugins/inspect/plugin-alphacolor.xml:
14326         * docs/plugins/inspect/plugin-annodex.xml:
14327         * docs/plugins/inspect/plugin-apetag.xml:
14328         * docs/plugins/inspect/plugin-auparse.xml:
14329         * docs/plugins/inspect/plugin-autodetect.xml:
14330         * docs/plugins/inspect/plugin-avi.xml:
14331         * docs/plugins/inspect/plugin-cacasink.xml:
14332         * docs/plugins/inspect/plugin-cairo.xml:
14333         * docs/plugins/inspect/plugin-cdio.xml:
14334         * docs/plugins/inspect/plugin-cutter.xml:
14335         * docs/plugins/inspect/plugin-debug.xml:
14336         * docs/plugins/inspect/plugin-dv.xml:
14337         * docs/plugins/inspect/plugin-efence.xml:
14338         * docs/plugins/inspect/plugin-effectv.xml:
14339         * docs/plugins/inspect/plugin-esdsink.xml:
14340         * docs/plugins/inspect/plugin-flac.xml:
14341         * docs/plugins/inspect/plugin-flxdec.xml:
14342         * docs/plugins/inspect/plugin-gconfelements.xml:
14343         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14344         * docs/plugins/inspect/plugin-goom.xml:
14345         * docs/plugins/inspect/plugin-halelements.xml:
14346         * docs/plugins/inspect/plugin-icydemux.xml:
14347         * docs/plugins/inspect/plugin-id3demux.xml:
14348         * docs/plugins/inspect/plugin-jpeg.xml:
14349         * docs/plugins/inspect/plugin-level.xml:
14350         * docs/plugins/inspect/plugin-matroska.xml:
14351         * docs/plugins/inspect/plugin-mulaw.xml:
14352         * docs/plugins/inspect/plugin-multipart.xml:
14353         * docs/plugins/inspect/plugin-navigationtest.xml:
14354         * docs/plugins/inspect/plugin-ossaudio.xml:
14355         * docs/plugins/inspect/plugin-png.xml:
14356         * docs/plugins/inspect/plugin-rtp.xml:
14357         * docs/plugins/inspect/plugin-rtsp.xml:
14358         * docs/plugins/inspect/plugin-shout2send.xml:
14359         * docs/plugins/inspect/plugin-smpte.xml:
14360         * docs/plugins/inspect/plugin-speex.xml:
14361         * docs/plugins/inspect/plugin-udp.xml:
14362         * docs/plugins/inspect/plugin-videobalance.xml:
14363         * docs/plugins/inspect/plugin-videobox.xml:
14364         * docs/plugins/inspect/plugin-videoflip.xml:
14365         * docs/plugins/inspect/plugin-videomixer.xml:
14366         * docs/plugins/inspect/plugin-wavenc.xml:
14367         * docs/plugins/inspect/plugin-wavparse.xml:
14368         * docs/plugins/inspect/plugin-ximagesrc.xml:
14369           Update files to CVS/Prerelease version, add esdsink docs.
14370
14371         * ext/esd/esdsink.c:
14372           Add gtk-doc blurb.
14373
14374         * gst/rtp/gstrtpmp4vpay.c:
14375           Fix typo in element description.
14376
14377 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14378
14379         * ext/esd/esdsink.c: (gst_esdsink_open),
14380         (gst_esdsink_factory_init):
14381           Prevent libesd from auto-spawning a sound daemon if it
14382           is not already running. Now that we don't do evil stuff
14383           like that any longer we can give esdsink a rank so that
14384           autoaudiosink will try it as well if all other audio
14385           sinks fail (#343051).
14386
14387 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14388
14389         * ext/esd/Makefile.am:
14390           Oops, need to remove README from EXTRA_DIST as well.
14391
14392 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14393
14394         * ext/esd/README:
14395           Remove, it contains nothing useful anyway.
14396
14397         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14398         (gst_esdsink_delay):
14399           Some small clean-ups; use GST_BOILERPLATE etc.
14400
14401 2006-07-24  Wim Taymans  <wim@fluendo.com>
14402
14403         * gst/law/alaw-decode.c: (alawdec_getcaps):
14404         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14405         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14406         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14407         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14408
14409 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14410
14411         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14412         (gst_wavparse_other), (gst_wavparse_perform_seek),
14413         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14414         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14415         (gst_wavparse_pad_query):
14416         * gst/wavparse/gstwavparse.h:
14417           Use information from 'fact' chunk for length calculation of compressed
14418           samples. Calculate bps if bogus value is found in wav header (embeded
14419           mp2/mp3).
14420           
14421
14422 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14423
14424         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14425
14426         * configure.ac:
14427         * gst/udp/Makefile.am:
14428         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14429         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14430         * gst/udp/gstdynudpsink.h:
14431         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14432         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14433         * gst/udp/gstmultiudpsink.h:
14434         * gst/udp/gstudp.c: (plugin_init):
14435         * gst/udp/gstudpsink.h:
14436         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14437         (gst_udpsrc_start), (gst_udpsrc_stop):
14438         * gst/udp/gstudpsrc.h:
14439         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14440         (gst_udp_net_utils_win32_wsa_startup):
14441         * gst/udp/gstudpnetutils.h:
14442           Port udp plugin to win32 (#345288).
14443
14444 2006-07-24  Wim Taymans  <wim@fluendo.com>
14445
14446         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14447         Remove unwanted DEBUG line.
14448
14449 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14450
14451         * gst/id3demux/gstid3demux.c: (plugin_init):
14452         * gst/id3demux/id3tags.c:
14453         (id3demux_add_id3v2_frame_blob_to_taglist):
14454         * gst/id3demux/id3tags.h:
14455           On second thought, it might be wiser and more efficient
14456           not to do tag registration from a streaming thread.
14457
14458 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14459
14460         * gst/id3demux/id3tags.c:
14461         (id3demux_add_id3v2_frame_blob_to_taglist),
14462         (id3demux_id3v2_frames_to_tag_list):
14463           Put ID3v2 frames we can't parse as binary blobs into private
14464           tags, so that they are not lost when retagging, at least once
14465           id3v2mux has been taught to re-inject those frames again.
14466           See bug #334375.
14467
14468 2006-07-21  Wim Taymans  <wim@fluendo.com>
14469
14470         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14471         (gst_avi_demux_process_next_entry):
14472         Fix some leaks.
14473
14474         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14475         Don't use \n in debug lines.
14476
14477 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14478
14479         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14480         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14481           Add annodex and icydemux, cleanup the sections a bit
14482
14483 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14484
14485         Patch by: Alex Lancaster <alexl at users sourceforge net>
14486
14487         * ext/taglib/gstid3v2mux.cc:
14488           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14489           ID3v2 TSSE frames (#347898).
14490
14491 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14492
14493         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14494           Respect mpegversion for "video/mpeg" and give message in case of
14495           unhandled versions.
14496
14497 2006-07-17  Wim Taymans  <wim@fluendo.com>
14498
14499         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14500         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14501         (gst_pngdec_chain), (gst_pngdec_sink_event),
14502         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14503         (gst_pngdec_sink_activate_push):
14504         * ext/libpng/gstpngdec.h:
14505         Use statically allocated segment instead of leaking.
14506         Various cleanups.
14507         Fix flush and seek handling.
14508
14509 2006-07-16  Wim Taymans  <wim@fluendo.com>
14510
14511         * gst/rtp/Makefile.am:
14512         * gst/rtp/gstrtp.c: (plugin_init):
14513         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14514         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14515         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14516         (gst_rtp_mp4g_depay_set_property),
14517         (gst_rtp_mp4g_depay_get_property),
14518         (gst_rtp_mp4g_depay_change_state),
14519         (gst_rtp_mp4g_depay_plugin_init):
14520         * gst/rtp/gstrtpmp4gdepay.h:
14521         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14522         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14523         (gst_rtp_mp4g_pay_flush):
14524         Added simple generic mpeg4 depayloader.
14525         Fix generic mpeg4 payloader.
14526
14527 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14528
14529         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14530           Don't try doing state changes on a NULL pointer.
14531
14532 2006-07-14  Wim Taymans  <wim@fluendo.com>
14533
14534         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14535
14536         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14537         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14538         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14539         * gst/rtp/gstrtpamrdepay.h:
14540         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14541         Fixes #321191
14542
14543 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14544
14545         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14546         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14547         Fix segfault when moving mouse pointer to the bottom right corner.
14548
14549 2006-07-12  Wim Taymans  <wim@fluendo.com>
14550
14551         * gst/rtp/Makefile.am:
14552         * gst/rtp/gstrtp.c: (plugin_init):
14553         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14554         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14555         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14556         (gst_rtp_mp2t_depay_set_property),
14557         (gst_rtp_mp2t_depay_get_property),
14558         (gst_rtp_mp2t_depay_change_state),
14559         (gst_rtp_mp2t_depay_plugin_init):
14560         * gst/rtp/gstrtpmp2tdepay.h:
14561         Added mpeg2 TS depayloader. Closing #347234.
14562
14563 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14564
14565         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14566           Remove g_assert that shouldn't be there and was triggered
14567           after trying to open a device that doesn't exist or can't
14568           be opened for some other reason (#347972).
14569
14570 2006-07-10  Edward Hervey  <edward@fluendo.com>
14571
14572         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14573         (gst_avi_demux_stream_header), (push_tag_lists):
14574         * gst/avi/gstavidemux.h:
14575         Don't push tag events found by gst_riff_parse_info() before outputting
14576         GST_EVENT_NEWSEGMENT.
14577
14578 2006-07-10  Wim Taymans  <wim@fluendo.com>
14579
14580         * gst/rtsp/Makefile.am:
14581         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14582         (rtsp_connection_close):
14583         * gst/rtsp/rtspdefs.h:
14584         replaced closesocket and close in code with one CLOSE_SOCKET. 
14585         Some more cleanups. Fixes #345301.
14586
14587 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14588
14589         * gst/autodetect/gstautoaudiosink.c:
14590           Fix example pipeline in docs.
14591
14592 2006-07-10  Wim Taymans  <wim@fluendo.com>
14593
14594         Patch by: Rob Taylor <robtaylor at floopily dot org>
14595
14596         * gst/udp/gstmultiudpsink.c: (join_multicast),
14597         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14598         If a destination is added before the stream is set to PAUSED, the
14599         multicast group is not joined as the socket is not created yet. 
14600         Also TTL and LOOP should also be set. Fixes #346921.
14601
14602 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14603
14604         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14605         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14606         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14607         (gst_ximage_src_init):
14608         * sys/ximage/gstximagesrc.h:
14609         Fix use-damage property to actually work :)
14610         Add startx, starty, endx, endy properties so screencasts other than full
14611         screen ones can work.
14612
14613 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14614
14615         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14616         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14617         (gst_ximage_src_class_init), (gst_ximage_src_init):
14618         * sys/ximage/gstximagesrc.h:
14619         Add use_damage property to offer ability to choose whether to use
14620         XDamage or not.
14621
14622 2006-07-07  Wim Taymans  <wim@fluendo.com>
14623
14624         * gst/goom/filters.c: (zoomFilterSetResolution):
14625         Avoid goom coredumping by clearing memory. 
14626         Fixes 345679.
14627
14628 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14629
14630         * win32/vs6/libgstid3demux.dsp:
14631         Add a link to libgsttag-0.10.lib.
14632
14633 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14634
14635         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14636         (gst_tag_demux_read_range):
14637         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14638         (gst_id3demux_read_range):
14639           Don't return FLOW_UNEXPECTED when a buffer is before
14640           the start of the stream (which might happen with
14641           large ID3v2 tags if the tag reading was done pullrange
14642           based and we then switched to push mode later on).
14643           Fixes regression introduced by commit from June 29th.
14644
14645 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14646
14647         * ext/taglib/gstid3v2mux.cc:
14648           Make UTF-8 the default encoding when writing string
14649           tags (before, our UTF-8 strings would automatically
14650           be converted to ISO-8859-1 by taglib and written as
14651           ISO-8859-1 fields if that was possible).
14652
14653         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14654         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14655         (test_taglib_id3mux_with_tags):
14656           Add test case that makes sure our UTF-8 strings have
14657           actually been written into the tag as UTF-8.
14658
14659 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14660
14661         * configure.ac:
14662           Let's try that again.
14663
14664 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14665
14666         * configure.ac:
14667           Disable monoscope plugin for now until it fulfills
14668           all the requirements.
14669
14670 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14671
14672         * configure.ac:
14673         * gst/monoscope/Makefile.am:
14674         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
14675         (gst_monoscope_class_init), (gst_monoscope_init),
14676         (gst_monoscope_finalize), (gst_monoscope_reset),
14677         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
14678         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
14679         (gst_monoscope_sink_event), (gst_monoscope_src_event),
14680         (gst_monoscope_change_state), (plugin_init):
14681         * gst/monoscope/gstmonoscope.h:
14682           Port monoscope visualisation to 0.10.
14683
14684 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14685
14686         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
14687         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14688           Return FLOW_UNEXPECTED when at the end of the file, not
14689           FLOW_ERROR. Fixes 'internal stream error' errors that
14690           would sometimes occur in totem when scrubbing to the
14691           end of an ID3v1 tagged mp3 file.
14692
14693 2006-07-03  Edward Hervey  <edward@fluendo.com>
14694
14695         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
14696         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
14697         (gst_pngdec_sink_event), (gst_pngdec_change_state):
14698         * ext/libpng/gstpngdec.h:
14699         Implement buffer clipping/dropping using GstSegment.
14700         This provides accurate seeking.
14701
14702 2006-07-03  Edward Hervey  <edward@fluendo.com>
14703
14704         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14705         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14706         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14707         (gst_avi_demux_process_next_entry), (push_tag_lists),
14708         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14709         * gst/avi/gstavidemux.h:
14710         Proper aggregation of each stream's GstFlowReturn in order to figure out
14711         whether the task should stop or not.
14712         Don't send inline events before pushing out a NEW_SEGMENT, more
14713         specifically for GST_TAG_EVENT.
14714         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
14715         sub-indexes.
14716
14717 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14718
14719         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14720
14721         * sys/sunaudio/gstsunaudiomixerctrl.c:
14722         (gst_sunaudiomixer_ctrl_build_list):
14723           Move "Monitor" slider to input tab so it works more like
14724           sdtaudiocontrol, which is what people on Solaris are used
14725           to using for their mixer program (#346259).
14726
14727 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14728
14729         * tests/check/elements/level.c: (GST_START_TEST):
14730           fix a leak, clean up at the end
14731
14732 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14733
14734         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14735         (gst_matroska_demux_send_event),
14736         (gst_matroska_demux_loop_stream_parse_id):
14737         * gst/matroska/matroska-ids.h:
14738           Send tag event after newsegment event.
14739
14740 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14741
14742         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14743         (gst_id3demux_read_range):
14744           Make sure we don't return GST_FLOW_OK with a NULL buffer in
14745           certain cases where a read beyond the end of the file is
14746           requested. Fixes #345930.
14747
14748         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14749         (gst_tag_demux_read_range):
14750           Fix same issue here as well.
14751
14752 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14753
14754         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
14755         
14756         Fix hypothetical crash.
14757
14758 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
14759
14760         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14761
14762         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
14763           Do not modify the ports value. If the user has turned off the
14764           built-in speakers, then we should not reset it in the prepare
14765           function, since this causes the built-in speakers to turn
14766           back on anytime the user changes a track in totem, rhythmbox,
14767           etc. (#346066).
14768
14769 2006-06-23  Wim Taymans  <wim@fluendo.com>
14770
14771         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14772         Fix double caps unref when negotiation fails.
14773
14774 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14775
14776         * ext/annodex/gstcmmldec.c:
14777         * ext/annodex/gstcmmlenc.c:
14778         * ext/annodex/gstcmmlparser.c:
14779         * ext/dv/gstdvdec.c:
14780         * ext/dv/gstdvdemux.c:
14781         * ext/gdk_pixbuf/pixbufscale.c:
14782         * ext/jpeg/gstjpegenc.c:
14783         * ext/jpeg/gstsmokedec.c:
14784         * ext/jpeg/gstsmokeenc.c:
14785         * ext/libpng/gstpngdec.c:
14786         * ext/libpng/gstpngenc.c:
14787         * ext/speex/gstspeexenc.c:
14788         * gst/alpha/gstalphacolor.c:
14789         * gst/cutter/gstcutter.c:
14790         * gst/debug/gstnavigationtest.c:
14791         * gst/icydemux/gsticydemux.c:
14792         * gst/level/gstlevel.c:
14793         * gst/multipart/multipart.c:
14794         * gst/rtp/gstrtpamrpay.c:
14795         * gst/rtp/gstrtpdepay.c:
14796         * gst/rtp/gstrtpilbcpay.c:
14797         * gst/rtp/gstrtpmp4gpay.c:
14798         * gst/rtp/gstrtpmp4vpay.c:
14799         * gst/rtsp/gstrtpdec.c:
14800         * gst/rtsp/gstrtspsrc.c:
14801         * gst/udp/gstdynudpsink.c:
14802         * gst/udp/gstmultiudpsink.c:
14803         * gst/udp/gstudpsrc.c:
14804         * gst/videobox/gstvideobox.c:
14805         * gst/videofilter/gstvideoflip.c:
14806           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
14807           plus two minor macro fixes.
14808
14809 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14810
14811         * gst/matroska/matroska-demux.c:
14812         (gst_matroska_demux_check_subtitle_buffer),
14813         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14814         (gst_matroska_demux_subtitle_caps):
14815         * gst/matroska/matroska-ids.c:
14816         (gst_matroska_track_init_subtitle_context):
14817         * gst/matroska/matroska-ids.h:
14818           Try to fix up broken matroska files containing subtitle
14819           streams with non-UTF8 character encodings (courtesy of
14820           mkvmerge) using either the encoding specified in the
14821           GST_SUBTITLE_ENCODING environment variable or the
14822           current locale's character set if it is non-UTF8.
14823           Fixes #337076.
14824
14825 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14826
14827         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14828           Set image type from APIC frame as "image-type" field
14829           of GST_TAG_IMAGE buffer caps (#344605).
14830
14831 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14832
14833         * ext/flac/Makefile.am:
14834         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14835         (gst_flac_dec_reset_decoders),
14836         (gst_flac_dec_setup_seekable_decoder),
14837         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14838         (gst_flac_dec_metadata_callback),
14839         (gst_flac_dec_metadata_callback_seekable),
14840         (gst_flac_dec_metadata_callback_stream),
14841         (gst_flac_dec_error_callback),
14842         (gst_flac_dec_error_callback_seekable),
14843         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14844         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14845         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14846         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14847         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14848         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14849         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14850         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14851         (gst_flac_dec_sink_activate_push),
14852         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14853         * ext/flac/gstflacdec.h:
14854           Support chain-based operation, should make flac-over-DAAP
14855           work (#340492).
14856
14857 2006-06-20  Wim Taymans  <wim@fluendo.com>
14858
14859         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14860         Doc updates, merge some unused symbols.
14861
14862 2006-06-20  Wim Taymans  <wim@fluendo.com>
14863
14864         * docs/plugins/Makefile.am:
14865         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14866         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14867         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14868         * gst/rtsp/gstrtspsrc.c:
14869         * gst/rtsp/gstrtspsrc.h:
14870         Added documentation for the rtsp plugin. Fixes #345393.
14871
14872 2006-06-20  Wim Taymans  <wim@fluendo.com>
14873
14874         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14875         (rtsp_connection_close), (rtsp_connection_free):
14876         Use better G_OS_* macros. Fixes #345301 some more.
14877
14878 2006-06-20  Wim Taymans  <wim@fluendo.com>
14879
14880         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14881
14882         * sys/sunaudio/Makefile.am:
14883         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14884         * sys/sunaudio/gstsunaudiomixerctrl.c:
14885         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14886         (gst_sunaudiomixer_ctrl_list_tracks),
14887         (gst_sunaudiomixer_ctrl_get_volume),
14888         (gst_sunaudiomixer_ctrl_set_volume),
14889         (gst_sunaudiomixer_ctrl_set_mute),
14890         (gst_sunaudiomixer_ctrl_set_record):
14891         * sys/sunaudio/gstsunaudiomixerctrl.h:
14892         * sys/sunaudio/gstsunaudiomixertrack.c:
14893         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14894         * sys/sunaudio/gstsunaudiomixertrack.h:
14895         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14896         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14897         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14898         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14899         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14900         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14901         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14902         (gst_sunaudiosrc_reset):
14903         * sys/sunaudio/gstsunaudiosrc.h:
14904         Add a SunAudio source plugin.
14905         Support stereo and right/left channel gain in the mixer plugin.
14906         Support the RECORD flag so that you can switch between line-input and
14907         microphone in gnome-volume-control.
14908         Code cleanups like using an enumerator for track number instead of an 
14909         integer. Fixes #344923.
14910
14911 2006-06-20  Wim Taymans  <wim@fluendo.com>
14912
14913         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14914
14915         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14916         (rtsp_connection_close):
14917         Make RTSP plugin compile on windows. Fixes #345301.
14918         Some changes to original patch to catch errors better.
14919         use ifdef WIN32 instead of ifndef.
14920
14921 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14922
14923         * configure.ac:
14924         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14925
14926 2006-06-18  Edward Hervey  <edward@fluendo.com>
14927
14928         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14929         After a failed buffer alloc, we need to abort the jpeg decoding (it
14930         started when parsing headers to figure out how many bytes we need
14931         to request downstream).
14932
14933 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14934
14935         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14936
14937         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14938           Make sure we don't read beyond the end of the file (#345232).
14939
14940 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14941
14942         * configure.ac:
14943           Fix --disable-external (can't set conditionals conditionally,
14944           #343602).
14945
14946 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14947
14948         * autogen.sh:
14949         * configure.ac:
14950         * docs/Makefile.am:
14951           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
14952
14953         * docs/plugins/Makefile.am:
14954         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14955         * docs/plugins/inspect/plugin-taglib.xml:
14956           Add/fix apev2mux docs.
14957
14958 2006-06-14  Wim Taymans  <wim@fluendo.com>
14959
14960         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14961         (gst_dvdec_finalize), (gst_dvdec_sink_event),
14962         (gst_dvdec_change_state):
14963         Reset segment info on flush.
14964         Alloc segment in _init, free in _finalize.
14965
14966         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
14967         Don't send segments twice.
14968
14969 2006-06-14  Wim Taymans  <wim@fluendo.com>
14970
14971         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14972         Respect segment.stop. Fixes #342592.
14973
14974 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14975
14976         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
14977           No language specified means the implied language is English
14978           according to the matroska spec (partially fixes #344708);
14979           add some more debug output.
14980
14981 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14982
14983         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
14984         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
14985         (gst_wavparse_chain):
14986           When operating chain-based, don't make any assumptions about the
14987           chunking of the incoming data and make streaming work on days other
14988           than the second Thursday after a full moon. Also fix up debug
14989           messages here and there and make use of the most excellent new
14990           gst_pad_query_peer_duration() utility function.
14991           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
14992
14993         * gst/wavparse/gstwavparse.h:
14994           Remove trailing comma after last enum value, some compilers don't
14995           like that.
14996
14997 2006-06-13  Wim Taymans  <wim@fluendo.com>
14998
14999         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15000         Handle premature EOS gracefully.
15001
15002 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15003
15004         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15005           Prevent out of bounds array access when scrubbing towards
15006           the end of the file between the last index entry and the
15007           end. Fixes occasional 'start <= stop' newsegment event
15008           assertions when scrubbing in MJPEG files.
15009
15010 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15011
15012         * tests/check/elements/.cvsignore:
15013           And another one.
15014
15015 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15016
15017         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15018         (scan_encoded_string), (parse_picture_frame):
15019           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15020
15021         * configure.ac:
15022           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15023           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15024
15025 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15026
15027         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15028           gratuitous comment changes
15029         * tests/check/elements/level.c: (GST_START_TEST):
15030           fix level test leaks
15031
15032 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15033
15034         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15035         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15036           Use gst_pad_query_peer_duration() utility function here.
15037
15038 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15039
15040         * autogen.sh:
15041           require am17
15042         * configure.ac:
15043         * ext/annodex/Makefile.am:
15044         * ext/cdio/Makefile.am:
15045         * ext/dv/Makefile.am:
15046         * ext/esd/Makefile.am:
15047         * ext/flac/Makefile.am:
15048         * ext/gdk_pixbuf/Makefile.am:
15049         * ext/ladspa/Makefile.am:
15050         * ext/libcaca/Makefile.am:
15051         * ext/speex/Makefile.am:
15052         * ext/taglib/Makefile.am:
15053         * sys/oss/Makefile.am:
15054         * sys/sunaudio/Makefile.am:
15055         * sys/ximage/Makefile.am:
15056           clean up build further
15057
15058 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15059
15060         * gconf/Makefile.am:
15061           Honour --disable-schemas-install configure option. Fixes #344100.
15062
15063 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15064
15065         * tests/examples/level/Makefile.am:
15066           Add -lm to LIBS for pow() function, don't assume one of our
15067           dependencies (such as libxml-2.0) drags it in automatically
15068           (#343603).
15069
15070 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15071
15072         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15073
15074         * configure.ac:
15075           We should use $SED and not $(SED) in configure.ac (#343678).
15076
15077 2006-06-09  Wim Taymans  <wim@fluendo.com>
15078
15079         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15080
15081         * sys/sunaudio/gstsunaudiomixerctrl.c:
15082         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15083         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15084         (gst_sunaudiomixer_ctrl_set_mute):
15085         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15086         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15087         (gst_sunaudiosink_write):
15088         Attached find a patch that fixes a number of bugs with the SunAudio
15089         mixer plugin and fixes #344101:
15090         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15091            tracks onto the tracklist causing gnome-volume-control's preferences
15092            dialog to be messed up and would core dump if you checked/unchecked
15093            any item.
15094         2. We weren't previously setting the MUTE flag properly.  Fixing this
15095            makes gnome-volume-control work better.
15096         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15097            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15098            gnome-volume-control look better.
15099         Also some minor cleanup in gstsunaudiosink.c.
15100
15101 2006-06-09  Wim Taymans  <wim@fluendo.com>
15102
15103         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15104         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15105         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15106         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15107         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15108         * ext/jpeg/gstjpegdec.h:
15109         API: Added IDCT method property
15110         Small cleanups.
15111         Avoid dynamic allocation of trivial fixed structure.
15112         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15113
15114 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15115
15116         * configure.ac:
15117         We now require libraw1394 >= 1.1.0 and that version onwards all
15118         have .pc files.
15119
15120 2006-06-02  Edward Hervey  <edward@fluendo.com>
15121
15122         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15123         Trying to get items from an ANY or EMPTY caps is ... stupid.
15124
15125 2006-06-02  Edward Hervey  <edward@fluendo.com>
15126
15127         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15128         (gst_dvdec_chain), (gst_dvdec_change_state):
15129         * ext/dv/gstdvdec.h:
15130         Added GstSegment handling, now implements dropping/clipping.
15131
15132 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15133
15134         * ext/aalib/gstaasink.h:
15135         * ext/annodex/gstcmmldec.h:
15136         * ext/cairo/gsttimeoverlay.h:
15137         * ext/dv/gstdvdec.h:
15138         * ext/dv/gstdvdemux.h:
15139         * ext/esd/esdmon.h:
15140         * ext/esd/esdsink.h:
15141         * ext/flac/gstflacenc.h:
15142         * ext/gconf/gstgconfaudiosink.h:
15143         * ext/gconf/gstgconfaudiosrc.h:
15144         * ext/gconf/gstgconfvideosink.h:
15145         * ext/gconf/gstgconfvideosrc.h:
15146         * ext/gdk_pixbuf/gstgdkanimation.h:
15147         * ext/gdk_pixbuf/pixbufscale.h:
15148         * ext/hal/gsthalaudiosink.h:
15149         * ext/hal/gsthalaudiosrc.h:
15150         * ext/jpeg/gstjpegenc.h:
15151         * ext/jpeg/gstsmokedec.h:
15152         * ext/jpeg/gstsmokeenc.h:
15153         * ext/libcaca/gstcacasink.h:
15154         * ext/libmng/gstmngdec.h:
15155         * ext/libmng/gstmngenc.h:
15156         * ext/libpng/gstpngdec.h:
15157         * ext/libpng/gstpngenc.h:
15158         * ext/raw1394/gstdv1394src.h:
15159         * ext/speex/gstspeexenc.h:
15160         * gst/autodetect/gstautoaudiosink.h:
15161         * gst/autodetect/gstautovideosink.h:
15162         * gst/avi/gstavidemux.h:
15163         * gst/cutter/gstcutter.h:
15164         * gst/debug/efence.h:
15165         * gst/debug/gstnavigationtest.h:
15166         * gst/debug/gstnavseek.h:
15167         * gst/flx/gstflxdec.h:
15168         * gst/goom/gstgoom.h:
15169         * gst/icydemux/gsticydemux.h:
15170         * gst/id3demux/gstid3demux.h:
15171         * gst/law/alaw-decode.h:
15172         * gst/law/alaw-encode.h:
15173         * gst/law/mulaw-decode.h:
15174         * gst/law/mulaw-encode.h:
15175         * gst/matroska/matroska-mux.h:
15176         * gst/median/gstmedian.h:
15177         * gst/oldcore/gstaggregator.h:
15178         * gst/oldcore/gstfdsink.h:
15179         * gst/oldcore/gstmd5sink.h:
15180         * gst/oldcore/gstmultifilesrc.h:
15181         * gst/oldcore/gstpipefilter.h:
15182         * gst/oldcore/gstshaper.h:
15183         * gst/oldcore/gststatistics.h:
15184         * gst/rtp/gstasteriskh263.h:
15185         * gst/rtp/gstrtpL16depay.h:
15186         * gst/rtp/gstrtpL16pay.h:
15187         * gst/rtp/gstrtpamrdepay.h:
15188         * gst/rtp/gstrtpamrpay.h:
15189         * gst/rtp/gstrtpdepay.h:
15190         * gst/rtp/gstrtpgsmdepay.h:
15191         * gst/rtp/gstrtpgsmpay.h:
15192         * gst/rtp/gstrtph263pay.h:
15193         * gst/rtp/gstrtph263pdepay.h:
15194         * gst/rtp/gstrtph263ppay.h:
15195         * gst/rtp/gstrtpmp4gpay.h:
15196         * gst/rtp/gstrtpmp4vdepay.h:
15197         * gst/rtp/gstrtpmp4vpay.h:
15198         * gst/rtp/gstrtpmpadepay.h:
15199         * gst/rtp/gstrtpmpapay.h:
15200         * gst/rtp/gstrtppcmadepay.h:
15201         * gst/rtp/gstrtppcmapay.h:
15202         * gst/rtp/gstrtppcmudepay.h:
15203         * gst/rtp/gstrtppcmupay.h:
15204         * gst/rtp/gstrtpspeexdepay.h:
15205         * gst/rtp/gstrtpspeexpay.h:
15206         * gst/rtsp/gstrtpdec.h:
15207         * gst/rtsp/gstrtspsrc.h:
15208         * gst/smpte/gstsmpte.h:
15209         * gst/udp/gstdynudpsink.h:
15210         * gst/udp/gstmultiudpsink.h:
15211         * gst/udp/gstudpsink.h:
15212         * gst/udp/gstudpsrc.h:
15213         * gst/videofilter/gstvideobalance.h:
15214         * gst/videofilter/gstvideoflip.h:
15215         * sys/oss/gstossdmabuffer.h:
15216         * sys/oss/gstossmixerelement.h:
15217         * sys/oss/gstosssink.h:
15218         * sys/oss/gstosssrc.h:
15219         * sys/osxvideo/osxvideosink.h:
15220         * sys/sunaudio/gstsunaudiomixer.h:
15221         * sys/sunaudio/gstsunaudiosink.h:
15222         * sys/ximage/gstximagesrc.h:
15223         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15224
15225 2006-05-31  Wim Taymans  <wim@fluendo.com>
15226
15227         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15228         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15229         (gst_goom_src_setcaps), (gst_goom_src_event),
15230         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15231         (gst_goom_change_state):
15232         * gst/goom/gstgoom.h:
15233         Handle QoS.
15234         Handle flushing, discont and events.
15235         Fix timestamps and various other cleanups.
15236
15237 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15238
15239         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15240         Fix bus reset when using libiec61883
15241
15242 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15243
15244         * configure.ac:
15245         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15246         * ext/raw1394/Makefile.am:
15247         Add CFLAGS.
15248         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15249         New method, to receive using libiec61883.
15250         (gst_dv1394src_iso_receive),
15251         #ifdef'd out if libiec61883 is present.
15252         (gst_dv1394src_bus_reset),
15253         Get userdata correctly if using libiec61883. 
15254         (gst_dv1394src_create),
15255         When using libiec61883, only poll one fd and no need to read.
15256         (gst_dv1394src_discover_avc_node),
15257         Replace g_warnings.
15258         (gst_dv1394src_start),
15259         Create new handle when we know which dv port.  More reliable
15260         than setting port on an existing handle.  Initialise libiec61883.
15261         (gst_dv1394src_stop):
15262         If using libiec61883, then cleanup its handle properly.
15263         * ext/raw1394/gstdv1394src.h:
15264         Add libiec61883 handle.
15265
15266 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15267
15268         * gst/avi/gstavidemux.c:
15269           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15270         * win32/MANIFEST:
15271           sort file listing
15272         * win32/vs6/libgstavi.dsp:
15273           add gstavimux.c to the project
15274         * win32/vs6/libgstid3demux.dsp:
15275           add link to zlib library
15276         * win32/vs6/libgstmatroska.dsp:
15277           add matroska-ids.c to the project
15278
15279 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15280
15281         Patch by: Sebastian Dröge  <mail at slomosnail de >
15282
15283         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15284         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15285         * ext/taglib/Makefile.am:
15286         * ext/taglib/gstapev2mux.cc:
15287         * ext/taglib/gstapev2mux.h:
15288         * ext/taglib/gstid3v2mux.cc:
15289         * ext/taglib/gsttaglibmux.c: (plugin_init):
15290         * ext/taglib/gsttaglibmux.h:
15291           Add apev2mux element (#343122).
15292         
15293         * tests/check/Makefile.am:
15294         * tests/check/elements/apev2mux.c:
15295         (test_taglib_apev2mux_create_tags),
15296         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15297         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15298         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15299         (apev2mux_suite), (main):
15300           Add unit test for apev2mux element.
15301
15302 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15303
15304         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15305         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15306         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15307           GST_PTR_FORMAT should be used to print caps in debug statements.
15308
15309 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15310
15311         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15312
15313         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15314         (ape_demux_parse_tags):
15315           Some clean-ups and additions: map APE 'file' tag to
15316           GST_TAG_LOCATION (#343123); add support for extracting
15317           the track count and clean up parsing a bit (#343127).
15318
15319 2006-05-28  Edward Hervey  <edward@fluendo.com>
15320
15321         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15322         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15323
15324 2006-05-28  Edward Hervey  <edward@fluendo.com>
15325
15326         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15327         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15328         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15329         * ext/jpeg/gstjpegdec.h:
15330         Clip outgoing buffers according to currently configured segment.
15331
15332 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15333
15334         * ext/taglib/gstid3v2mux.cc:
15335           Handle  writing of track-count or album-volume-count without
15336           track-number or albume-volume-number (in this case the number
15337           will just be set to 0).
15338
15339         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15340           It would be nice if we actually checked the values received for
15341           track/album-volume number/count in  _check_tags(), rather than
15342           setting them again ...
15343
15344 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15345
15346         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15347           A track/volume number or count of 0 does not make sense,
15348           just ignore it along with negative numbers (a tag might
15349           only contain a track count without a track number).
15350
15351 2006-05-27  Edward Hervey  <edward@fluendo.com>
15352
15353         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15354         (gst_jpeg_dec_sink_event):
15355         Abort decompression when receiving FLUSH_STOP. This should avoid
15356         issues when interrupting decoding with flushes.
15357
15358 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15359
15360         * ext/flac/gstflac.c:
15361           Don't #include file we don't dist any longer.
15362
15363 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15364
15365         * README:
15366           Replace current README (containing the release notes from
15367           some 0.9.x version) with a proper README taken from the core.
15368
15369 2006-05-24  Wim Taymans  <wim@fluendo.com>
15370
15371         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15372         Implement EOS correctly by either posting
15373         SEGMENT_DONE or pushing an EOS message depending
15374         on the seek type. Fixes #342592
15375
15376 2006-05-24  Wim Taymans  <wim@fluendo.com>
15377
15378         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15379         * gst/law/alaw-decode.h:
15380         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15381         * gst/law/alaw-encode.h:
15382         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15383         * gst/law/mulaw-decode.h:
15384         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15385         * gst/law/mulaw-encode.h:
15386         Some cleanups in the chain functions.
15387         Remove some GStreamer 0.0.2 bits.
15388
15389 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15390
15391         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15392
15393         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15394           gst_collect_pads_stop() needs to be called before chaining up
15395           to the parent class (#342734).
15396
15397 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15398
15399         * ext/flac/Makefile.am:
15400         * ext/flac/flac_compat.h:
15401         * ext/flac/gstflac.c:
15402         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15403         * ext/flac/gstflacenc.c:
15404           Remove backwards compatibility cruft for dealing with FLAC API
15405           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15406
15407 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15408
15409         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15410         (gst_matroska_demux_push_xiph_codec_priv_data),
15411         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15412         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15413         * gst/matroska/matroska-ids.h:
15414         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15415         (gst_matroska_mux_video_pad_setcaps),
15416         (xiph3_streamheader_to_codecdata),
15417         (vorbis_streamheader_to_codecdata),
15418         (theora_streamheader_to_codecdata),
15419         (gst_matroska_mux_audio_pad_setcaps),
15420         (gst_matroska_mux_write_data):
15421           Add support for muxing/demuxing theora video (#342448; too bad
15422           none of the usual linux players can actually play this). Playback
15423           in GStreamer will require additional changes to theoradec in -base.
15424           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15425           cleanups.
15426
15427 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15428
15429         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15430         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15431           Fix crashes when the horizontal subsampling is 1.
15432           Fixes #342097.
15433
15434 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15435
15436         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15437
15438         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15439         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15440         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15441         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15442         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15443         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15444         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15445         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15446         (gst_avi_mux_change_state):
15447         * gst/avi/gstavimux.h:
15448           Some enhancements for avimux (#342526):
15449            - add odml (large file) index support
15450            - store codec init data (e.g. huffyuv)
15451            - miscellaneous other fixes/cleanups
15452
15453 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15454
15455         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15456         Don't output any tag when we encounter a negative track number - the
15457         tag type is uint, so we end up outputting huge positive numbers
15458         instead. (Fixes: #342029)
15459
15460 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15461
15462         * configure.ac:
15463           update for new GSTPB_PLUGINS_DIR
15464
15465 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15466
15467         * rtp/gst/gstrtph263pay.c:
15468         Properly set static caps for H263 at 34.
15469
15470 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15471
15472         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15473
15474         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15475           Merge event tags and tag setter tags correctly (#339918). Also,
15476           don't leak taglist in case of an error.
15477           
15478 2006-05-17  Edward Hervey  <edward@fluendo.com>
15479
15480         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15481         We can only do caps intersection if the othercaps are non-empty and not
15482         ANY. Else we return the pad template (base_caps).
15483
15484 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15485
15486         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15487           Fix crash when outputting debugging information for certain
15488           pictures (always good to use the right struct member for
15489           the number of records in an array).
15490
15491 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15492
15493         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15494
15495         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15496         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15497         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15498         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15499         (gst_ebml_read_float), (gst_ebml_read_ascii),
15500         (gst_ebml_read_binary):
15501           Don't create unnecessary sub-buffers all the time. Dramatically
15502           improves performance with multiple concurrently running
15503           matroskademux instances (#341818) (and avoids doing
15504           unnecessarily inefficient things in the general case).
15505
15506 2006-05-16  Edward Hervey  <edward@fluendo.com>
15507
15508         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15509         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15510         return value of gst_pad_push_event().
15511
15512 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15513
15514         * gst/autodetect/gstautoaudiosink.c:
15515         (gst_auto_audio_sink_find_best):
15516         * gst/autodetect/gstautovideosink.c:
15517         (gst_auto_video_sink_find_best):
15518         Make the name of the child element be based on the name of the
15519         parent, so that debug output is more useful.
15520         
15521         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15522         (parse_insert_string_field), (parse_split_strings):
15523         Rework string parsing to always walk over BOM markers in UTF16
15524         strings, using the endianness indicated by the innermost one,
15525         then trying the opposite endianness if that fails to convert
15526         to valid UTF-8. Fixes #341774
15527
15528 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15529
15530         Patch from: Matthieu <matthieu at fluendo dot com>
15531
15532         * ext/libpng/Makefile.am:
15533         Add LIBPNG_CFLAGS.
15534
15535 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15536
15537         * ext/taglib/gstid3v2mux.cc:
15538           Add support for writing images (APIC frames) into ID3v2
15539           tags (picture type always set to 'other' for now though).
15540
15541 2006-05-14  Michael Smith  <msmith@fluendo.com>
15542
15543         * gst/wavparse/gstwavparse.c:
15544           Update docs; wavparse implements push and pull modes.
15545
15546 2006-05-12  Wim Taymans  <wim@fluendo.com>
15547
15548         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15549         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15550         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15551         Ooops, bitten by the copy-and-paste design paradigm, fixes
15552         seek again.
15553
15554 2006-05-12  Wim Taymans  <wim@fluendo.com>
15555
15556         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15557         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15558         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15559         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15560         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15561         (gst_avi_demux_massage_index),
15562         (gst_avi_demux_calculate_durations_from_index),
15563         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15564         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15565         (gst_avi_demux_loop):
15566         * gst/avi/gstavidemux.h:
15567         Some cleanups, prepare to use GstSegment.
15568         Fix error in entry walking code.
15569         Fix VBR detection.
15570         Smarter timestamp calculation code.
15571         Uniform error/eos handling.
15572
15573 2006-05-12  Michael Smith  <msmith@fluendo.com>
15574
15575         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15576         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15577           Fix use of uninitialised values if we're NOT seeking in ready.
15578           Fix typos.
15579
15580 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15581
15582         * gst/wavparse/Makefile.am:
15583           Add CFLAGS and LIBS for libgstbase, fixes build on
15584           Cygwin (#341489).
15585
15586 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15587
15588         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15589           Some more debug info. No need to check whether the string
15590           returned by g_convert() is really UTF-8 - either it is or
15591           we get NULL returned.
15592
15593 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15594
15595         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15596           Fix parsing of numeric genre strings some more, by ensuring that
15597           we only try and parse strings that a) Start with '(' and b) Consist
15598           only of digits.
15599           Also, when finding an escaping '((' sequence, bust it back to '(' by
15600           swallowing the first parenthesis
15601
15602 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15603
15604         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15605         (gst_esdsink_open), (gst_esdsink_close):
15606         * ext/esd/esdsink.h:
15607           Move the esd_get_server_info() into gst_esdsink_open() and fail
15608           with a decent error message on errors.
15609
15610 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15611
15612         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15613         (gst_esdmon_channels_get_type):
15614         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15615         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15616         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15617         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15618         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15619         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15620         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15621         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15622         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15623         * gst/videomixer/videomixer.c:
15624         (gst_video_mixer_background_get_type):
15625           Const-ify GEnumValue arrays.
15626
15627 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15628
15629         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15630
15631         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15632         (gst_avi_mux_do_video_buffer):
15633           Work around gst_buffer_make_metadata_writable() bug that
15634           results in avimux marking all frames in the index as
15635           keyframes (#340859).
15636           
15637 2006-05-08  Wim Taymans  <wim@fluendo.com>
15638
15639         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15640         Make parsing of urls suck slightly less.
15641
15642 2006-05-08  Edward Hervey  <edward@fluendo.com>
15643
15644         * autogen.sh: (CONFIGURE_DEF_OPT): 
15645         libtoolize on Darwin/MacOSX is called glibtoolize.
15646
15647 2006-05-08  Wim Taymans  <wim@fluendo.com>
15648
15649         Patch by: Jens Granseuer <jensgr at gmx dot net>
15650
15651         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15652         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15653         C89 compliance fixes. Fixes #340980
15654
15655 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
15656
15657         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15658         * ext/flac/gstflacdec.h:
15659           Handle segment seeks that include the end of the file as stop point
15660           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
15661           message instead of an EOS event in case we're in segment seek
15662           mode (fixes #340699).
15663           
15664 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
15665
15666         * ext/cairo/gsttextoverlay.c:
15667         * ext/flac/gstflacdec.c:
15668         * ext/gdk_pixbuf/pixbufscale.c:
15669         * gst/apetag/gstapedemux.c:
15670         * gst/debug/breakmydata.c:
15671         * gst/debug/testplugin.c:
15672         * gst/matroska/ebml-write.c:
15673         * gst/multipart/multipartdemux.c:
15674         * sys/osxaudio/gstosxaudiosink.c:
15675         * sys/osxaudio/gstosxaudiosrc.c:
15676         Add semicolons after GST_BOILERPLATE[_FULL] so that
15677         indent doesn't mess up following lines.
15678
15679 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
15680
15681         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15682
15683         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
15684           Don't leak caps when freeing the stream context (#340623).
15685
15686 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
15687
15688         * configure.ac:
15689           Back to CVS
15690
15691 === release 0.10.3 ===
15692
15693 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
15694
15695         * configure.ac:
15696           releasing 0.10.3, "Desplazado"
15697
15698 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15699
15700         * gst/matroska/matroska-mux.c:
15701         (gst_matroska_mux_stream_is_vorbis_header),
15702         (gst_matroska_mux_write_data):
15703           Don't strcmp() NULL strings.
15704           Only start new clusters on video keyframes, not on any
15705           random audio buffer that doesn't have the DELTA_UNIT
15706           flag set (fixes 'make check' again).
15707
15708 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15709
15710         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15711
15712         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15713         (gst_matroska_mux_stream_is_vorbis_header),
15714         (gst_matroska_mux_write_data):
15715           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
15716           value and then dead-lock when muxing vorbis audio streams
15717           (the three vorbis header buffers carry no timestamp, and it
15718           would try to mux these after all video buffers). Fixes #340346.
15719
15720           Improve clustering: start a new cluster also whenever we get
15721           a keyframe.     
15722
15723 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15724
15725         * win32/common/config.h:
15726         * win32/MANIFEST
15727           add the generated file as well
15728
15729 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15730
15731         * Makefile.am:
15732         * configure.ac:
15733         * win32/common/config.h.in:
15734           add win32 stuff
15735
15736 2006-05-03  Michael Smith  <msmith@fluendo.com>
15737
15738         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
15739           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
15740           SUCKS.
15741
15742 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15743
15744         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15745         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15746         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15747           don't leak caps-string
15748
15749 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15750
15751         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15752         (gst_id3demux_sink_activate):
15753           Let core insert default error message for TYPE_NOT_FOUND
15754           errors, it's just as good as our own and has the added
15755           bonus of being translated.
15756
15757 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15758
15759         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
15760         (gst_tag_demux_sink_event):
15761         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
15762         (gst_id3demux_sink_event):
15763           Post an error message when we get an EOS event and were not
15764           able to find out the type of stream.
15765
15766         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
15767         (test_taglib_id3mux_with_tags):
15768           Decrease num-buffers to 16 per iteration again, otherwise the
15769           many memcpy()s and reallocations in the test will hammer slow
15770           CPUs completely and make the test timeout.
15771
15772 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15773
15774         * configure.ac:
15775           figure out where plugins-base plugins are
15776         * tests/check/Makefile.am:
15777           use plugins-base plugins, so we have typefind functions
15778         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
15779           increase num-buffers, this makes sure the test errors out instead
15780           of timing out when no typefind functions are present
15781
15782 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15783
15784         * docs/plugins/Makefile.am:
15785           also check .cc files for gtk-doc markup
15786         * configure.ac:
15787         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15788         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15789         * tests/check/Makefile.am:
15790         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
15791         * ext/Makefile.am:
15792         * ext/taglib/Makefile.am:
15793         * ext/taglib/gstid3v2mux.h:
15794         * ext/taglib/gsttaglibmux.c:
15795         * ext/taglib/gsttaglibmux.h:
15796           move taglib-based id3v2muxer to -good.  Fixes #336110.
15797
15798 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15799
15800         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15801           ... and fix multichannel/WAVFORMATEX support again.
15802
15803 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
15804
15805         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15806         (gst_wavparse_class_init), (gst_wavparse_dispose),
15807         (gst_wavparse_reset), (gst_wavparse_init),
15808         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
15809         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
15810         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15811         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15812         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15813         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15814         (gst_wavparse_stream_data), (gst_wavparse_loop),
15815         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15816         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15817         (gst_wavparse_change_state), (plugin_init):
15818         * gst/wavparse/gstwavparse.h:
15819           Add push (streaming) mode to wavparse (fixes #337625)
15820
15821 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15822
15823         * configure.ac:
15824         * tests/Makefile.am:
15825           add ximagesrc icles test
15826
15827 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15828
15829         * configure.ac:
15830         * docs/plugins/Makefile.am:
15831         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15832         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15833         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15834         (gst_cmml_enc_push_clip):
15835         * sys/Makefile.am:
15836         * sys/ximage/Makefile.am:
15837         * sys/ximage/gstximagesrc.c:
15838           Move ximagesrc plug-in to good after review.  Fixes #336756.
15839
15840 2006-04-28  Michael Smith  <msmith@fluendo.com>
15841
15842         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15843         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15844         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15845         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15846         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15847         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15848         * gst/icydemux/gsticydemux.h:
15849           Fix event handling: cache events when typefinding and forward later.
15850
15851 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15852
15853         * sys/osxaudio/gstosxaudiosink.c:
15854         (plugin_init):
15855          Register osxaudiosrc to the plugin.
15856         * sys/osxaudio/gstosxaudiosrc.c:
15857         (gst_osx_audio_src_osxelement_do_init),
15858         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15859         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15860         (gst_osx_audio_src_get_property),
15861         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15862         (gst_osx_audio_src_osxelement_init):
15863         * sys/osxaudio/gstosxaudiosrc.h:
15864           Port of osxaudiosrc to 0.10.
15865         * sys/osxaudio/Makefile.am:
15866           Add osxaudiosrc
15867
15868 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15869
15870         * sys/osxaudio/gstosxringbuffer.c:
15871         * sys/osxaudio/gstosxringbuffer.h:
15872           Forgot to commit earlier, part of the OSX audio plugin port
15873
15874 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15875
15876         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15877         (parse_split_strings):
15878           Recognise and skip any byte order marker (BOM) in
15879           UTF-16 strings.
15880
15881 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15882
15883         * docs/plugins/Makefile.am:
15884         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15885         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15886         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15887         * docs/plugins/inspect/plugin-avi.xml:
15888         * gst/avi/gstavidemux.c:
15889         * gst/avi/gstavimux.c:
15890           Add docs for both avidemux and avimux.
15891
15892 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15893
15894         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15895
15896         * gst/avi/Makefile.am:
15897         * gst/avi/gstavi.c: (plugin_init):
15898         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15899         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15900         (gst_avi_mux_class_init), (gst_avi_mux_init),
15901         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15902         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15903         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15904         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15905         (gst_avi_mux_riff_get_avix_header),
15906         (gst_avi_mux_riff_get_video_header),
15907         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15908         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15909         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15910         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15911         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15912         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15913         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15914         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15915         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15916         (gst_avi_mux_change_state):
15917         * gst/avi/gstavimux.h:
15918           Port AVI muxer to GStreamer-0.10 (#332031).
15919
15920         * tests/check/Makefile.am:
15921         * tests/check/elements/avimux.c:
15922         * tests/check/elements/.cvsignore:
15923           Add unit test for AVI muxer.
15924
15925 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15926
15927         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15928         (gst_wavparse_class_init), (gst_wavparse_reset),
15929         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15930         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15931         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15932         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15933         (gst_wavparse_stream_data), (gst_wavparse_loop),
15934         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15935         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15936         (plugin_init):
15937         * gst/wavparse/gstwavparse.h:
15938           reverted patch #337625 for the price of 1 hour sleep
15939
15940 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15941
15942         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15943         (gst_wavparse_class_init), (gst_wavparse_reset),
15944         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15945         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
15946         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15947         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15948         (gst_wavparse_stream_data), (gst_wavparse_loop),
15949         (gst_wavparse_chain), (plugin_init):
15950         * gst/wavparse/gstwavparse.h:
15951           correct partial implementation of push mode
15952           (from my last commit)
15953
15954 2006-04-26  Wim Taymans  <wim@fluendo.com>
15955
15956         * ext/esd/esdsink.c:
15957         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
15958         it is not in esd.h
15959
15960 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
15961
15962         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
15963         (gst_au_parse_class_init), (gst_au_parse_init),
15964         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
15965         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
15966         (gst_au_parse_chain), (gst_au_parse_src_convert),
15967         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
15968         (gst_au_parse_sink_event), (gst_au_parse_src_event),
15969         (gst_au_parse_change_state):
15970         * gst/auparse/gstauparse.h:
15971           Rewrite auparse to suck a little bit less: make source pad
15972           dynamic, so decodebin/playbin work with non-raw formats
15973           like alaw/mulaw; add query function for duration/position
15974           queries; check whether we have enough data before attempting
15975           to parse the header (instead of crashing when that is not the
15976           case); work around audioconvert sucking by swapping endianness
15977           to the native endianness ourselves for float formats; send
15978           initial newsegment event. Fixes #161712.
15979
15980 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15981
15982         * sys/osxaudio/Makefile.am:
15983         * sys/osxaudio/gstosxaudioelement.c:
15984         (gst_osx_audio_element_get_type),
15985         (gst_osx_audio_element_class_init):
15986         * sys/osxaudio/gstosxaudioelement.h:
15987         * sys/osxaudio/gstosxaudiosink.c:
15988         (gst_osx_audio_sink_osxelement_do_init),
15989         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
15990         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
15991         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
15992         (gst_osx_audio_sink_create_ringbuffer),
15993         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
15994         (plugin_init):
15995         * sys/osxaudio/gstosxaudiosink.h:
15996         Port of osxaudiosink to 0.10
15997
15998 2006-04-26  Wim Taymans  <wim@fluendo.com>
15999
16000         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16001         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16002         the size of the ringbuffer. This should fix hangs with older 
16003         esd sound servers.
16004
16005 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16006
16007         * ext/aalib/gstaasink.c:
16008         * ext/annodex/gstcmmldec.c:
16009         * ext/annodex/gstcmmlenc.c:
16010         * ext/cairo/gsttextoverlay.c:
16011         * ext/cairo/gsttimeoverlay.c:
16012         * ext/cdio/gstcdiocddasrc.c:
16013         * ext/dv/gstdvdec.c:
16014         * ext/dv/gstdvdemux.c:
16015         * ext/esd/esdmon.c:
16016         * ext/esd/esdsink.c:
16017         * ext/flac/gstflacenc.c:
16018         * ext/flac/gstflactag.c:
16019         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16020         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16021         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16022         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16023         * ext/gdk_pixbuf/pixbufscale.c:
16024         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16025         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16026         * ext/jpeg/gstjpegdec.c:
16027         * ext/jpeg/gstjpegenc.c:
16028         * ext/jpeg/gstsmokedec.c:
16029         * ext/jpeg/gstsmokeenc.c:
16030         * ext/libcaca/gstcacasink.c:
16031         * ext/libmng/gstmngdec.c:
16032         * ext/libmng/gstmngenc.c:
16033         * ext/libpng/gstpngdec.c:
16034         * ext/libpng/gstpngenc.c:
16035         * ext/mikmod/gstmikmod.c:
16036         * ext/raw1394/gstdv1394src.c:
16037         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16038         * ext/shout2/gstshout2.h:
16039         * ext/speex/gstspeexdec.c:
16040         * ext/speex/gstspeexenc.c:
16041         * gst/alpha/gstalpha.c:
16042         * gst/alpha/gstalphacolor.c:
16043         * gst/apetag/gstapedemux.c:
16044         * gst/auparse/gstauparse.c:
16045         * gst/autodetect/gstautoaudiosink.c:
16046         (gst_auto_audio_sink_base_init):
16047         * gst/autodetect/gstautovideosink.c:
16048         (gst_auto_video_sink_base_init):
16049         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16050         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16051         * gst/cutter/gstcutter.c:
16052         * gst/debug/breakmydata.c:
16053         * gst/debug/efence.c:
16054         * gst/debug/gstnavigationtest.c:
16055         * gst/debug/gstnavseek.c:
16056         * gst/debug/negotiation.c:
16057         * gst/debug/progressreport.c:
16058         * gst/debug/testplugin.c:
16059         * gst/effectv/gstaging.c:
16060         * gst/effectv/gstdice.c:
16061         * gst/effectv/gstedge.c:
16062         * gst/effectv/gstquark.c:
16063         * gst/effectv/gstrev.c:
16064         * gst/effectv/gstshagadelic.c:
16065         * gst/effectv/gstvertigo.c:
16066         * gst/effectv/gstwarp.c:
16067         * gst/flx/gstflxdec.c:
16068         * gst/goom/gstgoom.c:
16069         * gst/icydemux/gsticydemux.c:
16070         * gst/id3demux/gstid3demux.c:
16071         * gst/interleave/deinterleave.c:
16072         * gst/interleave/interleave.c:
16073         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16074         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16075         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16076         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16077         * gst/level/gstlevel.c:
16078         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16079         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16080         * gst/median/gstmedian.c:
16081         * gst/monoscope/gstmonoscope.c:
16082         * gst/multipart/multipartdemux.c:
16083         * gst/multipart/multipartmux.c:
16084         * gst/oldcore/gstaggregator.c:
16085         * gst/oldcore/gstfdsink.c:
16086         * gst/oldcore/gstmd5sink.c:
16087         * gst/oldcore/gstmultifilesrc.c:
16088         * gst/oldcore/gstpipefilter.c:
16089         * gst/oldcore/gstshaper.c:
16090         * gst/oldcore/gststatistics.c:
16091         * gst/rtp/gstasteriskh263.c:
16092         * gst/rtp/gstrtpL16depay.c:
16093         * gst/rtp/gstrtpL16pay.c:
16094         * gst/rtp/gstrtpamrdepay.c:
16095         * gst/rtp/gstrtpamrpay.c:
16096         * gst/rtp/gstrtpdepay.c:
16097         * gst/rtp/gstrtpgsmpay.c:
16098         * gst/rtp/gstrtph263pay.c:
16099         * gst/rtp/gstrtph263pdepay.c:
16100         * gst/rtp/gstrtph263ppay.c:
16101         * gst/rtp/gstrtpilbcdepay.c:
16102         * gst/rtp/gstrtpmp4gpay.c:
16103         * gst/rtp/gstrtpmp4vdepay.c:
16104         * gst/rtp/gstrtpmp4vpay.c:
16105         * gst/rtp/gstrtpmpadepay.c:
16106         * gst/rtp/gstrtpmpapay.c:
16107         * gst/rtp/gstrtppcmadepay.c:
16108         * gst/rtp/gstrtppcmapay.c:
16109         * gst/rtp/gstrtppcmudepay.c:
16110         * gst/rtp/gstrtppcmupay.c:
16111         * gst/rtp/gstrtpspeexdepay.c:
16112         * gst/rtp/gstrtpspeexpay.c:
16113         * gst/rtsp/gstrtpdec.c:
16114         * gst/rtsp/gstrtspsrc.c:
16115         * gst/smpte/gstsmpte.c:
16116         * gst/udp/gstdynudpsink.c:
16117         * gst/udp/gstmultiudpsink.c:
16118         * gst/udp/gstudpsink.c:
16119         * gst/udp/gstudpsrc.c:
16120         * gst/videobox/gstvideobox.c:
16121         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16122         * gst/videofilter/gstvideobalance.c:
16123         * gst/videofilter/gstvideoflip.c:
16124         * gst/videofilter/gstvideotemplate.c:
16125         (gst_videotemplate_base_init):
16126         * gst/videomixer/videomixer.c:
16127         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16128         (gst_wavparse_class_init), (gst_wavparse_dispose),
16129         (gst_wavparse_reset), (gst_wavparse_init),
16130         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16131         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16132         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16133         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16134         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16135         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16136         (gst_wavparse_change_state):
16137         * gst/wavparse/gstwavparse.h:
16138         * sys/oss/gstossmixerelement.c:
16139         * sys/oss/gstosssink.c:
16140         * sys/oss/gstosssrc.c:
16141         * sys/osxaudio/gstosxaudioelement.c:
16142         * sys/osxaudio/gstosxaudiosink.c:
16143         * sys/osxaudio/gstosxaudiosrc.c:
16144         * sys/sunaudio/gstsunaudiomixer.c:
16145         * sys/sunaudio/gstsunaudiosink.c:
16146           Define GstElementDetails as const and also static (when defined as
16147           global)
16148
16149 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16150
16151         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16152           Source pad has fixed caps. If we don't set this, bad
16153           things happen when the window is resized.
16154
16155 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16156
16157         * gst/matroska/Makefile.am:
16158         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16159         (gst_matroska_demux_handle_src_event):
16160         * gst/matroska/matroska-ids.c:
16161         (gst_matroska_track_init_video_context),
16162         (gst_matroska_track_init_audio_context),
16163         (gst_matroska_track_init_subtitle_context),
16164         (gst_matroska_track_init_complex_context):
16165         * gst/matroska/matroska-ids.h:
16166           Handle case where the TrackType ebml chunk does not come before the
16167           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16168           events.
16169
16170 2006-04-25  Wim Taymans  <wim@fluendo.com>
16171
16172         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16173         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16174         It's codec_data, not codec_info.
16175
16176 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16177
16178         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16179
16180         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16181           Handle codec_data for VfW compatibility codec IDs (#339451)
16182
16183         * gst/matroska/matroska-mux.c:
16184         (gst_matroska_mux_video_pad_setcaps):
16185           Same here, handle codec_data and add additional caps we can handle
16186           now to the pad template (huffyuv, dv and h263 video) (#339451)
16187
16188 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16189
16190         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16191
16192         * gst/matroska/matroska-mux.c:
16193         (gst_matroska_mux_create_buffer_header),
16194         (gst_matroska_mux_write_data):
16195           Fix timestamping of B-frames, use signed integers, do
16196           some rounding (#339678).
16197
16198 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16199
16200         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16201         just make it compile with --disable-gst-debug.
16202
16203 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16204
16205         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16206         Fix a bad conversion using gst_guint64_to_gdouble.
16207         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16208         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16209         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16210     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16211         mistake.
16212
16213 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16214
16215         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16216         Use gst_guint64_to_gdouble for conversions
16217         * win32/vs6/gst_plugins_good.dsw:
16218         * win32/vs6/libgsticydemux.dsp:
16219         Add a project file for icydemux
16220
16221 2006-04-21  Wim Taymans  <wim@fluendo.com>
16222
16223         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16224
16225         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16226         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16227         When splitting audio chunks, the block alignment is not taken in
16228         consideration, so the smaller chunks could be of size which is 
16229         not a multiple of the block alignment. Fixes #336904
16230
16231 2006-04-21  Wim Taymans  <wim@fluendo.com>
16232
16233         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16234         Use scale functions
16235
16236 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16237
16238         * ext/dv/gstdv.c: (plugin_init):
16239           Fix build.
16240
16241 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16242
16243         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16244         (gst_progress_report_class_init), (gst_progress_report_init),
16245         (gst_progress_report_do_query), (gst_progress_report_report),
16246         (gst_progress_report_set_property),
16247         (gst_progress_report_get_property):
16248           Add 'format' property to force querying to a particular format.
16249
16250 2006-04-21  Andy Wingo  <wingo@pobox.com>
16251
16252         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16253         best, on big endian systems. Drop its rank in that case. OTOH on
16254         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16255
16256 2006-04-21  Michael Smith  <msmith@fluendo.com>
16257
16258         * configure.ac:
16259         * gst/icydemux/Makefile.am:
16260         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16261         (gst_icydemux_base_init), (gst_icydemux_class_init),
16262         (gst_icydemux_reset), (gst_icydemux_init),
16263         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16264         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16265         (unicodify), (gst_icydemux_unicodify),
16266         (gst_icydemux_parse_and_send_tags),
16267         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16268         (gst_icydemux_chain), (gst_icydemux_change_state),
16269         (gst_icydemux_send_tag_event), (plugin_init):
16270         * gst/icydemux/gsticydemux.h:
16271         * tests/check/Makefile.am:
16272         * tests/check/elements/icydemux.c: (typefind_succeed),
16273         (plugin_init), (icydemux_found_pad), (create_icydemux),
16274         (cleanup_icydemux), (push_data), (GST_START_TEST),
16275         (icydemux_suite), (main):
16276           Add icydemux, and tests.
16277
16278 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16279
16280         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16281           Post SEGMENT_DONE message in TIME format.
16282
16283 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16284
16285         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16286
16287         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16288         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16289           Fix index creation when we have to scan the file to create
16290           an index. There may be other types of RIFF 'LIST' chunks than
16291           'movi' and we need to skip them properly as well or we'll end up
16292           reading garbage (#336889). Some other cosmetic changes.
16293           
16294 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16295
16296         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16297         (gst_flac_dec_handle_seek_event):
16298           Add support for segment seeks (fixes #338290). Also demote
16299           some recurring debug message from DEBUG to LOG level.
16300
16301 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16302
16303         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16304         (gst_matroskademux_do_index_seek),
16305         (gst_matroska_demux_handle_seek_event),
16306         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16307         * gst/matroska/matroska-ids.h:
16308           Set DISCONT flag on first buffer after a discontinuity.
16309           Fix newsegment events sent when seeking and honour KEY_UNIT
16310           seek flag. Create pad with bogus caps if we don't recognise
16311           the stream codec id.
16312
16313         * gst/matroska/matroska-demux.h:
16314           Fix GObject macros.
16315
16316 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16317
16318         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16319
16320         * gst/matroska/matroska-demux.c:
16321         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16322           Handle end of segment properly when set; don't dead-lock when
16323           posting start of segment message when doing a segment seek.
16324           Fixes #338810.
16325
16326 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16327
16328         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16329         (gst_matroska_demux_plugin_init):
16330           Make mpeg2 aac audio work: create artificial private codec data
16331           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16332           Also call gst_riff_init(). Partially fixes #338767.
16333
16334 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16335
16336         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16337         (gst_wavenc_class_init), (gst_wavenc_init),
16338         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16339         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16340         (gst_wavenc_chain), (gst_wavenc_change_state):
16341         * gst/wavenc/gstwavenc.h:
16342           Set caps on first outgoing buffer, so that it doesn't error out
16343           immediately with a non-negotiated error (#338716). Rewrite and
16344           clean up a bit; fix setcaps function to parse things properly;
16345           fix sink caps (8bit audio is unsigned and doesn't have depth);
16346           use boilerplate macros; remove unused properties stuff.
16347
16348 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16349
16350         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16351           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16352           handle MJPEG streams and might be autoplugged for those if the
16353           user doesn't have jpegdec installed (resulting in a cryptic error
16354           message about huffman tables). Better to disable JPEG decoding here
16355           and let the user figure out that she needs to install jpegdec.
16356
16357 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16358
16359         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16360         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16361         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16362         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16363           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16364           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16365           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16366           debug messages. Fix boilerplate macros.
16367
16368 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16369
16370         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16371         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16372           No need to special-case for Gdk-2.0 any longer, we require
16373           Gdk 2.2 or newer; minor clean-ups.
16374
16375 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16376
16377         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16378         (gst_shout2send_class_init), (gst_shout2send_init),
16379         (set_shout_metadata), (gst_shout2send_set_metadata),
16380         (gst_shout2send_event), (gst_shout2send_start),
16381         (gst_shout2send_connect), (gst_shout2send_stop),
16382         (gst_shout2send_render), (gst_shout2send_set_property),
16383         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16384         (plugin_init):
16385         * ext/shout2/gstshout2.h:
16386         * po/POTFILES.in:
16387           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16388           change function; use GST_ELEMENT_ERROR for error reporting, not
16389           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16390           will cause crashes or assertion failures; remove (unused) "sync"
16391           property, basesink already has such a property; misc. other
16392           minor fixes and cleanups.
16393
16394 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16395
16396         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16397         * ext/esd/gstesd.c: (plugin_init):
16398         * po/POTFILES.in:
16399           Add translatable error message for when we cannot
16400           connect to the sound server, as "Cannot open resource
16401           for writing" isn't really an acceptable message to show
16402           to the user in this case.
16403
16404 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16405
16406         * sys/oss/gst-i18n-plugin.h:
16407           Remove bogus file that doesn't belong here.
16408
16409 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16410
16411         Patch by: Philippe Valembois
16412
16413         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16414         (gst_shout2send_set_metadata), (gst_shout2send_event),
16415         (gst_shout2send_render), (gst_shout2send_change_state):
16416         * ext/shout2/gstshout2.h:
16417           Handle tags being received before the connection to
16418           the server is established properly (see #338636).
16419
16420 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16421
16422         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16423           Don't crash in case the connection to the server fails:
16424           don't set pointer to NULL by assigning FALSE; error out
16425           properly by using GST_ELEMENT_ERROR and returning
16426           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16427           before resetting the pointer.
16428
16429 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16430
16431         * gst/id3demux/id3tags.c:
16432         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16433         (Fixes #338713)
16434
16435 2006-04-12  Wim Taymans  <wim@fluendo.com>
16436
16437         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16438         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16439         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16440         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16441         (gst_gdk_pixbuf_chain):
16442         Some cleanups.
16443         Added RGBA as a possible output format.
16444         Correctly free the supported mimetypes.
16445         deprecate silent arg, it's not used.
16446         Return result from _alloc_buffer to peer.
16447
16448 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16449
16450         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16451           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16452           overwriting GST_BUFFER_MALLOCDATA.
16453
16454 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16455
16456         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16457         (user_endrow_callback), (user_end_callback),
16458         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16459         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16460         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16461         * ext/libpng/gstpngdec.h:
16462           Handle more than one frame if the content is framed,
16463           like with png-in-quicktime (#331917).
16464
16465 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16466
16467         * sys/oss/Makefile.am:
16468         * sys/oss/common.h:
16469         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16470         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16471         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16472         (gst_oss_src_unprepare):
16473           - the user-visible error strings were in the wrong category
16474           - and the messages were not marked for translation
16475           - which is actually a good thing, because they were exactly
16476             the kind of message you would never want anyone to see
16477           - the macros were using variables that didn't exist in the macro
16478             arguments
16479           - and they were obviously copied from each other and then modified
16480           - so a common header makes sense
16481
16482 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16483
16484         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16485           Don't try to modify read-only data.
16486
16487         * gst/matroska/matroska-demux.c:
16488         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16489           Fix comment (won't crash any longer now).
16490
16491 2006-04-10  Michael Smith  <msmith@fluendo.com>
16492
16493         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16494           Use copies of header buffers for caps to avoid circular refcounting
16495           problems (as in theoradec, vorbisdec).
16496
16497         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16498           Fix a typo in test that meant it was testing the wrong thing.
16499
16500         * tests/check/elements/cmmlenc.c: (check_headers):
16501           Fix refcount checks now that we use buffer-copies for caps.
16502
16503 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16504
16505         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16506         (gst_matroska_demux_handle_seek_event),
16507         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16508         (gst_matroska_demux_subtitle_caps),
16509         (gst_matroska_demux_plugin_init):
16510           Use static pad templates with ANY caps for audio and video
16511           source pads and get rid of a lot of unnecessary (and partially
16512           broken) code for the template caps. Clean up caps finding
16513           functions. Fixes playback of audio files/streams that do not
16514           contain the sample rate and/or number of channels in the audio
16515           context (happens a lot with vorbis/mp3 .mka files it seems).
16516           Fixes #337183.
16517           Also add myself to copyright holders.
16518
16519 2006-04-10  Michael Smith  <msmith@fluendo.com>
16520
16521         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16522           Use g_list_delete_link () instead of g_list_remove_link () so that
16523           we free the link as well as the contained data.
16524
16525 2006-04-10  Wim Taymans  <wim@fluendo.com>
16526
16527         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16528
16529         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16530         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16531         (gst_avi_demux_stream_header):
16532         Fix some crashers with empty chunks. (Fixes #337749)
16533
16534 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16535
16536         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16537           use G_GINT64_CONSTANT for INT64 constants
16538         * gst/videofilter/gstvideobalance.c:
16539           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16540         * win32/vs6/libgstavi.dsp:
16541          add missing libraries for the link and remove avimux.c from
16542          the project as it isn't ported to 0.10 yet
16543         
16544 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16545
16546         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16547           Even better would be if we actually did the right thing
16548           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16549
16550 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16551
16552         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16553           Can't just replace 1LL with 1L here just because MSVC doesn't
16554           support it, as it might lead to incorrect results when doing the
16555           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16556           force a 64-bit constant in a way that all compilers are happy with.
16557
16558 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16559
16560         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16561         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16562         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16563         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16564         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16565         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16566         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16567         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16568         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16569         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16570         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16571         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16572         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16573         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16574         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16575         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16576         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16577         * gst/debug/efence.c: (gst_efence_class_init):
16578         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16579         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16580         * gst/goom/gstgoom.c: (gst_goom_class_init):
16581         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16582         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16583         * gst/interleave/interleave.c: (interleave_class_init):
16584         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16585         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16586         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16587         * gst/median/gstmedian.c: (gst_median_class_init):
16588         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16589         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16590         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16591         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16592         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16593         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16594         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16595         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16596         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16597         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16598         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16599         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16600         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16601         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16602         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16603         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16604         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16605         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16606         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16607         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16608         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16609         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16610         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16611         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16612         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16613         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16614         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16615         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16616         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16617         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16618         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16619         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16620         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16621         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16622         * sys/osxaudio/gstosxaudioelement.c:
16623         (gst_osxaudioelement_class_init):
16624         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16625         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16626         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16627         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16628
16629 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16630
16631         * ext/mikmod/gstmikmod.h:
16632         * gst/level/gstlevel.h:
16633         Fix more broken GObject macros
16634
16635 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16636
16637         * ext/annodex/gstcmmldec.h:
16638         * ext/annodex/gstcmmlenc.h:
16639         * ext/annodex/gstcmmltag.h:
16640         * ext/cairo/gsttextoverlay.h:
16641         * ext/ladspa/gstsignalprocessor.h:
16642         * gst/matroska/ebml-read.h:
16643         * gst/matroska/ebml-write.h:
16644         * sys/osxaudio/gstosxaudioelement.h:
16645         Fix broken GObject macros
16646
16647 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16648
16649         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16650           Don't try to seek beyond the end of the file (would
16651           occasionally display error dialogs in totem when seeking
16652           to the end) (#335869). Will still throw an error though
16653           if the file is truncated and the total_samples value in
16654           the stream header is wrong.
16655
16656 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
16657
16658         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
16659         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
16660         (gst_flac_dec_metadata_callback):
16661         * ext/flac/gstflacdec.h:
16662           If the stream header doesn't contain the total number of samples,
16663           search for the last flac frame at the end of the file and calculate
16664           the total duration from that frame's offset (fixes #337609).
16665
16666 2006-04-07  Edward Hervey  <edward@fluendo.com>
16667
16668         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
16669         Don't unref the GstPadTemplate returned by
16670         gst_element_class_get_pad_template().
16671
16672 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16673
16674         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
16675
16676         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
16677         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
16678         * sys/sunaudio/gstsunaudiosink.h:
16679           Use spec->segsize and spec->segtotal in the prepare function
16680           to initialise the ring buffer instead of using the buffer-time
16681           property (#337421).
16682
16683 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16684
16685         * configure.ac:
16686           Bump core requirements to CVS for gst_pad_query_peer_duration()
16687           which is used by speexdec.
16688
16689 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16690
16691         * ext/speex/gstspeex.c: (plugin_init):
16692         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
16693         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
16694         (speex_get_sink_query_types), (speex_dec_sink_query),
16695         (speex_get_src_query_types), (speex_dec_src_query),
16696         (speex_dec_src_event), (speex_dec_sink_event),
16697         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
16698         (speex_dec_chain_parse_data), (speex_dec_chain),
16699         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
16700         (speex_dec_change_state):
16701         * ext/speex/gstspeexdec.h:
16702           Fix seeking and duration queries (#337033); clean up and
16703           refactor a bit.
16704
16705 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16706
16707         * ext/raw1394/gstdv1394src.c:
16708           distinguish between device not found and could not open for
16709           reading
16710
16711 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16712
16713         * Makefile.am:
16714         * configure.ac:
16715         * pkgconfig/.cvsignore:
16716         * pkgconfig/Makefile.am:
16717         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
16718           add a .pc file so other modules can use good plugins in tests
16719
16720 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16721
16722         * configure.ac:
16723           clean up, use AS_VERSION and AS_NANO
16724         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16725           use PACKAGE_VERSION define
16726         * po/af.po:
16727         * po/az.po:
16728         * po/cs.po:
16729         * po/en_GB.po:
16730         * po/hu.po:
16731         * po/it.po:
16732         * po/nb.po:
16733         * po/nl.po:
16734         * po/or.po:
16735         * po/sq.po:
16736         * po/sr.po:
16737         * po/sv.po:
16738         * po/uk.po:
16739         * po/vi.po:
16740           updated
16741
16742 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
16743
16744         * ext\jpeg\smokecodec.c:
16745           use of GST_DEBUG instead of DEBUG(a...) for WIN32
16746         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
16747           move first instruction after all variables declarations
16748         * gst\alpha\gstalpha.c:
16749         * gst\effectv\gstshagadelic.c:
16750         * gst\smpte\paint.c:
16751         * gst\videofilter\gstvideobalance.c:
16752           define M_PI if it's not defined (it's not defined on WIN32)
16753         * gst\cutter\gstcutter.c: (gst_cutter_chain):
16754         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
16755         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
16756         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
16757         (gst_matroska_demux_video_caps):
16758         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
16759         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
16760           use gst_guint64_to_gdouble for conversions
16761         * gst\goom\filters.c: (setPixelRGB_):
16762           fix a debug which was using undefined variable
16763         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
16764         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
16765           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
16766         * win32/vs6:
16767           add vs6 projects files for most of plugins-good
16768         
16769 2006-03-30  j^  <j@bootlab.org>
16770
16771         * ext/aalib/gstaasink.c:
16772         * ext/annodex/gstcmmldec.c:
16773         * ext/annodex/gstcmmlenc.c:
16774         * ext/cairo/gsttextoverlay.c:
16775         * ext/cairo/gsttimeoverlay.c:
16776         * ext/cdio/gstcdiocddasrc.c:
16777         * ext/dv/gstdvdec.c:
16778         * ext/esd/esdmon.c:
16779         * ext/esd/esdsink.c:
16780         * ext/flac/gstflacdec.c:
16781         * ext/flac/gstflacenc.c:
16782         * ext/flac/gstflactag.c:
16783         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16784         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16785         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16786         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16787         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16788         * ext/gdk_pixbuf/pixbufscale.c:
16789         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16790         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16791         * ext/jpeg/gstjpegdec.c:
16792         * ext/jpeg/gstjpegenc.c:
16793         * ext/jpeg/gstsmokedec.c:
16794         * ext/jpeg/gstsmokeenc.c:
16795         * ext/libcaca/gstcacasink.c:
16796         * ext/libmng/gstmngdec.c:
16797         * ext/libmng/gstmngenc.c:
16798         * ext/libpng/gstpngdec.c:
16799         * ext/libpng/gstpngenc.c:
16800         * ext/mikmod/gstmikmod.c:
16801         * ext/raw1394/gstdv1394src.c:
16802         * ext/shout2/gstshout2.c:
16803         * ext/speex/gstspeexdec.c:
16804         * ext/speex/gstspeexenc.c:
16805         * gst/alpha/gstalpha.c:
16806         * gst/alpha/gstalphacolor.c:
16807         * gst/auparse/gstauparse.c:
16808         * gst/autodetect/gstautoaudiosink.c:
16809         (gst_auto_audio_sink_base_init):
16810         * gst/autodetect/gstautovideosink.c:
16811         (gst_auto_video_sink_base_init):
16812         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16813         * gst/cutter/gstcutter.c:
16814         * gst/debug/breakmydata.c:
16815         * gst/debug/efence.c:
16816         * gst/debug/gstnavigationtest.c:
16817         * gst/debug/negotiation.c:
16818         * gst/debug/progressreport.c:
16819         * gst/debug/testplugin.c:
16820         * gst/effectv/gstaging.c:
16821         * gst/effectv/gstdice.c:
16822         * gst/effectv/gstedge.c:
16823         * gst/effectv/gstquark.c:
16824         * gst/effectv/gstrev.c:
16825         * gst/effectv/gstvertigo.c:
16826         * gst/effectv/gstwarp.c:
16827         * gst/flx/gstflxdec.c:
16828         * gst/goom/gstgoom.c:
16829         * gst/interleave/deinterleave.c:
16830         * gst/interleave/interleave.c:
16831         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16832         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16833         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16834         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16835         * gst/level/gstlevel.c:
16836         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16837         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16838         * gst/median/gstmedian.c:
16839         * gst/monoscope/gstmonoscope.c:
16840         * gst/multipart/multipartdemux.c:
16841         * gst/multipart/multipartmux.c:
16842         * gst/oldcore/gstmd5sink.c:
16843         * gst/oldcore/gstmultifilesrc.c:
16844         * gst/oldcore/gstpipefilter.c:
16845         * gst/oldcore/gstshaper.c:
16846         * gst/oldcore/gststatistics.c:
16847         * gst/rtp/gstasteriskh263.c:
16848         * gst/rtp/gstrtpL16depay.c:
16849         * gst/rtp/gstrtpL16pay.c:
16850         * gst/rtp/gstrtpamrdepay.c:
16851         * gst/rtp/gstrtpamrpay.c:
16852         * gst/rtp/gstrtpdepay.c:
16853         * gst/rtp/gstrtpgsmpay.c:
16854         * gst/rtp/gstrtph263pay.c:
16855         * gst/rtp/gstrtph263pdepay.c:
16856         * gst/rtp/gstrtph263ppay.c:
16857         * gst/rtp/gstrtpmp4gpay.c:
16858         * gst/rtp/gstrtpmp4vdepay.c:
16859         * gst/rtp/gstrtpmp4vpay.c:
16860         * gst/rtp/gstrtpmpadepay.c:
16861         * gst/rtp/gstrtpmpapay.c:
16862         * gst/rtp/gstrtppcmadepay.c:
16863         * gst/rtp/gstrtppcmapay.c:
16864         * gst/rtp/gstrtppcmudepay.c:
16865         * gst/rtp/gstrtppcmupay.c:
16866         * gst/rtp/gstrtpspeexdepay.c:
16867         * gst/rtp/gstrtpspeexpay.c:
16868         * gst/rtsp/gstrtpdec.c:
16869         * gst/smpte/gstsmpte.c:
16870         * gst/videobox/gstvideobox.c:
16871         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16872         * gst/videofilter/gstvideobalance.c:
16873         * gst/videofilter/gstvideoflip.c:
16874         * gst/videofilter/gstvideotemplate.c:
16875         (gst_videotemplate_base_init):
16876         * gst/videomixer/videomixer.c:
16877         * gst/wavenc/gstwavenc.c:
16878         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16879          better/unified long descriptions
16880          Fixed #336602
16881          Some cleanups to auparse, don't send multiple newsegments.
16882
16883 2006-03-29  Wim Taymans  <wim@fluendo.com>
16884
16885         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16886
16887         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16888         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16889         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16890         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16891         * ext/dv/gstdvdemux.h:
16892         Seek in READY patch. Only works for pull based mode.
16893         Fixes #323880
16894
16895 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16896
16897         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16898         (gst_gdk_pixbuf_event):
16899           Fix two crashers: don't unref the same caps twice, and
16900           set pixbuf loader to NULL after freeing it.
16901
16902 2006-03-27  Wim Taymans  <wim@fluendo.com>
16903
16904         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16905         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16906         (gst_speexenc_chain):
16907         * ext/speex/gstspeexenc.h:
16908         Don't leak adapter.
16909         A push *always* takes ownership of the buffer, even on
16910         errors.
16911         Small cleanups.
16912
16913 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16914
16915         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16916           Create source pad without leaking.
16917
16918 2006-03-24  Wim Taymans  <wim@fluendo.com>
16919
16920         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16921         * ext/flac/gstflacdec.h:
16922         * ext/flac/gstflacenc.h:
16923         Spifify a bit.
16924         Fix deadly lock order error in seeking code, STREAM_LOCK
16925         cannot be taken within LOCK and the streaming variables are
16926         protected with the STREAM_LOCK anyway.
16927
16928 2006-03-24  Wim Taymans  <wim@fluendo.com>
16929
16930         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16931         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16932         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16933         this patch combines the global init_frames with the stream
16934         init_frames. Rationale being that the global delay should 
16935         be subtracted from any stream delay.
16936         Fixes #335858.
16937
16938 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16939
16940         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
16941         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16942         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16943         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16944         use DEBUG_FUNCPTR for collectpads
16945
16946 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16947
16948         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
16949           Don't crash when encoding images where the number of rows isn't
16950           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
16951
16952 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16953
16954         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
16955         * gst/interleave/deinterleave.c: (deinterleave_change_state):
16956         * gst/interleave/interleave.c: (interleave_change_state):
16957         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
16958           More state change function fixes.
16959
16960 2006-03-23  Wim Taymans  <wim@fluendo.com>
16961
16962         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16963         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
16964         (gst_esdsink_prepare), (gst_esdsink_unprepare),
16965         (gst_esdsink_delay), (gst_esdsink_reset):
16966         * ext/esd/esdsink.h:
16967         Fix esd choppy playback by configuring audiosink
16968         correctly. Fixes #325191
16969
16970 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16971
16972         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
16973           Make state change function thread-safe.
16974
16975 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16976
16977         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
16978         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
16979           Don't try to read beyond the end of the file just because
16980           the header claims a bigger size (like with truncated files).
16981
16982 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16983
16984         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16985         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
16986         (gst_wavparse_stream_data), (gst_wavparse_loop):
16987         * gst/wavparse/gstwavparse.h:
16988           Delay source pad creation until we have the first chunk of
16989           media data, so the we can examine the data and adjust the
16990           caps accordingly if required. This makes playback of .wav
16991           files with DTS-declared-as-PCM content work (#313266).
16992
16993 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
16994
16995         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16996         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
16997         Don't attempt typefinding on too-short buffers that have been
16998         completely trimmed away. (Fixes #330239)
16999
17000         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17001         Improve the debug output
17002
17003 2006-03-21  Wim Taymans  <wim@fluendo.com>
17004
17005         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17006         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17007         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17008         (gst_esdsink_set_property), (gst_esdsink_get_property):
17009         Some cleanups.
17010         Reset fd to -1 when we close them.
17011
17012 2006-03-21  Wim Taymans  <wim@fluendo.com>
17013
17014         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17015         the OPTIONS request result is optional so don't
17016         fail on it.
17017
17018 2006-03-21  Edward Hervey  <edward@fluendo.com>
17019
17020         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17021         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17022         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17023         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17024         (gst_wavparse_change_state):
17025         gcc 4.1 unreferenced pointer fixes.
17026
17027 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17028
17029         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17030
17031         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17032           Fix block alignment calculation. Alignment should be done before
17033           adding the byte offset where the data starts (#335231).
17034
17035 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17036
17037         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17038           Ensure that we set correct caps on buffers that are transferred
17039           direct from the input.
17040
17041 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17042
17043         * gst/goom/filters.c: (zoomFilterDestroy):
17044         * gst/goom/goom_core.c: (goom_close):
17045           Free filter data when cleaning up. (Fixes: #334995)
17046
17047 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17048
17049         * configure.ac:
17050           Don't compile udp and rtsp plugins on win32 (mingw) or other
17051           systems that don't have <sys/socket.h> for some reason (#316203).
17052
17053 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17054
17055         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17056         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17057         * ext/raw1394/gstdv1394src.h:
17058           Change bus reset handler so it reports useful information such as
17059           whether the device being used connected or disconnected
17060
17061 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17062
17063         * gst/id3demux/id3v2frames.c:
17064         (parse_relative_volume_adjustment_two):
17065           We only care about gain and peak data for the master volume.
17066
17067 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17068
17069         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17070         (parse_id_string), (parse_unique_file_identifier),
17071         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17072           Read replay gain tags (#323721).
17073
17074 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17075
17076         * configure.ac:
17077           Bump requirements to gst-plugins-base CVS because
17078           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17079
17080 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17081
17082         * rtp/gst/gstrtppcmadepay.c:
17083         Fixed one of the caps in the code from mulaw to alaw.
17084
17085 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17086
17087         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17088           Ensure that we set caps on the buffers we pass.
17089
17090         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17091         (gst_id3demux_sink_activate):
17092           Ensure that we set caps on the buffers we pass.
17093
17094           Use STREAM, TYPE_NOT_FOUND as the error class when
17095           typefinding fails.
17096
17097 2006-03-15  Edward Hervey  <edward@fluendo.com>
17098
17099         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17100         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17101         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17102         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17103         (gst_jpeg_dec_setcaps):
17104         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17105         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17106         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17107         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17108         (gst_mngdec_src_getcaps):
17109         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17110         (gst_pngdec_caps_create_and_set):
17111         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17112         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17113         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17114         * gst/alpha/gstalpha.c: (gst_alpha_init):
17115         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17116         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17117         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17118         * gst/cutter/gstcutter.c: (gst_cutter_init):
17119         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17120         (gst_efence_checkgetrange):
17121         * gst/debug/negotiation.c: (gst_negotiation_init):
17122         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17123         * gst/goom/gstgoom.c: (gst_goom_init):
17124         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17125         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17126         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17127         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17128         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17129         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17130         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17131         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17132         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17133         (gst_wavparse_create_sourcepad):
17134         Fix memleak with gst_static_pad_template_get().
17135         This uses gst_pad_new_from_static_template() instead.
17136         Fixes #333512
17137
17138 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17139
17140         * configure.ac:
17141           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17142           used by id3demux.
17143
17144         * gst/id3demux/gstid3demux.c: (plugin_init):
17145         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17146         (parse_user_text_identification_frame),
17147         (parse_unique_file_identifier):
17148           Add support for UFID and TXXX frames and extract musicbrainz tags.
17149
17150 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17151
17152         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17153           Catch short reads, like they might happen with truncated
17154           files (see #305279); remove unnecessary indentation.
17155
17156 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17157
17158         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17159           Fix DIB image inversion for pictures with a
17160           depth != 8 (#305279).
17161
17162 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17163
17164         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17165         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17166         * ext/jpeg/gstjpegdec.h:
17167           Fix durations on outgoing buffers after seeking
17168           in MJPEG files (#334083); some minor clean-ups.
17169
17170 2006-03-13  Wim Taymans  <wim@fluendo.com>
17171
17172         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17173         (gst_wavparse_change_state):
17174         Implement seek in READY (re-fixes #327658)
17175
17176 2006-03-13  Wim Taymans  <wim@fluendo.com>
17177
17178         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17179         * ext/esd/esdmon.c: (gst_esdmon_get):
17180         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17181         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17182         (gst_gdk_pixbuf_sink_getcaps):
17183         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17184         (gst_jpegenc_setcaps):
17185         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17186         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17187         (gst_smokeenc_setcaps):
17188         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17189         (gst_mngdec_src_getcaps):
17190         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17191         (gst_mngenc_chain):
17192         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17193         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17194         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17195         (speex_dec_src_event), (speex_dec_chain):
17196         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17197         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17198         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17199         (gst_negotiation_pad_link), (gst_negotiation_chain):
17200         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17201         (gst_flxdec_chain):
17202         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17203         (deinterleave_chain):
17204         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17205         * gst/median/gstmedian.c: (gst_median_link):
17206         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17207         (gst_monoscope_chain):
17208         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17209         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17210         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17211         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17212         close #333784 unref the result of gst_pad_get_parent()
17213         by: Christophe Fergeau.
17214
17215 2006-03-09  Wim Taymans  <wim@fluendo.com>
17216
17217         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17218         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17219         Handle events in push mode better, can now do non-flushing
17220         seeks in push mode as well.
17221
17222 2006-03-07  Wim Taymans  <wim@fluendo.com>
17223
17224         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17225         Applied patch from Kai Vehmanen, fixes #333624.
17226
17227 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17228
17229         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17230         Implement paletted and grayscale png files handling.
17231         (#150363).
17232
17233 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17234
17235         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17236         (gst_speexenc_chain):
17237           fix a tag list assert
17238           follow gst-plugins-base/ext/ogg/README; set OFFSET
17239           and OFFSET_END.  Muxes correctly with gst-plugins-base
17240           > 0.9.3
17241
17242 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17243
17244         * gst/id3demux/Makefile.am:
17245         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17246         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17247           Use new typefind helper functions here as well, and
17248           do typefinding in pull-mode if upstream supports that.
17249
17250 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17251
17252         * sys/sunaudio/gstsunaudiomixerctrl.c:
17253         (gst_sunaudiomixer_ctrl_get_volume),
17254         (gst_sunaudiomixer_ctrl_set_volume):
17255         * sys/sunaudio/gstsunaudiomixertrack.c:
17256         (gst_sunaudiomixer_track_new):
17257           Remove unused variables, breaks build from CVS
17258           with -Werror (#333392, patch by: Benjamin Pineau)
17259
17260 2006-03-03  Wim Taymans  <wim@fluendo.com>
17261
17262         * docs/plugins/Makefile.am:
17263         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17264         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17265         Added wavparse docs.
17266
17267         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17268         (gst_wavparse_reset), (gst_wavparse_init),
17269         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17270         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17271         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17272         (gst_wavparse_stream_data), (gst_wavparse_loop),
17273         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17274         (gst_wavparse_change_state):
17275         * gst/wavparse/gstwavparse.h:
17276         Implement seek in READY (fixes #327658)
17277         Added docs and did some cleanups.
17278
17279 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17280
17281         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17282         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17283         (gst_avi_demux_calculate_durations_from_index),
17284         (gst_avi_demux_stream_header):
17285         * gst/avi/gstavidemux.h:
17286           If we have an index, use a duration based on the index instead
17287           of blindly trusting the information in the stream headers
17288           (fixes #331817).
17289
17290 2006-03-03  Wim Taymans  <wim@fluendo.com>
17291
17292         * docs/plugins/Makefile.am:
17293         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17294         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17295         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17296         Added smoke and jpeg to the docs.
17297
17298         * ext/jpeg/Makefile.am:
17299         * ext/jpeg/gstjpeg.c: (plugin_init):
17300         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17301         * ext/jpeg/gstjpegenc.h:
17302         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17303         (gst_smokedec_chain):
17304         * ext/jpeg/gstsmokedec.h:
17305         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17306         * ext/jpeg/gstsmokeenc.h:
17307         * ext/jpeg/smokecodec.h:
17308         Port smokedec (fixes #331905).
17309         Added some docs.
17310         Some cleanups.
17311
17312 2006-03-03  Wim Taymans  <wim@fluendo.com>
17313
17314         * docs/plugins/Makefile.am:
17315         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17316         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17317         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17318         Added videobalance and videoflip to the docs.
17319
17320         * gst/videofilter/Makefile.am:
17321         * gst/videofilter/gstvideobalance.c:
17322         (gst_video_balance_update_tables_planar411),
17323         (gst_video_balance_is_passthrough),
17324         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17325         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17326         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17327         (gst_video_balance_finalize), (gst_video_balance_class_init),
17328         (gst_video_balance_init), (gst_video_balance_interface_supported),
17329         (gst_video_balance_interface_init),
17330         (gst_video_balance_colorbalance_list_channels),
17331         (gst_video_balance_colorbalance_set_value),
17332         (gst_video_balance_colorbalance_get_value),
17333         (gst_video_balance_colorbalance_init),
17334         (gst_video_balance_set_property), (gst_video_balance_get_property),
17335         (gst_video_balance_get_type), (plugin_init):
17336         * gst/videofilter/gstvideobalance.h:
17337         Ported to 0.10. (Fixes #326160)
17338         Added docs.
17339
17340         * gst/videofilter/gstvideoflip.c:
17341         * gst/videofilter/gstvideoflip.h:
17342         Added docs.
17343
17344 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17345
17346         * configure.ac:
17347           Bump requirements to current core and -base CVS
17348           (core for new typefind helper API, and -base for the
17349           WAVFORMATEX support that was added to libgstriff and
17350           is needed by wavparse).
17351         
17352         * gst/apetag/Makefile.am:
17353         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17354         (gst_tag_demux_sink_activate):
17355           Use new typefind helpers for typefinding instead of our
17356           home-grown stuff; also, do typefinding in pull-mode if
17357           upstream supports that.
17358
17359 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17360
17361         Reviewed by: Christian Schaller <christian@fluendo.com>
17362
17363         This patch fixes bug: 329107
17364
17365         This Changelog entry is for a commit done on February 17
17366
17367         * ext/gconf/gconf.c
17368         * ext/gconf/gconf.h
17369         * ext/gconf/gstgconfaudiosink.c
17370         * ext/gconf/gstgconfaudiosink.h
17371         * gconf/gstreamer.schemas.in
17372
17373 2006-02-28  Wim Taymans  <wim@fluendo.com>
17374
17375         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17376         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17377         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17378         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17379         Use DEBUG_OBJECT more.
17380
17381 2006-02-28  Wim Taymans  <wim@fluendo.com>
17382
17383         * docs/plugins/Makefile.am:
17384         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17385         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17386         Added dvdec and dvdemux to docs.
17387
17388         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17389         Added docs.
17390         Check frame sizes so we don't crash when don't have enough
17391         data.
17392         Send nice error messages on error.
17393
17394         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17395         (gst_dvdemux_class_init), (gst_dvdemux_init),
17396         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17397         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17398         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17399         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17400         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17401         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17402         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17403         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17404         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17405         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17406         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17407         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17408         * ext/dv/gstdvdemux.h:
17409         Added docs.
17410         Implement pull mode.
17411         Fix memleaks.
17412         Reduce memcpy for the video demuxing.
17413
17414 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17415
17416         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17417         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17418         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17419         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17420           Add a little extra debug. Make the decoder not return NOT_LINKED,
17421           as we want to continue decoding all CMML and emitting tags.
17422
17423 2006-02-27  Michael Smith  <msmith@fluendo.com>
17424
17425         * ext/annodex/gstskeltag.c:
17426         * ext/annodex/gstskeltag.h:
17427           Deleted; these files aren't used any more either.
17428
17429 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17430
17431         * ext/Makefile.am: Fix dist-check.
17432
17433 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17434
17435         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17436         memleak.
17437
17438 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17439
17440         * ext/annodex/Makefile.am:
17441         * ext/annodex/gstannodex.c:
17442         * ext/annodex/gstcmmldec.c:
17443         * ext/annodex/gstcmmlenc.c:
17444         * ext/annodex/gstcmmlparser.c:
17445         * ext/annodex/gstcmmlparser.h:
17446         * ext/annodex/gstcmmlutils.c:
17447         * tests/check/elements/cmmldec.c:
17448         * tests/check/elements/cmmlenc.c:
17449           Fix a memleak in gst_cmml_track_list_add_clip.
17450           Handle overflows in clip's start and end times.
17451           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17452           Do not parse junk at the end of a CMML preamble buffer.
17453           Register a libxml error handler to not print stuff on stderr.
17454           Check for bad clip start and end times in the testsuites.
17455
17456 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17457
17458         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17459         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17460         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17461         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17462         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17463         possible memleaks.
17464
17465 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17466
17467         * tests/check/Makefile.am:
17468         * tests/check/elements/cmmldec.c:
17469         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17470         the plugins-base tags.
17471
17472 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17473
17474         * ext/Makefile.am: Re-enable module.
17475
17476 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17477
17478         * tests/check/Makefile.am: Forgot to remove that test.
17479
17480 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17481
17482         * ext/annodex/Makefile.am:
17483         * ext/annodex/gstannodex.c: (plugin_init):
17484         * ext/annodex/gstcmmldec.c:
17485         * ext/annodex/gstskeldec.c:
17486         * ext/annodex/gstskeldec.h:
17487         * tests/check/Makefile.am:
17488         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17489
17490 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17491
17492         * tests/check/Makefile.am: Disable those checks as well.
17493
17494 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17495
17496         * ext/Makefile.am: Disable annodex for now until we figure out
17497         how to make it build.
17498         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17499         Add a rule to your checklist : "please try to at least build 
17500         what you are going to commit into -good, or if you are too lazy
17501         to do that, please check that the buildbots are not crying because
17502         of your commit."
17503
17504 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17505
17506         * configure.ac:
17507         * ext/Makefile.am:
17508         * ext/gdk_pixbuf/Makefile.am:
17509         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17510         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17511         * ext/gdk_pixbuf/pixbufscale.c:
17512         * ext/gdk_pixbuf/pixbufscale.h:
17513           Gdkpixbuf ported from 0.8 to 0.10 by
17514           Renato Filho <renato.filho@indt.org.br>.
17515           gst_loader and gdkpixbufanimation still need port.
17516
17517 2006-02-24  Michael Smith  <msmith@fluendo.com>
17518
17519         * configure.ac:
17520         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17521         * ext/Makefile.am:
17522         * ext/annodex/Makefile.am:
17523         * ext/annodex/gstannodex.c:
17524         * ext/annodex/gstannodex.h:
17525         * ext/annodex/gstcmmldec.c:
17526         * ext/annodex/gstcmmldec.h:
17527         * ext/annodex/gstcmmlenc.c:
17528         * ext/annodex/gstcmmlenc.h:
17529         * ext/annodex/gstcmmlparser.c:
17530         * ext/annodex/gstcmmlparser.h:
17531         * ext/annodex/gstcmmltag.c:
17532         * ext/annodex/gstcmmltag.h:
17533         * ext/annodex/gstcmmlutils.c:
17534         * ext/annodex/gstcmmlutils.h:
17535         * ext/annodex/gstskeldec.c:
17536         * ext/annodex/gstskeldec.h:
17537         * ext/annodex/gstskeltag.c:
17538         * ext/annodex/gstskeltag.h:
17539         * tests/check/Makefile.am:
17540         * tests/check/elements/cmmldec.c:
17541         * tests/check/elements/cmmlenc.c:
17542         * tests/check/elements/skeldec.c:
17543           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17544           Includes tests & docs, oh my! Passes Thomas's -good checklist
17545           entirely. Wow.
17546
17547 2006-02-24  Michael Smith  <msmith@fluendo.com>
17548
17549         * autogen.sh:
17550           Check for automake 1.9 as well.
17551
17552 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17553
17554         * ext/flac/gstflacenc.c:
17555           Change min. sample rate to 8kHz to match flacdec's.
17556           
17557 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17558
17559         * ext/cdio/Makefile.am:
17560           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17561           required for Cygwin, see #317048)
17562
17563         * gst/rtp/gstasteriskh263.c:
17564           Cygwin has includes for both the unix network socket API
17565           and the windows API, but only one can be included, so fix
17566           includes to only use one or the other, prefering the unxi
17567           one (#317048).
17568
17569 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17570
17571         * rtp/gst/gstrtppcmadepay.c:
17572         * rtp/gst/gstrtppcmadepay.h:
17573         * rtp/gst/gstgstrtppcmapay.c:
17574         * rtp/gst/gstgstrtppcmapay.h:
17575         * rtp/gst/gstrtppcmudepay.c:
17576         * rtp/gst/gstrtppcmudepay.h:
17577         * rtp/gst/gstrtppcmupay.c:
17578         * rtp/gst/gstrtppcmupay.h:
17579         * rtp/gst/Makefile.am:
17580         * rtp/gst/gstrtp.c:
17581         * rtp/gst/README:
17582         Separated the G711 payloaders/depayloaders into separate elements for
17583         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17584
17585 2006-02-22  Wim Taymans  <wim@fluendo.com>
17586
17587         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17588         (gst_dvdec_change_state):
17589         * ext/dv/gstdvdec.h:
17590         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17591         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17592         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17593         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17594         (gst_dvdemux_flush), (gst_dvdemux_chain),
17595         (gst_dvdemux_change_state):
17596         * ext/dv/gstdvdemux.h:
17597         Ueber spiffify some more, added debug category.
17598         Use _scale.
17599         Use segments, respect playback rate from newsegment.
17600         Fix refcount issue.
17601
17602 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17603
17604         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17605         (gst_signal_processor_process):
17606         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17607         enabled for the build, but it helps me win the feature-count
17608         competitions ooh yeah.
17609
17610 2006-02-19  Wim Taymans  <wim@fluendo.com>
17611
17612         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17613         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17614         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17615         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17616         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17617         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17618         Use scaling code for added precission and more correct stop
17619         position in case scale==0.
17620
17621 2006-02-19  Wim Taymans  <wim@fluendo.com>
17622
17623         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17624         (gst_flxdec_chain):
17625         * gst/flx/gstflxdec.h:
17626         Implement DURATION query.
17627
17628 2006-02-19  Wim Taymans  <wim@fluendo.com>
17629
17630         * gst/flx/flx_color.h:
17631         * gst/flx/flx_fmt.h:
17632         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17633         (gst_flxdec_src_query_handler), (flx_decode_color),
17634         (gst_flxdec_chain):
17635         * gst/flx/gstflxdec.h:
17636         Set MALLOCDATA for the temp buffers so we don't leak.
17637         Some debug cleanups.
17638         Consume all data in the adapter before leaving the chain
17639         function. Fixes #330678.
17640
17641 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17642
17643         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17644         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17645          Handle 0 data size in otherwise valid frames.
17646          Handle numeric strings in 2.4.0 even when not in parentheses 
17647
17648 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
17649
17650         * gst/matroska/matroska-demux.c:
17651         (gst_matroska_demux_subtitle_caps),
17652         (gst_matroska_demux_plugin_init):
17653         * gst/matroska/matroska-ids.h:
17654           Recognise SSA/ASS and USF subtitle formats and
17655           set proper caps when they are found.
17656
17657 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17658
17659         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
17660         (gst_jpeg_dec_chain):
17661           Fix invalid memory access for some odd-sized images
17662           (see image contained in quicktime stream in #327083);
17663           use g_malloc() instead of g_alloca().
17664
17665 2006-02-17  Wim Taymans  <wim@fluendo.com>
17666
17667         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17668         Patch from Sebastien Cote, fixes #319884
17669
17670 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17671
17672         * ext/cdio/gstcdio.c: (plugin_init):
17673           Init debug category (#331253).
17674
17675 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17676
17677         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
17678           Pass extra_data to gst_riff_create_audio_caps(), so that
17679           WAVEFORMATEX stuff works. Post audio codec name and post
17680           it as taglist on the bus. Allow up to 8 channesl for raw
17681           PCM in the source pad template caps.
17682
17683 2006-02-16  Wim Taymans  <wim@fluendo.com>
17684
17685         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17686         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17687         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
17688         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
17689         (gst_multipart_set_property), (gst_multipart_get_property):
17690         Applied #318663. Gives quite a few false positives in
17691         autoscan mode, but it's better than nothing. Not closing yet.
17692
17693 2006-02-16  Wim Taymans  <wim@fluendo.com>
17694
17695         * docs/plugins/Makefile.am:
17696         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17697         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17698         * docs/plugins/gst-plugins-good-plugins.args:
17699         * docs/plugins/inspect/plugin-udp.xml:
17700         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
17701         (gst_udpsrc_start):
17702         Update documentation.
17703         Fix args.
17704
17705 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
17706
17707         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17708         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
17709         frame size. (Fixes #331368)
17710
17711 2006-02-16  Wim Taymans  <wim@fluendo.com>
17712
17713         * gst/rtsp/README:
17714         Updated README.
17715
17716         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17717         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
17718         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
17719         * gst/rtsp/gstrtspsrc.h:
17720         Make sure the RTP port is an even port an try to allocate 
17721         another if not.
17722         Added retry property to control max retries for port allocation.
17723         Make sure RTCP port is RTP port+1.
17724         Cleanup when port allocation fails.
17725         Fixes #319183.
17726         
17727 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17728
17729         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
17730           Don't ignore return value of the parent class's state
17731           change function (#331385, patch by: Wouter Paesen).
17732
17733 2006-02-15  Wim Taymans  <wim@fluendo.com>
17734
17735         * configure.ac:
17736         * docs/plugins/Makefile.am:
17737         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17738         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17739         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17740         * ext/Makefile.am:
17741         * ext/hal/Makefile.am:
17742         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
17743         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
17744         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
17745         (do_toggle_element), (gst_hal_audio_sink_set_property),
17746         (gst_hal_audio_sink_get_property),
17747         (gst_hal_audio_sink_change_state):
17748         * ext/hal/gsthalaudiosink.h:
17749         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
17750         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
17751         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
17752         (do_toggle_element), (gst_hal_audio_src_set_property),
17753         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
17754         * ext/hal/gsthalaudiosrc.h:
17755         * ext/hal/gsthalelements.c: (plugin_init):
17756         * ext/hal/gsthalelements.h:
17757         * ext/hal/hal.c: (gst_hal_get_string),
17758         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
17759         (gst_hal_get_audio_src):
17760         * ext/hal/hal.h:
17761         Add HAL sound device wrapper plugins. Closes #329106
17762
17763 2006-02-15  Wim Taymans  <wim@fluendo.com>
17764
17765         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17766         Add comment in a fultile attempt to stop the copy-and-paste 
17767         paradigm leading to duplication of bad code.
17768
17769         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
17770         Mime parameters have to be checked case insensitive
17771
17772 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17773
17774         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
17775           Advance stream time for lagging subtitle streams by sending
17776           newsegment events with the update flag set.
17777
17778 2006-02-14  Edward Hervey  <edward@fluendo.com>
17779
17780         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17781         There can be bogus data before the hdrl LIST tag in the RIFF header.
17782         It's hard to say if it's not respecting the AVI specifications or not,
17783         but since Google Video is producing AVIs like that and the other player
17784         don't seem to complain, I guess we should do the same.
17785
17786 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
17787
17788         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
17789         (parse_split_strings):
17790         Add more validation to ensure that a char encoding conversion
17791         produced a valid UTF-8 string.
17792
17793 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
17794
17795         Reviewed by: Edward Hervey  <edward@fluendo.com>
17796
17797         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17798         Properly handle end of segment. Closes #330885.
17799
17800 2006-02-13  Wim Taymans  <wim@fluendo.com>
17801
17802         * gst/rtp/gstrtpmp4gpay.h:
17803         For got to commit this one.
17804
17805 2006-02-12  Wim Taymans  <wim@fluendo.com>
17806
17807         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
17808         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
17809         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
17810         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17811         * gst/rtp/gstrtpmp4gpay.h:
17812         Make more things work.
17813         Handle ACC config strings.
17814
17815 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17816
17817         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17818           set timestamps if no incoming timestamps set
17819
17820 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17821
17822         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17823         (gst_tag_demux_do_typefind):
17824           ... and fix the very same leaks in GstTagDemux.
17825
17826 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17827
17828         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17829         (gst_id3demux_do_typefind):
17830         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17831         <jonathan at kaolin dot wh9 dot net>)
17832
17833 2006-02-10  Wim Taymans  <wim@fluendo.com>
17834
17835         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17836         First set options, then set caps or else the baseclass
17837         will not know about the options, duh.
17838
17839 2006-02-10  Wim Taymans  <wim@fluendo.com>
17840
17841         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17842         (gst_rtp_mp4v_pay_setcaps):
17843         Don't waste time looking for a config string if we have codec_info
17844         on the incomming caps.
17845
17846 2006-02-10  Wim Taymans  <wim@fluendo.com>
17847
17848         * gst/rtp/README:
17849         Say something about case-sensitivity of caps vs mime-attributes.
17850
17851         * gst/rtp/Makefile.am:
17852         * gst/rtp/gstrtp.c: (plugin_init):
17853         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17854         (gst_rtp_amr_pay_handle_buffer):
17855         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17856         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17857         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17858         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17859         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17860         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17861         (gst_rtp_mp4g_pay_plugin_init):
17862         * gst/rtp/gstrtpmp4gpay.h:
17863         Added beginnings of mpeg4-generic payloader (RFC 3640)
17864
17865 2006-02-09  Wim Taymans  <wim@fluendo.com>
17866
17867         * gst/rtsp/Makefile.am:
17868         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17869         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17870         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17871         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17872         (gst_rtpdec_change_state):
17873         * gst/rtsp/gstrtpdec.h:
17874         * gst/rtsp/gstrtsp.c: (plugin_init):
17875         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17876         * gst/rtsp/rtspconnection.c: (read_body),
17877         (rtsp_connection_receive):
17878         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17879         Resurected rtpdec to make rtspsrc happy again.
17880         Skip attributes from the session id.
17881         Don't crash when dumping a message with an empty body.
17882
17883
17884 2006-02-09  Wim Taymans  <wim@fluendo.com>
17885
17886         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17887         Added more meaningfull warnings when something goes wrong.
17888         Clear F bit on outgoing AMR packets.
17889
17890         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17891         (gst_rtp_amr_pay_handle_buffer):
17892         Added debugging category
17893         Support payloading of multiple AMR frames.
17894
17895         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17896         Added some debugging.
17897
17898 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17899
17900         * configure.ac:
17901           Back to CVS
17902
17903 === release 0.10.2 ===
17904
17905 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17906
17907         * configure.ac:
17908           releasing 0.10.2, "Papa was a rolling stone"
17909
17910 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17911
17912         * configure.ac:
17913           Bump core and plugins-base requirement to 0.10.2.2
17914           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17915
17916 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17917
17918         * ext/flac/gstflac.c: (plugin_init):
17919         * ext/speex/gstspeex.c: (plugin_init):
17920           Register musicbrainz tags.
17921
17922 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17923
17924         * ext/gconf/gconf.h:
17925           Remove declaration of function that no longer exists.
17926
17927 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17928
17929         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17930         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17931         Make shout2 work for non ogg streams
17932
17933 2006-02-06  Wim Taymans  <wim@fluendo.com>
17934
17935         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17936         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17937         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17938         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17939         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
17940         * gst/udp/gstmultiudpsink.h:
17941         Updated docs.
17942         Added properties bytes-served, bytes_to_serve.
17943         Post proper error messages,
17944         Emit client added signal too.
17945
17946 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17947
17948         * docs/plugins/Makefile.am:
17949         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17950         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17951         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17952         (gst_multiudpsink_get_stats):
17953           adding docs for multiudpsink
17954
17955 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17956
17957         * gst/level/gstlevel.c: (gst_level_transform_ip):
17958           peak below decay is not necessarily an error, so don't ERROR log
17959
17960 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17961
17962         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
17963         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
17964         (gst_ebml_write_seek):
17965         * gst/matroska/ebml-write.h:
17966           Make sure we send a newsegment event in BYTES format
17967           before sending buffers (#328531).
17968
17969 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17970
17971         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
17972         (gst_dvdemux_sink_query):
17973         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
17974         * ext/speex/gstspeexdec.c: (speex_get_query_types),
17975         (speex_dec_src_query):
17976         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
17977         (gst_speexenc_sink_query):
17978         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17979         * gst/matroska/matroska-demux.c:
17980         (gst_matroska_demux_get_src_query_types),
17981         (gst_matroska_demux_handle_src_query):
17982         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
17983         (gst_wavparse_pad_query):
17984           Pass unhandled queries upstream instead of just dropping
17985           them (#326446). Update query type arrays here and there.
17986
17987 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17988
17989         * tests/check/elements/matroskamux.c: (setup_src_pad):
17990           Collectpads in core got changed and now also holds a
17991           reference to any pad that is part of it. Fix refcount
17992           checks in test case accordingly.
17993
17994 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17995
17996         * gst/apetag/gstapedemux.h:
17997           Fix include, for now GstTagDemux is in the apetag dir.
17998
17999 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18000
18001         * docs/plugins/Makefile.am:
18002         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18003         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18004         * docs/plugins/inspect/plugin-cdio.xml:
18005           Add cdio plugin to docs.
18006
18007         * ext/cdio/gstcdiocddasrc.c:
18008           Add gtk-doc blurb.
18009
18010         * ext/cdio/gstcdio.c:
18011           The plugin is called 'cdio' not 'cddio'.
18012
18013 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18014
18015         * configure.ac:
18016         * docs/plugins/Makefile.am:
18017         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18018         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18019         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18020         * docs/plugins/inspect/plugin-apetag.xml:
18021         * gst/apetag/Makefile.am:
18022         * gst/apetag/gstapedemux.c:
18023         * gst/apetag/gstapedemux.h:
18024         * gst/apetag/gsttagdemux.c:
18025         * gst/apetag/gsttagdemux.h:
18026           Add APE tag demuxer (#325649).
18027
18028 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18029
18030         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18031         (gst_gconf_get_default_video_sink),
18032         (gst_gconf_get_default_audio_src),
18033         (gst_gconf_get_default_video_src):
18034         * ext/gconf/gconf.h:
18035         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18036         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18037         (do_toggle_element):
18038         * ext/gconf/gstgconfaudiosink.h:
18039         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18040         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18041         (do_toggle_element):
18042         * ext/gconf/gstgconfaudiosrc.h:
18043         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18044         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18045         (do_toggle_element):
18046         * ext/gconf/gstgconfvideosink.h:
18047         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18048         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18049         (do_toggle_element):
18050         * ext/gconf/gstgconfvideosrc.h:
18051           Ignore changing the GConf key to "". Ignore GConf key updates
18052           that don't actually change the string.
18053           For now, ignore the GConf key when the state is > READY, as
18054           it breaks streaming. Sometime it will be nice to bring the
18055           new sink online even mid-stream, by sending NEWSEGMENT info
18056           and possibly prerolling.
18057           (Fixes #326736)
18058
18059 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18060
18061         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18062         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18063         (zoomFilterSetResolution), (zoomFilterDestroy),
18064         (zoomFilterFastRGB), (pointFilter):
18065         * gst/goom/filters.h:
18066         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18067         (goom_update), (goom_close):
18068         * gst/goom/goom_core.h:
18069         * gst/goom/goom_tools.h:
18070         * gst/goom/graphic.c:
18071         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18072         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18073         * gst/goom/gstgoom.h:
18074         * gst/goom/lines.c: (goom_lines):
18075         * gst/goom/lines.h:
18076           Make goom reentrant by moving all important static variables
18077           into instance structures.
18078           (Fixes #329181)
18079
18080 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18081
18082         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18083         (gst_avi_demux_all_source_pads_unlinked),
18084         (gst_avi_demux_process_next_entry):
18085         * gst/avi/gstavidemux.h:
18086           Third attempt, use gst_pad_is_linked() this time.
18087
18088 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18089
18090         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18091         (parse_split_strings):
18092         Adjust for data length indicators when parsing (Fixes #329810)
18093         Fix stupid bug parsing UTF-8 tag text.
18094         Output tag strings with multiple fields as multiple tags, so the
18095         app gets all the data.
18096
18097 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18098
18099         * ext/flac/gstflacenc.c:
18100         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18101         show me.
18102         
18103 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18104
18105         * ext/flac/gstflacenc.c:
18106         * gst/matroska/ebml-read.c:
18107         Just make it compile with --disable-gst-debug.
18108
18109 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18110
18111         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18112         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18113         (id3v2_genre_fields_to_taglist):
18114           Never output a tag with a null contents string.
18115
18116 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18117
18118         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18119           Only pause if all pads are unlinked AND we've tried to send data
18120           on all of them at least once.
18121
18122 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18123
18124         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18125         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18126           Make loop function/task pause itself when all source pads are
18127           unlinked.
18128
18129 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18130
18131         * configure.ac:
18132         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18133           Use new functions from core to render a bin from a
18134           string. Fixes build. Up requirements to core CVS.
18135
18136 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18137
18138         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18139           Don't push buffers into the adapter that we are going to
18140           push downstream again without framing anyway. Also, the
18141           adaptor takes ownership of buffers put into it (fixes
18142           auparse pushing invalid buffers for .au files with
18143           ADPCM contents). Finally, set caps on all outgoing buffers.
18144
18145 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18146
18147         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18148         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18149         (gst_id3demux_send_tag_event):
18150         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18151         Someone should kick my butt. Remove ID3v1 tags from the end of the
18152         file.
18153
18154         Improve error messages. Send the TAG message as soon as we complete
18155         typefinding, instead of waiting until we send the first buffer.
18156         Downstream tag event is still sent before the first buffer.
18157
18158 2006-01-27  Jan Gerber  <j@bootlab.org>
18159
18160         Reviewed by: Andy Wingo <wingo@pobox.com>
18161
18162         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18163         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18164         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18165         to not have warings flooding stderr. this is the suggested way
18166         also used in dvgrab and kino. (#328336)
18167
18168 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18169
18170         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18171         (gst_oss_sink_init), (gst_oss_sink_finalise):
18172           Free the device name string when finalised.
18173
18174 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18175
18176         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18177           Don't put function calls in g_return_if_fail() statements,
18178           or they'll be replaced with NOOPs if someone compiles with
18179           G_DISABLE_CHECKS defined.
18180           
18181 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18182
18183         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18184         Never trust ANY information encoded in a media file, especially
18185         when it's giving you sizes. (Fixes #328452)
18186
18187 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18188
18189         * gst/rtp/gstrtpg711pay.c:
18190         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18191         bug #325148.
18192
18193 2006-01-23  Edward Hervey  <edward@fluendo.com>
18194
18195         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18196         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18197         * gst/matroska/matroska-ids.h:
18198         Added recognition of Real Audio and Video streams in matroska demuxer.
18199
18200 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18201
18202         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18203           Remove errant break statement, and fix compilation with
18204           older GCC.
18205
18206 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18207
18208         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18209
18210         * sys/sunaudio/gstsunaudiomixerctrl.c:
18211         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18212           Export functions that are needed in other parts of the code,
18213           makes the mixer actually work; adjust magic minimum buffer-time
18214           value from 3ms to 5ms to work around stuttering during mp3
18215           playback (#327765).
18216
18217 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18218
18219         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18220
18221         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18222         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18223           Fix possible deadlock in matroska muxer (#327825).
18224
18225 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18226
18227         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18228         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18229         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18230         * gst/rtsp/sdpmessage.h:
18231         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18232         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18233           C89 fixes: declare variables at the beginning of a block and
18234           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18235           <jensgr at gmx dot net>).
18236
18237 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18238
18239         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18240         * gst/id3demux/id3tags.h:
18241         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18242         (parse_comment_frame), (parse_text_identification_frame),
18243         (id3v2_tag_to_taglist), (id3v2_are_digits),
18244         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18245         (parse_split_strings), (free_tag_strings):
18246           Rewrite parsing of text tags to handle multiple NULL terminated
18247           strings. Parse numeric genre strings and ID3v2 type
18248           "(3)(6)Alternative" style genre strings.
18249           Parse dates that are only YYYY or YYYY-mm format.
18250           (Fixes #328241 and #322154)
18251
18252 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18253
18254         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18255           Don't forget to initialize liboil, otherwise our oil functions
18256           will crash (fixes #327871; patch by: Christoph Burghardt
18257           <hawkes at web dot de>).
18258
18259 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18260
18261         * configure.ac:
18262           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18263           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18264           patch by: Brian Cameron <brian dot cameron at sun dot com>
18265
18266 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18267
18268         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18269         * ext/cdio/gstcdio.h:
18270         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18271           Fix build for libcdio versions >= 76; give slightly lower rank
18272           than cdparanoia.
18273
18274 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18275
18276         * configure.ac:
18277         * ext/Makefile.am:
18278         * ext/cdio/Makefile.am:
18279         * ext/cdio/gstcdio.c:
18280         * ext/cdio/gstcdio.h:
18281         * ext/cdio/gstcdiocddasrc.c:
18282         * ext/cdio/gstcdiocddasrc.h:
18283           Port libcdio cdda source, formerly known as cddasrc, now known as
18284           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18285           but that's not tested (fixes #317658).
18286
18287 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18288
18289         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18290           Fix conversion from TIME to BYTES format (fixes #326864;
18291           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18292
18293 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18294
18295         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18296           Fix compilation of id3demux when zlib is not present.
18297           (Fixes #326602; patch by: Sergey Scobich)
18298
18299 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18300
18301         * ext/esd/Makefile.am:
18302           Add $(ESD_CFLAGS), otherwise build will fail for folks
18303           with libesd in a non-standard prefix (#327009).
18304
18305 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18306
18307         * configure.ac:
18308           back to HEAD
18309
18310 === release 0.10.1 ===
18311
18312 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18313
18314         * configure.ac:
18315           releasing 0.10.1, "Li"
18316
18317 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18318
18319           patch by: Wim Taymans
18320
18321         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18322           fix memleak.  Fixes #326618
18323
18324 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18325
18326           patch by: Mike Smith
18327
18328         * gst/level/gstlevel.c: (gst_level_message_new),
18329         (gst_level_message_append_channel):
18330           Fix memleak.  Fixes #326612
18331
18332 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18333
18334         * configure.ac:
18335           prereleasing
18336         * po/af.po:
18337         * po/az.po:
18338         * po/cs.po:
18339         * po/en_GB.po:
18340         * po/hu.po:
18341         * po/it.po:
18342         * po/nb.po:
18343         * po/nl.po:
18344         * po/or.po:
18345         * po/sq.po:
18346         * po/sr.po:
18347         * po/sv.po:
18348         * po/uk.po:
18349         * po/vi.po:
18350           update translations
18351
18352 2006-01-10  Michael Smith  <msmith@fluendo.com>
18353
18354         * gst/level/gstlevel.c: (gst_level_class_init),
18355         (gst_level_dispose):
18356           Don't leak filter arrays.
18357
18358 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18359
18360         reviewed by: Christian Schaller <uraeus@gnome.org>
18361         
18362         * configure.ac:
18363         * gst-plugins-good.spec.in:
18364         * sys/Makefile.am:
18365         * sys/sunaudio/Makefile.am:
18366         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18367         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18368         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18369         (gst_sunaudiomixer_change_state):
18370         * sys/sunaudio/gstsunaudiomixer.h:
18371         * sys/sunaudio/gstsunaudiomixerctrl.c:
18372         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18373         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18374         (gst_sunaudiomixer_ctrl_list_tracks),
18375         (gst_sunaudiomixer_ctrl_get_volume),
18376         (gst_sunaudiomixer_ctrl_set_volume),
18377         (gst_sunaudiomixer_ctrl_set_mute),
18378         (gst_sunaudiomixer_ctrl_set_record):
18379         * sys/sunaudio/gstsunaudiomixerctrl.h:
18380         * sys/sunaudio/gstsunaudiomixertrack.c:
18381         (gst_sunaudiomixer_track_class_init),
18382         (gst_sunaudiomixer_track_init), (fill_labels),
18383         (gst_sunaudiomixer_track_new):
18384         * sys/sunaudio/gstsunaudiomixertrack.h:
18385         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18386         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18387         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18388         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18389         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18390         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18391         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18392         * sys/sunaudio/gstsunaudiosink.h:
18393
18394         Add SunAudio plugin - tested to make sure it doesn't break
18395         the build under GNU/Linux.      
18396
18397 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18398
18399         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18400         * gst-plugins-good/gst/udp/gstudpsrc.c:
18401         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18402         overrides the port or multicast parameters. Fixes bugs #323021.
18403         API addition: adds GstUDPSrc::sockfd property   
18404
18405 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18406
18407         * ext/gconf/Makefile.am:
18408         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18409         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18410         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18411         (do_toggle_element), (cb_toggle_element),
18412         (gst_gconf_audio_src_change_state):
18413         * ext/gconf/gstgconfaudiosrc.h:
18414         * ext/gconf/gstgconfelements.c: (plugin_init):
18415         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18416         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18417         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18418         (do_toggle_element), (cb_toggle_element),
18419         (gst_gconf_video_src_change_state):
18420         * ext/gconf/gstgconfvideosrc.h:
18421           Add new gconfaudiosrc and gconfvideosrc elements
18422           (needed for gnome-sound-recorder).
18423
18424 2006-01-06  Edward Hervey  <edward@fluendo.com>
18425
18426         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18427         Add gst_element_no_more_pads() for proper decodebin behaviour.
18428         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18429         (parse_text_identification_frame), (parse_split_strings):
18430         Failure to decode some tags is not a GST_ERROR() but a
18431         GST_WARNING()
18432         When iterating over a chunk of text, check that we haven't gone too
18433         far.
18434
18435 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18436
18437         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18438         (plugin_init):
18439           call oil_init() when using liboil
18440
18441 2006-01-04  Wim Taymans  <wim@fluendo.com>
18442
18443         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18444         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18445         Fix leaks.
18446
18447 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18448
18449         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18450
18451         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18452         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18453         (gst_flac_dec_change_state):
18454           Don't g_assert() where we should just return FALSE; remove
18455           unnecessary g_assert(); initialize some fields properly in
18456           state change function (fixes #325504). Also, use
18457           GST_DEBUG_OBJECT in two more places.
18458
18459 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18460
18461         * configure.ac:
18462           also remove smoothwave's Makefile.am
18463         * docs/plugins/Makefile.am:
18464           fix plugin docs
18465
18466 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18467
18468         * tests/examples/Makefile.am:
18469           added missing Makefile.am
18470
18471 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18472
18473         * configure.ac:
18474         * gst/level/Makefile.am:
18475         * gst/level/level-example.c:
18476         * tests/Makefile.am:
18477         * tests/examples/level/Makefile.am:
18478         * tests/examples/level/level-example.c: (message_handler), (main):
18479           moved level-example to tests/examples/level-example
18480         * tests/old/examples/level/demo.c: (main):
18481         * tests/old/examples/level/plot.c: (main):
18482           some initial fixes
18483
18484 2005-12-29  Michael Smith  <msmith@fluendo.com>
18485
18486         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18487         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18488         * gst/udp/gstmultiudpsink.h:
18489           Track packets sent per client in addition to bytes sent; provide
18490           this info through get-stats signal
18491
18492 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18493
18494         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18495           Can't use gst_object_unref() on a GstAdapter (#325191).
18496
18497 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18498
18499         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18500         If a broken tag has 0 bytes payload, at least still skip
18501         the 10 byte header
18502
18503 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18504
18505         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18506         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18507         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18508         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18509           Making these depayloaders (H263+ and mpeg4 video) inherit from
18510           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18511
18512 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18513
18514         * docs/plugins/gst-plugins-good-plugins.args:
18515         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18516         Regenerate the plugin hiearchy.
18517
18518 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18519
18520         * docs/plugins/Makefile.am:
18521         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18522         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18523         * docs/plugins/gst-plugins-good-plugins.args:
18524         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18525         (gst_id3demux_base_init), (gst_id3demux_class_init),
18526         (gst_id3demux_chain):
18527         * gst/id3demux/gstid3demux.h:
18528           Add documentation for id3demux.
18529           Don't fail if the first buffer is not at offset 0, just
18530           attempt to typefind and do pass through
18531           Rename the gst_type function from gst_gst_id3demux..
18532
18533 2005-12-20  Michael Smith  <msmith@fluendo.com>
18534
18535         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18536         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18537         (gst_multiudpsink_get_stats):
18538         * gst/udp/gstmultiudpsink.h:
18539           Collect statistics; return them from get_stats.
18540
18541 2005-12-19  Edward Hervey  <edward@fluendo.com>
18542
18543         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18544         Stupid signedness issue...
18545
18546 2005-12-19  Edward Hervey  <edward@fluendo.com>
18547
18548         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18549         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18550         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18551         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18552         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18553         Construct index for indexless files.
18554         Make sure pad/buffers are correctly reset to NULL once we don't need
18555         them anymore, else we get lovely segfaults/assertions.
18556         * gst/wavparse/gstwavparse.c:
18557         Yes, you can have 96KHz audio and wma in wav :(
18558
18559 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18560
18561         * configure.ac:
18562           Check for optional dependency on zlib for id3demux
18563
18564         * gst/id3demux/Makefile.am:
18565         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18566         (gst_id3demux_base_init), (gst_id3demux_class_init),
18567         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18568         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18569         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18570         (gst_id3demux_set_property), (gst_id3demux_get_property),
18571         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18572         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18573         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18574         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18575         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18576         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18577         (simple_find_peek), (simple_find_suggest),
18578         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18579         (plugin_init):
18580         * gst/id3demux/gstid3demux.h:
18581         * gst/id3demux/id3tags.c: (read_synch_uint),
18582         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18583         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18584         (id3demux_id3v2_frames_to_tag_list):
18585         * gst/id3demux/id3tags.h:
18586         * gst/id3demux/id3v2.4.0-frames.txt:
18587         * gst/id3demux/id3v2.4.0-structure.txt:
18588         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18589         (parse_comment_frame), (parse_text_identification_frame),
18590         (id3v2_tag_to_taglist), (parse_split_strings):
18591           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18592           otherwise it discards them. Works on my test files. 
18593
18594         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18595           Don't send EOS to a non-existing srcpad
18596           The debug category can be static
18597
18598 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18599
18600         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18601         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18602         * gst/multipart/multipartdemux.c:
18603           change some char* into char[]
18604
18605 2005-12-16  Wim Taymans  <wim@fluendo.com>
18606
18607         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18608         (gst_wavparse_other), (gst_wavparse_perform_seek),
18609         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18610         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18611         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18612         * gst/wavparse/gstwavparse.h:
18613         Use GstSegment to implement more seeking features.
18614
18615 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18616
18617         * gst/rtsp/rtspconnection.c:
18618           Add <netinet/in.h> include and move <arpa/inet.h> include
18619           to make things work on OpenBSD as well (fixes #323717;
18620           patch by: Benjamin Pineau)
18621
18622 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18623
18624         * gst/rtp/gstrtpspeexdepay.c:
18625         * gst/rtp/gstrtpspeexpay.c:
18626         Set clock rate to be fixed in 8000. It fixes bug #324012.
18627
18628 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18629
18630         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18631         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18632         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18633         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18634         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18635         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18636         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18637         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18638         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18639         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18640         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18641         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18642         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18643         * gst-plugins-good/gst/rtp/README:
18644         Fixed payload range in payloder caps. Removed payload range completely
18645         from depayloaders as they don't require payload type in their caps.
18646         In effect, there isn't any specific payload type for any given codec,
18647         only suggestions.
18648         Fixes bug #324011.
18649
18650 2005-12-13  Julien MOUTTE  <julien@moutte.net>
18651
18652         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18653         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18654         (gst_videomixer_collected): Code cleanup and re-enabling 
18655         queued time validity check for correct EOS handling.
18656
18657 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
18658
18659         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
18660         (gst_oss_mixer_element_get_property),
18661         (gst_oss_mixer_element_change_state):
18662         Add 'device-name' property and fix state change function.
18663
18664 2005-12-13  Edward Hervey  <edward@fluendo.com>
18665
18666         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
18667         If the speed of the file is null in the header, set the frame_time to
18668         the default setting of GST_SECOND / 70. Which is the default
18669         frame_delay for .fli files as stated in this document :
18670         http://www.compuphase.com/flic.htm
18671         Would be nice to have the time conversion done properly too (duration =
18672         flxh->frames * flxdec->frame_time)
18673
18674 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18675
18676         * docs/plugins/Makefile.am:
18677         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18678         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18679         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18680         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18681         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18682         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
18683         documentation for videomixer on my way with a funny sample
18684         pipeline.
18685
18686 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18687
18688         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18689         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18690         (gst_videomixer_update_queues), (gst_videomixer_collected):
18691         Fix caps negotiation. (#323896)
18692
18693 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
18694
18695         * gst/matroska/matroska-demux.c:
18696         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
18697           Set correct timestamps on audio laces, fixes playback of mp3 from
18698                 matroska.
18699
18700 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18701
18702         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
18703         (gst_au_parse_class_init), (gst_au_parse_init),
18704         (gst_au_parse_dispose), (gst_au_parse_chain),
18705         (gst_au_parse_change_state), (plugin_init):
18706         * gst/auparse/gstauparse.h:
18707           Use gst_object_unref() for GstObjects instead of
18708           g_object_unref() and fix a mem leak in a debug
18709           statement; while we're at it, also borgify, use
18710           boilerplate macros and clean up a little bit.
18711
18712 2005-12-11  Edward Hervey  <edward@fluendo.com>
18713
18714         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18715         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
18716         Added pull mode.
18717
18718 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18719
18720         * gst/goom/gstgoom.c:
18721         * gst/level/level-example.c: (main):
18722         * gst/smoothwave/demo-osssrc.c: (main):
18723           Use audiotestsrc instead of sinesrc (#323798).
18724
18725 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
18726
18727         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
18728           more debug-func-ptr usage
18729
18730 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
18731
18732         * gst/flx/flx_color.c: (flx_colorspace_convert):
18733         * gst/flx/flx_color.h:
18734         * gst/flx/flx_fmt.h:
18735         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
18736         * gst/flx/gstflxdec.h:
18737           Now flxdec works on big-endian machines as well.
18738
18739 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18740
18741         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18742         (gst_fenced_buffer_copy):
18743           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
18744           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
18745           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
18746           and use GST_DEBUG_FUNCPTR for pad functions.
18747
18748 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18749
18750         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
18751         (gst_flac_dec_class_init), (gst_flac_dec_init),
18752         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
18753         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
18754         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
18755         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
18756         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
18757         (gst_flac_dec_change_state):
18758         * ext/flac/gstflacdec.h:
18759           Rewrite flacdec a bit, so that even seeking might work now. Most
18760           importantly, don't act upon any flow return values we get, just tell
18761           the decoder everything's dandy and act on the flow return values
18762           later on in the loop function. We don't want to mess up the internal
18763           decoder state for non-fatal things like flushing pads etc. Other
18764           than that, use GstSegment (segment seeks don't work yet though, but
18765           should be easy to add), use boilerplate macros, drop the superfluous
18766           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
18767           lots of other things.
18768
18769 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18770
18771         * configure.ac:
18772           Update comment in OSS includes check.
18773
18774         * sys/oss/gstossdmabuffer.c:
18775         * sys/oss/gstosshelper.c:
18776         * sys/oss/gstossmixer.c:
18777         * sys/oss/gstossmixertrack.c:
18778         * sys/oss/gstosssink.c:
18779         * sys/oss/gstosssrc.c:
18780         * sys/oss/oss_probe.c:
18781           Don't assume the OSS soundcard.h include is always in
18782           the sys/ directory. Instead, use the existing defines
18783           from config.h to include the right file. Fixes
18784           compilation on OpenBSD 3.8 (#323718).
18785
18786 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18787
18788         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18789         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18790         * docs/plugins/inspect/plugin-1394.xml:
18791         * docs/plugins/inspect/plugin-aasink.xml:
18792         * docs/plugins/inspect/plugin-alaw.xml:
18793         * docs/plugins/inspect/plugin-alpha.xml:
18794         * docs/plugins/inspect/plugin-alphacolor.xml:
18795         * docs/plugins/inspect/plugin-auparse.xml:
18796         * docs/plugins/inspect/plugin-autodetect.xml:
18797         * docs/plugins/inspect/plugin-avi.xml:
18798         * docs/plugins/inspect/plugin-cacasink.xml:
18799         * docs/plugins/inspect/plugin-cairo.xml:
18800         * docs/plugins/inspect/plugin-cutter.xml:
18801         * docs/plugins/inspect/plugin-debug.xml:
18802         * docs/plugins/inspect/plugin-dv.xml:
18803         * docs/plugins/inspect/plugin-efence.xml:
18804         * docs/plugins/inspect/plugin-effectv.xml:
18805         * docs/plugins/inspect/plugin-esdsink.xml:
18806         * docs/plugins/inspect/plugin-flac.xml:
18807         * docs/plugins/inspect/plugin-flxdec.xml:
18808         * docs/plugins/inspect/plugin-gconfelements.xml:
18809         * docs/plugins/inspect/plugin-goom.xml:
18810         * docs/plugins/inspect/plugin-jpeg.xml:
18811         * docs/plugins/inspect/plugin-level.xml:
18812         * docs/plugins/inspect/plugin-matroska.xml:
18813         * docs/plugins/inspect/plugin-mulaw.xml:
18814         * docs/plugins/inspect/plugin-multipart.xml:
18815         * docs/plugins/inspect/plugin-navigationtest.xml:
18816         * docs/plugins/inspect/plugin-ossaudio.xml:
18817         * docs/plugins/inspect/plugin-png.xml:
18818         * docs/plugins/inspect/plugin-rtp.xml:
18819         * docs/plugins/inspect/plugin-rtsp.xml:
18820         * docs/plugins/inspect/plugin-shout2send.xml:
18821         * docs/plugins/inspect/plugin-smpte.xml:
18822         * docs/plugins/inspect/plugin-speex.xml:
18823         * docs/plugins/inspect/plugin-udp.xml:
18824         * docs/plugins/inspect/plugin-videobox.xml:
18825         * docs/plugins/inspect/plugin-videoflip.xml:
18826         * docs/plugins/inspect/plugin-videomixer.xml:
18827         * docs/plugins/inspect/plugin-wavenc.xml:
18828         * docs/plugins/inspect/plugin-wavparse.xml:
18829         * ext/flac/gstflac.c: (plugin_init):
18830         * ext/flac/gstflacdec.c: (flacdec_get_type),
18831         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18832         (gst_flac_dec_init), (gst_flac_dec_finalize),
18833         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18834         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18835         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18836         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18837         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18838         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18839         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18840         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18841         * ext/flac/gstflacdec.h:
18842         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18843         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18844         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18845         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18846         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18847         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18848         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18849         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18850         (gst_flac_enc_change_state):
18851         * ext/flac/gstflacenc.h:
18852           borgify and fix up documentation
18853
18854 2005-12-09  Michael Smith  <msmith@fluendo.com>
18855
18856         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18857           Accept a wider range of flac files, more closely matching flac spec.
18858
18859 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18860
18861         * docs/plugins/Makefile.am: Add multipart elements.
18862         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18863         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18864         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18865         * gst/multipart/multipartdemux.c:
18866         * gst/multipart/multipartmux.c: Add docs.
18867
18868 2005-12-07  Edward Hervey  <edward@fluendo.com>
18869
18870         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18871         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18872         (gst_avi_demux_invert):
18873         Memleak and crasher fixes.
18874         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18875         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18876         Memleak fixes
18877
18878 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18879
18880         * ext/aalib/gstaasink.h:
18881         * ext/cairo/gsttextoverlay.h:
18882         * ext/dv/gstdvdec.h:
18883         * ext/dv/gstdvdemux.c:
18884         * ext/dv/gstdvdemux.h:
18885         * ext/esd/esdsink.h:
18886         * ext/flac/flac_compat.h:
18887         * ext/flac/gstflacdec.h:
18888         * ext/flac/gstflacenc.h:
18889         * ext/gconf/gconf.h:
18890         * ext/gconf/gstgconfaudiosink.h:
18891         * ext/gconf/gstgconfvideosink.h:
18892         * ext/gdk_pixbuf/gstgdkanimation.h:
18893         * ext/jpeg/gstjpegdec.h:
18894         * ext/jpeg/smokecodec.h:
18895         * ext/jpeg/smokeformat.h:
18896         * ext/ladspa/gstsignalprocessor.h:
18897         * ext/ladspa/search.c: (LADSPAPluginSearch):
18898         * ext/ladspa/utils.h:
18899         * ext/libmng/gstmng.c:
18900         * ext/libmng/gstmngdec.h:
18901         * ext/libmng/gstmngenc.c:
18902         * ext/libmng/gstmngenc.h:
18903         * ext/libpng/gstpng.c:
18904         * ext/libpng/gstpngenc.c:
18905         * ext/libpng/gstpngenc.h:
18906         * ext/shout2/gstshout2.h:
18907         * ext/speex/gstspeexdec.h:
18908         * ext/speex/gstspeexenc.c:
18909         * ext/speex/gstspeexenc.h:
18910         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18911         * gst/autodetect/gstautoaudiosink.h:
18912         * gst/autodetect/gstautovideosink.h:
18913         * gst/avi/gstavidemux.h:
18914         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18915         (gst_cutter_set_property), (gst_cutter_get_caps):
18916         * gst/cutter/gstcutter.h:
18917         * gst/debug/tests.c: (md5_process_block):
18918         * gst/debug/tests.h:
18919         * gst/effectv/gstwarp.c:
18920         * gst/flx/flx_fmt.h:
18921         * gst/flx/gstflxdec.h:
18922         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18923         (zoomFilterFastRGB):
18924         * gst/goom/filters.h:
18925         * gst/goom/goom_tools.h:
18926         * gst/law/alaw-encode.c:
18927         * gst/level/gstlevel.c:
18928         * gst/level/gstlevel.h:
18929         * gst/matroska/ebml-write.h:
18930         * gst/matroska/matroska-demux.h:
18931         * gst/matroska/matroska-ids.h:
18932         * gst/matroska/matroska-mux.h:
18933         * gst/monoscope/convolve.c: (convolve_match):
18934         * gst/monoscope/convolve.h:
18935         * gst/multipart/multipartmux.c:
18936         * gst/oldcore/gstaggregator.c:
18937         * gst/oldcore/gstaggregator.h:
18938         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18939         * gst/oldcore/gstmd5sink.h:
18940         * gst/oldcore/gstmultifilesrc.c:
18941         * gst/oldcore/gstmultifilesrc.h:
18942         * gst/oldcore/gstpipefilter.h:
18943         * gst/oldcore/gstshaper.h:
18944         * gst/rtp/gstrtpL16depay.h:
18945         * gst/rtp/gstrtpL16pay.h:
18946         * gst/rtp/gstrtpdepay.h:
18947         * gst/rtp/gstrtpmp4vpay.c:
18948         * gst/rtp/gstrtpmp4vpay.h:
18949         * gst/rtsp/gstrtspsrc.c:
18950         * gst/rtsp/gstrtspsrc.h:
18951         * gst/rtsp/rtspconnection.h:
18952         * gst/rtsp/rtspdefs.h:
18953         * gst/rtsp/rtspmessage.h:
18954         * gst/rtsp/rtsptransport.h:
18955         * gst/rtsp/rtspurl.c:
18956         * gst/rtsp/rtspurl.h:
18957         * gst/rtsp/sdpmessage.c:
18958         * gst/rtsp/sdpmessage.h:
18959         * gst/smpte/barboxwipes.c:
18960         * gst/smpte/gstmask.h:
18961         * gst/smpte/gstsmpte.h:
18962         * gst/smpte/paint.c:
18963         * gst/smpte/paint.h:
18964         * gst/udp/gstdynudpsink.h:
18965         * gst/udp/gstmultiudpsink.h:
18966         * gst/udp/gstudpsink.c:
18967         * gst/udp/gstudpsink.h:
18968         * gst/udp/gstudpsrc.c:
18969         * gst/videomixer/videomixer.c:
18970         * gst/wavenc/riff.h:
18971         * gst/wavparse/gstwavparse.h:
18972         * sys/oss/gstossdmabuffer.h:
18973         * sys/oss/gstossmixer.h:
18974         * sys/oss/gstossmixerelement.h:
18975         * sys/oss/gstossmixertrack.h:
18976         * sys/oss/gstosssink.c:
18977         * sys/oss/gstosssink.h:
18978         * sys/oss/gstosssrc.c:
18979         * sys/oss/gstosssrc.h:
18980         * sys/osxaudio/gstosxaudioelement.h:
18981         * sys/osxaudio/gstosxaudiosink.h:
18982         * sys/osxaudio/gstosxaudiosrc.h:
18983           expand tabs
18984
18985 === release 0.10.0 ===
18986
18987 2005-12-05   <thomas (at) apestaart (dot) org>
18988
18989         * configure.ac:
18990           releasing 0.10.0, "Abondance"
18991
18992 2005-12-05  Andy Wingo  <wingo@pobox.com>
18993
18994         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18995         * ext/flac/gstflacdec.c: (gst_flacdec_write):
18996         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
18997         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18998         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
18999         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19000         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19001         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19002         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19003         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19004         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19005         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19006         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19007         * gst/goom/gstgoom.c: (gst_goom_chain):
19008         * gst/matroska/matroska-demux.c:
19009         (gst_matroska_demux_push_vorbis_codec_priv_data),
19010         (gst_matroska_demux_add_wvpk_header):
19011         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19012         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19013         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19014         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19015         alloc_buffer changes.
19016
19017 2005-12-05  Michael Smith  <msmith@fluendo.com>
19018
19019         * docs/plugins/gst-plugins-good-plugins.args:
19020           Remove args for plugins that aren't in -good.
19021
19022 === release 0.9.7 ===
19023
19024 2005-12-01   <thomas (at) apestaart (dot) org>
19025
19026         * configure.ac:
19027           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19028
19029 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19030
19031         * docs/plugins/.cvsignore:
19032         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19033         * docs/plugins/inspect/plugin-multipart.xml:
19034         * docs/plugins/inspect/plugin-rtp.xml:
19035           add multipart plugin to docs
19036
19037 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19038
19039         * configure.ac:
19040         * ext/Makefile.am:
19041         * ext/pango/Makefile.am:
19042         * ext/pango/gstclockoverlay.c:
19043         * ext/pango/gstclockoverlay.h:
19044         * ext/pango/gsttextoverlay.c:
19045         * ext/pango/gsttextoverlay.h:
19046         * ext/pango/gsttextrender.c:
19047         * ext/pango/gsttextrender.h:
19048         * ext/pango/gsttimeoverlay.c:
19049         * ext/pango/gsttimeoverlay.h:
19050           move pango to base
19051
19052 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19053
19054         * gst/rtp/Makefile.am:
19055         * gst/rtp/gstrtpL16depay.c:
19056         * gst/rtp/gstrtpL16depay.h:
19057         * gst/rtp/gstrtpL16parse.c:
19058         * gst/rtp/gstrtpL16parse.h:
19059         * gst/rtp/gstrtpgsmdepay.c:
19060         * gst/rtp/gstrtpgsmdepay.h:
19061         * gst/rtp/gstrtpgsmparse.c:
19062         * gst/rtp/gstrtpgsmparse.h:
19063           parsers are depayers
19064
19065 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19066
19067         * gst/rtp/Makefile.am:
19068         * gst/rtp/gstasteriskh263.c:
19069         * gst/rtp/gstrtp.c:
19070         * gst/rtp/gstrtpL16enc.c:
19071         * gst/rtp/gstrtpL16enc.h:
19072         * gst/rtp/gstrtpL16parse.c:
19073         * gst/rtp/gstrtpL16parse.h:
19074         * gst/rtp/gstrtpL16pay.c:
19075         * gst/rtp/gstrtpL16pay.h:
19076         * gst/rtp/gstrtpamrdec.c:
19077         * gst/rtp/gstrtpamrdec.h:
19078         * gst/rtp/gstrtpamrdepay.c:
19079         * gst/rtp/gstrtpamrdepay.h:
19080         * gst/rtp/gstrtpamrenc.c:
19081         * gst/rtp/gstrtpamrenc.h:
19082         * gst/rtp/gstrtpamrpay.c:
19083         * gst/rtp/gstrtpamrpay.h:
19084         * gst/rtp/gstrtpdec.c:
19085         * gst/rtp/gstrtpdec.h:
19086         * gst/rtp/gstrtpdepay.c:
19087         * gst/rtp/gstrtpdepay.h:
19088         * gst/rtp/gstrtpg711dec.c:
19089         * gst/rtp/gstrtpg711dec.h:
19090         * gst/rtp/gstrtpg711depay.c:
19091         * gst/rtp/gstrtpg711depay.h:
19092         * gst/rtp/gstrtpg711enc.c:
19093         * gst/rtp/gstrtpg711enc.h:
19094         * gst/rtp/gstrtpg711pay.c:
19095         * gst/rtp/gstrtpg711pay.h:
19096         * gst/rtp/gstrtpgsmenc.c:
19097         * gst/rtp/gstrtpgsmenc.h:
19098         * gst/rtp/gstrtpgsmparse.c:
19099         * gst/rtp/gstrtpgsmparse.h:
19100         * gst/rtp/gstrtpgsmpay.c:
19101         * gst/rtp/gstrtpgsmpay.h:
19102         * gst/rtp/gstrtph263enc.c:
19103         * gst/rtp/gstrtph263enc.h:
19104         * gst/rtp/gstrtph263pay.c:
19105         * gst/rtp/gstrtph263pay.h:
19106         * gst/rtp/gstrtph263pdec.c:
19107         * gst/rtp/gstrtph263pdec.h:
19108         * gst/rtp/gstrtph263pdepay.c:
19109         * gst/rtp/gstrtph263pdepay.h:
19110         * gst/rtp/gstrtph263penc.c:
19111         * gst/rtp/gstrtph263penc.h:
19112         * gst/rtp/gstrtph263ppay.c:
19113         * gst/rtp/gstrtph263ppay.h:
19114         * gst/rtp/gstrtpmp4vdec.c:
19115         * gst/rtp/gstrtpmp4vdec.h:
19116         * gst/rtp/gstrtpmp4vdepay.c:
19117         * gst/rtp/gstrtpmp4vdepay.h:
19118         * gst/rtp/gstrtpmp4venc.c:
19119         * gst/rtp/gstrtpmp4venc.h:
19120         * gst/rtp/gstrtpmp4vpay.c:
19121         * gst/rtp/gstrtpmp4vpay.h:
19122         * gst/rtp/gstrtpmpadec.c:
19123         * gst/rtp/gstrtpmpadec.h:
19124         * gst/rtp/gstrtpmpadepay.c:
19125         * gst/rtp/gstrtpmpadepay.h:
19126         * gst/rtp/gstrtpmpaenc.c:
19127         * gst/rtp/gstrtpmpaenc.h:
19128         * gst/rtp/gstrtpmpapay.c:
19129         * gst/rtp/gstrtpmpapay.h:
19130         * gst/rtp/gstrtpspeexdec.c:
19131         * gst/rtp/gstrtpspeexdec.h:
19132         * gst/rtp/gstrtpspeexdepay.c:
19133         * gst/rtp/gstrtpspeexdepay.h:
19134         * gst/rtp/gstrtpspeexenc.c:
19135         * gst/rtp/gstrtpspeexenc.h:
19136         * gst/rtp/gstrtpspeexpay.c:
19137         * gst/rtp/gstrtpspeexpay.h:
19138           Do burger's rename for rtp payloaders and depayloaders
19139
19140 2005-11-30  Wim Taymans  <wim@fluendo.com>
19141
19142         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19143         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19144         * ext/dv/gstdvdemux.h:
19145         Fix seeking in dvdemux again, add some more debug info.
19146
19147 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19148
19149         * configure.ac:
19150           fix tests
19151
19152 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19153
19154         * PORTED_09:
19155         * docs/random/PORTED_09:
19156           move
19157         * tests/Makefile.am:
19158           add
19159         * win32/gst.sln:
19160           remove
19161
19162 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19163
19164         * Makefile.am:
19165         * check/.cvsignore:
19166         * check/Makefile.am:
19167         * check/elements/.cvsignore:
19168         * check/elements/level.c:
19169         * check/elements/matroskamux.c:
19170         * configure.ac:
19171         * examples/Makefile.am:
19172         * examples/capsfilter/Makefile.am:
19173         * examples/capsfilter/capsfilter1.c:
19174         * examples/gob/Makefile.am:
19175         * examples/gob/gst-identity2.gob:
19176         * examples/gstplay/.cvsignore:
19177         * examples/gstplay/Makefile.am:
19178         * examples/gstplay/player.c:
19179         * examples/indexing/.cvsignore:
19180         * examples/indexing/Makefile.am:
19181         * examples/indexing/indexmpeg.c:
19182         * examples/level/Makefile.am:
19183         * examples/level/README:
19184         * examples/level/demo.c:
19185         * examples/level/plot.c:
19186         * examples/stats/Makefile.am:
19187         * examples/stats/mp2ogg.c:
19188         * examples/switch/.cvsignore:
19189         * examples/switch/Makefile.am:
19190         * examples/switch/switcher.c:
19191           move under tests/
19192
19193 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19194
19195         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19196         (gst_text_render_class_init), (resize_bitmap),
19197         (gst_text_render_render_text), (gst_text_render_setcaps),
19198         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19199         (gst_text_render_chain), (gst_text_render_finalize),
19200         (gst_text_render_init), (gst_text_render_set_property):
19201         * ext/pango/gsttextrender.h:
19202           Add missing files.
19203
19204 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19205
19206         * configure.ac:
19207         * ext/Makefile.am:
19208         * ext/pango/Makefile.am:
19209         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19210         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19211         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19212         * ext/pango/gstclockoverlay.h:
19213         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19214         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19215         (gst_text_overlay_finalize), (gst_text_overlay_init),
19216         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19217         (gst_text_overlay_text_pad_linked),
19218         (gst_text_overlay_text_pad_unlinked),
19219         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19220         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19221         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19222         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19223         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19224         (gst_text_overlay_change_state), (plugin_init):
19225         * ext/pango/gsttextoverlay.h:
19226         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19227         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19228         (gst_time_overlay_class_init), (gst_time_overlay_init):
19229         * ext/pango/gsttimeoverlay.h:
19230           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19231           and add background shading and text wrapping modes. Make 
19232           timoverlay derive from textoverlay. Also add new clockoverlay
19233           element.
19234
19235 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19236
19237         * gst/udp/Makefile.am: Moved to netbuffer.
19238
19239 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19240
19241         * configure.ac:
19242         * PORTED_O9:
19243         * gst/multipart/Makefile.am:
19244         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19245         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19246         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19247         (gst_multipart_demux_change_state),
19248         (gst_multipart_demux_plugin_init):
19249         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19250         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19251         (gst_multipart_mux_sinkconnect),
19252         (gst_multipart_mux_request_new_pad),
19253         (gst_multipart_mux_handle_src_event),
19254         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19255         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19256         0.9.
19257
19258 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19259
19260         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19261         * gst/debug/gstnavigationtest.h:
19262         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19263         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19264         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19265         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19266         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19267         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19268         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19269         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19270         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19271         (gst_video_flip_get_type):
19272         * gst/videofilter/gstvideoflip.h:
19273           update for symbols change
19274
19275 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19276
19277         * gst/udp/gstdynudpsink.c:
19278         * gst/udp/gstudpsrc.c:
19279           the old gstnet lib was renamed gstnetbuffer (#322257)
19280
19281 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19282
19283         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19284         (gst_text_overlay_collected):
19285           Actually render the text from the text pad.
19286
19287 2005-11-29  Edward Hervey  <edward@fluendo.com>
19288
19289         * gst/debug/gstnavseek.c: (gst_navseek_event):
19290         * gst/debug/progressreport.c: (gst_progress_report_event):
19291         Update for GstBaseTransform event virtual method
19292
19293 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19294
19295         * ext/cairo/Makefile.am:
19296           no need to link to videofilter
19297
19298 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19299
19300         * gst/debug/Makefile.am:
19301         * gst/debug/gstnavigationtest.h:
19302         * gst/effectv/Makefile.am:
19303         * gst/effectv/gstaging.c:
19304         * gst/effectv/gstdice.c:
19305         * gst/effectv/gstedge.c:
19306         * gst/effectv/gstquark.c:
19307         * gst/effectv/gstrev.c:
19308         * gst/effectv/gstshagadelic.c:
19309         * gst/effectv/gstvertigo.c:
19310         * gst/effectv/gstwarp.c:
19311         * gst/videofilter/Makefile.am:
19312         * gst/videofilter/gstvideofilter.c:
19313         * gst/videofilter/gstvideofilter.h:
19314         * gst/videofilter/gstvideoflip.h:
19315           remove the videofilter library and link to the one in base
19316
19317 2005-11-28  Edward Hervey  <edward@fluendo.com>
19318
19319         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19320         Useless check now we're setting the current entry correctly.
19321
19322 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19323
19324         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19325         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19326         (gst_jpegenc_change_state):
19327           Don't leak input buffer in chain function (fixes #322667); make 
19328           state change function thread-safe; don't repeat the current function
19329           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19330           gst_pad_alloc_buffer(); misc. minor cleanups.
19331
19332 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19333
19334         * gst/matroska/matroska-mux.c:
19335         (gst_matroska_mux_video_pad_setcaps):
19336         Look for pixel-aspect-ratio in caps, not pixel_width and
19337         pixel_height (Fixes: #322645)
19338
19339 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19340
19341         * gst/matroska/matroska-mux.c:
19342         (gst_matroska_mux_video_pad_setcaps):
19343         From Michal Benes:
19344         frame duration should be GST_SECOND / framerate, not
19345         GST_SECOND * framerate. (Fixes: #322643)
19346
19347 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19348
19349         * configure.ac:
19350           fix up GST_PLUGIN_LDFLAGS
19351         * gst/rtsp/rtspconnection.c:
19352           fix includes (see #317043)
19353         * gst/videofilter/Makefile.am:
19354           stop installing this library
19355
19356 2005-11-26  Edward Hervey  <edward@fluendo.com>
19357
19358         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19359         Handle the case where the incoming Video dv stream doesn't have
19360         a pixel aspect ratio set.
19361
19362 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19363
19364         * docs/plugins/Makefile.am:
19365         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19366         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19367         * ext/flac/gstflacdec.c:
19368           document flacdec
19369
19370 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19371
19372         * docs/plugins/Makefile.am:
19373         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19374         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19375         * docs/plugins/inspect/plugin-autodetect.xml:
19376         * ext/cairo/gstcairo.c: (plugin_init):
19377         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19378         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19379         (gst_text_overlay_init), (gst_text_overlay_font_init),
19380         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19381         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19382         (gst_text_overlay_text_pad_linked),
19383         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19384         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19385         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19386         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19387         (gst_text_overlay_change_state):
19388         * ext/cairo/gsttextoverlay.h:
19389         * ext/cairo/gsttimeoverlay.c:
19390         (gst_cairo_time_overlay_update_font_height),
19391         (gst_cairo_time_overlay_set_caps),
19392         (gst_cairo_time_overlay_get_unit_size),
19393         (gst_cairo_time_overlay_print_smpte_time),
19394         (gst_cairo_time_overlay_transform),
19395         (gst_cairo_time_overlay_base_init),
19396         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19397         (gst_cairo_time_overlay_get_type):
19398         * ext/cairo/gsttimeoverlay.h:
19399           do some name borgifying
19400           document
19401
19402 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19403
19404         * docs/plugins/Makefile.am:
19405         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19406         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19407         * gst/autodetect/gstautoaudiosink.c:
19408         (gst_auto_audio_sink_base_init):
19409         * gst/autodetect/gstautovideosink.c:
19410         (gst_auto_video_sink_base_init),
19411         (gst_auto_video_sink_factory_filter):
19412           documenting auto*sink
19413           using strstr for the video sink lookup, class field is not ordered
19414         * docs/plugins/inspect/plugin-1394.xml:
19415         * docs/plugins/inspect/plugin-aasink.xml:
19416         * docs/plugins/inspect/plugin-alaw.xml:
19417         * docs/plugins/inspect/plugin-alpha.xml:
19418         * docs/plugins/inspect/plugin-alphacolor.xml:
19419         * docs/plugins/inspect/plugin-auparse.xml:
19420         * docs/plugins/inspect/plugin-autodetect.xml:
19421         * docs/plugins/inspect/plugin-avi.xml:
19422         * docs/plugins/inspect/plugin-cacasink.xml:
19423         * docs/plugins/inspect/plugin-cairo.xml:
19424         * docs/plugins/inspect/plugin-cutter.xml:
19425         * docs/plugins/inspect/plugin-debug.xml:
19426         * docs/plugins/inspect/plugin-dv.xml:
19427         * docs/plugins/inspect/plugin-efence.xml:
19428         * docs/plugins/inspect/plugin-effectv.xml:
19429         * docs/plugins/inspect/plugin-esdsink.xml:
19430         * docs/plugins/inspect/plugin-flac.xml:
19431         * docs/plugins/inspect/plugin-flxdec.xml:
19432         * docs/plugins/inspect/plugin-gconfelements.xml:
19433         * docs/plugins/inspect/plugin-goom.xml:
19434         * docs/plugins/inspect/plugin-jpeg.xml:
19435         * docs/plugins/inspect/plugin-level.xml:
19436         * docs/plugins/inspect/plugin-matroska.xml:
19437         * docs/plugins/inspect/plugin-mulaw.xml:
19438         * docs/plugins/inspect/plugin-navigationtest.xml:
19439         * docs/plugins/inspect/plugin-ossaudio.xml:
19440         * docs/plugins/inspect/plugin-png.xml:
19441         * docs/plugins/inspect/plugin-rtp.xml:
19442         * docs/plugins/inspect/plugin-rtsp.xml:
19443         * docs/plugins/inspect/plugin-shout2send.xml:
19444         * docs/plugins/inspect/plugin-smpte.xml:
19445         * docs/plugins/inspect/plugin-speex.xml:
19446         * docs/plugins/inspect/plugin-udp.xml:
19447         * docs/plugins/inspect/plugin-videobox.xml:
19448         * docs/plugins/inspect/plugin-videoflip.xml:
19449         * docs/plugins/inspect/plugin-videomixer.xml:
19450         * docs/plugins/inspect/plugin-wavenc.xml:
19451         * docs/plugins/inspect/plugin-wavparse.xml:
19452           update for HEAD version
19453
19454 2005-11-25  Michael Smith  <msmith@fluendo.com>
19455
19456         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19457           Patch from Sebastien Cote to close control sockets in udpsrc.
19458
19459 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19460
19461         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19462         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19463         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19464         (gst_quarktv_base_init), (gst_quarktv_class_init),
19465         (gst_quarktv_init): Flush the planes list on reverse caps
19466         negotiation. This was crashing because of differently sized
19467         buffers.
19468
19469 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19470
19471         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19472         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19473         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19474         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19475         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19476         (gst_videoflip_set_property), (gst_videoflip_base_init),
19477         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19478         correctly, fix identity flipping, convert navigation event 
19479         correctly again.
19480
19481 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19482
19483         * configure.ac: back to HEAD
19484
19485 === release 0.9.6 ===
19486
19487 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19488
19489         * configure.ac:
19490           releasing 0.9.6, "Everything's Not Lost"
19491
19492 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19493
19494         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19495         Oops, initialise the framerate GValue
19496
19497 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19498
19499         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19500         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19501         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19502         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19503         (gst_timeoverlay_get_type):
19504         * ext/cairo/gsttimeoverlay.h:
19505         * gst/debug/Makefile.am:
19506         * gst/debug/gstnavigationtest.c:
19507         (gst_navigationtest_handle_src_event),
19508         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19509         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19510         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19511         (gst_navigationtest_init), (gst_navigationtest_get_type),
19512         (plugin_init):
19513         * gst/debug/gstnavigationtest.h:
19514         * gst/effectv/Makefile.am:
19515         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19516         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19517         (gst_agingtv_base_init), (gst_agingtv_class_init),
19518         (gst_agingtv_init), (gst_agingtv_get_type):
19519         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19520         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19521         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19522         (gst_dicetv_get_type):
19523         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19524         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19525         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19526         (gst_edgetv_get_type):
19527         * gst/effectv/gsteffectv.c:
19528         * gst/effectv/gsteffectv.h:
19529         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19530         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19531         (gst_quarktv_change_state), (gst_quarktv_base_init),
19532         (gst_quarktv_class_init), (gst_quarktv_init),
19533         (gst_quarktv_get_type):
19534         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19535         (gst_revtv_get_unit_size), (gst_revtv_transform),
19536         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19537         (gst_revtv_get_type):
19538         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19539         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19540         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19541         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19542         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19543         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19544         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19545         (gst_vertigotv_init), (gst_vertigotv_get_type):
19546         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19547         (gst_warptv_get_unit_size), (gst_warptv_transform),
19548         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19549         (gst_warptv_get_type):
19550         * gst/videofilter/Makefile.am:
19551         * gst/videofilter/gstvideobalance.c:
19552         * gst/videofilter/gstvideobalance.h:
19553         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19554         (gst_videofilter_class_init), (gst_videofilter_init):
19555         * gst/videofilter/gstvideofilter.h:
19556         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19557         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19558         (gst_videoflip_flip), (gst_videoflip_transform),
19559         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19560         (gst_videoflip_base_init), (gst_videoflip_class_init),
19561         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19562         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19563         BaseTransform, it's just a place holder for now and every video
19564         effect plugin has been ported to use BaseTransform features 
19565         directly. QuarkTV was fixed too (was broken), navigationtest works
19566         and best for the end, videoflip converts navigation events depending
19567         on flip method ! Fixes #320953
19568
19569 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19570
19571         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19572         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19573         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19574         (gst_goom_src_negotiate), (gst_goom_chain):
19575         * gst/matroska/matroska-mux.c:
19576         (gst_matroska_mux_video_pad_setcaps):
19577         * sys/osxvideo/osxvideosink.m:
19578           Fixes for API changes
19579
19580 2005-11-23  Michael Smith <msmith@fluendo.com>
19581
19582         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19583         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19584         * ext/jpeg/gstjpegdec.h:
19585         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19586         * ext/jpeg/gstjpegenc.h:
19587         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19588         (gst_smokeenc_resync):
19589         * ext/jpeg/gstsmokeenc.h:
19590           JPEG fractiony goodness.
19591
19592 2005-11-22  Michael Smith <msmith@fluendo.com>
19593
19594         * gst/goom/filters.c:
19595         * gst/goom/graphic.h:
19596           Fix compilation by making some functions static inline instead of
19597           extern inline, matching the way they're used.
19598
19599 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19600
19601         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19602         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19603         * ext/cairo/gsttextoverlay.h:
19604         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19605         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19606         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19607         (gst_pngdec_caps_create_and_set):
19608         * ext/libpng/gstpngdec.h:
19609         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19610         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19611         * gst/avi/gstavimux.c: (gst_avimux_init),
19612         (gst_avimux_vidsinkconnect):
19613         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19614         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19615         (gst_goom_src_negotiate), (gst_goom_chain):
19616         * gst/goom/gstgoom.h:
19617         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19618         * gst/matroska/matroska-mux.c:
19619         (gst_matroska_mux_video_pad_setcaps):
19620         * sys/osxvideo/osxvideosink.h:
19621         * sys/osxvideo/osxvideosink.m:
19622           More fractional framerate conversions 
19623
19624 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19625
19626         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19627         * gst/debug/gstnavigationtest.c:
19628         (gst_navigationtest_handle_src_event):
19629         * gst/videofilter/gstvideofilter.c:
19630         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19631         (gst_videofilter_init):
19632         * gst/videofilter/gstvideofilter.h:
19633           Convert to fractional framerates.
19634
19635 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19636
19637         * ext/aalib/gstaasink.c:
19638         * ext/dv/gstdvdec.c:
19639         * ext/esd/esdmon.c:
19640         * ext/flac/gstflacenc.c:
19641         * ext/gdk_pixbuf/pixbufscale.c:
19642         * ext/libcaca/gstcacasink.c:
19643         * ext/shout2/gstshout2.c:
19644         * gst/alpha/gstalpha.c:
19645         * gst/oldcore/gstaggregator.c:
19646         * gst/oldcore/gstshaper.c:
19647         * gst/smpte/barboxwipes.c:
19648         * gst/smpte/gstsmpte.c:
19649         * gst/videobox/gstvideobox.c:
19650         * gst/videofilter/gstvideoflip.c:
19651         * gst/videomixer/videomixer.c:
19652           fix up more enums
19653
19654 2005-11-22  Michael Smith <msmith@fluendo.com>
19655
19656         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19657         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19658         (gst_videomixer_update_queues):
19659           Fractional framerates, videomixer.
19660
19661 2005-11-22  Michael Smith <msmith@fluendo.com>
19662
19663         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
19664         * ext/dv/gstdvdec.h:
19665         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
19666         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
19667         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
19668         (gst_dvdemux_flush):
19669         * ext/dv/gstdvdemux.h:
19670           Fractional framerates for DV. 
19671
19672 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19673
19674         * gst/autodetect/gstautoaudiosink.c:
19675         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19676         * gst/autodetect/gstautovideosink.c:
19677         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19678           Use gst_plugin_feature_list_free() to free feature list and
19679           in the case of autovideosink free the list at all. Also
19680           miscellaneous cosmetic fixes.
19681
19682 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19683
19684         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19685         (gst_cutter_set_property), (gst_cutter_get_caps):
19686           copy calculation code from level; remove use of some audio
19687           functions
19688
19689 2005-11-22  Andy Wingo  <wingo@pobox.com>
19690
19691         * Update for gst_tag_setter API changes.
19692
19693 2005-11-22  Andy Wingo  <wingo@pobox.com>
19694
19695         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
19696         (gst_dvdemux_demux_frame)
19697         * ext/flac/gstflacdec.c (gst_flacdec_write)
19698         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
19699         (gst_flacenc_sink_event)
19700         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
19701         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
19702         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
19703         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
19704         * gst/auparse/gstauparse.c (gst_auparse_chain)
19705         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
19706         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
19707         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
19708         (gst_avi_demux_handle_seek)
19709         * gst/goom/gstgoom.c (gst_goom_event)
19710         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
19711         * gst/matroska/matroska-demux.c
19712         (gst_matroska_demux_handle_seek_event)
19713         (gst_matroska_demux_loop_stream_parse_id)
19714         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
19715         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
19716         (gst_wavparse_stream_headers): Run update-funcnames.
19717
19718 2005-11-22  Edward Hervey  <edward@fluendo.com>
19719
19720         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19721         (gst_dv1394src_init), (gst_dv1394src_dispose),
19722         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
19723         (gst_dv1394src_uri_set_uri):
19724         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19725         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
19726         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
19727         URIHandler interface and element properties are now properly
19728         synchronized for DV1394src and UDPSrc
19729
19730 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19731
19732         * ext/flac/Makefile.am:
19733         * ext/speex/Makefile.am:
19734           libgsttagedit has been renamed to libgsttag.
19735
19736 2005-11-21  Wim Taymans  <wim@fluendo.com>
19737
19738         * gst/rtsp/rtspconnection.c: (read_body):
19739         Apply patch from Sebastien Cote to fix #319184.
19740
19741 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19742
19743         * configure.ac:
19744         * gst/cutter/Makefile.am:
19745         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
19746         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
19747         (gst_cutter_set_property), (gst_cutter_get_property),
19748         (plugin_init), (gst_cutter_get_caps):
19749           port cutter
19750         * gst/level/gstlevel.c:
19751           fix up plugin details
19752
19753 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19754
19755         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
19756         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
19757         (gst_flacdec_src_event):
19758         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
19759         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
19760         (gst_signal_processor_getrange), (gst_signal_processor_chain):
19761         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19762         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
19763         (gst_flxdec_sink_event_handler):
19764         * gst/matroska/matroska-demux.c:
19765         (gst_matroska_demux_handle_seek_event):
19766         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
19767           Update for stream lock API changes: don't take stream log
19768           in sink event handlers any longer and change GST_STREAM_LOCK
19769           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
19770           functions.
19771
19772 2005-11-21  Michael Smith <msmith@fluendo.com>
19773
19774         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
19775           gst_object_unref, not g_object_unref
19776
19777 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19778
19779         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19780         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
19781           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
19782
19783 2005-11-21  Michael Smith <msmith@fluendo.com>
19784
19785         * gst/auparse/Makefile.am:
19786         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19787         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
19788         (gst_auparse_change_state):
19789         * gst/auparse/gstauparse.h:
19790           Partially fix #161712. playbin still doesn't work on these files,
19791           (on the bug report, Andy says we aren't typefinding it for some
19792           reason?) but at least auparse isn't totally busted like it was before.
19793
19794 2005-11-21  Andy Wingo  <wingo@pobox.com>
19795
19796         * *.h:
19797         * *.c: Ran scripts/update-macros. Oh yes.
19798
19799 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19800
19801         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
19802           Filler events are gone for now, comment out section generating
19803           them.
19804
19805 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19806
19807         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19808         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
19809         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
19810         * sys/osxvideo/osxvideosink.m:
19811           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19812           (#322027)
19813
19814 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19815
19816         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19817         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19818         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19819         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19820         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19821         (gst_avi_demux_stream_data):
19822         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19823         * gst/wavenc/gstwavenc.c: (write_metadata):
19824         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19825         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19826         Fixes for GST_FOURCC_FORMAT API change.
19827
19828 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19829
19830         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19831         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19832         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19833         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19834         (gst_text_overlay_change_state):
19835         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19836         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19837         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19838         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19839         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19840         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19841         (gst_videomixer_change_state):
19842           Fix for collect pads API change. Also fix textoverlay state
19843           change function.
19844
19845 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19846
19847         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19848         GST_PAD_IS_USABLE by something approaching it.
19849
19850 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19851
19852         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19853         API changes.
19854         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19855         but also fix the code that was not checking return values from
19856         pad_push neither using pad_alloc_buffer.
19857
19858 2005-11-18  Edward Hervey  <edward@fluendo.com>
19859
19860         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19861         (gst_pngenc_chain):
19862         Added debug category
19863         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19864         goes to EOS.
19865
19866 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19867
19868         * gst/rtp/Makefile.am
19869         * gst/rtp/gstrtp.c
19870         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19871         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19872         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19873         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19874         * gst/rtp/gstrtpg711enc.h:
19875         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19876         * gst/rtp/gstrtpspeexenc.c:
19877         * gst/rtp/gstrtpspeexenc.h:
19878         * gst/rtp/gstrtpspeexdec.c:
19879         * gst/rtp/gstrtpspeexdec.h:
19880         Created Speex payloader and depayloader; Optimize G711 payloader to
19881         use adapter and send packets until MTU size.
19882
19883 2005-11-16  Wim Taymans  <wim@fluendo.com>
19884
19885         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19886         Fix leak in check.
19887
19888 2005-11-16  Wim Taymans  <wim@fluendo.com>
19889
19890         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19891         Fix state change.
19892
19893 2005-11-16  Andy Wingo  <wingo@pobox.com>
19894
19895         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19896         (gst_udpsrc_create): Move comment.
19897
19898 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19899
19900         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19901
19902         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19903           When seeking, seek to closest index entry at or before the requested
19904           seek position, not just the closest one (#321001).
19905
19906 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19907
19908         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19909         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19910           Invert DIB images again (see #132341).
19911
19912 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19913
19914         * configure.ac:
19915           rework configure.ac file
19916         * ext/aalib/gstaasink.c:
19917         * ext/cairo/gstcairo.c:
19918         * ext/dv/gstdv.c:
19919         * ext/esd/gstesd.c:
19920         * ext/flac/gstflac.c:
19921         * ext/gconf/gstgconfelements.c:
19922         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19923         * ext/jpeg/gstjpeg.c:
19924         * ext/ladspa/gstladspa.c:
19925         * ext/libcaca/gstcacasink.c:
19926         * ext/libmng/gstmng.c:
19927         * ext/libpng/gstpng.c:
19928         * ext/mikmod/gstmikmod.c:
19929         * ext/pango/gsttextoverlay.c:
19930         * ext/pango/gsttimeoverlay.c:
19931         * ext/raw1394/gst1394.c:
19932         * ext/speex/gstspeex.c:
19933         * gst/alpha/Makefile.am:
19934         * gst/alpha/gstalpha.c:
19935         * gst/alpha/gstalphacolor.c:
19936         * gst/auparse/gstauparse.c:
19937         * gst/autodetect/gstautoaudiosink.c:
19938         (gst_auto_audio_sink_factory_filter),
19939         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19940         * gst/autodetect/gstautodetect.c:
19941         * gst/avi/gstavi.c:
19942         * gst/cutter/gstcutter.c:
19943         * gst/debug/efence.c:
19944         * gst/debug/gstdebug.c:
19945         * gst/debug/gstnavigationtest.c:
19946         * gst/effectv/gsteffectv.c:
19947         * gst/flx/gstflxdec.c:
19948         * gst/goom/gstgoom.c:
19949         * gst/interleave/plugin.c:
19950         * gst/law/alaw.c:
19951         * gst/law/mulaw.c:
19952         * gst/level/gstlevel.c:
19953         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19954         * gst/matroska/matroska.c:
19955         * gst/median/gstmedian.c:
19956         * gst/monoscope/gstmonoscope.c:
19957         * gst/multipart/multipart.c:
19958         * gst/oldcore/gstelements.c:
19959         * gst/rtp/gstrtp.c:
19960         * gst/rtsp/gstrtsp.c:
19961         * gst/smoothwave/gstsmoothwave.c:
19962         * gst/smpte/gstsmpte.c:
19963         * gst/udp/gstudp.c:
19964         * gst/videobox/gstvideobox.c:
19965         * gst/videofilter/gstgamma.c:
19966         * gst/videofilter/gstvideobalance.c:
19967         * gst/videofilter/gstvideoflip.c:
19968         * gst/videofilter/gstvideotemplate.c:
19969         * gst/videomixer/videomixer.c:
19970         * gst/wavenc/gstwavenc.c:
19971         * gst/wavparse/gstwavparse.c:
19972         * sys/oss/gstossaudio.c:
19973         * sys/osxaudio/gstosxaudio.c:
19974           update GST_PLUGIN_DEFINE
19975         * gst/rtp/Makefile.am:
19976         * gst/rtp/gstasteriskh263.c:
19977           check for htons/htonl headers and possibly link to winsock2 lib
19978
19979 2005-11-12  Edward Hervey  <edward@fluendo.com>
19980
19981         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
19982         Only GST_DEBUG() information on the valid components.
19983
19984 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19985
19986         * configure.ac: back to HEAD
19987
19988 === release 0.9.5 ===
19989
19990 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19991
19992         * configure.ac:
19993           releasing 0.9.5, "Phone Alarm"
19994
19995 2005-11-11  Edward Hervey  <edward@fluendo.com>
19996
19997         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19998         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
19999         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20000         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20001         (gst_avi_demux_loop):
20002         * gst/avi/gstavidemux.h:
20003         Yeah, implement proper seeking. Exact seeking and segment seeking.
20004         Still need to do some checks for segment_stop.
20005
20006 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20007
20008         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20009
20010         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20011           Don't try to ready buffer duration from buffer that we don't
20012           own any  longer and that might already have been unreffed.
20013           (#321136)
20014
20015 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20016
20017         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20018         (flx_decode_delta_flc), (gst_flxdec_chain):
20019         Attempting to optimize the code for embedded systems.
20020
20021 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20022
20023         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20024
20025         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20026           Don't re-use already closed file descriptor. (#320920)
20027
20028 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20029
20030         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20031         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20032         (gst_oss_sink_prepare):
20033         * sys/oss/gstosssink.h:
20034           Cache probed caps; fix debug output for SET_PARAM macros.
20035
20036 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20037
20038         * ext/cairo/Makefile.am:
20039         * ext/cairo/gstcairo.c: (plugin_init):
20040         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20041         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20042         (gst_text_overlay_init), (gst_text_overlay_font_init),
20043         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20044         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20045         (gst_text_overlay_text_pad_linked),
20046         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20047         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20048         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20049         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20050         (gst_text_overlay_change_state):
20051         * ext/cairo/gsttextoverlay.h:
20052           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20053           property and redo positioning. Doesn't handle upstream renegotiation
20054           yet though.
20055
20056 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20057
20058         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20059         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20060         (gst_avi_demux_loop):
20061           No need to take the STREAM_LOCK in the loop function. Improve
20062           some debug messages. Don't leak pad names in debug messages.
20063
20064 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20065
20066         * gst/matroska/matroska-demux.c:
20067         (gst_matroska_demux_push_vorbis_codec_priv_data),
20068         (gst_matroska_demux_add_wvpk_header):
20069           Don't error out when the source pad isn't linked.
20070
20071 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20072
20073         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20074         (gst_gconf_audio_sink_change_state):
20075         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20076         (gst_gconf_video_sink_change_state):
20077           Fix state change functions here as well and set kid
20078           to NULL state before removing it.
20079
20080 2005-11-01  Edward Hervey  <edward@fluendo.com>
20081
20082         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20083         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20084         Added proper event handlind, 
20085         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20086         ignored),
20087         and don't set a duration of 0 for buffers otherwise they are discarded
20088         by GstBaseSink.
20089
20090         GstWavEnc needs some serious loving, after going through the code I'm
20091         really wondering how this can stay in -good ...
20092
20093 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20094
20095         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20096         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20097         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20098         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20099         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20100         (gst_matroska_mux_collected):
20101           Fix leaks and invalid memory access as reported by valgrind
20102
20103 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20104
20105         Patch by: Michal Benes <michal.benes@xeris.cz>
20106
20107         * check/Makefile.am:
20108         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20109         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20110         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20111           add a unit test for matroskamux
20112           fix the bugs that the unit test exposed
20113
20114 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20115
20116         * gst/autodetect/gstautoaudiosink.c:
20117         (gst_auto_audio_sink_class_init),
20118         (gst_auto_audio_sink_change_state):
20119         * gst/autodetect/gstautovideosink.c:
20120         (gst_auto_video_sink_class_init),
20121         (gst_auto_video_sink_change_state):
20122           Fix state change function and use GST_DEBUG_FUNCPTR in
20123           class_init.
20124
20125 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20126
20127         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20128
20129         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20130         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20131         * gst/matroska/ebml-write.h:
20132         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20133           Set timestamps on outgoing ebml headers as well, so that the
20134           element after matroskamux can get the timestamp already when
20135           reading the first ebml element and doesn't have to wait for
20136           the actual data buffer for that (#320308).
20137           
20138 2005-10-31  Andy Wingo  <wingo@pobox.com>
20139
20140         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20141         (gst_videomixer_pad_link): Kill some memleaks.
20142         (gst_videomixer_pad_get_property): Style fix.
20143         (gst_videomixer_pad_set_property): Style fix.
20144         (gst_videomixer_pad_init): Style fix.
20145         (gst_videomixer_update_queues): Kill memleak.
20146         (gst_videomixer_loop): Kill memleak.
20147         (gst_videomixer_collected): Kill memleak.
20148
20149 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20150
20151         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20152         gst_auparse_change_state:
20153         Just some cleanup.
20154
20155 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20156
20157         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20158         Add checks to GST_FLOW_NOT_LINKED for values returned
20159         from gst_pad_push.
20160         
20161 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20162
20163         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20164         (gst_rtpg711dec_process):
20165         * gst/rtp/gstrtpgsmenc.c:
20166         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20167         are never set. This is important for the g711 to work with burger's rtpbin
20168         element.
20169
20170 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20171
20172         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20173         (gst_speexenc_push_buffer):
20174         Add checks for return values from gst_pad_push and
20175         gst_pad_alloc_buffer.
20176
20177 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20178
20179         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20180
20181         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20182         (gst_matroska_demux_parse_info),
20183         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20184         (gst_matroska_demux_parse_cluster):
20185         * gst/matroska/matroska-ids.h:
20186         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20187         (gst_matroska_mux_init), (gst_matroska_mux_start),
20188         (gst_matroska_mux_create_buffer_header),
20189         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20190         (gst_matroska_mux_get_property):
20191         * gst/matroska/matroska-mux.h:
20192           Add SimpleBlock support to matroska demuxer and muxer (part of
20193           Matroska v2). (#319731)
20194
20195 2005-10-28  Wim Taymans  <wim@fluendo.com>
20196
20197         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20198         (gst_jpeg_dec_change_state):
20199         * ext/jpeg/gstjpegdec.h:
20200         Cleanups. Don't create caps for every chain.
20201
20202 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20203
20204         * gst/law/alaw-encode.c: (gst_alawenc_init),
20205         (alawenc_setcaps), (gst_alawenc_chain)
20206         * gst/law/alaw-encode.h:
20207         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20208         (mulawenc_setcaps), (gst_mulawenc_chain)
20209         * gst/law/mulaw-encode.h:
20210         Set timestamp on buffer and it allows RTP G711 elements
20211         work properly.
20212
20213 2005-10-27  Wim Taymans  <wim@fluendo.com>
20214
20215         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20216         Set correct format on oss instead of a silly value. 
20217
20218 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20219
20220         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20221         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20222         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20223         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20224         I420 rendering as well, doesn't bring much for my platform.
20225         Might help on some other platforms.
20226
20227 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20228
20229         * gst/rtp/gstrtpgsmenc.c:
20230         * gst/rtp/gstrtpgsmparse.c:
20231         Declaring the padtemplate correctly.
20232
20233 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20234
20235         * gst/rtp/gstrtpg711dec.c:
20236         * gst/rtp/gstrtpg711enc.c:
20237         * gst/rtp/gstrtpgsmenc.c:
20238         * gst/rtp/gstrtpgsmparse.c:
20239         Setting the proper copyright notice.
20240
20241 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20242
20243         * gst/videobox/Makefile.am: Use liboil.
20244         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20245         (gst_video_box_set_property), (gst_video_box_transform_caps),
20246         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20247         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20248         using liboil. Will dot the same to I420 border generation
20249         tomorrow.
20250
20251 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20252
20253         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20254         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20255         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20256         * gst/rtp/gstrtpg711dec.h:
20257         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20258         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20259         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20260         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20261         (gst_rtpgsmenc_handle_buffer):
20262         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20263         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20264         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20265         * gst/rtp/gstrtpgsmparse.h:
20266         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20267         inherits from the basertpdepayloader.
20268
20269 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20270
20271         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20272         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20273         (gst_video_box_ayuv): Removing this forgotten debug.
20274
20275 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20276
20277         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20278         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20279         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20280
20281 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20282
20283         * sys/oss/gstossaudio.c:
20284         * sys/oss/gstossdmabuffer.c:
20285         * sys/oss/gstosshelper.c:
20286         * sys/oss/gstossmixer.c:
20287         * sys/oss/gstossmixerelement.c:
20288         * sys/oss/gstossmixertrack.c:
20289         * sys/oss/gstosssink.c:
20290         * sys/oss/gstosssrc.c:
20291           Actually use the 'oss' debug category we register.
20292
20293 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20294
20295         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20296         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20297         Use gst_pad_get_parent and drop the ref that was added through
20298         that call.
20299
20300 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20301
20302         * gst/rtp/gstrtpgsmenc.c:
20303           Fix compilation
20304
20305 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20306
20307         * gst/rtp/gstrtpg711dec.c
20308         Just removed a couple of lines of weird code used during
20309         development/test time.
20310
20311 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20312
20313         * gst/rtp/Makefile.am
20314         * gst/rtp/gstrtp.c
20315         * gst/rtp/gstrtpg711enc.c
20316         * gst/rtp/gstrtpg711enc.h
20317         * gst/rtp/gstrtpg711dec.c
20318         * gst/rtp/gstrtpg711dec.h
20319         Created G711 payloader and depayloader (it supports mulaw and alaw
20320         (dec)encoders)
20321
20322 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20323
20324         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20325         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20326         Doh ! I introduced wingo's bug again ! Sorry...
20327
20328 2005-10-25  Christian Schaller <christian@fluendo.com> 
20329
20330         * gst/rtp/Makefile.am: add missing header files for disting
20331
20332 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20333
20334         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20335         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20336         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20337         (gst_rtpgsmenc_handle_buffer):
20338         * gst/rtp/gstrtpgsmenc.h:
20339         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20340         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20341         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20342         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20343         * gst/rtp/gstrtpgsmparse.h:
20344         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20345
20346 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20347
20348         * ext/libpng/gstpngdec.c: (user_info_callback),
20349         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20350         a newsegment event, move some redundant code in a single place.
20351
20352 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20353
20354         * ext/libpng/gstpngdec.c: (user_info_callback),
20355         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20356         hack to get correct colors order when we have a png image with
20357         alpha channel.
20358
20359 2005-10-24  Edward Hervey  <edward@fluendo.com>
20360
20361         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20362         Call gst_element_no_more_pads when there will be no more pads.
20363
20364 2005-10-24  Wim Taymans  <wim@fluendo.com>
20365
20366         * gst/rtp/Makefile.am:
20367         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20368         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20369         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20370         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20371         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20372         (gst_asteriskh263_plugin_init):
20373         * gst/rtp/gstasteriskh263.h:
20374         * gst/rtp/gstrtp.c: (plugin_init):
20375         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20376         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20377         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20378         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20379         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20380         (gst_rtph263enc_plugin_init):
20381         * gst/rtp/gstrtph263enc.h:
20382         Added two new payloaders, an RFC 2190 payloader for h263 and
20383         a payload convertor for an asterisk server.
20384
20385 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20386
20387         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20388           Set bytes_per_sample correctly (is not always 4, but 
20389           depends on width and number of channels).
20390
20391 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20392
20393         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20394         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20395         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20396         (gst_flacenc_sink_event), (gst_flacenc_chain),
20397         (gst_flacenc_set_property), (gst_flacenc_get_property),
20398         (gst_flacenc_change_state):
20399         * ext/flac/gstflacenc.h:
20400           Fix seeking, so that flacenc can rewrite the header with the
20401           correct duration and amount of samples and all that at EOS;
20402           also set timestamps and granulepos on outgoing buffers; add
20403           debug category; fix state change function.
20404           
20405 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20406
20407         * gst/videomixer/videomixer.c: Don't restrict video geometry
20408         from 16 to 4096.
20409
20410 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20411
20412         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20413         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20414         Fix caps negotiation correctly, add debugging category.
20415
20416 2005-10-24  Christian Schaller  <christian@fluendo.com>
20417
20418         * configure.ac: Port over Thomas's change from base listing all plugins
20419
20420 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20421
20422         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20423         a sink pad.
20424
20425 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20426
20427         * configure.ac:
20428         * docs/upload.mak:
20429           back to HEAD
20430
20431 === release 0.9.4 ===
20432
20433 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20434
20435         * configure.ac:
20436           Releasing 0.9.4, "Dromiceiomimus"
20437
20438 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20439
20440         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20441         (gst_speexenc_src_query):
20442           Add position and duration query, fix query type function.
20443           
20444         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20445         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20446           Let's not set non-fixed caps on source pads.
20447
20448 2005-10-21  Wim Taymans  <wim@fluendo.com>
20449
20450         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20451         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20452         (gst_avi_demux_handle_seek):
20453         Set correct stream_time in newsegment event.
20454         avi can also handle a duration query now.
20455
20456 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20457
20458         * gst/matroska/matroska-demux.c:
20459         (gst_matroska_demux_handle_src_query),
20460         (gst_matroska_demux_handle_seek_event),
20461         (gst_matroska_demux_loop_stream_parse_id):
20462           Fix duration query; fix basetime in newsegment event after
20463           seek; fix duration in initial newsegment event.
20464
20465         * gst/matroska/matroska-mux.c:
20466         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20467           Extract number of channels and samplerate from vorbis headers;
20468           add some debug messages when querying the durations of the
20469           input streams.
20470
20471 2005-10-20  Wim Taymans  <wim@fluendo.com>
20472
20473         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20474         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20475         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20476         Set stream time correctly in newsegment.
20477
20478 2005-10-20  Wim Taymans  <wim@fluendo.com>
20479
20480         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20481         Correctly fill in the stream time.
20482
20483 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20484
20485         * check/elements/level.c: (GST_START_TEST):
20486         * gst/level/gstlevel.c: (gst_level_message_new):
20487         * gst/level/level-example.c: (message_handler):
20488           use ELEMENT messages instead
20489
20490 2005-10-19  Wim Taymans  <wim@fluendo.com>
20491
20492         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20493         (gst_dvdemux_src_query):
20494         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20495         (gst_flacdec_src_query):
20496         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20497         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20498         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20499         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20500         * gst/debug/progressreport.c: (gst_progress_report_report):
20501         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20502         * gst/matroska/matroska-demux.c:
20503         (gst_matroska_demux_handle_src_query):
20504         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20505         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20506         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20507         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20508         (gst_wavparse_srcpad_event):
20509         API change fix.
20510
20511 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20512
20513         * gst/goom/filters.c:
20514         * gst/goom/graphic.h:
20515         * gst/goom/lines.c:
20516           Make inline functions either 'static inline' or 'extern inline',
20517           otherwise the Forte compiler apparently won't inline them (#317300).
20518
20519 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20520
20521         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20522         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20523         (user_info_callback), (user_endrow_callback), (user_end_callback),
20524         (user_read_data), (gst_pngdec_caps_create_and_set),
20525         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20526         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20527         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20528         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20529         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20530         very nice and handle push/pull based model. if you have filesrc
20531         connected to it, it will do random access to load the png file.
20532         If you have a network source that can't do _getrange, it does 
20533         progressive loading through the chain function.
20534         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20535         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20536         thanks to Master Wim Taymans ;-)
20537
20538 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20539
20540         * gst/matroska/Makefile.am:
20541         * gst/matroska/ebml-read.c:
20542         * gst/matroska/ebml-read.h:
20543         * gst/matroska/matroska-demux.c:
20544         * gst/matroska/matroska-demux.h:
20545         * gst/matroska/matroska.c: (plugin_init):
20546           Ported matroska demuxer to 0.9.
20547
20548 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20549
20550         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20551
20552         * gst/matroska/matroska-mux.c:
20553         (gst_matroska_mux_video_pad_setcaps),
20554         (gst_matroska_mux_audio_pad_setcaps):
20555           Fix mpeg4 input handling (#318847); also, while we're at it,
20556           fix media type for Motion-JPEG: should be image/jpeg.
20557
20558 2005-10-18  Wim Taymans  <wim@fluendo.com>
20559
20560         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20561         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20562         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20563         Fix for segment-start/stop API change.
20564
20565 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20566
20567         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20568         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20569         way.
20570
20571 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20572
20573         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20574         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20575         output declared in transform_caps.
20576
20577 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20578
20579         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20580
20581 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20582
20583         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20584         (gst_video_box_get_unit_size): Fix wrong size calculations and
20585         implement get_unit_size correctly.
20586
20587 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20588
20589         * configure.ac:
20590           Enable flx plugin.
20591
20592         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20593           Fix gcc4 signedness issue.
20594
20595 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20596
20597         * configure.ac: Adding videomixer.
20598         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20599         (user_read_data), (gst_pngdec_chain): More debugging.
20600         * gst/alpha/Makefile.am: Adding alphacolor
20601         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20602         (gst_alpha_color_class_init), (gst_alpha_color_init),
20603         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20604         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20605         (plugin_init): Ported to 0.9 using in place base tranform.
20606         * gst/videomixer/Makefile.am:
20607         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20608         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20609         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20610         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20611         (gst_videomixer_init), (gst_videomixer_getcaps),
20612         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20613         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20614         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20615         to 0.9 using collectpads.
20616
20617 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20618
20619         * configure.ac:
20620         * gst/flx/Makefile.am:
20621         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20622         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20623         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20624         * gst/flx/gstflxdec.h:
20625         flx plugin ported to 0.9
20626
20627 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20628
20629         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20630           use new gst_version_string()
20631
20632 2005-10-16  Andy Wingo  <wingo@pobox.com>
20633
20634         * configure.ac: GLIB_CHECK.
20635
20636 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20637
20638         * ext/libpng/Makefile.am:
20639         * ext/libpng/gstpng.c: (plugin_init):
20640         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20641         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20642         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20643
20644 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
20645
20646         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20647
20648         * configure.ac:
20649         * gst/matroska/Makefile.am:
20650         * gst/matroska/ebml-ids.h:
20651         * gst/matroska/ebml-write.c:
20652         * gst/matroska/ebml-write.h:
20653         * gst/matroska/matroska-ids.h:
20654         * gst/matroska/matroska-mux.c:
20655         * gst/matroska/matroska-mux.h:
20656         * gst/matroska/matroska.c: (plugin_init):
20657           Port matroska muxer to 0.9 (#318847).
20658
20659 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20660
20661         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
20662         (comment_init), (comment_add):
20663           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
20664           use GST_READ_UINT32_LE() and friends rather than the private
20665           implementation of those same macros.
20666
20667 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20668
20669         * examples/stats/mp2ogg.c:
20670           more typo fixes
20671
20672 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20673
20674         * examples/indexing/indexmpeg.c: (main):
20675         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
20676         (gst_esdmon_close_audio), (gst_esdmon_change_state):
20677         * ext/esd/esdmon.h:
20678         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
20679         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
20680         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20681         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20682         * gst/avi/gstavimux.c: (gst_avimux_init):
20683         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
20684         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
20685         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
20686         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
20687         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
20688         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
20689         * gst/oldcore/gstmultifilesrc.h:
20690         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
20691         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
20692         (gst_pipefilter_change_state):
20693         * gst/oldcore/gstpipefilter.h:
20694         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20695         * gst/videomixer/videomixer.c: (gst_videomixer_init):
20696         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
20697         * sys/osxaudio/gstosxaudiosink.h:
20698         * sys/osxaudio/gstosxaudiosrc.h:
20699           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20700           moved bitshift from macro to enum definition
20701
20702 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20703
20704         * ext/Makefile.am:
20705         * ext/cairo/Makefile.am:
20706         * ext/cairo/gstcairo.c: (plugin_init):
20707         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
20708         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20709         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
20710         * ext/cairo/gsttimeoverlay.h:
20711           update of cairo-based timeoverlay to 1.0 Cairo API
20712           doesn't work yet for resizing of output sink
20713
20714 2005-10-11  Wim Taymans  <wim@fluendo.com>
20715
20716         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
20717         newsegment API fix.
20718
20719 2005-10-11  Wim Taymans  <wim@fluendo.com>
20720
20721         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
20722         (gst_dvdemux_demux_frame):
20723         * ext/flac/gstflacdec.c: (gst_flacdec_write):
20724         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20725         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
20726         (gst_avi_demux_handle_seek):
20727         * gst/goom/gstgoom.c: (gst_goom_event):
20728         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20729         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20730         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20731         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20732         (gst_wavparse_srcpad_event):
20733         newsegment API update.
20734
20735 2005-10-11  Andy Wingo  <wingo@pobox.com>
20736
20737         * ext/speex/gstspeexenc.c: Signedness cleanups.
20738
20739 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
20740
20741         * PORTED_09:
20742         * ext/speex/Makefile.am:
20743         * ext/speex/gstspeex.c:
20744         * ext/speex/gstspeexenc.c:
20745         Speexenc ported to 0.9
20746
20747 2005-10-10  Wim Taymans  <wim@fluendo.com>
20748
20749         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
20750         (gst_oss_sink_init), (gst_oss_sink_set_property),
20751         (gst_oss_sink_get_property), (gst_oss_sink_open),
20752         (gst_oss_sink_prepare), (gst_oss_sink_reset):
20753         * sys/oss/gstosssink.h:
20754         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
20755         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
20756         (gst_oss_src_prepare):
20757         Cleanups, make device configurable in the sink, handle and report
20758         errors.
20759
20760 2005-10-10  Wim Taymans  <wim@fluendo.com>
20761
20762         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
20763         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
20764         Make sure element is NULL before removing from the bin.
20765
20766 2005-10-07  Andy Wingo  <wingo@pobox.com>
20767
20768         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
20769         block forever in a read().
20770         (gst_dv1394src_bus_reset): Post a message when the cable is
20771         unplugged.
20772         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
20773         (gst_dv1394src_bus_reset): Don't unref the message.
20774
20775         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
20776         hacking. The only change should be that the state change stuff was
20777         put into basesrc's start() and stop() routines, which coalesces
20778         some steps.
20779
20780 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
20781
20782         * configure.ac:
20783           Add check for mmap
20784           
20785         * gst/debug/Makefile.am:
20786           Only compile efence plugin on systems that have mmap.
20787
20788 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
20789
20790         * gst/debug/Makefile.am:
20791         * gst/debug/breakmydata.c:
20792         * gst/debug/gstdebug.c:
20793         * gst/debug/gstnavigationtest.c:
20794         * gst/debug/gstnavseek.c: 
20795         * gst/debug/gstnavseek.h:
20796         * gst/debug/progressreport.c: 
20797         * gst/debug/testplugin.c:
20798           Port progressreport, navseek, navigationtest, testsink and
20799           breakmydata.
20800
20801 2005-10-05  Edward Hervey  <edward@fluendo.com>
20802
20803         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
20804         (gst_dvdemux_src_query):
20805         Fixes for better conversion
20806
20807 2005-10-04  Michael Smith <msmith@fluendo.com>
20808
20809         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
20810         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20811         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20812         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20813           Set state of elements to NULL before removing from bins.
20814           Set state of test element to NULL if we failed to move it to READY
20815
20816 2005-10-04  Edward Hervey  <edward@fluendo.com>
20817
20818         * ext/dv/Makefile.am:
20819         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
20820         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20821         Corrected the query function for position so it doesn't forget what
20822         format was asked, and calls the conversion functions on the correct pad.
20823
20824 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20825
20826         * configure.ac:
20827           back to development
20828
20829 === release 0.9.3 ===
20830
20831 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20832
20833         * configure.ac:
20834           Releasing 0.9.3, "Aramis"
20835
20836 2005-10-03  Andy Wingo  <wingo@pobox.com>
20837
20838         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20839         error returns.
20840
20841 2005-10-02  Andy Wingo  <wingo@pobox.com>
20842
20843         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20844
20845         * ext/flac/gstflacenc.c: Ported to 0.9.
20846
20847         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20848
20849         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20850         and link to gsttagedit. Enable flacenc.
20851
20852         * ext/flac/gstflacdec.c: Re-enable tag reading.
20853
20854 2005-09-30  Wim Taymans  <wim@fluendo.com>
20855
20856         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20857         * gst/rtp/gstrtpgsmparse.c:
20858         * gst/rtp/gstrtph263penc.c:
20859         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20860         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20861         (gst_rtpmp4venc_set_property):
20862         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20863         Various class and caps fixes from Andre Magalhaes (andrunko)
20864
20865 2005-09-29  Wim Taymans  <wim@fluendo.com>
20866
20867         * gst/level/level-example.c: (main):
20868         Update for new bus API.
20869
20870 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20871
20872         * configure.ac:
20873           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20874           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20875
20876 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20877
20878         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20879           Fix playback of mono streams (bytes_per_sample should be set
20880           from the sample width and the number of channels negotiated,
20881           and not just be set to 4) (#317338)
20882
20883 2005-09-26  Wim Taymans  <wim@fluendo.com>
20884
20885         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20886         (gst_rtpmpaenc_handle_buffer):
20887         Set buffer duration correctly.
20888
20889 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20890
20891         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20892         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20893         (gst_avi_demux_change_state):
20894           Don't crash when encountering a stream with an unknown fourcc or
20895           codec id. Instead, create a pad of type video/x-avi-unknown or
20896           audio/x-avi-unknown, which as a side-effect also results in less
20897           confusing error messages in players ('no decoder' vs. 'no streams');
20898           minor fixes to state change function and class_init function.
20899
20900 2005-09-24  Wim Taymans  <wim@fluendo.com>
20901
20902         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20903         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20904         These are sinks.
20905
20906 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20907
20908         * check/elements/level.c: (GST_START_TEST):
20909           fix test for new GstClockTime use
20910         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20911         (gst_level_transform_ip):
20912         * gst/level/gstlevel.h:
20913           fix up the decay peak, ensuring the decay peak is never lower
20914           than the peak for that interval
20915
20916 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20917
20918         * docs/plugins/gst-plugins-good-plugins.args:
20919         * docs/plugins/inspect/plugin-alpha.xml:
20920         * docs/plugins/inspect/plugin-rtp.xml:
20921         * gst/level/gstlevel.c: (gst_level_set_caps),
20922         (gst_level_transform_ip):
20923           updating docs
20924
20925 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20926
20927         * Makefile.am:
20928         * check/elements/level.c: (GST_START_TEST):
20929         * gst/level/Makefile.am:
20930         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20931         (gst_level_set_property), (gst_level_get_property),
20932         (gst_level_set_caps), (gst_level_message_new),
20933         (gst_level_transform_ip):
20934         * gst/level/gstlevel.h:
20935         * gst/level/level-example.c: (message_handler), (main):
20936           convert to using GstClockTime for all time values, finally.
20937
20938 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20939
20940         * gst/auparse/Makefile.am:
20941         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20942           fix up build
20943         * configure.ac:
20944         * ext/cairo/Makefile.am:
20945         * ext/dv/Makefile.am:
20946         * ext/esd/Makefile.am:
20947         * ext/flac/Makefile.am:
20948         * ext/gconf/Makefile.am:
20949         * ext/gdk_pixbuf/Makefile.am:
20950         * ext/jpeg/Makefile.am:
20951         * ext/ladspa/Makefile.am:
20952         * ext/libcaca/Makefile.am:
20953         * ext/libmng/Makefile.am:
20954         * ext/libpng/Makefile.am:
20955         * ext/mikmod/Makefile.am:
20956         * ext/pango/Makefile.am:
20957         * ext/raw1394/Makefile.am:
20958         * ext/shout2/Makefile.am:
20959         * ext/speex/Makefile.am:
20960         * gst/alpha/Makefile.am:
20961         * gst/autodetect/Makefile.am:
20962         * gst/avi/Makefile.am:
20963         * gst/cutter/Makefile.am:
20964         * gst/debug/Makefile.am:
20965         * gst/effectv/Makefile.am:
20966         * gst/flx/Makefile.am:
20967         * gst/goom/Makefile.am:
20968         * gst/interleave/Makefile.am:
20969         * gst/law/Makefile.am:
20970         * gst/matroska/Makefile.am:
20971         * gst/median/Makefile.am:
20972         * gst/monoscope/Makefile.am:
20973         * gst/multipart/Makefile.am:
20974         * gst/oldcore/Makefile.am:
20975         * gst/rtp/Makefile.am:
20976         * gst/rtsp/Makefile.am:
20977         * gst/smoothwave/Makefile.am:
20978         * gst/smpte/Makefile.am:
20979         * gst/videobox/Makefile.am:
20980         * gst/videofilter/Makefile.am:
20981         * gst/videomixer/Makefile.am:
20982         * gst/wavenc/Makefile.am:
20983         * gst/wavparse/Makefile.am:
20984         * sys/oss/Makefile.am:
20985         * sys/osxaudio/Makefile.am:
20986         * sys/osxvideo/Makefile.am:
20987           fix up GST_LIBS use
20988
20989 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20990
20991         * gst/auparse/Makefile.am:
20992         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20993           fix build of auparse
20994
20995 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
20996
20997         * configure.ac:
20998         * PORTED_09:
20999         * gst/auparse/gstauparse.c:
21000         * gst/auparse/gstauparse.h:
21001         Auparse ported to 0.9.
21002
21003 2005-09-22  Wim Taymans  <wim@fluendo.com>
21004
21005         * gst/rtp/TODO:
21006         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21007         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21008         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21009         (gst_rtpmp4venc_set_property):
21010         * gst/rtp/gstrtpmp4venc.h:
21011         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21012         * gst/rtp/gstrtpmpaenc.h:
21013         Use is_filled to both check MTU and max-ptime of base class.
21014
21015 2005-09-22  Wim Taymans  <wim@fluendo.com>
21016
21017         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21018         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21019         (gst_rtpmp4venc_set_property):
21020         Don't fragment packets with multiple frames.
21021
21022 2005-09-22  Wim Taymans  <wim@fluendo.com>
21023
21024         * gst/rtp/TODO:
21025         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21026         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21027         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21028         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21029         (gst_rtpmp4venc_get_property):
21030         * gst/rtp/gstrtpmp4venc.h:
21031         Remove g_print.
21032         Update TODO
21033         Make payload encoder a bit smarter and more correct with
21034         timestamps.
21035         Added option in payloader to include config string in-band.
21036
21037 2005-09-21  Wim Taymans  <wim@fluendo.com>
21038
21039         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21040         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21041         (gst_rtspsrc_send):
21042         Strip spaces for key/value pairs.
21043
21044 2005-09-21  Wim Taymans  <wim@fluendo.com>
21045
21046         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21047         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21048         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21049         (gst_rtspsrc_change_state):
21050         More SDP parsing and caps setting.
21051         Do NO_PREROLL differently.
21052         add pads only after negotiated.
21053
21054         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21055         (gst_udpsrc_getcaps):
21056         Implement the getcaps function.
21057
21058 2005-09-21  Wim Taymans  <wim@fluendo.com>
21059
21060         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21061         (gst_rtpamrdec_chain):
21062         Handle multiple AMr packets per payload. Handle CRC and
21063         parse ILL/ILP.
21064
21065         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21066         Make caps params strings for easy SDP mapping.
21067         
21068         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21069         Handle capsnego better.
21070
21071         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21072         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21073         Generate and parse config string in the caps.
21074
21075 2005-09-21  Wim Taymans  <wim@fluendo.com>
21076
21077         * gst/rtp/README:
21078         Update README
21079
21080         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21081         Make extra params as strings.
21082
21083         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21084         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21085         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21086         Make state change return NO_PREROLL as this is a live
21087         source.
21088
21089         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21090         Don't unref old caps when NULL.
21091
21092 2005-09-20  Wim Taymans  <wim@fluendo.com>
21093
21094         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21095         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21096         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21097         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21098         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21099         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21100         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21101         * gst/rtsp/sdpmessage.h:
21102         Add URI handler.
21103         Parse SDP and create caps.
21104
21105 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21106
21107         * gst/alpha/gstalpha.c:
21108           fix element description
21109
21110 2005-09-19  Wim Taymans  <wim@fluendo.com>
21111
21112         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21113         Don't check payload for now.
21114
21115 2005-09-19  Wim Taymans  <wim@fluendo.com>
21116
21117         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21118         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21119         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21120         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21121         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21122         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21123         (gst_wavparse_change_state):
21124         * gst/wavparse/gstwavparse.h:
21125         Fix wavparse some more.
21126
21127 2005-09-19  Wim Taymans  <wim@fluendo.com>
21128
21129         * check/elements/level.c: (GST_START_TEST):
21130         Fix for bus API change.
21131
21132 2005-09-19  Wim Taymans  <wim@fluendo.com>
21133
21134         * gst/level/level-example.c: (main):
21135         Fix for new bus API.
21136
21137         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21138         Set caps on pads.
21139
21140 2005-09-15  Wim Taymans  <wim@fluendo.com>
21141
21142         * gst/rtp/Makefile.am:
21143         * gst/rtp/README:
21144         * gst/rtp/gstrtp.c: (plugin_init):
21145         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21146         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21147         (gst_rtpamrdec_change_state):
21148         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21149         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21150         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21151         * gst/rtp/gstrtpamrenc.h:
21152         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21153         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21154         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21155         * gst/rtp/gstrtpgsmenc.h:
21156         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21157         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21158         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21159         (gst_rtpgsmparse_change_state):
21160         * gst/rtp/gstrtpgsmparse.h:
21161         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21162         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21163         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21164         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21165         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21166         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21167         * gst/rtp/gstrtph263penc.h:
21168         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21169         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21170         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21171         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21172         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21173         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21174         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21175         * gst/rtp/gstrtpmp4venc.h:
21176         * gst/rtp/gstrtpmpadec.c:
21177         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21178         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21179         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21180         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21181         * gst/rtp/gstrtpmpaenc.h:
21182         Updates to payloader/depayloaders, make payloaders use
21183         the base classes.
21184         Updated README with suggested RTP caps and how to convert
21185         to/from SDP.
21186         Added config descriptor in mp4v payloader.
21187
21188 2005-09-15  Andy Wingo  <wingo@pobox.com>
21189
21190         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21191         * gst/autodetect/gstautovideosink.c
21192         (gst_auto_video_sink_find_best): Update for new registry API.
21193
21194 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21195
21196         * common/c-to-xml.py:
21197         * common/gtk-doc-plugins.mak:
21198           a simple py script to generate valid xml from a C example
21199           probably also need to strip an MIT license when we decide
21200         * docs/plugins/Makefile.am:
21201         * gst/level/Makefile.am:
21202         * gst/level/gstlevel.c: (gst_level_init):
21203         * gst/level/level-example.c: (message_handler), (main):
21204           add an example to level that will show up in the docs
21205         * gst/rtp/TODO:
21206           add a note for the future
21207
21208 2005-09-14  Michael Smith <msmith@fluendo.com>
21209
21210         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21211           Actually define the debug object being used in wavenc. Fixes #316205
21212
21213 2005-09-14  Michael Smith <msmith@fluendo.com>
21214
21215         * gst/smpte/Makefile.am:
21216           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21217           needed to build on windows (bug 316204)
21218
21219 2005-09-12  Andy Wingo  <wingo@pobox.com>
21220
21221         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21222
21223 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21224
21225         * configure.ac:
21226         * gst/fdsrc/Makefile.am:
21227         * gst/fdsrc/gstfdsrc.c:
21228         * gst/fdsrc/gstfdsrc.h:
21229           Move fdsrc back into gstreamer core elements.
21230
21231         * gst/level/gstlevel.c: (gst_level_class_init),
21232         (gst_level_transform_ip):
21233         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21234           Basetransform changes.
21235
21236 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21237
21238         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21239         * ext/jpeg/smokecodec.c: (find_best_size):
21240           fix compiler warnings
21241
21242 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21243
21244         * gst-plugins-good.spec.in:
21245           spec file fixes
21246         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21247         (gst_multiudpsink_render), (gst_multiudpsink_add),
21248         (gst_multiudpsink_clear):
21249           it actually helps to actually stream if we hook up the
21250           "add" signal to an actual implementation
21251         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21252           some debugging
21253
21254 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21255
21256         * ext/jpeg/Makefile.am:
21257         * ext/jpeg/gstjpeg.c
21258         * ext/jpeg/gstjpegenc.c:
21259         * ext/jpeg/gstsmokeenc.c:
21260
21261 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21262
21263         * ext/flac/gstflacdec.c:
21264         * ext/flac/gstflacenc.c:
21265         * ext/flac/gstflactag.c:
21266         * ext/speex/gstspeexenc.c:
21267           gsttaginterface.h -> gsttagsetter.h
21268
21269 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21270
21271         * configure.ac:
21272         * gst/debug/Makefile.am:
21273         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21274         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21275         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21276         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21277         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21278           Port to 0.9 and re-enable efence plugin.
21279
21280 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21281
21282         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21283         (gst_flacdec_write), (gst_flacdec_convert_src):
21284         * ext/flac/gstflacdec.h:
21285           Add support for flac files with 24/32 bits per sample; and misc.
21286           minor clean-ups. Seeking is still partly broken (for me at least).
21287
21288 2005-09-06  Wim Taymans  <wim@fluendo.com>
21289
21290         * gst/rtp/Makefile.am:
21291         * gst/rtp/gstrtp.c: (plugin_init):
21292         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21293         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21294         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21295         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21296         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21297         (gst_rtpmp4vdec_plugin_init):
21298         * gst/rtp/gstrtpmp4vdec.h:
21299         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21300         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21301         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21302         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21303         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21304         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21305         * gst/rtp/gstrtpmp4venc.h:
21306         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21307         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21308         Added mpeg4 video payload encoder/decoder.
21309         Added some docs in mpa payloader.
21310
21311 === release 0.9.1 ===
21312
21313 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21314
21315         * NEWS:
21316         * README:
21317         * RELEASE:
21318         * autogen.sh:
21319         * configure.ac:
21320           releasing 0.9.1, "Blondie"
21321
21322 2005-09-05  Andy Wingo  <wingo@pobox.com>
21323
21324         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21325         here from the state change handler, so we fire signals without
21326         holding the state lock.
21327
21328 2005-09-02  Andy Wingo  <wingo@pobox.com>
21329
21330         * All plugins updated for element state changes.
21331
21332 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21333
21334         * Makefile.am:
21335         * check/.cvsignore:
21336         * check/Makefile.am:
21337         * check/elements/.cvsignore:
21338         * check/elements/level.c: (setup_level), (cleanup_level),
21339         (GST_START_TEST), (level_suite), (main):
21340           add a test for level
21341         * common/release.mak:
21342           move the enum checking to release.mak
21343         * configure.ac:
21344           add valgrind and check checking
21345         * gst/level/gstlevel.c: (gst_level_transform):
21346         * gst/level/gstlevel.h:
21347           fix Andy's cast bug
21348           convert a field to int
21349           fix the arithmetic to int when checking for emit so that a
21350           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21351
21352 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21353
21354         * Makefile.am:
21355         * configure.ac:
21356           add docs to build
21357         * common/plugins.xsl:
21358           wrap Description into a refsect2
21359         * docs/Makefile.am:
21360         * docs/plugins/Makefile.am:
21361         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21362         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21363         * gst/goom/Makefile.am:
21364         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21365         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21366         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21367         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21368         (gst_goom_change_state):
21369         * gst/goom/gstgoom.h:
21370           GstGOOM -> GstGoom
21371           add an example launch line
21372         * gst/level/gstlevel.h:
21373         * gst/monoscope/gstmonoscope.c:
21374           cleanups
21375
21376 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21377
21378         * configure.ac:
21379         * docs/plugins/Makefile.am:
21380         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21381         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21382         * docs/plugins/gst-plugins-good-plugins.types:
21383           document elements and plugins.  Shazam !
21384
21385 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21386
21387         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21388           be found under doc/random/ChangeLog-0.8