gst/rtsp/: Remove google extension again, it's not needed anymore because we never...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst/rtsp/Makefile.am:
4         * gst/rtsp/gstrtsp.c: (plugin_init):
5         * gst/rtsp/gstrtspgoogle.c:
6         * gst/rtsp/gstrtspgoogle.h:
7         Remove google extension again, it's not needed anymore because we never
8         send multiple transports anymore.
9
10 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
11
12         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
13
14         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
15         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
16         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
17         (gst_rtspsrc_stream_free),
18         (gst_rtspsrc_stream_configure_udp_sinks),
19         (gst_rtspsrc_stream_configure_transport),
20         (gst_rtspsrc_send_dummy_packets),
21         (gst_rtspsrc_create_transports_string),
22         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
23         * gst/rtsp/gstrtspsrc.h:
24         Add property to configure NAT traversal method.
25         Ignore EOS from the internal sinks.
26         Implement sending dummy packets as a (simple) method to open up
27         some firewalls.
28         Send PLAY request to the server after we started the udp sources.
29         Fixes #559545.
30
31 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
32
33         Patch by: Yotam <sh dot yotam at gmail dot com>
34
35         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
36         Flush the remaining frames on EOS. Fixes #560641.
37
38 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
39
40         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
41         Fix compiler warning about printf formatting.
42
43 2008-11-12  Andy Wingo  <wingo@pobox.com>
44
45         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
46         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
47         segment events instead of sending them from the seeking thread.
48         Fixes #559288.
49         (gst_qtdemux_push_pending_newsegment): New helper, sends out
50         queued newsegment events.
51         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
52         call it here, as we only seek when looping, and only push in the
53         movie state.
54
55 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
56
57         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
58         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
59         * gst/qtdemux/qtdemux_fourcc.h:
60         * gst/qtdemux/qtdemux_types.c:
61         Add cover and alternative copyright tag, and enhance some existing
62         ones by marking them as container atoms.
63
64 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
65
66         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
67         Don't ignore the return value of setcaps.
68
69 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
70
71         Patch by: Olivier Crete <tester at tester dot ca>
72
73         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
74         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
75         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
76         * gst/rtp/gstrtpg729pay.h:
77         Replace G729 payloader with an improved version. Fixes #532409.
78
79 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
80
81         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
82         (gst_rtspsrc_change_state):
83         Only send one transport at a time for improved compatibility with some
84         broken servers. See #537832.
85
86 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
87
88         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
89         (gst_rtspsrc_perform_seek):
90         Only pause/play in the seek handler when the source was playing.
91         Fixes #529379.
92
93 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
94
95         * gst/matroska/matroska-mux.c:
96         (gst_matroska_mux_handle_dirac_packet):
97         Fix muxing of Dirac streams if the input already has the format
98         we need, i.e. is the output of matroskademux.
99
100 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
101
102         * gst/avi/gstavimux.c:
103           Don't segfault on string typed tags being NULL. Fixes #560155.
104
105 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
106
107         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
108         (gst_matroska_mux_audio_pad_setcaps):
109         Fix mapping AAC profile to Matroska codec id.
110
111 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
112
113         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
114         (qtdemux_video_caps), (qtdemux_audio_caps):
115         Refactor some raw audio caps building, and handle >16-bit cases.
116         Fix/replace building caps from a string description.
117
118 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
119
120         * gst/audiofx/audiowsincband.c:
121         * gst/audiofx/audiowsinclimit.c:
122         * gst/cutter/gstcutter.c:
123           Make author name consistent with others.
124
125 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
126
127         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
128
129         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
130         (gst_rtspsrc_stream_configure_udp_sink):
131         Pause the RTSP stream before doing a new play request.
132         Make sure that adding the udpsinks does not cause the rtspsrc to become
133         a sink. Fixes #559547.
134
135 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
136
137         * gst/matroska/matroska-ids.h:
138         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
139         (gst_matroska_mux_handle_dirac_packet),
140         (gst_matroska_mux_write_data):
141         Implement Dirac muxing into Matroska comforming to the spec, i.e.
142         put all Dirac packages up to a picture into a Matroska block.
143
144         TODO: Implement writing of the ReferenceBlock Matroska elements,
145         currently the Dirac muxing is only 100% correct if Matroska version 2
146         is selected for muxing.
147
148 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
149
150         Patch by: Bastien Nocera <hadess at hadess dot net>,
151                   Hans de Goede <jwrdegoede at fedoraproject dot org>
152
153         * configure.ac:
154         * sys/v4l2/Makefile.am:
155         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
156         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
157         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
158         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
159         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
160         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
161         (gst_v4l2_get_input), (gst_v4l2_set_input):
162         * sys/v4l2/v4l2_calls.h:
163         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
164         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
165         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
166         (gst_v4l2src_fill_format_list),
167         (gst_v4l2src_probe_caps_for_format_and_size),
168         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
169         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
170         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
171         (gst_v4l2src_get_nearest_size):
172         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
173
174 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
175
176         * ext/aalib/Makefile.am:
177         * ext/annodex/Makefile.am:
178         * ext/cairo/Makefile.am:
179         * ext/dv/Makefile.am:
180         * ext/esd/Makefile.am:
181         * ext/flac/Makefile.am:
182         * ext/gconf/Makefile.am:
183         * ext/gdk_pixbuf/Makefile.am:
184         * ext/hal/Makefile.am:
185         * ext/jpeg/Makefile.am:
186         * ext/ladspa/Makefile.am:
187         * ext/libcaca/Makefile.am:
188         * ext/libmng/Makefile.am:
189         * ext/libpng/Makefile.am:
190         * ext/mikmod/Makefile.am:
191         * ext/pulse/Makefile.am:
192         * ext/raw1394/Makefile.am:
193         * ext/shout2/Makefile.am:
194         * ext/soup/Makefile.am:
195         * ext/speex/Makefile.am:
196         * ext/taglib/Makefile.am:
197         * ext/wavpack/Makefile.am:
198         * gst/alpha/Makefile.am:
199         * gst/apetag/Makefile.am:
200         * gst/audiofx/Makefile.am:
201         * gst/auparse/Makefile.am:
202         * gst/autodetect/Makefile.am:
203         * gst/avi/Makefile.am:
204         * gst/cutter/Makefile.am:
205         * gst/debug/Makefile.am:
206         * gst/effectv/Makefile.am:
207         * gst/equalizer/Makefile.am:
208         * gst/flx/Makefile.am:
209         * gst/goom/Makefile.am:
210         * gst/goom2k1/Makefile.am:
211         * gst/icydemux/Makefile.am:
212         * gst/id3demux/Makefile.am:
213         * gst/interleave/Makefile.am:
214         * gst/law/Makefile.am:
215         * gst/level/Makefile.am:
216         * gst/matroska/Makefile.am:
217         * gst/median/Makefile.am:
218         * gst/monoscope/Makefile.am:
219         * gst/multifile/Makefile.am:
220         * gst/multipart/Makefile.am:
221         * gst/oldcore/Makefile.am:
222         * gst/qtdemux/Makefile.am:
223         * gst/replaygain/Makefile.am:
224         * gst/rtp/Makefile.am:
225         * gst/rtsp/Makefile.am:
226         * gst/smpte/Makefile.am:
227         * gst/spectrum/Makefile.am:
228         * gst/udp/Makefile.am:
229         * gst/videobox/Makefile.am:
230         * gst/videocrop/Makefile.am:
231         * gst/videofilter/Makefile.am:
232         * gst/videomixer/Makefile.am:
233         * gst/wavenc/Makefile.am:
234         * gst/wavparse/Makefile.am:
235         * sys/directdraw/Makefile.am:
236         * sys/directsound/Makefile.am:
237         * sys/oss/Makefile.am:
238         * sys/osxaudio/Makefile.am:
239         * sys/osxvideo/Makefile.am:
240         * sys/sunaudio/Makefile.am:
241         * sys/v4l2/Makefile.am:
242         * sys/waveform/Makefile.am:
243         * sys/ximage/Makefile.am:
244           Don't install static libs for plugins. Fixes #550851 for -good.
245
246 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
247
248         * ext/flac/Makefile.am:
249         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
250         This fixes compilation if FLAC is installed in an uncommon location
251         that is not already handled by other CFLAGS. Fixes bug #558711.
252
253 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
254
255         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
256         Guard more uncommon formats with ifdefs so that we can compile on older
257         versions.
258
259 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
260
261         Patch by: Nick Haddad <nick at haddads dot net>
262
263         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
264         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
265         (gst_avi_demux_stream_data):
266         Invert other uncompressed RGB formats. Fixes #558554.
267
268 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
269
270         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
271         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
272         * gst/wavenc/gstwavenc.h:
273         Add support for float/double as input and remove the (nowadays)
274         useless parsing of the depth as we require width==depth.
275
276 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
277
278         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
279         * gst/rtp/gstrtpmpapay.c:
280         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
281         mpeg version 1. Fixes #558427.
282
283 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
284
285         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
286         (gst_rtp_L16_pay_getcaps):
287         Only put an integral amount of samples in the RTP packet.
288         Fixes #556641.
289
290 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
291
292         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
293         * gst/rtp/gstrtpchannels.h:
294         Add method to get possible channel positions.
295
296 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
297
298         * gst/rtp/Makefile.am:
299         Also commit updated makefile
300
301 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
302
303         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
304         Don't allow width=32,depth=24 as input. WAV requires that the width
305         is the next integer multiply of 8 from the depth.
306
307 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
308
309         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
310         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
311         (gst_rtp_L16_pay_getcaps):
312         * gst/rtp/gstrtpchannels.c: (check_channels),
313         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
314         (gst_rtp_channels_create_default):
315         * gst/rtp/gstrtpchannels.h:
316         Add mappings for multichannel support. Does not completely just work
317         because the getcaps function does not yet return the allowed channel
318         mappings. See #556641.
319
320 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
321
322         * gst/goom/Makefile.am:
323         * gst/goom/README:
324         * gst/goom/config_param.c:
325         * gst/goom/convolve_fx.c:
326         * gst/goom/drawmethods.c:
327         * gst/goom/drawmethods.h:
328         * gst/goom/filters.c:
329         * gst/goom/filters_mmx.s:
330         * gst/goom/flying_stars_fx.c:
331         * gst/goom/goom.h:
332         * gst/goom/goom_config.h:
333         * gst/goom/goom_config_param.h:
334         * gst/goom/goom_core.c:
335         * gst/goom/goom_filters.h:
336         * gst/goom/goom_fx.h:
337         * gst/goom/goom_graphic.h:
338         * gst/goom/goom_plugin_info.h:
339         * gst/goom/goom_tools.c:
340         * gst/goom/goom_tools.h:
341         * gst/goom/goom_typedefs.h:
342         * gst/goom/goom_visual_fx.h:
343         * gst/goom/graphic.c:
344         * gst/goom/ifs.c:
345         * gst/goom/ifs.h:
346         * gst/goom/lines.c:
347         * gst/goom/lines.h:
348         * gst/goom/mathtools.c:
349         * gst/goom/mathtools.h:
350         * gst/goom/mmx.c:
351         * gst/goom/motif_goom1.h:
352         * gst/goom/motif_goom2.h:
353         * gst/goom/plugin_info.c:
354         * gst/goom/ppc_drawings.h:
355         * gst/goom/ppc_zoom_ultimate.h:
356         * gst/goom/sound_tester.c:
357         * gst/goom/sound_tester.h:
358         * gst/goom/surf3d.c:
359         * gst/goom/surf3d.h:
360         * gst/goom/tentacle3d.c:
361         * gst/goom/tentacle3d.h:
362         * gst/goom/v3d.c:
363         * gst/goom/v3d.h:
364         * gst/goom/xmmx.c:
365           Add license headers in all source files. Remove filter.c from
366           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
367           which are not used right now. Fixes #557709.
368
369 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
370
371         Patch by: Olivier Crete <tester at tester dot ca>
372
373         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
374         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
375         Implement getcaps in rtpL16pay. Fixes #556484.
376
377 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
378
379         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
380         (gst_rtp_L16_depay_process):
381         Check if clock-rate and channels are valid.
382         Don't ignore the return value of setcaps.
383         No need to validate the buffer, the base class does that for us.
384         Use the marker bit to set the DISCONT flag on outgoing buffers.
385
386         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
387         Don't ignore the return value of set_outcaps.
388
389         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
390         (gst_rtp_ac3_depay_process):
391         Don't ignore the return value of set_caps.
392         No need to validate the buffer, the base class does that for us.
393
394         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
395         (gst_rtp_amr_depay_process):
396         * gst/rtp/gstrtpamrdepay.h:
397         Don't ignore the return value of setcaps.
398         No need to validate the buffer, the base class does that for us.
399         No need to set output caps on the buffers, the base class does that for
400         us.
401         The subclass will make sure we are negotiated.
402         
403         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
404         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
405         * gst/rtp/gstrtpdvdepay.h:
406         Clean up caps negotiation.
407         The subclass will make sure we are negotiated.
408
409         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
410         (gst_rtp_g726_depay_process):
411         Clean up caps negotiation.
412         Use the marker bit to set the DISCONT flag on outgoing buffers.
413
414         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
415         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
416         * gst/rtp/gstrtpg729depay.h:
417         The subclass will make sure we are negotiated.
418         Use the marker bit to set the DISCONT flag on outgoing buffers.
419
420         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
421         (gst_rtp_gsm_depay_process):
422         Clean up caps negotiation.
423         Use the marker bit to set the DISCONT flag on outgoing buffers.
424
425         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
426         Clean up caps negotiation.
427         Don't ignore the return value of set_outcaps.
428
429         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
430         (gst_rtp_h263_depay_process):
431         Clean up caps negotiation.
432         No need to validate the buffer, the base class does that for us.
433
434         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
435         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
436         * gst/rtp/gstrtph263pay.h:
437         Don't ignore the return value of set_outcaps.
438         Do some more timestamps.
439
440         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
441         (gst_rtp_h263p_depay_process):
442         Clean up caps negotiation.
443         Don't ignore the return value of setcaps.
444         No need to validate the buffer, the base class does that for us.
445
446         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
447         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
448         (gst_rtp_h263p_pay_handle_buffer):
449         * gst/rtp/gstrtph263ppay.h:
450         Don't ignore the return value of set_outcaps.
451         Do some more timestamps.
452
453         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
454         (gst_rtp_h264_depay_process):
455         Clean up caps negotiation.
456         Don't ignore the return value of setcaps.
457         Fix possible caps leak.
458         No need to validate the buffer, the base class does that for us.
459
460         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
461         Add some more debug info.
462
463         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
464         (gst_rtp_ilbc_depay_process):
465         Clean up caps negotiation.
466         Use the marker bit to set the DISCONT flag on outgoing buffers.
467
468         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
469         Clean up caps negotiation.
470
471         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
472         (gst_rtp_mp1s_depay_process):
473         Clean up caps negotiation.
474         Don't ignore the return value of setcaps.
475         No need to validate the buffer, the base class does that for us.
476         No need to set caps on buffers, subclass does that for us.
477
478         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
479         (gst_rtp_mp2t_depay_process):
480         Clean up caps negotiation.
481         Don't ignore the return value of setcaps.
482         No need to validate the buffer, the base class does that for us.
483         No need to set caps on buffers, subclass does that for us.
484
485         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
486         (gst_rtp_mp4a_depay_process):
487         Clean up caps negotiation.
488         Don't ignore the return value of setcaps.
489         No need to validate the buffer, the base class does that for us.
490
491         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
492         (gst_rtp_mp4a_pay_setcaps):
493         Don't ignore the return value of set_outcaps.
494
495         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
496         (gst_rtp_mp4g_depay_process):
497         Clean up caps negotiation.
498         Don't ignore the return value of setcaps.
499         No need to validate the buffer, the base class does that for us.
500         No need to set caps on buffers, subclass does that for us.
501
502         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
503         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
504         Don't ignore the return value of set_outcaps.
505
506         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
507         (gst_rtp_mp4v_depay_process):
508         Clean up caps negotiation.
509         Don't ignore the return value of setcaps.
510         No need to validate the buffer, the base class does that for us.
511         No need to set caps on buffers, subclass does that for us.
512
513         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
514         (gst_rtp_mp4v_pay_setcaps):
515         Don't ignore the return value of set_outcaps.
516
517         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
518         (gst_rtp_mpa_depay_process):
519         Clean up caps negotiation.
520         Don't ignore the return value of setcaps.
521         No need to validate the buffer, the base class does that for us.
522         Use the marker bit to set the DISCONT flag on outgoing buffers.
523
524         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
525         Don't ignore the return value of set_outcaps.
526
527         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
528         (gst_rtp_mpv_depay_process):
529         Clean up caps negotiation.
530         Actually set output caps.
531         No need to validate the buffer, the base class does that for us.
532
533         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
534         Don't ignore the return value of set_outcaps.
535
536         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
537         (gst_rtp_pcma_depay_process):
538         Clean up caps negotiation.
539         Set output buffer duration because we can.
540         Use the marker bit to set the DISCONT flag on outgoing buffers.
541
542         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
543         Don't ignore the return value of set_outcaps.
544
545         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
546         (gst_rtp_pcmu_depay_process):
547         Clean up caps negotiation.
548         Use the marker bit to set the DISCONT flag on outgoing buffers.
549
550         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
551         Don't ignore the return value of set_outcaps.
552
553         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
554         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
555         Clean up caps negotiation.
556         Set output caps on the pad and header buffers.
557         Set duration on output buffers because we can.
558
559         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
560         Don't ignore the return value of set_outcaps.
561
562         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
563         (gst_rtp_sv3v_depay_process):
564         Clean up caps negotiation.
565         No need to validate the buffer, the base class does that for us.
566         No need to set caps out output buffers, subclass does that.
567
568         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
569         (gst_rtp_theora_depay_process):
570         Don't ignore the return value of setcaps.
571         No need to validate the buffer, the base class does that for us.
572
573         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
574         (gst_rtp_theora_pay_flush_packet), (encode_base64),
575         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
576         (gst_rtp_theora_pay_handle_buffer):
577         Don't ignore the return value of set_outcaps.
578
579         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
580         (gst_rtp_vorbis_depay_process):
581         Don't ignore the return value of setcaps.
582         No need to validate the buffer, the base class does that for us.
583
584         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
585         Don't ignore the return value of set_outcaps.
586
587         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
588         Clean up caps negotiation, don't ignore setcaps return.
589
590         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
591         Don't ignore the return value of set_outcaps.
592
593 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
594
595         * gst/matroska/matroska-demux.c:
596         (gst_matroska_demux_handle_src_event):
597         Forward unknown events upstream.
598
599 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
600
601         * tests/check/elements/icydemux.c: (icydemux_found_pad):
602         Add some refcount check
603
604         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
605         Don't ignore the result of write(), fixes a  compiler warning for me.
606
607         * tests/icles/videobox-test.c: (main):
608         Make the output a little more pretty.
609
610 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
611
612         * ext/esd/esdmon.c:
613           Add doc blob.
614
615 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
616
617         * docs/plugins/Makefile.am:
618         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
619         * docs/plugins/gst-plugins-good-plugins-sections.txt:
620         * docs/plugins/gst-plugins-good-plugins.args:
621         * docs/plugins/gst-plugins-good-plugins.hierarchy:
622         * docs/plugins/gst-plugins-good-plugins.interfaces:
623         * docs/plugins/inspect/plugin-autodetect.xml:
624           Add the docs of the new elements.
625
626 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
627
628         * gst/autodetect/gstautoaudiosrc.c:
629         (gst_auto_audio_src_class_init):
630         * gst/autodetect/gstautovideosrc.c:
631         (gst_auto_video_src_class_init):
632         Fix "Since" tags in the documentation.
633
634 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
635
636         Patch by: Sjoerd Simons <sjoerd at luon dot net>
637
638         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
639         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
640         Add support for souphttpsrc to act as a live source. This makes it
641         possible to get timestamped buffers in combination with the
642         "do-timestamp" property. Fixes bug #556019.
643
644 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
645
646         * gst/autodetect/Makefile.am:
647         * gst/autodetect/gstautoaudiosink.c:
648         * gst/autodetect/gstautoaudiosrc.c:
649         * gst/autodetect/gstautoaudiosrc.h:
650         * gst/autodetect/gstautodetect.c:
651         * gst/autodetect/gstautovideosink.c:
652         * gst/autodetect/gstautovideosrc.c:
653         * gst/autodetect/gstautovideosrc.h:
654           Implement src plugins. Little code/string cleanup in the sinks.
655           Fixes #523813.
656
657 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
658
659         Patch by: Peter Kjellerstedt <pkj at axis com>
660
661         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
662         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
663         Fix a memory leak when pads are requested but the pipeline never
664         goes into PLAYING.
665
666         Correctly remove request pads, no matter if they have collected
667         data or not.
668
669         Fixes bug #557710.
670
671 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
672
673         Patch by: <lrn1986 at gmail dot com>
674
675         * gst/udp/gstudpnetutils.h:
676         Define the correct WINVER so getaddinfo() can be used when using
677         mingw32. Fixes bug #557294.
678
679 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
680
681         Patch by: <lrn1986 at gmail dot com>
682
683         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
684         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
685         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
686         Fix "argument type mismatch" compiler warnings on Windows.
687         Fixes bug #557293.
688
689 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
690
691         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
692         Don't calculate the filter coefficients for every single buffer
693         but only when it's needed. Fixes bug #557260.
694
695 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
696
697         * configure.ac:
698         Back to development -> 0.10.11.1
699
700 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
701
702         * gst-plugins-good.doap:
703         Fix version number of 0.10.11 release in doap file
704
705 === release 0.10.11 ===
706
707 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
708
709         * configure.ac:
710           releasing 0.10.11, "Secondary Consideration"
711
712 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
713
714         * configure.ac:
715         Commit 0.10.10.4 pre-release
716
717 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
718
719         * gst/avi/gstavimux.c:
720         Fix VPRP chunk setup in avimux.
721         Fixes: #556010
722         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
723
724 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
725
726         * gst/videobox/gstvideobox.c:
727         support dynamically changing properties in videobox
728         Fixed: #557085
729         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
730
731 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
732
733         * configure.ac:
734         0.10.10.3 pre-release
735
736 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
737
738         * tests/check/Makefile.am:
739         Don't run the states test on pulsesrc and pulsesink
740
741 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
742
743         * configure.ac:
744         Commit 0.10.10.2 pre-release bump that actually went
745         out on 2008-10-11
746
747 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
748
749         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
750         Skip entries for streams that don't have a output pad yet, thereby
751         avoiding calling pad functions with a NULL pad.
752         Fixes #556424
753
754 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
755
756         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
757         * tests/check/elements/icydemux.c: (icydemux_found_pad):
758         Remove problematic and useless refcount check.
759         Fixes #556381
760
761 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
762
763         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
764         Remove problematic and useless refcount check.
765         Fixes #556381
766
767 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
768
769         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
770         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
771         Cast some size_t arguments to guint to avoid compiler
772         warnings on 64-bit systems.
773
774 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
775
776         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
777         Return TRUE instead of FALSE from the event handler when we swallowed the
778         event.
779
780 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
781
782         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
783         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
784         Reset header state. Fixes #555321.
785
786 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
787
788         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
789         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
790         * gst/avi/gstavidemux.h:
791         For timestamping audio packets we need to take into account the
792         amount of blocks in one entry using the blockalign. Fixes some sync
793         issues with zero-padded audio blocks in the beginning of avi files.
794
795 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
796
797         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
798         (gst_multi_file_src_query):
799         Implement DEFAULT and BUFFER position queries. See #555260.
800
801 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
802
803         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
804         Fix build for systems that don't have XDamage.
805
806 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
807
808         * tests/examples/rtp/client-H263p.sdp:
809         * tests/examples/rtp/client-H263p.sh:
810         * tests/examples/rtp/server-VTS-H263p.sh:
811         Add some more H263p server and client examples.
812
813 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
814
815         * configure.ac::
816           Depend on released versions of core and base.
817
818 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
819
820         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
821         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
822         Return -1 instead of 0 in error cases. Fixes #554771.
823
824 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
825
826         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
827         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
828         Stop leaking the cursor image.
829         Unref the last_ximage and the cached cursor image on shutdown.
830         Fixes #551570.
831
832 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
833
834         * sys/v4l2/gstv4l2object.h:
835         Getting the Class from an instance is not just a matter of casting it to
836         the class struct but it involves calling G_OBJECT_GET_CLASS on the
837         instance. Fixes #549784.
838
839 2008-10-01  Michael Smith <msmith@songbirdnest.com>
840
841         * configure.ac:
842           Fix libs for linking directsound.
843         * sys/directsound/gstdirectsoundsink.c:
844           Fix buffer sizing to prevent racing the ringbuffer at startup.
845           Add volume property.
846
847 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
848
849         * ext/pulse/pulsesink.c:
850         Fix problems with pulsesink randomly erroring with code 'OK' after a
851         format change on the stream by waiting when disconnecting the stream.
852
853 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
854
855         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
856         (gst_rtp_amr_depay_process):
857         Mark DISCONT on output buffers when the marker bit signals a new talk
858         spurt.
859
860         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
861         Set the marker bit for buffers with a DISCONT flag to signal a talk
862         spurt.
863
864 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
865
866         * gst/rtp/Makefile.am:
867         * gst/rtp/gstrtp.c: (plugin_init):
868         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
869         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
870         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
871         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
872         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
873         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
874         * gst/rtp/gstrtpmp4apay.h:
875         Added MP4A-LATM payloader to match the depayloader.
876
877 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
878
879         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
880         (gst_videomixer_sink_event):
881         Handle segments a little better. Fixes #537361.
882
883 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
884
885         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
886         Don't assume the server supports PAUSE by default. Fixes #551048.
887
888 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
889
890         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
891         (gst_udpsrc_set_uri), (gst_udpsrc_start):
892         Switch on the socket family to get the addrlen size right.
893
894 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
895
896         Patch by: Daniel Franke <df at dfranke dot us>
897
898         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
899         OS X's bind() implementation is picky about its addrlen parameter and
900         fails with EINVAL if it is larger than expected for the socket's address
901         family. Set the length to the expected length instead. Fixes #553191.
902
903 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
904
905         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
906         Handle the case where we cannot do desribe or when the describe result
907         does not contain a valid SDP message.
908
909 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
910
911         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
912         Fix setting the qos.
913
914 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
915
916         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
917         (gst_qtdemux_chain):
918         Some 'broken' files out there have atom lengths of zero...
919         which basically results in qtdemux consuming that atom again and again
920         until the *end of night* !
921         Detect that and emits an adequate element error message.
922
923 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
924
925         * gst/interleave/Makefile.am:
926         * gst/matroska/Makefile.am:
927         Fix build flags order.
928
929         * tests/check/elements/audioamplify.c: (GST_START_TEST):
930         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
931         * tests/check/elements/audioinvert.c: (GST_START_TEST):
932         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
933         Format fixes.
934
935         * tests/check/elements/multifile.c:
936         Pull in unistd.h
937
938 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
939
940         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
941         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
942         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
943         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
944         (gst_rtp_mp4g_depay_change_state):
945         * gst/rtp/gstrtpmp4gdepay.h:
946         Handle interleaved streams by reordering AU in a queue.
947
948 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
949
950         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
951         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
952         Change some of the ranges in the caps, mostly for the amount of bits we
953         can use.
954         Added a little bitstream parse and use it to parse the AU header fields.
955         Check for malformed and wrongly sized packets better.
956         Implement more header field parsing.
957         Handle the size of fragmented packets correctly.
958
959 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
960
961         Patch by: Jonathan Matthew <notverysmart@gmail.com>
962         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
963         Add mapping for 'tiff' => image/tiff
964         Fixes #552213
965
966 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
967
968
969         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
970         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
971           Pretend to care about the result of write() which works around
972           compiler warnings.
973
974 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
975
976         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
977           Make sure the desired default values are actually set, not only
978           registered as defaults (actual problem is that the stereo-specific
979           values are only updated if channels==2, which is not the case yet
980           when the object is created, so the default values for the
981           mid-side-stereo and loose-mid-side-stereo settings are never
982           set in _update_quality()). Makes flacenc create smaller files by
983           default (for stereo input), and fixes #550791.
984
985 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
986
987         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
988         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
989         (qtdemux_parse_trak), (qtdemux_video_caps):
990         * gst/qtdemux/qtdemux.h:
991         * gst/qtdemux/qtdemux_fourcc.h:
992         * gst/qtdemux/qtdemux_types.c:
993         Add support for video/mj2 mime-type and its additional atoms/boxes.
994         Fixes #550646.
995
996 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
997
998         * gst/debug/gsttaginject.c:
999           Add warning when tags parameter is unparsable and give example for
1000           quoting in the docs.
1001
1002 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1003
1004         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1005         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1006         Add some alternative byteswapped mappings that seem to pop up sometimes.
1007         Fixes #550288.
1008
1009 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1010
1011         * po/LINGUAS:
1012         * po/POTFILES.in:
1013         * po/POTFILES.skip:
1014           Add 'ca' to LINGUAS; add some more files with translations and some
1015           files which should be ignored by translation tools.
1016
1017 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1018
1019         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1020         * ext/speex/gstspeexdec.h:
1021         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1022         * ext/speex/gstspeexenc.h:
1023         Use integer encoding and decoding functions instead of converting
1024         the integer input to float in the element. The libspeex integer
1025         functions are doing this for us already or, if libspeex was compiled
1026         in integer mode, they're doing everything using integer arithmetics.
1027         Also saves some copying around.
1028
1029 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1030
1031         * configure.ac:
1032           Fix --disable-external
1033
1034 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1035
1036         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1037         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1038         * ext/wavpack/gstwavpackenc.h:
1039         Handle non-zero start timestamps and stream discontinuities
1040         correctly. This only has an effect if we're muxing into
1041         a container format as the raw WavPack stream must contain
1042         continous sample numbers.
1043
1044 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1045
1046         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1047         Correct the timestamp and granulepos calculation by one Speex
1048         frame.
1049
1050 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1051
1052         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1053         Correctly take the granulepos from upstream if possible and
1054         correctly handle the granulepos in various calculations: the
1055         granulepos is the sample number of the _last_ sample in a frame, not
1056         the first.
1057
1058         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1059         (gst_speex_enc_encode), (gst_speex_enc_chain),
1060         (gst_speex_enc_change_state):
1061         * ext/speex/gstspeexenc.h:
1062         Handle non-zero start timestamps in the encoder and detect/handle
1063         stream discontinuities. Fixes bug #547075.
1064
1065 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1066
1067         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1068
1069         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1070         Fix compiler warnings caused by passing a string as format string
1071         instead of "%s" and then the string. This is only exposed by -Wformat=2
1072         as used by default on Ubuntu. Fixes bug #550015.
1073
1074 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1075
1076         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1077         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1078         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1079         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1080         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1081           (gst_ebml_read_element_length):
1082         * gst/matroska/matroska-demux.c:
1083           (gst_matroska_demux_check_subtitle_buffer):
1084           Make stuff compile with GST_DISABLE_GST_DEBUG.
1085
1086 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1087
1088         * gst/law/alaw.c:
1089         * gst/law/mulaw.c:
1090           Ref caps before passing to gst_pad_template_new(), since that takes
1091           ownership.
1092
1093 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1094
1095         Patch by: Mersad Jelacic <mersad at axis dot com>
1096
1097         * gst/multipart/multipartdemux.c:
1098         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1099         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1100         demuxer. Fixes #549551.
1101
1102 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1103
1104         * sys/osxaudio/gstosxaudiosink.c:
1105         (gst_osx_audio_sink_select_device):
1106         * sys/osxaudio/gstosxaudiosrc.c:
1107         (gst_osx_audio_src_create_ringbuffer),
1108         (gst_osx_audio_src_select_device):
1109         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1110         Fix the build on macosx.
1111
1112 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1113
1114         * gst/icydemux/gsticydemux.c:
1115           Small docs fix: in the example pipeline, we need to pass
1116           iradio-mode=true to the source, so the server actually sends
1117           an ICY stream.
1118
1119 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1120
1121         * sys/osxaudio/gstosxaudio.c:
1122           Oops. Revert more completely.
1123
1124 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1125
1126         * sys/osxaudio/gstosxaudio.c:
1127           Revert accidental element rename from testing.
1128
1129 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1130
1131         * gst-plugins-good.doap:
1132         Pull in 0.10.10 doap entry from release branch
1133
1134 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1135
1136         * configure.ac:
1137         Update version number to reflect 0.10.10 release from
1138         branch.
1139
1140 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1141
1142         * sys/osxaudio/Makefile.am:
1143         * sys/osxaudio/gstosxaudio.c:
1144         * sys/osxaudio/gstosxaudiosink.c:
1145         * sys/osxaudio/gstosxaudiosink.h:
1146         * sys/osxaudio/gstosxaudiosrc.c:
1147         * sys/osxaudio/gstosxaudiosrc.h:
1148         * sys/osxaudio/gstosxringbuffer.c:
1149         * sys/osxaudio/gstosxringbuffer.h:
1150           Rewrite caps setting and ring buffer initialisation.
1151           Previously we never told CoreAudio what format we were going to send it,
1152           so it only worked due to luck, and not at all on some hardware.
1153           Now we explicitly advertise what formats the hardware supports, and then
1154           configure the selected one correctly.
1155
1156 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1157
1158         * sys/v4l2/gstv4l2object.c:
1159         * sys/v4l2/gstv4l2src.c:
1160         * sys/v4l2/gstv4l2src.h:
1161         * sys/v4l2/v4l2_calls.c:
1162         * sys/v4l2/v4l2src_calls.c:
1163           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1164           need to memset instance structures. Some more FIXME's and comments.
1165
1166 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1167
1168         * tests/icles/.cvsignore:
1169           Ignore more.
1170
1171 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1172
1173         * gst/goom/.cvsignore:
1174         * gst/goom2k1/.cvsignore:
1175           Ignore files.
1176
1177 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1178
1179         * ext/cairo/gsttextoverlay.c:
1180           Fix compiler warning.
1181
1182 2008-08-25  David Schleef  <ds@schleef.org>
1183
1184         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1185
1186 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1187
1188         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1189         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1190         * gst/matroska/matroska-mux.c:
1191         (gst_matroska_mux_video_pad_setcaps),
1192         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1193         Add Real[Audio|Video] support to Matroska containers.
1194         It works fine for:
1195         * decoding real audio/video streams contained in mkv
1196         * 'transmuxing' real (.rm) files into .mkv files
1197         It will not work though for encoding real[audio/video] streams that
1198         don't contain the 'mdpr_data' extra data on the caps.
1199         The reason why this will not work is because I never intended to
1200         duplicate virtually all the 'mdpr' block creation into mkvmux.
1201         Fixes #536067
1202
1203 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1204
1205         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1206         * gst/law/mulaw-conversion.c:
1207         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1208         (gst_mulawenc_chain):
1209         The encoder can't really renegotiate at the time they perform a
1210         pad-alloc so make the srcpads use fixed caps.
1211         Check the buffer size after a pad-alloc because the returned size might
1212         not be right when the downstream element does not know the size of the
1213         new buffer (capsfilter). Fixes #549073.
1214
1215 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1216
1217         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1218
1219         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1220         v4l2src doesn't have a property named "norm" so don't try to notify
1221         about changes to that property. The "norm" property and related
1222         code are commented out currently. Fixes bug #549090.
1223
1224 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1225
1226         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1227
1228         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1229         Reprobe devices again instead of taking a cached list as new
1230         devices could've been plugged in. Fixes bug #549062.
1231
1232 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1233
1234         * gst/autodetect/Makefile.am:
1235         Don't link the autodetect plugin with GConf as it doesn't
1236         use GConf. Fixes bug #545463.
1237
1238 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1239
1240         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1241         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1242         (gst_ebml_read_sint), (gst_ebml_read_float),
1243         (gst_ebml_read_header):
1244         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1245         possible to ignore errors and not post any ERROR messages on
1246         the bus.
1247
1248         * gst/matroska/matroska-demux.c:
1249         (gst_matroska_demux_parse_contents):
1250         Ignore any errors and not just EOS when parsing the contents of
1251         a SeekHead. Errors here are usually caused by truncated files
1252         and playback of the file works fine. Fixes playback of the
1253         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1254         archive.
1255
1256 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1257
1258         * gst/multipart/multipartdemux.c:
1259         * gst/multipart/multipartmux.c:
1260         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1261
1262 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1263
1264         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1265           gst_directdraw_sink_bufferpool_clear):
1266           Fix two more buffer ref leaks.
1267
1268 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1269
1270         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1271
1272         * sys/directdraw/gstdirectdrawsink.c:
1273           (gst_directdraw_sink_show_frame):
1274           Fix buffer ref leak.
1275
1276 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1277
1278         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1279         Revert the last commit. wavenc still supports width!=depth for 32 bit
1280         width. Thanks Tim.
1281
1282 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1283
1284         * gst/matroska/matroska-demux.c:
1285         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1286         If the duration of a block is unknown only use the timestamp for the
1287         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1288         laces. Otherwise every lace has the same timestamp which leads to
1289         various problems. Really fixes bug #548831.
1290
1291 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1292
1293         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1294         If we're not allowing width!=depth in wavenc we should also disable
1295         the code that was added to support width!=depth.
1296
1297 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1298
1299         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1300         Don't calculate the default duration of a frame from the audio sampling
1301         rate. This only works for raw audio if every frame contains a single
1302         sample and results in broken buffer durations for other formats
1303         if no specified default duration is given or the blocks have no
1304         duration. Fixes bug #548831.
1305
1306 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1307
1308         * gst/matroska/matroska-demux.c:
1309         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1310         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1311         are used for text/plain subtitles as a gap-filler in some files.
1312
1313 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1314
1315         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1316         (gst_v4l2_get_caps_info):
1317         Add S910 and PWC formats with a low priority.
1318
1319         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1320         (gst_v4l2src_probe_caps_for_format):
1321         Add more debugging.
1322
1323 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1324
1325         * ext/flac/gstflacenc.c:
1326           Fix compilation against older libflac versions.
1327
1328 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1329
1330         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1331         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1332         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1333         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1334         (gst_pulsemixer_ctrl_set_volume):
1335         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1336         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1337         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1338         (gst_pulsesink_init), (gst_pulsesink_open),
1339         (gst_pulsesink_prepare), (gst_pulsesink_write),
1340         (gst_pulsesink_delay), (gst_pulsesink_reset):
1341         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1342         (gst_pulsesrc_init):
1343         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1344         Fix a locking issue in pulsesink's prepare function.
1345
1346         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1347         Check if the created channel layout is valid for GStreamer.
1348
1349 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1350
1351         * gst/rtsp/gstrtspgoogle.c:
1352         Things that can happen when your brain is in google mode trying to
1353         deal with their google rtsp server extensions and trying to type your
1354         google mail account.
1355
1356 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1357
1358         * gst/rtsp/Makefile.am:
1359         * gst/rtsp/gstrtsp.c: (plugin_init):
1360         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1361         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1362         (_do_init), (gst_rtsp_google_base_init),
1363         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1364         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1365         (gst_rtsp_google_extension_init):
1366         * gst/rtsp/gstrtspgoogle.h:
1367         Add google RTSP extension, it can only handle udp and responds with
1368         unsupported if we do anything else. Fixes #546465.
1369
1370         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1371         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1372         (gst_rtspsrc_create_transports_string),
1373         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1374         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1375         Make transport setup code a bit better using GString.
1376         Add some more debug.
1377         Check for closed connections before doing anything on them.
1378
1379 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1380
1381         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1382         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1383         (gst_pulsesrc_prepare):
1384         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1385         (gst_pulse_channel_map_to_gst):
1386         * ext/pulse/pulseutil.h:
1387         If downstream provides no channel layout and >2 channels should be
1388         used use the default layout that pulseaudio chooses and also
1389         add this layout to the caps. Fixes bug #547258.
1390
1391 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1392
1393         Patch by: Peter Kjellerstedt <pkj at axis com>
1394
1395         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1396         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1397         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1398         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1399         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1400         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1401         (gst_udpsrc_set_property):
1402         Avoid leaking internally allocated file descriptors when setting
1403         custom file descriptors. Fixes #543101.
1404
1405 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1406
1407         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1408         Don't try to configure RTCP back to the server when the server did not
1409         give us a valid port number.
1410
1411 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1412
1413         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1414         Use new basetransform method to renegotiate. Fixes #544956.
1415
1416         * tests/icles/Makefile.am:
1417         * tests/icles/videobox-test.c: (make_pipeline), (main):
1418         Add videobox renegotiation example.
1419
1420 2008-08-19  David Schleef  <ds@schleef.org>
1421
1422         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1423         with sane values.  Fixes #548530.
1424
1425 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1426
1427         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1428         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1429         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1430         are already filled with the correct values by
1431         gst_ring_buffer_parse_caps() so there's no need to set them again
1432         with wrong values.
1433
1434 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1435
1436         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1437         (gst_avi_demux_read_subindexes_push):
1438         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1439         and instead of using the 'ix##' nomenclature, use '##ix'.
1440         They're still valid though, this fixes the duration and indexes for
1441         virtually all the ODML files I have.
1442
1443 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1444
1445         Patch by: Olivier Crete <tester at tester dot ca>
1446
1447         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1448         (gst_rtp_vorbis_depay_process):
1449         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1450         Update the vorbis RTP pay/depay to RFC 5215.
1451         Fixes #547842.
1452
1453 2008-08-14  David Schleef  <ds@schleef.org>
1454
1455         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1456           with 3:2 pulldown, i.e., 24p.
1457
1458 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1459
1460         * tests/check/elements/level.c: (GST_START_TEST):
1461         Fix compilation some more.
1462
1463 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1464
1465         * configure.ac::
1466           Require -base CVS for wavparse acid chunk parsing.
1467
1468 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1469
1470         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1471         (gst_pulsesink_init), (gst_pulsesink_finalize),
1472         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1473         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1474         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1475         * ext/pulse/pulsesink.h:
1476         Add "device-name" property to pulsesink too and currently commented
1477         out and not working support for a "volume" property.
1478
1479 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1480
1481         * configure.ac:
1482         Remove more cdio stuff (moved to ugly)
1483
1484 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1485
1486         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1487
1488         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1489         (gst_pulsesrc_get_property):
1490         Add "device-name" property, which provides a human readable string
1491         for the audio device, to make it more consisten with other audio
1492         sources. Fixes bug #547519.
1493
1494 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1495
1496         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1497         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1498         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1499         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1500         * ext/pulse/pulsemixerctrl.h:
1501         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1502         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1503         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1504         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1505         * ext/pulse/pulseprobe.h:
1506         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1507         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1508         (gst_pulsesrc_change_state):
1509         Improve debugging a bit by including the parent object in pulsemixerctrl
1510         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1511         GST_WARNING.
1512
1513         Use the parent GObject subclass instead of a random struct as GObject
1514         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1515         when probing for another property than "device".
1516
1517 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1518
1519         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1520
1521         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1522         Fix property probing after the device property is set by calling
1523         set_server when the server property changes. Fixes bug #547518.
1524
1525 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1526
1527         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1528
1529         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1530         (gst_pulsesink_implements_interface_init),
1531         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1532         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1533         (gst_pulsesink_get_type):
1534         * ext/pulse/pulsesink.h:
1535         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1536         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1537         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1538         * ext/pulse/pulsesrc.h:
1539         Implement GstPropertyProbe interface on pulsesink for detecting
1540         sink devices and on pulsesrc for detecting source devices.
1541         Fixes bugs #547227 and #547217.
1542
1543 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1544
1545         * gst/spectrum/gstspectrum.c:
1546           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1547
1548 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1549
1550         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1551         Properly set the maximum latency value, in the same way it is done in
1552         v4lsrc.
1553         * sys/v4l2/v4l2src_calls.c:
1554         Simplify fraction equality check, no need to use GValues for this.
1555
1556 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1557
1558         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1559         Add warning messages stating exactly why the latency query failed.
1560         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1561         In some cases, the negotiated framerate might be the default one which
1562         is already set internally. But we still need to mark it down in fps_n
1563         and fps_d so that the latency query can happen properly.
1564
1565 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1566
1567         * docs/plugins/inspect/plugin-1394.xml:
1568         Whoops, forgot one doc file for people who can't/don't build the
1569         raw1394 plugin.
1570
1571 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
1572
1573         * docs/plugins/Makefile.am:
1574         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1575         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1576         * docs/plugins/inspect/plugin-cdio.xml:
1577         * ext/Makefile.am:
1578         * ext/cdio/Makefile.am:
1579         * ext/cdio/gstcdio.c:
1580         * ext/cdio/gstcdio.h:
1581         * ext/cdio/gstcdiocddasrc.c:
1582         * ext/cdio/gstcdiocddasrc.h:
1583
1584         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
1585         CDDA source to -ugly.
1586
1587         * po/LINGUAS:
1588         * po/POTFILES.in:
1589         * po/id.po:
1590         Pull in new translation from 0.10.9.2 release branch.
1591
1592 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1593
1594         * docs/plugins/Makefile.am:
1595         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1596         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1597         * docs/plugins/gst-plugins-good-plugins.args:
1598         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1599         * docs/plugins/gst-plugins-good-plugins.interfaces:
1600         Integrate documentation for new hdv1394src element.
1601
1602 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1603
1604         * ext/raw1394/Makefile.am:
1605         * ext/raw1394/gst1394.c: (plugin_init):
1606         * ext/raw1394/gsthdv1394src.c: (_do_init),
1607         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
1608         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
1609         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
1610         (gst_hdv1394src_from_raw1394handle),
1611         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
1612         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
1613         (gst_hdv1394src_start), (gst_hdv1394src_stop),
1614         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
1615         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
1616         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
1617         (gst_hdv1394src_uri_handler_init):
1618         * ext/raw1394/gsthdv1394src.h:
1619         mpeg2-ts (HDV) variant of firewire capture element.
1620         Fixes #350830
1621
1622 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1623
1624         * gst/level/gstlevel.c: (gst_level_message_new):
1625          Fix compilation (also known as the classic 'fix code that someone
1626          committed without compiling it first').
1627
1628 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1629
1630         * tests/check/elements/level.c:
1631           Add a test for level in stereo mode.
1632
1633 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1634
1635         * tests/examples/spectrum/demo-audiotest.c:
1636         * tests/examples/spectrum/demo-osssrc.c:
1637           Demo how to draw analyzer results synced to the clock.
1638
1639 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1640
1641         * gst/level/gstlevel.c:
1642           Little renaming (l -> level).
1643
1644         * gst/spectrum/gstspectrum.c:
1645         * gst/spectrum/gstspectrum.h:
1646           Also send full timestamp/duration details here.
1647
1648 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1649
1650         * gst/level/gstlevel.c:
1651         * gst/level/gstlevel.h:
1652           Send same timestamp/duration details as videoanalysis. This gives
1653           applications better chance to sync analysis results with playback.
1654
1655 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1656
1657         * gst/matroska/matroska-mux.c:
1658         (gst_matroska_mux_handle_sink_event),
1659         (flac_streamheader_to_codecdata):
1660         We need to drop one additional buffer for FLAC as the fLaC
1661         marker and STREAMINFO block are merged into one buffer in the caps.
1662
1663         Also don't pretend to support NEWSEGMENT events, otherwise we
1664         will most probably write some invalid data.
1665
1666 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1667
1668         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
1669         (gst_matroska_mux_audio_pad_setcaps):
1670         Add support for muxing FLAC into Matroska containers.
1671         Fixes bug #311586.
1672
1673 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1674
1675         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
1676         Actually provide the variables required for the format string.
1677
1678 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1679
1680         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1681         (gst_matroska_demux_element_send_event),
1682         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
1683         * gst/matroska/matroska-demux.h:
1684         Close the current segment if we're doing a non-flushing seek and send
1685         the close-segment and the new segment of the seek from the streaming
1686         thread.
1687
1688 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1689
1690         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
1691         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
1692         (gst_flac_enc_change_state):
1693         * ext/flac/gstflacenc.h:
1694         Handle non-zero start timestamps correctly, mark header packets as
1695         IN_CAPS and print a warning and suggest using audiorate if stream
1696         discontinuities are detected. When FLAC supports flushing the encoder
1697         somehow this should be done for discontinuities instead.
1698
1699         Remove some unused variables from the instance struct.
1700
1701 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1702
1703         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
1704         If seeking failed return the appropiate return value to FLAC.
1705         Otherwise it thinks seeking was successfull and tries to rewrite
1706         parts of the headers which then get appended to the output.
1707
1708 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1709
1710         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1711
1712         * ext/esd/gstesd.c: (plugin_init):
1713         * ext/flac/gstflac.c: (plugin_init):
1714         * ext/shout2/gstshout2.c: (plugin_init):
1715         * ext/wavpack/gstwavpack.c: (plugin_init):
1716         * sys/oss/gstossaudio.c: (plugin_init):
1717         * sys/v4l2/gstv4l2.c: (plugin_init):
1718         Make sure gettext returns translations in UTF-8 encoding rather
1719         than in the current locale encoding (#546822).
1720
1721 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1722
1723         * ext/flac/gstflacdec.c:
1724         Add FIXME for 0.11 to simply output everything with width=32 as given
1725         by FLAC and let audioconvert handle the conversions instead of doing
1726         them in flacdec.
1727
1728 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
1729
1730         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1731         When outputting a pad template range for the size, include a framerate
1732         range too, to avoid 'not a real subset of template caps' errors.
1733
1734 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1735
1736         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1737
1738         * ext/flac/Makefile.am:
1739         * ext/flac/gstflac.c: (plugin_init):
1740         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1741         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1742         (gst_flac_tag_dispose), (gst_flac_tag_init),
1743         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1744         (gst_flac_tag_change_state):
1745         * ext/flac/gstflactag.h:
1746         Port flactag to 0.10, add documentation for it and clean it up a bit.
1747         Fixes bug #413841.
1748
1749         * docs/plugins/Makefile.am:
1750         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1751         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1752         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1753         * docs/plugins/gst-plugins-good-plugins.interfaces:
1754         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1755         * docs/plugins/inspect/plugin-flac.xml:
1756         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1757         * ext/flac/gstflacdec.h:
1758         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1759         * ext/flac/gstflacenc.h:
1760         Add flactag and flacenc to the documentation and mark
1761         the private parts of the flacdec instance structure as private.
1762
1763         Also use gst_element_class_set_details_simple() in flacdec and
1764         flacenc.
1765
1766 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1767
1768         * gst/qtdemux/qtdemux.c:
1769           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1770           for it but ffmpeg does not.
1771
1772 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1773
1774         * gst/wavparse/gstwavparse.c:
1775           Handle the list chunk and use gst_riff_parse_info() to parse the info
1776           sub-chunk.
1777
1778 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1779
1780         * gst/wavparse/gstwavparse.c:
1781           Handle the acid chunk and send tempo as part of tags. Other fields are
1782           interesting too, but need more tag-definitions. Fixes #545433.
1783
1784 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1785
1786         * gst/wavparse/gstwavparse.c:
1787           Refactor wavparse. Call _reset() from dispose() and move old code from
1788           dispose into reset. This way we don't leak taglists when we abort
1789           parsing. Fix some comments. Move code for skipping a chunk into extra
1790           function. Replace chunk sizes with a const to ease readability.         
1791
1792 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1793
1794         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1795
1796         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1797         Improve udp port setup. Fixes #545710.
1798
1799 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1800
1801         * gst/rtp/Makefile.am:
1802         * gst/rtp/gstrtp.c: (plugin_init):
1803         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1804         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1805         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1806         (gst_rtp_mp1s_depay_set_property),
1807         (gst_rtp_mp1s_depay_get_property),
1808         (gst_rtp_mp1s_depay_change_state),
1809         (gst_rtp_mp1s_depay_plugin_init):
1810         * gst/rtp/gstrtpmp1sdepay.h:
1811         Add MP1S depayloader.
1812
1813         * gst/rtsp/URLS:
1814         Some more sample rtsp streams.
1815
1816 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1817
1818         * gst/rtsp/URLS:
1819         Add another URL.
1820
1821         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1822         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1823         Add some more debug info.
1824
1825 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1826
1827         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1828         Provide cbSize field for audio extra_data size, and take care to
1829         pad extra_data.
1830
1831 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1832
1833         * gst/qtdemux/qtdemux.c:
1834           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1835           TRUE.
1836
1837 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1838
1839         * gst/qtdemux/qtdemux.c:
1840         * gst/qtdemux/qtdemux_fourcc.h:
1841           Add keyword tag support. Fixes #520694 for qtdemux.
1842
1843 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1844
1845         * gst/qtdemux/qtdemux.c:
1846           Add support for tmpo tag (BPM).
1847
1848 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1849
1850         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1851         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1852         Set an estimate for the total number of samples that will be encoded
1853         if possible to help decoders if the streaminfo can't be rewritten
1854         later (like when muxing into Ogg containers).
1855
1856         Add a warning if we get header packets after data packets as those
1857         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1858         work.
1859
1860 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1861
1862         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1863         (gst_flac_dec_write):
1864         Support decoding of all depths between 4 and 32 bits and read the
1865         depth from the streaminfo header if needed. Also support all sampling
1866         rates between 1 and 655350 Hz.
1867
1868         * ext/flac/gstflacenc.c:
1869         (gst_flac_enc_caps_append_structure_with_widths),
1870         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
1871         (gst_flac_enc_chain):
1872         * ext/flac/gstflacenc.h:
1873         Support encoding in all bit depths supported by the streamable
1874         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
1875         between 1 Hz and 655350 Hz.
1876
1877 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1878
1879         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
1880         (gst_flac_enc_sink_getcaps):
1881         Support encoding of up to 8 channels.
1882
1883 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1884
1885         * ext/soup/gstsouphttpsrc.c:
1886         * ext/soup/gstsouphttpsrc.h:
1887         Fix seeking race condition in #540300
1888         Patch By: Wouter Cloetens  <wouter at mind be>
1889
1890 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1891
1892         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
1893         (gst_matroska_demux_element_send_event),
1894         (gst_matroska_demux_handle_seek_event),
1895         (gst_matroska_demux_handle_src_event):
1896         When receiving a SEEK event on a specific pad first search for a seek
1897         table entry for the stream of the pad and then fall back to an entry
1898         for a different stream.
1899
1900 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1901
1902         * configure.ac:
1903         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1904         * gst/matroska/matroska-ids.h:
1905         Build depend on core CVS for the attachment tag.
1906
1907 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1908
1909         * configure.ac:
1910         * gst/matroska/Makefile.am:
1911         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
1912         (copy_backptr), (lzo1x_decode), (main):
1913         * gst/matroska/lzo.h:
1914         * gst/matroska/matroska-demux.c:
1915         (gst_matroska_demux_read_track_encoding),
1916         (gst_matroska_decompress_data), (gst_matroska_decode_data),
1917         (gst_matroska_decode_buffer),
1918         (gst_matroska_decode_content_encodings),
1919         (gst_matroska_demux_read_track_encodings),
1920         (gst_matroska_demux_add_stream),
1921         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1922         * gst/matroska/matroska-ids.h:
1923         Decode the codec private data and following ContentEncoding if
1924         necessary.
1925
1926         Support bzip2, lzo and header stripped compression. For lzo use the
1927         ffmpeg lzo implementation as liblzo is GPL licensed.
1928         
1929         Fix zlib decompression.
1930
1931 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1932
1933         * gst/matroska/matroska-mux.c:
1934         (gst_matroska_mux_audio_pad_setcaps):
1935         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
1936         duration of a frame with the new mpegaudioversion caps field.
1937
1938 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1939
1940         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
1941         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
1942         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
1943         (gst_matroska_demux_stream_from_num),
1944         (gst_matroska_demux_tracknumber_unique),
1945         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
1946         (gst_matroska_demux_handle_seek_event),
1947         (gst_matroska_demux_sync_streams),
1948         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1949         (gst_matroska_demux_loop):
1950         * gst/matroska/matroska-demux.h:
1951         Allow an infinite number of stream inside Matroska containers and use
1952         a GPtrArray for storing them instead of allowing "only" 127 streams.
1953
1954 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1955
1956         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
1957         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
1958         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
1959         (gst_ebml_read_element_length), (gst_ebml_peek_id),
1960         (gst_ebml_read_get_length), (gst_ebml_read_skip),
1961         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
1962         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
1963         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
1964         (gst_ebml_read_master), (gst_ebml_read_binary),
1965         (gst_ebml_read_header):
1966         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
1967         (gst_ebml_write_element_size), (gst_ebml_write_uint),
1968         (gst_ebml_write_sint), (gst_ebml_write_ascii),
1969         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
1970         (gst_ebml_replace_uint):
1971         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1972         (gst_matroska_demux_read_track_encoding),
1973         (gst_matroska_demux_read_track_encodings),
1974         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
1975         (gst_matroska_demux_send_event),
1976         (gst_matroska_demux_element_send_event),
1977         (gst_matroska_demux_handle_seek_event),
1978         (gst_matroska_demux_handle_src_event),
1979         (gst_matroska_demux_init_stream),
1980         (gst_matroska_demux_parse_tracks),
1981         (gst_matroska_demux_parse_index_cuetrack),
1982         (gst_matroska_demux_parse_index_pointentry),
1983         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1984         (gst_matroska_demux_parse_metadata_id_simple_tag),
1985         (gst_matroska_demux_parse_metadata_id_tag),
1986         (gst_matroska_demux_parse_metadata),
1987         (gst_matroska_demux_parse_attached_file),
1988         (gst_matroska_demux_parse_attachments),
1989         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
1990         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
1991         (gst_matroska_demux_push_flac_codec_priv_data),
1992         (gst_matroska_demux_push_xiph_codec_priv_data),
1993         (gst_matroska_demux_push_dvd_clut_change_event),
1994         (gst_matroska_demux_add_mpeg_seq_header),
1995         (gst_matroska_demux_add_wvpk_header),
1996         (gst_matroska_demux_check_subtitle_buffer),
1997         (gst_matroska_decode_buffer),
1998         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1999         (gst_matroska_demux_parse_cluster),
2000         (gst_matroska_demux_parse_contents_seekentry),
2001         (gst_matroska_demux_parse_contents),
2002         (gst_matroska_demux_loop_stream_parse_id),
2003         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2004         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2005         (gst_matroska_demux_subtitle_caps),
2006         (gst_matroska_demux_change_state):
2007         * gst/matroska/matroska-ids.c:
2008         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2009         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2010         (gst_matroska_mux_video_pad_setcaps),
2011         (xiph3_streamheader_to_codecdata),
2012         (vorbis_streamheader_to_codecdata),
2013         (theora_streamheader_to_codecdata),
2014         (gst_matroska_mux_audio_pad_setcaps),
2015         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2016         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2017         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2018         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2019         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2020         Fix indention everywhere. A broken indent version has added newlines
2021         after every single declaration some time ago.
2022
2023 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2024
2025         * gst/matroska/matroska-demux.c:
2026         (gst_matroska_demux_loop_stream_parse_id):
2027         If no Tracks are found error out instead of trying it again until the
2028         end of time.
2029
2030 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2031
2032         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2033         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2034         bit and signed otherwise, not the other way around.
2035
2036 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2037
2038         * gst/matroska/matroska-mux.c:
2039         Add more raw YUV formats to the list of supported formats.
2040
2041 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2042
2043         * gst/matroska/matroska-mux.c:
2044         (gst_matroska_mux_audio_pad_setcaps):
2045         Add support for muxing raw float audio now that the spec defines the
2046         endianness and add support for muxing raw integer audio with 24 and
2047         32 bits.
2048
2049         Allow muxing of more than 8 audio channels.
2050
2051 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2052
2053         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2054         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2055         Add locking to the global array of used track UIDs to prevent random
2056         crashes if more than a single matrosmux instance is used.
2057
2058         Use 64 bit values for the track UIDs.
2059
2060         Use the global GRandom of GLib instead of creating our own one
2061         for the few random numbers we need every single time.
2062
2063 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2064
2065         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2066         (gst_flac_dec_setup_stream_decoder),
2067         (gst_flac_dec_update_metadata):
2068         Always post the audio-codec tag, not only if other tags are present.
2069
2070 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2071
2072         * configure.ac:
2073         Back to development -> 0.10.9.1
2074
2075 === release 0.10.9 ===
2076
2077 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2078
2079         * configure.ac:
2080           releasing 0.10.9, "Steam Train Rolling"
2081
2082 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2083
2084         * ext/soup/gstsouphttpsrc.c:
2085         Don't throw an error when soup completes a msg with status
2086         'cancelled', as that indicates we cancelled a request while
2087         shutting down or seeking, and it's not an error.
2088         Fixes: #540300 again.
2089
2090 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2091
2092         * configure.ac:
2093         0.10.8.4 pre-release
2094
2095 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2096
2097         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2098         Fix segment-stop regression.
2099         Add documentation regarding segments in quicktime files by Wim Taymans.
2100         Fixes #544509
2101
2102 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2103
2104         * configure.ac:
2105         0.10.8.3 pre-release
2106
2107         * po/LINGUAS:
2108         * po/pt_BR.po:
2109         Add pt_BR translation
2110
2111 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2112
2113         * gst/goom/convolve_fx.c:
2114         * gst/goom/filters.c:
2115         * gst/goom/goom_config.h:
2116         * gst/goom/goom_core.c:
2117         * gst/goom/goom_tools.h:
2118           Fix build with MSVC: include glib.h to define inline appropriately,
2119           use header guards where needed.
2120         * gst/udp/gstudpnetutils.c:
2121         * gst/udp/gstudpsrc.c:
2122           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2123           g_snprintf rather than snprintf.
2124           Fixes #544433.
2125
2126 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2127
2128         * gst/debug/gsttaginject.c:
2129         * gst/debug/gsttaginject.h:
2130           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2131           partially.
2132
2133 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2134
2135         * configure.ac:
2136         0.10.8.2 pre-release
2137
2138 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2139
2140         * ext/Makefile.am:
2141         Finish hooking up pulseaudio plugin to the build.
2142
2143         * ext/pulse/pulsemixerctrl.c:
2144         Fix compilation error.
2145
2146 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2147
2148         * po/LINGUAS:
2149         * po/lt.po:
2150         Add new lithunian translation, and add french to the LINGUAS
2151         file.
2152
2153 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2154
2155         * ext/soup/gstsouphttpsrc.c:
2156         Fix Soup HTTP source seeking.
2157         Patch By: Wouter Cloetens  <wouter at mind be>
2158         Fixes: #540300
2159
2160         * tests/check/elements/.cvsignore:
2161         Ignore new check programs.
2162
2163 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2164
2165         * configure.ac:
2166         * docs/plugins/Makefile.am:
2167         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2168         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2169         * docs/plugins/gst-plugins-good-plugins.args:
2170         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2171         * docs/plugins/gst-plugins-good-plugins.interfaces:
2172         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2173         * docs/plugins/inspect/plugin-interleave.xml:
2174         * docs/plugins/inspect/plugin-replaygain.xml:
2175         * tests/check/Makefile.am:
2176
2177         Move replaygain and interleave plugins from -bad.
2178         Fixes: #543406
2179         Fixes: #536228
2180
2181 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2182
2183         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2184         (qtdemux_parse_trak):
2185         Revert ISO base media spec based pixel-aspect-ratio calculation.
2186         Fixes #543300.
2187
2188 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2189
2190         * sys/osxvideo/osxvideosink.m:
2191         Fix minor build issues on macosx.
2192         Fixes #543054
2193
2194 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2195
2196         * configure.ac::
2197         * ext/taglib/Makefile.am::
2198           Only use -Wno-attributes (which is there to work around a
2199           bug in the taglib 1.5 headers) if the c++ compiler actually
2200           supports it (#543255).
2201
2202 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2203
2204         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2205
2206         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2207           Avoid compiler warning by initialising variable to NULL (#543259).
2208
2209 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2210
2211         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2212         Don't pass NULL taglists to gst_tag_list_is_empty().
2213
2214 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2215
2216         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2217         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2218         (rtp_pipeline_run):
2219         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2220         Don't use declarations after statements.
2221
2222 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2223
2224         * ext/jpeg/gstjpegdec.c:
2225         Align documentation with reality.
2226
2227 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2228
2229         * gst/udp/gstudpnetutils.c:
2230         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2231         old value (1) if it's not defined which should not cause any problems
2232         as we're using it internal only anyway.
2233
2234 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2235
2236         Patch by: Alessandro Decina <alessandro at nnva dot org>
2237
2238         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2239         Fix build of avidemux on big endian architectures.
2240
2241 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2242
2243         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2244
2245         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2246         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2247
2248 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2249
2250         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2251         (qtdemux_parse_trak):
2252         Set pixel-aspect-ratio in caps using display width and height
2253         provided in track.
2254
2255 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2256
2257         * configure.ac:
2258         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2259         flags that are invalid for C++. Fixes bug #516509.
2260
2261 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2262
2263         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2264         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2265         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2266         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2267         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2268         * tests/examples/equalizer/demo.c: (message_handler):
2269         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2270         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2271         Don't use declarations after statements and variable length arrays.
2272
2273 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2274
2275         Patch by: Daniel Drake <dsd at gentoo dot org>
2276
2277         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2278         (gst_v4l2src_get_nearest_size):
2279         Try progressive video if interlaced fails. Fixes bug #541956
2280         and the usage of v4l2src on OLPC.
2281
2282 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2283
2284         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2285         (gst_rtp_speex_depay_process):
2286         * gst/rtp/gstrtpspeexdepay.h:
2287         Revert last change: Only the jitterbuffer is able to convert RTP to
2288         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2289         Reopens bug #541787.
2290
2291 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2292
2293         * gst/rtp/gstrtpvrawdepay.c:
2294           Include stdlib.h for atoi().
2295
2296         * gst/rtsp/gstrtspsrc.c:
2297           Use floating point math for latencies < 0 sec in log output.
2298
2299 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2300
2301         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2302
2303         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2304         (gst_rtp_speex_depay_process):
2305         * gst/rtp/gstrtpspeexdepay.h:
2306         Take timestamp from the RTP packet as a first step to fix problems
2307         with transmission over RTP when the network is not reliable.
2308         Fixes bug #541787.
2309
2310 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2311
2312         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2313
2314         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2315         Fix parsing of udp:// URIs containing IPv6 addresses.
2316         Fixes bug #541650.
2317
2318 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2319
2320         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2321         Do not leak incoming buffers.
2322
2323 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2324
2325         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2326
2327         * configure.ac:
2328         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2329         for htons() and htonl(). Fixes bug #541412.
2330
2331 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2332
2333         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2334         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2335         (gst_matroska_demux_element_query),
2336         (gst_matroska_demux_handle_src_query),
2337         (gst_matroska_demux_handle_seek_event):
2338         Handle position and duration query in DEFAULT format if the
2339         pad's track has a default frame duration set.
2340
2341         Fix seeking now that the segment's duration doesn't contain the
2342         (possibly wrong or inaccurate) duration of the Matroska file.
2343
2344 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2345
2346         * gst/matroska/ebml-read.c: (_ext2dbl):
2347         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2348         in math.h except on MSVC where it is defined in xmath.h.
2349         Fixes compilation with MSVC.
2350
2351 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2352
2353         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2354         (gst_matroska_demux_handle_src_query),
2355         (gst_matroska_demux_parse_info),
2356         (gst_matroska_demux_loop_stream_parse_id):
2357         * gst/matroska/matroska-demux.h:
2358         Don't set the segment duration to the duration from the Matroska
2359         header as this value could be wrong and is just informational.
2360
2361 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2362
2363         * gst/matroska/matroska-demux.c:
2364         (gst_matroska_demux_loop_stream_parse_id):
2365         If no Tracks element is found until the first Cluster is found
2366         search it and error out if none is found in the complete file.
2367
2368 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2369
2370         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2371         Resync non-subtitle tracks too if a too large gap compared to other
2372         tracks is detected.
2373
2374 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2375
2376         * gst/rtp/Makefile.am:
2377         * gst/rtp/gstrtp.c: (plugin_init):
2378         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2379         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2380         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2381         (gst_rtp_vraw_depay_change_state),
2382         (gst_rtp_vraw_depay_plugin_init):
2383         * gst/rtp/gstrtpvrawdepay.h:
2384         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2385         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2386         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2387         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2388         (gst_rtp_vraw_pay_plugin_init):
2389         * gst/rtp/gstrtpvrawpay.h:
2390         Add raw video pay and depayloaders, see RFC4175.
2391
2392 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2393
2394         * ext/libpng/gstpngdec.c:
2395         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2396         whatever it returned.
2397
2398 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2399
2400         * gst/avi/avi-ids.h:
2401         Add vprp chunk related structures.
2402         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2403         (gst_avi_demux_parse_stream):
2404         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2405         to caps.  Fixes #539482.
2406         * gst/avi/gstavimux.h:
2407         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2408         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2409         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2410
2411 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2412
2413         * tests/check/elements/avimux.c: (check_avimux_pad):
2414         Adjust avimux unit test according to increased streamheader size.
2415
2416 2008-06-27  David Schleef  <ds@schleef.org>
2417
2418         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2419
2420 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2421
2422         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2423         * gst/avi/gstavimux.h:
2424         Add 8 bytes to current streamheader to make for a complete one
2425         and to make more players happy.  Fixes #519460.
2426
2427 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2428
2429         * sys/v4l2/v4l2_calls.c::
2430           Don't include unused gstv4l2xoverlay.h. Fixes build
2431           in case where X11 headers are not installed.
2432
2433 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2434
2435         * ext/dv/gstdv.c: (plugin_init):
2436         Fix compilation.
2437
2438 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2439
2440         * ext/dv/gstdv.c: (plugin_init):
2441         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2442         DV decoder available.
2443         Fixes #532393
2444
2445 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2446
2447         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2448         Call getsockname() after the call to bind() to get updated values
2449         for the port, etc. This fixes the usage of udpsrc on anonymous
2450         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2451         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2452
2453 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2454
2455         * tests/check/pipelines/wavpack.c: (bus_handler):
2456         Remove workaround for a bug in identity that is fixed in 0.10.20.
2457
2458 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2459
2460         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2461
2462         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2463         Fix HTTP auth support with user/password passed via the URI.
2464         Fixes bug #540067.
2465
2466 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2467
2468         * configure.ac:
2469           Depend on released versions of core and -base.
2470
2471 2008-06-23  Julien Moutte  <julien@fluendo.com>
2472
2473         * gst/matroska/matroska-demux.c:
2474         (gst_matroska_demux_read_track_encoding),
2475         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2476         format strings in macros. (makes it build on OS X again...)
2477
2478 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2479
2480         * gst/rtp/gstrtptheorapay.c:
2481         * gst/udp/gstmultiudpsink.c:
2482           Added debug.
2483
2484 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2485
2486         * configure.ac: switch v4l2src over to the normal build instead of
2487         being 'experimental'. Fixes bug #536831.
2488
2489 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2490
2491         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2492         Remove unused variable so that we can compile again.
2493
2494 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2495
2496         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2497         No need to check for audio/G723 and audio/32KADPCM here as they are
2498         no longer supported.
2499
2500 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2501
2502         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2503         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2504         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2505         known length.
2506
2507 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2508
2509         * gst/matroska/matroska-demux.c:
2510         (gst_matroska_demux_add_wvpk_header),
2511         (gst_matroska_demux_audio_caps):
2512         * gst/matroska/matroska-ids.h:
2513         Fix demuxing of WavPack files. Muxing is still broken.
2514
2515 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2516
2517         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2518         (gst_matroska_demux_add_mpeg_seq_header),
2519         (gst_matroska_demux_add_wvpk_header),
2520         (gst_matroska_demux_check_subtitle_buffer),
2521         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2522         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2523         (gst_matroska_demux_subtitle_caps):
2524         * gst/matroska/matroska-ids.h:
2525         Add a "vfunc" to the track context for postprocessing frames and
2526         convert the wavpack and subtitle postprocessing to this vfunc.
2527         Copy buffer flags in those functions to the new buffers too.
2528
2529         Parse CodecState elements of Blocks.
2530
2531         Add a postprocessing function for MPEG video that adds the sequence
2532         header from the codec private data or codec state to the frames if
2533         it's not already there.
2534
2535 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2536
2537         * gst/matroska/matroska-demux.c:
2538         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2539         If a gap of more than 1/2 second is found in one stream send a
2540         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2541         This also fixes Matroska files where the first buffer doesn't start
2542         at timestamp 0. Fixes bug #429322.
2543
2544         The duration of a block is the default duration multiplied with the
2545         number of laces. Every lace is one frame and the default duration
2546         is the duration of one frame. This fixes playback of files that use
2547         lacing for some tracks.
2548
2549 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2550
2551         * gst/matroska/matroska-demux.c:
2552         (gst_matroska_demux_parse_contents_seekentry):
2553         Update FIXME/TODOs and only ignore EOS at the central, important place
2554         instead of several places.
2555
2556 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2557
2558         * gst/rtp/gstrtpg726pay.c:
2559         Fix caps, See #538891.
2560
2561 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2562
2563         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2564         (gst_matroska_demux_stream_from_num),
2565         (gst_matroska_demux_encoding_cmp),
2566         (gst_matroska_demux_encoding_order_unique),
2567         (gst_matroska_demux_read_track_encoding),
2568         (gst_matroska_demux_read_track_encodings),
2569         (gst_matroska_demux_tracknumber_unique),
2570         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2571         (gst_matroska_demux_parse_tracks),
2572         (gst_matroska_demux_parse_index_cuetrack),
2573         (gst_matroska_demux_parse_index_pointentry),
2574         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2575         (gst_matroska_demux_parse_metadata_id_simple_tag),
2576         (gst_matroska_demux_parse_metadata_id_tag),
2577         (gst_matroska_demux_parse_metadata),
2578         (gst_matroska_demux_parse_attached_file),
2579         (gst_matroska_demux_parse_attachments),
2580         (gst_matroska_demux_parse_chapters),
2581         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
2582         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2583         (gst_matroska_demux_parse_cluster),
2584         (gst_matroska_demux_parse_contents_seekentry),
2585         (gst_matroska_demux_parse_contents),
2586         (gst_matroska_demux_loop_stream_parse_id),
2587         (gst_matroska_demux_loop):
2588         Improve debug output everywhere and fix the EOS logic.
2589
2590         Check the values of the ContentEncoding elements more strictly and
2591         don't use tracks for which it's invalid.
2592
2593         Check that the track number is unique for this stream.
2594
2595         Check that seek positions are below G_MAXINT64 as our seeks are
2596         int64-based and overflows will fail badly.
2597
2598         After seeks also don't push SimpleBlocks until the first one
2599         containing a keyframe is found. Before this was done only for normal
2600         Blocks.
2601
2602         Update some FIXME/TODOs.
2603         
2604         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
2605         (gst_ebml_read_utf8), (gst_ebml_read_header):
2606         Improve debug output.
2607
2608         * gst/matroska/matroska-ids.c:
2609         (gst_matroska_track_init_video_context):
2610         * gst/matroska/matroska-ids.h:
2611         * gst/matroska/matroska-mux.c:
2612         (gst_matroska_mux_video_pad_setcaps):
2613         Remove eye mode and don't parse it anymore. We can't use that
2614         information in GStreamer yet so it's useless.
2615
2616
2617 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2618
2619         Patch by: Mersad Jelacic <mersad at axis dot com>
2620
2621         * gst/rtp/Makefile.am:
2622         * gst/rtp/gstrtp.c: (plugin_init):
2623         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
2624         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
2625         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
2626         (gst_rtp_g726_depay_plugin_init):
2627         * gst/rtp/gstrtpg726depay.h:
2628         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
2629         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
2630         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
2631         * gst/rtp/gstrtpg726pay.h:
2632         Added G726 pay/depayloaders. Fixes #538891.
2633
2634 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2635
2636         * gst/rtsp/URLS:
2637         Some more urls.
2638
2639         * gst/smpte/barboxwipes.c:
2640         Add a comment
2641
2642         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2643         Fix typo, add audioresample to the pipeline.
2644
2645 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2646
2647         * ext/libmng/Makefile.am:
2648         * ext/libmng/gstmng.c: (plugin_init):
2649         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
2650         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
2651         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
2652         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
2653         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
2654         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
2655         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2656         (gst_mng_dec_change_state):
2657         * ext/libmng/gstmngdec.h:
2658         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
2659         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
2660         (gst_mng_enc_init), (gst_mng_enc_chain),
2661         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
2662         * ext/libmng/gstmngenc.h:
2663         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
2664         bits ifdeffed out still.
2665
2666 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2667
2668         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
2669         When comparing index elements with the same time compare their
2670         block number.
2671
2672 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
2673
2674         * gst/matroska/matroska-demux.c:
2675           (gst_matroska_demux_parse_attached_file)
2676           Init variable to NULL to avoid compiler warning.
2677
2678 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2679
2680         * gst/matroska/Makefile.am:
2681         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2682         (gst_matroska_demux_parse_attached_file),
2683         (gst_matroska_demux_parse_attachments),
2684         (gst_matroska_demux_parse_contents_seekentry),
2685         (gst_matroska_demux_loop_stream_parse_id):
2686         * gst/matroska/matroska-demux.h:
2687         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2688         * gst/matroska/matroska-ids.h:
2689         * gst/matroska/matroska.c: (plugin_init):
2690         Parse Attachments and post them as GST_TAG_IMAGE if we detect
2691         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
2692         and description of the attachments in the caps. Fixes bug #537622.
2693
2694 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
2695
2696         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
2697         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
2698         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
2699         (gst_speex_enc_src_query), (gst_speex_enc_init),
2700         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
2701         (gst_speex_enc_chain), (gst_speex_enc_get_property),
2702         (gst_speex_enc_set_property):
2703         Add mode property.
2704         Some cleanups, add more debug info.
2705         Add latency query.
2706
2707 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2708
2709         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
2710         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
2711         If we get less bytes than requested we can't do anything except doing
2712         our EOS logic.
2713
2714 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2715
2716         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2717         (gst_matroskademux_do_index_seek),
2718         (gst_matroska_demux_parse_index_cuetrack),
2719         (gst_matroska_demux_parse_index_pointentry),
2720         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
2721         (gst_matroska_demux_parse_metadata):
2722         * gst/matroska/matroska-demux.h:
2723         * gst/matroska/matroska-ids.h:
2724         Use a GArray for storing the Cue (i.e. seek) information, store
2725         the CueTrackPositions for every track, store the block number
2726         and optimize searching in the array by sorting it after the last
2727         element was added.
2728
2729         Fix a small memory leak when trying to parse a tags element that was
2730         already parsed.
2731
2732 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2733
2734         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2735         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2736         (gst_matroska_mux_write_data):
2737         * gst/matroska/matroska-mux.h:
2738         Don't write another SeekHead which indexes all Clusters to the end of
2739         the file. This isn't useful for anything and just increases filesize.
2740
2741 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2742
2743         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2744         Prevent unaligned memory access when reading floats.
2745
2746 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2747
2748         * gst/matroska/ebml-read.c:
2749         * gst/matroska/ebml-read.h:
2750         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2751         (gst_matroska_demux_parse_metadata):
2752         * gst/matroska/matroska-demux.h:
2753         Make sure that every Tags element is only parsed once and it's
2754         containing tags are only posted once.
2755
2756 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2757
2758         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2759         (gst_ebml_read_header):
2760         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2761         (gst_matroska_demux_parse_tracks),
2762         (gst_matroska_demux_parse_index_cuetrack),
2763         (gst_matroska_demux_parse_index_pointentry),
2764         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2765         (gst_matroska_demux_parse_metadata_id_simple_tag),
2766         (gst_matroska_demux_parse_metadata_id_tag),
2767         (gst_matroska_demux_parse_metadata),
2768         (gst_matroska_demux_parse_attachments),
2769         (gst_matroska_demux_parse_chapters),
2770         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2771         (gst_matroska_demux_parse_cluster),
2772         (gst_matroska_demux_parse_contents_seekentry),
2773         (gst_matroska_demux_parse_contents),
2774         (gst_matroska_demux_loop_stream_parse_id):
2775         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2776         already. They're not useful in the matroska parser and only cause
2777         additional code.
2778
2779 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2780
2781         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2782         (gst_ebml_finalize), (gst_ebml_read_change_state),
2783         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2784         * gst/matroska/matroska-demux.c:
2785         (gst_matroska_demux_parse_contents_seekentry):
2786         Reverse the level list as we usually are only interested in the
2787         first element or want to add a new first element. Having the
2788         first element stored at the end and calling g_list_last() and
2789         g_list_append() is more expensive.
2790
2791         Also use GSlice for allocating the GstEbmlLevel structs.
2792
2793 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2794
2795         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2796           (gst_tag_inject_class_init), (gst_tag_inject_init):
2797           Don't unref NULL taglist in finalize. Don't use c++ style
2798           comments.
2799
2800 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2801
2802         * gst/matroska/matroska-demux.c:
2803         (gst_matroska_demux_parse_metadata_id_simple_tag):
2804         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2805         (gst_matroska_mux_write_data):
2806         Use gst_value_serialize() and gst_value_deserialize() for transforming
2807         tags from some GType to a string and the other way around. The default
2808         transformations in GLib don't include transformations from string to
2809         number types.
2810
2811 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2812
2813         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2814         (gst_matroska_demux_parse_tracks),
2815         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2816         (gst_matroska_demux_parse_attachments),
2817         (gst_matroska_demux_parse_chapters),
2818         (gst_matroska_demux_parse_contents_seekentry),
2819         (gst_matroska_demux_loop_stream_parse_id):
2820         * gst/matroska/matroska-demux.h:
2821         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2822         Tags multiple times. The first ones can appear more than once but must
2823         contain the same content as the first for backup purposes so we ignore
2824         all but the first one. Tags can appear multiple times with different
2825         content.
2826
2827         Jump to all elements except Clusters that are available from a
2828         SeekHead to make it more likely to have all required informations
2829         before getting to the first Clusters.
2830
2831         Add dummy functions for parsing Attachments and Chapters.
2832
2833 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2834
2835         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2836         (gst_udpsrc_create), (gst_udpsrc_set_property),
2837         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2838         * gst/udp/gstudpsrc.h:
2839         Add property to control automatic join/leave of multicast groups.
2840         Add G_LIKELY.
2841         Remove setting caps on buffers explicitly, basesrc does that for us now.
2842         Improve debug info.
2843         Convert some non-fatal error into warnings.
2844         Use g_ntohs for better portability.
2845         Leave multicast groups when stopping.
2846         When using external sockets, use getsockname() on them to fill up the
2847         addr structure before calling methods that use the structure.
2848         Should all fix #536903.
2849         API: GstUDPSrc::auto-multicast property
2850
2851 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2852
2853         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2854         Use g_ntohl for better portability.
2855
2856 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2857
2858         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2859         (gst_multiudpsink_remove):
2860         Fix a typo and do some small cleanups.
2861
2862 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2863
2864         Patch by: Olivier Crete <tester at tester dot ca>
2865
2866         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2867         Make the delivery-method mandatory on the caps and only accept inline
2868         for now.
2869         Reverse strcmp checks for delivery-method.
2870
2871         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
2872         Make delivery method optional when parsing caps and note this in the
2873         caps.
2874         Reverse strcmp checks for delivery-method.
2875
2876         * gst/rtp/gstrtpvorbispay.c:
2877         Update a comment to note that the delivery-method is optional, 
2878         Fixes #537675.
2879
2880 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2881
2882         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
2883         Set udpsrc for receiving data from multicast groups to PAUSED instead of
2884         leaving them in READY. Fixes #537832.
2885
2886 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2887
2888         * gst/avi/gstavimux.c:
2889           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
2890           for a random constant in tagmuxing code.
2891
2892 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2893
2894         * gst/debug/gsttaginject.c:
2895         * gst/debug/gsttaginject.h:
2896           Now actually adding the new element.
2897
2898 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2899
2900         * docs/plugins/Makefile.am:
2901         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2902         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2903         * docs/plugins/gst-plugins-good-plugins.args:
2904         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2905         * docs/plugins/gst-plugins-good-plugins.interfaces:
2906         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2907         * docs/plugins/inspect/plugin-aasink.xml:
2908         * docs/plugins/inspect/plugin-alaw.xml:
2909         * docs/plugins/inspect/plugin-alpha.xml:
2910         * docs/plugins/inspect/plugin-alphacolor.xml:
2911         * docs/plugins/inspect/plugin-annodex.xml:
2912         * docs/plugins/inspect/plugin-apetag.xml:
2913         * docs/plugins/inspect/plugin-audiofx.xml:
2914         * docs/plugins/inspect/plugin-auparse.xml:
2915         * docs/plugins/inspect/plugin-autodetect.xml:
2916         * docs/plugins/inspect/plugin-avi.xml:
2917         * docs/plugins/inspect/plugin-cacasink.xml:
2918         * docs/plugins/inspect/plugin-cairo.xml:
2919         * docs/plugins/inspect/plugin-cdio.xml:
2920         * docs/plugins/inspect/plugin-cutter.xml:
2921         * docs/plugins/inspect/plugin-debug.xml:
2922         * docs/plugins/inspect/plugin-dv.xml:
2923         * docs/plugins/inspect/plugin-efence.xml:
2924         * docs/plugins/inspect/plugin-effectv.xml:
2925         * docs/plugins/inspect/plugin-equalizer.xml:
2926         * docs/plugins/inspect/plugin-esdsink.xml:
2927         * docs/plugins/inspect/plugin-flac.xml:
2928         * docs/plugins/inspect/plugin-flxdec.xml:
2929         * docs/plugins/inspect/plugin-gamma.xml:
2930         * docs/plugins/inspect/plugin-gconfelements.xml:
2931         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2932         * docs/plugins/inspect/plugin-goom.xml:
2933         * docs/plugins/inspect/plugin-goom2k1.xml:
2934         * docs/plugins/inspect/plugin-halelements.xml:
2935         * docs/plugins/inspect/plugin-icydemux.xml:
2936         * docs/plugins/inspect/plugin-id3demux.xml:
2937         * docs/plugins/inspect/plugin-jpeg.xml:
2938         * docs/plugins/inspect/plugin-level.xml:
2939         * docs/plugins/inspect/plugin-matroska.xml:
2940         * docs/plugins/inspect/plugin-monoscope.xml:
2941         * docs/plugins/inspect/plugin-mulaw.xml:
2942         * docs/plugins/inspect/plugin-multifile.xml:
2943         * docs/plugins/inspect/plugin-multipart.xml:
2944         * docs/plugins/inspect/plugin-navigationtest.xml:
2945         * docs/plugins/inspect/plugin-ossaudio.xml:
2946         * docs/plugins/inspect/plugin-png.xml:
2947         * docs/plugins/inspect/plugin-quicktime.xml:
2948         * docs/plugins/inspect/plugin-rtp.xml:
2949         * docs/plugins/inspect/plugin-rtsp.xml:
2950         * docs/plugins/inspect/plugin-smpte.xml:
2951         * docs/plugins/inspect/plugin-soup.xml:
2952         * docs/plugins/inspect/plugin-spectrum.xml:
2953         * docs/plugins/inspect/plugin-speex.xml:
2954         * docs/plugins/inspect/plugin-taglib.xml:
2955         * docs/plugins/inspect/plugin-udp.xml:
2956         * docs/plugins/inspect/plugin-video4linux2.xml:
2957         * docs/plugins/inspect/plugin-videobalance.xml:
2958         * docs/plugins/inspect/plugin-videobox.xml:
2959         * docs/plugins/inspect/plugin-videocrop.xml:
2960         * docs/plugins/inspect/plugin-videoflip.xml:
2961         * docs/plugins/inspect/plugin-videomixer.xml:
2962         * docs/plugins/inspect/plugin-wavenc.xml:
2963         * docs/plugins/inspect/plugin-wavpack.xml:
2964         * docs/plugins/inspect/plugin-wavparse.xml:
2965         * docs/plugins/inspect/plugin-ximagesrc.xml:
2966         * gst/debug/Makefile.am:
2967         * gst/debug/breakmydata.c:
2968         * gst/debug/efence.c:
2969         * gst/debug/gstdebug.c:
2970         * gst/debug/gstnavseek.c:
2971         * gst/debug/gstpushfilesrc.c:
2972         * gst/debug/gstpushfilesrc.h:
2973         * gst/debug/negotiation.c:
2974         * gst/debug/progressreport.c:
2975         * gst/debug/progressreport.h:
2976         * gst/debug/rndbuffersize.c:
2977         * gst/debug/testplugin.c:
2978           Remove dummy plugin_init. Remove some undefined entries from doc-
2979           section file. Add taginject element and rebuild docs for it.
2980
2981 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2982
2983         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
2984         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
2985         Update the counter for the number of streams when pads are added or
2986         removed. This will make sure that a seek table is generated for
2987         files with just one audio stream.
2988
2989 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2990
2991         * gst/matroska/matroska-demux.c:
2992         (gst_matroska_demux_parse_metadata_id_simple_tag):
2993         * gst/matroska/matroska-ids.h:
2994         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
2995         Add some more tags, improve debugging a bit and make sure that
2996         GValue transformation has succeeded before using the result
2997         as a tag.
2998
2999 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3000
3001         Patch by: Olivier Crete <tester at tester dot ca>
3002
3003         * gst/rtp/gstrtptheorapay.c:
3004         The Theora RTP payloader only supports the "inline" delievery method
3005         so let's declare this on the caps of the static pad template.
3006         Fixes bug #537675.
3007
3008 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3009
3010         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3011         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3012         Remove bogus check.
3013
3014 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3015
3016         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3017         (gst_videomixer_blend_buffers):
3018         Use stream_time to synchronize the object properties.
3019         Use running_time of the master pad to timestamp outgoing buffers.
3020         Fix the initial segment event to extend an unknown amount of time.
3021         Fixes #537361.
3022
3023 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3024
3025         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3026         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3027         (gst_avi_demux_calculate_durations_from_index),
3028         (gst_avi_demux_stream_header_push),
3029         (gst_avi_demux_stream_header_pull):
3030         Try to ignore unparsable/unknown streams and give a warning instead of
3031         erroring out. Fixes #537377.
3032
3033 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3034
3035         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3036         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3037
3038         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3039         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3040         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3041         (gst_matroska_demux_read_track_encodings),
3042         (gst_matroska_demux_add_stream),
3043         (gst_matroska_demux_handle_src_query),
3044         (gst_matroska_demux_init_stream),
3045         (gst_matroska_demux_parse_index_cuetrack),
3046         (gst_matroska_demux_parse_index_pointentry),
3047         (gst_matroska_demux_parse_info),
3048         (gst_matroska_demux_parse_metadata_id_simple_tag),
3049         (gst_matroska_demux_parse_metadata),
3050         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3051         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3052         (gst_matroska_demux_parse_cluster),
3053         (gst_matroska_demux_parse_contents_seekentry),
3054         (gst_matroska_demux_loop_stream_parse_id),
3055         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3056         (gst_matroska_demux_audio_caps),
3057         (gst_matroska_demux_subtitle_caps):
3058         * gst/matroska/matroska-demux.h:
3059         * gst/matroska/matroska-ids.c:
3060         (gst_matroska_track_init_subtitle_context):
3061         * gst/matroska/matroska-ids.h:
3062         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3063         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3064         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3065         (gst_matroska_mux_video_pad_setcaps),
3066         (gst_matroska_mux_audio_pad_setcaps),
3067         (gst_matroska_mux_subtitle_pad_setcaps),
3068         (gst_matroska_mux_request_new_pad),
3069         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3070         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3071         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3072         (gst_matroska_mux_set_property):
3073         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3074         elements, do some checks for valid values in the demuxer, handle
3075         tracktimecodescale in the demuxer, set correct default values for all
3076         settings in the demuxer, review and add all missing matroska
3077         IDs and some more raw YUV formats, and some trivial cleanup.
3078
3079 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3080
3081         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3082         (gst_pulsemixer_class_init):
3083         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3084         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3085         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3086         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3087         (gst_pulsesrc_prepare):
3088         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3089         gst_element_class_set_details_simple() and fix coding style a bit
3090         more.
3091
3092 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3093
3094         * docs/plugins/Makefile.am:
3095         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3096         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3097         * docs/plugins/gst-plugins-good-plugins.args:
3098         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3099         * docs/plugins/gst-plugins-good-plugins.interfaces:
3100         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3101         * docs/plugins/inspect/plugin-aasink.xml:
3102         * docs/plugins/inspect/plugin-alaw.xml:
3103         * docs/plugins/inspect/plugin-alpha.xml:
3104         * docs/plugins/inspect/plugin-alphacolor.xml:
3105         * docs/plugins/inspect/plugin-annodex.xml:
3106         * docs/plugins/inspect/plugin-apetag.xml:
3107         * docs/plugins/inspect/plugin-audiofx.xml:
3108         * docs/plugins/inspect/plugin-auparse.xml:
3109         * docs/plugins/inspect/plugin-autodetect.xml:
3110         * docs/plugins/inspect/plugin-avi.xml:
3111         * docs/plugins/inspect/plugin-cacasink.xml:
3112         * docs/plugins/inspect/plugin-cairo.xml:
3113         * docs/plugins/inspect/plugin-cdio.xml:
3114         * docs/plugins/inspect/plugin-cutter.xml:
3115         * docs/plugins/inspect/plugin-debug.xml:
3116         * docs/plugins/inspect/plugin-dv.xml:
3117         * docs/plugins/inspect/plugin-efence.xml:
3118         * docs/plugins/inspect/plugin-effectv.xml:
3119         * docs/plugins/inspect/plugin-equalizer.xml:
3120         * docs/plugins/inspect/plugin-esdsink.xml:
3121         * docs/plugins/inspect/plugin-flac.xml:
3122         * docs/plugins/inspect/plugin-flxdec.xml:
3123         * docs/plugins/inspect/plugin-gamma.xml:
3124         * docs/plugins/inspect/plugin-gconfelements.xml:
3125         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3126         * docs/plugins/inspect/plugin-goom.xml:
3127         * docs/plugins/inspect/plugin-goom2k1.xml:
3128         * docs/plugins/inspect/plugin-halelements.xml:
3129         * docs/plugins/inspect/plugin-icydemux.xml:
3130         * docs/plugins/inspect/plugin-id3demux.xml:
3131         * docs/plugins/inspect/plugin-jpeg.xml:
3132         * docs/plugins/inspect/plugin-level.xml:
3133         * docs/plugins/inspect/plugin-matroska.xml:
3134         * docs/plugins/inspect/plugin-monoscope.xml:
3135         * docs/plugins/inspect/plugin-mulaw.xml:
3136         * docs/plugins/inspect/plugin-multifile.xml:
3137         * docs/plugins/inspect/plugin-multipart.xml:
3138         * docs/plugins/inspect/plugin-navigationtest.xml:
3139         * docs/plugins/inspect/plugin-ossaudio.xml:
3140         * docs/plugins/inspect/plugin-png.xml:
3141         * docs/plugins/inspect/plugin-pulseaudio.xml:
3142         * docs/plugins/inspect/plugin-quicktime.xml:
3143         * docs/plugins/inspect/plugin-rtp.xml:
3144         * docs/plugins/inspect/plugin-rtsp.xml:
3145         * docs/plugins/inspect/plugin-smpte.xml:
3146         * docs/plugins/inspect/plugin-soup.xml:
3147         * docs/plugins/inspect/plugin-spectrum.xml:
3148         * docs/plugins/inspect/plugin-speex.xml:
3149         * docs/plugins/inspect/plugin-taglib.xml:
3150         * docs/plugins/inspect/plugin-udp.xml:
3151         * docs/plugins/inspect/plugin-video4linux2.xml:
3152         * docs/plugins/inspect/plugin-videobalance.xml:
3153         * docs/plugins/inspect/plugin-videobox.xml:
3154         * docs/plugins/inspect/plugin-videocrop.xml:
3155         * docs/plugins/inspect/plugin-videoflip.xml:
3156         * docs/plugins/inspect/plugin-videomixer.xml:
3157         * docs/plugins/inspect/plugin-wavenc.xml:
3158         * docs/plugins/inspect/plugin-wavpack.xml:
3159         * docs/plugins/inspect/plugin-wavparse.xml:
3160         * docs/plugins/inspect/plugin-ximagesrc.xml:
3161         * ext/pulse/plugin.c:
3162         * ext/pulse/pulsemixer.c:
3163         * ext/pulse/pulsesink.c:
3164         * ext/pulse/pulsesrc.c:
3165         Add documentation to the pulseaudio plugin and run make update
3166         in docs/plugins.
3167
3168 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3169
3170         Patch by: Brian Cameron <brian.cameron at sun dot com>
3171
3172         * sys/sunaudio/gstsunaudiomixerctrl.c:
3173         (gst_sunaudiomixer_ctrl_get_volume),
3174         (gst_sunaudiomixer_ctrl_set_volume):
3175         Improvements for the SunAudio mixer by handling mute as no gain
3176         for tracks that have a gain property but no mute property.
3177         Fixes bug #536067.
3178
3179 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3180
3181         * configure.ac:
3182         * ext/pulse/Makefile.am:
3183         * ext/pulse/plugin.c: (plugin_init):
3184         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3185         (gst_pulsemixer_implements_interface_init),
3186         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3187         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3188         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3189         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3190         * ext/pulse/pulsemixer.h:
3191         * ext/pulse/pulsemixerctrl.c:
3192         (gst_pulsemixer_ctrl_context_state_cb),
3193         (gst_pulsemixer_ctrl_sink_info_cb),
3194         (gst_pulsemixer_ctrl_source_info_cb),
3195         (gst_pulsemixer_ctrl_subscribe_cb),
3196         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3197         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3198         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3199         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3200         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3201         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3202         * ext/pulse/pulsemixerctrl.h:
3203         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3204         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3205         * ext/pulse/pulsemixertrack.h:
3206         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3207         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3208         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3209         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3210         (gst_pulseprobe_new), (gst_pulseprobe_free),
3211         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3212         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3213         (gst_pulseprobe_set_server):
3214         * ext/pulse/pulseprobe.h:
3215         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3216         (gst_pulsesink_class_init), (gst_pulsesink_init),
3217         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3218         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3219         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3220         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3221         (gst_pulsesink_stream_request_cb),
3222         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3223         (gst_pulsesink_close), (gst_pulsesink_prepare),
3224         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3225         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3226         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3227         (gst_pulsesink_event), (gst_pulsesink_get_type):
3228         * ext/pulse/pulsesink.h:
3229         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3230         (gst_pulsesrc_implements_interface_init),
3231         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3232         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3233         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3234         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3235         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3236         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3237         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3238         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3239         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3240         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3241         (gst_pulsesrc_get_type):
3242         * ext/pulse/pulsesrc.h:
3243         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3244         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3245         * ext/pulse/pulseutil.h:
3246         Add pulseaudio GStreamer element from gst-pulse. Development will
3247         continue here instead of pulseaudio SVN. Fixes bug #400679.
3248         Only changes over gst-pulse SVN are added copyright to the top of
3249         files and coding style changes.
3250
3251 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3252
3253         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3254
3255         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3256           (gst_cdio_add_cdtext_album_tags):
3257         * ext/cdio/gstcdio.h:
3258         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3259           Also extract album title and album genre from CD-TEXT if
3260           available (#537021).
3261
3262 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3263
3264         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3265
3266         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3267         Improve negotiation a bit more by picking the smallest possible
3268         resolution that is larger than the resolution specified in the
3269         first caps entry of the peer caps. Fixes bug #536994.
3270
3271 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3272
3273         Patch by: Bastien Nocera <hadess at hadess dot net>
3274
3275         * sys/v4l2/gstv4l2vidorient.c:
3276         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3277         Fix compilation with newer GIT kernels that deprecated
3278         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3279
3280 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3281
3282         * configure.ac:
3283         * ext/cdio/gstcdio.c:
3284         * ext/cdio/gstcdio.h:
3285         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3286           Require libcdio >= 0.76.
3287
3288 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3289
3290         * gst/avi/gstavidemux.c:
3291         Catch UNEXPECTED when downstream has reached end of
3292         segment in reverse mode.
3293
3294 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3295
3296         * gst/avi/gstavidemux.c:
3297         Fix typo in comment
3298
3299 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3300
3301         * gst/avi/gstavidemux.c:
3302         Because we don't know the frame order we need to push till
3303         the next keyframe
3304
3305 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3306
3307         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3308
3309         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3310         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3311         Provide a custom negotiation function to make sure to pick the highest
3312         possible framerate and resolution. Fixes bug #536646.
3313
3314 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3315
3316         * gst/avi/gstavidemux.c:
3317         Set EOS when going out of the segment in reverse playback
3318
3319 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3320
3321         * ext/taglib/Makefile.am::
3322           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3323           taglib headers (with gcc 4.3.1).
3324
3325 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3326
3327         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3328         Use the new gst_rtsp_connection_get_ip() to access the IP address
3329         of a GstRTSPConnection since it is a private member.
3330
3331 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3332
3333         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3334         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3335           Use new utility functions in libgsttag to process coverart (#512333).
3336
3337 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3338
3339         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3340         We actually support left/side, right/side and mid/side files. The
3341         conversion to normal, interleaved stereo is done by libflac.
3342
3343 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3344
3345         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3346         (gst_ebml_write_set_cache):
3347         Unref the write cache in finalize if it was set and add add "FIXME"
3348         to a comment that needs it.
3349
3350 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3351
3352         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3353
3354         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3355         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3356         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3357         (gst_avi_demux_process_next_entry):
3358         * gst/avi/gstavidemux.h:
3359         Implement reverse playback. Fixes #535300.
3360         Small cleanups.
3361
3362 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3363
3364         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3365         (gst_videomixer_query_latency):
3366         When using gst_element_iterate_pads() one has to unref every pad
3367         after usage.
3368
3369 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3370
3371         Patch by: Bastien Nocera <hadess at hadess dot net>
3372         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3373         (qtdemux_parse_udta):
3374         * gst/qtdemux/qtdemux_fourcc.h:
3375         Improve meta-data handling, add 'comment', 'description' and
3376         'copyright' tag handling.
3377         Fixes #535935
3378
3379 2008-05-31  Julien Moutte  <julien@fluendo.com>
3380
3381         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3382         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3383         (gst_qtdemux_seek_to_previous_keyframe),
3384         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3385         we don't clip the segment's stop using the main segment duration as
3386         that could crop quite some video frames. Make reverse playback support
3387         more robust and support edit lists. Support seeking to the last frame,
3388         and fix reverse looping playback. Add some debugging.
3389         * win32/common/config.h: Updated.
3390
3391 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3392
3393         * gst/equalizer/gstiirequalizer.c:
3394         (gst_iir_equalizer_transform_ip):
3395         Don't clip float/double samples, correctly unset passthrough mode
3396         and use better rounding for integer samples.
3397
3398 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3399
3400         * gst/equalizer/gstiirequalizer.c:
3401         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3402         (setup_filter), (set_passthrough), (update_coefficients),
3403         (gst_iir_equalizer_compute_frequencies),
3404         (gst_iir_equalizer_transform_ip):
3405         * gst/equalizer/gstiirequalizer.h:
3406         Update the filter coefficients only when needed in the transform_ip
3407         function and correctly set the element into passthrough mode if the
3408         gain of all bands is 0.
3409
3410 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3411
3412         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3413
3414         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3415         (gst_alpha_set_property), (gst_alpha_get_property),
3416         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3417         Try to skip pixels or areas that are too dark or too bright for us to do
3418         meaningfull color detection.
3419         Added properties to control the sensitivity to light and darkness.
3420         Added some small cleanups. Fixes #512345.
3421
3422 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3423
3424         * docs/plugins/.cvsignore:
3425         * tests/check/elements/.cvsignore:
3426         Ignore some more generated things
3427
3428         * tests/check/Makefile.am:
3429         Ignore OSS elements in the state changes test too.
3430
3431 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3432
3433         * docs/plugins/Makefile.am:
3434         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3435         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3436         Add SMPTE effect elements to docs.
3437
3438 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3439
3440         * docs/plugins/Makefile.am:
3441         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3442         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3443         * ext/raw1394/gstdv1394src.c:
3444           Document whats first shown on the fdo plugin docs page :)
3445
3446 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3447
3448         * docs/plugins/Makefile.am:
3449         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3450         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3451         * docs/plugins/gst-plugins-good-plugins.args:
3452         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3453         * docs/plugins/inspect/plugin-audiofx.xml:
3454         * gst/audiofx/Makefile.am:
3455         * gst/audiofx/audiofx.c:
3456         * gst/audiofx/audiokaraoke.c:
3457         * gst/audiofx/audiokaraoke.h:
3458         * gst/audiofx/audiovoice.c:
3459         * gst/audiofx/audiovoice.h:
3460           Rename audiovoice to audiokaraoke and add it to the docs.
3461
3462 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3463
3464         * REQUIREMENTS:
3465         * docs/plugins/Makefile.am:
3466         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3467         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3468         * docs/plugins/gst-plugins-good-plugins.args:
3469         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3470         * docs/plugins/gst-plugins-good-plugins.interfaces:
3471         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3472         * docs/plugins/inspect/plugin-aasink.xml:
3473         * docs/plugins/inspect/plugin-alaw.xml:
3474         * docs/plugins/inspect/plugin-alpha.xml:
3475         * docs/plugins/inspect/plugin-alphacolor.xml:
3476         * docs/plugins/inspect/plugin-annodex.xml:
3477         * docs/plugins/inspect/plugin-apetag.xml:
3478         * docs/plugins/inspect/plugin-audiofx.xml:
3479         * docs/plugins/inspect/plugin-auparse.xml:
3480         * docs/plugins/inspect/plugin-autodetect.xml:
3481         * docs/plugins/inspect/plugin-avi.xml:
3482         * docs/plugins/inspect/plugin-cacasink.xml:
3483         * docs/plugins/inspect/plugin-cairo.xml:
3484         * docs/plugins/inspect/plugin-cdio.xml:
3485         * docs/plugins/inspect/plugin-cutter.xml:
3486         * docs/plugins/inspect/plugin-debug.xml:
3487         * docs/plugins/inspect/plugin-dv.xml:
3488         * docs/plugins/inspect/plugin-efence.xml:
3489         * docs/plugins/inspect/plugin-effectv.xml:
3490         * docs/plugins/inspect/plugin-equalizer.xml:
3491         * docs/plugins/inspect/plugin-esdsink.xml:
3492         * docs/plugins/inspect/plugin-flac.xml:
3493         * docs/plugins/inspect/plugin-flxdec.xml:
3494         * docs/plugins/inspect/plugin-gamma.xml:
3495         * docs/plugins/inspect/plugin-gconfelements.xml:
3496         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3497         * docs/plugins/inspect/plugin-goom.xml:
3498         * docs/plugins/inspect/plugin-goom2k1.xml:
3499         * docs/plugins/inspect/plugin-halelements.xml:
3500         * docs/plugins/inspect/plugin-icydemux.xml:
3501         * docs/plugins/inspect/plugin-id3demux.xml:
3502         * docs/plugins/inspect/plugin-jpeg.xml:
3503         * docs/plugins/inspect/plugin-level.xml:
3504         * docs/plugins/inspect/plugin-matroska.xml:
3505         * docs/plugins/inspect/plugin-monoscope.xml:
3506         * docs/plugins/inspect/plugin-mulaw.xml:
3507         * docs/plugins/inspect/plugin-multifile.xml:
3508         * docs/plugins/inspect/plugin-multipart.xml:
3509         * docs/plugins/inspect/plugin-navigationtest.xml:
3510         * docs/plugins/inspect/plugin-ossaudio.xml:
3511         * docs/plugins/inspect/plugin-png.xml:
3512         * docs/plugins/inspect/plugin-quicktime.xml:
3513         * docs/plugins/inspect/plugin-rtp.xml:
3514         * docs/plugins/inspect/plugin-rtsp.xml:
3515         * docs/plugins/inspect/plugin-smpte.xml:
3516         * docs/plugins/inspect/plugin-soup.xml:
3517         * docs/plugins/inspect/plugin-spectrum.xml:
3518         * docs/plugins/inspect/plugin-speex.xml:
3519         * docs/plugins/inspect/plugin-taglib.xml:
3520         * docs/plugins/inspect/plugin-udp.xml:
3521         * docs/plugins/inspect/plugin-video4linux2.xml:
3522         * docs/plugins/inspect/plugin-videobalance.xml:
3523         * docs/plugins/inspect/plugin-videobox.xml:
3524         * docs/plugins/inspect/plugin-videocrop.xml:
3525         * docs/plugins/inspect/plugin-videoflip.xml:
3526         * docs/plugins/inspect/plugin-videomixer.xml:
3527         * docs/plugins/inspect/plugin-wavenc.xml:
3528         * docs/plugins/inspect/plugin-wavpack.xml:
3529         * docs/plugins/inspect/plugin-wavparse.xml:
3530         * docs/plugins/inspect/plugin-ximagesrc.xml:
3531         * ext/aalib/gstaasink.c:
3532         * ext/libcaca/gstcacasink.c:
3533           Document aasink and cacasink.
3534
3535 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3536
3537         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3538         (gst_videomixer_init), (gst_videomixer_query_duration),
3539         (gst_videomixer_query_latency), (gst_videomixer_query),
3540         (gst_videomixer_blend_buffers):
3541         * gst/videomixer/videomixer.h:
3542         Implement position (in time), duration and latency queries.
3543
3544 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3545
3546         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3547         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3548         (gst_videomixer_fill_queues), (forward_event_func),
3549         (forward_event), (gst_videomixer_src_event),
3550         (gst_videomixer_sink_event):
3551         * gst/videomixer/videomixer.h:
3552         Implement proper seek/newsegment handling.
3553         Based on adder's implementation.
3554         Fixes #535121
3555
3556 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3557
3558         Patch by: Jan Gerber <j at oil21 dot org>
3559
3560         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3561         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3562
3563 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3564
3565         * gst/audiofx/Makefile.am:
3566         * gst/audiofx/audiofx.c: (plugin_init):
3567         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3568         (gst_audio_voice_class_init), (gst_audio_voice_init),
3569         (update_filter), (gst_audio_voice_set_property),
3570         (gst_audio_voice_get_property), (gst_audio_voice_setup),
3571         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3572         (gst_audio_voice_transform_ip):
3573         * gst/audiofx/audiovoice.h:
3574         Add simple voice removal element. Yay karaoke.
3575
3576 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3577
3578         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3579
3580         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3581         Fix potential caps leak.
3582         If we can't get the framerate with an ioctl, try to get it with the
3583         current norm. Fixes #520092.
3584
3585 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3586
3587         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3588
3589         * sys/v4l2/v4l2src_calls.c:
3590         (gst_v4l2src_probe_caps_for_format_and_size):
3591         If we fail to get the frame intervals, simply don't touch the framerates
3592         on the template caps instead of discarding the format. See #520092.
3593
3594 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3595
3596         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3597
3598         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
3599         (gst_v4l2_get_caps_info):
3600         Add NV12, NV21 and bayer support. See #520092.
3601
3602 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3603
3604         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3605         (gst_qtdemux_activate_segment):
3606         Unbreak segment activation again. Fixes #531672.
3607
3608 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
3609
3610         * ext/flac/Makefile.am:
3611         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3612         Set the channel layout when decoding FLAC files with more than 2
3613         channels as defined by the FLAC spec. Fixes bug #534570.
3614
3615         Also don't try to decode left/side, right/side and mid/side files
3616         as we don't support this at all.
3617
3618 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3619
3620         * configure.ac:
3621           We need -base CVS (rtsp).
3622
3623 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3624
3625         * gst/udp/Makefile.am:
3626           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
3627           when including netdb.h when building against glibc >= 2.8.
3628
3629 2008-05-22  Julien Moutte  <julien@fluendo.com>
3630
3631         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
3632         debug statement arguments.
3633         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
3634         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
3635         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
3636         on more platforms.
3637
3638 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3639
3640         * tests/check/elements/avimux.c: (setup_src_pad),
3641         (teardown_src_pad):
3642         * tests/check/elements/icydemux.c: (icydemux_found_pad),
3643         (GST_START_TEST):
3644         * tests/check/elements/matroskamux.c: (setup_src_pad),
3645         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
3646         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
3647         (GST_START_TEST):
3648         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
3649         (setup_wavpackparse), (cleanup_wavpackparse):
3650         Don't use gst_element_get_pad(), it's a bad, bad method.
3651
3652 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3653
3654         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3655         (do_toggle_element):
3656         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3657         (do_toggle_element):
3658         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3659         (do_toggle_element):
3660         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
3661         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
3662         (do_toggle_element):
3663         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
3664         (do_toggle_element):
3665         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
3666         (gst_auto_audio_sink_detect):
3667         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
3668         (gst_auto_video_sink_detect):
3669         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3670         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
3671         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
3672         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
3673         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
3674         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
3675         * tests/icles/videocrop-test.c: (test_with_caps),
3676         (video_crop_get_test_caps):
3677         Don't use gst_element_get_pad(), it's a bad method.
3678
3679 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3680
3681         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3682         (gst_multiudpsink_add_internal):
3683         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
3684         (gst_udp_join_group):
3685         * gst/udp/gstudpnetutils.h:
3686         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3687         Joining a multicast group and setting the loop/ttl properties are
3688         totally unrelated tasks are must be separated.
3689
3690 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
3691
3692         * gst/avi/gstavimux.c:
3693           Also support alaw/mulaw.
3694
3695 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3696
3697         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3698         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
3699         * gst/udp/gstmultiudpsink.h:
3700         Add a fixme for the auto-multicast property.
3701         Fix some confusing debug messages.
3702         Disable setting a qos value by default.
3703
3704 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3705
3706         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
3707
3708         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
3709         Ignore EPERM errors from sendto. Fixes #533619.
3710
3711 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3712
3713         Patch by: Henrik Eriksson <henriken at axis dot com>
3714
3715         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3716         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
3717         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3718         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
3719         * gst/udp/gstmultiudpsink.h:
3720         Add qos-dscp property to manage the Quality of service. Fixes #469917.
3721
3722 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3723
3724         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
3725         Improve debugging of the ident.
3726
3727 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3728
3729         Patch by: Bruno Santos <brunof at ua dot pt>
3730
3731         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3732         (gst_udp_join_group), (gst_udp_leave_group),
3733         (gst_udp_is_multicast):
3734         * gst/udp/gstudpnetutils.h:
3735         Provide a bunch of helper methods to deal with IPv4 and IPv6
3736         transparently.
3737
3738         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3739         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3740         (gst_multiudpsink_get_property), (join_multicast),
3741         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3742         (gst_multiudpsink_remove):
3743         * gst/udp/gstmultiudpsink.h:
3744         Add multicast TTL and loopback properties.
3745         Use the helper methods to implement ip4 and ip6.
3746
3747         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3748         * gst/udp/gstudpsrc.h:
3749         Use the helper methods to implement ip4 and ip6.
3750         Fixes #515962.
3751
3752 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3753
3754         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3755
3756         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3757         (gst_multipart_demux_get_gstname),
3758         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3759         * gst/multipart/multipartdemux.h:
3760         Don't blindly copy the mime-type as the caps name because they not
3761         always map directly. Instead use a hashtable with common mappings.
3762         Fixes #533287.
3763
3764 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3765
3766         * ext/esd/esdsink.c: (gst_esdsink_write):
3767         When we post an error, we must return -1 to let the parent know that we
3768         cannot write the segment else it will loop and continue to call us again
3769         forever. Patch by Michael Meeks.
3770
3771 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3772
3773         * gst/videomixer/videomixer.c:
3774           Add missing incudes.
3775
3776 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3777
3778         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3779         (gst_rtp_h264_pay_handle_buffer):
3780         * gst/rtp/gstrtph264pay.h:
3781         Correct a typo (sinle -> single).
3782
3783 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3784
3785         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3786         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3787         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3788         (gst_rtp_h264_depay_process):
3789         * gst/rtp/gstrtph264depay.h:
3790         Add experimental support for outputting quicktime-like AVC output in
3791         addition to the existing bytestream output.
3792
3793         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3794         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3795         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3796         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3797         (gst_rtp_h264_pay_get_property):
3798         * gst/rtp/gstrtph264pay.h:
3799         Make the parsing mode configurable, for some inputs we don't need to
3800         scan every byte for start codes.
3801         Only set the marker bit on ACCESS units.
3802
3803 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3804
3805         * gst/equalizer/gstiirequalizer.c:
3806         Use a bigger type in integer mode for the intermediate results to
3807         prevent overflows. This fixes the crippled sound when using the
3808         equalizer in integer mode. Fixes bug #510865.
3809
3810 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3811
3812         * gst/videomixer/videomixer.c:
3813         * gst/videomixer/videomixer.h:
3814         Instead of a random number for the request pad id's,
3815         use a counter.
3816
3817         Register the videomixerpad class from the element's class_init
3818         where it's safer, and allows the docs generator to scan it.
3819
3820 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3821
3822         * gst/smpte/Makefile.am:
3823         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3824         * gst/smpte/gstsmpte.h:
3825         * gst/smpte/gstsmptealpha.c:
3826         (gst_smpte_alpha_transition_type_get_type),
3827         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3828         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3829         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3830         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3831         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3832         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3833         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3834         * gst/smpte/gstsmptealpha.h:
3835         * gst/smpte/plugin.c: (plugin_init):
3836         Add new plugin that adds the SMPTE transition in the alpha channel of
3837         I420 and AYUV frames so that they can be blended with videomixer later
3838         on. Uses all niceties such as using base transform for efficient alloc
3839         and negotiation. It currently requires GstController to control the
3840         position in the transition effect.
3841
3842 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3843
3844         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3845         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3846         * docs/plugins/gst-plugins-good-plugins.args:
3847         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3848         * docs/plugins/gst-plugins-good-plugins.interfaces:
3849         * docs/plugins/gst-plugins-good-plugins.types:
3850         * gst/videomixer/videomixer.c:
3851           Try using thaytans new mechanism to get extra classes into plugin
3852           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3853           missing still.
3854
3855 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3856
3857         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3858         Set proper rate in avi stream header for PCM audio, and also do some
3859         more sanity checks on caps in this case.  Fixes #511489.
3860
3861 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3862
3863         * sys/v4l2/gstv4l2src.c:
3864         Don't include the gstv4l2xoverlay.h header as the XOverlay support
3865         isn't implemented at all yet and this requires X headers to be
3866         installed. Fixes bug #533264.
3867
3868 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3869
3870         reviewed by: <delete if not using a buddy>
3871
3872         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3873         (gst_ebml_write_set_cache):
3874         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3875         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3876         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3877         (gst_matroska_demux_read_track_encodings),
3878         (gst_matroska_demux_add_stream),
3879         (gst_matroska_demux_handle_src_query),
3880         (gst_matroska_demux_init_stream),
3881         (gst_matroska_demux_parse_index_cuetrack),
3882         (gst_matroska_demux_parse_index_pointentry),
3883         (gst_matroska_demux_parse_info),
3884         (gst_matroska_demux_parse_metadata_id_simple_tag),
3885         (gst_matroska_demux_parse_metadata),
3886         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3887         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3888         (gst_matroska_demux_parse_cluster),
3889         (gst_matroska_demux_parse_contents_seekentry),
3890         (gst_matroska_demux_loop_stream_parse_id),
3891         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3892         (gst_matroska_demux_audio_caps),
3893         (gst_matroska_demux_subtitle_caps):
3894         * gst/matroska/matroska-demux.h:
3895         * gst/matroska/matroska-ids.c:
3896         (gst_matroska_track_init_subtitle_context):
3897         * gst/matroska/matroska-ids.h:
3898         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3899         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
3900         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
3901         * sys/v4l2/gstv4l2src.c:
3902         * tests/check/pipelines/wavpack.c: (bus_handler):
3903         * win32/common/config.h:
3904
3905 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3906
3907         * ext/wavpack/gstwavpackstreamreader.c:
3908         * tests/examples/spectrum/demo-audiotest.c:
3909         * tests/examples/spectrum/demo-osssrc.c:
3910         Fix some compiler warnings.
3911
3912 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3913
3914         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
3915         Small comment added.
3916
3917         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3918         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
3919         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
3920         Debug string cleanups (remove trailing \n)
3921         Refactor and clean up the payloader a bit and make sure that we only
3922         put one NAL unit in an RTP packet even if the input buffer contains
3923         multiple NAL units.
3924         Add suport for AVC format input.
3925
3926 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
3927
3928         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3929         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
3930         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
3931         * gst/rtp/gstrtph264pay.h:
3932         Make it possible to specify profile-level-id and sprop-parameter-sets
3933         using properties in case they are not available in-stream.
3934
3935 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3936
3937         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3938         * docs/plugins/gst-plugins-good-plugins.args:
3939         * docs/plugins/inspect/plugin-ladspa.xml:
3940           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
3941
3942 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
3943
3944         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
3945         Send an initial BYTE segment to inform downstream of later seeking,
3946         and to forego sync attempts.
3947
3948 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3949
3950         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
3951         Fix wrong caps string.
3952
3953 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3954
3955         Based on patch by: Olivier Crete <tester at tester dot ca>
3956
3957         * gst/rtp/Makefile.am:
3958         * gst/rtp/gstrtp.c: (plugin_init):
3959         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
3960         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
3961         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
3962         (gst_rtp_g729_depay_plugin_init):
3963         * gst/rtp/gstrtpg729depay.h:
3964         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
3965         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
3966         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
3967         * gst/rtp/gstrtpg729pay.h:
3968         Added G729 pay and depayloaders. Fixes #532409.
3969
3970 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3971
3972         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
3973         Fix the calculation of the duration of the concealment packets.
3974
3975 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3976
3977         Based on patch by: Olivier Crete <tester at tester dot ca>
3978
3979         * gst/rtp/Makefile.am:
3980         * gst/rtp/gstrtp.c: (plugin_init):
3981         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
3982         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
3983         (parse_encode), (gst_rtp_dv_depay_setcaps),
3984         (calculate_difblock_location), (gst_rtp_dv_depay_process),
3985         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
3986         (gst_rtp_dv_depay_plugin_init):
3987         * gst/rtp/gstrtpdvdepay.h:
3988         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
3989         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
3990         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
3991         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
3992         (gst_dv_pay_negotiate), (include_dif),
3993         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
3994         * gst/rtp/gstrtpdvpay.h:
3995         Add DV pay and depayloaders. Fixes #532423.
3996
3997 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3998
3999         * gst/matroska/matroska-demux.c:
4000         (gst_matroska_demux_push_dvd_clut_change_event):
4001         Convert subtitle palette info in VobSub private data from VobSub's
4002         (buggy) RGB to YUV.
4003
4004 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4005
4006         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4007         Do not leave fourcc stream header field empty upon reset.
4008         Fixes #519301.
4009
4010 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4011
4012         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4013         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4014         * docs/plugins/inspect/plugin-goom.xml:
4015         * docs/plugins/inspect/plugin-goom2k1.xml:
4016         * gst/goom/gstgoom.c:
4017         * gst/goom2k1/gstgoom.c:
4018         Add goom2k1 into the docs.
4019
4020 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4021
4022         Based on patch by: Wouter Cloetens  <wouter at mind be>
4023
4024         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4025         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4026         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4027         (gst_rtsp_decode_quoted_string),
4028         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4029         (gst_rtspsrc_setup_auth):
4030         Support Digest authentication. Fixes #532065.
4031
4032 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4033
4034         * gst/level/gstlevel.c:
4035           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4036           about whats needed for liboil acceleration. Simplify docs a bit.
4037
4038 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4039
4040         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4041
4042         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4043         Update the track duration if the old one was invalid.
4044         Fixes bug #532117.
4045
4046 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4047
4048         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4049           Use GST_STR_NULL when trying to print sps and pps strings that could
4050           be NULL, as this might crash on some platforms.
4051
4052 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4053
4054         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4055
4056         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4057           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4058           set after creating the clipper.
4059
4060 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4061
4062         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4063
4064         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4065           Added checking of surface lost case after an unsuccessful
4066           IDirectDrawSurface7_Lock() call.
4067           If surface is lost, return GST_FLOW_OK.
4068
4069 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4070
4071         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4072
4073         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4074           WndProc, gst_directdraw_sink_window_thread):
4075           Improved Windows message loop and fixed window destruction issue.
4076           When the window which DirectDraw is rendering to is destroyed, the
4077           render/show_frame function will return GST_FLOW_ERROR.
4078           Partially fixes #520885.
4079
4080 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4081
4082         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4083
4084         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4085           Fixed mid stream resolution change bug, the offscreen surface is now
4086           released when set_caps is called.
4087           Partially fixes #520885.
4088
4089 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4090
4091         * sys/directdraw/gstdirectdrawsink.c
4092           (gst_directdraw_sink_buffer_alloc):
4093           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4094           width/height.
4095
4096           Especially when looking through the pool of buffers, make sure that
4097           the width/height of caps is used instead of the already negotiated
4098           dimensions.
4099           For example if a buffer with different caps is requested, i.e.
4100           higher resolution, the caller would get a buffer with the old
4101           dimensions and thus corrupt the heap.
4102
4103 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4104
4105         * sys/directdraw/gstdirectdrawsink.c
4106           (gst_directdraw_sink_buffer_alloc):
4107           Clear the flags on recycled buffers from buffer_alloc.
4108           Partially fixes #520885.
4109
4110 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4111
4112         * gst/rtp/gstrtpilbcpay.c:
4113           Added missing stdlib.h include for strtol(), and made include ordering and
4114           style consistent with the corresponding depayloader.
4115
4116 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4117
4118         * configure.ac:
4119           Error out if we don't have the required core/base versions.
4120
4121 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4122
4123         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4124
4125         * sys/osxvideo/cocoawindow.m:
4126         Fix compiler warnings on PPC64. Fixes bug #499318.
4127
4128 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4129
4130         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4131
4132         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4133         Don't leak file descriptors on error. Fixes #531532.
4134
4135 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4136
4137         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4138         (gst_gconf_audio_src_change_state):
4139         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4140         (gst_gconf_video_sink_change_state):
4141         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4142         (gst_gconf_video_src_change_state):
4143         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4144         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4145         When we can't create a fakesink/fakesrc complain instead of unreffing
4146         NULL pointers and crashing later. See bug #530535.
4147
4148 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4149
4150         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4151         Add some more debug info and guard against small payloads.
4152
4153         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4154         Set duration on outgoing buffers because we can.
4155
4156 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4157
4158         Patch by: Olivier Crete <tester at tester dot ca>
4159
4160         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4161         (gst_speex_enc_init), (gst_speex_enc_chain):
4162         Add negotiation for the speex channels and rate. Fixes #465146.
4163
4164 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4165
4166         Patch by: Olivier Crete <tester at tester dot ca>
4167
4168         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4169         (gst_rtp_speex_pay_getcaps):
4170         Add negotiation for the speex channels and rate. See #465146.
4171
4172 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4173
4174         Patch by: Olivier Crete <tester at tester dot ca>
4175
4176         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4177         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4178         Add negotiation for the ILBC mode. See #465146.
4179
4180 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4181
4182         * ext/soup/gstsouphttpsrc.c:
4183           Include stdlib to fix the build. Use g_free instead of free, libsoup
4184           uses glib.
4185
4186 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4187
4188         Patch by: j^ <j@bootlab.org>
4189
4190         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4191         Add more mpeg2 variants. Fixes #530886.
4192
4193 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4194
4195         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4196
4197         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4198           Don't error out if we get an ICMP destination-unreachable
4199           message when trying to read packets on win32 (#529454).
4200
4201 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4202
4203         * configure.ac:
4204         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4205           Use new error code for encrypted streams (which requires core CVS).
4206
4207 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4208
4209         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4210           (gst_qtdemux_audiosrc_template):
4211           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4212
4213 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4214
4215         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4216         (speex_dec_chain_parse_data):
4217         Produce concealment data when time progresses in a segment update.
4218
4219 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4220
4221         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4222         (speex_dec_chain):
4223         Try to preserve input timestamps when we can.
4224         Do beginnings of error concealment.
4225
4226 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4227
4228         * gst/debug/gstnavigationtest.c:
4229           MSVC doesn't provide rint(), define an adequate replacement locally as
4230           elsewhere.
4231
4232 2008-04-28  Julien Moutte  <julien@fluendo.com>
4233
4234         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4235         format to pacify Mac OSX's gcc.
4236
4237 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4238
4239         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4240           (DEFAULT_MAX), (src_template), (sink_template),
4241           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4242           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4243           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4244           Bring rndbuffersize element into a state that doesn't require us
4245           to move it to -bad immediately. For one, fix up default min/max
4246           values so that the element actuall works using the default values.
4247           Also, don't ignore flow return values and do some kind of minimal
4248           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4249           other gratuitious clean-ups.
4250
4251 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4252
4253         * docs/plugins/Makefile.am:
4254         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4255         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4256         * docs/plugins/gst-plugins-good-plugins.args:
4257         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4258         * docs/plugins/gst-plugins-good-plugins.interfaces:
4259         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4260         * docs/plugins/inspect/plugin-1394.xml:
4261         * docs/plugins/inspect/plugin-aasink.xml:
4262         * docs/plugins/inspect/plugin-alaw.xml:
4263         * docs/plugins/inspect/plugin-alpha.xml:
4264         * docs/plugins/inspect/plugin-alphacolor.xml:
4265         * docs/plugins/inspect/plugin-annodex.xml:
4266         * docs/plugins/inspect/plugin-apetag.xml:
4267         * docs/plugins/inspect/plugin-audiofx.xml:
4268         * docs/plugins/inspect/plugin-auparse.xml:
4269         * docs/plugins/inspect/plugin-autodetect.xml:
4270         * docs/plugins/inspect/plugin-avi.xml:
4271         * docs/plugins/inspect/plugin-cacasink.xml:
4272         * docs/plugins/inspect/plugin-cairo.xml:
4273         * docs/plugins/inspect/plugin-cdio.xml:
4274         * docs/plugins/inspect/plugin-cutter.xml:
4275         * docs/plugins/inspect/plugin-debug.xml:
4276         * docs/plugins/inspect/plugin-dv.xml:
4277         * docs/plugins/inspect/plugin-efence.xml:
4278         * docs/plugins/inspect/plugin-effectv.xml:
4279         * docs/plugins/inspect/plugin-equalizer.xml:
4280         * docs/plugins/inspect/plugin-esdsink.xml:
4281         * docs/plugins/inspect/plugin-flac.xml:
4282         * docs/plugins/inspect/plugin-flxdec.xml:
4283         * docs/plugins/inspect/plugin-gamma.xml:
4284         * docs/plugins/inspect/plugin-gconfelements.xml:
4285         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4286         * docs/plugins/inspect/plugin-goom.xml:
4287         * docs/plugins/inspect/plugin-halelements.xml:
4288         * docs/plugins/inspect/plugin-icydemux.xml:
4289         * docs/plugins/inspect/plugin-id3demux.xml:
4290         * docs/plugins/inspect/plugin-jpeg.xml:
4291         * docs/plugins/inspect/plugin-level.xml:
4292         * docs/plugins/inspect/plugin-matroska.xml:
4293         * docs/plugins/inspect/plugin-monoscope.xml:
4294         * docs/plugins/inspect/plugin-mulaw.xml:
4295         * docs/plugins/inspect/plugin-multifile.xml:
4296         * docs/plugins/inspect/plugin-multipart.xml:
4297         * docs/plugins/inspect/plugin-navigationtest.xml:
4298         * docs/plugins/inspect/plugin-ossaudio.xml:
4299         * docs/plugins/inspect/plugin-png.xml:
4300         * docs/plugins/inspect/plugin-quicktime.xml:
4301         * docs/plugins/inspect/plugin-rtp.xml:
4302         * docs/plugins/inspect/plugin-rtsp.xml:
4303         * docs/plugins/inspect/plugin-shout2send.xml:
4304         * docs/plugins/inspect/plugin-smpte.xml:
4305         * docs/plugins/inspect/plugin-spectrum.xml:
4306         * docs/plugins/inspect/plugin-speex.xml:
4307         * docs/plugins/inspect/plugin-taglib.xml:
4308         * docs/plugins/inspect/plugin-udp.xml:
4309         * docs/plugins/inspect/plugin-video4linux2.xml:
4310         * docs/plugins/inspect/plugin-videobalance.xml:
4311         * docs/plugins/inspect/plugin-videobox.xml:
4312         * docs/plugins/inspect/plugin-videocrop.xml:
4313         * docs/plugins/inspect/plugin-videoflip.xml:
4314         * docs/plugins/inspect/plugin-videomixer.xml:
4315         * docs/plugins/inspect/plugin-wavenc.xml:
4316         * docs/plugins/inspect/plugin-wavpack.xml:
4317         * docs/plugins/inspect/plugin-wavparse.xml:
4318         * docs/plugins/inspect/plugin-ximagesrc.xml:
4319           Add docs for gdkpixbufsink; update docs to CVS version.
4320
4321 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4322
4323         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4324         Remove test sync-offset by default.
4325
4326 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4327
4328         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4329         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4330         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4331           Use GLib versions of htonl, htons, ntohl and ntohs in order
4332           to avoid problems on win32 (#529707).
4333
4334 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4335
4336         Patch by: Jesús Corrius <jesus at softcatala org>
4337
4338         * gst/goom/filters.c: (zoomVector):
4339         * gst/goom/goom_core.c: (init_buffers):
4340           Fix build with mingw32: use rand() instead of random() and
4341           replace bzero() with memset(). Fixes #529692.
4342
4343 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4344
4345         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4346         Fix typo in comments.
4347
4348         * tests/examples/rtp/client-H263p-PCMA.sdp:
4349         * tests/examples/rtp/client-H263p-PCMA.sh:
4350         * tests/examples/rtp/client-H264-PCMA.sdp:
4351         * tests/examples/rtp/client-H264-PCMA.sh:
4352         * tests/examples/rtp/client-H264.sdp:
4353         * tests/examples/rtp/client-H264.sh:
4354         * tests/examples/rtp/client-PCMA.sdp:
4355         * tests/examples/rtp/client-PCMA.sh:
4356         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4357         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4358         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4359         Add some more docs and fix examples.
4360
4361 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4362
4363         * tests/check/elements/multifile.c:
4364         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4365         declared in the former, some have it declared in the latter.
4366
4367 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4368
4369         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4370         * gst/debug/tests.c: (md5_get_value):
4371         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4372         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4373         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4374         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4375         Stop using deprecated GLib functions.
4376
4377 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4378
4379         * configure.ac:
4380         Back to development -> 0.10.8.1
4381
4382 === release 0.10.8 ===
4383
4384 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4385
4386         * configure.ac:
4387           releasing 0.10.8, "One For The Money"
4388
4389 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4390
4391         * configure.ac:
4392         0.10.7.4 pre-release
4393
4394 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4395
4396         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4397         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4398         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4399         * gst/goom/flying_stars_fx.c: (fs_free):
4400         * gst/goom/goom_config_param.h:
4401         * gst/goom/goom_core.c: (goom_init), (goom_close):
4402         * gst/goom/goom_plugin_info.h:
4403         * gst/goom/gstgoom.c: (gst_goom_finalize):
4404         * gst/goom/lines.c: (goom_lines_free):
4405         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4406         * gst/goom/surf3d.c: (grid3d_free):
4407         * gst/goom/surf3d.h:
4408         * gst/goom/tentacle3d.c: (tentacle_free):
4409         Free a bunch of stuff, and initialise things to fix leaks
4410         and valgrind warnings in the testsuite.
4411
4412         Fixes: #529268
4413
4414 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4415
4416         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4417         (gst_rtspsrc_configure_caps):
4418         Ref caps as the return value for the request_pt_map signal.
4419         Remove some caps weirdness when configuring a stream. See #528245.
4420
4421 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4422
4423         * tests/icles/gdkpixbufsink-test.c:
4424           Add cast to placate gcc 4.1.2.
4425
4426 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4427
4428         * configure.ac:
4429         0.10.7.3 pre-release
4430
4431 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4432
4433         * tests/check/Makefile.am:
4434         Disable some more elements in the state test.
4435         Add a define so the soup test can find the test files
4436         it needs at runtime.
4437
4438         * tests/check/elements/souphttpsrc.c: (run_server):
4439
4440         Add a define so the soup test can find the test files
4441         it needs at runtime.
4442
4443 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4444
4445         * gst/goom/convolve_fx.c: (convolve_apply):
4446         Don't ever draw the GOOM logo.
4447         Fixes: #528615
4448
4449 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4450
4451         * ext/cdio/gstcdiocddasrc.c:
4452         * ext/dv/gstdvdemux.c: 
4453         gst_atomic_int_set ==> g_atomic_int_set
4454
4455 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4456
4457         * configure.ac:
4458         * gst/goom/Makefile.am:
4459         * gst/goom/convolve_fx.c:
4460         * gst/goom/default_scripts.h:
4461         * gst/goom/goom.h:
4462         * gst/goom/goom_core.c: (choose_a_goom_line):
4463         * gst/goom/goom_plugin_info.h:
4464         * gst/goom/goomsl.c:
4465         * gst/goom/goomsl.h:
4466         * gst/goom/goomsl_hash.c:
4467         * gst/goom/goomsl_hash.h:
4468         * gst/goom/goomsl_heap.c:
4469         * gst/goom/goomsl_heap.h:
4470         * gst/goom/goomsl_private.h:
4471         * gst/goom/plugin_info.c:
4472           Strip out the config/script parsing stuff, we don't need it.
4473           Fixes #527999.
4474
4475 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4476
4477         * gst/goom/plugin_info.c: (setOptimizedMethods):
4478           Disable altivec optimisations for 32-bit PPC as well to make
4479           things build properly on all PPC systems. Fixes #528143
4480
4481 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4482
4483         * gst-plugins-good.spec.in:
4484           Update for souphttpsrc plugin which has moved to -good.
4485
4486 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4487
4488         * gst/matroska/matroska-demux.c:
4489         (gst_matroska_demux_handle_seek_event):
4490         Fix open-ended seeks in matroskademux
4491         Patch by: Mark Nauwelaerts <manauw skynet be>
4492         Fixes: #526557
4493
4494 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4495
4496         * tests/check/Makefile.am:
4497         Add soup test certificates to the dist.
4498
4499 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4500
4501         * ext/Makefile.am:
4502         Remove LADSPA reference I missed.
4503
4504 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4505
4506         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4507         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4508         over gnome-vfs and everything else. Fixes bug #527848.
4509
4510 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4511
4512         * configure.ac:
4513         * ext/Makefile.am:
4514         Remove LADSPA plugin. Fixes: #515978
4515
4516 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4517
4518         * configure.ac:
4519         * docs/plugins/Makefile.am:
4520         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4521         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4522         * docs/plugins/gst-plugins-good-plugins.args:
4523         * docs/plugins/inspect/plugin-soup.xml:
4524         * ext/Makefile.am:
4525         * tests/check/Makefile.am:
4526         Move soup plugin from -bad (Fixes: #523124)
4527
4528 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4529
4530         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4531         Fix bounds checking of mode in Speex header, which may
4532         produce negative numbers in speex <= 1.1.12
4533
4534 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4535
4536         * gst/goom/Makefile.am:
4537         * gst/goom/gfontlib.c:
4538         * gst/goom/gfontlib.h:
4539         * gst/goom/gfontrle.c:
4540         * gst/goom/gfontrle.h:
4541         * gst/goom/goom.h:
4542         * gst/goom/goom_core.c: (goom_update):
4543         * gst/goom/goom_plugin_info.h:
4544         * gst/goom/gstgoom.c: (gst_goom_chain):
4545         * gst/goom/plugin_info.c:
4546           Remove a bunch of font/text related code that we don't need.
4547
4548 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4549
4550         * gst/goom/ppc_drawings.s:
4551         * gst/goom/ppc_zoom_ultimate.s:
4552           Change license of these files to LGPL, as permitted by the
4553           author, Guillaume Borios. See #515073.
4554
4555 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4556
4557         * gst/goom/convolve_fx.c:
4558         * gst/goom/motif_goom1.h:
4559         * gst/goom/motif_goom2.h:
4560           As hinted in Bug #518213, revert one change and fix warnings properly.
4561           This fixes both #518213 and #520073 for me.     
4562
4563 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4564
4565         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4566         * gst/matroska/matroska-demux.c:
4567         (gst_matroska_demux_handle_seek_event),
4568         (gst_matroska_demux_parse_contents_seekentry),
4569         (gst_matroska_demux_loop):
4570         Fix the Forte build by making function declaration signatures
4571         match the implementations.
4572
4573 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
4574
4575         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4576         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
4577         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
4578           More logging when probing (see #518474), some comments in _reset().
4579
4580 2008-04-07  Julien Moutte  <julien@fluendo.com>
4581
4582         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
4583         because of a bad argument number.
4584
4585 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4586
4587         * tests/icles/.cvsignore:
4588         * tests/icles/Makefile.am:
4589         * tests/icles/gdkpixbufsink-test.c:
4590           Interactive test app for gdkpixbufsink.
4591
4592 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4593
4594         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4595
4596         * configure.ac:
4597         Actually build dlls when cross-compiling with mingw32.
4598         Fixes bug #526247.
4599
4600 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
4601
4602         * ext/hal/hal.c: (gst_hal_get_alsa_element):
4603           Don't munge device string to 'default:x' for capture devices.
4604           Fixes #525833.
4605
4606 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4607
4608         * ext/wavpack/gstwavpackparse.c:
4609         (gst_wavpack_parse_index_entry_free):
4610         Always use GSlice as we actually depend on GLib 2.12 already.
4611
4612 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4613
4614         * configure.ac:
4615           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
4616           Also bump the GLib requirement to the current de-facto requirement
4617           (ie. 2.12).
4618
4619 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4620
4621         * gst/rtp/gstrtph264pay.c: (encode_base64),
4622         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
4623         * gst/rtp/gstrtph264pay.h:
4624         Parse codec_data for future AVC compatibility.
4625         Fail when we encounter AVC data for now.
4626
4627 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4628
4629         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
4630           (gst_spectrum_init), (gst_spectrum_set_property),
4631           (gst_spectrum_get_property), (gst_spectrum_message_new):
4632           Rename property enums and default defines for the properties to match
4633           the property names and rephrase property descriptions to make them a
4634           bit clearer (hopefully). See #518188.
4635
4636 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4637
4638         * tests/check/Makefile.am:
4639         * tests/check/elements/.cvsignore:
4640         * tests/check/elements/gdkpixbufsink.c:
4641           Add unit test for gdkpixbufsink element.
4642
4643 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4644
4645         * ext/gdk_pixbuf/Makefile.am:
4646         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4647         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
4648           (gst_gdk_pixbuf_sink_base_init),
4649           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
4650           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
4651           (gst_gdk_pixbuf_sink_set_caps),
4652           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
4653           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
4654           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
4655           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
4656           (gst_gdk_pixbuf_sink_get_property):
4657         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
4658           Add gdkpixbufsink element for easy snapshotting (#525946).
4659
4660 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4661
4662         * tests/check/pipelines/wavpack.c: (wavpack_suite):
4663         Bump timeout from 3 to 60 seconds.
4664
4665 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4666
4667         * tests/check/pipelines/.cvignore:
4668         Remove useless file.
4669
4670         * tests/check/pipelines/.cvsignore:
4671         Add new test to .cvsignore.
4672
4673 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4674
4675         * tests/check/Makefile.am:
4676         * tests/check/pipelines/wavpack.c: (bus_handler),
4677         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
4678         (wavpack_suite), (main):
4679         Add unit test that encodes and decodes some data, checks that it
4680         is still the same and that all timestamps/offsets are perfect.
4681
4682 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4683
4684         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
4685         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
4686         * ext/wavpack/gstwavpackparse.c:
4687         (gst_wavpack_parse_index_entry_new),
4688         (gst_wavpack_parse_index_entry_free),
4689         (gst_wavpack_parse_base_init),
4690         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
4691         Use GSlice for allocating index entries and use
4692         gst_element_class_set_details_simple().
4693
4694 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4695
4696         Patch by: Brian Cameron <brian.cameron at sun dot com>
4697
4698         * sys/sunaudio/gstsunaudio.c:
4699         * sys/sunaudio/gstsunaudiomixer.c:
4700         * sys/sunaudio/gstsunaudiomixer.h:
4701         * sys/sunaudio/gstsunaudiomixerctrl.c:
4702         * sys/sunaudio/gstsunaudiomixerctrl.h:
4703         * sys/sunaudio/gstsunaudiomixertrack.c:
4704         * sys/sunaudio/gstsunaudiomixertrack.h:
4705         * sys/sunaudio/gstsunaudiosink.c:
4706         * sys/sunaudio/gstsunaudiosink.h:
4707         * sys/sunaudio/gstsunaudiosrc.c:
4708         * sys/sunaudio/gstsunaudiosrc.h:
4709           Fix up copyrights (#525860).
4710
4711 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4712
4713         * gst/goom/goomsl.c: (gsl_read_file):
4714           Check return value of fread() to avoid compiler warnings.
4715
4716 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4717
4718         Based on patch by: Mersad Jelacic <mersad at axis dot com>
4719
4720         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
4721         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
4722         * gst/law/alaw-decode.h:
4723         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
4724         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4725         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4726         * gst/law/mulaw-decode.h:
4727         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
4728         Make negotiation a bit modern.
4729         Use pad_alloc. Fixes #525359.
4730
4731 2008-03-31  David Schleef  <ds@schleef.org>
4732
4733         * gst/goom/xmmx.c: Fix constraints on asm code so that it
4734           compiles consistently.  Fixes #522278.
4735
4736 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4737
4738         Patch by: Brian Cameron <brian.cameron at sun dot com>
4739
4740         * sys/sunaudio/gstsunaudiomixerctrl.c:
4741           (gst_sunaudiomixer_ctrl_get_volume),
4742           (gst_sunaudiomixer_ctrl_set_volume):
4743         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4744           Fix up the mixer tracks to use a volume range of 0-255, which is what
4745           the sun audio API uses. This simplifies the code and avoids rounding
4746           errors. Fixes #524593.
4747
4748 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4749
4750         * sys/v4l2/gstv4l2object.c:
4751         * sys/v4l2/gstv4l2object.h:
4752         Add device-fd property to make it possible to apps to call ioctl's.
4753
4754 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4755
4756         * gst/qtdemux/qtdemux.c: (next_entry_size):
4757         Unbreak streaming mode again.
4758
4759 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4760
4761         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4762           Remove superfluous DEBUG macro.
4763
4764 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4765
4766         Based on patch by: William M. Brack <wbrack at mmm com hk>
4767
4768         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4769           (gst_v4l2src_set_capture):
4770           Check whether the device supports setting the framerate before
4771           trying to set it and then posting a warning or error if it doesn't
4772           work (#516649, #520092). Also compare fractions more correctly.
4773
4774 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4775
4776         * gst/goom/Makefile.am:
4777           Remove ppc assembler optimisations from the build until they
4778           actually build (they also seem to have GPL headers).
4779
4780 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4781
4782         * m4/Makefile.am:
4783           Better not dist files that don't exist any longer (lrint*m4).
4784
4785 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4786
4787         * configure.ac:
4788         * m4/lrint.m4:
4789         * m4/lrintf.m4:
4790         Remove lrint/lrintf checks. We don't use it anywhere.
4791
4792 2008-03-18  Andy Wingo  <wingo@pobox.com>
4793
4794         * sys/osxvideo/osxvideosink.m
4795         (gst_osx_video_sink_osxwindow_destroy)
4796         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4797         task, whoopdee.
4798         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4799         2 ms.
4800
4801 2008-03-18  Andy Wingo  <wingo@pobox.com>
4802
4803         * sys/osxvideo/osxvideosink.m
4804         (gst_osx_video_sink_osxwindow_destroy)
4805         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4806         task, whoopdee.
4807         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4808         2 ms.
4809         
4810 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4811
4812         Patch by: William M. Brack <wbrack at mmm com hk>
4813
4814         * sys/v4l2/v4l2src_calls.c:
4815           (gst_v4l2src_probe_caps_for_format_and_size),
4816           (gst_v4l2src_probe_caps_for_format):
4817           Make sure the probed frame sizes are reversed in the resulting
4818           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4819           highest resolution first); also remove unused variable.
4820           (Partly fixes #520092)
4821
4822 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4823
4824         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4825
4826         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4827         (gst_rtspsrc_finalize):
4828         Call WSAStartup() and WSACleanup before using the Winsock API.
4829         See #520808.
4830
4831 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4832
4833         * gst/avi/gstavidemux.c:
4834           Erm, the buffer-size is just guint, no need for the special format
4835           specifier.
4836
4837 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4838
4839         * gst/goom/plugin_info.c:
4840         * gst/goom/ppc_zoom_ultimate.h:
4841           Small fixes to build more on PPC: ifdef out code that uses unknown
4842           define; add newline at end of header file to avoid compiler warning.
4843           Assembler code still doesn't build though.
4844
4845 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4846
4847         * gst/avi/gstavidemux.c:
4848           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4849           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4850
4851 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4852
4853         * gst/avi/gstavidemux.c:
4854           Chunksize is uint32. Fix format specifier.
4855
4856 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4857
4858         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4859         mistake. Return file to pure MIT text.
4860
4861 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4862
4863         * gst/audiofx/audiofx.c:
4864         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4865         of hardcoding values.
4866
4867 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4868
4869         Patch by: Mark Nauwelaerts <manauw skynet be>
4870
4871         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
4872           (gst_oss_src_close):
4873         * sys/oss/gstosssrc.h:
4874           Cache probed caps, so _get_caps() during recording doesn't cause
4875           ioctl calls which may disrupt the recording (fixes #521875).
4876
4877 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4878
4879         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
4880         (gst_qtdemux_activate_segment),
4881         (gst_qtdemux_prepare_current_sample),
4882         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
4883         Make sure we always send a DISCONT after a seek by setting the sample
4884         index to an undefined value after a seek.
4885
4886 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4887
4888         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
4889           (GST_IS_AVI_SUBTITLE_CLASS):
4890           Fix up IS_FOO macros, which makes gtk-doc much happier.
4891
4892 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4893
4894         * tests/icles/Makefile.am:
4895           Move the -lgstfoo where it belongs.
4896
4897 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4898
4899         * gst/matroska/ebml-ids.h:
4900         Add ID for EBML CRC32 elements.
4901
4902         * gst/matroska/Makefile.am:
4903         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
4904         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
4905         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
4906         (gst_ebml_read_header):
4907         Support reading 80bit floats, add finalize method to clean up
4908         in any case, support reading length/id elements with any length
4909         as long as it's smaller than our supported maximum, don't leak
4910         buffers if reading as much data as we wanted failed and some
4911         smaller cleanup.
4912
4913 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4914
4915         Patch by: Olivier Crete <tester at tester dot ca>
4916
4917         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4918         Check that a buffer is large enough before reading from it.
4919         Fixes bug #521102.
4920         
4921 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4922
4923         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4924         Fix compilation after removing the GstPollMode from the
4925         constructor.
4926
4927 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4928
4929         * configure.ac:
4930         * gst/audiofx/Makefile.am:
4931         * gst/audiofx/audiochebband.c:
4932         * gst/audiofx/audiocheblimit.c:
4933         * gst/audiofx/math_compat.h:
4934         Check for sinh(), cosh() and asinh() and define our own
4935         implementations if they're not available. Fixes bug #520880.
4936
4937 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4938
4939         Patch by: Olivier Crete <tester at tester dot ca>
4940
4941         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
4942         Unref the buffers only once when handling not-negotiated errors.
4943         Fixes bug #520764.
4944
4945 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4946
4947         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4948
4949         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
4950         (gst_udpsrc_stop):
4951         Properly balance WSA_Cleanup with WSA_Startup.
4952         Also make the poll controllable on windows. Fixes #520888.
4953
4954 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4955
4956         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
4957         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
4958         (gst_ebml_read_element_length), (gst_ebml_peek_id),
4959         (gst_ebml_read_skip), (gst_ebml_read_buffer),
4960         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
4961         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
4962         (gst_ebml_read_date), (gst_ebml_read_master),
4963         (gst_ebml_read_binary), (gst_ebml_read_header):
4964         * gst/matroska/ebml-read.h:
4965         * gst/matroska/matroska-demux.c:
4966         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
4967         (gst_matroska_demux_read_track_encodings),
4968         (gst_matroska_demux_add_stream),
4969         (gst_matroska_demux_handle_src_query),
4970         (gst_matroska_demux_handle_seek_event),
4971         (gst_matroska_demux_init_stream),
4972         (gst_matroska_demux_parse_tracks),
4973         (gst_matroska_demux_parse_index_cuetrack),
4974         (gst_matroska_demux_parse_index_pointentry),
4975         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
4976         (gst_matroska_demux_parse_metadata_id_simple_tag),
4977         (gst_matroska_demux_parse_metadata_id_tag),
4978         (gst_matroska_demux_parse_metadata),
4979         (gst_matroska_demux_sync_streams),
4980         (gst_matroska_demux_push_hdr_buf),
4981         (gst_matroska_demux_push_flac_codec_priv_data),
4982         (gst_matroska_demux_push_xiph_codec_priv_data),
4983         (gst_matroska_demux_add_wvpk_header),
4984         (gst_matroska_demux_check_subtitle_buffer),
4985         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4986         (gst_matroska_demux_parse_cluster),
4987         (gst_matroska_demux_parse_contents_seekentry),
4988         (gst_matroska_demux_parse_contents),
4989         (gst_matroska_demux_loop_stream_parse_id),
4990         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
4991         * gst/matroska/matroska-demux.h:
4992         * gst/matroska/matroska-ids.h:
4993         Handle return values from pull_range in a more granular way to properly
4994         shut down on seeks.
4995         Combine return values from push.
4996         Implement proper error handling.
4997         Prepare for handling seeking correctly.
4998
4999 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5000
5001         * gst/matroska/ebml-read.c:
5002         Use GINT64 formatting constants from GLIB.
5003
5004         * gst/matroska/matroska-demux.c:
5005         Add some guards to avoid a possible division by 0 and crashing
5006         with NULL events on some systems.
5007         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5008         conversion. 
5009
5010         * gst/matroska/matroska-mux.c:
5011         Check for invalid timestamps in a bunch of places to avoid
5012         writing bogus durations into the output file.
5013         Fix some double<->gint64 conversions that weren't using
5014         gst_guint64_to_gdouble
5015
5016 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5017
5018         * configure.ac:
5019         Move the checks for bison, flex and as to the program section and the
5020         check for gcc inline asm to the compiler characteristics section.
5021
5022 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5023
5024         * configure.ac:
5025         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5026         plug-ins are included/excluded. (#498222)
5027
5028 2008-02-29  Michael Smith <msmith@fluendo.com>
5029
5030         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5031           Don't call gst_object_sync_values() unless we have a valid timestamp.
5032
5033 2008-02-28  David Schleef  <ds@schleef.org>
5034
5035         * gst/matroska/matroska-demux.c:
5036         * gst/matroska/matroska-ids.h:
5037         * gst/matroska/matroska-mux.c:
5038           Fix Dirac mapping.  I had previously added a VfW-type
5039           mapping, but it looks like Dirac will get a native Matroska
5040           mapping, and this is the most likely method.
5041
5042 2008-02-28  David Schleef  <ds@schleef.org>
5043
5044         * gst/avi/gstavimux.c: Add Dirac encoding
5045
5046 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5047
5048         Patch by: Peter Kjellerstedt <pkj at axis com>
5049
5050         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5051         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5052         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5053         * gst/udp/gstudpsrc.h:
5054         Port to GstPoll. See #505417.
5055
5056 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5057
5058         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5059         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5060         yet on the srcpad. We need rate and channels before we
5061         can do any processing. Fixes bug #519088.
5062
5063 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5064
5065         * configure.ac:
5066         Detect and indicate if GCC inline assembly syntax is
5067         available.
5068
5069         * gst/goom/Makefile.am:
5070         * gst/goom/convolve_fx.c:
5071         * gst/goom/flying_stars_fx.c:
5072         * gst/goom/goom_config.h:
5073         * gst/goom/goom_core.c:
5074         * gst/goom/goomsl.c:
5075         * gst/goom/ifs.c:
5076         * gst/goom/mmx.c:
5077         * gst/goom/plugin_info.c:
5078         * gst/goom/xmmx.c:
5079         Fix various GCC-isms, and only build the inline assembly
5080         with compilers that support GCC inline assembly.
5081
5082         Fix a couple of other warnings shown with Forte.
5083
5084 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5085
5086         * gst/goom/xmmx.c:
5087           Use 'emms' instead of 'femms' to not crash on cpus that do not
5088           implement this 3dnow specific instruction.
5089
5090 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5091
5092         * gst/goom/plugin_info.c: (setOptimizedMethods):
5093         Use extended MMX for draw_line() too if available, not only
5094         normal MMX.
5095
5096 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5097
5098         * ext/jpeg/gstjpeg.c: (plugin_init):
5099         Remove (commented out) smoke typefinder. This is in base now.
5100
5101 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5102
5103         * gst/goom2k1/Makefile.am:
5104         * gst/goom2k1/gstgoom.c:
5105
5106         Rename the installed library, and don't register the same 
5107         GType name as the new goom.
5108
5109 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5110
5111         * configure.ac:
5112         * ext/taglib/Makefile.am:
5113           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5114           when building C++ code (#516509).
5115
5116 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5117
5118         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5119         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5120           (setOptimizedMethods):
5121           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5122           anything useful. Export goom debug category so we can get
5123           rid of the VERBOSE define and the printfs.
5124
5125 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5126
5127         * gst/goom/goomsl_heap.c: (align_it):
5128         * gst/goom/plugin_info.c: (setOptimizedMethods):
5129           Compile fixes for x86-64.
5130
5131 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5132
5133         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5134         with warnings, but add other CFLAGS
5135
5136         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5137         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5138         (calculate_labels), (gsl_read_file):
5139         * gst/goom/goomsl_lex.l:
5140         * gst/goom/goomsl_yacc.y:
5141         * gst/goom/plugin_info.c: Remove a few live printf, and
5142         fprintf, replace exit() calls with g_assert_not_reached()
5143         if it not optimal for a library
5144
5145 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5146
5147         * gst/goom/Makefile.am: Remove the warnings being disabled,
5148         fix linkage on x86, spotted by Sebastian Dröge
5149         <slomo@circular-chaos.org>
5150
5151         * gst/goom/convolve_fx.c (convolve_init),
5152         (create_output_with_brightness), (convolve_apply):
5153         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5154         * gst/goom/goomsl.c:
5155         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5156         * gst/goom/plugin_info.c:
5157         * gst/goom/tentacle3d.c (tentacle_fx_create):
5158         Fix warnings, and disable the motifs in the convolve_fx
5159         plugin (they were causing warnings, and they were just
5160         "Goom" in funny letterring)
5161
5162 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5163
5164         * configure.ac: Add checks for Flex/Yacc/Bison and other
5165         furry animals, for the new goom 2k4 based plugin
5166
5167         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5168         CPU optimisations (not working yet), move the old plugin to...
5169
5170         * gst/goom2k1/*: ... here, in case somebody is sick enough
5171
5172         Fixes #515073
5173
5174 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5175
5176         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5177         Post the server response code in an error message instead of a generic
5178         'error' message. Fixes #517237.
5179
5180 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5181
5182         * tests/check/Makefile.am:
5183         Ignore gconfaudiosrc for the states unit test too. It will fallback
5184         to alsasrc if the gconf settings can't be read and not everybody has
5185         alsa.
5186
5187 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5188
5189         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5190         (gst_wavpack_parse_create_src_pad):
5191         * ext/wavpack/gstwavpackparse.h:
5192         Always report the duration if we know it in push mode and don't
5193         return 0 just to make totem believe we can't seek in push mode.
5194         Newer totem version use the SEEKING query which properly reports
5195         if we can seek or not.
5196
5197 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5198
5199         Patch by: Jens Granseuer <jensgr at gmx dot net>
5200
5201         * tests/examples/equalizer/demo.c: (main):
5202         C89 fix, moving variable declarations to the beginning of
5203         the block. Fixes bug #517933.
5204
5205 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5206
5207         * configure.ac:
5208         Back to development...
5209
5210 === release 0.10.7 ===
5211
5212 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5213
5214         * configure.ac:
5215           releasing 0.10.7, "Red Door Black"
5216
5217 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5218
5219         * gst/alpha/Makefile.am:
5220         Link alpha plugin with libgstbase. Fixes bug #517386.
5221
5222 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5223
5224         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5225         Init values to -1 instead of the default 0 value.
5226         Fixes #516524.
5227
5228 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5229
5230         * tests/examples/spectrum/spectrum-example.c:
5231         Add missing include to fix compilation when libxml usage is disabled.
5232         Fixes: #516371
5233
5234 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5235
5236         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5237         fixes: #514889
5238
5239         * gst/rtp/gstrtph264pay.c:
5240         * gst/rtp/gstrtpmp4gdepay.c:
5241         * gst/rtp/gstrtpmp4gpay.c:
5242         * gst/rtp/gstrtpmp4gpay.h:
5243         * gst/rtp/gstrtptheorapay.c:
5244         * gst/rtp/gstrtpvorbispay.c:
5245
5246         Fix various leaks shown up in valgrind
5247         - free sprops and buffer in error cases in H264 payloader
5248         - fix leak in mp4g depayloader when construction the caps
5249         - don't leak config string in the mp4g payloader
5250         - don't leak buffers and headers in theora and vorbis payloaders
5251
5252         * tests/check/elements/rtp-payloading.c:
5253
5254         Fix the RTP data test
5255         - Actually send valid amr data to the payloader instead of 20
5256         zero-bytes
5257         - The mp4g payloader expects codec_data on the caps
5258
5259 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5260
5261         * win32/MANIFEST:
5262         Add libgstpng.dsp to MANIFEST.
5263         * win32/vs6/libgstaudiofx.dsp:
5264         Add new source files to VS project file.
5265
5266 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5267
5268         * sys/ximage/gstximagesrc.c:
5269         Initialise variables when opening the X display rather
5270         than in _start(), as the display can be opened before that.
5271
5272         Fixes: #515985
5273
5274 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5275
5276         * sys/directdraw/gstdirectdrawsink.c:
5277         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5278         (gst_directdraw_sink_finalize):
5279         Properly chain up finalize functions. Fixes bug #515980.
5280
5281 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5282
5283         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5284         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5285         (gst_v4l2_buffer_pool_class_init):
5286         Chain up the finalize functions. Fixes bug #515984.
5287
5288 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5289
5290         * sys/ximage/ximageutil.c:
5291         Chain up in the finalize function for our custom
5292         buffer sub-class.
5293         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5294         Fixes: #515706
5295
5296 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5297
5298         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5299         (gst_fenced_buffer_class_init):
5300         Properly chain up finalize method. Fixes bug #515979.
5301
5302 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5303
5304         * sys/ximage/gstximagesrc.c:
5305         Free allocated Damage memory before closing our connection to the
5306         X server. Partially fixes: #515706
5307
5308 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5309
5310         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5311         * tests/check/Makefile.am:
5312         * tests/check/gst-plugins-good.supp:
5313         Add a few libjpeg suppressions and initialize a variable to
5314         make smokeenc valgrind clean. Fixes bug #515701.
5315
5316 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5317
5318         * gst/avi/gstavidemux.c:
5319         Revert patch which sends timestamps only on keyframes, as it
5320         breaks playback with current gst-ffmpeg.
5321
5322         Fixes: #515562
5323
5324 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5325
5326         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5327         * tests/check/elements/multifile.c: (GST_START_TEST):
5328         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5329
5330 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5331
5332         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5333         Use and unset the GError when pipeline creation fails instead of
5334         simply leaking it. Fixes bug #515704.
5335
5336 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5337
5338         * gst/audiofx/audioamplify.c:
5339         * gst/audiofx/audiochebband.c:
5340         * gst/audiofx/audiocheblimit.c:
5341         * gst/audiofx/audiodynamic.c:
5342         * gst/audiofx/audioinvert.c:
5343         * gst/audiofx/audiopanorama.c:
5344         * gst/audiofx/audiowsincband.c:
5345         * gst/audiofx/audiowsinclimit.c:
5346         Fix long description of audiofx elements. Fixes bug #515457.
5347
5348 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5349
5350         * docs/plugins/Makefile.am:
5351         * gst/spectrum/gstspectrum.c:
5352         * tests/examples/spectrum/.cvsignore:
5353         * tests/examples/spectrum/Makefile.am:
5354         * tests/examples/spectrum/spectrum-example.c:
5355
5356         Add a simple example application for the spectrum element, include it
5357         in the docs, and fix some documentation ambiguities.
5358
5359         Fixes: #348085
5360
5361 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5362
5363         * gst/equalizer/Makefile.am:
5364         * gst/spectrum/Makefile.am:
5365         Fix includes order
5366
5367         * tests/check/Makefile.am:
5368         Exclude v4l2src from the states test - it takes too long to start.
5369
5370         * tests/check/elements/spectrum.c:
5371         Make the test run properly with CK_FORK=no
5372
5373 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5374
5375         * gst/audiofix/Makefile.am: add missing header files 
5376
5377 2008-02-08  Julien Moutte  <julien@fluendo.com>
5378
5379         * gst/matroska/matroska-demux.c:
5380         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5381         keyframe and delta units correctly when dealign with a BlockGroup.
5382         Fixes: #514397
5383
5384 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5385
5386         * tests/check/elements/.cvsignore:
5387         Spell the new tests correctly in .cvsignore
5388
5389 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5390
5391         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5392           Need to use gsize here for the size, fixes compiler warning.
5393
5394         * tests/examples/equalizer/.cvsignore:
5395         * tests/examples/equalizer/Makefile.am:
5396         * tests/examples/spectrum/.cvsignore:
5397         * tests/examples/spectrum/Makefile.am:
5398           Add missing files to fix the build.
5399
5400 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5401
5402         * configure.ac:
5403         * docs/plugins/Makefile.am:
5404         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5405         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5406         * docs/plugins/gst-plugins-good-plugins.args:
5407         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5408         * docs/plugins/inspect/plugin-multifile.xml:
5409         * tests/check/Makefile.am:
5410         * tests/check/elements/.cvsignore:
5411
5412         Move multifile plugin from -bad.
5413         Fixes: #490283
5414
5415 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5416
5417         * configure.ac:
5418         * docs/plugins/Makefile.am:
5419         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5420         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5421         * docs/plugins/gst-plugins-good-plugins.args:
5422         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5423         * docs/plugins/inspect/plugin-spectrum.xml:
5424         * gst/spectrum/Makefile.am:
5425         * tests/check/Makefile.am:
5426         * tests/check/elements/.cvsignore:
5427         * tests/examples/Makefile.am:
5428
5429         Move spectrum plugin from -bad.
5430         Move examples into tests/examples/spectrum.
5431
5432 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5433
5434         * configure.ac:
5435         * docs/plugins/Makefile.am:
5436         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5437         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5438         * docs/plugins/gst-plugins-good-plugins.args:
5439         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5440         * docs/plugins/gst-plugins-good-plugins.interfaces:
5441         * docs/plugins/inspect/plugin-equalizer.xml:
5442         * gst/equalizer/Makefile.am:
5443         * tests/check/Makefile.am:
5444         * tests/examples/Makefile.am:
5445         Move the equalizer plugin across from -bad
5446
5447         * tests/check/elements/.cvsignore:
5448         Add equalizer, audiosincwband and audiosincwlimit
5449
5450         * tests/check/elements/equalizer.c:
5451         Fix compiler warnings
5452
5453         Fixes: #415627
5454
5455 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5456
5457         * configure.ac:
5458         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5459         are treated like releases and build without it.
5460
5461 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5462
5463         * docs/plugins/Makefile.am:
5464         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5465         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5466         * docs/plugins/gst-plugins-good-plugins.args:
5467         * docs/plugins/inspect/plugin-audiofx.xml:
5468         * gst/audiofx/Makefile.am:
5469         * gst/audiofx/audiofx.c:
5470         * gst/audiofx/audiowsincband.c:
5471         * gst/audiofx/audiowsincband.h:
5472         * gst/audiofx/audiowsinclimit.c:
5473         * gst/audiofx/audiowsinclimit.h:
5474         * tests/check/Makefile.am:
5475         * tests/check/elements/audiowsincband.c:
5476         * tests/check/elements/audiowsinclimit.c:
5477
5478         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5479         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5480         respectively.
5481
5482         Fixes: #467666
5483
5484 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5485
5486         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5487         * tests/check/elements/icydemux.c:
5488           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5489           caps, and add a somewhat useful debug message. Plus test.
5490
5491 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5492
5493         * gst/rtsp/gstrtspsrc.c:
5494         Include unistd.h only if HAVE_UNISTD_H is defined
5495         * win32/common/config.h.in:
5496         * win32/common/config.h:
5497         Define socklen_t as it seems it's not defined in default 
5498         Visual Studio headers.
5499         * win32/vs6/libgstalpha.dsp:
5500         * win32/vs6/libgstapetag.dsp:
5501         * win32/vs6/libgstavi.dsp:
5502         * win32/vs6/libgstrtp.dsp:
5503         * win32/vs6/libgstrtsp.dsp:
5504         * win32/vs6/libgstvideomixer.dsp:
5505         Update project file dependencies and add new source files       
5506
5507 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5508
5509         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5510
5511         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5512         Don't leak buffers when we don't push them downstream.
5513         Fixes bug #514965.
5514
5515 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5516
5517         * configure.ac:
5518           Bump requirements to (good) released versions to avoid
5519           confusion and make implicit core requirement explicit.
5520
5521 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5522
5523         * docs/plugins/Makefile.am:
5524         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5525         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5526         * docs/plugins/gst-plugins-good-plugins.args:
5527         * docs/plugins/inspect/plugin-audiofx.xml:
5528         * gst/audiofx/Makefile.am:
5529         * gst/audiofx/audiochebband.c:
5530         * gst/audiofx/audiochebband.h:
5531         * gst/audiofx/audiocheblimit.c:
5532         * gst/audiofx/audiocheblimit.h:
5533         * gst/audiofx/audiochebyshevfreqband.c:
5534         * gst/audiofx/audiochebyshevfreqband.h:
5535         * gst/audiofx/audiochebyshevfreqlimit.c:
5536         * gst/audiofx/audiochebyshevfreqlimit.h:
5537         * gst/audiofx/audiofx.c:
5538         * tests/check/Makefile.am:
5539         * tests/check/elements/.cvsignore:
5540         * tests/check/elements/audiochebband.c:
5541         * tests/check/elements/audiocheblimit.c:
5542         * tests/check/elements/audiochebyshevfreqband.c:
5543         * tests/check/elements/audiochebyshevfreqlimit.c:
5544
5545         Rename audiochebyshevfreqband -> audiochebband and
5546         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5547         surgery.
5548
5549         Closes: #491811
5550
5551 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5552
5553         Patch by: Orjan Friberg <orjanf at axis dot com>
5554
5555         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5556         Fix caps memory leak. Fixes #514573.
5557
5558 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5559
5560         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5561         If there's no entries in the subindex, don't try to do anything stupid,
5562         just return.
5563
5564 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5565
5566         Patch by: John Millikin <jmillikin at gmail dot com>
5567
5568         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5569           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5570           Fix extraction of picture blocks with newer libflac versions again:
5571           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5572
5573 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5574
5575         * tests/check/Makefile.am:
5576           Add rtp-payloading test to VALGRIND_TO_FIX.
5577
5578         * tests/check/elements/rtp-payloading.c:
5579           Add semicolons after GST_TEST_END so gst-indent gets the
5580           formatting right; make test less verbose in general, but
5581           more verbose in the error case (which should probably
5582           make the test fail anyway).
5583
5584 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
5585
5586         * docs/plugins/Makefile.am:
5587         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5588         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5589         * gst/avi/gstavisubtitle.c:
5590         Add documentation for avisubtitle and change class to
5591         Codec/Parser/Subtitle
5592
5593 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5594
5595         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5596         Treat ENOTTY (driver does not implement ioctl) the same as
5597         EINVAL since it implies there are no available standards.
5598
5599         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
5600         (gst_v4l2src_get_nearest_size):
5601         Replace gst_v4l2src_get_size_limits with 2 calls to new function
5602         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
5603         probe if the driver does not support VIDIOC_TRY_FMT for whatever
5604         reason, and if we aren't yet actively capturing.
5605
5606         * sys/v4l2/v4l2src_calls.h:
5607         Remove replaced function declaration.
5608
5609 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5610
5611         * configure.ac:
5612         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
5613         API.
5614
5615 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
5616
5617         * configure.ac:
5618         Fix typo.
5619
5620 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5621
5622         * gst/alpha/Makefile.am:
5623         * gst/alpha/gstalpha.c:
5624
5625         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
5626         some stuff, and making buffer-alloc and resizing work automatically.
5627         No longer crashes on odd frame widths and heights, although there
5628         seems to be a disagreement with ffmpegcolorspace about what size
5629         an AYUV frame with odd height should be.
5630
5631 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5632
5633         Patch by: Alessandro Decina <alessandro at nnva dot org>
5634
5635         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
5636         * ext/libpng/gstpngenc.h:
5637         Preallocate the output buffer so that g_memdup() and
5638         gst_buffer_merge() aren't needed anymore. This greatly improves
5639         performances and fixes #512544.
5640
5641 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5642
5643         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
5644         (gst_avi_demux_stream_data):
5645         GStreamer timestamps are PTS values while AVI only knows about DTS
5646         timestamps. Make sure we only copy the DTS as the buffer timestamp when
5647         we are dealing with a key frame.
5648
5649 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5650
5651         * tests/check/Makefile.am:
5652         * tests/check/elements/.cvsignore:
5653         * tests/check/elements/rtp-payloading.c:
5654           Add add testsuite for the rtp-payloader that tries simulating
5655           dataflow. Needs more test data.
5656
5657 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5658
5659         * tests/check/elements/alphacolor.c:
5660           Remove two unused variables.
5661
5662 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5663
5664         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5665           Use g_ascii_strtoll() instead of atoll, which is only
5666           available in C99.
5667
5668 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
5669
5670         * gst/rtp/Makefile.am:
5671         * gst/rtp/gstrtp.c:
5672         * gst/rtp/gstrtpmpvpay.c:
5673         * gst/rtp/gstrtpmpvpay.h:
5674         Add MPEG2 video payloader
5675
5676 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5677
5678         * gst/level/gstlevel.c:
5679         Use #include <math.h> instead of #include "math.h".
5680
5681 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5682
5683         * tests/check/Makefile.am:
5684         Fix up some CFLAGS sets.
5685         Don't include gconfvideosrc in the states test.
5686
5687         * tests/check/elements/autodetect.c: (GST_START_TEST):
5688         Add some error strings to fail_unless arguments to fix some weird
5689         compiler errors on Solaris.
5690
5691 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5692
5693         * configure.ac:
5694         Detect video4linux headers on Solaris too.
5695         * sys/v4l2/gstv4l2colorbalance.h:
5696         * sys/v4l2/gstv4l2object.h:
5697         * sys/v4l2/v4l2_calls.c:
5698         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5699         (gst_v4l2_buffer_new):
5700
5701         Make v4l2 build on Solaris.
5702         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5703         Fixes: #510505
5704
5705 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
5706
5707         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5708           Update list from (still local) scanning script.
5709
5710 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
5711
5712         Based on a patch by:
5713             Victor STINNER <victor dot stinner at haypocalc dot com>
5714
5715         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5716         Set variable to NULL after freeing it to prevent double frees
5717         or make failures by another use of it afterwards more obvious
5718         and fix use of it after the freeing. Fixes bug #510592.
5719
5720 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5721
5722         * gst/udp/gstmultiudpsink.c:
5723         use GST_WARNING for logging
5724
5725 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5726
5727         * gst/udp/gstmultiudpsink.c:
5728         Don't try to leave a multicast group with an invalid socket
5729
5730 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5731
5732         * ext/flac/gstflacdec.c:
5733           Fix compilation against flac 1.1.2 (as on debian stable), where
5734           the picture metadata defines and structs don't exist yet.
5735           Fixes #509301.
5736
5737 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5738
5739         Patch by: Olivier Crete <tester at tester dot ca>
5740
5741         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5742         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5743         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5744         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5745         * gst/udp/gstmultiudpsink.h:
5746         Add property to automatically join a multicast group or not. This can be
5747         useful when sharing a socket between multiple elements.
5748         Fixes #509531.
5749
5750 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5751
5752         * gst/videomixer/Makefile.am:
5753           Add controller flags.
5754
5755 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5756
5757         * gst/videomixer/videomixer.c:
5758           Also commit the missing gst_object_sync_values().
5759
5760 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5761
5762         * docs/plugins/Makefile.am:
5763           Remove duplicate entry.
5764
5765 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5766
5767         * docs/plugins/Makefile.am:
5768         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5769         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5770         * docs/plugins/inspect/plugin-gamma.xml:
5771         * docs/plugins/inspect/plugin-monoscope.xml:
5772         * docs/plugins/inspect/plugin-video4linux2.xml:
5773           Add 3 more plugins to docs.
5774
5775 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5776
5777         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5778         * sys/osxvideo/osxvideosink.h:
5779           Revert previous change caused by a file that got stuck on an old
5780           revision.
5781
5782 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5783
5784         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5785         * gst/multipart/Makefile.am:
5786         * gst/multipart/multipartdemux.c:
5787         * gst/multipart/multipartdemux.h:
5788         * gst/multipart/multipartmux.c:
5789         * gst/multipart/multipartmux.h:
5790           Re-add multipartdemux to the docs. Last round of section cleanup.
5791
5792 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5793
5794         * docs/plugins/Makefile.am:
5795         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5796         * sys/osxaudio/gstosxaudiosink.h:
5797         * sys/osxvideo/osxvideosink.h:
5798           Managed to resolve most unused declarations. Filed a bug for one left.          
5799
5800 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5801
5802         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5803           Cleanup section file.
5804
5805 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5806
5807         * docs/plugins/Makefile.am:
5808         * docs/plugins/gst-plugins-good-plugins.args:
5809         * docs/plugins/gst-plugins-good-plugins.signals:
5810         * docs/plugins/inspect/plugin-alaw.xml:
5811         * docs/plugins/inspect/plugin-alpha.xml:
5812         * docs/plugins/inspect/plugin-alphacolor.xml:
5813         * docs/plugins/inspect/plugin-annodex.xml:
5814         * docs/plugins/inspect/plugin-apetag.xml:
5815         * docs/plugins/inspect/plugin-audiofx.xml:
5816         * docs/plugins/inspect/plugin-auparse.xml:
5817         * docs/plugins/inspect/plugin-autodetect.xml:
5818         * docs/plugins/inspect/plugin-avi.xml:
5819         * docs/plugins/inspect/plugin-cairo.xml:
5820         * docs/plugins/inspect/plugin-cdio.xml:
5821         * docs/plugins/inspect/plugin-cutter.xml:
5822         * docs/plugins/inspect/plugin-debug.xml:
5823         * docs/plugins/inspect/plugin-dv.xml:
5824         * docs/plugins/inspect/plugin-efence.xml:
5825         * docs/plugins/inspect/plugin-effectv.xml:
5826         * docs/plugins/inspect/plugin-flac.xml:
5827         * docs/plugins/inspect/plugin-flxdec.xml:
5828         * docs/plugins/inspect/plugin-gconfelements.xml:
5829         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5830         * docs/plugins/inspect/plugin-goom.xml:
5831         * docs/plugins/inspect/plugin-halelements.xml:
5832         * docs/plugins/inspect/plugin-icydemux.xml:
5833         * docs/plugins/inspect/plugin-id3demux.xml:
5834         * docs/plugins/inspect/plugin-jpeg.xml:
5835         * docs/plugins/inspect/plugin-ladspa.xml:
5836         * docs/plugins/inspect/plugin-level.xml:
5837         * docs/plugins/inspect/plugin-matroska.xml:
5838         * docs/plugins/inspect/plugin-mulaw.xml:
5839         * docs/plugins/inspect/plugin-multipart.xml:
5840         * docs/plugins/inspect/plugin-navigationtest.xml:
5841         * docs/plugins/inspect/plugin-png.xml:
5842         * docs/plugins/inspect/plugin-quicktime.xml:
5843         * docs/plugins/inspect/plugin-rtp.xml:
5844         * docs/plugins/inspect/plugin-rtsp.xml:
5845         * docs/plugins/inspect/plugin-shout2send.xml:
5846         * docs/plugins/inspect/plugin-smpte.xml:
5847         * docs/plugins/inspect/plugin-speex.xml:
5848         * docs/plugins/inspect/plugin-taglib.xml:
5849         * docs/plugins/inspect/plugin-udp.xml:
5850         * docs/plugins/inspect/plugin-videobalance.xml:
5851         * docs/plugins/inspect/plugin-videobox.xml:
5852         * docs/plugins/inspect/plugin-videocrop.xml:
5853         * docs/plugins/inspect/plugin-videoflip.xml:
5854         * docs/plugins/inspect/plugin-videomixer.xml:
5855         * docs/plugins/inspect/plugin-wavenc.xml:
5856         * docs/plugins/inspect/plugin-wavpack.xml:
5857         * docs/plugins/inspect/plugin-wavparse.xml:
5858           Update plugin docs.
5859
5860         * gst/videomixer/Makefile.am:
5861         * gst/videomixer/videomixer.c:
5862         * gst/videomixer/videomixer.h:
5863         * gst/videomixer/videomixerpad.h:
5864           Split out header to fix warnings from the doc-build.
5865
5866 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5867
5868         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5869
5870         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5871         Use atoll to parse the rtptime with enough precision. Fixes #509329.
5872
5873 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5874
5875         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
5876         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
5877           Initialise variables to work around (false) 'foo might be used
5878           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
5879
5880 2008-01-11  David Schleef  <ds@schleef.org>
5881
5882         * docs/plugins/.cvsignore:
5883         * tests/check/pipelines/.cvsignore:
5884           Ignore more files for the buildbot.
5885
5886 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5887
5888         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
5889         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5890         Generate the image-type values correctly. Leave them out of the caps
5891         when outputting a "preview image" tag, since it only makes sense
5892         to have one of those - the type is irrelevant.
5893
5894         * sys/sunaudio/gstsunaudiomixerctrl.c:
5895         (gst_sunaudiomixer_ctrl_open):
5896         If we can, mark the mixer multiple open when we use it, in case
5897         (for some reason) the process wants to open it again elsewhere.
5898
5899 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5900
5901         Patch by: Olivier Crete <tester at tester dot ca>
5902
5903         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5904         * gst/rtp/gstrtptheorapay.c:
5905         Fix the clock rate to 90000 as required by the RFC.
5906         Fixes #508644.
5907
5908 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5909
5910         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
5911           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
5912
5913 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5914
5915         * autogen.sh:
5916           Add -Wno-portability to the automake parameters to stop warnings
5917           about GNU make extensions being used. We require GNU make in almost
5918           every Makefile anyway.
5919           
5920         * configure.ac:
5921           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5922           at the same time is required for per target flags.
5923
5924 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5925
5926         * gst/videomixer/videomixer.c: (gst_videomixer_init):
5927         Fix error from my last commit.
5928
5929 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5930
5931         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5932
5933         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
5934           Make sure the ISO 639-X language code in ID3v2 COMM frames
5935           is actually valid UTF-8 (or rather: ASCII), so we don't end
5936           up with non-UTF8 strings in tags if there's garbage in the
5937           language field. Also make sure the language code is always
5938           lower case. Fixes: #508291.
5939
5940 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5941
5942         * ChangeLog:
5943           Fix ChangeLog typo.
5944
5945 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5946
5947         * Makefile.am:
5948           Include lcov.mak to allow building coverage reports. Guard
5949           check-torture target like in the other packages.
5950
5951 2008-01-09  Sameer Naik  <sameer@damagehead.com>
5952
5953         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
5954
5955         * gst/videomixer/videomixer.c:
5956         (gst_videomixer_set_master_geometry), (_do_init),
5957         (gst_videomixer_child_proxy_get_child_by_index),
5958         (gst_videomixer_child_proxy_get_children_count),
5959         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
5960         (gst_videomixer_init), (gst_videomixer_request_new_pad),
5961         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
5962         Implement GstChildProxy interface.
5963         Send newsegment at the right moment
5964         Fixes #488879
5965
5966 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5967
5968         * gst/alpha/Makefile.am:
5969         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
5970         (gst_alpha_sink_event), (gst_alpha_chain),
5971         (gst_alpha_change_state), (plugin_init):
5972         Make the various properties of 'alpha' controllable. This allows doing
5973         niceties like fade-in/fade-out.
5974
5975 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5976
5977         * gst/rtp/gstasteriskh263.c:
5978         * gst/rtp/gstrtpL16depay.c:
5979         * gst/rtp/gstrtpac3depay.c:
5980         * gst/rtp/gstrtpamrpay.c:
5981         * gst/rtp/gstrtpdepay.c:
5982         * gst/rtp/gstrtpgsmdepay.c:
5983         * gst/rtp/gstrtph263depay.c:
5984         * gst/rtp/gstrtph263pdepay.c:
5985         * gst/rtp/gstrtph263ppay.c:
5986         * gst/rtp/gstrtph264depay.c:
5987         * gst/rtp/gstrtph264pay.c:
5988         * gst/rtp/gstrtpmp2tdepay.c:
5989         * gst/rtp/gstrtpmp4adepay.c:
5990         * gst/rtp/gstrtpmp4gdepay.c:
5991         * gst/rtp/gstrtpmp4gpay.c:
5992         * gst/rtp/gstrtpmp4vdepay.c:
5993         * gst/rtp/gstrtpmpadepay.c:
5994         * gst/rtp/gstrtpmpvdepay.c:
5995         * gst/rtp/gstrtpsv3vdepay.c:
5996         * gst/rtp/gstrtptheoradepay.c:
5997         * gst/rtp/gstrtptheorapay.c:
5998         * gst/rtp/gstrtpvorbisdepay.c:
5999         * gst/rtp/gstrtpvorbispay.c:
6000           Remove copy/paste unused code (property setters and getter) found by
6001           the coverage suite (yay, saves ~20k on disk).
6002
6003 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6004
6005         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6006           (videosink_templ):
6007           Also fix up pad templates to indicate that image/jpeg doesn't
6008           absolutely require the framerate property to be set (#504081).
6009
6010 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6011
6012         Based on patch by: Wouter Cloetens  <wouter at mind be>
6013
6014         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6015           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6016           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6017         * gst/matroska/matroska-mux.h:
6018           Keep track of first and last timestamps for each incoming stream,
6019           so we can calculate the total duration for live sources and other
6020           input where we can't query the duration from the start or where
6021           there's no constant framerate from which we can deduce the
6022           duration; also use calculated/observed duration if it is bigger
6023           than the previously queried duration. Furthermore, use
6024           gst_pad_query_peer_duration() and take into account that it may
6025           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6026           screws up comparisons when using unsigned integers. Fixes #504081.
6027
6028 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6029
6030         * configure.ac:
6031         * gst/audiofx/audioamplify.c:
6032         (gst_audio_amplify_clipping_method_get_type),
6033         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6034         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6035         (gst_audio_dynamic_transform_ip):
6036         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6037         (gst_audio_invert_transform_ip):
6038         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6039         (gst_audio_panorama_transform):
6040         * gst/level/gstlevel.c: (gst_level_init):
6041         Make elements GST_BUFFER_FLAG_GAP aware and call
6042         gst_base_transform_set_gap_aware for this.
6043         Bump core requirement to CVS.
6044         
6045         * gst/audiofx/audiochebyshevfreqband.c:
6046         (gst_audio_chebyshev_freq_band_transform_ip):
6047         * gst/audiofx/audiochebyshevfreqlimit.c:
6048         (gst_audio_chebyshev_freq_limit_transform_ip):
6049         Also sync GObject properties to the controller if operating
6050         in passthrough mode.
6051
6052 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6053
6054         * sys/directdraw/gstdirectdrawsink.c:
6055           (gst_directdraw_sink_window_thread):
6056           FALSE is not a gpointer.
6057
6058 2008-01-05  Julien Moutte  <julien@fluendo.com>
6059
6060         * sys/directdraw/gstdirectdrawsink.c:
6061         (gst_directdraw_sink_set_window_id),
6062         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6063         (gst_directdraw_sink_buffer_alloc),
6064         (gst_directdraw_sink_draw_borders),
6065         (gst_directdraw_sink_show_frame),
6066         (gst_directdraw_sink_setup_ddraw),
6067         (gst_directdraw_sink_window_thread),
6068         (gst_directdraw_sink_get_ddrawcaps),
6069         (gst_directdraw_sink_surface_create): Make sure we create our
6070         internal window only when we need it. That will give a chance to
6071         the application to get the prepare-xwindow-id bus message. Draw
6072         black borders when keeping aspect ratio. Handle the case where our
6073         rendering window disappears (closed or errors) like other sinks
6074         do. Various 80 columns fixes, improve state change order. That
6075         element could need some more love.
6076
6077 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6078
6079         * ext/taglib/gstapev2mux.h:
6080         * ext/taglib/gstid3v2mux.h:
6081         Remove useless typedefs without new type name. Fixes a warning with
6082         gcc 4.3.
6083
6084 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6085
6086         Patch by: John Millikin <jmillikin at gmail dot com>
6087
6088         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6089         (gst_flac_dec_setup_stream_decoder),
6090         (gst_flac_normalize_picture_mime_type),
6091         (gst_flac_extract_picture_buffer),
6092         (gst_flac_dec_metadata_callback):
6093         Emit metadata messages when a PICTURE block is encountered.
6094         Fixes #506715.
6095
6096 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6097
6098         * gst/avi/gstavi.c:
6099         increase rank because no known issues anymore ...
6100         * gst/avi/gstavisubtitle.c:
6101         send subtitle name to the srcpad
6102
6103 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6104
6105         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6106         * gst/rtsp/gstrtspsrc.h:
6107         Implement redirect for the DESCRIBE reply. Fixes #506025.
6108
6109 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6110
6111         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6112         Fix 'xyz may be used uninitialized' compiler warnings caused
6113         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6114         abort() in any case but properly report the error.
6115
6116 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6117
6118         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6119         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6120         * sys/ximage/gstximagesrc.c: (composite_pixel):
6121           Fix 'xyz may be used uninitialized' compiler warnings caused
6122           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6123           not really nice to abort in any case). Fixes #505745.
6124
6125 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6126
6127         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6128           Small unit test fix (has no practical impact at the moment,
6129           since we're only feeding utf8 and hence just create a sub-
6130           buffer for the output).
6131
6132 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6133
6134         * gst/avi/gstavisubtitle.c:
6135         * tests/check/elements/avisubtitle.c:
6136         Add seeking support for avi subtitle
6137
6138 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6139
6140         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6141         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6142         (gst_flac_dec_write):
6143         * ext/flac/gstflacdec.h:
6144         Remove some unused vars.
6145         Do more cleanup of leftover events and tags.
6146         Output tags after the segment event. Fixes #504018.
6147
6148 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6149
6150         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6151           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6152           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6153           Detect other UTF byte order markers and convert to UTF-8 as
6154           appropriate.
6155
6156 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6157
6158         * gst/avi/gstavisubtitle.c: (src_template),
6159           (gst_avi_subtitle_extract_utf8_file),
6160           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6161           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6162           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6163         * gst/avi/gstavisubtitle.h:
6164           Refactor a bit; fix name extraction; don't assume all the data
6165           in the chunk is actually subtitle data, there may be padding at
6166           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6167           file so it's there to send again after a seek (for future use).
6168
6169 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6170
6171         * gst/avi/Makefile.am:
6172         * gst/avi/gstavi.c:
6173         * gst/avi/gstavisubtitle.c:
6174         * gst/avi/gstavisubtitle.h:
6175         * tests/check/Makefile.am:
6176         * tests/check/elements/avisubtitle.c:
6177         * win32/common/config.h:
6178                 Add avi subtitle element for bug #442034. Need seeking support
6179                 and more support for character conversion.
6180
6181 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6182
6183         * Makefile.am:
6184           Include common/win32.mak for CRLF check of win32 project
6185           files (see #393626).
6186
6187         * win32/vs6/libgstpng.dsp:
6188           Fix line endings and do cvs admin -kb.
6189
6190 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6191
6192         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6193         Actually drop the buffers which are outside the currently configured
6194         segment instead of just emitting a WARNING.
6195
6196 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6197
6198         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6199         (gst_flac_dec_write):
6200         * ext/flac/gstflacdec.h:
6201         Send segments from the streaming thread. Fixes #502187.
6202         Fix segment seeking and a bunch of other seeking cases.
6203
6204 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6205
6206         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6207           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6208           which is where it would end up if the same information was
6209           put in a vorbis comment (don't think it's worth adding a
6210           new URI tag for this). Fixes #488112.
6211
6212 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6213
6214         * configure.ac:
6215           We need core/base 0.10.15 or later.
6216
6217 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6218
6219         Patch by: Mark Nauwelaerts <manauw skynet be>
6220
6221         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6222         Fix regression in stream numbering. Fixes #502655.
6223
6224 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6225
6226         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6227
6228         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6229         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6230         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6231         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6232         (gst_rtp_h264_pay_handle_buffer):
6233         * gst/rtp/gstrtph264pay.h:
6234         Use higher performance start-code searching.
6235         Parse NALs and store SPS, PPS and profile in the caps so that they can
6236         be used in the SDP. Fixes #502814.
6237
6238 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6239
6240         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6241         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6242           Init some structs to zero before we pass them to ioctl, which
6243           avoids valgrind warnings.  Also fix a small memory leak.
6244
6245 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6246
6247         Patch by: Wouter Cloetens <wouter at mind dot be>
6248
6249         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6250         Copy timestamp from input to output. Not very perfect yet but better
6251         than nothing. Fixes #503023.
6252
6253 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6254
6255         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6256           Also print a useful error message with the old Wavpack API
6257           if possible.
6258
6259 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6260
6261         * ext/wavpack/gstwavpackdec.c:
6262           More build fixes for old libwavpack versions: include config.h so
6263           that WAVPACK_OLD_API is actually defined as detected; only use
6264           WavpackGetErrorMessage if it is available. This fixes the build
6265           on debian stable for me.
6266
6267 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6268
6269         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6270         * ext/wavpack/gstwavpackparse.c:
6271           (gst_wavpack_parse_create_src_pad):
6272           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6273           versions below 4.40.0.
6274
6275 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6276
6277         * configure.ac:
6278           And now do it right for real...
6279
6280 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6281
6282         * configure.ac:
6283           Correctly reset $LIBS to not contain -lm.
6284
6285 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6286
6287         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6288
6289         * configure.ac:
6290         * ext/cairo/gsttimeoverlay.c:
6291           (gst_cairo_time_overlay_print_smpte_time):
6292           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6293           and checking for rint() and implementing it ourself if it doesn't
6294           exist. Fixes #497293.
6295
6296 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6297
6298         * configure.ac:
6299           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6300
6301 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6302
6303         * sys/oss/gstosshelper.c:
6304         Verify that the format returned after the ioctl is the one
6305         we requested. It is valid for the ioctl to succeed while
6306         substituting an alternate 'supported' sample format.
6307
6308 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6309
6310         * sys/oss/gstossaudio.c: (plugin_init):
6311         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6312         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6313           Post decent (and translated) error message when we can't
6314           open the audio device for some reason.
6315
6316 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6317
6318         * sys/oss/gstosssink.c:
6319         * sys/oss/gstosssrc.c:
6320         Allow the AUDIODEV environment variable to redirect us
6321         to a different default OSS device, like sunaudiosink does
6322         on Solaris (makes audio play automatically on SunRays).
6323
6324 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6325
6326         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6327         * gst/audiofx/audiochebyshevfreqband.c:
6328         (gst_audio_chebyshev_freq_band_transform_ip):
6329         * gst/audiofx/audiochebyshevfreqlimit.c:
6330         (gst_audio_chebyshev_freq_limit_transform_ip):
6331         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6332         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6333         The transform_ip() methods should do nothing if in passthrough mode.
6334         It might get non-writable buffers in that case but the buffer might
6335         as well be writable.
6336
6337         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6338         The transform() methods won't be called in passthrough mode and
6339         otherwise the buffer is always writable so don't check here.
6340
6341 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6342
6343         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6344           Fix seeking in .wav files again (#501775).  Some people seem to think
6345           they don't need to test their changes when they're just 'reflowing'
6346           some code.
6347
6348 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6349
6350         * gst/autodetect/gstautovideosink.c:
6351         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6352         (gst_auto_video_sink_init),
6353         (gst_auto_video_sink_create_element_with_pretty_name),
6354         (gst_auto_video_sink_find_best),
6355         (gst_auto_video_sink_set_property),
6356         (gst_auto_video_sink_get_property):
6357         * gst/autodetect/gstautovideosink.h:
6358         Fix docs.
6359         Use same error reporting code as autoaudiosink.
6360         Add property to filter sinks based on caps. Only select raw video sinks
6361         by default for backwards compat.
6362         API: GstAutoVideoSink::filter-caps
6363
6364 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6365
6366         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6367
6368         * gst/autodetect/gstautoaudiosink.c:
6369         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6370         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6371         (gst_auto_audio_sink_set_property),
6372         (gst_auto_audio_sink_get_property):
6373         * gst/autodetect/gstautoaudiosink.h:
6374         Add property to filter sinks based on caps. Only select raw audio sinks
6375         by default for backwards compat.  Fixes #417420.
6376         API: GstAutoAudioSink::filter-caps
6377
6378 2007-11-29  Michael Smith <msmith@fluendo.com>
6379
6380         Patch by: Arek Korbik <arkadini@gmail.com>
6381
6382         * gst/videobox/gstvideobox.c: (plugin_init):
6383           Initialise liboil in plugin_init()
6384
6385 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6386
6387         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6388         Post error before sending EOS. Fixes #499178.
6389
6390 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6391
6392         * win32/vs6/gst_plugins_good.dsw:
6393         * win32/vs6/libgstpng.dsp:
6394         Add a project file for libgstpng
6395
6396 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6397
6398         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6399         (gst_rtp_h263_depay_process):
6400         Code beautification.
6401         Added debug statements.
6402         Don't bit-shift everything, just do operations on last/first byte
6403         instead.
6404
6405 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6406
6407         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6408
6409         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6410         Fix wrong comparison in overrun check. Fixes #499239 some more.
6411
6412 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6413
6414         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6415         (gst_rtp_h263_depay_process):
6416         * gst/rtp/gstrtph263depay.h:
6417         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6418         stream.
6419
6420 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6421
6422         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6423
6424         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6425         (gst_rtp_mp4a_depay_process):
6426         * gst/rtp/gstrtpmp4adepay.h:
6427         Fix depayloading when multiple frames are inside one RTP packet.
6428         Fixes #499239.
6429
6430 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6431
6432         * gst/level/gstlevel.c:
6433           Add GAP-flag support.
6434
6435 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6436
6437         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6438         Read the I flag for Mode A h263 rtp stream and set the
6439         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6440         Fixes #499383
6441
6442 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6443
6444         * gst/level/gstlevel.c:
6445           Remove some dead code and do cleanups.
6446
6447 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6448
6449         * tests/check/pipelines/simple-launch-lines.c:
6450           Improve the tests by allowing to set a target state.
6451
6452 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6453
6454         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6455         Don't check the caps of the output buffer if they're equal some
6456         other caps. The caps can change in a backward compatible way
6457         and did at this point.
6458
6459 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6460
6461         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6462         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6463         (gst_qtdemux_seek_to_previous_keyframe),
6464         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6465         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6466         reverse playback support.
6467
6468 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6469
6470         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6471         Also set the channel layout on the Wavpack caps if we're having
6472         a mono layout. Of course only do it for "audio/x-wavpack".
6473
6474 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6475
6476         * ext/wavpack/gstwavpackcommon.c:
6477         (gst_wavpack_get_default_channel_mask),
6478         (gst_wavpack_set_channel_layout),
6479         (gst_wavpack_get_default_channel_positions),
6480         (gst_wavpack_get_channel_mask_from_positions),
6481         (gst_wavpack_set_channel_mapping):
6482         * ext/wavpack/gstwavpackcommon.h:
6483         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6484         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6485         * ext/wavpack/gstwavpackdec.h:
6486         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6487         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6488         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6489         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6490         (gst_wavpack_enc_rewrite_first_block),
6491         (gst_wavpack_enc_sink_event):
6492         * ext/wavpack/gstwavpackenc.h:
6493         * ext/wavpack/gstwavpackparse.c:
6494         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6495         (gst_wavpack_parse_scan_to_find_sample),
6496         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6497         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6498         * ext/wavpack/gstwavpackparse.h:
6499         Add support for encoding, parsing and decoding multichannel
6500         files with up to 8 channels. This also improves the robustness
6501         of parsing quite a bit.
6502
6503         * ext/wavpack/gstwavpackstreamreader.c:
6504         (gst_wavpack_stream_reader_read_bytes),
6505         (gst_wavpack_stream_reader_get_pos),
6506         (gst_wavpack_stream_reader_set_pos_abs),
6507         (gst_wavpack_stream_reader_set_pos_rel),
6508         (gst_wavpack_stream_reader_push_back_byte),
6509         (gst_wavpack_stream_reader_get_length),
6510         (gst_wavpack_stream_reader_can_seek),
6511         (gst_wavpack_stream_reader_write_bytes):
6512         Improve debugging.
6513
6514 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6515
6516         * ext/libpng/gstpngdec.c:
6517         * ext/libpng/gstpngdec.h:
6518           Don't release the png-memory from within the callback.
6519
6520 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6521
6522         Patch by: René Stadler <mail at renestadler dot de>
6523
6524         * ext/libpng/gstpngenc.c:
6525           Don't leak buffer data memory. Fixes #498395.
6526
6527 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6528
6529         Patch by: René Stadler <mail at renestadler dot de>
6530
6531         * tests/check/pipelines/simple-launch-lines.c:
6532           Tests for #498395.
6533
6534 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6535
6536         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6537         (gst_tag_lib_mux_adjust_event_offsets):
6538         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6539         * sys/osxaudio/Makefile.am:
6540         * sys/osxvideo/cocoawindow.h:
6541         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6542
6543 2007-11-15  David Schleef  <ds@schleef.org>
6544
6545         * ext/cairo/gsttextoverlay.c:
6546           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6547
6548 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6549
6550         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6551
6552         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6553         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6554         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6555         * gst/rtp/gstrtpmp2tpay.h:
6556         Fill the MTU with as many packets as possible. Fixes #491323.
6557
6558 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6559
6560         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6561
6562         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6563         Fix some more leaks. Fixes #497007.
6564
6565 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6566
6567         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6568
6569         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6570         (gst_rtspsrc_stream_configure_tcp):
6571         Fix 3 pad leaks. Fixes #496983.
6572
6573 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6574
6575         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6576
6577         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6578         Fix small leak. Fixes #497017.
6579
6580 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6581
6582         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6583         (gst_qtdemux_prepare_current_sample),
6584         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
6585         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
6586         * gst/qtdemux/qtdemux_fourcc.h:
6587         * gst/qtdemux/qtdemux_types.c:
6588         Add suppport for theora in quicktime according to XiphQT.
6589
6590 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
6591
6592         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6593         (gst_v4l2src_init), (gst_v4l2src_set_property),
6594         (gst_v4l2src_get_property):
6595         * sys/v4l2/gstv4l2src.h:
6596         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6597           Always copy buffers by default (handle safer with bugged drivers)
6598           and added a property to make it possible to use mmap effectively (no
6599           copy if possible) when application wants to. Fixes: #480557.
6600
6601 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6602
6603         * gst/id3demux/id3tags.c:
6604         * gst/id3demux/id3tags.h:
6605         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6606           We don't want the same string multiple times in a tag list for the
6607           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
6608           this doesn't happen and remove special-case code for GST_TAG_GENRE.
6609
6610 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6611
6612         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
6613           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
6614           into ID3v2 TXXX frames (fixes #347848).
6615
6616 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6617
6618         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6619           Don't leak sdp message contents (fixes #496773).
6620
6621         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
6622           Don't leak URI string.
6623
6624 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6625
6626         Patch by: Julien Puydt <julien dot puydt at laposte net>
6627
6628         * ext/raw1394/Makefile.am:
6629         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
6630           (gst_1394_property_probe_get_properties),
6631           (gst_1394_property_probe_probe_property),
6632           (gst_1394_property_probe_needs_probe),
6633           (gst_1394_property_probe_get_values),
6634           (gst_1394_property_probe_interface_init),
6635           (gst_1394_type_add_property_probe_interface):
6636         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
6637         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
6638           (gst_dv1394src_init), (gst_dv1394src_dispose),
6639           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
6640           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
6641           (gst_dv1394src_update_device_name):
6642         * ext/raw1394/gstdv1394src.h:
6643           Implement GstPropertyProbe interface and add "device-name" property,
6644           so applications can use this to probe for available devices in the
6645           same way they can already with v4lsrc and v4l2src (however horrible
6646           this property probe interface may be). Fixes #358841.
6647
6648 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6649
6650         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6651
6652         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6653           (gst_rtspsrc_parse_range):
6654           Don't leak event, don't leak range (fixes #496752).
6655
6656 2007-11-14  Michael Smith <msmith@fluendo.com>
6657
6658         Patch by: Arek Korbik <arkadini@gmail.com>
6659
6660         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
6661           Detect RGBA/BGRA correctly on little endian systems.
6662
6663 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6664
6665         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
6666           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
6667           corresponding ioctl() call fails even though the driver claims to
6668           support this format, just fall back to the pre-2.6.19 kernel
6669           routine that creates caps with suitable height and width ranges
6670           (see #448278).
6671
6672 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6673
6674         Patch by: Mark Nauwelaerts <manauw skynet be>
6675
6676         * gst/matroska/matroska-demux.c:
6677           (gst_matroska_demux_push_dvd_clut_change_event),
6678           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6679           (gst_matroska_demux_subtitle_caps):
6680         * gst/matroska/matroska-ids.h:
6681           Extract palette data for dvd subpicture streams and send it
6682           downstream as custom gstreamer dvd event (fixes #453417).
6683
6684 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6685
6686         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
6687           Implement minimal parsing of the passed pango font description
6688           string, so passing a font size works the same as with the
6689           pango textoverlay plugin; fixes #455086.
6690           (Maybe we could just use pangocairo here at some point).
6691
6692 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6693
6694         * gst/avi/gstavidemux.c:
6695         * gst/wavparse/gstwavparse.c:
6696           Return the result in _activate_pull(). Don't ref element there.
6697
6698 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6699
6700         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6701         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6702         (gst_wavparse_srcpad_event):
6703           Ref the element when we should, but not when we its not needed. Reflow
6704           the event_handling to not leak the event.       
6705
6706 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
6707
6708         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6709         (qtdemux_parse_samples):
6710         Properly free QTDemuxSamples array.
6711         Protect table write with a sensible check, some files apparently DO contain
6712         stts values starting with 0 :(
6713
6714 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6715
6716         * gst/avi/gstavidemux.c:
6717         * gst/qtdemux/qtdemux.c:
6718           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
6719           previous commit messed up.
6720
6721 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6722
6723         * gst/avi/gstavidemux.c:
6724         * gst/qtdemux/qtdemux.c:
6725           Sync _handle_src_event() with oggdemux. In avidemux also ref the
6726           element when we should, but not when we its not needed.
6727
6728 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
6729
6730         * gst/wavparse/gstwavparse.c:
6731           Return FALSE if we can't handle a query instead of changing the
6732           format. Ignore fact when dealing with mpeg audio.
6733
6734 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6735
6736         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6737
6738         * configure.ac:
6739         * gst/udp/gstdynudpsink.c:
6740         * gst/udp/gstdynudpsink.h:
6741         * gst/udp/gstmultiudpsink.c:
6742         * gst/udp/gstmultiudpsink.h:
6743         * gst/udp/gstudpsink.c:
6744         * gst/udp/gstudpsink.h:
6745           Fix includes for MSVC and GLib-2.14.0 (#492388).
6746
6747         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6748           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6749
6750 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6751
6752         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6753         (gst_mulawdec_chain):
6754         * gst/law/mulaw-decode.h:
6755         Calculate outgoing buffer duration if incoming buffer didn't have a
6756         valid duration.
6757
6758 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6759
6760         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6761         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6762         Smarter combine_flow code that also deals with downstream elements
6763         returning UNEXPECTED when they receive data out of the segment
6764         boundaries. Fixes #491305.
6765
6766 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6767
6768         * sys/v4l2/v4l2src_calls.c:
6769           Fix 'unused variable' compiler warning when compiling against
6770           older kernel headers.
6771
6772 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6773
6774         * ext/taglib/gstid3v2mux.cc (add_funcs):
6775           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6776
6777 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6778
6779         * tests/check/pipelines/simple-launch-lines.c:
6780            Improve the tests a little more.
6781
6782 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6783
6784         patch by: Yun Zheng Hu
6785
6786         * sys/osxaudio/gstosxaudiosrc.c:
6787         Use default input device instead of default output device and
6788         only memcpy actual available bytes.
6789
6790 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6791
6792         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6793           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6794           early. It is temporary until we find something better.
6795
6796 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6797
6798         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6799
6800         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6801         Fix race when pausing a RTSP stream in interleaved.
6802         Fixes #475784.
6803
6804 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6805
6806         Patch by: Peter Kjellerstedt <pkj at axis com>
6807
6808         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6809         Use correct unref function for buffers. #488844.
6810
6811 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6812
6813         * gst/avi/gstavimux.c:
6814         * tests/check/elements/avimux.c:
6815           Add some debug and sync tests with the fix.     
6816
6817 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6818
6819         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6820
6821         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6822         When the socket is used by the app for other purposes, don't generate an
6823         error if there is activaty on the socket that is not data related.
6824         Fixes #487488.
6825
6826 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6827
6828         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6829         (gst_v4l2src_grab_frame):
6830         Add some more debug info. Generate an error when we run out of buffers
6831         for some reason. See #480557.
6832
6833 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6834
6835         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6836
6837         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6838         Set marker bit correctly.
6839
6840 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6841
6842         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6843         Use allowed name for the GstStructure.
6844
6845 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6846
6847         * ext/gconf/gstswitchsink.c:
6848         * gst/autodetect/gstautoaudiosink.c:
6849           Use new gst_bus_pop_filtered().
6850
6851 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6852
6853         * sys/v4l2/gstv4l2src.c:
6854         * sys/v4l2/v4l2src_calls.c:
6855           When probing the formats and sizes a camera supports, make
6856           sure the best ones (highest resolution, prefered format)
6857           end up at the beginning of the probed caps and the less
6858           desirable ones at the end.  This is important because the
6859           order within the caps matters for things like fixation and
6860           negotiation, ie. what format is chosen in the end.
6861           With recent kernels, the current probing code will end up
6862           querying the supported sizes from lowest resolution to
6863           highest resolution, adding them to the probed caps in that
6864           order, resulting to v4l2src fixating to the lowest possible
6865           resolution if downstream does not express a size preference.
6866           Also make up a somewhat random ranking of prefered output
6867           formats for the same reason. Fixes #485828.
6868         
6869 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6870
6871         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
6872
6873         * gst/id3demux/id3v2frames.c:
6874           Extract license/copyright URIs from ID3v2 WCOP frames
6875           (Fixes #447000).
6876
6877         * tests/check/elements/id3demux.c:
6878         * tests/files/Makefile.am:
6879         * tests/files/id3-447000-wcop.tag:
6880           Add simple unit test.
6881
6882 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6883
6884         * ext/taglib/gstid3v2mux.cc:
6885           Add support for license/copyright URI tags (ID3v2 WCOP frame).
6886           Prerequisite for #447000.
6887
6888 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6889
6890         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
6891         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
6892         a GstClockTime.
6893
6894 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6895
6896         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6897         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
6898         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
6899         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
6900         (gst_rtspsrc_change_state):
6901         More seeking fixes, mostly passing around the new playback segment in
6902         order to configure it properly.
6903         Also reset base_time of udp sources when setting them back to PLAYING as
6904         a temporary hack until core supports seek in live sources properly.
6905
6906 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6907
6908         * gst/rtp/gstrtpmp4adepay.c:
6909         Fix caps as to not confuse autopluggers.
6910
6911 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6912
6913         * gst/id3demux/gstid3demux.c:
6914         * gst/id3demux/gstid3demux.h:
6915         * gst/id3demux/id3tags.c:
6916         * gst/id3demux/id3tags.h:
6917         * gst/id3demux/id3v2frames.c:
6918           Port ID3 tag demuxer over to the new GstTagDemux in -base
6919           (now would be a good time to test re-importing your music
6920           collection).
6921
6922 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6923
6924         * gst/apetag/Makefile.am:
6925         * gst/apetag/gstapedemux.c:
6926         * gst/apetag/gstapedemux.h:
6927         * gst/apetag/gsttagdemux.c:
6928         * gst/apetag/gsttagdemux.h:
6929           Port APE tag demuxer over to the new GstTagDemux in -base.
6930
6931 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
6932
6933         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6934         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
6935         (gst_rtspsrc_handle_internal_src_query),
6936         (gst_rtspsrc_handle_src_query), (new_session_pad),
6937         (gst_rtspsrc_stream_configure_tcp),
6938         (gst_rtspsrc_stream_configure_transport),
6939         (gst_rtspsrc_loop_send_cmd):
6940         Improve flushing behaviour.
6941         Set state of the udp sources to PAUSE/PLAYING correctly.
6942         Handle events and queries for UDP and TCP transport now.
6943
6944 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6945
6946         * gst/rtp/gstrtpgsmdepay.c:
6947         * gst/rtp/gstrtpgsmpay.c:
6948           Add log category.
6949
6950 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6951
6952         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
6953
6954         * tests/check/Makefile.am:
6955         * tests/check/pipelines/simple-launch-lines.c:
6956           Add unit tests for payloaders/depayloaders.
6957
6958 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6959
6960         * gst/avi/gstavimux.c:
6961         * gst/avi/gstavimux.h:
6962           Also save codec data for audio streams. Fixes #482495.
6963
6964 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6965
6966         * gst/avi/gstavimux.c:
6967           Fix "Index entry has invalid stream nr 1".
6968           Add support for muxing aac - work in progress (see #482495).
6969
6970 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6971
6972         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
6973         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
6974         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6975         * gst/rtsp/gstrtspsrc.h:
6976         Parse bandwidth modifiers, they are not yet configured in the session
6977         manager because we don't have an API for that yet.
6978
6979 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6980
6981         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
6982         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6983         Use shiny new function in -base to get the default clock-rate.
6984         Update some docs.
6985
6986 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
6987
6988         * win32/MANIFEST:
6989         Add files to win32 manifest.
6990         * win32/vs6/libgstaudiofx.dsp:
6991         * win32/vs6/libgstqtdemux.dsp:
6992         * win32/vs6/libgstrtp.dsp:
6993         * win32/vs6/libgstrtsp.dsp:
6994         Update project files.
6995
6996 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
6997
6998         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
6999         (gst_rtspsrc_play):
7000         * gst/rtsp/gstrtspsrc.h:
7001         In TCP mode, only timestamp the first buffer. TCP is not real time and
7002         it does not make sense to try to skew compensate, also some servers send
7003         the first batch of data in a burst.
7004
7005 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7006
7007         * gst/matroska/matroska-demux.c:
7008           Fix setting the discont flag on the first buffer
7009           pushed downstream for formats with private codec
7010           data that needs to be deserialised into buffers
7011           (such as vorbis and FLAC when in a matroska container).
7012
7013 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7014
7015         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7016
7017         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7018         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7019         (gst_rtp_mp4v_pay_handle_buffer):
7020         * gst/rtp/gstrtpmp4vpay.h:
7021         Free the config string. Fixes #480707.
7022         Clean up the timestamp code a little.
7023
7024 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7025
7026         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7027         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7028         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7029         * gst/rtsp/gstrtspsrc.h:
7030         Set timestamps on RTP buffers in interleaved mode.
7031         Mark first buffers with a DISCONT.
7032         Remove flush hack now that sync for live sources has been figured out.
7033
7034 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7035
7036         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7037         Update documentation.
7038
7039 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7040
7041         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7042         (gst_rtp_xqt_depay_change_state):
7043         * gst/qtdemux/gstrtpxqtdepay.h:
7044         Fail if we don't know the quicktime format.
7045
7046 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7047
7048         * ext/flac/gstflacenc.c:
7049         * ext/flac/gstflacenc.h:
7050           Save the flow return from the last gst_pad_push() and
7051           make sure we pass the right flow return value upstream
7052           in the case of failure; minor clean-ups.
7053
7054 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7055
7056         * ext/taglib/gstapev2mux.cc:
7057         * ext/taglib/gstid3v2mux.cc:
7058         * gst/apetag/gstapedemux.c:
7059           Add support for the new GST_TAG_COMPOSER (#459809).
7060
7061 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7062
7063         * gst/law/alaw-decode.c:
7064         * gst/law/alaw-decode.h:
7065         * gst/law/alaw-encode.c:
7066         * gst/law/alaw-encode.h:
7067         * gst/law/alaw.c:
7068         * gst/law/mulaw-conversion.h:
7069           Compulsive clean-ups: use boilerplate macros, add debug
7070           categories, fix up things to conform to symbol nomenklatura,
7071           etc.
7072
7073 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7074
7075         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7076
7077         * gst/law/alaw-decode.c:
7078         * gst/law/alaw-encode.c:
7079           Use static tables for A-Law decoding and encoding; this makes
7080           A-Law decoding and encoding less CPU-intensive, but increases
7081           the binary size a bit. Leaving old code around for now,
7082           selectable by a define in the code. Fixes #435435.
7083
7084 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7085
7086         * configure.ac:
7087         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7088         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7089         in configure.ac.
7090
7091 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7092
7093         Patch by: Jan Gerber <j at bootlab dot org>
7094
7095         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7096         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7097
7098 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7099
7100         * sys/oss/gstosshelper.c:
7101           Use GST_WARNING instead of a g_critical. This situation is not caused
7102           by the application.
7103
7104 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7105
7106         * po/LINGUAS:
7107         * po/nl.po:
7108           Updated translations.
7109
7110 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7111
7112         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7113
7114         * po/eu.po:
7115           Added Basque translation.
7116
7117 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7118
7119         translated by: Abel Cheung <abelcheung@gmail.com>
7120
7121         * po/zh_HK.po:
7122         * po/zh_TW.po:
7123           Added Chinese (traditional and Hong Kong) translation.
7124
7125 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7126
7127         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7128
7129         * po/pl.po:
7130           Added Polish translation.
7131
7132 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7133
7134         translated by: Ilkka Tuohela <hile@iki.fi>
7135
7136         * po/fi.po:
7137           Added Finnish translation.
7138
7139 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7140
7141         translated by: Jorge González González <aloriel@gmail.com>
7142
7143         * po/es.po:
7144           Added Spanish translation.
7145
7146 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7147
7148         translated by: Mogens Jaeger <mogens@jaeger.tf>
7149
7150         * po/da.po:
7151           Added Danish translation.
7152
7153 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7154
7155         translated by: Funda Wang <fundawang@linux.net.cn>
7156
7157         * po/zh_CN.po:
7158           Added Chinese (simplified) translation.
7159
7160 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7161
7162         translated by: Alexander Shopov <ash@contact.bg>
7163
7164         * po/bg.po:
7165           Added Bulgarian translation.
7166
7167 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7168
7169         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7170         Set outgoing packet duration because we can. Fixes #478244 some more.
7171
7172 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7173
7174         * ext/cairo/gsttextoverlay.c:
7175           Add info about static leak.
7176         
7177         * tests/check/Makefile.am:
7178         * tests/check/generic/states.c:
7179           Improved state change unit test.
7180
7181 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7182
7183         * docs/plugins/.cvsignore:
7184         * tests/check/.cvsignore:
7185           Ignore registries in any format.
7186
7187 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7188
7189         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7190         Removed some unused code.
7191
7192         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7193         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7194         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7195         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7196         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7197         (gst_rtp_theora_pay_flush_packet):
7198         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7199         Try to preserve the incomming buffer duration on the outgoing
7200         packets. Fixes #478244.
7201
7202 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7203
7204         * ext/taglib/gstapev2mux.cc:
7205         * ext/taglib/gstid3v2mux.cc:
7206           Work around compiler warnings with g++-4.2 when assigning a
7207           string constant to a gchar * (partially fixes #478092).
7208
7209 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7210
7211         * configure.ac:
7212           We require core CVS now for gst_base_src_set_do_timestamp().
7213
7214 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7215
7216         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7217         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7218         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7219         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7220         (gst_rtspsrc_handle_message):
7221         Fix compiler warnings shown with Forte.
7222
7223 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7224
7225         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7226         (gst_rtspsrc_dup_printf):
7227         Give meaningfull error when all streams failed to configure for some
7228         reason.
7229
7230 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7231
7232         * gst/rtp/README:
7233         Update README with the design for synchronisation rules of RTP on
7234         sender and receiver.
7235
7236 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7237
7238         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7239         (gst_wavparse_chain):
7240         Don't push EOS from the chain function, the element
7241         driving the pipeline is responsible for this. The bug
7242         this was meant to fix seems to be queue not forwarding
7243         EOS in all cases (see #476514).
7244
7245 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7246
7247         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7248         (gst_level_transform_ip):
7249         * gst/level/gstlevel.h:
7250         Use basetransform segment so that it is correctly managed on flushes and
7251         start/stop.
7252         Report message timestamp as stream time, which is what an application
7253         can understand.
7254
7255 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7256
7257         * ext/taglib/gstapev2mux.cc:
7258         * ext/taglib/gstapev2mux.h:
7259         * ext/taglib/gsttaglibmux.c:
7260         * tests/check/elements/apev2mux.c:
7261         Update my mail address.
7262
7263 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7264
7265         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7266         (gst_wavparse_loop), (gst_wavparse_chain):
7267         Add EOS logic for the push-based mode too. Fixes #476514.
7268
7269 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7270
7271         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7272         * gst/law/alaw-encode.h:
7273         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7274         (gst_mulawenc_chain):
7275         * gst/law/mulaw-encode.h:
7276         Fix law encoder timestamps.
7277
7278 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7279
7280         * ext/gconf/gstgconfaudiosink.c:
7281           Fix warning when building without debug.
7282
7283         * sys/oss/gstossmixertrack.c:
7284           Use const like in alsamixertrack.c (fixes warnings).
7285
7286 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7287
7288         * sys/v4l2/v4l2src_calls.c:
7289         (gst_v4l2src_probe_caps_for_format_and_size):
7290         Fix framerate detection code some more.
7291         Handle the case where there is a weird step in the stepwise framerates.
7292         Don't overwrite the min interval with the framerate, use a temp variable
7293         instead.
7294         Use max in the Continuous framerate intervals instead of step, which is
7295         1 according to the docs. Fixes #475424.
7296
7297 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7298
7299         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7300         Make udpsrc timestamp outgoing buffers based on when they were received.
7301         Also make it output a segment in time.
7302
7303 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7304
7305         * gst/avi/gstavidemux.c:
7306           Plug a little leak. Little code cleanups.
7307
7308 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7309
7310         * configure.ac:
7311           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7312           flac versions, 's good for cross-compilation karma.
7313
7314 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7315
7316         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7317
7318         * gst/rtp/gstrtph263pay.c:
7319           Fix up header structure so that compilers don't add padding
7320           between the structure fields, since that would lead to us
7321           sending RTP packets with broken headers (as is currently the
7322           case when compiling with MSVC). Also see similar fixes in
7323           libgstrtp in gst-plugins-base. (#474616; #471194)
7324
7325 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7326
7327         * sys/v4l2/v4l2src_calls.c:
7328         (gst_v4l2src_probe_caps_for_format_and_size):
7329         Don't overwrite our GValue with 0 but instead use the previously
7330         computed value. Fixes #471823 some more.
7331
7332 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7333
7334         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7335           No tabs in this file please, or gtk-doc will end up documenting
7336           rather absurd class hierarchies.
7337
7338 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7339
7340         * ext/gconf/gstswitchsink.c:
7341           If the new kid element fails to change state for some reason
7342           (e.g. esdsink not being able to connect to the sound server),
7343           forward the error message it posted on the bus instead of just
7344           posting a generic 'Internal state change error: please file a
7345           bug' error message. Fixes #471364.
7346
7347 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7348
7349         * gst/qtdemux/Makefile.am:
7350         * gst/qtdemux/qtdemux.c:
7351           Don't assume tags are encoded as UTF-8 (#473670).
7352
7353 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7354
7355         * sys/v4l2/gstv4l2src.c:
7356         * sys/v4l2/gstv4l2src.h:
7357         * sys/v4l2/v4l2src_calls.c:
7358           Implement LATENCY queries in the crudest way possible so I don't
7359           have to use sync=false any longer when testing with videosinks.
7360
7361 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7362
7363         * configure.ac:
7364           Fix build.
7365
7366 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7367
7368         * sys/v4l2/v4l2src_calls.c:
7369         (gst_v4l2src_probe_caps_for_format_and_size):
7370         Add some more debugging in the framerate function.
7371         Iterate stepwise framerate up to and _including_ the max and if nothing
7372         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7373         don't end up with an empty list. Fixes #471823
7374
7375 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7376
7377         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7378         (gst_multiudpsink_set_clients_string),
7379         (gst_multiudpsink_get_clients_string),
7380         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7381         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7382         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7383         (gst_multiudpsink_clear):
7384         Add property do configure destination address/port pairs
7385         API:GstMultiUDPSink::clients
7386
7387 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7388
7389         * tests/examples/Makefile.am:
7390         * tests/examples/rtp/Makefile.am:
7391         * tests/examples/rtp/client-H263p-AMR.sh:
7392         * tests/examples/rtp/client-H263p-PCMA.sdp:
7393         * tests/examples/rtp/client-H263p-PCMA.sh:
7394         * tests/examples/rtp/client-H264-PCMA.sdp:
7395         * tests/examples/rtp/client-H264-PCMA.sh:
7396         * tests/examples/rtp/client-PCMA.sh:
7397         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7398         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7399         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7400         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7401         Added some RTP example scripts for sending and receiving RTP streams.
7402
7403 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7404
7405         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7406         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7407         Restructure the setcaps function so that we can also compute the
7408         expected GStreamer output size of the video frames.
7409         Set frame_byte_size correctly so that read-based devices have a chance
7410         of working correctly.
7411         When grabbing a frame, discard frames that are not of the expected size.
7412         Some cameras don't output the right framesize for the first buffer.
7413         Try only a couple of times to get a valid frame, else error out.
7414
7415         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7416         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7417         Add some more debug info when scanning the device.
7418
7419         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7420         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7421         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7422         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7423         Add some more debug info when dequeing a frame.
7424
7425 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7426
7427         * gst/wavparse/gstwavparse.c:
7428           More code cleanups. Add some more comment and improve debugs logs.
7429
7430 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7431
7432         * gst/wavparse/gstwavparse.c:
7433         * gst/wavparse/gstwavparse.h:
7434           Implement seek-query. Refactor duration calculations. Appropriate use
7435           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7436           out of loops.
7437
7438 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7439
7440         * gst/avi/gstavidemux.c:
7441           Implement seek-query.
7442
7443 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7444
7445         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7446         (gst_rtspsrc_dup_printf):
7447         Use new basesink async property to make sparse RTCP packet not wait for
7448         preroll.
7449
7450 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7451
7452         * gst/audiofx/Makefile.am:
7453         Dist the right file.
7454
7455 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7456
7457         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7458         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7459         Make sure we generate and parse floating point values in the POSIX
7460         locale instead of the current locale. 
7461
7462 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7463
7464         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7465         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7466         (gst_rtspsrc_play):
7467         * gst/rtsp/gstrtspsrc.h:
7468         Fix method detection again.
7469         Keep track of when we must send a Range header.
7470         Use segment values for Range, Speed and Scale headers.
7471         Parse Speed and Scale headers to update the segment values.
7472
7473 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7474
7475         patch by: Mark Nauwelaerts <manauw@skynet.be>
7476
7477         * sys/v4l2/v4l2src_calls.c:
7478           Handle optional v4l2 ioctls gracefully.
7479
7480 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7481
7482         * gst/rtp/Makefile.am:
7483         * gst/rtp/gstrtp.c: (plugin_init):
7484         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7485         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7486         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7487         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7488         (gst_rtp_h263_depay_get_property),
7489         (gst_rtp_h263_depay_change_state),
7490         (gst_rtp_h263_depay_plugin_init):
7491         * gst/rtp/gstrtph263depay.h:
7492         Added an H263 depayloader. Fixes #369392.
7493
7494         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7495         (gst_rtp_h263p_depay_process):
7496         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7497         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7498         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7499         payloads.
7500         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7501
7502 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7503
7504         * gst/audiofx/audiochebyshevfreqband.c:
7505         * gst/audiofx/audiochebyshevfreqlimit.c:
7506         Add small comparision with the windowed sinc filters in the docs.
7507
7508 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7509
7510         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7511         (audiochebyshevfreqband_suite):
7512         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7513         (audiochebyshevfreqlimit_suite):
7514         Also test 32 bit float mode and the type 2 variants of the filters.
7515
7516 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7517
7518         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7519         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7520         (gst_rtspsrc_loop):
7521         Refactor the udp and interleaved loop function a bit.
7522
7523 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7524
7525         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7526         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7527         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7528         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7529         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7530         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7531         * gst/rtsp/gstrtspsrc.h:
7532         Protect connection activity with a new lock, avoids deadlocks when going
7533         to PAUSED. Fixes #455808.
7534
7535 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7536
7537         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7538         Fix debug statement.
7539
7540 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7541
7542         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7543         Fix stray %u in debug line as spotted by Saur on IRC.
7544
7545 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7546
7547         * gst/audiofx/audiochebyshevfreqband.c:
7548         (gst_audio_chebyshev_freq_band_class_init):
7549         * gst/audiofx/audiochebyshevfreqlimit.c:
7550         (gst_audio_chebyshev_freq_limit_class_init):
7551         Use generator macros for the process functions for the different
7552         sample types, add lower upper boundaries for the GObject properties
7553         so automatically generated UIs can use sliders and add a note about
7554         the number of poles as a too high number of poles combined with
7555         very low or very high frequencies will produce only noise.
7556         * docs/plugins/gst-plugins-good-plugins.args:
7557         Regenerated for the property changes.
7558
7559 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7560
7561         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7562         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7563         (gst_rtspsrc_stream_configure_udp_sink),
7564         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7565         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7566         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7567         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7568         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7569         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7570         * gst/rtsp/gstrtspsrc.h:
7571         Improve timeout handling.
7572         Use the same socket for sending and receiving RTCP packets so that some
7573         servers can track clients better.
7574         Improve connection closed handling. Try to reconnect.
7575         Don't overwrite our content base with NULL.
7576         Improve debugging.
7577         Improve range parsing and handling.
7578         Remove flushing hack now that core does the right thing.
7579
7580 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7581
7582         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7583         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
7584         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
7585         (gst_multiudpsink_close), (gst_multiudpsink_add):
7586         * gst/udp/gstmultiudpsink.h:
7587         Add support for getting and setting the socket to use.
7588
7589         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7590         (gst_udpsrc_create), (gst_udpsrc_get_property):
7591         Add support for getting the currently used socket.
7592
7593 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
7594
7595         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7596
7597         * gst/audiofx/Makefile.am:
7598         * gst/audiofx/audiochebyshevfreqband.c:
7599         (gst_audio_chebyshev_freq_band_mode_get_type),
7600         (gst_audio_chebyshev_freq_band_base_init),
7601         (gst_audio_chebyshev_freq_band_dispose),
7602         (gst_audio_chebyshev_freq_band_class_init),
7603         (gst_audio_chebyshev_freq_band_init),
7604         (generate_biquad_coefficients), (calculate_gain),
7605         (generate_coefficients),
7606         (gst_audio_chebyshev_freq_band_set_property),
7607         (gst_audio_chebyshev_freq_band_get_property),
7608         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
7609         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
7610         (gst_audio_chebyshev_freq_band_start):
7611         * gst/audiofx/audiochebyshevfreqband.h:
7612         * gst/audiofx/audiochebyshevfreqlimit.c:
7613         (gst_audio_chebyshev_freq_limit_mode_get_type),
7614         (gst_audio_chebyshev_freq_limit_base_init),
7615         (gst_audio_chebyshev_freq_limit_dispose),
7616         (gst_audio_chebyshev_freq_limit_class_init),
7617         (gst_audio_chebyshev_freq_limit_init),
7618         (generate_biquad_coefficients), (calculate_gain),
7619         (generate_coefficients),
7620         (gst_audio_chebyshev_freq_limit_set_property),
7621         (gst_audio_chebyshev_freq_limit_get_property),
7622         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
7623         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
7624         (gst_audio_chebyshev_freq_limit_start):
7625         * gst/audiofx/audiochebyshevfreqlimit.h:
7626         * gst/audiofx/audiofx.c: (plugin_init):
7627         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
7628         Fixes #464800.
7629
7630         * tests/check/Makefile.am:
7631         * tests/check/elements/.cvsignore:
7632         * tests/check/elements/audiochebyshevfreqband.c:
7633         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
7634         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
7635         * tests/check/elements/audiochebyshevfreqlimit.c:
7636         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
7637         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
7638         Add unit tests for the chebyshev filters.
7639
7640         * docs/plugins/Makefile.am:
7641         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7642         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7643         * docs/plugins/gst-plugins-good-plugins.args:
7644         * docs/plugins/inspect/plugin-1394.xml:
7645         * docs/plugins/inspect/plugin-audiofx.xml:
7646         * docs/plugins/inspect/plugin-dv.xml:
7647         * docs/plugins/inspect/plugin-flac.xml:
7648         * docs/plugins/inspect/plugin-jpeg.xml:
7649         * docs/plugins/inspect/plugin-png.xml:
7650         * docs/plugins/inspect/plugin-rtp.xml:
7651         * docs/plugins/inspect/plugin-shout2send.xml:
7652         * docs/plugins/inspect/plugin-wavpack.xml:
7653         And add docs for the chebyshev filters. While doing
7654         that also run make update in docs/plugins.
7655
7656 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7657
7658         * ext/annodex/gstcmmltag.c:
7659         * gst/rtp/gstrtpvorbispay.c:
7660           Make ro memory to share.
7661
7662 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7663
7664         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7665         Improve UDP performance by avoiding a select() when we have data
7666         available immediatly.
7667
7668 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7669
7670         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
7671         (gst_rtp_dec_class_init):
7672         * gst/rtsp/gstrtpdec.h:
7673         Add (dummy) SSRC management signals.
7674
7675         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7676         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7677         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
7678         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
7679         (on_timeout), (gst_rtspsrc_stream_configure_manager),
7680         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
7681         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7682         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7683         * gst/rtsp/gstrtspsrc.h:
7684         Add connection-speed property.
7685         Add find_stream helper functions.
7686         Handle stream EOS based on BYE messages or SSRC timeout.
7687         Returns SUCCESS from the state change function as we hide our async
7688         elements from the parent.
7689
7690 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7691
7692         * gst/debug/rndbuffersize.c:
7693           Fix da leak.
7694
7695 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
7696
7697         * gst/debug/Makefile.am:
7698         * gst/debug/breakmydata.c:
7699         * gst/debug/gstdebug.c:
7700         * gst/debug/negotiation.c:
7701         * gst/debug/progressreport.c:
7702         * gst/debug/rndbuffersize.c:
7703         * gst/debug/testplugin.c:
7704           Add new test element and clean-up the others a little.
7705
7706 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7707
7708         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7709         Fix parsing of mp4a version 0 atoms. Fixes #465774.
7710
7711 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7712
7713         * gst/rtp/gstrtpilbcdepay.c:
7714           Include stdlib.
7715
7716 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
7717
7718         * gst/rtp/gstrtpmpvdepay.c:
7719         Set the mpegversion in the caps so that autoplugging does not get
7720         confused.
7721
7722 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7723
7724         * po/hu.po:
7725         * po/uk.po:
7726         * po/vi.po:
7727           Updated translations.
7728
7729 2007-08-08  Michael Smith <msmith@fluendo.com>
7730
7731         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7732           Render right border in the correct location.
7733
7734 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7735
7736         Patch by: Olivier Crete <tester at tester dot ca>
7737
7738         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7739         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7740         Make mode property a string. Fixes #464475.
7741
7742 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7743
7744         * ext/flac/gstflacenc.c:
7745           Widen caps to match decoder a bit and add more FIXMEs.
7746
7747 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7748
7749         patch by: Mark Nauwelaerts <manauw@skynet.be>
7750
7751         * gst/avi/gstavimux.c:
7752           Fix ODML index tag numbering. Fixes #463624.
7753
7754 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7755
7756         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7757         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7758         (gst_rtspsrc_stream_configure_tcp),
7759         (gst_rtspsrc_stream_configure_udp_sink):
7760         Fix default clock-rate for realmedia.
7761         Fix parsing of transport.
7762         Don't try to link NULL pads.
7763
7764 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7765
7766         * po/POTFILES.skip:
7767           Add POTFILES.skip with list of source files that aren't disted at the
7768           moment but contain translatable strings. Should hopefully pacify
7769           broken tools and make it clearer that these files are left out
7770           intentionally (#461600).
7771
7772 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7773
7774         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7775         If the buffer was entirely clipped ... don't try sending it :)
7776
7777 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7778
7779         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7780         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7781         (gst_rtspsrc_create_transports_string),
7782         (gst_rtspsrc_prepare_transports):
7783         If we don't hav a session manager, set the caps on outgoing buffers
7784         ourselves.
7785         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7786         Append final bit of the transport string even when it does not contain a
7787         placeholder.
7788
7789 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7790
7791         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7792         (gst_rtsp_ext_list_connect):
7793         * gst/rtsp/gstrtspext.h:
7794         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7795         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7796         Clean up the interface list.
7797         Allow connecting to interface signals for the extensions.
7798         Remove old extension code.
7799         Free list on cleanup.
7800         Allow extensions to send additional RTSP messages.
7801
7802 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7803
7804         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7805         Handle a NULL gconf key gracefully by rendering the default element.
7806
7807 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7808
7809         * gst/rtsp/gstrtspext.h:
7810         Fix include path for extension interface.
7811
7812 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7813
7814         * gst/audiofx/audioamplify.h:
7815         Also remove a now unecessary variable here.
7816
7817 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7818
7819         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7820         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7821         * gst/audiofx/audiodynamic.c:
7822         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7823         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7824         * gst/audiofx/audiodynamic.h:
7825         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7826         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7827         * gst/audiofx/audioinvert.h:
7828         Don't save format information ourselves, this is already saved in
7829         GstAudioFilter.
7830
7831 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7832
7833         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7834         (gst_rtsp_ext_list_stream_select):
7835         * gst/rtsp/gstrtspext.h:
7836         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7837         Use rank to filter out extensions.
7838         Add url to stream_select interface call.
7839
7840 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7841
7842         * gst/rtsp/Makefile.am:
7843         * gst/rtsp/base64.c:
7844         * gst/rtsp/base64.h:
7845         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7846         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7847         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7848         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7849         (gst_rtsp_ext_list_setup_media),
7850         (gst_rtsp_ext_list_configure_stream),
7851         (gst_rtsp_ext_list_get_transports),
7852         (gst_rtsp_ext_list_stream_select):
7853         * gst/rtsp/gstrtspext.h:
7854         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7855         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7856         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7857         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7858         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
7859         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
7860         (gst_rtspsrc_stream_configure_tcp),
7861         (gst_rtspsrc_stream_configure_mcast),
7862         (gst_rtspsrc_stream_configure_udp),
7863         (gst_rtspsrc_stream_configure_udp_sink),
7864         (gst_rtspsrc_stream_configure_transport),
7865         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7866         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7867         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
7868         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
7869         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7870         (gst_rtspsrc_parse_methods),
7871         (gst_rtspsrc_create_transports_string),
7872         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7873         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
7874         (gst_rtspsrc_play), (gst_rtspsrc_pause),
7875         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
7876         * gst/rtsp/gstrtspsrc.h:
7877         * gst/rtsp/rtsp.h:
7878         * gst/rtsp/rtspconnection.c:
7879         * gst/rtsp/rtspconnection.h:
7880         * gst/rtsp/rtspdefs.c:
7881         * gst/rtsp/rtspdefs.h:
7882         * gst/rtsp/rtspext.h:
7883         * gst/rtsp/rtspextwms.c:
7884         * gst/rtsp/rtspextwms.h:
7885         * gst/rtsp/rtspmessage.c:
7886         * gst/rtsp/rtspmessage.h:
7887         * gst/rtsp/rtsprange.c:
7888         * gst/rtsp/rtsprange.h:
7889         * gst/rtsp/rtsptransport.c:
7890         * gst/rtsp/rtsptransport.h:
7891         * gst/rtsp/rtspurl.c:
7892         * gst/rtsp/rtspurl.h:
7893         * gst/rtsp/sdp.h:
7894         * gst/rtsp/sdpmessage.c:
7895         * gst/rtsp/sdpmessage.h:
7896         * gst/rtsp/test.c:
7897         Use shiny new RTSP and SDP library.
7898         Implement RTSP extensions using the new interface.
7899         Remove a lot of old code.
7900
7901 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
7902
7903         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7904         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
7905
7906 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7907
7908         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7909         Don't unref the outgoing buffer twice when dropping it because it's
7910         outside of the segment.
7911
7912 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7913
7914         * configure.ac:
7915         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7916         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
7917         Use the new buffer clipping function from gstaudio here and
7918         require gst-plugins-base CVS.
7919         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7920         For framed Wavpack buffers we require a valid timestamp.
7921
7922 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7923
7924         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7925         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
7926         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
7927         Clip raw audio and video when we can, keep track of current output
7928         segment.
7929         Don't leak buffers and events when there is no output pad.
7930         Improve debugging here and there.
7931
7932 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7933
7934         * configure.ac:
7935           Sync liboil check with plugins-base.
7936
7937 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7938
7939         * ext/annodex/Makefile.am:
7940           Fix CFLAGS/LIBS.
7941
7942         * ext/cdio/gstcdiocddasrc.c:
7943         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7944           Include stdlib
7945
7946         * ext/cairo/Makefile.am:
7947         * gst/videofilter/Makefile.am:
7948         * tests/examples/level/Makefile.am:
7949           Use $(LIBM) instead of -lm
7950
7951 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7952
7953         * sys/v4l2/gstv4l2src.c:
7954           Add another example pipeline.
7955
7956 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7957
7958         Patch by: Alexander Eichner <alexeichi@yahoo.de>
7959
7960         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7961           Use define here.
7962
7963         * sys/v4l2/gstv4l2tuner.c:
7964         (gst_v4l2_tuner_set_frequency_and_notify):
7965           Don't touch the property - its still disabled.
7966
7967         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
7968         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
7969         * sys/v4l2/v4l2src_calls.h:
7970           Improve fallback format negotionation. Fixes #451388
7971
7972 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7973
7974         * tests/check/elements/videocrop.c: (GST_START_TEST):
7975           Fix the test.
7976
7977 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7978
7979         * docs/plugins/Makefile.am:
7980         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7981         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7982         * docs/plugins/inspect/plugin-jpeg.xml:
7983         * docs/plugins/inspect/plugin-png.xml:
7984         * ext/jpeg/gstjpegdec.c:
7985         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
7986         (gst_pngdec_sink_setcaps):
7987           More docs. More logs in pngdec.
7988
7989 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
7990
7991         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7992           Initialize num_buffers with minimum value.
7993
7994         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7995         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
7996           Handle frame-size query failure gracefully.
7997
7998 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7999
8000         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8001         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8002         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8003         of qt/aac files.
8004
8005 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8006
8007         * ext/wavpack/gstwavpackdec.c:
8008         (gst_wavpack_dec_clip_outgoing_buffer):
8009         Fix buffer clipping to correctly clip to the segment stop.
8010
8011 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8012
8013         * configure.ac:
8014         * tests/Makefile.am:
8015         Remove bogus check for libcheck, since we check for
8016         gstreamer-check and it pulls in the required info from there,
8017         and we weren't actually _using_ the information for libcheck
8018         ourselves anyway.
8019
8020 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8021
8022         * configure.ac:
8023           Use pkg-config to locate check.
8024
8025 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8026
8027         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8028         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8029         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8030         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8031         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8032         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8033         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8034         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8035         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8036         * gst/effectv/gstrev.c: (gst_revtv_transform):
8037         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8038         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8039         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8040         * gst/matroska/matroska-demux.c:
8041         (gst_matroska_demux_add_wvpk_header),
8042         (gst_matroska_demux_check_subtitle_buffer),
8043         (gst_matroska_decode_buffer):
8044         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8045           Fix build against core CVS.
8046
8047 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8048
8049         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8050         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8051         don't have enough granularity to convert that boolean into a
8052         GstFlowReturn.
8053
8054 2007-07-06  Michael Smith <msmith@fluendo.com>
8055
8056         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8057         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8058         (gst_alawdec_change_state):
8059         * gst/law/alaw-decode.h:
8060         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8061         (gst_mulawdec_class_init), (gst_mulawdec_init),
8062         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8063         * gst/law/mulaw-decode.h:
8064           Fix capsnego bogosity in *law decoders. 
8065
8066 2007-07-06  Michael Smith <msmith@fluendo.com>
8067
8068         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8069         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8070         (gst_smokeenc_change_state):
8071         * ext/jpeg/gstsmokeenc.h:
8072           Remove stupidity in get/set caps functions.
8073           Fix some refcounting problems.
8074
8075 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8076
8077         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8078         Remove endianness-flipping hack that seems to have been required
8079         only because of a bug in ffmpegcolorspace.
8080         Partially Fixes: #451908
8081
8082 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8083
8084         * docs/plugins/Makefile.am:
8085           Simplify --extra-dir as gtkdoc scans recursively.
8086
8087 2007-07-03  Wim Taymans  <wim@fluendo.com>
8088
8089         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8090
8091         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8092         Set the encoding-name in the rtp caps to all uppercase, as required by
8093         the caps spec.
8094         Some small cleanups in the error paths. Fixes #453037.
8095
8096 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8097
8098         * ext/wavpack/gstwavpackparse.c:
8099         (gst_wavpack_parse_index_get_last_entry),
8100         (gst_wavpack_parse_index_get_entry_from_sample),
8101         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8102         (gst_wavpack_parse_scan_to_find_sample):
8103         * ext/wavpack/gstwavpackparse.h:
8104         Use a GSList for the GArray that is used like a list anyway.
8105
8106 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8107
8108         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8109         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8110         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8111           Add state change function where we set 0/1 as default framerate in
8112           case our setcaps function isn't called, like it might not in a
8113           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8114           gdkpixbufdec trying to create caps with a 0/0 framerate.
8115           Also post an error message on the bus if gst_pad_push() fails when
8116           called from our sink event handler (+1 for flow returns for event
8117           functions in 0.11) instead of failing silently.
8118
8119 2007-06-27  Wim Taymans  <wim@fluendo.com>
8120
8121         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8122         Cast stack args to the proper types. Fixes #451249.
8123
8124 2007-06-27  Wim Taymans  <wim@fluendo.com>
8125
8126         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8127         (new_session_pad), (gst_rtspsrc_setup_streams):
8128         * gst/rtsp/gstrtspsrc.h:
8129         For container formats we only need to activate one of the streams so
8130         that we correctly signal no-more-pads. Fixes #451015.
8131
8132 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8133
8134         * docs/plugins/gst-plugins-good-plugins.args:
8135         * docs/plugins/inspect/plugin-aasink.xml:
8136         * docs/plugins/inspect/plugin-alaw.xml:
8137         * docs/plugins/inspect/plugin-alpha.xml:
8138         * docs/plugins/inspect/plugin-alphacolor.xml:
8139         * docs/plugins/inspect/plugin-annodex.xml:
8140         * docs/plugins/inspect/plugin-apetag.xml:
8141         * docs/plugins/inspect/plugin-audiofx.xml:
8142         * docs/plugins/inspect/plugin-auparse.xml:
8143         * docs/plugins/inspect/plugin-autodetect.xml:
8144         * docs/plugins/inspect/plugin-avi.xml:
8145         * docs/plugins/inspect/plugin-cacasink.xml:
8146         * docs/plugins/inspect/plugin-cairo.xml:
8147         * docs/plugins/inspect/plugin-cdio.xml:
8148         * docs/plugins/inspect/plugin-cutter.xml:
8149         * docs/plugins/inspect/plugin-debug.xml:
8150         * docs/plugins/inspect/plugin-efence.xml:
8151         * docs/plugins/inspect/plugin-effectv.xml:
8152         * docs/plugins/inspect/plugin-esdsink.xml:
8153         * docs/plugins/inspect/plugin-flac.xml:
8154         * docs/plugins/inspect/plugin-flxdec.xml:
8155         * docs/plugins/inspect/plugin-gconfelements.xml:
8156         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8157         * docs/plugins/inspect/plugin-goom.xml:
8158         * docs/plugins/inspect/plugin-halelements.xml:
8159         * docs/plugins/inspect/plugin-icydemux.xml:
8160         * docs/plugins/inspect/plugin-id3demux.xml:
8161         * docs/plugins/inspect/plugin-jpeg.xml:
8162         * docs/plugins/inspect/plugin-ladspa.xml:
8163         * docs/plugins/inspect/plugin-level.xml:
8164         * docs/plugins/inspect/plugin-matroska.xml:
8165         * docs/plugins/inspect/plugin-mulaw.xml:
8166         * docs/plugins/inspect/plugin-multipart.xml:
8167         * docs/plugins/inspect/plugin-navigationtest.xml:
8168         * docs/plugins/inspect/plugin-ossaudio.xml:
8169         * docs/plugins/inspect/plugin-png.xml:
8170         * docs/plugins/inspect/plugin-quicktime.xml:
8171         * docs/plugins/inspect/plugin-rtp.xml:
8172         * docs/plugins/inspect/plugin-rtsp.xml:
8173         * docs/plugins/inspect/plugin-smpte.xml:
8174         * docs/plugins/inspect/plugin-speex.xml:
8175         * docs/plugins/inspect/plugin-taglib.xml:
8176         * docs/plugins/inspect/plugin-udp.xml:
8177         * docs/plugins/inspect/plugin-videobalance.xml:
8178         * docs/plugins/inspect/plugin-videobox.xml:
8179         * docs/plugins/inspect/plugin-videocrop.xml:
8180         * docs/plugins/inspect/plugin-videoflip.xml:
8181         * docs/plugins/inspect/plugin-videomixer.xml:
8182         * docs/plugins/inspect/plugin-wavenc.xml:
8183         * docs/plugins/inspect/plugin-wavparse.xml:
8184         * docs/plugins/inspect/plugin-ximagesrc.xml:
8185           Update docs with caps info.
8186
8187 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8188
8189         * po/POTFILES.in:
8190           Add more files with translatable strings (#450878).
8191
8192 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8193
8194         * MAINTAINERS:
8195         Updating all the maintainers files
8196
8197 2007-06-22  Edward Hervey  <edward@fluendo.com>
8198
8199         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8200         * gst/interleave/deinterleave.c: (deinterleave_init),
8201         (deinterleave_sink_link):
8202         * gst/interleave/interleave.c: (interleave_init):
8203         * gst/median/gstmedian.c: (gst_median_init):
8204         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8205         Fix memory leaks.
8206         * tests/check/elements/id3demux.c: (pad_added_cb):
8207         Remove unused variable.
8208
8209 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8210
8211         * ext/gconf/gconf.h:
8212         Make the prototype of gst_gconf_get_key_for_sink_profile
8213         match the implementation.
8214         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8215         Fixes: #449747
8216
8217 2007-06-20  Michael Smith <msmith@fluendo.com>
8218
8219         * gst/rtp/gstrtpdepay.c:
8220           Fix description - rtpdepay is not a payloader.
8221
8222 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8223
8224         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8225         (qtdemux_video_caps):
8226         * gst/qtdemux/qtdemux_fourcc.h:
8227           Add MJPG to the variants of motion jpeg.
8228
8229 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8230
8231         * tests/check/Makefile.am:
8232         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8233         * tests/check/elements/videocrop.c: (GST_START_TEST):
8234         * tests/check/elements/videofilter.c:
8235         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8236         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8237           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8238           error flags are included and it errors out on compiler warnings
8239           for CVS builds; remove unused variables in various unit tests.
8240
8241 2007-06-19  Wim Taymans  <wim@fluendo.com>
8242
8243         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8244         (rtsp_connection_close), (rtsp_connection_free):
8245         Use threadsafe inet_ntop to convert an ip number to a string. 
8246         Fixes #447961.
8247         Don't leak fd (and ip) when freeing a connection without first closing
8248         it.
8249
8250 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8251
8252         * configure.ac:
8253         Back to CVS
8254
8255         * gst-plugins-good.doap:
8256         Add 0.10.6 to the doap file.
8257
8258 === release 0.10.6 ===
8259
8260 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8261
8262         * configure.ac:
8263           releasing 0.10.6, "Wobble Board"
8264
8265 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8266
8267         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8268         (rtsp_connection_free):
8269           Revert previous commit again, since we are frozen (sorry).
8270
8271 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8272
8273         Patch by: Peter Kjellerstedt <pkj at axis com>
8274
8275         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8276         (rtsp_connection_free):
8277           inet_ntoa() uses a static buffer internally, so we need to copy the
8278           returned string if we want to store it for later (#447961).
8279
8280 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8281
8282         * win32/vs6/autogen.dsp:
8283         * win32/vs6/gst_plugins_good.dsw:
8284         * win32/vs6/libgstalaw.dsp:
8285         * win32/vs6/libgstalpha.dsp:
8286         * win32/vs6/libgstalphacolor.dsp:
8287         * win32/vs6/libgstapetag.dsp:
8288         * win32/vs6/libgstaudiofx.dsp:
8289         * win32/vs6/libgstauparse.dsp:
8290         * win32/vs6/libgstautodetect.dsp:
8291         * win32/vs6/libgstavi.dsp:
8292         * win32/vs6/libgstcutter.dsp:
8293         * win32/vs6/libgstdirectdraw.dsp:
8294         * win32/vs6/libgstdirectsound.dsp:
8295         * win32/vs6/libgsteffectv.dsp:
8296         * win32/vs6/libgstflx.dsp:
8297         * win32/vs6/libgstgoom.dsp:
8298         * win32/vs6/libgsticydemux.dsp:
8299         * win32/vs6/libgstid3demux.dsp:
8300         * win32/vs6/libgstinterleave.dsp:
8301         * win32/vs6/libgstjpeg.dsp:
8302         * win32/vs6/libgstlevel.dsp:
8303         * win32/vs6/libgstmatroska.dsp:
8304         * win32/vs6/libgstmedian.dsp:
8305         * win32/vs6/libgstmonoscope.dsp:
8306         * win32/vs6/libgstmulaw.dsp:
8307         * win32/vs6/libgstmultipart.dsp:
8308         * win32/vs6/libgstqtdemux.dsp:
8309         * win32/vs6/libgstrtp.dsp:
8310         * win32/vs6/libgstrtsp.dsp:
8311         * win32/vs6/libgstsmpte.dsp:
8312         * win32/vs6/libgstspeex.dsp:
8313         * win32/vs6/libgstudp.dsp:
8314         * win32/vs6/libgstvideobalance.dsp:
8315         * win32/vs6/libgstvideobox.dsp:
8316         * win32/vs6/libgstvideocrop.dsp:
8317         * win32/vs6/libgstvideoflip.dsp:
8318         * win32/vs6/libgstvideomixer.dsp:
8319         * win32/vs6/libgstwaveform.dsp:
8320         * win32/vs6/libgstwavenc.dsp:
8321         * win32/vs6/libgstwavparse.dsp:
8322         Mark *.dsp & *.dsw as binary files and convert to DOS line
8323         endings, as they don't load into VS6 correctly otherwise.
8324
8325 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8326
8327         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8328         (rtsp_connection_connect):
8329         Fix the MingW build. 
8330         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8331         Fixes: #446981
8332
8333 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8334
8335         * tests/check/elements/.cvsignore:
8336         * tests/icles/.cvsignore:
8337         Hush the buildbots up
8338
8339 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8340
8341         * configure.ac:
8342         * sys/Makefile.am:
8343         * sys/directdraw/Makefile.am:
8344         * sys/directsound/Makefile.am:
8345         * sys/waveform/Makefile.am:
8346         Make sure to dist everything needed for win32 builds.
8347
8348 2007-06-14  Edward Hervey  <edward@fluendo.com>
8349
8350         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8351         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8352         caps.
8353         Fixes #447458
8354
8355 2007-06-13  Wim Taymans  <wim@fluendo.com>
8356
8357         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8358         Make sure we allocate enough memory for the codec_data.
8359         Fixes #447210.
8360
8361 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8362
8363         * win32/MANIFEST:
8364         Add videocrop project file to the win32 manifest.
8365         * win32/vs6/gst_plugins_good.dsw:
8366         Add qtdemux,videocrop and waveform projects to the workspace.
8367         * win32/vs6/libgstqtdemux.dsp:
8368         Add zlib to the link list of qtdemux.
8369         * win32/vs6/libgstvideocrop.dsp:
8370         Add a project file for videocrop.
8371
8372 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8373
8374         * po/POTFILES.in:
8375         Add qtdemux for translation
8376
8377 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8378
8379         * configure.ac:
8380         * docs/plugins/Makefile.am:
8381         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8382         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8383         * docs/plugins/inspect/plugin-videocrop.xml:
8384         * gst-plugins-good.spec.in:
8385         * sys/Makefile.am:
8386         * tests/check/Makefile.am:
8387         * tests/icles/Makefile.am:
8388         * tests/icles/videocrop-test.c:
8389         Move videocrop and osxvideo from -bad.
8390
8391 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8392
8393         * configure.ac:
8394         * docs/plugins/Makefile.am:
8395         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8396         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8397         * docs/plugins/gst-plugins-good-plugins.args:
8398         * docs/plugins/inspect/plugin-qtdemux.xml:
8399         * docs/plugins/inspect/plugin-quicktime.xml:
8400         * win32/MANIFEST:
8401         Move qtdemux from -bad.
8402
8403         * gst-plugins-good.spec.in:
8404         Update spec file to reflect moving of qtdemux and wavpack
8405
8406 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8407         
8408         * win32/MANIFEST:
8409         * docs/plugins/Makefile.am:
8410         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8411         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8412         * docs/plugins/inspect/plugin-directdraw.xml:
8413         * docs/plugins/inspect/plugin-directsound.xml:
8414         * docs/plugins/inspect/plugin-waveform.xml:
8415         Move the waveform plugin from -bad too. Update the inspect xml
8416         files to mention Plugins Good instead of Plugins Bad.
8417
8418 2007-06-12  Andy Wingo  <wingo@pobox.com>
8419
8420         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8421         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8422         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8423         finalization and resuscitation. No longer public.
8424         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8425         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8426         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8427         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8428         miniobject semantics, and be threadsafe.
8429         (gst_v4l2src_queue_frame): Remove this function, as we just call
8430         the ioctls directly in the two places where we queue buffers.
8431         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8432         directly.
8433         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8434         to allocate the pool, which also preallocates the GstBuffers.
8435         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8436         queueing the frames directly.
8437         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8438         mmap buffers have been dequeued.
8439
8440         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8441         real MiniObject instead of rolling our own refcounting and
8442         finalizing. Give it a lock.
8443         (struct _GstV4l2Buffer): Remove one intermediary object, having
8444         the buffers hold the struct v4l2_buffer directly.
8445
8446         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8447         capture_init so that it can set them on the buffers that it will
8448         create.
8449         (gst_v4l2src_get_read): For better or for worse, include the
8450         timestamping and offsetting code here; really we should be using
8451         bufferalloc though.
8452         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8453         preallocated, mmap'd buffers.
8454
8455 2007-06-11  Wim Taymans  <wim@fluendo.com>
8456
8457         Patch by: daniel fischer <dan at f3c dot com>
8458
8459         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8460         (gst_ximage_src_get_caps):
8461         Actually use the display_name property so that we can dump any
8462         available X display. Fixes #445905.
8463
8464 2007-06-11  Wim Taymans  <wim@fluendo.com>
8465
8466         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8467
8468         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8469         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8470         Add missing rate fields to caps. Fixes #441118.
8471
8472 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8473
8474         * win32/vs6/gst_plugins_good.dsw:
8475         * win32/vs8/gst-plugins-good.sln:
8476         Add DirectSound and DirectDraw sinks project files to
8477         workspace and solution files.
8478
8479 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8480
8481         Patch by: Josh Coalson <xflac at yahoo dot com>,
8482         updated by Alexis Ballier <aballier at gentoo dot org>:
8483
8484         * configure.ac:
8485         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8486         (gst_flac_dec_setup_seekable_decoder),
8487         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8488         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8489         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8490         * ext/flac/gstflacdec.h:
8491         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8492         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8493         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8494         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8495         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8496         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8497         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8498         * ext/flac/gstflacenc.h:
8499         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8500         
8501 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8502
8503         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8504         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8505         not necessary anymore as we need at least that core version. 
8506
8507 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8508
8509         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8510         (gst_wavpack_dec_chain):
8511         * ext/wavpack/gstwavpackdec.h:
8512         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8513         (gst_wavpack_parse_push_buffer):
8514         * ext/wavpack/gstwavpackparse.h:
8515         Improve discont handling by checking if the next Wavpack block has
8516         the expected, following block index.
8517
8518 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8519
8520         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8521           Fix element description.
8522
8523 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8524
8525         * configure.ac:
8526         * docs/plugins/Makefile.am:
8527         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8528         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8529         * docs/plugins/gst-plugins-good-plugins.args:
8530         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8531         * docs/plugins/gst-plugins-good-plugins.signals:
8532         * docs/plugins/inspect/plugin-autodetect.xml:
8533         * docs/plugins/inspect/plugin-gconfelements.xml:
8534         * docs/plugins/inspect/plugin-ladspa.xml:
8535         * docs/plugins/inspect/plugin-rtp.xml:
8536         * docs/plugins/inspect/plugin-wavpack.xml:
8537         * ext/Makefile.am:
8538         * tests/check/Makefile.am:
8539           move wavpack plugin.  See #352605.
8540
8541 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8542
8543         * configure.ac:
8544         * docs/plugins/Makefile.am:
8545         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8546         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8547         * docs/plugins/gst-plugins-good-plugins.args:
8548         * sys/Makefile.am:
8549         * win32/MANIFEST:
8550         Add DirectDraw & DirectSound plugins to the build and docs.
8551
8552 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8553
8554         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8555         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8556           When operating in pull mode, error out correct on not-linked.
8557
8558 2007-06-06  Andy Wingo  <wingo@pobox.com>
8559
8560         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8561         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8562         format and size if the ioctls are defined; should fix compilation
8563         on Linux < 2.16.19.
8564
8565 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
8566
8567         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8568           Printf fixes in debug statements; use LOG level for debug statements
8569           that are printed for each and every frame; convert c++ comments to
8570           C-style comments; not much point using g_try_malloc() if we then not
8571           even check the return value.
8572
8573 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8574
8575         * configure.ac:
8576           Bump requirements to released versions (core and base 0.10.13).
8577
8578         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
8579           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8580           own implementation.
8581
8582 2007-06-05  Andy Wingo  <wingo@pobox.com>
8583
8584         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
8585         some useless comments.
8586
8587         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
8588         frames before calling STREAMON, that might leave them in a state
8589         where they can't be dequeued if we go back to NULL without calling
8590         STREAMON, according to the docs.
8591         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
8592         before we call STREAMON.
8593         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
8594         failures. (For me this code hung.) The pool refcounting is still
8595         crack; added a note to that effect.
8596
8597 2007-06-05  Wim Taymans  <wim@fluendo.com>
8598
8599         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8600         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
8601         Add support for mapping gst structure names to the MIME type equivalent.
8602         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
8603
8604 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
8605
8606         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8607         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
8608         (gst_wavenc_chain), (gst_wavenc_change_state):
8609         * gst/wavenc/gstwavenc.h:
8610         Properly write wav files with width!=depth by having the depth most
8611         significant bytes set and all others zero. Fixes #442535.
8612
8613 2007-06-01  Wim Taymans  <wim@fluendo.com>
8614
8615         * gst/rtsp/rtspconnection.c:
8616         Add include to make buildbot happy.
8617
8618 2007-06-01  Wim Taymans  <wim@fluendo.com>
8619
8620         Patch by: Peter Kjellerstedt  <pkj at axis com>
8621
8622         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8623         (rtsp_connection_connect), (add_date_header),
8624         (rtsp_connection_send), (parse_response_status),
8625         (parse_request_line), (parse_line), (rtsp_connection_receive):
8626         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
8627         * gst/rtsp/rtspdefs.h:
8628         * gst/rtsp/rtspmessage.c: (key_value_foreach),
8629         (rtsp_message_init_request), (rtsp_message_init_response),
8630         (rtsp_message_remove_header), (rtsp_message_append_headers),
8631         (rtsp_message_dump):
8632         * gst/rtsp/rtspmessage.h:
8633         Improves version checking, allowing an RTSP server to reply with "505
8634         RTSP Version not supported.
8635         Adds a Date header to all messages.
8636         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
8637         want to be able to send a response even if something in the request was
8638         invalid. EINVAL is only used when passing wrong arguments to functions.
8639         Do not handle an invalid method in parse_request_line(). Defer this to
8640         the caller so it can respond with "405 Method Not Allowed".
8641         Improves parsing of the timeout parameter to the Session header,
8642         allowing whitespace after the semicolon. 
8643         Avoids a compiler warning due to variables shadowing a function argument.
8644
8645 2007-06-01  Wim Taymans  <wim@fluendo.com>
8646
8647         Based on Patch by: Daniel Charles <dcharles at ti dot com>
8648
8649         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8650         (gst_rtp_amr_depay_process):
8651         * gst/rtp/gstrtpamrdepay.h:
8652         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
8653         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
8654         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
8655         * gst/rtp/gstrtpamrpay.h:
8656         Add support for AMR-WB.
8657         Small cleanups such as using BOILERPLATE.
8658
8659 2007-05-31  Wim Taymans  <wim@fluendo.com>
8660
8661         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
8662         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
8663
8664 2007-05-30  Andy Wingo  <wingo@pobox.com>
8665
8666         * sys/v4l2/gstv4l2object.h: 
8667         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
8668         unintended changes.
8669
8670         * sys/v4l2/v4l2src_calls.h: 
8671         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
8672         the format list in the order that the driver gives it to us.
8673         (gst_v4l2src_probe_caps_for_format_and_size)
8674         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
8675         based on the capabilities of the device.
8676         (gst_v4l2src_grab_frame): Update for object variable renaming.
8677         (gst_v4l2src_set_capture): Update to be strict in its parameters,
8678         as in the set_caps below.
8679         (gst_v4l2src_capture_init): Update for object variable renaming,
8680         and reflow.
8681         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
8682         (gst_v4l2src_capture_deinit): Update for object variable renaming.
8683         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
8684         (gst_v4l2src_get_fps): Remove; these functions don't have much
8685         meaning outside of an atomic set_caps method.
8686         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
8687         known.
8688
8689         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
8690         call to update_fps; not sure about this change.
8691         (gst_v4l2_tuner_set_norm): Work around the fact that for the
8692         moment we don't have an update_fps_func.
8693
8694         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
8695         structures in the object, just store what we need. Do store the
8696         probed caps of the device. Don't store the current frame rate.
8697
8698         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
8699         update_fps_function, for now. Update for new object variable
8700         naming.
8701         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
8702         new object variable naming.
8703         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
8704         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
8705         (gst_v4l2src_get_caps): Rework to probe the device for supported
8706         frame sizes and frame rates.
8707         (gst_v4l2src_set_caps): Rework to be strict in the given
8708         parameters: if someone asks us to have a certain size and rate,
8709         that is what we configure.
8710         (gst_v4l2src_get_read): Update for object variable naming. Don't
8711         leak buffers on short reads.
8712         (gst_v4l2src_get_mmap): Update for object variable naming, and add
8713         comments.
8714         (gst_v4l2src_create): Update for object variable naming.
8715
8716 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8717
8718         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
8719         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
8720         * gst/avi/gstavidemux.h:
8721           Parse subtitle text streams instead of erroring out (#442034). Still
8722           needs a parser for the subtitles to actually show up.
8723
8724 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8725
8726         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
8727         (gst_avi_demux_loop):
8728           Make _push_event() return TRUE if the event could be pushed on at
8729           least one pad and not only if it could be pushed on all pads,
8730           otherwise we'll end up posting an error message on EOS if one or
8731           more source pads are not connected.
8732
8733 2007-05-28  Wim Taymans  <wim@fluendo.com>
8734
8735         * gst/rtsp/rtsptransport.c:
8736         Use renamed RTP bin.
8737
8738 2007-05-28  Wim Taymans  <wim@fluendo.com>
8739
8740         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
8741
8742         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8743         (gst_video_box_set_property), (gst_video_box_transform_caps),
8744         (video_box_recalc_transform), (gst_video_box_set_caps),
8745         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8746         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8747         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8748         (gst_video_box_i420_i420), (gst_video_box_transform),
8749         (plugin_init):
8750         Add AYUV->AYUV and AYUV->I420 formats. 
8751         Fix negotiation and I420->AYUV conversion.
8752         Fixes #429329.
8753
8754 2007-05-26  Wim Taymans  <wim@fluendo.com>
8755
8756         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8757         Use different variables for nested for loops so that the outer loop
8758         functions properly and speex files with multiple frames per buffer work
8759         properly.
8760         Fixes #441408.
8761
8762 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8763
8764         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8765           Don't leak newsegment events.
8766
8767 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8768
8769         * gst/wavparse/Makefile.am:
8770           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8771           drags it in.
8772
8773 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8774
8775         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8776         (notgst_value_array_append_buffer),
8777         (gst_flac_enc_process_stream_headers),
8778         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8779         (gst_flac_enc_change_state):
8780         * ext/flac/gstflacenc.h:
8781           Collect headers, add "streamheader" field to output caps and set
8782           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8783           produces output according to the official FLAC-to-Ogg mapping
8784           instead of completely broken files. Fixes #426044.
8785
8786 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8787
8788         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8789         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8790         (gst_id3demux_sink_event):
8791         * gst/id3demux/gstid3demux.h:
8792         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8793         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8794         (gst_tag_demux_send_new_segment):
8795         Handle and adjust new-segment events so that downstream really
8796         sees a stream with the tag pieces stripped off the front and back.
8797         Fixes strangeness in seeking when mp3 decoders use the new-segment
8798         byte position to estimate their current playback position timestamp
8799         and then the arriving buffers don't match up.
8800
8801 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8802
8803         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8804           Don't unnecessarily perform a READY->NULL->READY transition on the
8805           detected audio sink when starting up. Fixes: #440127
8806
8807 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8808
8809         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8810         (gst_flac_enc_chain):
8811           Don't crash in chain function if setcaps hasn't been called.
8812
8813 2007-05-24  Wim Taymans  <wim@fluendo.com>
8814
8815         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8816         Init value to avoid infinte loops.
8817
8818 2007-05-24  Wim Taymans  <wim@fluendo.com>
8819
8820         Patch by: Peter Kjellerstedt  <pkj at axis com>
8821
8822         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8823         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8824         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8825         (gst_rtspsrc_play):
8826         (rtsp_connection_send), (rtsp_connection_receive):
8827         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8828         Fix for new API.
8829
8830         * gst/rtsp/rtspconnection.c: (add_auth_header),
8831         Only add authorisation and session headers when sending messages.
8832
8833         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8834         (rtsp_message_init_request), (rtsp_message_init_response),
8835         (rtsp_message_unset), (rtsp_message_add_header),
8836         (rtsp_message_remove_header), (rtsp_message_get_header),
8837         (rtsp_message_append_headers), (dump_key_value),
8838         (rtsp_message_dump):
8839         * gst/rtsp/rtspmessage.h:
8840         Add support for multiple headers of the same type by storing the parsed
8841         headers in a GArray instaed of a hashtable.
8842
8843 2007-05-21  Wim Taymans  <wim@fluendo.com>
8844
8845         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8846         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8847         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8848         safer shutdown.
8849
8850 2007-05-21  Wim Taymans  <wim@fluendo.com>
8851
8852         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8853         * gst/rtsp/gstrtpdec.h:
8854         Added signal for backwards compat.
8855
8856 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8857         
8858         Patch by: René Stadler <mail at renestadler dot de>
8859
8860         * configure.ac:
8861         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8862         (gst_au_parse_parse_header), (gst_au_parse_chain):
8863         * gst/auparse/gstauparse.h:
8864         Use audioconvert for converting from non-native endianness floats
8865         in auparse instead of doing it ourself. Fixes #424527.
8866         This needs the audioconvert from plugins-base CVS.
8867         
8868 2007-05-21  Wim Taymans  <wim@fluendo.com>
8869
8870         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8871         (gst_rtp_h263p_pay_flush):
8872         Fix enum registration.
8873
8874 2007-05-21  Wim Taymans  <wim@fluendo.com>
8875
8876         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8877
8878         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8879         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
8880         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
8881         (gst_rtp_h263p_pay_flush):
8882         * gst/rtp/gstrtph263ppay.h:
8883         Add new fragmentation mode base on GOB headers. Fixes #438940.
8884
8885 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
8886
8887         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
8888           Printf format fix.
8889
8890 2007-05-18  Wim Taymans  <wim@fluendo.com>
8891
8892         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8893         Don't crash when an unsupported transport error was returned by the
8894         server, just try to configure the next stream. Fixes #439255.
8895
8896 2007-05-18  Wim Taymans  <wim@fluendo.com>
8897
8898         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8899         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8900         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
8901         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8902         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
8903         * gst/rtsp/gstrtspsrc.h:
8904         Add TCP timeout property and use it for all TCP connection.
8905
8906         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8907         (rtsp_connection_write), (rtsp_connection_next_timeout),
8908         (rtsp_connection_reset_timeout):
8909         Make connect and writes cancelable and make them use the timeout.
8910
8911 2007-05-18  Wim Taymans  <wim@fluendo.com>
8912
8913         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8914         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8915         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8916         (gst_rtspsrc_setup_streams):
8917         Refactor timeout handling.
8918         Also send keep-alive when dealing with TCP transport.
8919
8920         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8921         (rtsp_connection_free), (rtsp_connection_next_timeout),
8922         (rtsp_connection_reset_timeout):
8923         * gst/rtsp/rtspconnection.h:
8924         Use a timer to handle the session timeouts, add some methods to deal
8925         with timeouts.
8926
8927 2007-05-17  Wim Taymans  <wim@fluendo.com>
8928
8929         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8930         (gst_rtspsrc_setup_streams):
8931         Ignore streams that fail the setup command, we will retry with a
8932         different transport later on.
8933
8934         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8935         (rtsp_ext_wms_configure_stream):
8936         Fix encoding name case.
8937
8938 2007-05-16  Edward Hervey  <edward@fluendo.com>
8939
8940         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
8941         Fix build on macosx.
8942
8943 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
8944
8945         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
8946         Replace direct comparison of a string with the string literal "" with
8947         a comparison of the first character with '\0'. Fixes #438926.
8948
8949 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8950
8951         * gst/debug/breakmydata.c (gst_break_my_data_init):
8952           One more try. This should be the proper fix now.
8953
8954 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8955
8956         * gst/debug/breakmydata.c:
8957           Ooops, no // comments please.
8958
8959 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8960
8961         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
8962         (gst_break_my_data_init):
8963           Fix gst_buffer_is_writable() assertion.
8964
8965 2007-05-14  David Schleef  <ds@schleef.org>
8966
8967         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
8968           video/x-raw-bayer.  Fixes #314160.
8969
8970 2007-05-14  Wim Taymans  <wim@fluendo.com>
8971
8972         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
8973         (gst_rtp_theora_depay_parse_configuration):
8974         * gst/rtp/gstrtptheorapay.c: (encode_base64),
8975         (gst_rtp_theora_pay_finish_headers),
8976         (gst_rtp_theora_pay_handle_buffer):
8977         Update theora pay/depayloader in a similar to vorbis.
8978
8979         * gst/rtp/gstrtpvorbisdepay.c:
8980         (gst_rtp_vorbis_depay_parse_configuration):
8981         Update docs.
8982
8983 2007-05-14  Wim Taymans  <wim@fluendo.com>
8984
8985         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
8986         When we try to execute a method that is not supported by the server,
8987         don't error out but remove the method from the accepted methods so that
8988         we never try to perform this method again.
8989
8990 2007-05-14  Wim Taymans  <wim@fluendo.com>
8991
8992         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8993         Remove annoying _dump_mem.
8994
8995 2007-05-14  Wim Taymans  <wim@fluendo.com>
8996
8997         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
8998         Parse range correctly.
8999
9000         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9001         The baseurl now always has a '/' at the start.
9002
9003 2007-05-14  Wim Taymans  <wim@fluendo.com>
9004
9005         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9006         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9007         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9008         Factor out caps configuration and configure more stuff such as the time
9009         ranges and speed/scale values.
9010
9011         * gst/rtsp/rtsptransport.c:
9012         Add Copyright after non-trival fixes.
9013
9014 2007-05-12  Wim Taymans  <wim@fluendo.com>
9015
9016         Patch by: Peter Kjellerstedt  <pkj at axis com>
9017
9018         * gst/rtsp/gstrtspsrc.h:
9019         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9020         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9021         (rtsp_message_get_header):
9022         * gst/rtsp/rtspmessage.h:
9023         Make channel guint8 where possible.
9024         Make rtsp_message_init_data() take the channel as a guint8.
9025
9026         * gst/rtsp/rtspdefs.c:
9027         Fixed a typo: Timout -> Timeout
9028
9029         * gst/rtsp/rtspdefs.h:
9030         Make RTSP_CHECK() behave as a statement.
9031
9032         * gst/rtsp/sdpmessage.c:
9033         Avoid a compiler warning in INIT_ARRAY().
9034         Fixes #437692.
9035
9036 2007-05-12  Wim Taymans  <wim@fluendo.com>
9037
9038         Patch by: Peter Kjellerstedt  <pkj at axis com>
9039
9040         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9041         (rtsp_url_get_request_uri):
9042         * gst/rtsp/rtspurl.h:
9043         Add support for query parameters to RTSP URLs.
9044
9045 2007-05-12  Wim Taymans  <wim@fluendo.com>
9046
9047         Patch by: Peter Kjellerstedt  <pkj at axis com>
9048
9049         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9050         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9051         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9052         (rtsp_transport_parse), (rtsp_transport_as_text):
9053         * gst/rtsp/rtsptransport.h:
9054         Add validation to rtsp_transport_parse().
9055         Add rtsp_transport_as_text() to generate an RTSP header from an
9056         RTSPTransport.
9057         Change ssrc to guint (was a string) since that is what it is, even
9058         though it is sent as a hex string.
9059         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9060         incorrect, which can be seen when looking at the examples in the RFC).
9061         Fixes #437670.
9062
9063 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9064
9065         Patch by: Eric Anholt
9066
9067         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9068           gst_ximage_src_ximage_get):
9069         Use union of all damage between frames to make it faster.
9070         Fixes bug #342463.
9071         Also fix crasher when cursor is at bottom right of window.
9072
9073 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9074
9075         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9076           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9077           streaming mode regression for file from #343837 with 'bext' chunk
9078           before the 'fmt' chunk.
9079
9080 2007-05-11  Wim Taymans  <wim@fluendo.com>
9081
9082         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9083         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9084         (gst_rtspsrc_handle_src_event),
9085         (gst_rtspsrc_stream_configure_manager),
9086         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9087         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9088         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9089         * gst/rtsp/gstrtspsrc.h:
9090         * gst/rtsp/rtspdefs.h:
9091         Preliminary seek support.
9092         Activate internal pads so that we can receive events on them.
9093         Don't try to parse a range string when it's NULL.
9094
9095 2007-05-11  Wim Taymans  <wim@fluendo.com>
9096
9097         * gst/rtp/README:
9098         Update README with new RTP variables that will be used for
9099         synchronisation.
9100
9101         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9102         (gst_rtp_vorbis_depay_parse_configuration),
9103         (gst_rtp_vorbis_depay_process):
9104         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9105         (gst_rtp_vorbis_pay_finish_headers),
9106         (gst_rtp_vorbis_pay_handle_buffer):
9107         Update vorbis pay and depayloader to draft-04.
9108
9109 2007-05-11  Wim Taymans  <wim@fluendo.com>
9110
9111         * gst/rtsp/rtsptransport.c:
9112         UDP MCAST is actually the default for RTP/AVP.
9113 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9114
9115         * gst/level/gstlevel.c: (gst_level_transform_ip):
9116         Use guint8 * instead of gpointer then vs6 can build 
9117         in_data += (filter->width / 8).
9118
9119 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9120
9121         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9122           gst_ximage_src_ximage_get):
9123         * sys/ximage/gstximagesrc.h (last_ximage):
9124         When using Damage actually keep the last frame, and not assume
9125         that the buffer we get already has the last frame on it.
9126         Copy the cursor over if we specify a non-zero start x and
9127         start y.
9128
9129 2007-05-11  Wim Taymans  <wim@fluendo.com>
9130
9131         * gst/rtsp/rtsptransport.c:
9132         Make UDP the default transport when not specified.
9133
9134 2007-05-09  David Schleef  <ds@schleef.org>
9135
9136         * gst/level/gstlevel.c:
9137           Revert last change.
9138
9139 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9140
9141         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9142         (gst_level_transform_ip):
9143         Use guint8 * instead of gpointer then vs6 know the size of data
9144         pointed when moving the pointer.
9145         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9146         Move instructions after variables declaration.
9147         * win32/vs6/autogen.dsp:
9148         * win32/vs6/libgstrtp.dsp:
9149         * win32/vs6/libgstrtsp.dsp:
9150         Update vs6 project files.
9151
9152 2007-05-09  Wim Taymans  <wim@fluendo.com>
9153
9154         * gst/rtsp/Makefile.am:
9155         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9156         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9157         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9158         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9159         (rtsp_range_free):
9160         * gst/rtsp/rtsprange.h:
9161         Add code to parse time ranges.
9162         Report DURATION on the stream when possible.
9163
9164 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9165
9166         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9167         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9168         (gst_videomixer_collected):
9169           Fix strides calculation for AYUV (it's just width*4) (#436910).
9170
9171 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9172
9173         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9174         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9175         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9176         Sync the GObject properties before each processing step to properly
9177         work with the controller.
9178
9179 2007-05-04  Wim Taymans  <wim@fluendo.com>
9180
9181         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9182         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9183         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9184         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9185         (gst_rtspsrc_change_state):
9186         Let more error state trickle down so that we can catch more error
9187         cases.
9188         Handle keep-alive a little smarter by selecting a method the server
9189         actually supports.
9190         Fix a race in UDP streaming shutdown.
9191
9192 2007-05-04  Wim Taymans  <wim@fluendo.com>
9193
9194         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9195         Ignore errors when trying to use the keep-alive messages.
9196
9197 2007-05-04  Wim Taymans  <wim@fluendo.com>
9198
9199         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9200         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9201         (gst_rtspsrc_stream_configure_manager),
9202         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9203         (gst_rtspsrc_stream_configure_mcast),
9204         (gst_rtspsrc_stream_configure_udp),
9205         (gst_rtspsrc_stream_configure_udp_sink),
9206         (gst_rtspsrc_stream_configure_transport):
9207         Send RTCP messages back to the server over the TCP connection.
9208
9209         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9210         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9211         (rtsp_connection_receive):
9212         * gst/rtsp/rtspconnection.h:
9213         Factor out and expose lowlevel _write and _read methods.
9214         Implement sending data messages to the server.
9215
9216 2007-05-03  Wim Taymans  <wim@fluendo.com>
9217
9218         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9219         (gst_multipart_mux_collected):
9220         Fix timestamps on outgoing buffers.
9221
9222 2007-05-03  Wim Taymans  <wim@fluendo.com>
9223
9224         * gst/multipart/multipartmux.c:
9225         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9226         (gst_multipart_mux_change_state):
9227         Emit NEWSEGMENT events before pushing the first buffer.
9228
9229 2007-05-03  Wim Taymans  <wim@fluendo.com>
9230
9231         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9232         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9233         (gst_rtspsrc_handle_src_query),
9234         (gst_rtspsrc_stream_configure_manager),
9235         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9236         (gst_rtspsrc_stream_configure_mcast),
9237         (gst_rtspsrc_stream_configure_udp),
9238         (gst_rtspsrc_stream_configure_udp_sink),
9239         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9240         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9241         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9242         (gst_rtspsrc_pause):
9243         Refactor transport configuration code.
9244         Create internal pads for TCP transport so that we can implement events
9245         and queries.
9246         Handle events and queries.
9247         Parse range from the SDP.
9248         Fix race in pause handler where the connection could still be flushing.
9249
9250 2007-05-02  Wim Taymans  <wim@fluendo.com>
9251
9252         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9253         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9254         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9255         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9256         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9257         (gst_rtspsrc_change_state):
9258         * gst/rtsp/gstrtspsrc.h:
9259         Fix race when multiple udp sources post timeouts, just act on the first
9260         received timeout.
9261         Protect stream list with a recursive lock to fix some races.
9262         Flush connection when we need to do a reconnect or stop.
9263         Make state lock recursive.
9264
9265         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9266         (rtsp_connection_close):
9267         Some small cleanups.
9268
9269 2007-05-02  Wim Taymans  <wim@fluendo.com>
9270
9271         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9272         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9273         Only set DISCONT when there actually is a discont or when we just
9274         started.
9275
9276 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9277
9278         * ext/flac/gstflac.c: (plugin_init):
9279         Call bindtextdomain() to get localized strings.
9280
9281 2007-05-02  Wim Taymans  <wim@fluendo.com>
9282
9283         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9284         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9285         (gst_wavparse_stream_data):
9286         * gst/wavparse/gstwavparse.h:
9287         Be a bit more clever when dealing with VBR files with FACT tags, we
9288         don't want to timestamp buffers in that case but the estimated BPS can
9289         be used for seeking.
9290         Only send close segment in the streaming thread.
9291
9292 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9293
9294         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9295         Correctly post an error on the bus if something went wrong in the loop
9296         function. This fixes a few cases where the task was paused and nothing
9297         happened anymore.
9298
9299 2007-05-02  Wim Taymans  <wim@fluendo.com>
9300
9301         * gst/rtsp/test.c: (main):
9302         Fix compilation of deprecated test just because I'm too lazy to delete
9303         it.
9304
9305 2007-05-02  Wim Taymans  <wim@fluendo.com>
9306
9307         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9308         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9309         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9310         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9311         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9312         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9313         * gst/rtsp/gstrtspsrc.h:
9314         Fix sending RTCP to the right place.
9315         Fix bug in reffing the wrong UDP element.
9316         Use new pad names for the session manager.
9317         Implement handling server requests in interleaved and UDP modes.
9318         Handle session keep-alive in UDP modes.
9319         Remove GCond for handling UDP timeouts.
9320
9321         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9322         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9323         (rtsp_connection_receive), (rtsp_connection_close):
9324         * gst/rtsp/rtspconnection.h:
9325         Store connection IP address for later.
9326         Add timeout args to all operations that might block forever.
9327         Parse session timeout.
9328         Only close sockets when not already closed.
9329
9330         * gst/rtsp/rtspdefs.c:
9331         * gst/rtsp/rtspdefs.h:
9332         Add timeout return value and error string.
9333
9334         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9335         Add small comment.
9336
9337 2007-05-01  Wim Taymans  <wim@fluendo.com>
9338
9339         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9340
9341         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9342         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9343         * gst/rtp/gstrtpmp4vpay.h:
9344         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9345
9346 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9347
9348         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9349           Remove v4l2src from docs, since it breaks the docs build, and the
9350           plugin is only built if --enable-experimental is used anyway.
9351
9352         * docs/plugins/Makefile.am:
9353           Spaces => tab.
9354
9355 2007-04-29  Wim Taymans  <wim@fluendo.com>
9356
9357         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9358         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9359         Add code to drop membership of a multicast group.
9360
9361         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9362         (gst_udpsink_set_uri):
9363         Implement URI handler.
9364
9365         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9366         (gst_rtspsrc_parse_rtpinfo):
9367         Use URI handler to make udpsink instace.
9368         Improve code to configure port and destination.
9369
9370 2007-04-29  Wim Taymans  <wim@fluendo.com>
9371
9372         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9373         Fix multicast detection.
9374         Don't try to join a multicast group if the address is not multicast.
9375
9376         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9377         Small debug improvement.
9378
9379 2007-04-27  Wim Taymans  <wim@fluendo.com>
9380
9381         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9382         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9383         (gst_rtspsrc_handle_message):
9384         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9385         parent.
9386
9387 2007-04-27  Wim Taymans  <wim@fluendo.com>
9388
9389         * gst/rtp/gstrtpilbcdepay.h:
9390         Fix mode property when specified as an arg.
9391
9392 2007-04-26  Edward Hervey  <edward@fluendo.com>
9393
9394         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9395         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9396         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9397         * docs/plugins/inspect/plugin-osxaudio.xml:
9398         Add documentation for osxaudio plugin.
9399
9400 2007-04-26  Wim Taymans  <wim@fluendo.com>
9401
9402         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9403         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9404         (gst_rtspsrc_open), (gst_rtspsrc_close),
9405         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9406         (gst_rtspsrc_pause):
9407         * gst/rtsp/gstrtspsrc.h:
9408         Protect state changes with a lock.
9409
9410         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9411         (parse_line):
9412         * gst/rtsp/rtspconnection.h:
9413         Remove some unused stuff.
9414
9415 2007-04-26  Wim Taymans  <wim@fluendo.com>
9416
9417         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9418         Handle the case where there are exactly 0 bytes to read and the ioctl
9419         did not report an error. Fixes #433530.
9420
9421 2007-04-26  Wim Taymans  <wim@fluendo.com>
9422
9423         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9424         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9425         * gst/wavparse/gstwavparse.h:
9426         Apply DISCONT to buffers.
9427         Only apply timestamp to the first sample after a DISCONT, too many VBR
9428         files cause random jitter in the timestamps. Fixes #433119.
9429
9430 2007-04-25  Wim Taymans  <wim@fluendo.com>
9431
9432         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9433         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9434         (gst_rtp_dec_get_property):
9435         * gst/rtsp/gstrtpdec.h:
9436         Add dummy latency property to be backwards compat with rtpbin.
9437
9438         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9439         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9440         (gst_rtspsrc_stream_configure_transport),
9441         (gst_rtspsrc_parse_rtpinfo):
9442         * gst/rtsp/gstrtspsrc.h:
9443         Add latency property and configure in the session manager.
9444         Don't set invalid clock-base and seqnum-base on caps, some servers
9445         sometimes don't send them.
9446
9447 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9448
9449         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9450         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9451           Double-check that RGB input caps are really RGBA caps (apparently
9452           the core doesn't always catch it if those caps aren't a subset of
9453           our template caps, also see #421543). Fixes #429319 in a way.
9454           Also, don't leak the pad template in the transform_caps function.
9455
9456         * tests/check/Makefile.am:
9457         * tests/check/elements/.cvsignore:
9458         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9459         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9460         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9461         (GST_START_TEST), (alphacolor_suite):
9462           Add some basic unit tests for alphacolor.
9463
9464 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9465
9466         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9467           If we get a fatal flow return in the loop function, first post the
9468           error message and only then send the EOS event downstream, otherwise
9469           applications might get an eos message before the error message and
9470           think everything was ok (related to #429319).
9471
9472 2007-04-25  Wim Taymans  <wim@fluendo.com>
9473
9474         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9475         Read the channel byte as an unsigned byte.
9476
9477 2007-04-25  Wim Taymans  <wim@fluendo.com>
9478
9479         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9480         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9481         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9482         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9483         (gst_rtp_gsm_depay_setcaps):
9484         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9485         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9486         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9487         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9488         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9489         (gst_ilbc_depay_get_property):
9490         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9491         * gst/rtp/gstrtpmp4adepay.c:
9492         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9493         (gst_rtp_pcma_depay_setcaps):
9494         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9495         (gst_rtp_pcmu_depay_setcaps):
9496         Make sure we configure the clock_rate in the baseclass in the setcaps
9497         function. Fixes #431282.
9498
9499 2007-04-25  Wim Taymans  <wim@fluendo.com>
9500
9501         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9502         (gst_rtspsrc_stream_free), (request_pt_map),
9503         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9504         * gst/rtsp/gstrtspsrc.h:
9505         Parse server address from SDP.
9506         Hook up a udpsink to send RTCP back to the server.
9507
9508         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9509         * gst/rtsp/rtsptransport.h:
9510         Add some docs.
9511
9512 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9513
9514         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9515           Make header field check conditional. Fixes #433135
9516
9517 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9518
9519         * docs/plugins/Makefile.am:
9520         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9521         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9522         * docs/plugins/inspect/plugin-alphacolor.xml:
9523         * gst/alpha/Makefile.am:
9524         * gst/alpha/gstalphacolor.c:
9525         * gst/alpha/gstalphacolor.h:
9526           Add minimal docs blurb to alphacolor; split out headers into
9527           separate header file for gtk-doc.
9528
9529 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9530
9531         * gst/debug/progressreport.c: (gst_progress_report_report):
9532           Don't try to post NULL message (in case we can't query upstream
9533           position or duration).
9534
9535 2007-04-18  Michael Smith  <msmith@fluendo.com>
9536
9537         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9538         (gst_cutter_get_caps):
9539         * gst/cutter/gstcutter.h:
9540           Fix some of the most obvious bugs in cutter. Now doesn't leak
9541           everything if input is silent.
9542
9543 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9544
9545         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9546         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9547         * gst/wavenc/gstwavenc.h:
9548         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9549         else results in a invalid block align and invalid files.
9550
9551 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9552
9553         Patch by: Snaik <snaik32 gmail com>
9554
9555         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9556           Add missing break statement for BOX_HORIZONTAL case.
9557
9558 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9559
9560         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9561
9562         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9563         Use correct format strings for integer types.
9564
9565 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9566
9567         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9568         (gst_wavparse_create_sourcepad):
9569         Use gst_riff_create_audio_template_caps () instead of the local caps.
9570         This makes updates of the local caps unecessary whenever libgstriff
9571         gets support for new formats.
9572
9573 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
9574
9575         Patch by: Brian Cameron  <brian.cameron at sun dot com>
9576
9577         * sys/sunaudio/gstsunaudio.c:
9578         * sys/sunaudio/gstsunaudiomixer.c:
9579         * sys/sunaudio/gstsunaudiomixer.h:
9580         * sys/sunaudio/gstsunaudiomixerctrl.c:
9581         * sys/sunaudio/gstsunaudiomixerctrl.h:
9582         * sys/sunaudio/gstsunaudiomixertrack.h:
9583         * sys/sunaudio/gstsunaudiosink.c:
9584         * sys/sunaudio/gstsunaudiosink.h:
9585         * sys/sunaudio/gstsunaudiosrc.c:
9586         * sys/sunaudio/gstsunaudiosrc.h:
9587           Fix and/or update copyright attributions (#430228).
9588
9589 2007-04-13  Wim Taymans  <wim@fluendo.com>
9590
9591         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9592         Fix docs.
9593
9594         * gst/rtsp/URLS:
9595         Add some more example urls.
9596
9597         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9598         (gst_rtp_dec_chain_rtp):
9599         Better debugging.
9600
9601         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
9602         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9603         (gst_rtspsrc_parse_rtpinfo):
9604         Remove unused code.
9605
9606 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9607
9608         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9609         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9610         (gst_wavparse_stream_data):
9611           Relax the audio/mpeg caps again and add FIXME: comment.
9612
9613 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9614
9615         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9616         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9617         (gst_wavparse_stream_data):
9618         * gst/wavparse/gstwavparse.h:
9619           More sanity check for the header fields. Fix type for 'rate' header
9620           field.
9621
9622 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9623
9624         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
9625         (gst_icydemux_unicodify):
9626           If the metadata strings we get in the stream are not UTF-8, try to
9627           interpret them according to the character encodings specified in the
9628           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
9629           only fall back to locale/ISO-8859-1 if those aren't set or don't
9630           work. Should fix #428901.
9631
9632 2007-04-12  Wim Taymans  <wim@fluendo.com>
9633
9634         * gst/rtp/gstrtph264depay.c:
9635         Use the proper sync word for SPS and PPS.
9636
9637 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9638
9639         * gst/rtp/Makefile.am:
9640         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
9641           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
9642         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
9643           Add a simple hashing implementation that we can use to generate
9644           a 24-bit ident value based on the codebooks for vorbis and theora.
9645         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
9646           gst_rtp_theora_pay_handle_buffer):
9647         * gst/rtp/gstrtpvorbisdepay.c
9648           (gst_rtp_vorbis_depay_parse_configuration,
9649           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
9650         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
9651           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
9652           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
9653           Use the hashing function, ensuring that the same codebooks result
9654           in the same ident and thus the same SDP description.
9655           Various log fixes/changes.
9656
9657 2007-04-12  Wim Taymans  <wim@fluendo.com>
9658
9659         Patch by: jerry tan <jerry dot tan at sun dot com>
9660
9661         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9662         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
9663         application's responsibility to make sure it open the device once.
9664         Remove a careless error if AUDIODEV is set. Fixes #392620.
9665
9666 2007-04-12  Wim Taymans  <wim@fluendo.com>
9667
9668         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9669         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
9670         * gst/rtsp/gstrtpdec.h:
9671         Make backward compat with rtpbin by adding the request-pt-map signals.
9672
9673         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9674         (new_session_pad), (request_pt_map),
9675         (gst_rtspsrc_stream_configure_transport),
9676         (gst_rtspsrc_stream_configure_caps),
9677         (gst_rtspsrc_activate_streams):
9678         * gst/rtsp/gstrtspsrc.h:
9679         Implement request-pt-map signals instead of setting caps on the buffers
9680         for the session manager.
9681
9682 2007-04-11  Wim Taymans  <wim@fluendo.com>
9683
9684         * gst/udp/gstudp.c: (plugin_init):
9685         Register GstNetBuffer in plugin_init so that the type can be used from
9686         multiple threads without races.
9687
9688 2007-04-10  Wim Taymans  <wim@fluendo.com>
9689
9690         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9691         (gst_rtp_amr_depay_process):
9692         Fix depayloader clock_rate and some cleanups.
9693
9694         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
9695         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9696         * gst/rtp/gstrtph264depay.h:
9697         Don't push codec_data in the adapter because it might get flushed when
9698         we get a discont.
9699
9700         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9701         Handle multiple AU per packet.
9702
9703         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
9704         (gst_rtp_sv3v_depay_plugin_init):
9705         Disable rank, this one does not work.
9706         Remove timestamping, base class does that.
9707
9708 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
9709
9710         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9711           limit caps to the formats we announce in the template
9712
9713         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9714         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9715         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
9716           fix some crashers/asserts when dealing with broken files
9717
9718 2007-04-10  Wim Taymans  <wim@fluendo.com>
9719
9720         Patch by: Peter Kjellerstedt  <pkj at axis com>
9721
9722         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9723         * gst/rtp/gstrtpL16depay.c:
9724         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9725         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9726         (gst_rtp_speex_depay_setcaps):
9727         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9728         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
9729         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9730         Fix some compiler warnings. Fixes #428182.
9731
9732 2007-04-06  Wim Taymans  <wim@fluendo.com>
9733
9734         * gst/rtsp/Makefile.am:
9735         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9736         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9737         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9738         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9739         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9740         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9741         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9742         (create_rtcp), (gst_rtp_dec_request_new_pad),
9743         (gst_rtp_dec_release_pad):
9744         * gst/rtsp/gstrtpdec.h:
9745         * gst/rtsp/gstrtsp.c: (plugin_init):
9746         Morph RTPDec into something compatible with RTPBin as a fallback.
9747         Various other style fixes.
9748
9749         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9750         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9751         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9752         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9753         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9754         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9755         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9756         * gst/rtsp/gstrtspsrc.h:
9757         Implement RTPBin session manager handling.
9758         Don't try to add empty properties to caps.
9759         Implement fallback session manager, handling.
9760         Don't combine errors from RTCP streams, just ignore them.
9761
9762         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9763         * gst/rtsp/rtsptransport.h:
9764         Implement fallback session manager.
9765         Make RTPBin the default one when available.
9766
9767 2007-04-05  Wim Taymans  <wim@fluendo.com>
9768
9769         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9770         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9771         This element is ready to be autoplugged.
9772
9773 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9774
9775         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9776         Don't leave the offsets defined by upstream element on the
9777         compressed data buffer we are pushing downstream. Make them
9778         GST_BUFFER_OFFSET_NONE.
9779
9780 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9781
9782         * gst/avi/README:
9783         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9784         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9785         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9786         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9787         (gst_avi_demux_calculate_durations_from_index),
9788         (gst_avi_demux_stream_header_push),
9789         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9790         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9791           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9792
9793 2007-04-03  Wim Taymans  <wim@fluendo.com>
9794
9795         * gst/smpte/barboxwipes.c:
9796         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9797
9798 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9799
9800         * gst/wavparse/gstwavparse.c:
9801         Support audio/x-raw-float in wav files. This only works with
9802         plugins-base CVS, using an older version doesn't have any
9803         disadvantages though.
9804
9805 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9806
9807         * configure.ac:
9808         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9809         (gst_au_parse_parse_header), (gst_au_parse_chain):
9810         * gst/auparse/gstauparse.h:
9811         Revert last change as we don't want plugins-good to depend on
9812         plugins-base CVS now.
9813
9814 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9815
9816         * configure.ac:
9817         Require gst-plugins-base CVS for audioconvert with non-native
9818         float support and width/depth fix in libgstriff.
9819
9820         Patch by: René Stadler <mail at renestadler dot de>
9821
9822         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9823         (gst_au_parse_parse_header), (gst_au_parse_chain):
9824         * gst/auparse/gstauparse.h:
9825         Don't swap the floats ourself if they're not in native endianness.
9826         Instead let audioconvert handle this. Fixes #339838.
9827
9828 2007-03-29  Wim Taymans  <wim@fluendo.com>
9829
9830         * gst/rtp/gstasteriskh263.h:
9831         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9832         (gst_rtp_h263p_depay_change_state):
9833         * gst/rtp/gstrtph263pdepay.h:
9834         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9835         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9836         (gst_rtp_h264_depay_change_state):
9837         * gst/rtp/gstrtph264depay.h:
9838         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9839         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9840         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9841         Flush adapter on disconts.
9842
9843 2007-03-29  Wim Taymans  <wim@fluendo.com>
9844
9845         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9846         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9847         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9848         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9849         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9850         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9851         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9852         (gst_rtp_mp4v_depay_process):
9853         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9854         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9855         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9856         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9857         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9858         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
9859         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
9860         Use more efficient adapter and rtpbuffer methods when possible.
9861
9862 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9863
9864         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9865         (gst_wavenc_sink_setcaps):
9866         Correctly handle width!=depth input.
9867         * gst/wavparse/gstwavparse.c:
9868         Already export in the caps that width==8 uses unsigned samples and
9869         everything else uses signed samples.
9870
9871 2007-03-29  Wim Taymans  <wim@fluendo.com>
9872
9873         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9874
9875         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
9876         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
9877         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
9878         (gst_dynudpsink_close):
9879         * gst/udp/gstdynudpsink.h:
9880         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9881         (gst_udpsrc_create), (gst_udpsrc_set_property),
9882         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
9883         * gst/udp/gstudpsrc.h:
9884         Rework the socket allocation a bit based on the sockfd argument so that
9885         it becomes usable.
9886         Add a closefd property to instruct the udp elements to close the custom
9887         file descriptors when going to READY. Fixes #423304.
9888         API:GstUDPSrc::closefd property
9889         API:GstDynUDPSink::closefd property
9890
9891 2007-03-29  Wim Taymans  <wim@fluendo.com>
9892
9893         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9894
9895         * gst/rtp/Makefile.am:
9896         * gst/rtp/gstrtp.c: (plugin_init):
9897         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
9898         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
9899         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
9900         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
9901         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
9902         (gst_rtp_h264_pay_plugin_init):
9903         * gst/rtp/gstrtph264pay.h:
9904         Added H264 payloader. Fixes #423782.
9905
9906         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9907         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9908         Small fixes.
9909
9910 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9911
9912         * gst/wavparse/gstwavparse.c:
9913         Actually support depths from 1 to 32, not only 8 to 32.
9914
9915 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9916
9917         * gst/wavparse/gstwavparse.c:
9918         Add support for wav files containing audio/x-raw-int with random
9919         depths between 1 and 32 bits.
9920
9921 2007-03-28  Wim Taymans  <wim@fluendo.com>
9922
9923         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
9924
9925         * gst/rtp/Makefile.am:
9926         * gst/rtp/gstrtp.c: (plugin_init):
9927         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
9928         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
9929         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
9930         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
9931         (gst_rtp_mp4a_depay_get_property),
9932         (gst_rtp_mp4a_depay_change_state),
9933         (gst_rtp_mp4a_depay_plugin_init):
9934         * gst/rtp/gstrtpmp4adepay.h:
9935         Added MP4A-LATM depayloader. Fixes #417792.
9936
9937         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9938         (gst_rtp_mp4v_depay_process):
9939         Fixup depayloader, setting codec_data, using more efficient adaptor and
9940         rtpbuffer handling.
9941
9942         * gst/rtsp/URLS:
9943         Add url to test above.
9944
9945 2007-03-25  Wim Taymans  <wim@fluendo.com>
9946
9947         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
9948         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
9949         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
9950         (gst_rtspsrc_media_to_caps),
9951         (gst_rtspsrc_stream_configure_transport),
9952         (gst_rtspsrc_stream_configure_caps),
9953         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
9954         * gst/rtsp/gstrtspsrc.h:
9955         Handle default clock-rates for static payload types, rearrange stuff so
9956         that the rtpmap field in the sdp can override the defaults.
9957         Parse RTP-Info field to get the seqnum and timebase fields that should
9958         go in the caps.
9959         Delay configuring caps after we got the RTP-Info from the PLAY reply from
9960         the server. 
9961
9962 2007-03-22  Wim Taymans  <wim@fluendo.com>
9963
9964         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
9965
9966         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
9967         Accept complex pipeline descriptions as an audio profile instead of just
9968         a single element. Fixes #420658.
9969
9970 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9971
9972         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
9973           Rename registered type in preparation of GstTagDemux moving to
9974           -base at some point in the future.
9975
9976 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9977
9978         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9979           Streaming mode fixes: don't unref buffer we don't own any longer;
9980           remove bogus adapter flush. Fixes #419338.
9981
9982 2007-03-17  David Schleef  <ds@schleef.org>
9983
9984         * REQUIREMENTS: Change the format to key/value, add a bunch of
9985           information, remove a bunch of requirements that are for
9986           other GStreamer packages.
9987
9988 2007-03-17  David Schleef  <ds@schleef.org>
9989
9990         * REQUIREMENTS: Fix a few things.  This file really needs a
9991         good once-over.
9992
9993 2007-03-15  Edward Hervey  <edward@fluendo.com>
9994
9995         * sys/Makefile.am:
9996         Don't forget to distribute the sys/osxaudio/ directory.
9997
9998 2007-03-15  Edward Hervey  <edward@fluendo.com>
9999
10000         * configure.ac:
10001         * sys/Makefile.am:
10002         * sys/osxaudio/Makefile.am:
10003         * sys/osxaudio/gstosxaudio.c:
10004         * sys/osxaudio/gstosxaudiosink.c:
10005         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10006         (gst_osx_audio_sink_getcaps),
10007         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10008         * sys/osxaudio/gstosxaudiosrc.c:
10009         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10010         (gst_osx_audio_src_create_ringbuffer):
10011         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10012         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10013         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10014         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10015         * sys/osxaudio/gstosxringbuffer.h:
10016         Activate osxaudio in gst-plugins-good with proper build setup.
10017         Add inlined documentation.
10018         Fix debug statements
10019         Fix ringbuffer when pausing.
10020         Fixes #323471
10021
10022 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10023         * gst/rtp/gstrtppcmapay.c:
10024         * gst/rtp/gstrtppcmapay.h:
10025         * gst/rtp/gstrtppcmupay.c:
10026         * gst/rtp/gstrtppcmupay.h:
10027         Ported mulaw and alaw payloaders to use new base class
10028
10029 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10030
10031         * po/af.po:
10032         * po/az.po:
10033         * po/cs.po:
10034         * po/en_GB.po:
10035         * po/it.po:
10036         * po/nl.po:
10037         * po/or.po:
10038         * po/sq.po:
10039         * po/sr.po:
10040         * po/sv.po:
10041         * po/uk.po:
10042         * po/vi.po:
10043           Update translations.
10044
10045 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10046
10047         * configure.ac:
10048           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10049
10050 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10051
10052         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10053           Fix handling of -1 values for start and stop values when seeking,
10054           and SEEK_CUR+SEEK_END here as well.
10055
10056 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10057
10058         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10059           Fix handling of -1 values for start and stop values when seeking, 
10060           and SEEK_CUR+SEEK_END.
10061
10062 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10063
10064         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10065           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10066           the image format a variable-length NUL-terminated string; in
10067           versions before that the image format is a fixed-length string of
10068           3 characters (see #348644 for a sample tag).
10069           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10070
10071 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10072
10073         * win32/MANIFEST:
10074         Add new project files to MANIFEST.
10075         * win32/vs6/libgstaudiofx.dsp:
10076         * win32/vs6/libgstrtp.dsp:
10077         * win32/vs6/libgstrtsp.dsp:
10078         Update project files.
10079         
10080 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10081
10082         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10083         (gst_avi_demux_parse_index):
10084         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10085         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10086           Printf format fixes; also add some missing quotes in translated
10087           strings. Fixes #416728 and #416727.
10088
10089 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10090
10091         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10092           Tim and I can't think of any reason the child audio sink needs to 
10093           be set back to NULL after successfully determining that it can 
10094           reach READY - it gets immediately set back to READY by the caller
10095           anyway, causing an unnecessary close/open of any audio devices
10096           involved.
10097
10098 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10099
10100         * po/LINGUAS:
10101         * po/ja.po:
10102           Add ja.po file from #377306.
10103
10104 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10105
10106         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10107         * sys/sunaudio/gstsunaudiomixertrack.c:
10108         (gst_sunaudiomixer_track_new):
10109           Actually translate sunaudio mixer track labels instead of just
10110           marking the strings as translatable (#377306); clean up weird
10111           label string mapping code that serves no apparent purpose. Also
10112           set the 'untranslated-label' property when creating mixer tracks
10113           if the GstMixerTrack base class supports this.
10114
10115         * tests/check/Makefile.am:
10116         * tests/check/elements/.cvsignore:
10117         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10118         (sunaudio_suite):
10119           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10120           actually tested on a system where sunaudiomixer is available).
10121
10122 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10123
10124         * tests/check/Makefile.am:
10125         Re-enable the states test and see if it works on the buildbots.
10126
10127 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10128
10129         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10130         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10131         (gst_dvdec_change_state):
10132         * ext/dv/gstdvdec.h:
10133         Infer pixel-aspect-ratio from the video frame format if it isn't
10134         provided by the container, as happens when playing DV from AVI
10135         or Quicktime containers.
10136
10137         Patch by: Wim Taymans <wim@fluendo.com>
10138         Fixes #380944
10139
10140 2007-03-09  Wim Taymans  <wim@fluendo.com>
10141
10142         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10143         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10144         will later be handled by the jitterbuffer.
10145
10146 2007-03-09  Wim Taymans  <wim@fluendo.com>
10147
10148         * ext/taglib/gstid3v2mux.cc:
10149         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10150         Fixes #414496.
10151         
10152         Patch by: Alex Lancaster <alexl at users sourceforge net>
10153
10154 2007-03-09  Wim Taymans  <wim@fluendo.com>
10155
10156         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10157         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10158         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10159         (gst_avi_demux_chain):
10160         Fix stream position reporting after a seek. Fixes #416445.
10161
10162 2007-03-08  Wim Taymans  <wim@fluendo.com>
10163
10164         Patch by: René Stadler <mail at renestadler dot de>
10165
10166         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10167         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10168         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10169         Make avidemux accept optional header chunks in any order.
10170         Fixes #415446.
10171
10172 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10173
10174         * tests/check/Makefile.am:
10175         Disable the states check until the remaining Valgrind errors
10176         are fixed or suppressed.
10177
10178 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10179
10180         * tests/check/elements/.cvsignore:
10181           Add audiodynamic check to .cvsignore
10182
10183 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10184
10185         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10186
10187         * gst/audiofx/Makefile.am:
10188         * gst/audiofx/audiodynamic.c:
10189         (gst_audio_dynamic_characteristics_get_type),
10190         (gst_audio_dynamic_mode_get_type),
10191         (gst_audio_dynamic_set_process_function),
10192         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10193         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10194         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10195         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10196         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10197         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10198         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10199         (gst_audio_dynamic_transform_hard_knee_expander_int),
10200         (gst_audio_dynamic_transform_hard_knee_expander_float),
10201         (gst_audio_dynamic_transform_soft_knee_expander_int),
10202         (gst_audio_dynamic_transform_soft_knee_expander_float),
10203         (gst_audio_dynamic_transform_ip):
10204         * gst/audiofx/audiodynamic.h:
10205         * gst/audiofx/audiofx.c: (plugin_init):
10206         Add new audiodynamic element which can act as a compressor or
10207         expander. Supported are hard-knee and soft-knee operation modes with
10208         user-specified ratio and threshold.
10209         Attack and release parameters are not yet implemented but will follow.
10210         * docs/plugins/Makefile.am:
10211         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10212         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10213         * docs/plugins/gst-plugins-good-plugins.args:
10214         * docs/plugins/inspect/plugin-audiofx.xml:
10215         Integrate audiodynamic into the docs.
10216         * tests/check/Makefile.am:
10217         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10218         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10219         Add unit test for audiodynamic.
10220
10221 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10222
10223         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10224         Free handles that we allocated when exiting via the error paths.
10225
10226 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10227
10228         * gst/level/gstlevel.c: (gst_level_class_init),
10229         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10230         (gst_level_transform_ip):
10231         * gst/level/gstlevel.h:
10232           Resolve message timestamps against the playback segment.
10233
10234 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10235
10236         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10237         (gst_id3demux_sink_activate):
10238           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10239           caps passed to it (previously one code path assumed it took ownership
10240           while another one assumed it didn't, while in fact it sometimes did and
10241           sometimes didn't ...).
10242
10243         * configure.ac:
10244         * tests/files/Makefile.am:
10245         * tests/files/id3-407349-1.tag:
10246         * tests/files/id3-407349-2.tag:
10247           Add directory where data for unit tests can be stored.
10248
10249         * tests/Makefile.am:
10250         * tests/check/Makefile.am:
10251         * tests/check/elements/.cvsignore:
10252         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10253         (read_tags_from_file), (run_check_for_file),
10254         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10255           Add unit test for id3demux, and in particular for bug #407349. Only
10256           testing pull-mode for now; push mode doesn't work yet because the test
10257           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10258
10259 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10260
10261         * tests/check/Makefile.am:
10262           Add missing backslash at end of line.
10263
10264 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10265
10266         Trigger rebuild.
10267
10268 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10269
10270         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10271         * gst/id3demux/id3tags.h:
10272         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10273         (parse_obsolete_tdat_frame):
10274           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10275           the four-digit number will be interpreted as a year, whereas it is
10276           month and day in DDMM format. Instead, parse TDAT frames and fix up
10277           the date in the GST_TAG_DATE tag later if we also extracted a year.
10278           Fixes #407349.
10279
10280 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10281
10282         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10283         (gst_switch_commit_new_kid):
10284         Fix up the dispose logic so it doesn't leak, and fix setting of 
10285         the child state so that we don't set a child to our current state 
10286         just as we are changing it to something else.
10287
10288 2007-03-06  Wim Taymans  <wim@fluendo.com>
10289
10290         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10291         (gst_goom_chain):
10292         * gst/goom/gstgoom.h:
10293         Document, fix and improve goom adapter behaviour.
10294         Fixes #407006.
10295
10296 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10297
10298         * ext/esd/esdsink.c: (gst_esdsink_open):
10299         Unref static pad template after using it.
10300
10301 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10302
10303         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10304         (gst_switch_commit_new_kid):
10305         Fix up the reference counting of the child elements.
10306
10307 2007-03-05  Wim Taymans  <wim@fluendo.com>
10308
10309         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10310         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10311         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10312         Fix encoding-name case.
10313
10314 2007-03-05  Wim Taymans  <wim@fluendo.com>
10315
10316         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10317         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10318         (gst_rtp_speex_depay_process):
10319         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10320         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10321         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10322         (gst_rtp_speex_pay_change_state):
10323         * gst/rtp/gstrtpspeexpay.h:
10324         Fix speex (de)payloader. Fixes #358040.
10325
10326 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10327
10328         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10329         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10330         Install fakesink in NULL by fixing some broken logic. This obviates
10331         the need to manually set _IS_SINK.
10332         Add some comments and remove a little cruft while I'm at it.
10333
10334 2007-03-05  Wim Taymans  <wim@fluendo.com>
10335
10336         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10337         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10338
10339 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10340
10341         * po/POTFILES.in:
10342           Update.
10343
10344 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10345
10346         * tests/check/Makefile.am:
10347         Gah! Also disable gconfvideosink from the tests, otherwise
10348         it will instantiate autovideosink, and dfbvideosink and
10349         leak on the buildbots.
10350
10351 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10352
10353         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10354         (gst_cdio_cdda_src_finalize):
10355         Make sure we always destroy our libcdio handle.
10356
10357 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10358
10359         * tests/check/Makefile.am:
10360         Disable autovideosink so the buildbots don't barf over memory
10361         leaked in the directfb sink.
10362
10363 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10364
10365         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10366         Chain up in dispose
10367
10368 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10369
10370         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10371         (gst_multipart_find_pad_by_mime):
10372         Use gst_pad_new_from_static_template instead of
10373         static_pad_template_get+pad_new.
10374
10375 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10376
10377         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10378         Catch the case where no clock has been set.
10379
10380 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10381
10382         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10383         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10384         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10385         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10386         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10387         (gst_gconf_audio_src_finalize), (do_toggle_element):
10388         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10389         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10390         (do_toggle_element):
10391         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10392         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10393         (gst_gconf_video_src_finalize), (do_toggle_element):
10394         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10395         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10396         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10397         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10398         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10399         (gst_shout2send_init), (gst_shout2send_finalize):
10400         * gst/debug/testplugin.c: (gst_test_class_init),
10401         (gst_test_finalize):
10402         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10403         (gst_flxdec_dispose):
10404         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10405         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10406         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10407         (gst_rtspsrc_finalize):
10408         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10409         * gst/rtsp/rtspextwms.h:
10410         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10411         (gst_smpte_finalize):
10412         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10413         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10414         (gst_udpsink_finalize):
10415         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10416         (gst_wavparse_sink_activate):
10417         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10418         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10419         (gst_oss_src_finalize):
10420         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10421         * sys/v4l2/gstv4l2object.h:
10422         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10423         (gst_v4l2src_finalize):
10424         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10425
10426         Fix a bunch of leaks shown by the newly-added states test.
10427
10428 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10429
10430         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10431         Use gst_pad_new_from_static_template instead of 
10432         static_pad_template_get+pad_new.
10433
10434 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10435
10436         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10437
10438         * ext/libcaca/Makefile.am:
10439         * gst/debug/Makefile.am:
10440           Don't mix tabs and spaces (#414168).
10441
10442 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10443
10444         * tests/check/generic/.cvsignore:
10445           Ignore files to please buildbot.
10446
10447 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10448
10449         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10450         (gst_wavparse_stream_data):
10451           Unbreak my previous commit (swapped nominator & denominator). Tim,
10452           thanks for spotting.
10453
10454 2007-03-02  Wim Taymans  <wim@fluendo.com>
10455
10456         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10457         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10458         (gst_cdio_cdda_src_finalize):
10459         Small code cleanups.
10460         Don't use pad_alloc as the base class cannot deal with the error codes.
10461
10462 2007-03-02  Wim Taymans  <wim@fluendo.com>
10463
10464         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10465         (gst_udpsrc_create):
10466         Fix doc.
10467
10468 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10469
10470         Patch by: René Stadler <mail@renestadler.de>
10471
10472         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10473         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10474         (gst_wavparse_stream_data):
10475           Handle rounding better to not drop last sample frame. Fixes #356692
10476
10477 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10478
10479         * tests/check/Makefile.am:
10480         Disable cacasink from the states check too - it also calls exit(1)
10481         on us when it can't find a terminal to talk to.
10482
10483 2007-03-02  Wim Taymans  <wim@fluendo.com>
10484
10485         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10486
10487         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10488         (gst_udpsrc_create), (gst_udpsrc_set_property),
10489         (gst_udpsrc_get_property):
10490         * gst/udp/gstudpsrc.h:
10491         Add support to strip proprietary headers. Fixes #350296.
10492
10493 2007-03-02  Wim Taymans  <wim@fluendo.com>
10494
10495         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10496         Fix compilation.
10497
10498 2007-03-02  Wim Taymans  <wim@fluendo.com>
10499
10500         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10501
10502         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10503         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10504         (gst_rtp_mp2t_depay_set_property),
10505         (gst_rtp_mp2t_depay_get_property):
10506         * gst/rtp/gstrtpmp2tdepay.h:
10507         Add support to strip off proprietary headers. Fixes #350278.
10508
10509 2007-03-02  Wim Taymans  <wim@fluendo.com>
10510
10511         * ext/hal/hal.c:
10512         Fix compilation.
10513
10514 2007-03-02  Wim Taymans  <wim@fluendo.com>
10515
10516         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10517         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10518         (gst_sunaudiosrc_open):
10519         * sys/sunaudio/gstsunaudiosrc.h:
10520         Remove device-name from GstSunAudioSrc. Fixes #412597.
10521
10522 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10523
10524         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10525         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10526         Having NULL as UDI previously selected the default sink/src. Change
10527         this back but mention it in the debug output.
10528         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10529         (gst_hal_get_oss_element), (gst_hal_get_string),
10530         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10531         (gst_hal_get_audio_src):
10532         * ext/hal/hal.h:
10533         Refactor a bit, check all error conditions, greatly improve debugging
10534         and fix some possible memory leaks. Also implement OSS support
10535         and allow specifying an UDI that points to a real device. For this the
10536         child device which supports ALSA (preferred) or OSS is used.
10537         As a side effect this makes it impossible now to get a alsasink in
10538         halaudiosrc and a alsasrc in halaudiosink.
10539
10540 2007-03-01  Wim Taymans  <wim@fluendo.com>
10541
10542         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10543         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10544         Errors from the udp sources are not fatal unless all of them are in
10545         error.
10546
10547 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10548
10549         * tests/check/Makefile.am:
10550         Disable aasink in the states test. I suspect this is the element that
10551         is calling exit(1) when it can't proceed.
10552
10553 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10554
10555         * tests/check/Makefile.am:
10556         Draw plugins in from the build tree sys/ dir, rather than picking
10557         up the already installed versions.
10558
10559 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10560
10561         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10562         Error out correctly when getting xcontext fails.
10563
10564 2007-03-01  Wim Taymans  <wim@fluendo.com>
10565
10566         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10567         Make state change to PAUSED NO_PREROLL because that's what it will be in
10568         the future and rtspsrc relies on it.
10569
10570         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10571         (gst_rtspsrc_change_state):
10572         Don't error out when we don't get an error from the state change
10573         function.
10574
10575 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10576
10577         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10578         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10579           Check if the device UDI is set before trying to query HAL
10580           about it and give a useful error message if it wasn't set.
10581         * ext/hal/hal.c: (gst_hal_get_string):
10582           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
10583           gives an assertion failure in D-Bus when running with
10584           DBUS_FATAL_WARNINGS=1.
10585
10586 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10587
10588         * configure.ac:
10589           Convert to new AG_GST style.
10590
10591 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10592
10593         * tests/check/Makefile.am:
10594         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
10595           add test for states
10596
10597 2007-02-28  Wim Taymans  <wim@fluendo.com>
10598
10599         * tests/check/elements/.cvsignore:
10600         Add new videofilter check to .cvsignore.
10601
10602 2007-02-28  Wim Taymans  <wim@fluendo.com>
10603
10604         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
10605         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10606         (gst_avi_demux_loop), (gst_avi_demux_chain):
10607         Fix combined flow return. Fixes #412608.
10608
10609 2007-02-28  Wim Taymans  <wim@fluendo.com>
10610
10611         * gst/videofilter/Makefile.am:
10612         Dist header..
10613
10614 2007-02-28  Wim Taymans  <wim@fluendo.com>
10615
10616         * gst/videofilter/gstgamma.h:
10617         Add header too.
10618
10619 2007-02-28  Wim Taymans  <wim@fluendo.com>
10620
10621         Patch by: Mark Nauwelaerts <manauw at skynet be>
10622
10623         * gst/videofilter/Makefile.am:
10624         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
10625         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
10626         (gst_gamma_get_property), (gst_gamma_calculate_tables),
10627         (oil_tablelookup_u8), (gst_gamma_set_caps),
10628         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
10629         Port gamma filter to 0.10. Fixes #412704.
10630
10631         * tests/check/Makefile.am:
10632         * tests/check/elements/videofilter.c: (setup_filter),
10633         (cleanup_filter), (check_filter), (GST_START_TEST),
10634         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
10635         Add unit tests for videofilters.
10636
10637 2007-02-28  Wim Taymans  <wim@fluendo.com>
10638
10639         * gst/rtsp/URLS:
10640         Add another interesting test url.
10641
10642         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
10643         Don't allow getting header fields from data packets.
10644
10645 2007-02-28  Michael Smith  <msmith@fluendo.com>
10646
10647         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10648         (gst_shout2send_init), (gst_shout2send_start),
10649         (gst_shout2send_set_property), (gst_shout2send_get_property):
10650         * ext/shout2/gstshout2.h:
10651           Add a property for username.
10652
10653 2007-02-27  Christian Schallerr <christian@fluendo.com>
10654
10655         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
10656
10657 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10658
10659         * gst/rtsp/Makefile.am:
10660         Fix make check too.
10661
10662 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10663
10664         * gst/rtsp/base64.c: (util_base64_encode):
10665         * gst/rtsp/base64.h:
10666         Commit missing files for base64 encoding.
10667
10668 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10669
10670         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10671
10672         * configure.ac:
10673         * ext/annodex/Makefile.am:
10674         * ext/jpeg/Makefile.am:
10675         * ext/speex/Makefile.am:
10676         * gst/alpha/Makefile.am:
10677         * gst/cutter/Makefile.am:
10678         * gst/debug/Makefile.am:
10679         * gst/effectv/Makefile.am:
10680         * gst/goom/Makefile.am:
10681         * gst/level/Makefile.am:
10682         * gst/smpte/Makefile.am:
10683         * gst/videofilter/Makefile.am:
10684           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
10685
10686 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10687
10688         * gst/rtsp/Makefile.am:
10689         * gst/rtsp/rtspconnection.c: (append_auth_header),
10690         (rtsp_connection_send), (rtsp_connection_set_auth):
10691         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
10692         from icecast to replace it. Relicensed from GPL courtesy of Mike
10693         Smith.
10694
10695 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10696
10697         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10698         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
10699         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
10700         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
10701         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10702         (gst_rtspsrc_uri_set_uri):
10703         * gst/rtsp/gstrtspsrc.h:
10704         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10705         (append_auth_header), (rtsp_connection_send),
10706         (rtsp_connection_free), (rtsp_connection_set_auth):
10707         * gst/rtsp/rtspconnection.h:
10708         * gst/rtsp/rtspdefs.h:
10709         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10710         * gst/rtsp/rtspurl.h:
10711
10712         Implement simple Basic Authentication support so that urls like
10713         rtsp://user:pass@hostname/rtspstream work on hosts that require
10714         authentication.
10715
10716 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
10717
10718         * sys/v4l2/gstv4l2object.c:
10719         * sys/v4l2/gstv4l2tuner.c:
10720         * sys/v4l2/v4l2_calls.c:
10721         Fix segfault when oppening a radio device.
10722         
10723 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10724
10725         * gst/level/gstlevel.c: (gst_level_set_caps),
10726         (gst_level_transform_ip):
10727         * sys/v4l2/README:
10728         * tests/check/elements/level.c: (GST_START_TEST):
10729           Fix level for multi-channel case.
10730
10731 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10732
10733         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10734         (gst_level_transform_ip):
10735         * gst/level/gstlevel.h:
10736           Use function pointer for process function and add process functions
10737           for float audio.
10738
10739 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10740
10741         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10742         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10743         (gst_v4l2src_capture_init):
10744           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10745           fixes #407369
10746
10747 2007-02-18  Wim Taymans  <wim@fluendo.com>
10748
10749         * gst/rtp/Makefile.am:
10750         * gst/rtp/gstrtp.c: (plugin_init):
10751         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10752         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10753         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10754         (gst_rtp_mp2t_pay_plugin_init):
10755         * gst/rtp/gstrtpmp2tpay.h:
10756         Added simple mpeg transport stream payloader.
10757
10758 2007-02-16  Wim Taymans  <wim@fluendo.com>
10759
10760         * gst/rtsp/URLS:
10761         Add example H264 rtsp url.
10762
10763         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10764         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10765         Don't convert values to lowercase or we might mess up base64 encoded
10766         properties.
10767
10768 2007-02-16  Wim Taymans  <wim@fluendo.com>
10769
10770         * gst/rtp/README:
10771         Fix case of string params.
10772
10773         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10774         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10775         Fix depayloader, support more packet types.
10776         Add sync codes to make sure the packetizer can do its job.
10777
10778         * gst/rtp/gstrtpmp4gdepay.c:
10779         * gst/rtp/gstrtpmp4gpay.c:
10780         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10781         Fix caps case again.
10782
10783 2007-02-15  Wim Taymans  <wim@fluendo.com>
10784
10785         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10786         Set right caps on output buffers.
10787
10788 2007-02-14  Wim Taymans  <wim@fluendo.com>
10789
10790         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10791         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10792         Clear stack allocated SDPMedia struct before calling _init() on it.
10793         Clarify this in the docs as well.
10794
10795 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10796
10797         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10798         (do_change_child):
10799         Don't reset the profile when going switching states, as it makes
10800         the element non-reusable.
10801
10802 2007-02-14  Wim Taymans  <wim@fluendo.com>
10803
10804         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10805         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10806         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10807         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10808         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10809         (sdp_parse_line):
10810         * gst/rtsp/sdpmessage.h:
10811         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10812         Fix memory management of SDP messages. Fixes #407793.
10813
10814 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10815
10816         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10817
10818         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10819         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10820
10821 2007-02-14  Wim Taymans  <wim@fluendo.com>
10822
10823         Patch by: jp.liu <jp_liu at astrocom dot cn>
10824
10825         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10826         Fix parsing of password field in url. Fixes #407797.
10827
10828 2007-02-14  Wim Taymans  <wim@fluendo.com>
10829
10830         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10831         (gst_wavparse_reset), (gst_wavparse_init),
10832         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10833         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10834         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10835         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10836         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10837         (gst_wavparse_loop), (gst_wavparse_chain),
10838         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10839         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10840         (plugin_init):
10841         * gst/wavparse/gstwavparse.h:
10842         Update docs.
10843         Use boilerplate.
10844         Various code cleanups.
10845         When the bitrate is not known (bps == 0 or compressed formats) let
10846         downstream element guestimate the duration and position and don't
10847         generate timestamps or durations. Fixes #405213.
10848         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10849         error flowreturn upstream.
10850
10851 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10852
10853         * ext/gconf/Makefile.am:
10854         * ext/gconf/gconf.c: (gst_gconf_get_string),
10855         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10856         (gst_gconf_render_bin_with_default):
10857         * ext/gconf/gconf.h:
10858         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
10859         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
10860         (gst_gconf_audio_sink_dispose), (do_change_child),
10861         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
10862         (cb_change_child), (gst_gconf_audio_sink_change_state):
10863         * ext/gconf/gstgconfaudiosink.h:
10864         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
10865         (gst_switch_sink_class_init), (gst_switch_sink_reset),
10866         (gst_switch_sink_init), (gst_switch_sink_dispose),
10867         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
10868         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
10869         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
10870         * ext/gconf/gstswitchsink.h:
10871         * gst/autodetect/gstautoaudiosink.c:
10872         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
10873         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
10874         (gst_auto_audio_sink_detect):
10875         * gst/autodetect/gstautovideosink.c:
10876         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
10877         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
10878         (gst_auto_video_sink_detect):
10879         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
10880         and a child that implements the GConf key monitoring. The end goal of
10881         this is an audio sink that can be changed on the fly, but at the 
10882         moment it still only changes on the next READY transition.
10883
10884 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10885
10886         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10887         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10888         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
10889         (gst_avi_demux_calculate_durations_from_index),
10890         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10891         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10892         (gst_avi_demux_loop):
10893           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
10894
10895 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10896
10897         * configure.ac:
10898         * docs/plugins/Makefile.am:
10899           Add crossreferences to glib/gobject/gstream docs.
10900
10901 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10902
10903         * gst/monoscope/Makefile.am:
10904         * gst/monoscope/gstmonoscope.c:
10905           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
10906           (but no LIBS, since we only use defines from the headers).
10907
10908 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10909
10910         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10911
10912         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
10913         (gst_wavparse_stream_data):
10914           Fix massive memory leak when operating in streaming mode due to
10915           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
10916           Fixes #407057.
10917
10918 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10919
10920         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10921         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
10922         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
10923         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
10924         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10925         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
10926         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10927         (gst_avi_demux_calculate_durations_from_index),
10928         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10929         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
10930         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10931         * gst/avi/gstavidemux.h:
10932           Save some memory (8%) by repacking the index entry structure (more to
10933           come). Add more FIXMEs to questionable parts.
10934
10935 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10936
10937         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
10938         (gst_v4l2src_get_caps):
10939         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10940         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10941         (gst_v4l2src_capture_init):
10942           More FIXME comments and messaging changes.
10943
10944 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10945
10946         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10947         (gst_goom_change_state):
10948         * gst/goom/gstgoom.h:
10949           Improved docs and use GST_DEBUG_FUNCPTR.
10950
10951         * gst/level/gstlevel.c: (gst_level_class_init):
10952           Use GST_DEBUG_FUNCPTR.
10953
10954         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
10955         (gst_monoscope_chain), (gst_monoscope_change_state):
10956           Improved docs source cleanups.
10957
10958 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10959
10960         * gst/debug/Makefile.am:
10961         * gst/debug/gstdebug.c: (plugin_init):
10962         * gst/debug/gstpushfilesrc.c:
10963         * gst/debug/gstpushfilesrc.h:
10964           Add code for a pushfilesrc element that implements a pushfile:// URI
10965           handler, to make debugging push-mode operation of demuxer/decoders
10966           that support both easier in connection with seek/playbin/etc.
10967           The element isn't registered at the moment.
10968
10969 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
10970
10971         * gst/avi/gstavimux.c:
10972           Comment a #if 0 in caps template definition as VS6 seems to 
10973         do not support it.
10974         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
10975           Use gst_guint64_to_gdouble for conversion.
10976         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
10977           Move variables declaration before the first instruction.
10978         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
10979           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
10980           And don't include netdb.h for G_OS_WIN32
10981         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
10982           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
10983           by VS6 then use an other way to initialize SDPMedia structure.
10984         * gst/udp/gstdynudpsink.h:
10985         * gst/udp/gstdynudpnetutils.h:
10986           Do not include <sys/time.h> for G_OS_WIN32
10987         * gst/udp/gstudpsrc.c:
10988           Define socklen_t as int for G_OS_WIN32
10989         * win/common/config.h.in:
10990           Undef HAVE_NETINET_IN_H
10991         * win32/vs6/gst_plugins_good.dsw:
10992         * win32/vs6/libgstrtp.dsp:
10993         * win32/vs6/libgstrtsp.dsp:
10994         * win32/vs6/libgstautogen.dsp:
10995         * win32/vs6/libgstaudiofx.dsp:
10996         * win32/vs6/libgstudp.dsp:
10997           Add and update project files.
10998         * win32/common/gstudp-enumtypes.c:
10999         * win32/common/gstudp-enumtypes.h:
11000           Add a copy of udp enumtypes to win32/common as in core 
11001           and base.
11002         
11003 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11004
11005         * configure.ac:
11006           Activate monoscope when building with --enable-experimental. Fix
11007           --enable-external configure switch description.
11008
11009         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11010         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11011           Help gst-indent.
11012
11013 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11014
11015         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11016           Explicitly cast result of pointer arithmetic to integer in order to
11017           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11018
11019 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11020
11021         * gst/debug/progressreport.c:
11022           Some more docs.
11023
11024 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11025
11026         * docs/plugins/inspect/plugin-rtp.xml:
11027           Update for new elements.
11028
11029         * gst/debug/progressreport.h:
11030           Commit newly-created header file as well.
11031
11032 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11033
11034         * docs/plugins/Makefile.am:
11035         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11036         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11037         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11038         * gst/debug/Makefile.am:
11039         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11040         (gst_progress_report_do_query), (gst_progress_report_report):
11041           Make progressreport element post messages with the current progress
11042           on the bus. Also add some basic docs for it.
11043
11044 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11045
11046         * ext/hal/hal.c: (gst_hal_get_string):
11047         * ext/hal/hal.h:
11048           Some small cleanups; deal with errors when parsing the HAL ALSA
11049           capabilities a bit better.
11050
11051 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11052
11053         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11054           Let's try this again and use the right cast this time.
11055
11056 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11057
11058         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11059           Add cast to avoid compiler warnings with older GLib versions
11060           where the nick/name members in GEnumValue are not declared as
11061           constant strings.
11062
11063 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11064
11065         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11066         (gst_gconf_render_bin_from_key),
11067         (gst_gconf_get_default_audio_sink):
11068         * ext/gconf/gconf.h:
11069         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11070         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11071         (gst_gconf_audio_sink_get_property):
11072           In gconfaudiosink, get the right key as the old key in do_toggle
11073           (ie. one dependent on the profile selected). Log some more stuff so
11074           we can see what's actually going on.
11075
11076 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11077
11078         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11079         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11080         (gst_audio_amplify_set_process_function),
11081         (gst_audio_amplify_setup):
11082         * gst/audiofx/audioamplify.h:
11083         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11084         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11085         * gst/audiofx/audioinvert.h:
11086         Some small cleanups and port both elements to the new GstAudioFilter
11087         base class to save a few lines of common code.
11088         * gst/audiofx/Makefile.am:
11089         Link against libgstaudio for the above changes
11090
11091 2007-01-29  Wim Taymans  <wim@fluendo.com>
11092
11093         * tests/check/elements/.cvsignore:
11094         Some more ignores.
11095
11096 2007-01-26  Wim Taymans  <wim@fluendo.com>
11097
11098         Patch by: charles <charlesg3 at gmail dot com>
11099
11100         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11101         (set_shout_metadata), (gst_shout2send_event):
11102         * ext/shout2/gstshout2.h:
11103         Properly handle tags in shout2send. Fixes #399825.
11104
11105 2007-01-25  Wim Taymans  <wim@fluendo.com>
11106
11107         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11108         (gst_rtspsrc_activate_streams):
11109         Convert SDP fields to upper/lowercase following the rules in the SDP to
11110         caps document. 
11111
11112 2007-01-25  Wim Taymans  <wim@fluendo.com>
11113
11114         * gst/rtp/README:
11115         * gst/rtp/gstrtpilbcdepay.c:
11116         * gst/rtp/gstrtpilbcpay.c:
11117         * gst/rtp/gstrtpmp4gdepay.c:
11118         * gst/rtp/gstrtpmp4gpay.c:
11119         * gst/rtp/gstrtpspeexdepay.c:
11120         * gst/rtp/gstrtpspeexpay.c:
11121         * gst/rtp/gstrtpsv3vdepay.c:
11122         * gst/rtp/gstrtptheoradepay.c:
11123         * gst/rtp/gstrtptheorapay.c:
11124         * gst/rtp/gstrtpvorbisdepay.c:
11125         * gst/rtp/gstrtpvorbispay.c:
11126         Fix case of encoding-name and key/value pairs to match the document.
11127         This is to make interoperation with SDP case-insensitive as required by
11128         the relevant RFCs.
11129
11130 2007-01-25  Wim Taymans  <wim@fluendo.com>
11131
11132         * configure.ac:
11133         Bump required -core/-base to CVS
11134
11135 2007-01-25  Wim Taymans  <wim@fluendo.com>
11136
11137         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11138         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11139         * gst/rtp/gstrtpL16pay.h:
11140         Fill up to MTU using adapter.
11141         Timestamp rtp packets.
11142
11143 2007-01-25  Edward Hervey  <edward@fluendo.com>
11144
11145         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11146         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11147         Use G_GSIZE_FORMAT in print statements for portability.
11148         Fixes build on macosx.
11149
11150 2007-01-24  Wim Taymans  <wim@fluendo.com>
11151
11152         * gst/rtp/Makefile.am:
11153         * gst/rtp/gstrtp.c: (plugin_init):
11154         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11155         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11156         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11157         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11158         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11159         (gst_rtp_L16_depay_plugin_init):
11160         * gst/rtp/gstrtpL16depay.h:
11161         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11162         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11163         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11164         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11165         (gst_rtp_L16_pay_plugin_init):
11166         * gst/rtp/gstrtpL16pay.h:
11167         Port and enable raw audio payloader/depayloader. Needs a bit more work
11168         on the payloader side.
11169
11170 2007-01-24  Wim Taymans  <wim@fluendo.com>
11171
11172         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11173         (gst_rtspsrc_stream_configure_transport),
11174         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11175         * gst/rtsp/gstrtspsrc.h:
11176         Only unblock the udp pads when we linked and activated them all.
11177         Fixes #395688.
11178
11179 2007-01-24  Wim Taymans  <wim@fluendo.com>
11180
11181         * gst/rtp/Makefile.am:
11182         * gst/rtp/gstrtp.c: (plugin_init):
11183         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11184         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11185         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11186         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11187         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11188         * gst/rtp/gstrtpac3depay.h:
11189         Added simple AC3 depayloader (RFC 4184).
11190
11191         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11192         Fix a leak.
11193
11194 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11195
11196         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11197
11198         * gst/audiofx/Makefile.am:
11199         * gst/audiofx/audioamplify.c:
11200         (gst_audio_amplify_clipping_method_get_type),
11201         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11202         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11203         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11204         (gst_audio_amplify_set_caps),
11205         (gst_audio_amplify_transform_int_clip),
11206         (gst_audio_amplify_transform_int_wrap_negative),
11207         (gst_audio_amplify_transform_int_wrap_positive),
11208         (gst_audio_amplify_transform_float_clip),
11209         (gst_audio_amplify_transform_float_wrap_negative),
11210         (gst_audio_amplify_transform_float_wrap_positive),
11211         (gst_audio_amplify_transform_ip):
11212         * gst/audiofx/audioamplify.h:
11213         * gst/audiofx/audiofx.c: (plugin_init):
11214         Add new element "audioamplify". This allows scaling of raw audio
11215         samples, similar to the "volume" element, but provides different modes
11216         for clipping and allows unlimited amplification. It's mainly targeted
11217         for creative sound design and not as a replacement of the "volume"
11218         element. Fixes #397162
11219         * docs/plugins/Makefile.am:
11220         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11221         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11222         * docs/plugins/gst-plugins-good-plugins.args:
11223         * docs/plugins/inspect/plugin-audiofx.xml:
11224         Add docs for audioamplify and integrate them into the build system
11225         * tests/check/Makefile.am:
11226         * tests/check/elements/audioamplify.c: (setup_amplify),
11227         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11228         Add fairly extensive unit test suite for audioamplify
11229
11230 2007-01-24  Wim Taymans  <wim@fluendo.com>
11231
11232         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11233         Unblock pads after adding the pads to the element so that autopluggers
11234         get a change to link something. Possibly fixes #395688.
11235
11236 2007-01-24  Wim Taymans  <wim@fluendo.com>
11237
11238         * gst/rtp/gstrtpamrdepay.c:
11239         * gst/rtp/gstrtpgsmdepay.c:
11240         * gst/rtp/gstrtph263pdepay.c:
11241         * gst/rtp/gstrtph263ppay.c:
11242         * gst/rtp/gstrtph264depay.c:
11243         * gst/rtp/gstrtpilbcdepay.c:
11244         * gst/rtp/gstrtpmp2tdepay.c:
11245         * gst/rtp/gstrtpmp4gdepay.c:
11246         * gst/rtp/gstrtpmp4gpay.c:
11247         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11248         * gst/rtp/gstrtpmp4vpay.c:
11249         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11250         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11251         (gst_rtp_mpa_depay_process):
11252         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11253         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11254         * gst/rtp/gstrtppcmadepay.c:
11255         * gst/rtp/gstrtppcmudepay.c:
11256         * gst/rtp/gstrtpspeexdepay.c:
11257         * gst/rtp/gstrtpspeexpay.c:
11258         * gst/rtp/gstrtpsv3vdepay.c:
11259         * gst/rtp/gstrtptheoradepay.c:
11260         * gst/rtp/gstrtptheorapay.c:
11261         * gst/rtp/gstrtpvorbisdepay.c:
11262         * gst/rtp/gstrtpvorbispay.c:
11263         Fix caps with payload numbers.
11264         Add some fixed payload numbers to caps when possible.
11265
11266 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11267
11268         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11269
11270         * gst/audiofx/Makefile.am:
11271         * gst/audiofx/audiofx.c: (plugin_init):
11272         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11273         (gst_audio_invert_class_init), (gst_audio_invert_init),
11274         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11275         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11276         (gst_audio_invert_transform_float),
11277         (gst_audio_invert_transform_ip):
11278         * gst/audiofx/audioinvert.h:
11279         Add new audiofx element "audioinvert". This element swaps the upper
11280         and lower half of samples and can be used for example for a
11281         wide-stereo effect. Fixes #396057
11282         * docs/plugins/Makefile.am:
11283         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11284         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11285         * docs/plugins/gst-plugins-good-plugins.args:
11286         * docs/plugins/inspect/plugin-audiofx.xml:
11287         Add docs for the audioinvert element and add them to the build system.
11288         * tests/check/Makefile.am:
11289         * tests/check/elements/audioinvert.c: (setup_invert),
11290         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11291         Add unit test suite for the audioinvert element.
11292
11293 2007-01-23  Wim Taymans  <wim@fluendo.com>
11294
11295         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11296         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11297         Parse config params as string and int.
11298         Parse and use AU header length
11299
11300 2007-01-23  Wim Taymans  <wim@fluendo.com>
11301
11302         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11303         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11304         * gst/smpte/gstmask.c: (_gst_mask_register):
11305         * gst/smpte/gstmask.h:
11306         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11307         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11308         (gst_smpte_paint_triangle_clock):
11309         constify some static structs.
11310         Don't update the mask if nothing changed to the params.
11311         Make sure we never draw outside of the picture. Fixes #398325.
11312
11313 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11314
11315         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11316           Error out properly when pull_range fails while we're reading the
11317           headers, instead of just pausing the task silently. Fixes #399338.
11318
11319 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11320
11321         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11322           Some more sanity checks to make sure the input formats match and the
11323           input pads are actually negotiated, in case someone tries to feed
11324           buffers from fakesrc or filesrc. Fixes #398299.
11325           Also const-ify an array, just because we can.
11326
11327 2007-01-19  Edward Hervey  <edward@fluendo.com>
11328
11329         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11330         Ignore previous commit, that was only valid for widths and heights
11331         that are multiples of 4.
11332         Copy over size/stride macros from jpegdec. This allows the element
11333         to work with any width,height...
11334         ... but puts in evidence that the actual transformations only work
11335         with width/height that are multiples of 4.
11336
11337 2007-01-19  Edward Hervey  <edward@fluendo.com>
11338
11339         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11340         Allocate buffers of the right size.
11341         The proper size of a I420 buffer in bytes is:
11342         
11343             width * height * 3
11344             ------------------
11345                     2
11346
11347 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11348
11349         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11350           Proxy getcaps on sink pads too, so that we either end up with the
11351           same dimensions on all pads or error out if that's not possible
11352           (seems to work even!). Fixes #398086, I think.
11353
11354 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11355
11356         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11357         * docs/plugins/gst-plugins-good-plugins.args:
11358         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11359           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11360           fix integer properties with -1 as minimum value.
11361
11362         * docs/plugins/inspect/plugin-1394.xml:
11363         * docs/plugins/inspect/plugin-aasink.xml:
11364         * docs/plugins/inspect/plugin-alaw.xml:
11365         * docs/plugins/inspect/plugin-alpha.xml:
11366         * docs/plugins/inspect/plugin-alphacolor.xml:
11367         * docs/plugins/inspect/plugin-annodex.xml:
11368         * docs/plugins/inspect/plugin-apetag.xml:
11369         * docs/plugins/inspect/plugin-audiofx.xml:
11370         * docs/plugins/inspect/plugin-auparse.xml:
11371         * docs/plugins/inspect/plugin-autodetect.xml:
11372         * docs/plugins/inspect/plugin-avi.xml:
11373         * docs/plugins/inspect/plugin-cacasink.xml:
11374         * docs/plugins/inspect/plugin-cairo.xml:
11375         * docs/plugins/inspect/plugin-cdio.xml:
11376         * docs/plugins/inspect/plugin-cutter.xml:
11377         * docs/plugins/inspect/plugin-debug.xml:
11378         * docs/plugins/inspect/plugin-dv.xml:
11379         * docs/plugins/inspect/plugin-efence.xml:
11380         * docs/plugins/inspect/plugin-effectv.xml:
11381         * docs/plugins/inspect/plugin-esdsink.xml:
11382         * docs/plugins/inspect/plugin-flac.xml:
11383         * docs/plugins/inspect/plugin-flxdec.xml:
11384         * docs/plugins/inspect/plugin-gconfelements.xml:
11385         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11386         * docs/plugins/inspect/plugin-goom.xml:
11387         * docs/plugins/inspect/plugin-halelements.xml:
11388         * docs/plugins/inspect/plugin-icydemux.xml:
11389         * docs/plugins/inspect/plugin-id3demux.xml:
11390         * docs/plugins/inspect/plugin-jpeg.xml:
11391         * docs/plugins/inspect/plugin-level.xml:
11392         * docs/plugins/inspect/plugin-matroska.xml:
11393         * docs/plugins/inspect/plugin-mulaw.xml:
11394         * docs/plugins/inspect/plugin-multipart.xml:
11395         * docs/plugins/inspect/plugin-navigationtest.xml:
11396         * docs/plugins/inspect/plugin-ossaudio.xml:
11397         * docs/plugins/inspect/plugin-png.xml:
11398         * docs/plugins/inspect/plugin-rtp.xml:
11399         * docs/plugins/inspect/plugin-rtsp.xml:
11400         * docs/plugins/inspect/plugin-shout2send.xml:
11401         * docs/plugins/inspect/plugin-smpte.xml:
11402         * docs/plugins/inspect/plugin-speex.xml:
11403         * docs/plugins/inspect/plugin-taglib.xml:
11404         * docs/plugins/inspect/plugin-udp.xml:
11405         * docs/plugins/inspect/plugin-videobalance.xml:
11406         * docs/plugins/inspect/plugin-videobox.xml:
11407         * docs/plugins/inspect/plugin-videoflip.xml:
11408         * docs/plugins/inspect/plugin-videomixer.xml:
11409         * docs/plugins/inspect/plugin-wavenc.xml:
11410         * docs/plugins/inspect/plugin-wavparse.xml:
11411         * docs/plugins/inspect/plugin-ximagesrc.xml:
11412           Update to CVS.
11413
11414 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11415
11416         Patch by: Sebastian Dröge <slomo circular-chaos org>
11417
11418         * gst/audiofx/audiopanorama.c:
11419           Fix doc section name (Fixes #397946)
11420
11421 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11422
11423         * sys/v4l2/gstv4l2object.c:
11424         (gst_v4l2_object_install_properties_helper),
11425         (gst_v4l2_object_set_property_helper),
11426         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11427         * sys/v4l2/gstv4l2object.h:
11428         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11429         (gst_v4l2src_init), (gst_v4l2src_set_property),
11430         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11431         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11432         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11433         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11434         (gst_v4l2src_capture_deinit):
11435           Fix EIO handing when capturing. Add new property to specify the number of
11436           buffers to enque (and remove the borked num-buffers usage).
11437
11438 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11439
11440         Patch by: Sebastian Dröge <slomo circular-chaos org>
11441
11442         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11443         (gst_audio_panorama_set_process_function):
11444           Use a function array for process methods, add more docs and define the
11445           startindex of enums.
11446
11447 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11448
11449         Patch by: Mark Nauwelaerts <manauw at skynet be>
11450
11451         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11452         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11453         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11454         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11455         (gst_avi_mux_riff_get_avi_header),
11456         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11457         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11458         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11459         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11460         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11461         (gst_avi_mux_change_state):
11462         * gst/avi/gstavimux.h:
11463         * tests/check/elements/avimux.c: (teardown_src_pad):
11464           Add support for more than one audio stream; write better AVIX
11465           header; refactor code a bit; don't announce vorbis caps on our audio
11466           sink pads since we don't support it anyway. Closes #379298.
11467
11468 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11469
11470         Patch by: Sebastian Dröge <slomo circular-chaos org>
11471
11472         * gst/audiofx/audiopanorama.c:
11473         (gst_audio_panorama_method_get_type),
11474         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11475         (gst_audio_panorama_set_process_function),
11476         (gst_audio_panorama_set_property),
11477         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11478         (gst_audio_panorama_transform_m2s_int_simple),
11479         (gst_audio_panorama_transform_s2s_int_simple),
11480         (gst_audio_panorama_transform_m2s_float_simple),
11481         (gst_audio_panorama_transform_s2s_float_simple):
11482         * gst/audiofx/audiopanorama.h:
11483           Add 'method' property and provide a simple (non-psychoacustic)
11484           processing method (#394859).
11485
11486         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11487         (panorama_suite):
11488           Tests for new method.
11489
11490 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11491
11492         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11493         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11494           Set correct caps on outgoing pulled buffers, or things blow up
11495           after recent core changes.
11496
11497 2007-01-11  Wim Taymans  <wim@fluendo.com>
11498
11499         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11500
11501         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11502         (gst_multipart_mux_request_new_pad),
11503         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11504         (gst_multipart_mux_change_state):
11505         Return FLOW errors ASAP. Fixes #394977.
11506         Misc cleanups.
11507
11508 2007-01-11  Wim Taymans  <wim@fluendo.com>
11509
11510         Patch by: Lutz Mueller <lutz at topfrose dot de>
11511
11512         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11513         Check for stream pad before activating. 
11514
11515 2007-01-10  Wim Taymans  <wim@fluendo.com>
11516
11517         Patch by: Peter Kjellerstedt  <pkj at axis com>
11518
11519         * gst/rtsp/COPYING.MIT:
11520         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11521         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11522         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11523         (gst_rtspsrc_stream_configure_transport),
11524         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11525         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11526         (gst_rtspsrc_parse_methods),
11527         (gst_rtspsrc_create_transports_string),
11528         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11529         (gst_rtspsrc_open), (gst_rtspsrc_close):
11530         * gst/rtsp/gstrtspsrc.h:
11531         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11532         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11533         (parse_request_line), (parse_line), (rtsp_connection_read),
11534         (rtsp_connection_close):
11535         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11536         (rtsp_method_as_text), (rtsp_header_as_text),
11537         (rtsp_status_as_text), (rtsp_find_header_field),
11538         (rtsp_find_method):
11539         * gst/rtsp/rtspdefs.h:
11540         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11541         (rtsp_ext_wms_configure_stream):
11542         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11543         (rtsp_message_new_request), (rtsp_message_init_request),
11544         (rtsp_message_new_response), (rtsp_message_init_response),
11545         (rtsp_message_init_data), (rtsp_message_unset),
11546         (rtsp_message_free), (rtsp_message_add_header),
11547         (rtsp_message_get_header), (rtsp_message_set_body),
11548         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11549         * gst/rtsp/rtspmessage.h:
11550         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11551         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11552         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11553         (sdp_message_dump):
11554         Allow url to be NULL to be able to use it for server connections.
11555         Can now send responses as well as requests.
11556         No longer hangs in an endless loop if EOF is received.
11557         Can now convert a status code to a text string.
11558         Return RTSP_HDR_INVALID for unknown headers.
11559         Return RTSP_INVALID for unknown methods.
11560         Copy CSeq and Session headers from the request.
11561         Only free memory corresponding to the currently set message type.
11562         Added const to function arguments as appropriate.
11563         Avoid a compiler warning when initializing nmedia.
11564         Use guint rather than gint to avoid compiler warnings.
11565         Fix crasher in wms extension.
11566         Factor out stream setup from open_connection.
11567         Delay activation of streams when actual data is received from the
11568         server, this prepares us to do proper protocol switching.
11569         Added new license.
11570         Fixes #380895.
11571
11572
11573 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11574
11575         Patch by: Sebastian Dröge <slomo ubuntu com>
11576
11577         * docs/plugins/Makefile.am:
11578         * gst/audiofx/audiopanorama.c:
11579           Some small docs fixes (#394851).
11580
11581 2007-01-09  Wim Taymans  <wim@fluendo.com>
11582
11583         * gst/avi/gstavidemux.c:
11584         Fix docs.
11585
11586 2007-01-09  Wim Taymans  <wim@fluendo.com>
11587
11588         * gst/rtp/Makefile.am:
11589         * gst/rtp/gstrtp.c: (plugin_init):
11590         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
11591         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
11592         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
11593         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
11594         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
11595         * gst/rtp/gstrtpmpvdepay.h:
11596           Added RFC 2250 MPEG Video Depayloader.
11597
11598         * gst/rtp/gstrtpL16depay.h:
11599         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
11600         (gst_rtp_h263p_depay_process):
11601         Fix Header file. Small cleanups.
11602
11603         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
11604         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
11605         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
11606         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
11607         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
11608         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
11609         (gst_rtp_mp4v_depay_change_state):
11610         Remove usused code. Remove Adapter from state Change. Added debug.
11611
11612         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
11613         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
11614         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
11615         * gst/rtp/gstrtpmpadepay.h:
11616         Subclass base depayloader.
11617         Added debug.
11618         Support static payload type assignment as well.
11619
11620         * gst/rtp/gstrtpmpapay.c:
11621         Fix caps.
11622
11623 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11624
11625         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11626
11627         * ext/jpeg/gstjpegdec.c:
11628         * ext/jpeg/gstjpegenc.c:
11629         * ext/jpeg/smokecodec.c:
11630           These libjpeg callbacks should return a 'boolean' (unsigned char
11631           apparently) and not a 'gboolean' (which maps to gint). Fixes
11632           warnings when compiling with MingW (#393427).
11633
11634         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11635           Use ioctlsocket on win32.
11636
11637         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11638           Some printf format fixes for win32.
11639
11640 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11641
11642         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11643           Use gst_guint64_to_gdouble for conversion.
11644         * win32/vs6/libgstmatroska.dsp:
11645           Add zlib to the link.
11646         * win32/vs6/libgstvideobox.dsp:
11647           Update liboil library name (project is linked to 
11648           liboil-0.3-0.lib now).
11649           
11650 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11651
11652         * gst/matroska/Makefile.am:
11653           If zlib is available and used, we must link it explicitly for
11654           things to work on MingW (fixes #392855).
11655
11656 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
11657
11658         * ext/esd/esdsink.c: (gst_esdsink_delay):
11659           Don't return bogus values when esd_get_delay() fails for some
11660           reason (#392189).
11661
11662 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11663
11664         * sys/ximage/gstximagesrc.c: (composite_pixel):
11665           Fix presumably copy'n'pasto for 16bpp depth.
11666
11667 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11668
11669         * gst/matroska/matroska-mux.c:
11670         (gst_matroska_mux_audio_pad_setcaps):
11671           The "signed" field in audio caps is of boolean type, trying to use
11672           gst_structure_get_int() to extract it will fail. Fixing this makes
11673           matroskamux accept raw audio input (#387121) (use at your own risk
11674           though, due to the matroska spec being not entirely useful in this
11675           respect).
11676           Also fix up raw audio structures in template caps so that they
11677           represent what our setcaps function will actually accept, so that
11678           converters know what to convert to.
11679           Finally, don't fail if there isn't an "endianness" field in 8-bit
11680           PCM caps.
11681
11682 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11683
11684         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11685         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11686         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11687         (teardown_cmmldec):
11688         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11689         (teardown_cmmlenc):
11690         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11691           reapply consistent pad (de)activation
11692
11693 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11694
11695         * configure.ac:
11696         Back to CVS
11697
11698         * gst-plugins-good.doap:
11699         Add 0.10.5 doap entry
11700
11701 === release 0.10.5 ===
11702
11703 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
11704
11705         * configure.ac:
11706           releasing 0.10.5, "The Path of Thorns"
11707
11708 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11709
11710         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11711         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11712         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11713         (teardown_cmmldec):
11714         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11715         (teardown_cmmlenc):
11716         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11717           revert my freeze breakage
11718
11719 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11720
11721         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11722         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11723         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11724         (teardown_cmmldec):
11725         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11726         (teardown_cmmlenc):
11727         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11728           consistent pad (de)activation
11729
11730 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11731
11732         * configure.ac:
11733         * ext/Makefile.am:
11734         Disable LADPSA, as it has moved to the -bad module for the duration.
11735
11736 2006-12-18  Wim Taymans  <wim@fluendo.com>
11737
11738         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11739         (gst_signal_processor_event):
11740         Reset flow_state back to _OK after a flush stop so that we exit our
11741         error state after the flush. Fixes #374213
11742
11743 2006-12-16  David Schleef  <ds@schleef.org>
11744
11745         * sys/osxvideo/osxvideosink.h:
11746         * sys/osxvideo/osxvideosink.m:
11747           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11748
11749 2006-12-16  David Schleef  <ds@schleef.org>
11750
11751         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11752
11753         * sys/osxvideo/Makefile.am:
11754         * sys/osxvideo/osxvideosink.h:
11755         * sys/osxvideo/osxvideosink.m:
11756           Preliminary patch for porting osxvideosink
11757
11758 2006-12-16  Wim Taymans  <wim@fluendo.com>
11759
11760         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11761
11762         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11763         (gst_videomixer_set_master_geometry),
11764         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11765         (gst_videomixer_reset), (gst_videomixer_init),
11766         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11767         (gst_videomixer_release_pad), (gst_videomixer_collected),
11768         (gst_videomixer_change_state):
11769         Introduce some locking around the videomixer state so that it does not
11770         crash when adding/removing pads. Fixes #383043.
11771
11772 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11773
11774         * configure.ac:
11775           Make sure libcaca can actually be used instead of just checking for
11776           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11777           cross-compiling (fixes #384587).
11778
11779 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11780
11781         * Makefile.am:
11782         * gst-plugins-good.doap:
11783         * gst-plugins-good.spec.in:
11784           adding doap file
11785
11786 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11787
11788         * configure.ac:
11789           libflac-1.1.3 changed API again, but we can't build against it yet,
11790           so make sure our check doesn't use libflac-1.1.3 and add a comment
11791           to this effect.
11792
11793 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11794
11795         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11796         (gst_quarktv_planetable_clear):
11797           Add some NULL pointer checks (possibly related to #385623).
11798
11799 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11800
11801         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11802         (gst_tag_demux_chain):
11803         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11804           In streaming mode, if the first buffer we get doesn't have an
11805           offset, fix it up to be 0, otherwise trimming won't work later on
11806           and we'll be typefinding application/x-id3, which may result in
11807           decodebin plugging an endless number of id3demux elements as a
11808           consequence. Fixes #385031.
11809           
11810 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11811
11812         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11813           Ignore the buffer_time the sound device reports. Turns out it is 
11814           sometimes completely bogus and we're better off without it.
11815
11816 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11817
11818         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11819         (gst_matroska_demux_video_caps):
11820         * gst/matroska/matroska-ids.c:
11821         (gst_matroska_track_init_video_context):
11822         * gst/matroska/matroska-ids.h:
11823           Try harder to extract the framerate for video tracks correctly and
11824           save it directly instead of converting it back and forth a few
11825           times. Mostly makes a difference for very small framerates (<1).
11826           Fixes #380199.
11827
11828 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11829
11830         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11831         (gst_gconf_audio_src_dispose), (do_toggle_element):
11832         * ext/gconf/gstgconfaudiosrc.h:
11833           Remove gconf notify hook when the gconfaudiosrc element is
11834           destroyed, otherwise the callback may be called on an
11835           already-destroyed instance and bad things happen. Should fix
11836           #378184.
11837           Also ignore gconf key changes when the source is already running.
11838
11839 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11840
11841         Patch by: Sebastian Dröge  <mail at slomosnail de>
11842
11843         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11844           We need to be able to read and parse any possible floating point string
11845           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11846           will parse the former only in certain locales though, so we really need
11847           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11848           make sure we can parse either version at all times.
11849           Fixes #382982 for real.
11850
11851 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11852
11853         * sys/sunaudio/gstsunaudiomixerctrl.c:
11854         * sys/sunaudio/gstsunaudiosrc.c:
11855
11856         Use the sunaudio debug category.
11857
11858         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
11859         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
11860         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11861         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
11862         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
11863         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
11864         (gst_sunaudiosink_reset):
11865         * sys/sunaudio/gstsunaudiosink.h:
11866
11867         Uses the sunaudio debug category for all debug output
11868         Implements the _delay() callback to synchronise video playback better
11869         Change the segtotal and segsize values back to the parent class 
11870           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
11871           respectively)
11872         Measure the samples written to the device vs. played.
11873         Keep track of segments in the device by writing empty eof frames, and
11874         sleep using a GCond when we get too far ahead and risk overrunning the
11875         sink's ringbuffer.
11876
11877         Fixes: #360673
11878
11879 2006-12-08  Wim Taymans  <wim@fluendo.com>
11880
11881         Patch by: Sebastian Dröge  <mail at slomosnail de >
11882
11883         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
11884         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
11885         * gst/audiofx/audiopanorama.h:
11886         Fix audiopanorame with float samples. Fixes #383726.
11887
11888 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11889
11890         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
11891         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
11892         (gst_sunaudiosrc_reset):
11893
11894         Implement reset functions to unblock the src/sink more quickly on 
11895         state change requests.
11896         Patch by: Brian Cameron <brian dot cameron at sun com>
11897
11898 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11899
11900         * sys/sunaudio/gstsunaudiomixer.c:
11901         (gst_sunaudiomixer_change_state):
11902         Construct the correct mixer device name when the AUDIODEV env var
11903         is set.
11904
11905         Patch by: Jerry Tan <jerry.tan at sun dot com>
11906         Fixes: #383596
11907
11908 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11909
11910         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
11911         Apply patch to open the mixer control and set the MULTIPLE_OPEN
11912         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
11913         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
11914         Patch by: Jerry Tan <jerry.tan at sun dot com>
11915         Fixes: #349015
11916
11917 2006-12-07  Wim Taymans  <wim@fluendo.com>
11918
11919         * gst/smpte/gstmask.h:
11920         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11921         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
11922         (gst_smpte_collected), (gst_smpte_set_property),
11923         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
11924         * gst/smpte/gstsmpte.h:
11925         Port to 0.10 some more. 
11926         Added duration property to specify the duration of the transition.
11927         Make framerate a fraction.
11928         Deprecate fps property, we only use negotiated fps.
11929         Added docs.
11930         Fix collectpad usage.
11931         Reset state in READY.
11932         Send NEWSEGMENT event.
11933         Fix racy updates of object properties.
11934         Added debug category.
11935         Fixes #383323.
11936
11937 2006-12-06  Wim Taymans  <wim@fluendo.com>
11938
11939         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11940
11941         * gst/videomixer/videomixer.c:
11942         (gst_videomixer_set_master_geometry),
11943         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
11944         Don't reset xpos and ypos in the setcaps function because causes
11945         unexpected behaviour.
11946         Fixes #382179.
11947
11948 2006-12-06  Wim Taymans  <wim@fluendo.com>
11949
11950         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
11951         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
11952         Keep track of the buffer timestamp in the collectdata member instead
11953         of modifying the buffer without making the metadata writable first.
11954         Fixes #382277.
11955
11956 2006-12-06  Wim Taymans  <wim@fluendo.com>
11957
11958         Patch by: Rob Taylor <robtaylor at floopily dot org>
11959
11960         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
11961         If using multicast in udpsrc, bind to the multicast address rather than
11962         IN_ADDR_ANY.
11963         This allows the simultanous use of multiple udpsrcs listening on
11964         different multicat addresses. Without this all udpsrcs will receive all
11965         packets from all subscribed multicast addresses.
11966         Fixes #383001.
11967
11968 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11969
11970         * ext/taglib/gstid3v2mux.cc:
11971         Don't attempt to write a NULL frame into the ID3 tag set when the 
11972         createFrame method returned NULL.
11973         Fixes: #381857
11974         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
11975
11976 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11977
11978         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11979         Use g_strtod() instead of sscanf to parse doubles, so that it will
11980         try parsing in the C locale if the current locale fails.
11981         Fixes: #382982
11982         Patch by: Sebastian Dröge  <mail at slomosnail de >
11983
11984 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11985
11986         * win32/MANIFEST:
11987         Fix compilation on win32 under VS8
11988         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11989         Partially fixes #381175
11990
11991 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11992
11993         * gst/avi/gstavimux.c:
11994           accept all mpegversions,fixes #380825
11995           spotted by: Jerome Alet  
11996
11997 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11998
11999         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12000         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12001         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12002         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12003           cleanup the error message a bit more
12004
12005 2006-11-28  Wim Taymans  <wim@fluendo.com>
12006
12007         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12008         Fix width and height properties.
12009
12010         * ext/libcaca/gstcacasink.h:
12011         Fix compilation on newer libcaca that require us to include a new
12012         header. Fixes #379918.
12013
12014 2006-11-28  Wim Taymans  <wim@fluendo.com>
12015
12016         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12017         * gst/rtsp/gstrtspsrc.h:
12018         * gst/rtsp/rtspext.h:
12019         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12020         (rtsp_ext_wms_get_context):
12021         Add method so that extensions can choose to disable the setup of
12022         a stream.
12023         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12024
12025 2006-11-27  Wim Taymans  <wim@fluendo.com>
12026
12027         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12028
12029         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12030         Push header in a separate buffer instead of memcpy:ing all data.
12031         Change LF => CRLF in headers.
12032         Move trailing LF to header. Fixes #379792.
12033
12034 2006-11-27  Wim Taymans  <wim@fluendo.com>
12035
12036         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12037         Small buffer overflow fix and improve debugging.
12038
12039 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12040
12041         * ext/esd/esdmon.h:
12042         * ext/esd/esdsink.h:
12043           remove obsolete _factory_init protos
12044
12045 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12046
12047         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12048         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12049         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12050         (gst_avi_demux_read_subindexes_push),
12051         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12052         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12053         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12054         (gst_avi_demux_massage_index),
12055         (gst_avi_demux_calculate_durations_from_index),
12056         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12057         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12058         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12059           remove dead code, tweak debugs statements, add comments, use
12060           _uint64_scale instead _uint64_scale_int when using guint64 values,
12061           small optimizations, reflow some error handling
12062
12063 2006-11-22  Edward Hervey  <edward@fluendo.com>
12064
12065         * po/.cvsignore:
12066         We never put .pot files in cvs. Let's ignore them all.
12067
12068 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12069
12070         * po/POTFILES.in:
12071           ... but better exclude files that aren't disted.
12072
12073 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12074
12075         * po/POTFILES.in:
12076           Add v4l2 source files to list of files with translations, so the
12077           strings are actually extracted (however bad they still may be).
12078
12079 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12080
12081         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12082           Minor clean-ups: const-ify static array, remove trailing comma from
12083           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12084
12085 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12086
12087         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12088         Make sure that g_free always gets called on the same pointer that was 
12089         returned by g_malloc.  Fixes #376594.
12090         Do not leak memory if decompressed size is wrong.
12091         Remove unneeded check of return value of g_malloc.
12092         Patch by: René Stadler <mail@renestadler.de>
12093
12094 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12095
12096         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12097           Add missing curly brackets.
12098
12099 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12100
12101         * sys/v4l2/v4l2src_calls.c:
12102         Fix capture_deinit.
12103
12104 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12105
12106         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12107         (gst_matroska_mux_request_new_pad):
12108           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12109
12110         * tests/check/elements/matroskamux.c: (setup_src_pad),
12111         (setup_sink_pad), (GST_START_TEST):
12112         Activate pads before using them.
12113
12114 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12115
12116         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12117           Initialise variable to get rid of bogus compiler warning.
12118
12119 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12120
12121         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12122
12123         * gst/rtp/gstrtph263pay.c:
12124         * gst/rtp/gstrtph263pdepay.c:
12125         * gst/rtp/gstrtph263ppay.c:
12126           Specify H.263 variant and version in the caps (fixes #361637)
12127
12128 2006-11-15  Wim Taymans  <wim@fluendo.com>
12129
12130         * gst/rtsp/rtspconnection.c: (read_body):
12131         Don't set a data pointer to NULL and a size > 0 when we deal
12132         with empty packets.
12133
12134         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12135         (rtsp_message_init_response), (rtsp_message_init_data),
12136         (rtsp_message_unset), (rtsp_message_free),
12137         (rtsp_message_take_body):
12138         Check that we can't create invalid empty packets. 
12139
12140 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12141
12142         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12143
12144         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12145         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12146         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12147         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12148         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12149         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12150         * gst/matroska/matroska-mux.h:
12151           Add basic tag writing support; implement releasing pads (#374658).
12152
12153 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12154
12155         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12156         (gst_matroska_demux_audio_caps):
12157           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12158
12159 2006-11-14  David Schleef  <ds@schleef.org>
12160
12161         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12162
12163 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12164
12165         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12166
12167         * win32/vs8/gst-plugins-good.sln:
12168         * win32/vs8/libgst1394.vcproj:
12169         * win32/vs8/libgstaasink.vcproj:
12170         * win32/vs8/libgstalaw.vcproj:
12171         * win32/vs8/libgstalpha.vcproj:
12172         * win32/vs8/libgstalphacolor.vcproj:
12173         * win32/vs8/libgstannodex.vcproj:
12174         * win32/vs8/libgstapetag.vcproj:
12175         * win32/vs8/libgstaudiofx.vcproj:
12176         * win32/vs8/libgstauparse.vcproj:
12177         * win32/vs8/libgstautodetect.vcproj:
12178         * win32/vs8/libgstavi.vcproj:
12179         * win32/vs8/libgstcacasink.vcproj:
12180         * win32/vs8/libgstcdio.vcproj:
12181         * win32/vs8/libgstcutter.vcproj:
12182         * win32/vs8/libgstdv.vcproj:
12183         * win32/vs8/libgsteffectv.vcproj:
12184         * win32/vs8/libgstflac.vcproj:
12185         * win32/vs8/libgstflxdec.vcproj:
12186         * win32/vs8/libgstgoom.vcproj:
12187         * win32/vs8/libgsticydemux.vcproj:
12188         * win32/vs8/libgstid3demux.vcproj:
12189         * win32/vs8/libgstjpeg.vcproj:
12190         * win32/vs8/libgstladspa.vcproj:
12191         * win32/vs8/libgstlevel.vcproj:
12192         * win32/vs8/libgstmatroska.vcproj:
12193         * win32/vs8/libgstmikmod.vcproj:
12194         * win32/vs8/libgstmng.vcproj:
12195         * win32/vs8/libgstmonoscope.vcproj:
12196         * win32/vs8/libgstmulaw.vcproj:
12197         * win32/vs8/libgstmultipart.vcproj:
12198         * win32/vs8/libgstpng.vcproj:
12199         * win32/vs8/libgstrtp.vcproj:
12200         * win32/vs8/libgstrtsp.vcproj:
12201         * win32/vs8/libgstshout2.vcproj:
12202         * win32/vs8/libgstsmpte.vcproj:
12203         * win32/vs8/libgstspeex.vcproj:
12204         * win32/vs8/libgsttaglib.vcproj:
12205         * win32/vs8/libgstudp.vcproj:
12206         * win32/vs8/libgstvideobalance.vcproj:
12207         * win32/vs8/libgstvideobox.vcproj:
12208         * win32/vs8/libgstvideoflip.vcproj:
12209         * win32/vs8/libgstvideomixer.vcproj:
12210         * win32/vs8/libgstwavenc.vcproj:
12211         * win32/vs8/libgstwavparse.vcproj:
12212           Make end-of-line returns unixy, so that when the files are checked
12213           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12214           Hopefully fixes #366492.
12215
12216 2006-11-14  Wim Taymans  <wim@fluendo.com>
12217
12218         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12219         Disable init_frames delay timestamp adjustment, it does not
12220         seem to be needed at all. Fixes #369621.
12221
12222 2006-11-13  Wim Taymans  <wim@fluendo.com>
12223
12224         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12225
12226         * gst/videomixer/videomixer.c:
12227         (gst_videomixer_set_master_geometry),
12228         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12229         (gst_videomixer_collect_free), (gst_videomixer_reset),
12230         (gst_videomixer_init), (gst_videomixer_finalize),
12231         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12232         (gst_videomixer_collected), (gst_videomixer_change_state):
12233         Fix memleak by unref'ing collectpads instance (when finalizing)
12234         Implement releasing a request pad. Fixes #374479.
12235
12236 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12237
12238         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12239
12240         * win32/vs8/gst-plugins-good.sln:
12241         * win32/vs8/libgst1394.vcproj:
12242         * win32/vs8/libgstaasink.vcproj:
12243         * win32/vs8/libgstalaw.vcproj:
12244         * win32/vs8/libgstalpha.vcproj:
12245         * win32/vs8/libgstalphacolor.vcproj:
12246         * win32/vs8/libgstannodex.vcproj:
12247         * win32/vs8/libgstapetag.vcproj:
12248         * win32/vs8/libgstaudiofx.vcproj:
12249         * win32/vs8/libgstauparse.vcproj:
12250         * win32/vs8/libgstautodetect.vcproj:
12251         * win32/vs8/libgstavi.vcproj:
12252         * win32/vs8/libgstcacasink.vcproj:
12253         * win32/vs8/libgstcdio.vcproj:
12254         * win32/vs8/libgstcutter.vcproj:
12255         * win32/vs8/libgstdv.vcproj:
12256         * win32/vs8/libgsteffectv.vcproj:
12257         * win32/vs8/libgstflac.vcproj:
12258         * win32/vs8/libgstflxdec.vcproj:
12259         * win32/vs8/libgstgoom.vcproj:
12260         * win32/vs8/libgsticydemux.vcproj:
12261         * win32/vs8/libgstid3demux.vcproj:
12262         * win32/vs8/libgstjpeg.vcproj:
12263         * win32/vs8/libgstladspa.vcproj:
12264         * win32/vs8/libgstlevel.vcproj:
12265         * win32/vs8/libgstmatroska.vcproj:
12266         * win32/vs8/libgstmikmod.vcproj:
12267         * win32/vs8/libgstmng.vcproj:
12268         * win32/vs8/libgstmonoscope.vcproj:
12269         * win32/vs8/libgstmulaw.vcproj:
12270         * win32/vs8/libgstmultipart.vcproj:
12271         * win32/vs8/libgstpng.vcproj:
12272         * win32/vs8/libgstrtp.vcproj:
12273         * win32/vs8/libgstrtsp.vcproj:
12274         * win32/vs8/libgstshout2.vcproj:
12275         * win32/vs8/libgstsmpte.vcproj:
12276         * win32/vs8/libgstspeex.vcproj:
12277         * win32/vs8/libgsttaglib.vcproj:
12278         * win32/vs8/libgstudp.vcproj:
12279         * win32/vs8/libgstvideobalance.vcproj:
12280         * win32/vs8/libgstvideobox.vcproj:
12281         * win32/vs8/libgstvideoflip.vcproj:
12282         * win32/vs8/libgstvideomixer.vcproj:
12283         * win32/vs8/libgstwavenc.vcproj:
12284         * win32/vs8/libgstwavparse.vcproj:
12285           Add VS8 project files (note that many of the plugins in ext are
12286           disabled by default). Fixes #366492.
12287
12288 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12289
12290         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12291           we do not translate debug messages
12292
12293 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12294
12295         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12296           fix categorisation, make short desc more explicit, remove unused code
12297           Fixes #372021
12298
12299 2006-11-08  Wim Taymans  <wim@fluendo.com>
12300
12301         * gst/rtp/gstrtpL16depay.c:
12302         * gst/rtp/gstrtpamrdepay.c:
12303         * gst/rtp/gstrtpamrpay.c:
12304         * gst/rtp/gstrtpgsmdepay.c:
12305         * gst/rtp/gstrtph263pay.c:
12306         * gst/rtp/gstrtph263pdepay.c:
12307         * gst/rtp/gstrtph263ppay.c:
12308         * gst/rtp/gstrtph264depay.c:
12309         * gst/rtp/gstrtpmp2tdepay.c:
12310         * gst/rtp/gstrtpmp4gdepay.c:
12311         * gst/rtp/gstrtpmp4gpay.c:
12312         * gst/rtp/gstrtpmp4vdepay.c:
12313         * gst/rtp/gstrtpmp4vpay.c:
12314         * gst/rtp/gstrtpmpadepay.c:
12315         * gst/rtp/gstrtpmpapay.c:
12316         * gst/rtp/gstrtppcmadepay.c:
12317         * gst/rtp/gstrtppcmapay.c:
12318         * gst/rtp/gstrtppcmudepay.c:
12319         * gst/rtp/gstrtppcmupay.c:
12320         * gst/rtp/gstrtpspeexdepay.c:
12321         * gst/rtp/gstrtpspeexpay.c:
12322         * gst/rtp/gstrtpsv3vdepay.c:
12323         Fix element descriptions.
12324
12325 2006-11-08  Wim Taymans  <wim@fluendo.com>
12326
12327         * gst/rtp/gstrtpvorbisdepay.c:
12328         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12329         Fix description.
12330         Small cleanup in the payloader.
12331
12332 2006-11-08  Wim Taymans  <wim@fluendo.com>
12333
12334         * gst/rtp/Makefile.am:
12335         * gst/rtp/gstrtp.c: (plugin_init):
12336         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12337         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12338         (gst_rtp_theora_depay_finalize),
12339         (gst_rtp_theora_depay_parse_configuration),
12340         (gst_rtp_theora_depay_setcaps),
12341         (gst_rtp_theora_depay_switch_codebook),
12342         (gst_rtp_theora_depay_process),
12343         (gst_rtp_theora_depay_set_property),
12344         (gst_rtp_theora_depay_get_property),
12345         (gst_rtp_theora_depay_change_state),
12346         (gst_rtp_theora_depay_plugin_init):
12347         * gst/rtp/gstrtptheoradepay.h:
12348         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12349         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12350         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12351         (gst_rtp_theora_pay_init_packet),
12352         (gst_rtp_theora_pay_flush_packet),
12353         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12354         (gst_rtp_theora_pay_handle_buffer),
12355         (gst_rtp_theora_pay_plugin_init):
12356         * gst/rtp/gstrtptheorapay.h:
12357         Add theora pay/depayloaders.
12358
12359 2006-11-06  Wim Taymans  <wim@fluendo.com>
12360
12361         * gst/rtp/Makefile.am:
12362         We depend on gsttag to generate the vorbis comments.
12363
12364         * gst/rtp/gstrtpvorbisdepay.c:
12365         (gst_rtp_vorbis_depay_parse_configuration),
12366         (gst_rtp_vorbis_depay_setcaps),
12367         (gst_rtp_vorbis_depay_switch_codebook),
12368         (gst_rtp_vorbis_depay_process):
12369         * gst/rtp/gstrtpvorbisdepay.h:
12370         Parse configuration string in the depayloader.
12371         Implement selecting and switching to a new codebook.
12372         Receiving vorbis over RTP now works.
12373
12374         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12375         (gst_rtp_vorbis_pay_init_packet),
12376         (gst_rtp_vorbis_pay_finish_headers),
12377         (gst_rtp_vorbis_pay_handle_buffer):
12378         * gst/rtp/gstrtpvorbispay.h:
12379         Set timestamps on outgoing buffers and RTP packets.
12380         Fix configuration string, prepend number of Packet headers.
12381         Fix encoding of ident string.
12382         Add delivery-method to caps.
12383         Streaming vorbis over RTP now works.
12384
12385 2006-11-06  Wim Taymans  <wim@fluendo.com>
12386
12387         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12388         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12389         (gst_rtp_vorbis_pay_handle_buffer):
12390         * gst/rtp/gstrtpvorbispay.h:
12391         Generate a valid configuration string in the caps based on the
12392         vorbis headers.
12393
12394 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12395
12396         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12397         * ext/cdio/gstcdio.h:
12398         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12399           Move CD-TEXT utility function into common file so it can also be
12400           used by a future cdioparanoiasrc.
12401
12402 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12403         
12404         * sys/v4l2/Makefile.am:
12405         * sys/v4l2/gstv4l2object.c:
12406         * sys/v4l2/gstv4l2src.c:
12407         * sys/v4l2/gstv4l2xoverlay.c:
12408         * sys/v4l2/v4l2_calls.c:
12409         * sys/v4l2/v4l2src_calls.c:
12410         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12411         xoverlay code that is still not implemented.
12412
12413 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12414
12415         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12416           We require a -base more recent than 0.10.9, so it's safe to use
12417           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12418
12419         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12420         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12421           Use _newsegment_full() now that we depend on a recent enough core.
12422
12423         * gst/wavparse/gstwavparse.c:
12424           Remove cruft that we don't need any longer now that we depend on
12425           a recent enough -base.
12426
12427 2006-10-31  Wim Taymans  <wim@fluendo.com>
12428
12429         * gst/rtp/Makefile.am:
12430         * gst/rtp/gstrtp.c: (plugin_init):
12431         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12432         (gst_rtpilbcpay_setcaps):
12433         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12434
12435 2006-10-31  Wim Taymans  <wim@fluendo.com>
12436
12437         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12438         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12439         Some small cleanups, use _scale.
12440
12441 2006-10-31  Wim Taymans  <wim@fluendo.com>
12442
12443         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12444         Use higher precision scale function.
12445
12446 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12447
12448         Patch by: Michal Benes  <michal dot benes at itonis tv>
12449
12450         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12451         (gst_matroska_demux_read_track_encodings),
12452         (gst_matroska_decode_buffer):
12453           Fix several issues with encoded/compressed/encrypted/signed tracks;
12454           also, remove superfluous newline characters from some debug
12455           statements. (#366155)
12456
12457 2006-10-30  Wim Taymans  <wim@fluendo.com>
12458
12459         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12460         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12461         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12462         (gst_smokedec_change_state):
12463         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12464         (gst_smokeenc_init), (gst_smokeenc_finalize),
12465         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12466         (gst_smokeenc_resync), (gst_smokeenc_chain),
12467         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12468         (gst_smokeenc_change_state):
12469         Various cleanups, capsnego and leak fixes.
12470
12471 2006-10-30  Wim Taymans  <wim@fluendo.com>
12472
12473         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12474
12475         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12476         Fix videomixer so that it can handle any combination of framerates.
12477         Fixes #367221.
12478
12479 2006-10-28  Wim Taymans  <wim@fluendo.com>
12480
12481         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12482         (gst_avi_demux_parse_file_header),
12483         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12484         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12485         (gst_avi_demux_chain):
12486         Fix position query for audio. also fixes timestamps in streaming
12487         mode and bug #364958.
12488         Small cleanups.
12489
12490 2006-10-27  Wim Taymans  <wim@fluendo.com>
12491
12492         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12493         * ext/libpng/gstpngenc.h:
12494         Fix strides. Fixes #364856.
12495         Cleanup capsnego.
12496         Set caps on outgoing buffers.
12497
12498 2006-10-18  Wim Taymans  <wim@fluendo.com>
12499
12500         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12501
12502         * gst/rtp/gstrtpgsmpay.c:
12503         * gst/rtp/gstrtph263pay.c:
12504         * gst/rtp/gstrtpmpapay.c:
12505         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12506         (gst_rtp_pcma_pay_handle_buffer):
12507         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12508         Add static payload numbers in addition to the dynamic ones.
12509         Fixes #361639.
12510
12511 2006-10-18  Wim Taymans  <wim@fluendo.com>
12512
12513         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12514         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12515         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12516         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12517         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12518         * gst/rtsp/rtspdefs.h:
12519         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12520         * gst/rtsp/rtspurl.h:
12521         Reuse already existing enum for lower transport.
12522         Add rtspt and rtspu protocols.
12523         Send redirect to rtspt when udp times out.
12524
12525 2006-10-18  Wim Taymans  <wim@fluendo.com>
12526
12527         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12528         (gst_wavparse_stream_data):
12529         Fix seeking some more, mostly for speed changes.
12530
12531 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12532
12533         Patch by: Fredrik Persson  <frepe at bredband net>
12534
12535         * sys/v4l2/gstv4l2tuner.c:
12536         * sys/v4l2/gstv4l2tuner.h:
12537           Fix _set_channel(): remove useless g_object_notify() for "channel"
12538           property that doesn't exist any longer and therefore now also
12539           useless redirect (#338818).
12540
12541 2006-10-17  Wim Taymans  <wim@fluendo.com>
12542
12543         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12544         Some drivers do not support unsetting the non-blocking flag once the
12545         device is opened. In those cases, close/open the device in
12546         non-blocking mode. Fixes #362673.
12547
12548 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12549
12550         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12551         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12552         (gst_v4l2src_get_fps):
12553           dear stefan, framespersecond is not frameperiod, reverting but adding
12554           comment
12555
12556 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12557
12558         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12559         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12560         (gst_v4l2src_get_fps):
12561           Numerator is numerator and denominator is denominator. Say that aloud
12562           5 times and retry after next beer.
12563
12564 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
12565
12566         Patch by: Josep Torra Valles  <josep at fluendo com>
12567
12568         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12569         * ext/esd/esdsink.c: (gst_esdsink_write):
12570         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12571         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12572         (gst_flac_dec_send_newsegment):
12573         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12574         (gst_flac_enc_tell_callback):
12575         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12576         (smokecodec_parse_header), (smokecodec_decode):
12577         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
12578         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
12579         * gst/goom/Makefile.am:
12580         * gst/goom/gstgoom.c:
12581         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
12582         * gst/rtsp/gstrtspsrc.c:
12583         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12584         * gst/udp/gstudpsink.c:
12585         * gst/udp/gstudpsrc.c:
12586         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
12587         * sys/sunaudio/gstsunaudiomixertrack.h:
12588           Fix a bunch of problems discovered by the Forte compiler, mostly type
12589           mixups and pointer arithmetics with void pointers. Fixes #362603.
12590
12591 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12592
12593         * ext/speex/gstspeex.c: (plugin_init):
12594         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
12595         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
12596         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
12597         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
12598         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
12599         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
12600         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
12601         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
12602         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
12603         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
12604         (gst_speex_enc_chain), (gst_speex_enc_get_property),
12605         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
12606         * ext/speex/gstspeexenc.h:
12607           Miscellaneous clean-ups, among other things: speexenc => enc to
12608           enhance code readability; change speexenc => speex_enc; in chain
12609           function unref input buffer in case of error; take reference in
12610           event function; use boilerplate macro; use gst_pad_query_peer_*
12611           convenience functions.
12612
12613 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12614
12615         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
12616         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
12617         (gst_speexenc_set_header_on_caps):
12618           Fix some mem leaks.
12619
12620 2006-10-11  Wim Taymans  <wim@fluendo.com>
12621
12622         * gst/rtsp/URLS:
12623         Added some other URL.
12624
12625         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
12626         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
12627         (gst_rtspsrc_open), (gst_rtspsrc_play),
12628         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12629         * gst/rtsp/gstrtspsrc.h:
12630         Work on fallback to TCP connection when the UDP socket times out.
12631         Handler server requests, just reply with OK for now.
12632
12633         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12634         * gst/rtsp/rtspdefs.h:
12635         Added some more Real extension headers.
12636
12637         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12638         Fix parsing of urls with a ':' that is not part of the hostname:port
12639         part of the url.
12640
12641 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
12642
12643         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
12644         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
12645         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12646           Activate pad before adding it to the already-running element.
12647
12648         * tests/check/elements/icydemux.c: (icydemux_found_pad):
12649           Activate newly-created pad too.
12650
12651 2006-10-11  Wim Taymans  <wim@fluendo.com>
12652
12653         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12654
12655         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12656         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
12657         (gst_udpsrc_start):
12658         Fix some leaks in caps and uris. Fixes #361252.
12659
12660 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12661
12662         * gst/wavparse/Makefile.am:
12663           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
12664
12665 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
12666
12667         * sys/v4l2/gstv4l2xoverlay.c:
12668         * sys/v4l2/gstv4l2xoverlay.h:
12669         Fix build as per the patch in #338818 comment 36.
12670
12671 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12672
12673         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12674           Activate pads before adding them to the source.
12675
12676 2006-10-06  Wim Taymans  <wim@fluendo.com>
12677
12678         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
12679         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
12680         Activate pads before adding.
12681
12682 2006-10-06  Wim Taymans  <wim@fluendo.com>
12683
12684         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12685         (gst_multipart_find_pad_by_mime):
12686         Activate pads before adding.
12687
12688         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12689         BOILERPLATE sets parent_class for us.
12690
12691 2006-10-06  Wim Taymans  <wim@fluendo.com>
12692
12693         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
12694         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
12695         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
12696         (gst_rtspsrc_alloc_udp_ports),
12697         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12698         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
12699         (gst_rtspsrc_create_transports_string),
12700         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
12701         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12702         * gst/rtsp/gstrtspsrc.h:
12703         Rework how the transport string is constructed, try to share channels
12704         and udp ports.
12705         Make most of the stuff less dependant on RTP as we are also going to use
12706         it for RDT.
12707         Add support for transport specific session managers.
12708
12709         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
12710         Implement _flush().
12711
12712         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12713         * gst/rtsp/rtspdefs.h:
12714         Add generic error return code.
12715
12716         * gst/rtsp/rtspext.h:
12717         Add support for pluggable tranport strings.
12718
12719         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
12720         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
12721         (rtsp_ext_wms_get_context):
12722         Detect WMServer and activate the extension.
12723
12724         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
12725         (rtsp_transport_get_manager), (rtsp_transport_parse):
12726         * gst/rtsp/rtsptransport.h:
12727         Added methods to get mime/manager for certain transports.
12728
12729 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12730
12731         * ext/cairo/gsttimeoverlay.c:
12732         (gst_cairo_time_overlay_update_font_height):
12733         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12734         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12735         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12736         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12737         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12738         * ext/libpng/gstpngdec.c: (user_endrow_callback):
12739         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12740         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12741         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12742         (gst_avi_demux_stream_data):
12743         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12744         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12745         (gst_fenced_buffer_copy):
12746         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12747         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12748         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12749         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12750         (gst_rtspsrc_handle_message):
12751         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12752         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12753           Printf format fixes.
12754
12755 2006-10-04  Wim Taymans  <wim@fluendo.com>
12756
12757         * gst/rtsp/Makefile.am:
12758         Dist new .h file too.
12759
12760 2006-10-04  Wim Taymans  <wim@fluendo.com>
12761
12762         * gst/rtsp/Makefile.am:
12763         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12764         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12765         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12766         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12767         (gst_rtspsrc_parse_rtpmap),
12768         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12769         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12770         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12771         * gst/rtsp/gstrtspsrc.h:
12772         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12773         * gst/rtsp/rtspdefs.h:
12774         * gst/rtsp/rtspext.h:
12775         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12776         (rtsp_ext_wms_get_context):
12777         * gst/rtsp/rtspextwms.h:
12778         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12779         (rtsp_transport_parse):
12780         * gst/rtsp/rtsptransport.h:
12781         Factor out extension in separate module.
12782         Fix getcaps to filter against the padtemplate.
12783         Use Content-Base if the server gives one.
12784         Rework the transport parsing a bit for future extensions.
12785         Added some Real Header field definitions.
12786
12787 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12788
12789         * docs/plugins/Makefile.am:
12790         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12791         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12792           added v4l2 stubs
12793         * gst-plugins-good.spec.in:
12794           add v4l2
12795
12796 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12797
12798         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12799           Extract disc/album/medium number and count and try harder
12800           to extract track number/count.
12801
12802 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12803
12804         * configure.ac:
12805         * sys/Makefile.am:
12806           add build stuff for v4l2, needs --enable-experimental until
12807           the last bits are resolved
12808
12809 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12810
12811         * tests/check/Makefile.am:
12812           Disable autodetect test temporarily, so that the build bots
12813           update -bad and the ranks of unreliable video sinks in there.
12814
12815         * tests/check/elements/autodetect.c: (GST_START_TEST):
12816           Skip test if no usable videosink is found.
12817
12818 2006-09-29  Wim Taymans  <wim@fluendo.com>
12819
12820         * gst/rtsp/URLS:
12821         Add some more URLs.
12822
12823         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12824         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12825         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12826         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12827         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12828         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12829         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12830         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12831         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12832         * gst/rtsp/gstrtspsrc.h:
12833         Add timeout property to control UDP timeouts.
12834         Fix error messages.
12835         Also start a loop function when operating in UDP mode so that we can
12836         do some more stuff async.
12837         Handle element messages from udpsrc to detect timeouts. If a timeout
12838         happens we currently generate an error.
12839         API: rtspsrc::timeout property.
12840
12841         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12842         (gst_udpsrc_create):
12843         Really implement the timeout in microseconds and not milliseconds.
12844
12845 2006-09-29  Wim Taymans  <wim@fluendo.com>
12846
12847         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12848         (gst_udpsrc_create), (gst_udpsrc_set_property),
12849         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12850         * gst/udp/gstudpsrc.h:
12851         Added property to post a message on timeout.
12852         Updated docs.
12853         When restarting the select, initialize the fdsets again.
12854         Init control sockets so we don't accidentally close a random socket.
12855         API: GstUDPSrc::timeout property
12856
12857 2006-09-29  Wim Taymans  <wim@fluendo.com>
12858
12859         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12860         Fix flag registration.
12861
12862         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12863         Reading 0 also means 'no more commands'
12864
12865 2006-09-29  Wim Taymans  <wim@fluendo.com>
12866
12867         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
12868
12869         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12870         Fix possible infinite loop when shutting down, a read can also return
12871         0 to indicate no more messages are available. Fixes #358156.
12872
12873 2006-09-25  Wim Taymans  <wim@fluendo.com>
12874
12875         * gst/autodetect/gstautoaudiosink.c:
12876         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
12877         (gst_auto_audio_sink_find_best):
12878         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
12879         Small cleanups.
12880         don't try to set "sync" property when it is not available.
12881
12882 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12883
12884         Patch by: Peter Kjellerstedt  <pkj at axis com>
12885
12886         * gst/alpha/gstalpha.c:
12887         * gst/rtp/gstrtpamrdepay.c:
12888         * gst/rtsp/gstrtspsrc.c:
12889         * gst/udp/gstudpsrc.c:
12890         * gst/videomixer/videomixer.c:
12891           Include stdlib.h in some more places, makes things compile
12892           with uClibc and -Werror (#357592).
12893
12894 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12895
12896         * ext/jpeg/gstjpegdec.c:
12897           Set minimum height to 8 (from 16), our code should handle
12898           that fine. Some of the buttons on the apple trailer site
12899           are apparently only 15 pixels high (see #357470).
12900
12901 2006-09-23  Wim Taymans  <wim@fluendo.com>
12902
12903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
12904         (gst_rtspsrc_open):
12905         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12906         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12907         (rtsp_connection_receive):
12908         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12909         * gst/rtsp/rtspdefs.h:
12910         Improve error reporting.
12911
12912 2006-09-23  Wim Taymans  <wim@fluendo.com>
12913
12914         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
12915         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
12916         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
12917         * gst/rtp/gstrtpdepay.c:
12918         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
12919         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
12920         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
12921         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
12922         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
12923         (gst_rtp_mp2t_depay_plugin_init):
12924         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
12925         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
12926         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
12927         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
12928         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
12929         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
12930         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
12931         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
12932         Fix klass typos.
12933         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
12934
12935 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12936
12937         * configure.ac:
12938           Need  -base CVS for gst_base_rtp_depayload_push_ts().
12939
12940 2006-09-22  Wim Taymans  <wim@fluendo.com>
12941
12942         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
12943         Don't check for a tag that is never there and check if we read the
12944         correct tag. Fixes seeking again.
12945         We must post an error when all pads are unlinked.
12946
12947 2006-09-22  Wim Taymans  <wim@fluendo.com>
12948
12949         * gst/rtp/Makefile.am:
12950         * gst/rtp/gstrtp.c: (plugin_init):
12951         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
12952         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12953         (gst_rtp_vorbis_pay_reset_packet),
12954         (gst_rtp_vorbis_pay_init_packet),
12955         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
12956         (gst_rtp_vorbis_pay_handle_buffer):
12957         More fixage, set endoder-params correctly in the payloader.
12958
12959 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12960
12961         * gst/autodetect/gstautoaudiosink.c:
12962         (gst_auto_audio_sink_base_init):
12963         * gst/autodetect/gstautovideosink.c:
12964         (gst_auto_video_sink_base_init):
12965           Make static pad templates static to appease valgrind's leak
12966           detector.
12967
12968         * tests/check/Makefile.am:
12969         * tests/check/elements/.cvsignore:
12970         * tests/check/elements/autodetect.c: (GST_START_TEST),
12971         (autodetect_suite):
12972           Add simple test for the ghostpad lockup on shutdown fixed in core
12973           CVS (audio bit disabled because it would need dozens of alsa
12974           suppressions and I'm too lazy to add those now).
12975
12976 2006-09-22  Wim Taymans  <wim@fluendo.com>
12977
12978         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
12979         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
12980         Small cleanups.
12981
12982         * gst/rtp/Makefile.am:
12983         * gst/rtp/gstrtp.c: (plugin_init):
12984         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
12985         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
12986         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
12987         (gst_rtp_vorbis_depay_process),
12988         (gst_rtp_vorbis_depay_set_property),
12989         (gst_rtp_vorbis_depay_get_property),
12990         (gst_rtp_vorbis_depay_change_state),
12991         (gst_rtp_vorbis_depay_plugin_init):
12992         * gst/rtp/gstrtpvorbisdepay.h:
12993         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
12994         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
12995         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
12996         (gst_rtp_vorbis_pay_flush_packet),
12997         (gst_rtp_vorbis_pay_append_buffer),
12998         (gst_rtp_vorbis_pay_handle_buffer),
12999         (gst_rtp_vorbis_pay_plugin_init):
13000         * gst/rtp/gstrtpvorbispay.h:
13001         Add experimental vorbis pay and depayloaders.
13002
13003 2006-09-21  Wim Taymans  <wim@fluendo.com>
13004
13005         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13006         Fix profile-level-id parsing and setup.
13007
13008 2006-09-21  Wim Taymans  <wim@fluendo.com>
13009
13010         * gst/udp/README:
13011         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13012         Update README, simple cleanup.
13013
13014 2006-09-21  Wim Taymans  <wim@fluendo.com>
13015
13016         * gst/rtp/README:
13017         Update README with some examples.
13018
13019         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13020         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13021         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13022         (gst_rtp_mp4g_pay_setcaps):
13023         * gst/rtp/gstrtpmp4gpay.h:
13024         Make optional RTP parameters of type STRING, as required by the
13025         application/x-rtp caps specification.
13026
13027 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13028
13029         * gst/rtp/gstrtph263pdepay.c:
13030         * gst/rtp/gstrtph263ppay.c:
13031         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13032         RTP header.
13033
13034 2006-09-20  Wim Taymans  <wim@fluendo.com>
13035
13036         * gst/rtp/Makefile.am:
13037         And makefile too.
13038
13039 2006-09-20  Wim Taymans  <wim@fluendo.com>
13040
13041         * gst/rtp/gstrtp.c: (plugin_init):
13042         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13043         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13044         (decode_base64), (gst_rtp_asf_depay_setcaps),
13045         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13046         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13047         (gst_rtp_asf_depay_plugin_init):
13048         * gst/rtp/gstrtpasfdepay.h:
13049         Added preliminary ASF depayloader.
13050
13051         * gst/rtp/gstrtph264depay.c: (decode_base64):
13052         Fix base64 decoding.
13053
13054 2006-09-20  Wim Taymans  <wim@fluendo.com>
13055
13056         * gst/rtsp/URLS:
13057         Added some test URLS.
13058
13059         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13060         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13061         * gst/rtsp/gstrtspsrc.h:
13062         When creating streams, give access to the complete SDP.
13063         Fix some leaks.
13064         Collect and merge global stream properties in stream caps.
13065         Preliminary support for WMServer.
13066
13067         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13068         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13069         (rtsp_connection_receive):
13070         * gst/rtsp/rtspconnection.h:
13071         Make connection interruptable.
13072         Refactor to make it reconnectable.
13073         Don't fail on short reads when reading data packets.
13074
13075         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13076         (rtsp_url_get_port):
13077         * gst/rtsp/rtspurl.h:
13078         Add methods for getting/setting the port.
13079
13080         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13081         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13082         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13083         (sdp_media_get_format), (sdp_parse_line),
13084         (sdp_message_parse_buffer):
13085         Fix headers. 
13086         Add methods for getting multiple attributes with the same name.
13087         Increase buffer size when parsing.
13088         Fix parsing of a=foo fields.
13089
13090         * gst/rtsp/test.c: (main):
13091         Update to new connection API.
13092
13093         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13094         (rtsp_message_init_response), (rtsp_message_init_data),
13095         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13096         * gst/rtsp/rtspmessage.h:
13097         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13098         * gst/rtsp/rtsptransport.h:
13099         * gst/rtsp/sdp.h:
13100         * gst/rtsp/sdpmessage.h:
13101         * gst/rtsp/gstrtsp.c:
13102         * gst/rtsp/gstrtsp.h:
13103         * gst/rtsp/gstrtpdec.c:
13104         * gst/rtsp/gstrtpdec.h:
13105         * gst/rtsp/rtsp.h:
13106         * gst/rtsp/rtspdefs.c:
13107         * gst/rtsp/rtspdefs.h:
13108         Dual licensed under MIT and LGPL now.
13109
13110 2006-09-19  Wim Taymans  <wim@fluendo.com>
13111
13112         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13113         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13114         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13115         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13116         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13117         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13118         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13119         * gst/rtsp/gstrtspsrc.h:
13120         Reorganize stream parsing and creation.
13121         Detect container formats in interleaved mode.
13122         Keep more state about the streams.
13123         Assume a server also supports PLAY if it does not say.
13124         Add unicast and interleaved properties to TCP transport requests to make
13125         some servers happy (WMServer).
13126
13127         * gst/rtsp/sdpmessage.h:
13128         Add some defines for the standard Bandwidth types.
13129
13130 2006-09-19  Wim Taymans  <wim@fluendo.com>
13131
13132         * gst/rtsp/test.c: (main):
13133         Fix build.
13134
13135 2006-09-19  Wim Taymans  <wim@fluendo.com>
13136
13137         * gst/wavparse/gstwavparse.c:
13138         Add ms-gsm to the src template.
13139
13140 2006-09-18  Wim Taymans  <wim@fluendo.com>
13141
13142         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13143         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13144         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13145         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13146         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13147         * gst/rtsp/gstrtspsrc.h:
13148         Small cleanups, added documentation.
13149         Try to clean up the requests and responses.
13150         Refactor parsing the supported methods.
13151
13152         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13153         (rtsp_connection_create), (rtsp_connection_send),
13154         (parse_response_status), (parse_request_line),
13155         (rtsp_connection_receive), (rtsp_connection_close),
13156         (rtsp_connection_free):
13157         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13158         (rtsp_transport_init), (rtsp_transport_parse),
13159         (rtsp_transport_free):
13160         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13161         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13162         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13163         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13164         Use g_return_val some more.
13165
13166         * gst/rtsp/rtspdefs.h:
13167         Add more enum values to track initial states.
13168
13169         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13170         (rtsp_message_init_request), (rtsp_message_new_response),
13171         (rtsp_message_init_response), (rtsp_message_init_data),
13172         (rtsp_message_unset), (rtsp_message_free),
13173         (rtsp_message_add_header), (rtsp_message_remove_header),
13174         (rtsp_message_get_header), (rtsp_message_set_body),
13175         (rtsp_message_take_body), (rtsp_message_get_body),
13176         (rtsp_message_steal_body), (rtsp_message_dump):
13177         * gst/rtsp/rtspmessage.h:
13178         Reorder arguments, object goes as the first one.
13179         Use g_return_val some more.
13180
13181 2006-09-18  Wim Taymans  <wim@fluendo.com>
13182
13183         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13184         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13185         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13186         * gst/rtsp/gstrtspsrc.h:
13187         Export sometimes source pad with correct caps on the template, create
13188         the ghostpad from the template.
13189         Remove RTCP template as we never expose RTCP.
13190         Protect against invalid body size.
13191         Avoid memcpy when creating the output buffer.
13192         Properly post an error and send EOS when the loop function is shut down.
13193
13194 2006-09-18  Wim Taymans  <wim@fluendo.com>
13195
13196         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13197
13198         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13199         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13200         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13201         * gst/rtsp/gstrtspsrc.h:
13202         Make sure we can never set an invalid location.
13203
13204         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13205         * gst/rtsp/rtspmessage.h:
13206         Added _steal_body method for future use.
13207
13208         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13209         Make freeing of NULL url return immediatly.
13210
13211 2006-09-18  Wim Taymans  <wim@fluendo.com>
13212
13213         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13214
13215         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13216         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13217         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13218         (gst_rtspsrc_change_state):
13219         * gst/rtsp/gstrtspsrc.h:
13220         Use boilerplate.
13221         Make rtspsrc subclass GstBin to make state changes easier.
13222         Add Range header field on the PLAY request.
13223
13224 2006-09-18  Wim Taymans  <wim@fluendo.com>
13225
13226         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13227
13228         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13229         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13230         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13231         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13232         * gst/rtsp/rtspconnection.c: (inet_aton):
13233         Small cleanups.
13234         when multicast is selected as the transport, create UDP sources and
13235         connect to the multicast group.
13236         Move parsing and setting of caps to a common place.
13237         Fixes #349894.
13238
13239 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13240
13241         * ext/flac/gstflactag.c:
13242         * gst/alpha/gstalpha.c:
13243         * gst/debug/breakmydata.c:
13244         * gst/debug/negotiation.c:
13245         * gst/debug/testplugin.c:
13246         * gst/effectv/gstaging.c:
13247         * gst/effectv/gstdice.c:
13248         * gst/effectv/gstedge.c:
13249         * gst/effectv/gstquark.c:
13250         * gst/effectv/gstrev.c:
13251         * gst/effectv/gstshagadelic.c:
13252         * gst/effectv/gstvertigo.c:
13253         * gst/effectv/gstwarp.c:
13254         * gst/multipart/multipartdemux.c:
13255         * gst/multipart/multipartmux.c:
13256         * gst/videobox/gstvideobox.c:
13257         * gst/videofilter/gstgamma.c:
13258         * gst/videofilter/gstvideotemplate.c:
13259         * gst/videomixer/videomixer.c:
13260         * sys/sunaudio/gstsunaudiosrc.h:
13261         More G_OBJECT macro fixing.
13262
13263 2006-09-16  Wim Taymans  <wim@fluendo.com>
13264
13265         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13266
13267         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13268         Correctly set the dwLength in strh.
13269         With this patch, the file duration is now displayed correctly in window
13270         media player and the AVI plays completely. Fixes #356147
13271
13272 2006-09-15  Wim Taymans  <wim@fluendo.com>
13273
13274         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13275
13276         * sys/sunaudio/gstsunaudiomixerctrl.c:
13277         (gst_sunaudiomixer_ctrl_build_list):
13278         Set the output track as the MASTER so that the gnome-settings-daemon
13279         keybindings for changing the volume using the keyboard works.
13280         Fixes #356142.
13281
13282 2006-09-15  Wim Taymans  <wim@fluendo.com>
13283
13284         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13285         Fix documentation, it is not possible to control the framerate of jpegdec
13286         using filtered caps yet. Fixes #355210.
13287         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13288         stop when there is an error.
13289
13290 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13291
13292         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13293         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13294           Don't interpret a first buffer with an offset of NONE as
13295           'from the middle of the stream', but only a first buffer
13296           that has a valid buffer offset that's non-zero (see #345449).
13297
13298 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13299
13300         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13301         (gst_icydemux_typefind_or_forward):
13302         * gst/icydemux/gsticydemux.h:
13303           When we merge/collect multiple incoming buffers for typefinding
13304           purposes, keep an initial 0 offset on the first outgoing buffer
13305           as well (otherwise id3demux won't work right). Fixes #345449.
13306           Also Make buffer metadata writable before setting buffer caps.
13307
13308         * tests/check/elements/icydemux.c: (typefind_succeed),
13309         (cleanup_icydemux), (push_data), (GST_START_TEST),
13310         (icydemux_suite):
13311           Small test case for the above.
13312
13313 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13314
13315         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13316         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13317         (gst_avi_demux_stream_header_push),
13318         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13319         (gst_avi_demux_loop):
13320           More code reuse and better logging in _peek_chunk(). Reintroduce check
13321           for chunk sizes before reading them (avoid oom). Better handling for 
13322           invalid chunksizes when streaming.
13323
13324 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13325
13326         * gst/level/gstlevel.c: (gst_level_set_property):
13327         * gst/level/gstlevel.h:
13328           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13329           René Stadler
13330
13331 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13332
13333         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13334         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13335         (gst_avi_demux_stream_data):
13336           Revert one change to fix streaming avi (adapter size != data size).
13337
13338 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13339
13340         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13341
13342         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13343         (gst_matroska_demux_reset),
13344         (gst_matroska_demux_read_track_encodings),
13345         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13346         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13347         (gst_matroska_demux_subtitle_caps):
13348         * gst/matroska/matroska-ids.h:
13349           Add support for VOBSUB subtitle tracks and zlib-compressed
13350           tracks. Make sure we start on a keyframe after a seek. (#343348)
13351
13352 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13353
13354         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13355         (gst_matroska_demux_push_flac_codec_priv_data),
13356         (gst_matroska_demux_push_xiph_codec_priv_data),
13357         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13358         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13359         * gst/matroska/matroska-ids.h:
13360           Add basic FLAC support (#311586), not perfect yet though, needs some
13361           tweaking in flacdec; also, seeking could be better.
13362           Do better bounds checking when deserialising vorbis stream headers
13363           to make sure we don't read beyond the end of the buffer on bad input.
13364
13365 2006-09-04  Wim Taymans  <wim@fluendo.com>
13366
13367         Patch by: Alessandro Decina <alessandro at nnva dot org>
13368
13369         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13370         Seeking back in a file containing a CMML stream errors out if the seek
13371         goes back up to the CMML headers. This is because after the seek the xml
13372         processing instruction <?xml ...?> is submitted to the xml parser again, 
13373         which results in an error. The attached patch fixes the problem. 
13374         Fixes #353908.
13375
13376         * ext/annodex/gstcmmlenc.h:
13377         Fix authors name.
13378
13379
13380 2006-08-28  Andy Wingo  <wingo@pobox.com>
13381
13382         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13383         New helper function to lessen the ifdefs.
13384         (GST_INFO_OBJECT): 
13385         (gst_dv1394src_iso_receive): Use it.
13386         (gst_dv1394src_create): Also use the control sockets in iec61883
13387         mode.
13388         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13389         handle for AVC operations; fixes #348233.
13390
13391 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13392
13393         * configure.ac:
13394         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13395         * docs/plugins/inspect/plugin-audiofx.xml:
13396         * docs/plugins/inspect/plugin-audiofxgood.xml:
13397         * gst/audiofx/Makefile.am:
13398         * gst/audiofx/audiofx.c:
13399         * gst/audiofxgood/.cvsignore:
13400         * gst/audiofxgood/Makefile.am:
13401         * gst/audiofxgood/audiofx.c:
13402         * gst/audiofxgood/audiopanorama.c:
13403         * gst/audiofxgood/audiopanorama.h:
13404           Rename again (audiofxgood -> audiofx).
13405
13406 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13407
13408         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13409         (gst_avi_demux_stream_scan):
13410           Initialze variables.
13411
13412 2006-08-25  Wim Taymans  <wim@fluendo.com>
13413
13414         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13415         (gst_avi_demux_init), (gst_avi_demux_finalize),
13416         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13417         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13418         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13419         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13420         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13421         (gst_avi_demux_massage_index),
13422         (gst_avi_demux_calculate_durations_from_index),
13423         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13424         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13425         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13426         (gst_avi_demux_change_state):
13427         * gst/avi/gstavidemux.h:
13428         More attempts to turn this into readable code.
13429         Don't leak adapters.
13430         Calculate duration according to index more efficiently.
13431         Don't try to act like we drive the pipeline in chain mode.
13432
13433 2006-08-25  Wim Taymans  <wim@fluendo.com>
13434
13435         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13436         Fix build.
13437
13438 2006-08-25  Wim Taymans  <wim@fluendo.com>
13439
13440         Patch by: Alessandro Decina <alessandro at nnva dot org>
13441
13442         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13443         Do some extra sanity checks.
13444         Fixes #350340.
13445
13446         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13447         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13448         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13449         Check if clip->start_time is valid before adding the clip to the
13450         track list.
13451         Reset enc->preamble going from PAUSED to READY.
13452         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13453         only used for EOS.
13454         Only post an error message if we were the one that created the fatal
13455         GstFlowReturn value.
13456
13457         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13458         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13459         Parse the seconds field of the npt-sec time format using %llu rather than
13460         %d and check that the value scaled by GST_SECOND doesn't overflow.
13461         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13462         Lookup a clip's track with clip->track rather than clip->id which
13463         makes no sense.
13464         Identify a clip by its track and start time and not its xml id.
13465         do some more input checking and make sure we don't do undefined shifts.
13466
13467         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13468         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13469         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13470         (push_clip), (push_empty_clip), (check_output_clip),
13471         (GST_START_TEST), (cmmldec_suite):
13472         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13473         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13474         (check_headers), (push_clip), (check_clip_times), (check_clip),
13475         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13476         Added some more checks.
13477
13478 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13479
13480         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13481         (gst_audio_panorama_set_property),
13482         (gst_audio_panorama_get_property),
13483         (gst_audio_panorama_transform_m2s_int),
13484         (gst_audio_panorama_transform_s2s_int),
13485         (gst_audio_panorama_transform_m2s_float),
13486         (gst_audio_panorama_transform_s2s_float):
13487         * gst/audiofxgood/audiopanorama.h:
13488         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13489           Make also the pan-property float (saves scaling and yields better
13490           resolution)
13491
13492 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13493
13494         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13495         (gst_audio_panorama_transform_m2s_float),
13496         (gst_audio_panorama_transform_s2s_float):
13497           ChangeLog surgery to add cymax's real name
13498
13499
13500 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13501
13502         Patch by: René Stadler <mail@renestadler.de>
13503
13504         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13505         (gst_audio_panorama_transform_m2s_int),
13506         (gst_audio_panorama_transform_s2s_int),
13507         (gst_audio_panorama_transform_m2s_float),
13508         (gst_audio_panorama_transform_s2s_float),
13509         (gst_audio_panorama_transform):
13510         * gst/audiofxgood/audiopanorama.h:
13511           Added float support
13512
13513 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13514
13515         * gst/audiofxgood/audiopanorama.c:
13516         (gst_audio_panorama_transform_m2s):
13517           Fix docs & debug category. Add Fixme for volume pan levels.
13518
13519 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13520
13521         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13522         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13523         (gst_avi_demux_stream_header_pull),
13524         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13525         (gst_avi_demux_chain):
13526           unbreak AVI index handling, some more debug, remove an obsolete
13527           adapter_flush that caused streaming to wander off in the wild
13528
13529 2006-08-24  Wim Taymans  <wim@fluendo.com>
13530
13531         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13532         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13533         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13534         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13535         (gst_avi_demux_calculate_durations_from_index),
13536         (gst_avi_demux_stream_header_push),
13537         (gst_avi_demux_stream_header_pull):
13538         * gst/avi/gstavidemux.h:
13539         Some more cleanups. 
13540         Fix totalFrames parsing in ODML.
13541         Disable use of index for length calculation in case of ODML as this is
13542         broken now.
13543
13544 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13545
13546         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13547           Use libgsttag helper function here too.
13548
13549 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13550
13551         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13552         (gst_avi_demux_init), (gst_avi_demux_dispose),
13553         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13554         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13555         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13556         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13557         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13558         (gst_avi_demux_parse_subindex),
13559         (gst_avi_demux_read_subindexes_push),
13560         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13561         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13562         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13563         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13564         (gst_avi_demux_stream_header_pull),
13565         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13566         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13567         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13568         (gst_avi_demux_change_state):
13569         * gst/avi/gstavidemux.h:
13570           Initial streaming support for avidemux (fixes #336465)
13571
13572 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13573
13574         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13575           There is no taglibmux element ...
13576
13577         * gst/rtsp/gstrtspsrc.c:
13578           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
13579           was complaining about unknown entity here.
13580
13581 2006-08-22  Wim Taymans  <wim@fluendo.com>
13582
13583         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13584         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
13585         (gst_avi_demux_process_next_entry):
13586         * gst/avi/gstavidemux.h:
13587         Mark DISCONT.
13588         Remove old unused fields and reorder the struct a bit.
13589
13590 2006-08-22  Wim Taymans  <wim@fluendo.com>
13591
13592         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13593         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
13594         (gst_rtspsrc_pause):
13595         * gst/rtsp/gstrtspsrc.h:
13596         * sys/oss/gstosssink.c: (gst_oss_sink_open),
13597         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13598         Small documentation updates.
13599
13600 2006-08-22  Wim Taymans  <wim@fluendo.com>
13601
13602         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13603         (gst_avi_demux_index_entry_for_time),
13604         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13605         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
13606         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13607         (gst_avi_demux_next_data_buffer),
13608         (gst_avi_demux_calculate_durations_from_index),
13609         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
13610         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13611         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13612         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
13613         * gst/avi/gstavidemux.h:
13614         Precalc most of the duration query for each stream.
13615         Make seeking more correct.
13616         Use GstSegment to track position and duration.
13617         Code cleanups and leak fixes.
13618         Calculate correct total duration based on index length.
13619
13620 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
13621
13622         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13623         (parse_insert_string_field):
13624           If strings in text fields are marked ISO8859-1, but contain
13625           valid UTF-8 already, then handle them as UTF-8 and ignore
13626           the encoding. (#351794)
13627
13628 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13629
13630         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
13631         (gst_flac_dec_write), (gst_flac_dec_loop),
13632         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
13633         (gst_flac_dec_src_query):
13634         * ext/flac/gstflacdec.h:
13635           Make flac-in-ogg work (#352100).
13636
13637 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13638
13639         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13640           Don't unref buffers of which we've already given away
13641           ownership to the adapter.
13642
13643 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13644
13645         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
13646           Make metadata extraction actually work.
13647
13648         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
13649         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
13650         (gst_speexenc_chain):
13651           Fix metadata writing: replace old code which wrote completely
13652           broken tags with libgsttag-based code. Plus miscellaneous
13653           code cleanups (use static pad templates etc.) and a bunch
13654           of leak fixes.
13655
13656 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13657
13658         * gst/audiopanorama/.cvsignore:
13659         * gst/audiopanorama/Makefile.am:
13660         * gst/audiopanorama/audiofx.c:
13661         * gst/audiopanorama/audiopanorama.c:
13662         * gst/audiopanorama/audiopanorama.h:
13663           die! die! die! you should never have been there
13664
13665 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13666
13667         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13668         Fix invalid memory access in audiopanorama test suite.
13669
13670 2006-08-21  Edward Hervey  <edward@fluendo.com>
13671
13672         * tests/check/elements/.cvsignore:
13673         ignore built file
13674
13675 2006-08-21  Wim Taymans  <wim@fluendo.com>
13676
13677         * gst/rtp/Makefile.am:
13678         Fix the build again.
13679
13680 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13681
13682         * gst/audiofxgood/.cvsignore:
13683         * gst/audiofxgood/Makefile.am:
13684         * gst/audiofxgood/audiofx.c: (plugin_init):
13685         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13686         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13687         (gst_audio_panorama_set_property),
13688         (gst_audio_panorama_get_property),
13689         (gst_audio_panorama_get_unit_size),
13690         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13691         (gst_audio_panorama_transform_m2s),
13692         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13693         * gst/audiofxgood/audiopanorama.h:
13694           resubmit with the desired name *again*
13695
13696 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13697
13698         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
13699         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
13700           use g_assert in _get_unit_size
13701
13702 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13703
13704         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13705         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13706         * docs/plugins/inspect/plugin-audiofxgood.xml:
13707           cleanup -unused.txt to make it useful, add previously missing docs
13708
13709         * ext/Makefile.am:
13710           Quietly (accidentally) enable LADSPA for building by default, 
13711           despite the fact that it doesn't meet the plugin checklist.
13712             -- Added by Jan Schmidt 18 Dec 2006
13713
13714         * ext/esd/esdmon.c:
13715         * ext/esd/esdsink.c:
13716         * ext/esd/gstesd.c: (plugin_init):
13717           reflow to get rid of two external symbols
13718
13719         * gst/audiofxgood/audiofx.c: (plugin_init):
13720           re-add
13721
13722 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13723
13724         * configure.ac:
13725         * gst/audiofxgood/.cvsignore:
13726         * gst/audiofxgood/Makefile.am:
13727         * gst/audiofxgood/audiofx.c
13728         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13729         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13730         (gst_audio_panorama_set_property),
13731         (gst_audio_panorama_get_property),
13732         (gst_audio_panorama_get_unit_size),
13733         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13734         (gst_audio_panorama_transform_m2s),
13735         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13736         * gst/audiofxgood/audiopanorama.h:
13737         * tests/check/Makefile.am:
13738         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13739         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13740         (panorama_suite), (main):
13741         Add audiofxgood plugin with audiopanorama element
13742
13743 2006-08-18  Wim Taymans  <wim@fluendo.com>
13744
13745         * docs/plugins/Makefile.am:
13746         More Oss docs fixage. 
13747
13748 2006-08-18  Wim Taymans  <wim@fluendo.com>
13749
13750         * gst/rtp/Makefile.am:
13751         * gst/rtp/gstrtp.c: (plugin_init):
13752         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13753         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13754         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13755         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13756         (gst_rtp_sv3v_depay_get_property),
13757         (gst_rtp_sv3v_depay_change_state),
13758         (gst_rtp_sv3v_depay_plugin_init):
13759         * gst/rtp/gstrtpsv3vdepay.h:
13760         Added experimental SVQ3 depayloader.
13761
13762 2006-08-18  Edward Hervey  <edward@fluendo.com>
13763
13764         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13765         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13766         * ext/dv/gstdvdemux.h:
13767         When handling seek requests, don't send the newsegment event from the
13768         calling thread. Instead save it so it can be sent from the streaming
13769         thread.
13770
13771 2006-08-17  Wim Taymans  <wim@fluendo.com>
13772
13773         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13774
13775         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13776         Accept leading whitespace before the boundary
13777         This patch makes the demuxer allow some whitespace before the actual
13778         boundary. This makes the demuxer work with the ``old'' gstreamer
13779         multipartmuxer again (which placed an extra \n before the start
13780         of the stream) Fixes #349068.
13781
13782 2006-08-17  Wim Taymans  <wim@fluendo.com>
13783
13784         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13785         Error out on non-implemented stuff.
13786
13787 2006-08-16  Wim Taymans  <wim@fluendo.com>
13788
13789         Patch by: Andy Wingo <wingo at pobox dot com>
13790
13791         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13792         (gst_signal_processor_start), (gst_signal_processor_stop),
13793         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13794         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13795         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13796         (gst_signal_processor_change_state):
13797         Make ladspa elements reusable. Fixes #350006.
13798
13799 2006-08-16  Wim Taymans  <wim@fluendo.com>
13800
13801         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13802         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13803         names as possible. Fixes #349901.
13804
13805 2006-08-16  Wim Taymans  <wim@fluendo.com>
13806
13807         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13808         (gst_signal_processor_do_pushes):
13809         A push() gives away our refcount so we should not use the buffer on the
13810         pen anymore.
13811
13812 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13813
13814         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13815         (gst_oss_mixer_element_finalize):
13816           Don't leak device string.
13817
13818 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13819
13820         * configure.ac:
13821           Require CVS of GStreamer core and -base (for
13822           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13823
13824         * ext/taglib/gstid3v2mux.cc:
13825           Write extended comment tags properly (#348762).
13826
13827         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13828         (parse_comment_frame):
13829           Extract COMM frames into extended comments, which makes it
13830           easier to properly retain the description bit of the tag
13831           and maintain this information when re-tagging (#348762).
13832
13833 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13834
13835         * tests/check/Makefile.am:
13836           Don't try to run annodex unit tests if the annodex
13837           plugin has not been built (Fixes #351116).
13838
13839 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13840
13841         * gst/autodetect/gstautoaudiosink.c:
13842         (gst_auto_audio_sink_find_best):
13843           When we can't find a usable audiosink, don't error out,
13844           but use a fake sink instead and post a warning message
13845           on the bus (#341278).
13846
13847 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13848
13849         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13850         * sys/oss/gstosssink.c:
13851         * sys/oss/gstosssrc.c:
13852           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13853           ossmixer's new device property.
13854
13855         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13856         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13857           Add docs for OSS elements.
13858
13859         * docs/plugins/inspect/plugin-aasink.xml:
13860         * docs/plugins/inspect/plugin-alaw.xml:
13861         * docs/plugins/inspect/plugin-alpha.xml:
13862         * docs/plugins/inspect/plugin-alphacolor.xml:
13863         * docs/plugins/inspect/plugin-annodex.xml:
13864         * docs/plugins/inspect/plugin-apetag.xml:
13865         * docs/plugins/inspect/plugin-auparse.xml:
13866         * docs/plugins/inspect/plugin-autodetect.xml:
13867         * docs/plugins/inspect/plugin-avi.xml:
13868         * docs/plugins/inspect/plugin-cacasink.xml:
13869         * docs/plugins/inspect/plugin-cairo.xml:
13870         * docs/plugins/inspect/plugin-cdio.xml:
13871         * docs/plugins/inspect/plugin-cutter.xml:
13872         * docs/plugins/inspect/plugin-debug.xml:
13873         * docs/plugins/inspect/plugin-dv.xml:
13874         * docs/plugins/inspect/plugin-efence.xml:
13875         * docs/plugins/inspect/plugin-effectv.xml:
13876         * docs/plugins/inspect/plugin-esdsink.xml:
13877         * docs/plugins/inspect/plugin-flac.xml:
13878         * docs/plugins/inspect/plugin-flxdec.xml:
13879         * docs/plugins/inspect/plugin-gconfelements.xml:
13880         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13881         * docs/plugins/inspect/plugin-goom.xml:
13882         * docs/plugins/inspect/plugin-halelements.xml:
13883         * docs/plugins/inspect/plugin-icydemux.xml:
13884         * docs/plugins/inspect/plugin-id3demux.xml:
13885         * docs/plugins/inspect/plugin-jpeg.xml:
13886         * docs/plugins/inspect/plugin-level.xml:
13887         * docs/plugins/inspect/plugin-matroska.xml:
13888         * docs/plugins/inspect/plugin-mulaw.xml:
13889         * docs/plugins/inspect/plugin-multipart.xml:
13890         * docs/plugins/inspect/plugin-navigationtest.xml:
13891         * docs/plugins/inspect/plugin-ossaudio.xml:
13892         * docs/plugins/inspect/plugin-png.xml:
13893         * docs/plugins/inspect/plugin-rtp.xml:
13894         * docs/plugins/inspect/plugin-rtsp.xml:
13895         * docs/plugins/inspect/plugin-shout2send.xml:
13896         * docs/plugins/inspect/plugin-smpte.xml:
13897         * docs/plugins/inspect/plugin-speex.xml:
13898         * docs/plugins/inspect/plugin-taglib.xml:
13899         * docs/plugins/inspect/plugin-udp.xml:
13900         * docs/plugins/inspect/plugin-videobalance.xml:
13901         * docs/plugins/inspect/plugin-videobox.xml:
13902         * docs/plugins/inspect/plugin-videoflip.xml:
13903         * docs/plugins/inspect/plugin-videomixer.xml:
13904         * docs/plugins/inspect/plugin-wavenc.xml:
13905         * docs/plugins/inspect/plugin-wavparse.xml:
13906         * docs/plugins/inspect/plugin-ximagesrc.xml:
13907           Update to CVS version.
13908           
13909 2006-08-16  Wim Taymans  <wim@fluendo.com>
13910
13911         * gst/rtp/gstrtpamrdepay.c:
13912         * gst/rtp/gstrtpmp4gdepay.c:
13913         Caps extra properties must be defined as strings for
13914         depayloaders because they are generated from an SDP.
13915
13916         * gst/rtp/Makefile.am:
13917         * gst/rtp/gstrtp.c: (plugin_init):
13918         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
13919         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
13920         (gst_rtp_h264_depay_finalize), (decode_base64),
13921         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
13922         (gst_rtp_h264_depay_set_property),
13923         (gst_rtp_h264_depay_get_property),
13924         (gst_rtp_h264_depay_change_state),
13925         (gst_rtp_h264_depay_plugin_init):
13926         * gst/rtp/gstrtph264depay.h:
13927         Added basic, not completely functional RFC 3984 H264 depayloader.
13928
13929 2006-08-16  Wim Taymans  <wim@fluendo.com>
13930
13931         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
13932         Add pads after setting them up.
13933
13934         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13935         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13936         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
13937         (gst_rtspsrc_stream_setup_rtp),
13938         (gst_rtspsrc_stream_configure_transport),
13939         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
13940         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13941         (gst_rtspsrc_pause):
13942         * gst/rtsp/gstrtspsrc.h:
13943         Fix interleaved mode.
13944          - Protect streaming with lock.
13945          - Combine flows
13946          - set caps on outgoing buffers.
13947          - strip trailing \0 from data packets.
13948          - Configure RTP/RTCP in stream.
13949         Use DEBUG_OBJECT more.
13950
13951 2006-08-16  Wim Taymans  <wim@fluendo.com>
13952
13953         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
13954         Turn a g_print into a DEBUG line.
13955
13956 2006-08-13  Wim Taymans  <wim@fluendo.com>
13957
13958         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
13959         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13960         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
13961         (gst_oss_mixer_element_get_property),
13962         (gst_oss_mixer_element_change_state):
13963         * sys/oss/gstossmixerelement.h:
13964         Small cleanups. Better error reporting.
13965         Add device property for the mixer instead of the hardcoded
13966         /dev/mixer. Fixes #350785.
13967         API: GstOssMixerElement::device property
13968
13969 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13970
13971         Patch by: Jens Granseuer <jensgr at gmx net>
13972
13973         * gconf/Makefile.am:
13974           Make --disable-schemas work right (they still need
13975           to be copied to the installation directory, just not
13976           applied). Fixes #351347 (also #344100).
13977           
13978 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13979
13980         * configure.ac: back to HEAD
13981
13982 === release 0.10.4 ===
13983
13984 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
13985
13986         * configure.ac:
13987           releasing 0.10.4, "Dear Leader"
13988
13989 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13990
13991         Patch by: Edward Hervey <edward@fluendo.com>
13992
13993         * configure.ac:
13994         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13995         (gst_wavparse_stream_data):
13996         Send the newsegment event in the streaming thread.
13997         Fixes #347529
13998
13999 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14000
14001         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14002         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14003         (gst_smokeenc_resync), (gst_smokeenc_chain):
14004           Refuse sink caps in the encoder if width or height is not a
14005           multiple of 16, the encoder does not support that yet (#349939);
14006           along the same lines, check the return value of the encoder
14007           setup function; also remove some debug log clutter.
14008
14009 2006-08-04  Andy Wingo  <wingo@pobox.com>
14010
14011         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14012         whether a processor can work in place or not, and for keeping
14013         track of its state. Change the FlowReturn instance variable from
14014         "state" to "flow_state", all callers changed.
14015
14016         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14017         (gst_signal_processor_start, gst_signal_processor_stop)
14018         (gst_signal_processor_cleanup): New functions to manage the
14019         processor's state.
14020         (gst_signal_processor_setcaps): start() as well as setup() here.
14021         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14022         (gst_signal_processor_change_state): Stop and cleanup the
14023         processor as we go to NULL.
14024
14025         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14026         INPLACE_BROKEN is not set.
14027
14028         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14029         Do the alloc_buffer in bytes, not frames.
14030         
14031 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14032
14033         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14034         Fix rgb masks when recording in < 24bpp.
14035
14036 2006-08-04  Andy Wingo  <wingo@pobox.com>
14037
14038         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14039         (gst_signal_processor_prepare)
14040         (gst_signal_processor_update_inputs)
14041         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14042         (gst_signal_processor_flush)
14043         (gst_signal_processor_sink_activate_push)
14044         (gst_signal_processor_src_activate_pull)
14045         (gst_signal_processor_change_state): Remove the last of the code
14046         that assumes that we process whole buffers at a time. Fix some
14047         debugging. Seems to work now in some cases.
14048         (gst_signal_processor_src_activate_pull): BPB
14049
14050 2006-08-01  Andy Wingo  <wingo@pobox.com>
14051
14052         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14053         Fix nframes-choosing.
14054         (gst_signal_processor_init): Init pending_in and pending_out.
14055
14056         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14057         more default sample rate, although we never check that the sample
14058         rate actually gets set. Something for the future.
14059         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14060         (gst_signal_processor_event): Refcount fixen.
14061         (gst_signal_processor_process): Pull the number of frames to
14062         process from the sizes of the buffers in the input pens.
14063         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14064         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14065         it instead of buffer_frames.
14066         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14067         to do_pulls.
14068         (gst_signal_processor_chain)
14069         (gst_signal_processor_sink_activate_push)
14070         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14071
14072         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14073
14074 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14075
14076         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14077         (gst_signal_processor_process):
14078           don't query buffer-frames from caps, add lots of debug-log,
14079           try fix for assert (#349189)
14080
14081 2006-07-31  Wim Taymans  <wim@fluendo.com>
14082
14083         * gst/udp/gstudpsrc.c:
14084         Fix docs.
14085
14086 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14087
14088         * ext/ladspa/gstsignalprocessor.c:
14089         (gst_signal_processor_add_pad_from_template),
14090         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14091         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14092         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14093         (gst_signal_processor_sink_activate_push),
14094         (gst_signal_processor_src_activate_pull),
14095         (gst_signal_processor_change_state):
14096          Add debugs logs here and there, add more error handling, add some
14097          FIXME comments, filed #349189
14098
14099 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14100
14101         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14102         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14103         Set caps on buffer correctly.  Fixes bug #349155.
14104
14105 2006-07-28  Wim Taymans  <wim@fluendo.com>
14106
14107         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14108
14109         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14110         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14111         (gst_multipart_demux_finalize), (get_line_end),
14112         (multipart_parse_header), (multipart_find_boundary),
14113         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14114         (gst_multipart_set_property), (gst_multipart_get_property):
14115         Uses GstAdapter instead of own buffering.
14116         Actually parses the mime-type correctly (In tests the mime-type was
14117         always "" with the old version).
14118         Uses the Content-length header if available to speed up things.
14119         Reliably autoscans the boundary name by default.
14120         Fixes #349068.
14121
14122         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14123         Don't start the stream with a \n.
14124
14125 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14126
14127         Patch by: Brian Cameron <brian dot cameron at sun com>
14128
14129         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14130           Open source with O_NONBLOCK (#349015).
14131
14132 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14133
14134         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14135         (gst_avi_demux_massage_index):
14136         * gst/avi/gstavidemux.h:
14137           Whitespace fixes and more debug
14138
14139 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14140
14141         * gst/autodetect/gstautoaudiosink.c:
14142         (gst_auto_audio_sink_create_element_with_pretty_name),
14143         (gst_auto_audio_sink_find_best),
14144         (gst_auto_audio_sink_change_state):
14145           Get rid of old and unused magic sound-server properties stuff.
14146           Add suffix to child sink's name that makes it easy to see from
14147           the name alone which type it actually is (alsa, oss, esd, etc.).
14148
14149 2006-07-27  Wim Taymans  <wim@fluendo.com>
14150
14151         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14152         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14153         (gst_udpsrc_start):
14154         * gst/udp/gstudpsrc.h:
14155         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14156         not some sort of feature we enable.
14157
14158 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14159
14160         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14161           Use CLOSE_SOCKET() here instead of close() to maintain
14162           win32 workiness.
14163
14164 2006-07-27  Wim Taymans  <wim@fluendo.com>
14165
14166         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14167
14168         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14169         (gst_udpsrc_create), (gst_udpsrc_set_property),
14170         (gst_udpsrc_get_property), (gst_udpsrc_start):
14171         * gst/udp/gstudpsrc.h:
14172         Added "buffer-size" property to control the kernel receive buffer size.
14173         Update documentation.
14174         Small cleanups. Fixes #348752.
14175         API: buffer-size property
14176
14177 2006-07-26  Wim Taymans  <wim@fluendo.com>
14178
14179         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14180
14181         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14182         (gst_rtp_pcma_pay_handle_buffer):
14183         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14184         (gst_rtp_pcmu_pay_handle_buffer):
14185         Fix timestamp calculation on outgoing RTP packets.
14186         Fixes #348675.
14187
14188 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14189
14190         * ext/taglib/gstid3v2mux.cc:
14191           Fix writing of comment frames (should be COMM not TCOM),
14192           is still sub-optimal though, since we don't retain or
14193           extract the comment descriptions properly (#334375,
14194           also see #334375).
14195
14196 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14197
14198         * gst/wavparse/gstwavparse.c:
14199           #define 'fact' RIFF chunk if we are not compiling against
14200           -base CVS (we don't want to depend on -base CVS for this
14201           one define only, and also not for release order reasons).
14202
14203 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14204
14205         * ext/taglib/gstid3v2mux.cc:
14206           Handle multiple tags of the same type properly. Re-inject
14207           unparsed ID3v2 frames that we get as binary blobs from
14208           id3demux into the tag again so we don't lose information
14209           when retagging (#334375).
14210
14211 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14212
14213         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14214           Document newly-added properties properly, so that there is a
14215           'Since: 0.10.4' in the plugin docs. Convert some property
14216           names into canonical GObject style (GObject will do that
14217           internally anyway).
14218
14219 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14220
14221         * gst/id3demux/id3tags.c:
14222         (id3demux_add_id3v2_frame_blob_to_taglist):
14223           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14224           well, and add the version to the blob's buffer caps, since that
14225           information will be needed for deserialisation later on (#348644).
14226
14227 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14228
14229         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14230         (gst_avi_demux_parse_stream):
14231          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14232          indentation and spacing.
14233
14234 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14235
14236         * docs/plugins/Makefile.am:
14237         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14238         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14239         * docs/plugins/gst-plugins-good-plugins.args:
14240         * docs/plugins/inspect/plugin-1394.xml:
14241         * docs/plugins/inspect/plugin-aasink.xml:
14242         * docs/plugins/inspect/plugin-alaw.xml:
14243         * docs/plugins/inspect/plugin-alpha.xml:
14244         * docs/plugins/inspect/plugin-alphacolor.xml:
14245         * docs/plugins/inspect/plugin-annodex.xml:
14246         * docs/plugins/inspect/plugin-apetag.xml:
14247         * docs/plugins/inspect/plugin-auparse.xml:
14248         * docs/plugins/inspect/plugin-autodetect.xml:
14249         * docs/plugins/inspect/plugin-avi.xml:
14250         * docs/plugins/inspect/plugin-cacasink.xml:
14251         * docs/plugins/inspect/plugin-cairo.xml:
14252         * docs/plugins/inspect/plugin-cdio.xml:
14253         * docs/plugins/inspect/plugin-cutter.xml:
14254         * docs/plugins/inspect/plugin-debug.xml:
14255         * docs/plugins/inspect/plugin-dv.xml:
14256         * docs/plugins/inspect/plugin-efence.xml:
14257         * docs/plugins/inspect/plugin-effectv.xml:
14258         * docs/plugins/inspect/plugin-esdsink.xml:
14259         * docs/plugins/inspect/plugin-flac.xml:
14260         * docs/plugins/inspect/plugin-flxdec.xml:
14261         * docs/plugins/inspect/plugin-gconfelements.xml:
14262         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14263         * docs/plugins/inspect/plugin-goom.xml:
14264         * docs/plugins/inspect/plugin-halelements.xml:
14265         * docs/plugins/inspect/plugin-icydemux.xml:
14266         * docs/plugins/inspect/plugin-id3demux.xml:
14267         * docs/plugins/inspect/plugin-jpeg.xml:
14268         * docs/plugins/inspect/plugin-level.xml:
14269         * docs/plugins/inspect/plugin-matroska.xml:
14270         * docs/plugins/inspect/plugin-mulaw.xml:
14271         * docs/plugins/inspect/plugin-multipart.xml:
14272         * docs/plugins/inspect/plugin-navigationtest.xml:
14273         * docs/plugins/inspect/plugin-ossaudio.xml:
14274         * docs/plugins/inspect/plugin-png.xml:
14275         * docs/plugins/inspect/plugin-rtp.xml:
14276         * docs/plugins/inspect/plugin-rtsp.xml:
14277         * docs/plugins/inspect/plugin-shout2send.xml:
14278         * docs/plugins/inspect/plugin-smpte.xml:
14279         * docs/plugins/inspect/plugin-speex.xml:
14280         * docs/plugins/inspect/plugin-udp.xml:
14281         * docs/plugins/inspect/plugin-videobalance.xml:
14282         * docs/plugins/inspect/plugin-videobox.xml:
14283         * docs/plugins/inspect/plugin-videoflip.xml:
14284         * docs/plugins/inspect/plugin-videomixer.xml:
14285         * docs/plugins/inspect/plugin-wavenc.xml:
14286         * docs/plugins/inspect/plugin-wavparse.xml:
14287         * docs/plugins/inspect/plugin-ximagesrc.xml:
14288           Update files to CVS/Prerelease version, add esdsink docs.
14289
14290         * ext/esd/esdsink.c:
14291           Add gtk-doc blurb.
14292
14293         * gst/rtp/gstrtpmp4vpay.c:
14294           Fix typo in element description.
14295
14296 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14297
14298         * ext/esd/esdsink.c: (gst_esdsink_open),
14299         (gst_esdsink_factory_init):
14300           Prevent libesd from auto-spawning a sound daemon if it
14301           is not already running. Now that we don't do evil stuff
14302           like that any longer we can give esdsink a rank so that
14303           autoaudiosink will try it as well if all other audio
14304           sinks fail (#343051).
14305
14306 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14307
14308         * ext/esd/Makefile.am:
14309           Oops, need to remove README from EXTRA_DIST as well.
14310
14311 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14312
14313         * ext/esd/README:
14314           Remove, it contains nothing useful anyway.
14315
14316         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14317         (gst_esdsink_delay):
14318           Some small clean-ups; use GST_BOILERPLATE etc.
14319
14320 2006-07-24  Wim Taymans  <wim@fluendo.com>
14321
14322         * gst/law/alaw-decode.c: (alawdec_getcaps):
14323         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14324         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14325         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14326         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14327
14328 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14329
14330         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14331         (gst_wavparse_other), (gst_wavparse_perform_seek),
14332         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14333         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14334         (gst_wavparse_pad_query):
14335         * gst/wavparse/gstwavparse.h:
14336           Use information from 'fact' chunk for length calculation of compressed
14337           samples. Calculate bps if bogus value is found in wav header (embeded
14338           mp2/mp3).
14339           
14340
14341 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14342
14343         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14344
14345         * configure.ac:
14346         * gst/udp/Makefile.am:
14347         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14348         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14349         * gst/udp/gstdynudpsink.h:
14350         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14351         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14352         * gst/udp/gstmultiudpsink.h:
14353         * gst/udp/gstudp.c: (plugin_init):
14354         * gst/udp/gstudpsink.h:
14355         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14356         (gst_udpsrc_start), (gst_udpsrc_stop):
14357         * gst/udp/gstudpsrc.h:
14358         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14359         (gst_udp_net_utils_win32_wsa_startup):
14360         * gst/udp/gstudpnetutils.h:
14361           Port udp plugin to win32 (#345288).
14362
14363 2006-07-24  Wim Taymans  <wim@fluendo.com>
14364
14365         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14366         Remove unwanted DEBUG line.
14367
14368 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14369
14370         * gst/id3demux/gstid3demux.c: (plugin_init):
14371         * gst/id3demux/id3tags.c:
14372         (id3demux_add_id3v2_frame_blob_to_taglist):
14373         * gst/id3demux/id3tags.h:
14374           On second thought, it might be wiser and more efficient
14375           not to do tag registration from a streaming thread.
14376
14377 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14378
14379         * gst/id3demux/id3tags.c:
14380         (id3demux_add_id3v2_frame_blob_to_taglist),
14381         (id3demux_id3v2_frames_to_tag_list):
14382           Put ID3v2 frames we can't parse as binary blobs into private
14383           tags, so that they are not lost when retagging, at least once
14384           id3v2mux has been taught to re-inject those frames again.
14385           See bug #334375.
14386
14387 2006-07-21  Wim Taymans  <wim@fluendo.com>
14388
14389         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14390         (gst_avi_demux_process_next_entry):
14391         Fix some leaks.
14392
14393         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14394         Don't use \n in debug lines.
14395
14396 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14397
14398         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14399         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14400           Add annodex and icydemux, cleanup the sections a bit
14401
14402 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14403
14404         Patch by: Alex Lancaster <alexl at users sourceforge net>
14405
14406         * ext/taglib/gstid3v2mux.cc:
14407           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14408           ID3v2 TSSE frames (#347898).
14409
14410 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14411
14412         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14413           Respect mpegversion for "video/mpeg" and give message in case of
14414           unhandled versions.
14415
14416 2006-07-17  Wim Taymans  <wim@fluendo.com>
14417
14418         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14419         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14420         (gst_pngdec_chain), (gst_pngdec_sink_event),
14421         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14422         (gst_pngdec_sink_activate_push):
14423         * ext/libpng/gstpngdec.h:
14424         Use statically allocated segment instead of leaking.
14425         Various cleanups.
14426         Fix flush and seek handling.
14427
14428 2006-07-16  Wim Taymans  <wim@fluendo.com>
14429
14430         * gst/rtp/Makefile.am:
14431         * gst/rtp/gstrtp.c: (plugin_init):
14432         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14433         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14434         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14435         (gst_rtp_mp4g_depay_set_property),
14436         (gst_rtp_mp4g_depay_get_property),
14437         (gst_rtp_mp4g_depay_change_state),
14438         (gst_rtp_mp4g_depay_plugin_init):
14439         * gst/rtp/gstrtpmp4gdepay.h:
14440         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14441         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14442         (gst_rtp_mp4g_pay_flush):
14443         Added simple generic mpeg4 depayloader.
14444         Fix generic mpeg4 payloader.
14445
14446 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14447
14448         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14449           Don't try doing state changes on a NULL pointer.
14450
14451 2006-07-14  Wim Taymans  <wim@fluendo.com>
14452
14453         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14454
14455         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14456         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14457         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14458         * gst/rtp/gstrtpamrdepay.h:
14459         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14460         Fixes #321191
14461
14462 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14463
14464         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14465         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14466         Fix segfault when moving mouse pointer to the bottom right corner.
14467
14468 2006-07-12  Wim Taymans  <wim@fluendo.com>
14469
14470         * gst/rtp/Makefile.am:
14471         * gst/rtp/gstrtp.c: (plugin_init):
14472         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14473         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14474         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14475         (gst_rtp_mp2t_depay_set_property),
14476         (gst_rtp_mp2t_depay_get_property),
14477         (gst_rtp_mp2t_depay_change_state),
14478         (gst_rtp_mp2t_depay_plugin_init):
14479         * gst/rtp/gstrtpmp2tdepay.h:
14480         Added mpeg2 TS depayloader. Closing #347234.
14481
14482 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14483
14484         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14485           Remove g_assert that shouldn't be there and was triggered
14486           after trying to open a device that doesn't exist or can't
14487           be opened for some other reason (#347972).
14488
14489 2006-07-10  Edward Hervey  <edward@fluendo.com>
14490
14491         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14492         (gst_avi_demux_stream_header), (push_tag_lists):
14493         * gst/avi/gstavidemux.h:
14494         Don't push tag events found by gst_riff_parse_info() before outputting
14495         GST_EVENT_NEWSEGMENT.
14496
14497 2006-07-10  Wim Taymans  <wim@fluendo.com>
14498
14499         * gst/rtsp/Makefile.am:
14500         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14501         (rtsp_connection_close):
14502         * gst/rtsp/rtspdefs.h:
14503         replaced closesocket and close in code with one CLOSE_SOCKET. 
14504         Some more cleanups. Fixes #345301.
14505
14506 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14507
14508         * gst/autodetect/gstautoaudiosink.c:
14509           Fix example pipeline in docs.
14510
14511 2006-07-10  Wim Taymans  <wim@fluendo.com>
14512
14513         Patch by: Rob Taylor <robtaylor at floopily dot org>
14514
14515         * gst/udp/gstmultiudpsink.c: (join_multicast),
14516         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14517         If a destination is added before the stream is set to PAUSED, the
14518         multicast group is not joined as the socket is not created yet. 
14519         Also TTL and LOOP should also be set. Fixes #346921.
14520
14521 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14522
14523         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14524         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14525         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14526         (gst_ximage_src_init):
14527         * sys/ximage/gstximagesrc.h:
14528         Fix use-damage property to actually work :)
14529         Add startx, starty, endx, endy properties so screencasts other than full
14530         screen ones can work.
14531
14532 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14533
14534         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14535         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14536         (gst_ximage_src_class_init), (gst_ximage_src_init):
14537         * sys/ximage/gstximagesrc.h:
14538         Add use_damage property to offer ability to choose whether to use
14539         XDamage or not.
14540
14541 2006-07-07  Wim Taymans  <wim@fluendo.com>
14542
14543         * gst/goom/filters.c: (zoomFilterSetResolution):
14544         Avoid goom coredumping by clearing memory. 
14545         Fixes 345679.
14546
14547 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14548
14549         * win32/vs6/libgstid3demux.dsp:
14550         Add a link to libgsttag-0.10.lib.
14551
14552 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14553
14554         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14555         (gst_tag_demux_read_range):
14556         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14557         (gst_id3demux_read_range):
14558           Don't return FLOW_UNEXPECTED when a buffer is before
14559           the start of the stream (which might happen with
14560           large ID3v2 tags if the tag reading was done pullrange
14561           based and we then switched to push mode later on).
14562           Fixes regression introduced by commit from June 29th.
14563
14564 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14565
14566         * ext/taglib/gstid3v2mux.cc:
14567           Make UTF-8 the default encoding when writing string
14568           tags (before, our UTF-8 strings would automatically
14569           be converted to ISO-8859-1 by taglib and written as
14570           ISO-8859-1 fields if that was possible).
14571
14572         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14573         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14574         (test_taglib_id3mux_with_tags):
14575           Add test case that makes sure our UTF-8 strings have
14576           actually been written into the tag as UTF-8.
14577
14578 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14579
14580         * configure.ac:
14581           Let's try that again.
14582
14583 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14584
14585         * configure.ac:
14586           Disable monoscope plugin for now until it fulfills
14587           all the requirements.
14588
14589 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14590
14591         * configure.ac:
14592         * gst/monoscope/Makefile.am:
14593         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
14594         (gst_monoscope_class_init), (gst_monoscope_init),
14595         (gst_monoscope_finalize), (gst_monoscope_reset),
14596         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
14597         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
14598         (gst_monoscope_sink_event), (gst_monoscope_src_event),
14599         (gst_monoscope_change_state), (plugin_init):
14600         * gst/monoscope/gstmonoscope.h:
14601           Port monoscope visualisation to 0.10.
14602
14603 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14604
14605         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
14606         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14607           Return FLOW_UNEXPECTED when at the end of the file, not
14608           FLOW_ERROR. Fixes 'internal stream error' errors that
14609           would sometimes occur in totem when scrubbing to the
14610           end of an ID3v1 tagged mp3 file.
14611
14612 2006-07-03  Edward Hervey  <edward@fluendo.com>
14613
14614         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
14615         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
14616         (gst_pngdec_sink_event), (gst_pngdec_change_state):
14617         * ext/libpng/gstpngdec.h:
14618         Implement buffer clipping/dropping using GstSegment.
14619         This provides accurate seeking.
14620
14621 2006-07-03  Edward Hervey  <edward@fluendo.com>
14622
14623         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14624         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14625         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14626         (gst_avi_demux_process_next_entry), (push_tag_lists),
14627         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14628         * gst/avi/gstavidemux.h:
14629         Proper aggregation of each stream's GstFlowReturn in order to figure out
14630         whether the task should stop or not.
14631         Don't send inline events before pushing out a NEW_SEGMENT, more
14632         specifically for GST_TAG_EVENT.
14633         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
14634         sub-indexes.
14635
14636 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14637
14638         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14639
14640         * sys/sunaudio/gstsunaudiomixerctrl.c:
14641         (gst_sunaudiomixer_ctrl_build_list):
14642           Move "Monitor" slider to input tab so it works more like
14643           sdtaudiocontrol, which is what people on Solaris are used
14644           to using for their mixer program (#346259).
14645
14646 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14647
14648         * tests/check/elements/level.c: (GST_START_TEST):
14649           fix a leak, clean up at the end
14650
14651 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14652
14653         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14654         (gst_matroska_demux_send_event),
14655         (gst_matroska_demux_loop_stream_parse_id):
14656         * gst/matroska/matroska-ids.h:
14657           Send tag event after newsegment event.
14658
14659 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14660
14661         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14662         (gst_id3demux_read_range):
14663           Make sure we don't return GST_FLOW_OK with a NULL buffer in
14664           certain cases where a read beyond the end of the file is
14665           requested. Fixes #345930.
14666
14667         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14668         (gst_tag_demux_read_range):
14669           Fix same issue here as well.
14670
14671 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14672
14673         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
14674         
14675         Fix hypothetical crash.
14676
14677 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
14678
14679         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14680
14681         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
14682           Do not modify the ports value. If the user has turned off the
14683           built-in speakers, then we should not reset it in the prepare
14684           function, since this causes the built-in speakers to turn
14685           back on anytime the user changes a track in totem, rhythmbox,
14686           etc. (#346066).
14687
14688 2006-06-23  Wim Taymans  <wim@fluendo.com>
14689
14690         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14691         Fix double caps unref when negotiation fails.
14692
14693 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14694
14695         * ext/annodex/gstcmmldec.c:
14696         * ext/annodex/gstcmmlenc.c:
14697         * ext/annodex/gstcmmlparser.c:
14698         * ext/dv/gstdvdec.c:
14699         * ext/dv/gstdvdemux.c:
14700         * ext/gdk_pixbuf/pixbufscale.c:
14701         * ext/jpeg/gstjpegenc.c:
14702         * ext/jpeg/gstsmokedec.c:
14703         * ext/jpeg/gstsmokeenc.c:
14704         * ext/libpng/gstpngdec.c:
14705         * ext/libpng/gstpngenc.c:
14706         * ext/speex/gstspeexenc.c:
14707         * gst/alpha/gstalphacolor.c:
14708         * gst/cutter/gstcutter.c:
14709         * gst/debug/gstnavigationtest.c:
14710         * gst/icydemux/gsticydemux.c:
14711         * gst/level/gstlevel.c:
14712         * gst/multipart/multipart.c:
14713         * gst/rtp/gstrtpamrpay.c:
14714         * gst/rtp/gstrtpdepay.c:
14715         * gst/rtp/gstrtpilbcpay.c:
14716         * gst/rtp/gstrtpmp4gpay.c:
14717         * gst/rtp/gstrtpmp4vpay.c:
14718         * gst/rtsp/gstrtpdec.c:
14719         * gst/rtsp/gstrtspsrc.c:
14720         * gst/udp/gstdynudpsink.c:
14721         * gst/udp/gstmultiudpsink.c:
14722         * gst/udp/gstudpsrc.c:
14723         * gst/videobox/gstvideobox.c:
14724         * gst/videofilter/gstvideoflip.c:
14725           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
14726           plus two minor macro fixes.
14727
14728 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14729
14730         * gst/matroska/matroska-demux.c:
14731         (gst_matroska_demux_check_subtitle_buffer),
14732         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14733         (gst_matroska_demux_subtitle_caps):
14734         * gst/matroska/matroska-ids.c:
14735         (gst_matroska_track_init_subtitle_context):
14736         * gst/matroska/matroska-ids.h:
14737           Try to fix up broken matroska files containing subtitle
14738           streams with non-UTF8 character encodings (courtesy of
14739           mkvmerge) using either the encoding specified in the
14740           GST_SUBTITLE_ENCODING environment variable or the
14741           current locale's character set if it is non-UTF8.
14742           Fixes #337076.
14743
14744 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14745
14746         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14747           Set image type from APIC frame as "image-type" field
14748           of GST_TAG_IMAGE buffer caps (#344605).
14749
14750 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14751
14752         * ext/flac/Makefile.am:
14753         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14754         (gst_flac_dec_reset_decoders),
14755         (gst_flac_dec_setup_seekable_decoder),
14756         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14757         (gst_flac_dec_metadata_callback),
14758         (gst_flac_dec_metadata_callback_seekable),
14759         (gst_flac_dec_metadata_callback_stream),
14760         (gst_flac_dec_error_callback),
14761         (gst_flac_dec_error_callback_seekable),
14762         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14763         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14764         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14765         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14766         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14767         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14768         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14769         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14770         (gst_flac_dec_sink_activate_push),
14771         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14772         * ext/flac/gstflacdec.h:
14773           Support chain-based operation, should make flac-over-DAAP
14774           work (#340492).
14775
14776 2006-06-20  Wim Taymans  <wim@fluendo.com>
14777
14778         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14779         Doc updates, merge some unused symbols.
14780
14781 2006-06-20  Wim Taymans  <wim@fluendo.com>
14782
14783         * docs/plugins/Makefile.am:
14784         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14785         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14786         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14787         * gst/rtsp/gstrtspsrc.c:
14788         * gst/rtsp/gstrtspsrc.h:
14789         Added documentation for the rtsp plugin. Fixes #345393.
14790
14791 2006-06-20  Wim Taymans  <wim@fluendo.com>
14792
14793         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14794         (rtsp_connection_close), (rtsp_connection_free):
14795         Use better G_OS_* macros. Fixes #345301 some more.
14796
14797 2006-06-20  Wim Taymans  <wim@fluendo.com>
14798
14799         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14800
14801         * sys/sunaudio/Makefile.am:
14802         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14803         * sys/sunaudio/gstsunaudiomixerctrl.c:
14804         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14805         (gst_sunaudiomixer_ctrl_list_tracks),
14806         (gst_sunaudiomixer_ctrl_get_volume),
14807         (gst_sunaudiomixer_ctrl_set_volume),
14808         (gst_sunaudiomixer_ctrl_set_mute),
14809         (gst_sunaudiomixer_ctrl_set_record):
14810         * sys/sunaudio/gstsunaudiomixerctrl.h:
14811         * sys/sunaudio/gstsunaudiomixertrack.c:
14812         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14813         * sys/sunaudio/gstsunaudiomixertrack.h:
14814         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14815         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14816         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14817         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14818         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14819         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14820         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14821         (gst_sunaudiosrc_reset):
14822         * sys/sunaudio/gstsunaudiosrc.h:
14823         Add a SunAudio source plugin.
14824         Support stereo and right/left channel gain in the mixer plugin.
14825         Support the RECORD flag so that you can switch between line-input and
14826         microphone in gnome-volume-control.
14827         Code cleanups like using an enumerator for track number instead of an 
14828         integer. Fixes #344923.
14829
14830 2006-06-20  Wim Taymans  <wim@fluendo.com>
14831
14832         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14833
14834         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14835         (rtsp_connection_close):
14836         Make RTSP plugin compile on windows. Fixes #345301.
14837         Some changes to original patch to catch errors better.
14838         use ifdef WIN32 instead of ifndef.
14839
14840 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14841
14842         * configure.ac:
14843         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14844
14845 2006-06-18  Edward Hervey  <edward@fluendo.com>
14846
14847         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14848         After a failed buffer alloc, we need to abort the jpeg decoding (it
14849         started when parsing headers to figure out how many bytes we need
14850         to request downstream).
14851
14852 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14853
14854         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14855
14856         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14857           Make sure we don't read beyond the end of the file (#345232).
14858
14859 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14860
14861         * configure.ac:
14862           Fix --disable-external (can't set conditionals conditionally,
14863           #343602).
14864
14865 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14866
14867         * autogen.sh:
14868         * configure.ac:
14869         * docs/Makefile.am:
14870           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
14871
14872         * docs/plugins/Makefile.am:
14873         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14874         * docs/plugins/inspect/plugin-taglib.xml:
14875           Add/fix apev2mux docs.
14876
14877 2006-06-14  Wim Taymans  <wim@fluendo.com>
14878
14879         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14880         (gst_dvdec_finalize), (gst_dvdec_sink_event),
14881         (gst_dvdec_change_state):
14882         Reset segment info on flush.
14883         Alloc segment in _init, free in _finalize.
14884
14885         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
14886         Don't send segments twice.
14887
14888 2006-06-14  Wim Taymans  <wim@fluendo.com>
14889
14890         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14891         Respect segment.stop. Fixes #342592.
14892
14893 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14894
14895         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
14896           No language specified means the implied language is English
14897           according to the matroska spec (partially fixes #344708);
14898           add some more debug output.
14899
14900 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14901
14902         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
14903         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
14904         (gst_wavparse_chain):
14905           When operating chain-based, don't make any assumptions about the
14906           chunking of the incoming data and make streaming work on days other
14907           than the second Thursday after a full moon. Also fix up debug
14908           messages here and there and make use of the most excellent new
14909           gst_pad_query_peer_duration() utility function.
14910           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
14911
14912         * gst/wavparse/gstwavparse.h:
14913           Remove trailing comma after last enum value, some compilers don't
14914           like that.
14915
14916 2006-06-13  Wim Taymans  <wim@fluendo.com>
14917
14918         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
14919         Handle premature EOS gracefully.
14920
14921 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
14922
14923         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14924           Prevent out of bounds array access when scrubbing towards
14925           the end of the file between the last index entry and the
14926           end. Fixes occasional 'start <= stop' newsegment event
14927           assertions when scrubbing in MJPEG files.
14928
14929 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14930
14931         * tests/check/elements/.cvsignore:
14932           And another one.
14933
14934 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14935
14936         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14937         (scan_encoded_string), (parse_picture_frame):
14938           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
14939
14940         * configure.ac:
14941           Require core >= 0.10.8 (for GST_TAG_IMAGE and
14942           GST_TAG_PPEVIEW_IMAGE used in the patch above).
14943
14944 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14945
14946         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
14947           gratuitous comment changes
14948         * tests/check/elements/level.c: (GST_START_TEST):
14949           fix level test leaks
14950
14951 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14952
14953         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
14954         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
14955           Use gst_pad_query_peer_duration() utility function here.
14956
14957 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14958
14959         * autogen.sh:
14960           require am17
14961         * configure.ac:
14962         * ext/annodex/Makefile.am:
14963         * ext/cdio/Makefile.am:
14964         * ext/dv/Makefile.am:
14965         * ext/esd/Makefile.am:
14966         * ext/flac/Makefile.am:
14967         * ext/gdk_pixbuf/Makefile.am:
14968         * ext/ladspa/Makefile.am:
14969         * ext/libcaca/Makefile.am:
14970         * ext/speex/Makefile.am:
14971         * ext/taglib/Makefile.am:
14972         * sys/oss/Makefile.am:
14973         * sys/sunaudio/Makefile.am:
14974         * sys/ximage/Makefile.am:
14975           clean up build further
14976
14977 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14978
14979         * gconf/Makefile.am:
14980           Honour --disable-schemas-install configure option. Fixes #344100.
14981
14982 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14983
14984         * tests/examples/level/Makefile.am:
14985           Add -lm to LIBS for pow() function, don't assume one of our
14986           dependencies (such as libxml-2.0) drags it in automatically
14987           (#343603).
14988
14989 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14990
14991         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
14992
14993         * configure.ac:
14994           We should use $SED and not $(SED) in configure.ac (#343678).
14995
14996 2006-06-09  Wim Taymans  <wim@fluendo.com>
14997
14998         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14999
15000         * sys/sunaudio/gstsunaudiomixerctrl.c:
15001         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15002         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15003         (gst_sunaudiomixer_ctrl_set_mute):
15004         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15005         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15006         (gst_sunaudiosink_write):
15007         Attached find a patch that fixes a number of bugs with the SunAudio
15008         mixer plugin and fixes #344101:
15009         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15010            tracks onto the tracklist causing gnome-volume-control's preferences
15011            dialog to be messed up and would core dump if you checked/unchecked
15012            any item.
15013         2. We weren't previously setting the MUTE flag properly.  Fixing this
15014            makes gnome-volume-control work better.
15015         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15016            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15017            gnome-volume-control look better.
15018         Also some minor cleanup in gstsunaudiosink.c.
15019
15020 2006-06-09  Wim Taymans  <wim@fluendo.com>
15021
15022         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15023         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15024         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15025         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15026         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15027         * ext/jpeg/gstjpegdec.h:
15028         API: Added IDCT method property
15029         Small cleanups.
15030         Avoid dynamic allocation of trivial fixed structure.
15031         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15032
15033 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15034
15035         * configure.ac:
15036         We now require libraw1394 >= 1.1.0 and that version onwards all
15037         have .pc files.
15038
15039 2006-06-02  Edward Hervey  <edward@fluendo.com>
15040
15041         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15042         Trying to get items from an ANY or EMPTY caps is ... stupid.
15043
15044 2006-06-02  Edward Hervey  <edward@fluendo.com>
15045
15046         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15047         (gst_dvdec_chain), (gst_dvdec_change_state):
15048         * ext/dv/gstdvdec.h:
15049         Added GstSegment handling, now implements dropping/clipping.
15050
15051 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15052
15053         * ext/aalib/gstaasink.h:
15054         * ext/annodex/gstcmmldec.h:
15055         * ext/cairo/gsttimeoverlay.h:
15056         * ext/dv/gstdvdec.h:
15057         * ext/dv/gstdvdemux.h:
15058         * ext/esd/esdmon.h:
15059         * ext/esd/esdsink.h:
15060         * ext/flac/gstflacenc.h:
15061         * ext/gconf/gstgconfaudiosink.h:
15062         * ext/gconf/gstgconfaudiosrc.h:
15063         * ext/gconf/gstgconfvideosink.h:
15064         * ext/gconf/gstgconfvideosrc.h:
15065         * ext/gdk_pixbuf/gstgdkanimation.h:
15066         * ext/gdk_pixbuf/pixbufscale.h:
15067         * ext/hal/gsthalaudiosink.h:
15068         * ext/hal/gsthalaudiosrc.h:
15069         * ext/jpeg/gstjpegenc.h:
15070         * ext/jpeg/gstsmokedec.h:
15071         * ext/jpeg/gstsmokeenc.h:
15072         * ext/libcaca/gstcacasink.h:
15073         * ext/libmng/gstmngdec.h:
15074         * ext/libmng/gstmngenc.h:
15075         * ext/libpng/gstpngdec.h:
15076         * ext/libpng/gstpngenc.h:
15077         * ext/raw1394/gstdv1394src.h:
15078         * ext/speex/gstspeexenc.h:
15079         * gst/autodetect/gstautoaudiosink.h:
15080         * gst/autodetect/gstautovideosink.h:
15081         * gst/avi/gstavidemux.h:
15082         * gst/cutter/gstcutter.h:
15083         * gst/debug/efence.h:
15084         * gst/debug/gstnavigationtest.h:
15085         * gst/debug/gstnavseek.h:
15086         * gst/flx/gstflxdec.h:
15087         * gst/goom/gstgoom.h:
15088         * gst/icydemux/gsticydemux.h:
15089         * gst/id3demux/gstid3demux.h:
15090         * gst/law/alaw-decode.h:
15091         * gst/law/alaw-encode.h:
15092         * gst/law/mulaw-decode.h:
15093         * gst/law/mulaw-encode.h:
15094         * gst/matroska/matroska-mux.h:
15095         * gst/median/gstmedian.h:
15096         * gst/oldcore/gstaggregator.h:
15097         * gst/oldcore/gstfdsink.h:
15098         * gst/oldcore/gstmd5sink.h:
15099         * gst/oldcore/gstmultifilesrc.h:
15100         * gst/oldcore/gstpipefilter.h:
15101         * gst/oldcore/gstshaper.h:
15102         * gst/oldcore/gststatistics.h:
15103         * gst/rtp/gstasteriskh263.h:
15104         * gst/rtp/gstrtpL16depay.h:
15105         * gst/rtp/gstrtpL16pay.h:
15106         * gst/rtp/gstrtpamrdepay.h:
15107         * gst/rtp/gstrtpamrpay.h:
15108         * gst/rtp/gstrtpdepay.h:
15109         * gst/rtp/gstrtpgsmdepay.h:
15110         * gst/rtp/gstrtpgsmpay.h:
15111         * gst/rtp/gstrtph263pay.h:
15112         * gst/rtp/gstrtph263pdepay.h:
15113         * gst/rtp/gstrtph263ppay.h:
15114         * gst/rtp/gstrtpmp4gpay.h:
15115         * gst/rtp/gstrtpmp4vdepay.h:
15116         * gst/rtp/gstrtpmp4vpay.h:
15117         * gst/rtp/gstrtpmpadepay.h:
15118         * gst/rtp/gstrtpmpapay.h:
15119         * gst/rtp/gstrtppcmadepay.h:
15120         * gst/rtp/gstrtppcmapay.h:
15121         * gst/rtp/gstrtppcmudepay.h:
15122         * gst/rtp/gstrtppcmupay.h:
15123         * gst/rtp/gstrtpspeexdepay.h:
15124         * gst/rtp/gstrtpspeexpay.h:
15125         * gst/rtsp/gstrtpdec.h:
15126         * gst/rtsp/gstrtspsrc.h:
15127         * gst/smpte/gstsmpte.h:
15128         * gst/udp/gstdynudpsink.h:
15129         * gst/udp/gstmultiudpsink.h:
15130         * gst/udp/gstudpsink.h:
15131         * gst/udp/gstudpsrc.h:
15132         * gst/videofilter/gstvideobalance.h:
15133         * gst/videofilter/gstvideoflip.h:
15134         * sys/oss/gstossdmabuffer.h:
15135         * sys/oss/gstossmixerelement.h:
15136         * sys/oss/gstosssink.h:
15137         * sys/oss/gstosssrc.h:
15138         * sys/osxvideo/osxvideosink.h:
15139         * sys/sunaudio/gstsunaudiomixer.h:
15140         * sys/sunaudio/gstsunaudiosink.h:
15141         * sys/ximage/gstximagesrc.h:
15142         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15143
15144 2006-05-31  Wim Taymans  <wim@fluendo.com>
15145
15146         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15147         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15148         (gst_goom_src_setcaps), (gst_goom_src_event),
15149         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15150         (gst_goom_change_state):
15151         * gst/goom/gstgoom.h:
15152         Handle QoS.
15153         Handle flushing, discont and events.
15154         Fix timestamps and various other cleanups.
15155
15156 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15157
15158         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15159         Fix bus reset when using libiec61883
15160
15161 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15162
15163         * configure.ac:
15164         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15165         * ext/raw1394/Makefile.am:
15166         Add CFLAGS.
15167         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15168         New method, to receive using libiec61883.
15169         (gst_dv1394src_iso_receive),
15170         #ifdef'd out if libiec61883 is present.
15171         (gst_dv1394src_bus_reset),
15172         Get userdata correctly if using libiec61883. 
15173         (gst_dv1394src_create),
15174         When using libiec61883, only poll one fd and no need to read.
15175         (gst_dv1394src_discover_avc_node),
15176         Replace g_warnings.
15177         (gst_dv1394src_start),
15178         Create new handle when we know which dv port.  More reliable
15179         than setting port on an existing handle.  Initialise libiec61883.
15180         (gst_dv1394src_stop):
15181         If using libiec61883, then cleanup its handle properly.
15182         * ext/raw1394/gstdv1394src.h:
15183         Add libiec61883 handle.
15184
15185 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15186
15187         * gst/avi/gstavidemux.c:
15188           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15189         * win32/MANIFEST:
15190           sort file listing
15191         * win32/vs6/libgstavi.dsp:
15192           add gstavimux.c to the project
15193         * win32/vs6/libgstid3demux.dsp:
15194           add link to zlib library
15195         * win32/vs6/libgstmatroska.dsp:
15196           add matroska-ids.c to the project
15197
15198 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15199
15200         Patch by: Sebastian Dröge  <mail at slomosnail de >
15201
15202         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15203         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15204         * ext/taglib/Makefile.am:
15205         * ext/taglib/gstapev2mux.cc:
15206         * ext/taglib/gstapev2mux.h:
15207         * ext/taglib/gstid3v2mux.cc:
15208         * ext/taglib/gsttaglibmux.c: (plugin_init):
15209         * ext/taglib/gsttaglibmux.h:
15210           Add apev2mux element (#343122).
15211         
15212         * tests/check/Makefile.am:
15213         * tests/check/elements/apev2mux.c:
15214         (test_taglib_apev2mux_create_tags),
15215         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15216         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15217         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15218         (apev2mux_suite), (main):
15219           Add unit test for apev2mux element.
15220
15221 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15222
15223         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15224         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15225         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15226           GST_PTR_FORMAT should be used to print caps in debug statements.
15227
15228 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15229
15230         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15231
15232         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15233         (ape_demux_parse_tags):
15234           Some clean-ups and additions: map APE 'file' tag to
15235           GST_TAG_LOCATION (#343123); add support for extracting
15236           the track count and clean up parsing a bit (#343127).
15237
15238 2006-05-28  Edward Hervey  <edward@fluendo.com>
15239
15240         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15241         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15242
15243 2006-05-28  Edward Hervey  <edward@fluendo.com>
15244
15245         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15246         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15247         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15248         * ext/jpeg/gstjpegdec.h:
15249         Clip outgoing buffers according to currently configured segment.
15250
15251 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15252
15253         * ext/taglib/gstid3v2mux.cc:
15254           Handle  writing of track-count or album-volume-count without
15255           track-number or albume-volume-number (in this case the number
15256           will just be set to 0).
15257
15258         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15259           It would be nice if we actually checked the values received for
15260           track/album-volume number/count in  _check_tags(), rather than
15261           setting them again ...
15262
15263 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15264
15265         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15266           A track/volume number or count of 0 does not make sense,
15267           just ignore it along with negative numbers (a tag might
15268           only contain a track count without a track number).
15269
15270 2006-05-27  Edward Hervey  <edward@fluendo.com>
15271
15272         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15273         (gst_jpeg_dec_sink_event):
15274         Abort decompression when receiving FLUSH_STOP. This should avoid
15275         issues when interrupting decoding with flushes.
15276
15277 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15278
15279         * ext/flac/gstflac.c:
15280           Don't #include file we don't dist any longer.
15281
15282 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15283
15284         * README:
15285           Replace current README (containing the release notes from
15286           some 0.9.x version) with a proper README taken from the core.
15287
15288 2006-05-24  Wim Taymans  <wim@fluendo.com>
15289
15290         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15291         Implement EOS correctly by either posting
15292         SEGMENT_DONE or pushing an EOS message depending
15293         on the seek type. Fixes #342592
15294
15295 2006-05-24  Wim Taymans  <wim@fluendo.com>
15296
15297         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15298         * gst/law/alaw-decode.h:
15299         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15300         * gst/law/alaw-encode.h:
15301         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15302         * gst/law/mulaw-decode.h:
15303         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15304         * gst/law/mulaw-encode.h:
15305         Some cleanups in the chain functions.
15306         Remove some GStreamer 0.0.2 bits.
15307
15308 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15309
15310         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15311
15312         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15313           gst_collect_pads_stop() needs to be called before chaining up
15314           to the parent class (#342734).
15315
15316 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15317
15318         * ext/flac/Makefile.am:
15319         * ext/flac/flac_compat.h:
15320         * ext/flac/gstflac.c:
15321         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15322         * ext/flac/gstflacenc.c:
15323           Remove backwards compatibility cruft for dealing with FLAC API
15324           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15325
15326 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15327
15328         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15329         (gst_matroska_demux_push_xiph_codec_priv_data),
15330         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15331         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15332         * gst/matroska/matroska-ids.h:
15333         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15334         (gst_matroska_mux_video_pad_setcaps),
15335         (xiph3_streamheader_to_codecdata),
15336         (vorbis_streamheader_to_codecdata),
15337         (theora_streamheader_to_codecdata),
15338         (gst_matroska_mux_audio_pad_setcaps),
15339         (gst_matroska_mux_write_data):
15340           Add support for muxing/demuxing theora video (#342448; too bad
15341           none of the usual linux players can actually play this). Playback
15342           in GStreamer will require additional changes to theoradec in -base.
15343           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15344           cleanups.
15345
15346 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15347
15348         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15349         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15350           Fix crashes when the horizontal subsampling is 1.
15351           Fixes #342097.
15352
15353 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15354
15355         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15356
15357         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15358         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15359         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15360         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15361         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15362         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15363         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15364         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15365         (gst_avi_mux_change_state):
15366         * gst/avi/gstavimux.h:
15367           Some enhancements for avimux (#342526):
15368            - add odml (large file) index support
15369            - store codec init data (e.g. huffyuv)
15370            - miscellaneous other fixes/cleanups
15371
15372 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15373
15374         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15375         Don't output any tag when we encounter a negative track number - the
15376         tag type is uint, so we end up outputting huge positive numbers
15377         instead. (Fixes: #342029)
15378
15379 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15380
15381         * configure.ac:
15382           update for new GSTPB_PLUGINS_DIR
15383
15384 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15385
15386         * rtp/gst/gstrtph263pay.c:
15387         Properly set static caps for H263 at 34.
15388
15389 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15390
15391         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15392
15393         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15394           Merge event tags and tag setter tags correctly (#339918). Also,
15395           don't leak taglist in case of an error.
15396           
15397 2006-05-17  Edward Hervey  <edward@fluendo.com>
15398
15399         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15400         We can only do caps intersection if the othercaps are non-empty and not
15401         ANY. Else we return the pad template (base_caps).
15402
15403 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15404
15405         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15406           Fix crash when outputting debugging information for certain
15407           pictures (always good to use the right struct member for
15408           the number of records in an array).
15409
15410 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15411
15412         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15413
15414         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15415         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15416         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15417         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15418         (gst_ebml_read_float), (gst_ebml_read_ascii),
15419         (gst_ebml_read_binary):
15420           Don't create unnecessary sub-buffers all the time. Dramatically
15421           improves performance with multiple concurrently running
15422           matroskademux instances (#341818) (and avoids doing
15423           unnecessarily inefficient things in the general case).
15424
15425 2006-05-16  Edward Hervey  <edward@fluendo.com>
15426
15427         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15428         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15429         return value of gst_pad_push_event().
15430
15431 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15432
15433         * gst/autodetect/gstautoaudiosink.c:
15434         (gst_auto_audio_sink_find_best):
15435         * gst/autodetect/gstautovideosink.c:
15436         (gst_auto_video_sink_find_best):
15437         Make the name of the child element be based on the name of the
15438         parent, so that debug output is more useful.
15439         
15440         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15441         (parse_insert_string_field), (parse_split_strings):
15442         Rework string parsing to always walk over BOM markers in UTF16
15443         strings, using the endianness indicated by the innermost one,
15444         then trying the opposite endianness if that fails to convert
15445         to valid UTF-8. Fixes #341774
15446
15447 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15448
15449         Patch from: Matthieu <matthieu at fluendo dot com>
15450
15451         * ext/libpng/Makefile.am:
15452         Add LIBPNG_CFLAGS.
15453
15454 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15455
15456         * ext/taglib/gstid3v2mux.cc:
15457           Add support for writing images (APIC frames) into ID3v2
15458           tags (picture type always set to 'other' for now though).
15459
15460 2006-05-14  Michael Smith  <msmith@fluendo.com>
15461
15462         * gst/wavparse/gstwavparse.c:
15463           Update docs; wavparse implements push and pull modes.
15464
15465 2006-05-12  Wim Taymans  <wim@fluendo.com>
15466
15467         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15468         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15469         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15470         Ooops, bitten by the copy-and-paste design paradigm, fixes
15471         seek again.
15472
15473 2006-05-12  Wim Taymans  <wim@fluendo.com>
15474
15475         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15476         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15477         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15478         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15479         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15480         (gst_avi_demux_massage_index),
15481         (gst_avi_demux_calculate_durations_from_index),
15482         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15483         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15484         (gst_avi_demux_loop):
15485         * gst/avi/gstavidemux.h:
15486         Some cleanups, prepare to use GstSegment.
15487         Fix error in entry walking code.
15488         Fix VBR detection.
15489         Smarter timestamp calculation code.
15490         Uniform error/eos handling.
15491
15492 2006-05-12  Michael Smith  <msmith@fluendo.com>
15493
15494         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15495         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15496           Fix use of uninitialised values if we're NOT seeking in ready.
15497           Fix typos.
15498
15499 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15500
15501         * gst/wavparse/Makefile.am:
15502           Add CFLAGS and LIBS for libgstbase, fixes build on
15503           Cygwin (#341489).
15504
15505 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15506
15507         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15508           Some more debug info. No need to check whether the string
15509           returned by g_convert() is really UTF-8 - either it is or
15510           we get NULL returned.
15511
15512 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15513
15514         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15515           Fix parsing of numeric genre strings some more, by ensuring that
15516           we only try and parse strings that a) Start with '(' and b) Consist
15517           only of digits.
15518           Also, when finding an escaping '((' sequence, bust it back to '(' by
15519           swallowing the first parenthesis
15520
15521 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15522
15523         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15524         (gst_esdsink_open), (gst_esdsink_close):
15525         * ext/esd/esdsink.h:
15526           Move the esd_get_server_info() into gst_esdsink_open() and fail
15527           with a decent error message on errors.
15528
15529 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15530
15531         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15532         (gst_esdmon_channels_get_type):
15533         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15534         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15535         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15536         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15537         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15538         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15539         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15540         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15541         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15542         * gst/videomixer/videomixer.c:
15543         (gst_video_mixer_background_get_type):
15544           Const-ify GEnumValue arrays.
15545
15546 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15547
15548         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15549
15550         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15551         (gst_avi_mux_do_video_buffer):
15552           Work around gst_buffer_make_metadata_writable() bug that
15553           results in avimux marking all frames in the index as
15554           keyframes (#340859).
15555           
15556 2006-05-08  Wim Taymans  <wim@fluendo.com>
15557
15558         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15559         Make parsing of urls suck slightly less.
15560
15561 2006-05-08  Edward Hervey  <edward@fluendo.com>
15562
15563         * autogen.sh: (CONFIGURE_DEF_OPT): 
15564         libtoolize on Darwin/MacOSX is called glibtoolize.
15565
15566 2006-05-08  Wim Taymans  <wim@fluendo.com>
15567
15568         Patch by: Jens Granseuer <jensgr at gmx dot net>
15569
15570         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15571         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15572         C89 compliance fixes. Fixes #340980
15573
15574 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
15575
15576         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15577         * ext/flac/gstflacdec.h:
15578           Handle segment seeks that include the end of the file as stop point
15579           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
15580           message instead of an EOS event in case we're in segment seek
15581           mode (fixes #340699).
15582           
15583 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
15584
15585         * ext/cairo/gsttextoverlay.c:
15586         * ext/flac/gstflacdec.c:
15587         * ext/gdk_pixbuf/pixbufscale.c:
15588         * gst/apetag/gstapedemux.c:
15589         * gst/debug/breakmydata.c:
15590         * gst/debug/testplugin.c:
15591         * gst/matroska/ebml-write.c:
15592         * gst/multipart/multipartdemux.c:
15593         * sys/osxaudio/gstosxaudiosink.c:
15594         * sys/osxaudio/gstosxaudiosrc.c:
15595         Add semicolons after GST_BOILERPLATE[_FULL] so that
15596         indent doesn't mess up following lines.
15597
15598 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
15599
15600         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15601
15602         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
15603           Don't leak caps when freeing the stream context (#340623).
15604
15605 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
15606
15607         * configure.ac:
15608           Back to CVS
15609
15610 === release 0.10.3 ===
15611
15612 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
15613
15614         * configure.ac:
15615           releasing 0.10.3, "Desplazado"
15616
15617 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15618
15619         * gst/matroska/matroska-mux.c:
15620         (gst_matroska_mux_stream_is_vorbis_header),
15621         (gst_matroska_mux_write_data):
15622           Don't strcmp() NULL strings.
15623           Only start new clusters on video keyframes, not on any
15624           random audio buffer that doesn't have the DELTA_UNIT
15625           flag set (fixes 'make check' again).
15626
15627 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15628
15629         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15630
15631         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15632         (gst_matroska_mux_stream_is_vorbis_header),
15633         (gst_matroska_mux_write_data):
15634           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
15635           value and then dead-lock when muxing vorbis audio streams
15636           (the three vorbis header buffers carry no timestamp, and it
15637           would try to mux these after all video buffers). Fixes #340346.
15638
15639           Improve clustering: start a new cluster also whenever we get
15640           a keyframe.     
15641
15642 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15643
15644         * win32/common/config.h:
15645         * win32/MANIFEST
15646           add the generated file as well
15647
15648 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15649
15650         * Makefile.am:
15651         * configure.ac:
15652         * win32/common/config.h.in:
15653           add win32 stuff
15654
15655 2006-05-03  Michael Smith  <msmith@fluendo.com>
15656
15657         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
15658           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
15659           SUCKS.
15660
15661 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15662
15663         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15664         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15665         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15666           don't leak caps-string
15667
15668 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15669
15670         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15671         (gst_id3demux_sink_activate):
15672           Let core insert default error message for TYPE_NOT_FOUND
15673           errors, it's just as good as our own and has the added
15674           bonus of being translated.
15675
15676 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15677
15678         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
15679         (gst_tag_demux_sink_event):
15680         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
15681         (gst_id3demux_sink_event):
15682           Post an error message when we get an EOS event and were not
15683           able to find out the type of stream.
15684
15685         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
15686         (test_taglib_id3mux_with_tags):
15687           Decrease num-buffers to 16 per iteration again, otherwise the
15688           many memcpy()s and reallocations in the test will hammer slow
15689           CPUs completely and make the test timeout.
15690
15691 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15692
15693         * configure.ac:
15694           figure out where plugins-base plugins are
15695         * tests/check/Makefile.am:
15696           use plugins-base plugins, so we have typefind functions
15697         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
15698           increase num-buffers, this makes sure the test errors out instead
15699           of timing out when no typefind functions are present
15700
15701 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15702
15703         * docs/plugins/Makefile.am:
15704           also check .cc files for gtk-doc markup
15705         * configure.ac:
15706         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15707         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15708         * tests/check/Makefile.am:
15709         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
15710         * ext/Makefile.am:
15711         * ext/taglib/Makefile.am:
15712         * ext/taglib/gstid3v2mux.h:
15713         * ext/taglib/gsttaglibmux.c:
15714         * ext/taglib/gsttaglibmux.h:
15715           move taglib-based id3v2muxer to -good.  Fixes #336110.
15716
15717 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15718
15719         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15720           ... and fix multichannel/WAVFORMATEX support again.
15721
15722 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
15723
15724         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15725         (gst_wavparse_class_init), (gst_wavparse_dispose),
15726         (gst_wavparse_reset), (gst_wavparse_init),
15727         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
15728         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
15729         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15730         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15731         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15732         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15733         (gst_wavparse_stream_data), (gst_wavparse_loop),
15734         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15735         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15736         (gst_wavparse_change_state), (plugin_init):
15737         * gst/wavparse/gstwavparse.h:
15738           Add push (streaming) mode to wavparse (fixes #337625)
15739
15740 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15741
15742         * configure.ac:
15743         * tests/Makefile.am:
15744           add ximagesrc icles test
15745
15746 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15747
15748         * configure.ac:
15749         * docs/plugins/Makefile.am:
15750         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15751         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15752         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15753         (gst_cmml_enc_push_clip):
15754         * sys/Makefile.am:
15755         * sys/ximage/Makefile.am:
15756         * sys/ximage/gstximagesrc.c:
15757           Move ximagesrc plug-in to good after review.  Fixes #336756.
15758
15759 2006-04-28  Michael Smith  <msmith@fluendo.com>
15760
15761         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15762         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15763         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15764         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15765         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15766         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15767         * gst/icydemux/gsticydemux.h:
15768           Fix event handling: cache events when typefinding and forward later.
15769
15770 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15771
15772         * sys/osxaudio/gstosxaudiosink.c:
15773         (plugin_init):
15774          Register osxaudiosrc to the plugin.
15775         * sys/osxaudio/gstosxaudiosrc.c:
15776         (gst_osx_audio_src_osxelement_do_init),
15777         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15778         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15779         (gst_osx_audio_src_get_property),
15780         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15781         (gst_osx_audio_src_osxelement_init):
15782         * sys/osxaudio/gstosxaudiosrc.h:
15783           Port of osxaudiosrc to 0.10.
15784         * sys/osxaudio/Makefile.am:
15785           Add osxaudiosrc
15786
15787 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15788
15789         * sys/osxaudio/gstosxringbuffer.c:
15790         * sys/osxaudio/gstosxringbuffer.h:
15791           Forgot to commit earlier, part of the OSX audio plugin port
15792
15793 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15794
15795         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15796         (parse_split_strings):
15797           Recognise and skip any byte order marker (BOM) in
15798           UTF-16 strings.
15799
15800 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15801
15802         * docs/plugins/Makefile.am:
15803         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15804         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15805         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15806         * docs/plugins/inspect/plugin-avi.xml:
15807         * gst/avi/gstavidemux.c:
15808         * gst/avi/gstavimux.c:
15809           Add docs for both avidemux and avimux.
15810
15811 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15812
15813         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15814
15815         * gst/avi/Makefile.am:
15816         * gst/avi/gstavi.c: (plugin_init):
15817         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15818         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15819         (gst_avi_mux_class_init), (gst_avi_mux_init),
15820         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15821         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15822         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15823         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15824         (gst_avi_mux_riff_get_avix_header),
15825         (gst_avi_mux_riff_get_video_header),
15826         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15827         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15828         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15829         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15830         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15831         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15832         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15833         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15834         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15835         (gst_avi_mux_change_state):
15836         * gst/avi/gstavimux.h:
15837           Port AVI muxer to GStreamer-0.10 (#332031).
15838
15839         * tests/check/Makefile.am:
15840         * tests/check/elements/avimux.c:
15841         * tests/check/elements/.cvsignore:
15842           Add unit test for AVI muxer.
15843
15844 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15845
15846         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15847         (gst_wavparse_class_init), (gst_wavparse_reset),
15848         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15849         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15850         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15851         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15852         (gst_wavparse_stream_data), (gst_wavparse_loop),
15853         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15854         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15855         (plugin_init):
15856         * gst/wavparse/gstwavparse.h:
15857           reverted patch #337625 for the price of 1 hour sleep
15858
15859 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15860
15861         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15862         (gst_wavparse_class_init), (gst_wavparse_reset),
15863         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15864         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
15865         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15866         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15867         (gst_wavparse_stream_data), (gst_wavparse_loop),
15868         (gst_wavparse_chain), (plugin_init):
15869         * gst/wavparse/gstwavparse.h:
15870           correct partial implementation of push mode
15871           (from my last commit)
15872
15873 2006-04-26  Wim Taymans  <wim@fluendo.com>
15874
15875         * ext/esd/esdsink.c:
15876         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
15877         it is not in esd.h
15878
15879 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
15880
15881         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
15882         (gst_au_parse_class_init), (gst_au_parse_init),
15883         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
15884         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
15885         (gst_au_parse_chain), (gst_au_parse_src_convert),
15886         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
15887         (gst_au_parse_sink_event), (gst_au_parse_src_event),
15888         (gst_au_parse_change_state):
15889         * gst/auparse/gstauparse.h:
15890           Rewrite auparse to suck a little bit less: make source pad
15891           dynamic, so decodebin/playbin work with non-raw formats
15892           like alaw/mulaw; add query function for duration/position
15893           queries; check whether we have enough data before attempting
15894           to parse the header (instead of crashing when that is not the
15895           case); work around audioconvert sucking by swapping endianness
15896           to the native endianness ourselves for float formats; send
15897           initial newsegment event. Fixes #161712.
15898
15899 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15900
15901         * sys/osxaudio/Makefile.am:
15902         * sys/osxaudio/gstosxaudioelement.c:
15903         (gst_osx_audio_element_get_type),
15904         (gst_osx_audio_element_class_init):
15905         * sys/osxaudio/gstosxaudioelement.h:
15906         * sys/osxaudio/gstosxaudiosink.c:
15907         (gst_osx_audio_sink_osxelement_do_init),
15908         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
15909         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
15910         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
15911         (gst_osx_audio_sink_create_ringbuffer),
15912         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
15913         (plugin_init):
15914         * sys/osxaudio/gstosxaudiosink.h:
15915         Port of osxaudiosink to 0.10
15916
15917 2006-04-26  Wim Taymans  <wim@fluendo.com>
15918
15919         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
15920         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
15921         the size of the ringbuffer. This should fix hangs with older 
15922         esd sound servers.
15923
15924 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15925
15926         * ext/aalib/gstaasink.c:
15927         * ext/annodex/gstcmmldec.c:
15928         * ext/annodex/gstcmmlenc.c:
15929         * ext/cairo/gsttextoverlay.c:
15930         * ext/cairo/gsttimeoverlay.c:
15931         * ext/cdio/gstcdiocddasrc.c:
15932         * ext/dv/gstdvdec.c:
15933         * ext/dv/gstdvdemux.c:
15934         * ext/esd/esdmon.c:
15935         * ext/esd/esdsink.c:
15936         * ext/flac/gstflacenc.c:
15937         * ext/flac/gstflactag.c:
15938         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15939         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15940         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15941         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15942         * ext/gdk_pixbuf/pixbufscale.c:
15943         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15944         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15945         * ext/jpeg/gstjpegdec.c:
15946         * ext/jpeg/gstjpegenc.c:
15947         * ext/jpeg/gstsmokedec.c:
15948         * ext/jpeg/gstsmokeenc.c:
15949         * ext/libcaca/gstcacasink.c:
15950         * ext/libmng/gstmngdec.c:
15951         * ext/libmng/gstmngenc.c:
15952         * ext/libpng/gstpngdec.c:
15953         * ext/libpng/gstpngenc.c:
15954         * ext/mikmod/gstmikmod.c:
15955         * ext/raw1394/gstdv1394src.c:
15956         * ext/shout2/gstshout2.c: (gst_shout2send_init):
15957         * ext/shout2/gstshout2.h:
15958         * ext/speex/gstspeexdec.c:
15959         * ext/speex/gstspeexenc.c:
15960         * gst/alpha/gstalpha.c:
15961         * gst/alpha/gstalphacolor.c:
15962         * gst/apetag/gstapedemux.c:
15963         * gst/auparse/gstauparse.c:
15964         * gst/autodetect/gstautoaudiosink.c:
15965         (gst_auto_audio_sink_base_init):
15966         * gst/autodetect/gstautovideosink.c:
15967         (gst_auto_video_sink_base_init):
15968         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
15969         * gst/avi/gstavimux.c: (gst_avimux_base_init):
15970         * gst/cutter/gstcutter.c:
15971         * gst/debug/breakmydata.c:
15972         * gst/debug/efence.c:
15973         * gst/debug/gstnavigationtest.c:
15974         * gst/debug/gstnavseek.c:
15975         * gst/debug/negotiation.c:
15976         * gst/debug/progressreport.c:
15977         * gst/debug/testplugin.c:
15978         * gst/effectv/gstaging.c:
15979         * gst/effectv/gstdice.c:
15980         * gst/effectv/gstedge.c:
15981         * gst/effectv/gstquark.c:
15982         * gst/effectv/gstrev.c:
15983         * gst/effectv/gstshagadelic.c:
15984         * gst/effectv/gstvertigo.c:
15985         * gst/effectv/gstwarp.c:
15986         * gst/flx/gstflxdec.c:
15987         * gst/goom/gstgoom.c:
15988         * gst/icydemux/gsticydemux.c:
15989         * gst/id3demux/gstid3demux.c:
15990         * gst/interleave/deinterleave.c:
15991         * gst/interleave/interleave.c:
15992         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
15993         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
15994         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
15995         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
15996         * gst/level/gstlevel.c:
15997         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
15998         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
15999         * gst/median/gstmedian.c:
16000         * gst/monoscope/gstmonoscope.c:
16001         * gst/multipart/multipartdemux.c:
16002         * gst/multipart/multipartmux.c:
16003         * gst/oldcore/gstaggregator.c:
16004         * gst/oldcore/gstfdsink.c:
16005         * gst/oldcore/gstmd5sink.c:
16006         * gst/oldcore/gstmultifilesrc.c:
16007         * gst/oldcore/gstpipefilter.c:
16008         * gst/oldcore/gstshaper.c:
16009         * gst/oldcore/gststatistics.c:
16010         * gst/rtp/gstasteriskh263.c:
16011         * gst/rtp/gstrtpL16depay.c:
16012         * gst/rtp/gstrtpL16pay.c:
16013         * gst/rtp/gstrtpamrdepay.c:
16014         * gst/rtp/gstrtpamrpay.c:
16015         * gst/rtp/gstrtpdepay.c:
16016         * gst/rtp/gstrtpgsmpay.c:
16017         * gst/rtp/gstrtph263pay.c:
16018         * gst/rtp/gstrtph263pdepay.c:
16019         * gst/rtp/gstrtph263ppay.c:
16020         * gst/rtp/gstrtpilbcdepay.c:
16021         * gst/rtp/gstrtpmp4gpay.c:
16022         * gst/rtp/gstrtpmp4vdepay.c:
16023         * gst/rtp/gstrtpmp4vpay.c:
16024         * gst/rtp/gstrtpmpadepay.c:
16025         * gst/rtp/gstrtpmpapay.c:
16026         * gst/rtp/gstrtppcmadepay.c:
16027         * gst/rtp/gstrtppcmapay.c:
16028         * gst/rtp/gstrtppcmudepay.c:
16029         * gst/rtp/gstrtppcmupay.c:
16030         * gst/rtp/gstrtpspeexdepay.c:
16031         * gst/rtp/gstrtpspeexpay.c:
16032         * gst/rtsp/gstrtpdec.c:
16033         * gst/rtsp/gstrtspsrc.c:
16034         * gst/smpte/gstsmpte.c:
16035         * gst/udp/gstdynudpsink.c:
16036         * gst/udp/gstmultiudpsink.c:
16037         * gst/udp/gstudpsink.c:
16038         * gst/udp/gstudpsrc.c:
16039         * gst/videobox/gstvideobox.c:
16040         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16041         * gst/videofilter/gstvideobalance.c:
16042         * gst/videofilter/gstvideoflip.c:
16043         * gst/videofilter/gstvideotemplate.c:
16044         (gst_videotemplate_base_init):
16045         * gst/videomixer/videomixer.c:
16046         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16047         (gst_wavparse_class_init), (gst_wavparse_dispose),
16048         (gst_wavparse_reset), (gst_wavparse_init),
16049         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16050         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16051         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16052         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16053         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16054         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16055         (gst_wavparse_change_state):
16056         * gst/wavparse/gstwavparse.h:
16057         * sys/oss/gstossmixerelement.c:
16058         * sys/oss/gstosssink.c:
16059         * sys/oss/gstosssrc.c:
16060         * sys/osxaudio/gstosxaudioelement.c:
16061         * sys/osxaudio/gstosxaudiosink.c:
16062         * sys/osxaudio/gstosxaudiosrc.c:
16063         * sys/sunaudio/gstsunaudiomixer.c:
16064         * sys/sunaudio/gstsunaudiosink.c:
16065           Define GstElementDetails as const and also static (when defined as
16066           global)
16067
16068 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16069
16070         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16071           Source pad has fixed caps. If we don't set this, bad
16072           things happen when the window is resized.
16073
16074 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16075
16076         * gst/matroska/Makefile.am:
16077         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16078         (gst_matroska_demux_handle_src_event):
16079         * gst/matroska/matroska-ids.c:
16080         (gst_matroska_track_init_video_context),
16081         (gst_matroska_track_init_audio_context),
16082         (gst_matroska_track_init_subtitle_context),
16083         (gst_matroska_track_init_complex_context):
16084         * gst/matroska/matroska-ids.h:
16085           Handle case where the TrackType ebml chunk does not come before the
16086           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16087           events.
16088
16089 2006-04-25  Wim Taymans  <wim@fluendo.com>
16090
16091         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16092         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16093         It's codec_data, not codec_info.
16094
16095 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16096
16097         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16098
16099         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16100           Handle codec_data for VfW compatibility codec IDs (#339451)
16101
16102         * gst/matroska/matroska-mux.c:
16103         (gst_matroska_mux_video_pad_setcaps):
16104           Same here, handle codec_data and add additional caps we can handle
16105           now to the pad template (huffyuv, dv and h263 video) (#339451)
16106
16107 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16108
16109         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16110
16111         * gst/matroska/matroska-mux.c:
16112         (gst_matroska_mux_create_buffer_header),
16113         (gst_matroska_mux_write_data):
16114           Fix timestamping of B-frames, use signed integers, do
16115           some rounding (#339678).
16116
16117 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16118
16119         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16120         just make it compile with --disable-gst-debug.
16121
16122 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16123
16124         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16125         Fix a bad conversion using gst_guint64_to_gdouble.
16126         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16127         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16128         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16129     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16130         mistake.
16131
16132 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16133
16134         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16135         Use gst_guint64_to_gdouble for conversions
16136         * win32/vs6/gst_plugins_good.dsw:
16137         * win32/vs6/libgsticydemux.dsp:
16138         Add a project file for icydemux
16139
16140 2006-04-21  Wim Taymans  <wim@fluendo.com>
16141
16142         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16143
16144         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16145         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16146         When splitting audio chunks, the block alignment is not taken in
16147         consideration, so the smaller chunks could be of size which is 
16148         not a multiple of the block alignment. Fixes #336904
16149
16150 2006-04-21  Wim Taymans  <wim@fluendo.com>
16151
16152         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16153         Use scale functions
16154
16155 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16156
16157         * ext/dv/gstdv.c: (plugin_init):
16158           Fix build.
16159
16160 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16161
16162         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16163         (gst_progress_report_class_init), (gst_progress_report_init),
16164         (gst_progress_report_do_query), (gst_progress_report_report),
16165         (gst_progress_report_set_property),
16166         (gst_progress_report_get_property):
16167           Add 'format' property to force querying to a particular format.
16168
16169 2006-04-21  Andy Wingo  <wingo@pobox.com>
16170
16171         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16172         best, on big endian systems. Drop its rank in that case. OTOH on
16173         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16174
16175 2006-04-21  Michael Smith  <msmith@fluendo.com>
16176
16177         * configure.ac:
16178         * gst/icydemux/Makefile.am:
16179         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16180         (gst_icydemux_base_init), (gst_icydemux_class_init),
16181         (gst_icydemux_reset), (gst_icydemux_init),
16182         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16183         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16184         (unicodify), (gst_icydemux_unicodify),
16185         (gst_icydemux_parse_and_send_tags),
16186         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16187         (gst_icydemux_chain), (gst_icydemux_change_state),
16188         (gst_icydemux_send_tag_event), (plugin_init):
16189         * gst/icydemux/gsticydemux.h:
16190         * tests/check/Makefile.am:
16191         * tests/check/elements/icydemux.c: (typefind_succeed),
16192         (plugin_init), (icydemux_found_pad), (create_icydemux),
16193         (cleanup_icydemux), (push_data), (GST_START_TEST),
16194         (icydemux_suite), (main):
16195           Add icydemux, and tests.
16196
16197 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16198
16199         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16200           Post SEGMENT_DONE message in TIME format.
16201
16202 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16203
16204         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16205
16206         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16207         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16208           Fix index creation when we have to scan the file to create
16209           an index. There may be other types of RIFF 'LIST' chunks than
16210           'movi' and we need to skip them properly as well or we'll end up
16211           reading garbage (#336889). Some other cosmetic changes.
16212           
16213 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16214
16215         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16216         (gst_flac_dec_handle_seek_event):
16217           Add support for segment seeks (fixes #338290). Also demote
16218           some recurring debug message from DEBUG to LOG level.
16219
16220 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16221
16222         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16223         (gst_matroskademux_do_index_seek),
16224         (gst_matroska_demux_handle_seek_event),
16225         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16226         * gst/matroska/matroska-ids.h:
16227           Set DISCONT flag on first buffer after a discontinuity.
16228           Fix newsegment events sent when seeking and honour KEY_UNIT
16229           seek flag. Create pad with bogus caps if we don't recognise
16230           the stream codec id.
16231
16232         * gst/matroska/matroska-demux.h:
16233           Fix GObject macros.
16234
16235 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16236
16237         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16238
16239         * gst/matroska/matroska-demux.c:
16240         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16241           Handle end of segment properly when set; don't dead-lock when
16242           posting start of segment message when doing a segment seek.
16243           Fixes #338810.
16244
16245 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16246
16247         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16248         (gst_matroska_demux_plugin_init):
16249           Make mpeg2 aac audio work: create artificial private codec data
16250           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16251           Also call gst_riff_init(). Partially fixes #338767.
16252
16253 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16254
16255         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16256         (gst_wavenc_class_init), (gst_wavenc_init),
16257         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16258         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16259         (gst_wavenc_chain), (gst_wavenc_change_state):
16260         * gst/wavenc/gstwavenc.h:
16261           Set caps on first outgoing buffer, so that it doesn't error out
16262           immediately with a non-negotiated error (#338716). Rewrite and
16263           clean up a bit; fix setcaps function to parse things properly;
16264           fix sink caps (8bit audio is unsigned and doesn't have depth);
16265           use boilerplate macros; remove unused properties stuff.
16266
16267 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16268
16269         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16270           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16271           handle MJPEG streams and might be autoplugged for those if the
16272           user doesn't have jpegdec installed (resulting in a cryptic error
16273           message about huffman tables). Better to disable JPEG decoding here
16274           and let the user figure out that she needs to install jpegdec.
16275
16276 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16277
16278         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16279         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16280         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16281         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16282           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16283           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16284           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16285           debug messages. Fix boilerplate macros.
16286
16287 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16288
16289         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16290         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16291           No need to special-case for Gdk-2.0 any longer, we require
16292           Gdk 2.2 or newer; minor clean-ups.
16293
16294 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16295
16296         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16297         (gst_shout2send_class_init), (gst_shout2send_init),
16298         (set_shout_metadata), (gst_shout2send_set_metadata),
16299         (gst_shout2send_event), (gst_shout2send_start),
16300         (gst_shout2send_connect), (gst_shout2send_stop),
16301         (gst_shout2send_render), (gst_shout2send_set_property),
16302         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16303         (plugin_init):
16304         * ext/shout2/gstshout2.h:
16305         * po/POTFILES.in:
16306           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16307           change function; use GST_ELEMENT_ERROR for error reporting, not
16308           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16309           will cause crashes or assertion failures; remove (unused) "sync"
16310           property, basesink already has such a property; misc. other
16311           minor fixes and cleanups.
16312
16313 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16314
16315         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16316         * ext/esd/gstesd.c: (plugin_init):
16317         * po/POTFILES.in:
16318           Add translatable error message for when we cannot
16319           connect to the sound server, as "Cannot open resource
16320           for writing" isn't really an acceptable message to show
16321           to the user in this case.
16322
16323 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16324
16325         * sys/oss/gst-i18n-plugin.h:
16326           Remove bogus file that doesn't belong here.
16327
16328 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16329
16330         Patch by: Philippe Valembois
16331
16332         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16333         (gst_shout2send_set_metadata), (gst_shout2send_event),
16334         (gst_shout2send_render), (gst_shout2send_change_state):
16335         * ext/shout2/gstshout2.h:
16336           Handle tags being received before the connection to
16337           the server is established properly (see #338636).
16338
16339 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16340
16341         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16342           Don't crash in case the connection to the server fails:
16343           don't set pointer to NULL by assigning FALSE; error out
16344           properly by using GST_ELEMENT_ERROR and returning
16345           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16346           before resetting the pointer.
16347
16348 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16349
16350         * gst/id3demux/id3tags.c:
16351         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16352         (Fixes #338713)
16353
16354 2006-04-12  Wim Taymans  <wim@fluendo.com>
16355
16356         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16357         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16358         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16359         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16360         (gst_gdk_pixbuf_chain):
16361         Some cleanups.
16362         Added RGBA as a possible output format.
16363         Correctly free the supported mimetypes.
16364         deprecate silent arg, it's not used.
16365         Return result from _alloc_buffer to peer.
16366
16367 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16368
16369         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16370           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16371           overwriting GST_BUFFER_MALLOCDATA.
16372
16373 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16374
16375         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16376         (user_endrow_callback), (user_end_callback),
16377         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16378         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16379         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16380         * ext/libpng/gstpngdec.h:
16381           Handle more than one frame if the content is framed,
16382           like with png-in-quicktime (#331917).
16383
16384 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16385
16386         * sys/oss/Makefile.am:
16387         * sys/oss/common.h:
16388         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16389         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16390         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16391         (gst_oss_src_unprepare):
16392           - the user-visible error strings were in the wrong category
16393           - and the messages were not marked for translation
16394           - which is actually a good thing, because they were exactly
16395             the kind of message you would never want anyone to see
16396           - the macros were using variables that didn't exist in the macro
16397             arguments
16398           - and they were obviously copied from each other and then modified
16399           - so a common header makes sense
16400
16401 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16402
16403         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16404           Don't try to modify read-only data.
16405
16406         * gst/matroska/matroska-demux.c:
16407         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16408           Fix comment (won't crash any longer now).
16409
16410 2006-04-10  Michael Smith  <msmith@fluendo.com>
16411
16412         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16413           Use copies of header buffers for caps to avoid circular refcounting
16414           problems (as in theoradec, vorbisdec).
16415
16416         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16417           Fix a typo in test that meant it was testing the wrong thing.
16418
16419         * tests/check/elements/cmmlenc.c: (check_headers):
16420           Fix refcount checks now that we use buffer-copies for caps.
16421
16422 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16423
16424         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16425         (gst_matroska_demux_handle_seek_event),
16426         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16427         (gst_matroska_demux_subtitle_caps),
16428         (gst_matroska_demux_plugin_init):
16429           Use static pad templates with ANY caps for audio and video
16430           source pads and get rid of a lot of unnecessary (and partially
16431           broken) code for the template caps. Clean up caps finding
16432           functions. Fixes playback of audio files/streams that do not
16433           contain the sample rate and/or number of channels in the audio
16434           context (happens a lot with vorbis/mp3 .mka files it seems).
16435           Fixes #337183.
16436           Also add myself to copyright holders.
16437
16438 2006-04-10  Michael Smith  <msmith@fluendo.com>
16439
16440         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16441           Use g_list_delete_link () instead of g_list_remove_link () so that
16442           we free the link as well as the contained data.
16443
16444 2006-04-10  Wim Taymans  <wim@fluendo.com>
16445
16446         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16447
16448         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16449         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16450         (gst_avi_demux_stream_header):
16451         Fix some crashers with empty chunks. (Fixes #337749)
16452
16453 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16454
16455         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16456           use G_GINT64_CONSTANT for INT64 constants
16457         * gst/videofilter/gstvideobalance.c:
16458           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16459         * win32/vs6/libgstavi.dsp:
16460          add missing libraries for the link and remove avimux.c from
16461          the project as it isn't ported to 0.10 yet
16462         
16463 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16464
16465         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16466           Even better would be if we actually did the right thing
16467           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16468
16469 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16470
16471         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16472           Can't just replace 1LL with 1L here just because MSVC doesn't
16473           support it, as it might lead to incorrect results when doing the
16474           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16475           force a 64-bit constant in a way that all compilers are happy with.
16476
16477 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16478
16479         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16480         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16481         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16482         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16483         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16484         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16485         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16486         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16487         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16488         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16489         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16490         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16491         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16492         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16493         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16494         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16495         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16496         * gst/debug/efence.c: (gst_efence_class_init):
16497         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16498         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16499         * gst/goom/gstgoom.c: (gst_goom_class_init):
16500         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16501         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16502         * gst/interleave/interleave.c: (interleave_class_init):
16503         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16504         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16505         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16506         * gst/median/gstmedian.c: (gst_median_class_init):
16507         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16508         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16509         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16510         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16511         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16512         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16513         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16514         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16515         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16516         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16517         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16518         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16519         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16520         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16521         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16522         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16523         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16524         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16525         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16526         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16527         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16528         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16529         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16530         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16531         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16532         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16533         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16534         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16535         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16536         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16537         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16538         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16539         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16540         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16541         * sys/osxaudio/gstosxaudioelement.c:
16542         (gst_osxaudioelement_class_init):
16543         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16544         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16545         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16546         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16547
16548 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16549
16550         * ext/mikmod/gstmikmod.h:
16551         * gst/level/gstlevel.h:
16552         Fix more broken GObject macros
16553
16554 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16555
16556         * ext/annodex/gstcmmldec.h:
16557         * ext/annodex/gstcmmlenc.h:
16558         * ext/annodex/gstcmmltag.h:
16559         * ext/cairo/gsttextoverlay.h:
16560         * ext/ladspa/gstsignalprocessor.h:
16561         * gst/matroska/ebml-read.h:
16562         * gst/matroska/ebml-write.h:
16563         * sys/osxaudio/gstosxaudioelement.h:
16564         Fix broken GObject macros
16565
16566 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16567
16568         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16569           Don't try to seek beyond the end of the file (would
16570           occasionally display error dialogs in totem when seeking
16571           to the end) (#335869). Will still throw an error though
16572           if the file is truncated and the total_samples value in
16573           the stream header is wrong.
16574
16575 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
16576
16577         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
16578         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
16579         (gst_flac_dec_metadata_callback):
16580         * ext/flac/gstflacdec.h:
16581           If the stream header doesn't contain the total number of samples,
16582           search for the last flac frame at the end of the file and calculate
16583           the total duration from that frame's offset (fixes #337609).
16584
16585 2006-04-07  Edward Hervey  <edward@fluendo.com>
16586
16587         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
16588         Don't unref the GstPadTemplate returned by
16589         gst_element_class_get_pad_template().
16590
16591 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16592
16593         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
16594
16595         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
16596         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
16597         * sys/sunaudio/gstsunaudiosink.h:
16598           Use spec->segsize and spec->segtotal in the prepare function
16599           to initialise the ring buffer instead of using the buffer-time
16600           property (#337421).
16601
16602 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16603
16604         * configure.ac:
16605           Bump core requirements to CVS for gst_pad_query_peer_duration()
16606           which is used by speexdec.
16607
16608 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16609
16610         * ext/speex/gstspeex.c: (plugin_init):
16611         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
16612         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
16613         (speex_get_sink_query_types), (speex_dec_sink_query),
16614         (speex_get_src_query_types), (speex_dec_src_query),
16615         (speex_dec_src_event), (speex_dec_sink_event),
16616         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
16617         (speex_dec_chain_parse_data), (speex_dec_chain),
16618         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
16619         (speex_dec_change_state):
16620         * ext/speex/gstspeexdec.h:
16621           Fix seeking and duration queries (#337033); clean up and
16622           refactor a bit.
16623
16624 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16625
16626         * ext/raw1394/gstdv1394src.c:
16627           distinguish between device not found and could not open for
16628           reading
16629
16630 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16631
16632         * Makefile.am:
16633         * configure.ac:
16634         * pkgconfig/.cvsignore:
16635         * pkgconfig/Makefile.am:
16636         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
16637           add a .pc file so other modules can use good plugins in tests
16638
16639 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16640
16641         * configure.ac:
16642           clean up, use AS_VERSION and AS_NANO
16643         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16644           use PACKAGE_VERSION define
16645         * po/af.po:
16646         * po/az.po:
16647         * po/cs.po:
16648         * po/en_GB.po:
16649         * po/hu.po:
16650         * po/it.po:
16651         * po/nb.po:
16652         * po/nl.po:
16653         * po/or.po:
16654         * po/sq.po:
16655         * po/sr.po:
16656         * po/sv.po:
16657         * po/uk.po:
16658         * po/vi.po:
16659           updated
16660
16661 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
16662
16663         * ext\jpeg\smokecodec.c:
16664           use of GST_DEBUG instead of DEBUG(a...) for WIN32
16665         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
16666           move first instruction after all variables declarations
16667         * gst\alpha\gstalpha.c:
16668         * gst\effectv\gstshagadelic.c:
16669         * gst\smpte\paint.c:
16670         * gst\videofilter\gstvideobalance.c:
16671           define M_PI if it's not defined (it's not defined on WIN32)
16672         * gst\cutter\gstcutter.c: (gst_cutter_chain):
16673         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
16674         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
16675         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
16676         (gst_matroska_demux_video_caps):
16677         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
16678         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
16679           use gst_guint64_to_gdouble for conversions
16680         * gst\goom\filters.c: (setPixelRGB_):
16681           fix a debug which was using undefined variable
16682         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
16683         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
16684           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
16685         * win32/vs6:
16686           add vs6 projects files for most of plugins-good
16687         
16688 2006-03-30  j^  <j@bootlab.org>
16689
16690         * ext/aalib/gstaasink.c:
16691         * ext/annodex/gstcmmldec.c:
16692         * ext/annodex/gstcmmlenc.c:
16693         * ext/cairo/gsttextoverlay.c:
16694         * ext/cairo/gsttimeoverlay.c:
16695         * ext/cdio/gstcdiocddasrc.c:
16696         * ext/dv/gstdvdec.c:
16697         * ext/esd/esdmon.c:
16698         * ext/esd/esdsink.c:
16699         * ext/flac/gstflacdec.c:
16700         * ext/flac/gstflacenc.c:
16701         * ext/flac/gstflactag.c:
16702         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16703         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16704         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16705         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16706         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16707         * ext/gdk_pixbuf/pixbufscale.c:
16708         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16709         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16710         * ext/jpeg/gstjpegdec.c:
16711         * ext/jpeg/gstjpegenc.c:
16712         * ext/jpeg/gstsmokedec.c:
16713         * ext/jpeg/gstsmokeenc.c:
16714         * ext/libcaca/gstcacasink.c:
16715         * ext/libmng/gstmngdec.c:
16716         * ext/libmng/gstmngenc.c:
16717         * ext/libpng/gstpngdec.c:
16718         * ext/libpng/gstpngenc.c:
16719         * ext/mikmod/gstmikmod.c:
16720         * ext/raw1394/gstdv1394src.c:
16721         * ext/shout2/gstshout2.c:
16722         * ext/speex/gstspeexdec.c:
16723         * ext/speex/gstspeexenc.c:
16724         * gst/alpha/gstalpha.c:
16725         * gst/alpha/gstalphacolor.c:
16726         * gst/auparse/gstauparse.c:
16727         * gst/autodetect/gstautoaudiosink.c:
16728         (gst_auto_audio_sink_base_init):
16729         * gst/autodetect/gstautovideosink.c:
16730         (gst_auto_video_sink_base_init):
16731         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16732         * gst/cutter/gstcutter.c:
16733         * gst/debug/breakmydata.c:
16734         * gst/debug/efence.c:
16735         * gst/debug/gstnavigationtest.c:
16736         * gst/debug/negotiation.c:
16737         * gst/debug/progressreport.c:
16738         * gst/debug/testplugin.c:
16739         * gst/effectv/gstaging.c:
16740         * gst/effectv/gstdice.c:
16741         * gst/effectv/gstedge.c:
16742         * gst/effectv/gstquark.c:
16743         * gst/effectv/gstrev.c:
16744         * gst/effectv/gstvertigo.c:
16745         * gst/effectv/gstwarp.c:
16746         * gst/flx/gstflxdec.c:
16747         * gst/goom/gstgoom.c:
16748         * gst/interleave/deinterleave.c:
16749         * gst/interleave/interleave.c:
16750         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16751         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16752         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16753         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16754         * gst/level/gstlevel.c:
16755         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16756         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16757         * gst/median/gstmedian.c:
16758         * gst/monoscope/gstmonoscope.c:
16759         * gst/multipart/multipartdemux.c:
16760         * gst/multipart/multipartmux.c:
16761         * gst/oldcore/gstmd5sink.c:
16762         * gst/oldcore/gstmultifilesrc.c:
16763         * gst/oldcore/gstpipefilter.c:
16764         * gst/oldcore/gstshaper.c:
16765         * gst/oldcore/gststatistics.c:
16766         * gst/rtp/gstasteriskh263.c:
16767         * gst/rtp/gstrtpL16depay.c:
16768         * gst/rtp/gstrtpL16pay.c:
16769         * gst/rtp/gstrtpamrdepay.c:
16770         * gst/rtp/gstrtpamrpay.c:
16771         * gst/rtp/gstrtpdepay.c:
16772         * gst/rtp/gstrtpgsmpay.c:
16773         * gst/rtp/gstrtph263pay.c:
16774         * gst/rtp/gstrtph263pdepay.c:
16775         * gst/rtp/gstrtph263ppay.c:
16776         * gst/rtp/gstrtpmp4gpay.c:
16777         * gst/rtp/gstrtpmp4vdepay.c:
16778         * gst/rtp/gstrtpmp4vpay.c:
16779         * gst/rtp/gstrtpmpadepay.c:
16780         * gst/rtp/gstrtpmpapay.c:
16781         * gst/rtp/gstrtppcmadepay.c:
16782         * gst/rtp/gstrtppcmapay.c:
16783         * gst/rtp/gstrtppcmudepay.c:
16784         * gst/rtp/gstrtppcmupay.c:
16785         * gst/rtp/gstrtpspeexdepay.c:
16786         * gst/rtp/gstrtpspeexpay.c:
16787         * gst/rtsp/gstrtpdec.c:
16788         * gst/smpte/gstsmpte.c:
16789         * gst/videobox/gstvideobox.c:
16790         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16791         * gst/videofilter/gstvideobalance.c:
16792         * gst/videofilter/gstvideoflip.c:
16793         * gst/videofilter/gstvideotemplate.c:
16794         (gst_videotemplate_base_init):
16795         * gst/videomixer/videomixer.c:
16796         * gst/wavenc/gstwavenc.c:
16797         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16798          better/unified long descriptions
16799          Fixed #336602
16800          Some cleanups to auparse, don't send multiple newsegments.
16801
16802 2006-03-29  Wim Taymans  <wim@fluendo.com>
16803
16804         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16805
16806         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16807         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16808         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16809         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16810         * ext/dv/gstdvdemux.h:
16811         Seek in READY patch. Only works for pull based mode.
16812         Fixes #323880
16813
16814 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16815
16816         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16817         (gst_gdk_pixbuf_event):
16818           Fix two crashers: don't unref the same caps twice, and
16819           set pixbuf loader to NULL after freeing it.
16820
16821 2006-03-27  Wim Taymans  <wim@fluendo.com>
16822
16823         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16824         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16825         (gst_speexenc_chain):
16826         * ext/speex/gstspeexenc.h:
16827         Don't leak adapter.
16828         A push *always* takes ownership of the buffer, even on
16829         errors.
16830         Small cleanups.
16831
16832 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16833
16834         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16835           Create source pad without leaking.
16836
16837 2006-03-24  Wim Taymans  <wim@fluendo.com>
16838
16839         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16840         * ext/flac/gstflacdec.h:
16841         * ext/flac/gstflacenc.h:
16842         Spifify a bit.
16843         Fix deadly lock order error in seeking code, STREAM_LOCK
16844         cannot be taken within LOCK and the streaming variables are
16845         protected with the STREAM_LOCK anyway.
16846
16847 2006-03-24  Wim Taymans  <wim@fluendo.com>
16848
16849         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16850         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16851         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16852         this patch combines the global init_frames with the stream
16853         init_frames. Rationale being that the global delay should 
16854         be subtracted from any stream delay.
16855         Fixes #335858.
16856
16857 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16858
16859         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
16860         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16861         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16862         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16863         use DEBUG_FUNCPTR for collectpads
16864
16865 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16866
16867         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
16868           Don't crash when encoding images where the number of rows isn't
16869           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
16870
16871 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16872
16873         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
16874         * gst/interleave/deinterleave.c: (deinterleave_change_state):
16875         * gst/interleave/interleave.c: (interleave_change_state):
16876         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
16877           More state change function fixes.
16878
16879 2006-03-23  Wim Taymans  <wim@fluendo.com>
16880
16881         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16882         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
16883         (gst_esdsink_prepare), (gst_esdsink_unprepare),
16884         (gst_esdsink_delay), (gst_esdsink_reset):
16885         * ext/esd/esdsink.h:
16886         Fix esd choppy playback by configuring audiosink
16887         correctly. Fixes #325191
16888
16889 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16890
16891         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
16892           Make state change function thread-safe.
16893
16894 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16895
16896         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
16897         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
16898           Don't try to read beyond the end of the file just because
16899           the header claims a bigger size (like with truncated files).
16900
16901 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16902
16903         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16904         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
16905         (gst_wavparse_stream_data), (gst_wavparse_loop):
16906         * gst/wavparse/gstwavparse.h:
16907           Delay source pad creation until we have the first chunk of
16908           media data, so the we can examine the data and adjust the
16909           caps accordingly if required. This makes playback of .wav
16910           files with DTS-declared-as-PCM content work (#313266).
16911
16912 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
16913
16914         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16915         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
16916         Don't attempt typefinding on too-short buffers that have been
16917         completely trimmed away. (Fixes #330239)
16918
16919         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
16920         Improve the debug output
16921
16922 2006-03-21  Wim Taymans  <wim@fluendo.com>
16923
16924         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
16925         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
16926         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
16927         (gst_esdsink_set_property), (gst_esdsink_get_property):
16928         Some cleanups.
16929         Reset fd to -1 when we close them.
16930
16931 2006-03-21  Wim Taymans  <wim@fluendo.com>
16932
16933         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
16934         the OPTIONS request result is optional so don't
16935         fail on it.
16936
16937 2006-03-21  Edward Hervey  <edward@fluendo.com>
16938
16939         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
16940         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
16941         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16942         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16943         (gst_wavparse_change_state):
16944         gcc 4.1 unreferenced pointer fixes.
16945
16946 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16947
16948         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16949
16950         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
16951           Fix block alignment calculation. Alignment should be done before
16952           adding the byte offset where the data starts (#335231).
16953
16954 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16955
16956         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
16957           Ensure that we set correct caps on buffers that are transferred
16958           direct from the input.
16959
16960 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16961
16962         * gst/goom/filters.c: (zoomFilterDestroy):
16963         * gst/goom/goom_core.c: (goom_close):
16964           Free filter data when cleaning up. (Fixes: #334995)
16965
16966 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
16967
16968         * configure.ac:
16969           Don't compile udp and rtsp plugins on win32 (mingw) or other
16970           systems that don't have <sys/socket.h> for some reason (#316203).
16971
16972 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16973
16974         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
16975         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
16976         * ext/raw1394/gstdv1394src.h:
16977           Change bus reset handler so it reports useful information such as
16978           whether the device being used connected or disconnected
16979
16980 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16981
16982         * gst/id3demux/id3v2frames.c:
16983         (parse_relative_volume_adjustment_two):
16984           We only care about gain and peak data for the master volume.
16985
16986 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16987
16988         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16989         (parse_id_string), (parse_unique_file_identifier),
16990         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
16991           Read replay gain tags (#323721).
16992
16993 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16994
16995         * configure.ac:
16996           Bump requirements to gst-plugins-base CVS because
16997           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
16998
16999 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17000
17001         * rtp/gst/gstrtppcmadepay.c:
17002         Fixed one of the caps in the code from mulaw to alaw.
17003
17004 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17005
17006         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17007           Ensure that we set caps on the buffers we pass.
17008
17009         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17010         (gst_id3demux_sink_activate):
17011           Ensure that we set caps on the buffers we pass.
17012
17013           Use STREAM, TYPE_NOT_FOUND as the error class when
17014           typefinding fails.
17015
17016 2006-03-15  Edward Hervey  <edward@fluendo.com>
17017
17018         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17019         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17020         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17021         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17022         (gst_jpeg_dec_setcaps):
17023         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17024         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17025         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17026         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17027         (gst_mngdec_src_getcaps):
17028         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17029         (gst_pngdec_caps_create_and_set):
17030         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17031         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17032         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17033         * gst/alpha/gstalpha.c: (gst_alpha_init):
17034         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17035         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17036         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17037         * gst/cutter/gstcutter.c: (gst_cutter_init):
17038         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17039         (gst_efence_checkgetrange):
17040         * gst/debug/negotiation.c: (gst_negotiation_init):
17041         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17042         * gst/goom/gstgoom.c: (gst_goom_init):
17043         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17044         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17045         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17046         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17047         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17048         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17049         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17050         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17051         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17052         (gst_wavparse_create_sourcepad):
17053         Fix memleak with gst_static_pad_template_get().
17054         This uses gst_pad_new_from_static_template() instead.
17055         Fixes #333512
17056
17057 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17058
17059         * configure.ac:
17060           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17061           used by id3demux.
17062
17063         * gst/id3demux/gstid3demux.c: (plugin_init):
17064         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17065         (parse_user_text_identification_frame),
17066         (parse_unique_file_identifier):
17067           Add support for UFID and TXXX frames and extract musicbrainz tags.
17068
17069 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17070
17071         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17072           Catch short reads, like they might happen with truncated
17073           files (see #305279); remove unnecessary indentation.
17074
17075 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17076
17077         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17078           Fix DIB image inversion for pictures with a
17079           depth != 8 (#305279).
17080
17081 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17082
17083         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17084         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17085         * ext/jpeg/gstjpegdec.h:
17086           Fix durations on outgoing buffers after seeking
17087           in MJPEG files (#334083); some minor clean-ups.
17088
17089 2006-03-13  Wim Taymans  <wim@fluendo.com>
17090
17091         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17092         (gst_wavparse_change_state):
17093         Implement seek in READY (re-fixes #327658)
17094
17095 2006-03-13  Wim Taymans  <wim@fluendo.com>
17096
17097         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17098         * ext/esd/esdmon.c: (gst_esdmon_get):
17099         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17100         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17101         (gst_gdk_pixbuf_sink_getcaps):
17102         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17103         (gst_jpegenc_setcaps):
17104         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17105         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17106         (gst_smokeenc_setcaps):
17107         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17108         (gst_mngdec_src_getcaps):
17109         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17110         (gst_mngenc_chain):
17111         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17112         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17113         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17114         (speex_dec_src_event), (speex_dec_chain):
17115         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17116         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17117         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17118         (gst_negotiation_pad_link), (gst_negotiation_chain):
17119         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17120         (gst_flxdec_chain):
17121         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17122         (deinterleave_chain):
17123         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17124         * gst/median/gstmedian.c: (gst_median_link):
17125         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17126         (gst_monoscope_chain):
17127         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17128         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17129         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17130         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17131         close #333784 unref the result of gst_pad_get_parent()
17132         by: Christophe Fergeau.
17133
17134 2006-03-09  Wim Taymans  <wim@fluendo.com>
17135
17136         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17137         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17138         Handle events in push mode better, can now do non-flushing
17139         seeks in push mode as well.
17140
17141 2006-03-07  Wim Taymans  <wim@fluendo.com>
17142
17143         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17144         Applied patch from Kai Vehmanen, fixes #333624.
17145
17146 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17147
17148         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17149         Implement paletted and grayscale png files handling.
17150         (#150363).
17151
17152 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17153
17154         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17155         (gst_speexenc_chain):
17156           fix a tag list assert
17157           follow gst-plugins-base/ext/ogg/README; set OFFSET
17158           and OFFSET_END.  Muxes correctly with gst-plugins-base
17159           > 0.9.3
17160
17161 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17162
17163         * gst/id3demux/Makefile.am:
17164         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17165         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17166           Use new typefind helper functions here as well, and
17167           do typefinding in pull-mode if upstream supports that.
17168
17169 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17170
17171         * sys/sunaudio/gstsunaudiomixerctrl.c:
17172         (gst_sunaudiomixer_ctrl_get_volume),
17173         (gst_sunaudiomixer_ctrl_set_volume):
17174         * sys/sunaudio/gstsunaudiomixertrack.c:
17175         (gst_sunaudiomixer_track_new):
17176           Remove unused variables, breaks build from CVS
17177           with -Werror (#333392, patch by: Benjamin Pineau)
17178
17179 2006-03-03  Wim Taymans  <wim@fluendo.com>
17180
17181         * docs/plugins/Makefile.am:
17182         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17183         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17184         Added wavparse docs.
17185
17186         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17187         (gst_wavparse_reset), (gst_wavparse_init),
17188         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17189         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17190         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17191         (gst_wavparse_stream_data), (gst_wavparse_loop),
17192         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17193         (gst_wavparse_change_state):
17194         * gst/wavparse/gstwavparse.h:
17195         Implement seek in READY (fixes #327658)
17196         Added docs and did some cleanups.
17197
17198 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17199
17200         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17201         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17202         (gst_avi_demux_calculate_durations_from_index),
17203         (gst_avi_demux_stream_header):
17204         * gst/avi/gstavidemux.h:
17205           If we have an index, use a duration based on the index instead
17206           of blindly trusting the information in the stream headers
17207           (fixes #331817).
17208
17209 2006-03-03  Wim Taymans  <wim@fluendo.com>
17210
17211         * docs/plugins/Makefile.am:
17212         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17213         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17214         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17215         Added smoke and jpeg to the docs.
17216
17217         * ext/jpeg/Makefile.am:
17218         * ext/jpeg/gstjpeg.c: (plugin_init):
17219         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17220         * ext/jpeg/gstjpegenc.h:
17221         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17222         (gst_smokedec_chain):
17223         * ext/jpeg/gstsmokedec.h:
17224         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17225         * ext/jpeg/gstsmokeenc.h:
17226         * ext/jpeg/smokecodec.h:
17227         Port smokedec (fixes #331905).
17228         Added some docs.
17229         Some cleanups.
17230
17231 2006-03-03  Wim Taymans  <wim@fluendo.com>
17232
17233         * docs/plugins/Makefile.am:
17234         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17235         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17236         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17237         Added videobalance and videoflip to the docs.
17238
17239         * gst/videofilter/Makefile.am:
17240         * gst/videofilter/gstvideobalance.c:
17241         (gst_video_balance_update_tables_planar411),
17242         (gst_video_balance_is_passthrough),
17243         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17244         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17245         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17246         (gst_video_balance_finalize), (gst_video_balance_class_init),
17247         (gst_video_balance_init), (gst_video_balance_interface_supported),
17248         (gst_video_balance_interface_init),
17249         (gst_video_balance_colorbalance_list_channels),
17250         (gst_video_balance_colorbalance_set_value),
17251         (gst_video_balance_colorbalance_get_value),
17252         (gst_video_balance_colorbalance_init),
17253         (gst_video_balance_set_property), (gst_video_balance_get_property),
17254         (gst_video_balance_get_type), (plugin_init):
17255         * gst/videofilter/gstvideobalance.h:
17256         Ported to 0.10. (Fixes #326160)
17257         Added docs.
17258
17259         * gst/videofilter/gstvideoflip.c:
17260         * gst/videofilter/gstvideoflip.h:
17261         Added docs.
17262
17263 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17264
17265         * configure.ac:
17266           Bump requirements to current core and -base CVS
17267           (core for new typefind helper API, and -base for the
17268           WAVFORMATEX support that was added to libgstriff and
17269           is needed by wavparse).
17270         
17271         * gst/apetag/Makefile.am:
17272         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17273         (gst_tag_demux_sink_activate):
17274           Use new typefind helpers for typefinding instead of our
17275           home-grown stuff; also, do typefinding in pull-mode if
17276           upstream supports that.
17277
17278 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17279
17280         Reviewed by: Christian Schaller <christian@fluendo.com>
17281
17282         This patch fixes bug: 329107
17283
17284         This Changelog entry is for a commit done on February 17
17285
17286         * ext/gconf/gconf.c
17287         * ext/gconf/gconf.h
17288         * ext/gconf/gstgconfaudiosink.c
17289         * ext/gconf/gstgconfaudiosink.h
17290         * gconf/gstreamer.schemas.in
17291
17292 2006-02-28  Wim Taymans  <wim@fluendo.com>
17293
17294         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17295         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17296         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17297         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17298         Use DEBUG_OBJECT more.
17299
17300 2006-02-28  Wim Taymans  <wim@fluendo.com>
17301
17302         * docs/plugins/Makefile.am:
17303         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17304         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17305         Added dvdec and dvdemux to docs.
17306
17307         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17308         Added docs.
17309         Check frame sizes so we don't crash when don't have enough
17310         data.
17311         Send nice error messages on error.
17312
17313         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17314         (gst_dvdemux_class_init), (gst_dvdemux_init),
17315         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17316         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17317         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17318         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17319         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17320         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17321         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17322         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17323         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17324         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17325         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17326         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17327         * ext/dv/gstdvdemux.h:
17328         Added docs.
17329         Implement pull mode.
17330         Fix memleaks.
17331         Reduce memcpy for the video demuxing.
17332
17333 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17334
17335         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17336         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17337         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17338         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17339           Add a little extra debug. Make the decoder not return NOT_LINKED,
17340           as we want to continue decoding all CMML and emitting tags.
17341
17342 2006-02-27  Michael Smith  <msmith@fluendo.com>
17343
17344         * ext/annodex/gstskeltag.c:
17345         * ext/annodex/gstskeltag.h:
17346           Deleted; these files aren't used any more either.
17347
17348 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17349
17350         * ext/Makefile.am: Fix dist-check.
17351
17352 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17353
17354         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17355         memleak.
17356
17357 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17358
17359         * ext/annodex/Makefile.am:
17360         * ext/annodex/gstannodex.c:
17361         * ext/annodex/gstcmmldec.c:
17362         * ext/annodex/gstcmmlenc.c:
17363         * ext/annodex/gstcmmlparser.c:
17364         * ext/annodex/gstcmmlparser.h:
17365         * ext/annodex/gstcmmlutils.c:
17366         * tests/check/elements/cmmldec.c:
17367         * tests/check/elements/cmmlenc.c:
17368           Fix a memleak in gst_cmml_track_list_add_clip.
17369           Handle overflows in clip's start and end times.
17370           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17371           Do not parse junk at the end of a CMML preamble buffer.
17372           Register a libxml error handler to not print stuff on stderr.
17373           Check for bad clip start and end times in the testsuites.
17374
17375 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17376
17377         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17378         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17379         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17380         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17381         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17382         possible memleaks.
17383
17384 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17385
17386         * tests/check/Makefile.am:
17387         * tests/check/elements/cmmldec.c:
17388         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17389         the plugins-base tags.
17390
17391 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17392
17393         * ext/Makefile.am: Re-enable module.
17394
17395 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17396
17397         * tests/check/Makefile.am: Forgot to remove that test.
17398
17399 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17400
17401         * ext/annodex/Makefile.am:
17402         * ext/annodex/gstannodex.c: (plugin_init):
17403         * ext/annodex/gstcmmldec.c:
17404         * ext/annodex/gstskeldec.c:
17405         * ext/annodex/gstskeldec.h:
17406         * tests/check/Makefile.am:
17407         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17408
17409 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17410
17411         * tests/check/Makefile.am: Disable those checks as well.
17412
17413 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17414
17415         * ext/Makefile.am: Disable annodex for now until we figure out
17416         how to make it build.
17417         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17418         Add a rule to your checklist : "please try to at least build 
17419         what you are going to commit into -good, or if you are too lazy
17420         to do that, please check that the buildbots are not crying because
17421         of your commit."
17422
17423 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17424
17425         * configure.ac:
17426         * ext/Makefile.am:
17427         * ext/gdk_pixbuf/Makefile.am:
17428         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17429         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17430         * ext/gdk_pixbuf/pixbufscale.c:
17431         * ext/gdk_pixbuf/pixbufscale.h:
17432           Gdkpixbuf ported from 0.8 to 0.10 by
17433           Renato Filho <renato.filho@indt.org.br>.
17434           gst_loader and gdkpixbufanimation still need port.
17435
17436 2006-02-24  Michael Smith  <msmith@fluendo.com>
17437
17438         * configure.ac:
17439         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17440         * ext/Makefile.am:
17441         * ext/annodex/Makefile.am:
17442         * ext/annodex/gstannodex.c:
17443         * ext/annodex/gstannodex.h:
17444         * ext/annodex/gstcmmldec.c:
17445         * ext/annodex/gstcmmldec.h:
17446         * ext/annodex/gstcmmlenc.c:
17447         * ext/annodex/gstcmmlenc.h:
17448         * ext/annodex/gstcmmlparser.c:
17449         * ext/annodex/gstcmmlparser.h:
17450         * ext/annodex/gstcmmltag.c:
17451         * ext/annodex/gstcmmltag.h:
17452         * ext/annodex/gstcmmlutils.c:
17453         * ext/annodex/gstcmmlutils.h:
17454         * ext/annodex/gstskeldec.c:
17455         * ext/annodex/gstskeldec.h:
17456         * ext/annodex/gstskeltag.c:
17457         * ext/annodex/gstskeltag.h:
17458         * tests/check/Makefile.am:
17459         * tests/check/elements/cmmldec.c:
17460         * tests/check/elements/cmmlenc.c:
17461         * tests/check/elements/skeldec.c:
17462           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17463           Includes tests & docs, oh my! Passes Thomas's -good checklist
17464           entirely. Wow.
17465
17466 2006-02-24  Michael Smith  <msmith@fluendo.com>
17467
17468         * autogen.sh:
17469           Check for automake 1.9 as well.
17470
17471 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17472
17473         * ext/flac/gstflacenc.c:
17474           Change min. sample rate to 8kHz to match flacdec's.
17475           
17476 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17477
17478         * ext/cdio/Makefile.am:
17479           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17480           required for Cygwin, see #317048)
17481
17482         * gst/rtp/gstasteriskh263.c:
17483           Cygwin has includes for both the unix network socket API
17484           and the windows API, but only one can be included, so fix
17485           includes to only use one or the other, prefering the unxi
17486           one (#317048).
17487
17488 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17489
17490         * rtp/gst/gstrtppcmadepay.c:
17491         * rtp/gst/gstrtppcmadepay.h:
17492         * rtp/gst/gstgstrtppcmapay.c:
17493         * rtp/gst/gstgstrtppcmapay.h:
17494         * rtp/gst/gstrtppcmudepay.c:
17495         * rtp/gst/gstrtppcmudepay.h:
17496         * rtp/gst/gstrtppcmupay.c:
17497         * rtp/gst/gstrtppcmupay.h:
17498         * rtp/gst/Makefile.am:
17499         * rtp/gst/gstrtp.c:
17500         * rtp/gst/README:
17501         Separated the G711 payloaders/depayloaders into separate elements for
17502         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17503
17504 2006-02-22  Wim Taymans  <wim@fluendo.com>
17505
17506         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17507         (gst_dvdec_change_state):
17508         * ext/dv/gstdvdec.h:
17509         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17510         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17511         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17512         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17513         (gst_dvdemux_flush), (gst_dvdemux_chain),
17514         (gst_dvdemux_change_state):
17515         * ext/dv/gstdvdemux.h:
17516         Ueber spiffify some more, added debug category.
17517         Use _scale.
17518         Use segments, respect playback rate from newsegment.
17519         Fix refcount issue.
17520
17521 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17522
17523         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17524         (gst_signal_processor_process):
17525         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17526         enabled for the build, but it helps me win the feature-count
17527         competitions ooh yeah.
17528
17529 2006-02-19  Wim Taymans  <wim@fluendo.com>
17530
17531         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17532         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17533         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17534         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17535         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17536         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17537         Use scaling code for added precission and more correct stop
17538         position in case scale==0.
17539
17540 2006-02-19  Wim Taymans  <wim@fluendo.com>
17541
17542         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17543         (gst_flxdec_chain):
17544         * gst/flx/gstflxdec.h:
17545         Implement DURATION query.
17546
17547 2006-02-19  Wim Taymans  <wim@fluendo.com>
17548
17549         * gst/flx/flx_color.h:
17550         * gst/flx/flx_fmt.h:
17551         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17552         (gst_flxdec_src_query_handler), (flx_decode_color),
17553         (gst_flxdec_chain):
17554         * gst/flx/gstflxdec.h:
17555         Set MALLOCDATA for the temp buffers so we don't leak.
17556         Some debug cleanups.
17557         Consume all data in the adapter before leaving the chain
17558         function. Fixes #330678.
17559
17560 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17561
17562         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17563         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17564          Handle 0 data size in otherwise valid frames.
17565          Handle numeric strings in 2.4.0 even when not in parentheses 
17566
17567 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
17568
17569         * gst/matroska/matroska-demux.c:
17570         (gst_matroska_demux_subtitle_caps),
17571         (gst_matroska_demux_plugin_init):
17572         * gst/matroska/matroska-ids.h:
17573           Recognise SSA/ASS and USF subtitle formats and
17574           set proper caps when they are found.
17575
17576 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17577
17578         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
17579         (gst_jpeg_dec_chain):
17580           Fix invalid memory access for some odd-sized images
17581           (see image contained in quicktime stream in #327083);
17582           use g_malloc() instead of g_alloca().
17583
17584 2006-02-17  Wim Taymans  <wim@fluendo.com>
17585
17586         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17587         Patch from Sebastien Cote, fixes #319884
17588
17589 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17590
17591         * ext/cdio/gstcdio.c: (plugin_init):
17592           Init debug category (#331253).
17593
17594 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17595
17596         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
17597           Pass extra_data to gst_riff_create_audio_caps(), so that
17598           WAVEFORMATEX stuff works. Post audio codec name and post
17599           it as taglist on the bus. Allow up to 8 channesl for raw
17600           PCM in the source pad template caps.
17601
17602 2006-02-16  Wim Taymans  <wim@fluendo.com>
17603
17604         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17605         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17606         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
17607         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
17608         (gst_multipart_set_property), (gst_multipart_get_property):
17609         Applied #318663. Gives quite a few false positives in
17610         autoscan mode, but it's better than nothing. Not closing yet.
17611
17612 2006-02-16  Wim Taymans  <wim@fluendo.com>
17613
17614         * docs/plugins/Makefile.am:
17615         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17616         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17617         * docs/plugins/gst-plugins-good-plugins.args:
17618         * docs/plugins/inspect/plugin-udp.xml:
17619         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
17620         (gst_udpsrc_start):
17621         Update documentation.
17622         Fix args.
17623
17624 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
17625
17626         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17627         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
17628         frame size. (Fixes #331368)
17629
17630 2006-02-16  Wim Taymans  <wim@fluendo.com>
17631
17632         * gst/rtsp/README:
17633         Updated README.
17634
17635         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17636         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
17637         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
17638         * gst/rtsp/gstrtspsrc.h:
17639         Make sure the RTP port is an even port an try to allocate 
17640         another if not.
17641         Added retry property to control max retries for port allocation.
17642         Make sure RTCP port is RTP port+1.
17643         Cleanup when port allocation fails.
17644         Fixes #319183.
17645         
17646 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17647
17648         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
17649           Don't ignore return value of the parent class's state
17650           change function (#331385, patch by: Wouter Paesen).
17651
17652 2006-02-15  Wim Taymans  <wim@fluendo.com>
17653
17654         * configure.ac:
17655         * docs/plugins/Makefile.am:
17656         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17657         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17658         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17659         * ext/Makefile.am:
17660         * ext/hal/Makefile.am:
17661         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
17662         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
17663         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
17664         (do_toggle_element), (gst_hal_audio_sink_set_property),
17665         (gst_hal_audio_sink_get_property),
17666         (gst_hal_audio_sink_change_state):
17667         * ext/hal/gsthalaudiosink.h:
17668         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
17669         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
17670         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
17671         (do_toggle_element), (gst_hal_audio_src_set_property),
17672         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
17673         * ext/hal/gsthalaudiosrc.h:
17674         * ext/hal/gsthalelements.c: (plugin_init):
17675         * ext/hal/gsthalelements.h:
17676         * ext/hal/hal.c: (gst_hal_get_string),
17677         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
17678         (gst_hal_get_audio_src):
17679         * ext/hal/hal.h:
17680         Add HAL sound device wrapper plugins. Closes #329106
17681
17682 2006-02-15  Wim Taymans  <wim@fluendo.com>
17683
17684         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17685         Add comment in a fultile attempt to stop the copy-and-paste 
17686         paradigm leading to duplication of bad code.
17687
17688         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
17689         Mime parameters have to be checked case insensitive
17690
17691 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17692
17693         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
17694           Advance stream time for lagging subtitle streams by sending
17695           newsegment events with the update flag set.
17696
17697 2006-02-14  Edward Hervey  <edward@fluendo.com>
17698
17699         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17700         There can be bogus data before the hdrl LIST tag in the RIFF header.
17701         It's hard to say if it's not respecting the AVI specifications or not,
17702         but since Google Video is producing AVIs like that and the other player
17703         don't seem to complain, I guess we should do the same.
17704
17705 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
17706
17707         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
17708         (parse_split_strings):
17709         Add more validation to ensure that a char encoding conversion
17710         produced a valid UTF-8 string.
17711
17712 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
17713
17714         Reviewed by: Edward Hervey  <edward@fluendo.com>
17715
17716         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17717         Properly handle end of segment. Closes #330885.
17718
17719 2006-02-13  Wim Taymans  <wim@fluendo.com>
17720
17721         * gst/rtp/gstrtpmp4gpay.h:
17722         For got to commit this one.
17723
17724 2006-02-12  Wim Taymans  <wim@fluendo.com>
17725
17726         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
17727         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
17728         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
17729         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17730         * gst/rtp/gstrtpmp4gpay.h:
17731         Make more things work.
17732         Handle ACC config strings.
17733
17734 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17735
17736         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17737           set timestamps if no incoming timestamps set
17738
17739 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17740
17741         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17742         (gst_tag_demux_do_typefind):
17743           ... and fix the very same leaks in GstTagDemux.
17744
17745 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17746
17747         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17748         (gst_id3demux_do_typefind):
17749         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17750         <jonathan at kaolin dot wh9 dot net>)
17751
17752 2006-02-10  Wim Taymans  <wim@fluendo.com>
17753
17754         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17755         First set options, then set caps or else the baseclass
17756         will not know about the options, duh.
17757
17758 2006-02-10  Wim Taymans  <wim@fluendo.com>
17759
17760         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17761         (gst_rtp_mp4v_pay_setcaps):
17762         Don't waste time looking for a config string if we have codec_info
17763         on the incomming caps.
17764
17765 2006-02-10  Wim Taymans  <wim@fluendo.com>
17766
17767         * gst/rtp/README:
17768         Say something about case-sensitivity of caps vs mime-attributes.
17769
17770         * gst/rtp/Makefile.am:
17771         * gst/rtp/gstrtp.c: (plugin_init):
17772         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17773         (gst_rtp_amr_pay_handle_buffer):
17774         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17775         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17776         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17777         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17778         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17779         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17780         (gst_rtp_mp4g_pay_plugin_init):
17781         * gst/rtp/gstrtpmp4gpay.h:
17782         Added beginnings of mpeg4-generic payloader (RFC 3640)
17783
17784 2006-02-09  Wim Taymans  <wim@fluendo.com>
17785
17786         * gst/rtsp/Makefile.am:
17787         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17788         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17789         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17790         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17791         (gst_rtpdec_change_state):
17792         * gst/rtsp/gstrtpdec.h:
17793         * gst/rtsp/gstrtsp.c: (plugin_init):
17794         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17795         * gst/rtsp/rtspconnection.c: (read_body),
17796         (rtsp_connection_receive):
17797         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17798         Resurected rtpdec to make rtspsrc happy again.
17799         Skip attributes from the session id.
17800         Don't crash when dumping a message with an empty body.
17801
17802
17803 2006-02-09  Wim Taymans  <wim@fluendo.com>
17804
17805         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17806         Added more meaningfull warnings when something goes wrong.
17807         Clear F bit on outgoing AMR packets.
17808
17809         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17810         (gst_rtp_amr_pay_handle_buffer):
17811         Added debugging category
17812         Support payloading of multiple AMR frames.
17813
17814         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17815         Added some debugging.
17816
17817 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17818
17819         * configure.ac:
17820           Back to CVS
17821
17822 === release 0.10.2 ===
17823
17824 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17825
17826         * configure.ac:
17827           releasing 0.10.2, "Papa was a rolling stone"
17828
17829 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17830
17831         * configure.ac:
17832           Bump core and plugins-base requirement to 0.10.2.2
17833           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17834
17835 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17836
17837         * ext/flac/gstflac.c: (plugin_init):
17838         * ext/speex/gstspeex.c: (plugin_init):
17839           Register musicbrainz tags.
17840
17841 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17842
17843         * ext/gconf/gconf.h:
17844           Remove declaration of function that no longer exists.
17845
17846 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17847
17848         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17849         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17850         Make shout2 work for non ogg streams
17851
17852 2006-02-06  Wim Taymans  <wim@fluendo.com>
17853
17854         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17855         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17856         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17857         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17858         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
17859         * gst/udp/gstmultiudpsink.h:
17860         Updated docs.
17861         Added properties bytes-served, bytes_to_serve.
17862         Post proper error messages,
17863         Emit client added signal too.
17864
17865 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17866
17867         * docs/plugins/Makefile.am:
17868         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17869         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17870         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17871         (gst_multiudpsink_get_stats):
17872           adding docs for multiudpsink
17873
17874 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17875
17876         * gst/level/gstlevel.c: (gst_level_transform_ip):
17877           peak below decay is not necessarily an error, so don't ERROR log
17878
17879 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17880
17881         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
17882         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
17883         (gst_ebml_write_seek):
17884         * gst/matroska/ebml-write.h:
17885           Make sure we send a newsegment event in BYTES format
17886           before sending buffers (#328531).
17887
17888 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17889
17890         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
17891         (gst_dvdemux_sink_query):
17892         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
17893         * ext/speex/gstspeexdec.c: (speex_get_query_types),
17894         (speex_dec_src_query):
17895         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
17896         (gst_speexenc_sink_query):
17897         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17898         * gst/matroska/matroska-demux.c:
17899         (gst_matroska_demux_get_src_query_types),
17900         (gst_matroska_demux_handle_src_query):
17901         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
17902         (gst_wavparse_pad_query):
17903           Pass unhandled queries upstream instead of just dropping
17904           them (#326446). Update query type arrays here and there.
17905
17906 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17907
17908         * tests/check/elements/matroskamux.c: (setup_src_pad):
17909           Collectpads in core got changed and now also holds a
17910           reference to any pad that is part of it. Fix refcount
17911           checks in test case accordingly.
17912
17913 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17914
17915         * gst/apetag/gstapedemux.h:
17916           Fix include, for now GstTagDemux is in the apetag dir.
17917
17918 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17919
17920         * docs/plugins/Makefile.am:
17921         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17922         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17923         * docs/plugins/inspect/plugin-cdio.xml:
17924           Add cdio plugin to docs.
17925
17926         * ext/cdio/gstcdiocddasrc.c:
17927           Add gtk-doc blurb.
17928
17929         * ext/cdio/gstcdio.c:
17930           The plugin is called 'cdio' not 'cddio'.
17931
17932 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17933
17934         * configure.ac:
17935         * docs/plugins/Makefile.am:
17936         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17937         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17938         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17939         * docs/plugins/inspect/plugin-apetag.xml:
17940         * gst/apetag/Makefile.am:
17941         * gst/apetag/gstapedemux.c:
17942         * gst/apetag/gstapedemux.h:
17943         * gst/apetag/gsttagdemux.c:
17944         * gst/apetag/gsttagdemux.h:
17945           Add APE tag demuxer (#325649).
17946
17947 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17948
17949         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
17950         (gst_gconf_get_default_video_sink),
17951         (gst_gconf_get_default_audio_src),
17952         (gst_gconf_get_default_video_src):
17953         * ext/gconf/gconf.h:
17954         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
17955         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
17956         (do_toggle_element):
17957         * ext/gconf/gstgconfaudiosink.h:
17958         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
17959         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17960         (do_toggle_element):
17961         * ext/gconf/gstgconfaudiosrc.h:
17962         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
17963         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
17964         (do_toggle_element):
17965         * ext/gconf/gstgconfvideosink.h:
17966         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
17967         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17968         (do_toggle_element):
17969         * ext/gconf/gstgconfvideosrc.h:
17970           Ignore changing the GConf key to "". Ignore GConf key updates
17971           that don't actually change the string.
17972           For now, ignore the GConf key when the state is > READY, as
17973           it breaks streaming. Sometime it will be nice to bring the
17974           new sink online even mid-stream, by sending NEWSEGMENT info
17975           and possibly prerolling.
17976           (Fixes #326736)
17977
17978 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17979
17980         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
17981         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
17982         (zoomFilterSetResolution), (zoomFilterDestroy),
17983         (zoomFilterFastRGB), (pointFilter):
17984         * gst/goom/filters.h:
17985         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
17986         (goom_update), (goom_close):
17987         * gst/goom/goom_core.h:
17988         * gst/goom/goom_tools.h:
17989         * gst/goom/graphic.c:
17990         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
17991         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
17992         * gst/goom/gstgoom.h:
17993         * gst/goom/lines.c: (goom_lines):
17994         * gst/goom/lines.h:
17995           Make goom reentrant by moving all important static variables
17996           into instance structures.
17997           (Fixes #329181)
17998
17999 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18000
18001         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18002         (gst_avi_demux_all_source_pads_unlinked),
18003         (gst_avi_demux_process_next_entry):
18004         * gst/avi/gstavidemux.h:
18005           Third attempt, use gst_pad_is_linked() this time.
18006
18007 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18008
18009         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18010         (parse_split_strings):
18011         Adjust for data length indicators when parsing (Fixes #329810)
18012         Fix stupid bug parsing UTF-8 tag text.
18013         Output tag strings with multiple fields as multiple tags, so the
18014         app gets all the data.
18015
18016 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18017
18018         * ext/flac/gstflacenc.c:
18019         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18020         show me.
18021         
18022 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18023
18024         * ext/flac/gstflacenc.c:
18025         * gst/matroska/ebml-read.c:
18026         Just make it compile with --disable-gst-debug.
18027
18028 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18029
18030         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18031         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18032         (id3v2_genre_fields_to_taglist):
18033           Never output a tag with a null contents string.
18034
18035 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18036
18037         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18038           Only pause if all pads are unlinked AND we've tried to send data
18039           on all of them at least once.
18040
18041 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18042
18043         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18044         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18045           Make loop function/task pause itself when all source pads are
18046           unlinked.
18047
18048 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18049
18050         * configure.ac:
18051         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18052           Use new functions from core to render a bin from a
18053           string. Fixes build. Up requirements to core CVS.
18054
18055 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18056
18057         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18058           Don't push buffers into the adapter that we are going to
18059           push downstream again without framing anyway. Also, the
18060           adaptor takes ownership of buffers put into it (fixes
18061           auparse pushing invalid buffers for .au files with
18062           ADPCM contents). Finally, set caps on all outgoing buffers.
18063
18064 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18065
18066         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18067         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18068         (gst_id3demux_send_tag_event):
18069         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18070         Someone should kick my butt. Remove ID3v1 tags from the end of the
18071         file.
18072
18073         Improve error messages. Send the TAG message as soon as we complete
18074         typefinding, instead of waiting until we send the first buffer.
18075         Downstream tag event is still sent before the first buffer.
18076
18077 2006-01-27  Jan Gerber  <j@bootlab.org>
18078
18079         Reviewed by: Andy Wingo <wingo@pobox.com>
18080
18081         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18082         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18083         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18084         to not have warings flooding stderr. this is the suggested way
18085         also used in dvgrab and kino. (#328336)
18086
18087 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18088
18089         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18090         (gst_oss_sink_init), (gst_oss_sink_finalise):
18091           Free the device name string when finalised.
18092
18093 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18094
18095         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18096           Don't put function calls in g_return_if_fail() statements,
18097           or they'll be replaced with NOOPs if someone compiles with
18098           G_DISABLE_CHECKS defined.
18099           
18100 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18101
18102         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18103         Never trust ANY information encoded in a media file, especially
18104         when it's giving you sizes. (Fixes #328452)
18105
18106 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18107
18108         * gst/rtp/gstrtpg711pay.c:
18109         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18110         bug #325148.
18111
18112 2006-01-23  Edward Hervey  <edward@fluendo.com>
18113
18114         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18115         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18116         * gst/matroska/matroska-ids.h:
18117         Added recognition of Real Audio and Video streams in matroska demuxer.
18118
18119 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18120
18121         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18122           Remove errant break statement, and fix compilation with
18123           older GCC.
18124
18125 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18126
18127         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18128
18129         * sys/sunaudio/gstsunaudiomixerctrl.c:
18130         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18131           Export functions that are needed in other parts of the code,
18132           makes the mixer actually work; adjust magic minimum buffer-time
18133           value from 3ms to 5ms to work around stuttering during mp3
18134           playback (#327765).
18135
18136 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18137
18138         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18139
18140         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18141         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18142           Fix possible deadlock in matroska muxer (#327825).
18143
18144 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18145
18146         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18147         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18148         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18149         * gst/rtsp/sdpmessage.h:
18150         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18151         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18152           C89 fixes: declare variables at the beginning of a block and
18153           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18154           <jensgr at gmx dot net>).
18155
18156 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18157
18158         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18159         * gst/id3demux/id3tags.h:
18160         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18161         (parse_comment_frame), (parse_text_identification_frame),
18162         (id3v2_tag_to_taglist), (id3v2_are_digits),
18163         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18164         (parse_split_strings), (free_tag_strings):
18165           Rewrite parsing of text tags to handle multiple NULL terminated
18166           strings. Parse numeric genre strings and ID3v2 type
18167           "(3)(6)Alternative" style genre strings.
18168           Parse dates that are only YYYY or YYYY-mm format.
18169           (Fixes #328241 and #322154)
18170
18171 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18172
18173         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18174           Don't forget to initialize liboil, otherwise our oil functions
18175           will crash (fixes #327871; patch by: Christoph Burghardt
18176           <hawkes at web dot de>).
18177
18178 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18179
18180         * configure.ac:
18181           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18182           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18183           patch by: Brian Cameron <brian dot cameron at sun dot com>
18184
18185 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18186
18187         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18188         * ext/cdio/gstcdio.h:
18189         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18190           Fix build for libcdio versions >= 76; give slightly lower rank
18191           than cdparanoia.
18192
18193 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18194
18195         * configure.ac:
18196         * ext/Makefile.am:
18197         * ext/cdio/Makefile.am:
18198         * ext/cdio/gstcdio.c:
18199         * ext/cdio/gstcdio.h:
18200         * ext/cdio/gstcdiocddasrc.c:
18201         * ext/cdio/gstcdiocddasrc.h:
18202           Port libcdio cdda source, formerly known as cddasrc, now known as
18203           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18204           but that's not tested (fixes #317658).
18205
18206 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18207
18208         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18209           Fix conversion from TIME to BYTES format (fixes #326864;
18210           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18211
18212 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18213
18214         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18215           Fix compilation of id3demux when zlib is not present.
18216           (Fixes #326602; patch by: Sergey Scobich)
18217
18218 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18219
18220         * ext/esd/Makefile.am:
18221           Add $(ESD_CFLAGS), otherwise build will fail for folks
18222           with libesd in a non-standard prefix (#327009).
18223
18224 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18225
18226         * configure.ac:
18227           back to HEAD
18228
18229 === release 0.10.1 ===
18230
18231 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18232
18233         * configure.ac:
18234           releasing 0.10.1, "Li"
18235
18236 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18237
18238           patch by: Wim Taymans
18239
18240         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18241           fix memleak.  Fixes #326618
18242
18243 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18244
18245           patch by: Mike Smith
18246
18247         * gst/level/gstlevel.c: (gst_level_message_new),
18248         (gst_level_message_append_channel):
18249           Fix memleak.  Fixes #326612
18250
18251 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18252
18253         * configure.ac:
18254           prereleasing
18255         * po/af.po:
18256         * po/az.po:
18257         * po/cs.po:
18258         * po/en_GB.po:
18259         * po/hu.po:
18260         * po/it.po:
18261         * po/nb.po:
18262         * po/nl.po:
18263         * po/or.po:
18264         * po/sq.po:
18265         * po/sr.po:
18266         * po/sv.po:
18267         * po/uk.po:
18268         * po/vi.po:
18269           update translations
18270
18271 2006-01-10  Michael Smith  <msmith@fluendo.com>
18272
18273         * gst/level/gstlevel.c: (gst_level_class_init),
18274         (gst_level_dispose):
18275           Don't leak filter arrays.
18276
18277 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18278
18279         reviewed by: Christian Schaller <uraeus@gnome.org>
18280         
18281         * configure.ac:
18282         * gst-plugins-good.spec.in:
18283         * sys/Makefile.am:
18284         * sys/sunaudio/Makefile.am:
18285         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18286         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18287         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18288         (gst_sunaudiomixer_change_state):
18289         * sys/sunaudio/gstsunaudiomixer.h:
18290         * sys/sunaudio/gstsunaudiomixerctrl.c:
18291         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18292         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18293         (gst_sunaudiomixer_ctrl_list_tracks),
18294         (gst_sunaudiomixer_ctrl_get_volume),
18295         (gst_sunaudiomixer_ctrl_set_volume),
18296         (gst_sunaudiomixer_ctrl_set_mute),
18297         (gst_sunaudiomixer_ctrl_set_record):
18298         * sys/sunaudio/gstsunaudiomixerctrl.h:
18299         * sys/sunaudio/gstsunaudiomixertrack.c:
18300         (gst_sunaudiomixer_track_class_init),
18301         (gst_sunaudiomixer_track_init), (fill_labels),
18302         (gst_sunaudiomixer_track_new):
18303         * sys/sunaudio/gstsunaudiomixertrack.h:
18304         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18305         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18306         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18307         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18308         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18309         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18310         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18311         * sys/sunaudio/gstsunaudiosink.h:
18312
18313         Add SunAudio plugin - tested to make sure it doesn't break
18314         the build under GNU/Linux.      
18315
18316 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18317
18318         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18319         * gst-plugins-good/gst/udp/gstudpsrc.c:
18320         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18321         overrides the port or multicast parameters. Fixes bugs #323021.
18322         API addition: adds GstUDPSrc::sockfd property   
18323
18324 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18325
18326         * ext/gconf/Makefile.am:
18327         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18328         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18329         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18330         (do_toggle_element), (cb_toggle_element),
18331         (gst_gconf_audio_src_change_state):
18332         * ext/gconf/gstgconfaudiosrc.h:
18333         * ext/gconf/gstgconfelements.c: (plugin_init):
18334         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18335         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18336         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18337         (do_toggle_element), (cb_toggle_element),
18338         (gst_gconf_video_src_change_state):
18339         * ext/gconf/gstgconfvideosrc.h:
18340           Add new gconfaudiosrc and gconfvideosrc elements
18341           (needed for gnome-sound-recorder).
18342
18343 2006-01-06  Edward Hervey  <edward@fluendo.com>
18344
18345         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18346         Add gst_element_no_more_pads() for proper decodebin behaviour.
18347         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18348         (parse_text_identification_frame), (parse_split_strings):
18349         Failure to decode some tags is not a GST_ERROR() but a
18350         GST_WARNING()
18351         When iterating over a chunk of text, check that we haven't gone too
18352         far.
18353
18354 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18355
18356         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18357         (plugin_init):
18358           call oil_init() when using liboil
18359
18360 2006-01-04  Wim Taymans  <wim@fluendo.com>
18361
18362         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18363         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18364         Fix leaks.
18365
18366 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18367
18368         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18369
18370         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18371         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18372         (gst_flac_dec_change_state):
18373           Don't g_assert() where we should just return FALSE; remove
18374           unnecessary g_assert(); initialize some fields properly in
18375           state change function (fixes #325504). Also, use
18376           GST_DEBUG_OBJECT in two more places.
18377
18378 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18379
18380         * configure.ac:
18381           also remove smoothwave's Makefile.am
18382         * docs/plugins/Makefile.am:
18383           fix plugin docs
18384
18385 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18386
18387         * tests/examples/Makefile.am:
18388           added missing Makefile.am
18389
18390 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18391
18392         * configure.ac:
18393         * gst/level/Makefile.am:
18394         * gst/level/level-example.c:
18395         * tests/Makefile.am:
18396         * tests/examples/level/Makefile.am:
18397         * tests/examples/level/level-example.c: (message_handler), (main):
18398           moved level-example to tests/examples/level-example
18399         * tests/old/examples/level/demo.c: (main):
18400         * tests/old/examples/level/plot.c: (main):
18401           some initial fixes
18402
18403 2005-12-29  Michael Smith  <msmith@fluendo.com>
18404
18405         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18406         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18407         * gst/udp/gstmultiudpsink.h:
18408           Track packets sent per client in addition to bytes sent; provide
18409           this info through get-stats signal
18410
18411 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18412
18413         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18414           Can't use gst_object_unref() on a GstAdapter (#325191).
18415
18416 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18417
18418         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18419         If a broken tag has 0 bytes payload, at least still skip
18420         the 10 byte header
18421
18422 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18423
18424         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18425         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18426         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18427         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18428           Making these depayloaders (H263+ and mpeg4 video) inherit from
18429           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18430
18431 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18432
18433         * docs/plugins/gst-plugins-good-plugins.args:
18434         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18435         Regenerate the plugin hiearchy.
18436
18437 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18438
18439         * docs/plugins/Makefile.am:
18440         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18441         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18442         * docs/plugins/gst-plugins-good-plugins.args:
18443         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18444         (gst_id3demux_base_init), (gst_id3demux_class_init),
18445         (gst_id3demux_chain):
18446         * gst/id3demux/gstid3demux.h:
18447           Add documentation for id3demux.
18448           Don't fail if the first buffer is not at offset 0, just
18449           attempt to typefind and do pass through
18450           Rename the gst_type function from gst_gst_id3demux..
18451
18452 2005-12-20  Michael Smith  <msmith@fluendo.com>
18453
18454         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18455         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18456         (gst_multiudpsink_get_stats):
18457         * gst/udp/gstmultiudpsink.h:
18458           Collect statistics; return them from get_stats.
18459
18460 2005-12-19  Edward Hervey  <edward@fluendo.com>
18461
18462         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18463         Stupid signedness issue...
18464
18465 2005-12-19  Edward Hervey  <edward@fluendo.com>
18466
18467         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18468         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18469         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18470         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18471         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18472         Construct index for indexless files.
18473         Make sure pad/buffers are correctly reset to NULL once we don't need
18474         them anymore, else we get lovely segfaults/assertions.
18475         * gst/wavparse/gstwavparse.c:
18476         Yes, you can have 96KHz audio and wma in wav :(
18477
18478 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18479
18480         * configure.ac:
18481           Check for optional dependency on zlib for id3demux
18482
18483         * gst/id3demux/Makefile.am:
18484         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18485         (gst_id3demux_base_init), (gst_id3demux_class_init),
18486         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18487         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18488         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18489         (gst_id3demux_set_property), (gst_id3demux_get_property),
18490         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18491         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18492         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18493         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18494         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18495         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18496         (simple_find_peek), (simple_find_suggest),
18497         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18498         (plugin_init):
18499         * gst/id3demux/gstid3demux.h:
18500         * gst/id3demux/id3tags.c: (read_synch_uint),
18501         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18502         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18503         (id3demux_id3v2_frames_to_tag_list):
18504         * gst/id3demux/id3tags.h:
18505         * gst/id3demux/id3v2.4.0-frames.txt:
18506         * gst/id3demux/id3v2.4.0-structure.txt:
18507         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18508         (parse_comment_frame), (parse_text_identification_frame),
18509         (id3v2_tag_to_taglist), (parse_split_strings):
18510           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18511           otherwise it discards them. Works on my test files. 
18512
18513         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18514           Don't send EOS to a non-existing srcpad
18515           The debug category can be static
18516
18517 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18518
18519         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18520         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18521         * gst/multipart/multipartdemux.c:
18522           change some char* into char[]
18523
18524 2005-12-16  Wim Taymans  <wim@fluendo.com>
18525
18526         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18527         (gst_wavparse_other), (gst_wavparse_perform_seek),
18528         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18529         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18530         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18531         * gst/wavparse/gstwavparse.h:
18532         Use GstSegment to implement more seeking features.
18533
18534 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18535
18536         * gst/rtsp/rtspconnection.c:
18537           Add <netinet/in.h> include and move <arpa/inet.h> include
18538           to make things work on OpenBSD as well (fixes #323717;
18539           patch by: Benjamin Pineau)
18540
18541 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18542
18543         * gst/rtp/gstrtpspeexdepay.c:
18544         * gst/rtp/gstrtpspeexpay.c:
18545         Set clock rate to be fixed in 8000. It fixes bug #324012.
18546
18547 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18548
18549         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18550         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18551         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18552         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18553         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18554         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18555         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18556         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18557         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18558         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18559         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18560         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18561         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18562         * gst-plugins-good/gst/rtp/README:
18563         Fixed payload range in payloder caps. Removed payload range completely
18564         from depayloaders as they don't require payload type in their caps.
18565         In effect, there isn't any specific payload type for any given codec,
18566         only suggestions.
18567         Fixes bug #324011.
18568
18569 2005-12-13  Julien MOUTTE  <julien@moutte.net>
18570
18571         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18572         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18573         (gst_videomixer_collected): Code cleanup and re-enabling 
18574         queued time validity check for correct EOS handling.
18575
18576 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
18577
18578         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
18579         (gst_oss_mixer_element_get_property),
18580         (gst_oss_mixer_element_change_state):
18581         Add 'device-name' property and fix state change function.
18582
18583 2005-12-13  Edward Hervey  <edward@fluendo.com>
18584
18585         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
18586         If the speed of the file is null in the header, set the frame_time to
18587         the default setting of GST_SECOND / 70. Which is the default
18588         frame_delay for .fli files as stated in this document :
18589         http://www.compuphase.com/flic.htm
18590         Would be nice to have the time conversion done properly too (duration =
18591         flxh->frames * flxdec->frame_time)
18592
18593 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18594
18595         * docs/plugins/Makefile.am:
18596         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18597         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18598         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18599         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18600         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18601         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
18602         documentation for videomixer on my way with a funny sample
18603         pipeline.
18604
18605 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18606
18607         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18608         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18609         (gst_videomixer_update_queues), (gst_videomixer_collected):
18610         Fix caps negotiation. (#323896)
18611
18612 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
18613
18614         * gst/matroska/matroska-demux.c:
18615         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
18616           Set correct timestamps on audio laces, fixes playback of mp3 from
18617                 matroska.
18618
18619 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18620
18621         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
18622         (gst_au_parse_class_init), (gst_au_parse_init),
18623         (gst_au_parse_dispose), (gst_au_parse_chain),
18624         (gst_au_parse_change_state), (plugin_init):
18625         * gst/auparse/gstauparse.h:
18626           Use gst_object_unref() for GstObjects instead of
18627           g_object_unref() and fix a mem leak in a debug
18628           statement; while we're at it, also borgify, use
18629           boilerplate macros and clean up a little bit.
18630
18631 2005-12-11  Edward Hervey  <edward@fluendo.com>
18632
18633         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18634         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
18635         Added pull mode.
18636
18637 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18638
18639         * gst/goom/gstgoom.c:
18640         * gst/level/level-example.c: (main):
18641         * gst/smoothwave/demo-osssrc.c: (main):
18642           Use audiotestsrc instead of sinesrc (#323798).
18643
18644 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
18645
18646         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
18647           more debug-func-ptr usage
18648
18649 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
18650
18651         * gst/flx/flx_color.c: (flx_colorspace_convert):
18652         * gst/flx/flx_color.h:
18653         * gst/flx/flx_fmt.h:
18654         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
18655         * gst/flx/gstflxdec.h:
18656           Now flxdec works on big-endian machines as well.
18657
18658 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18659
18660         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18661         (gst_fenced_buffer_copy):
18662           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
18663           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
18664           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
18665           and use GST_DEBUG_FUNCPTR for pad functions.
18666
18667 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18668
18669         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
18670         (gst_flac_dec_class_init), (gst_flac_dec_init),
18671         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
18672         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
18673         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
18674         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
18675         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
18676         (gst_flac_dec_change_state):
18677         * ext/flac/gstflacdec.h:
18678           Rewrite flacdec a bit, so that even seeking might work now. Most
18679           importantly, don't act upon any flow return values we get, just tell
18680           the decoder everything's dandy and act on the flow return values
18681           later on in the loop function. We don't want to mess up the internal
18682           decoder state for non-fatal things like flushing pads etc. Other
18683           than that, use GstSegment (segment seeks don't work yet though, but
18684           should be easy to add), use boilerplate macros, drop the superfluous
18685           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
18686           lots of other things.
18687
18688 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18689
18690         * configure.ac:
18691           Update comment in OSS includes check.
18692
18693         * sys/oss/gstossdmabuffer.c:
18694         * sys/oss/gstosshelper.c:
18695         * sys/oss/gstossmixer.c:
18696         * sys/oss/gstossmixertrack.c:
18697         * sys/oss/gstosssink.c:
18698         * sys/oss/gstosssrc.c:
18699         * sys/oss/oss_probe.c:
18700           Don't assume the OSS soundcard.h include is always in
18701           the sys/ directory. Instead, use the existing defines
18702           from config.h to include the right file. Fixes
18703           compilation on OpenBSD 3.8 (#323718).
18704
18705 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18706
18707         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18708         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18709         * docs/plugins/inspect/plugin-1394.xml:
18710         * docs/plugins/inspect/plugin-aasink.xml:
18711         * docs/plugins/inspect/plugin-alaw.xml:
18712         * docs/plugins/inspect/plugin-alpha.xml:
18713         * docs/plugins/inspect/plugin-alphacolor.xml:
18714         * docs/plugins/inspect/plugin-auparse.xml:
18715         * docs/plugins/inspect/plugin-autodetect.xml:
18716         * docs/plugins/inspect/plugin-avi.xml:
18717         * docs/plugins/inspect/plugin-cacasink.xml:
18718         * docs/plugins/inspect/plugin-cairo.xml:
18719         * docs/plugins/inspect/plugin-cutter.xml:
18720         * docs/plugins/inspect/plugin-debug.xml:
18721         * docs/plugins/inspect/plugin-dv.xml:
18722         * docs/plugins/inspect/plugin-efence.xml:
18723         * docs/plugins/inspect/plugin-effectv.xml:
18724         * docs/plugins/inspect/plugin-esdsink.xml:
18725         * docs/plugins/inspect/plugin-flac.xml:
18726         * docs/plugins/inspect/plugin-flxdec.xml:
18727         * docs/plugins/inspect/plugin-gconfelements.xml:
18728         * docs/plugins/inspect/plugin-goom.xml:
18729         * docs/plugins/inspect/plugin-jpeg.xml:
18730         * docs/plugins/inspect/plugin-level.xml:
18731         * docs/plugins/inspect/plugin-matroska.xml:
18732         * docs/plugins/inspect/plugin-mulaw.xml:
18733         * docs/plugins/inspect/plugin-multipart.xml:
18734         * docs/plugins/inspect/plugin-navigationtest.xml:
18735         * docs/plugins/inspect/plugin-ossaudio.xml:
18736         * docs/plugins/inspect/plugin-png.xml:
18737         * docs/plugins/inspect/plugin-rtp.xml:
18738         * docs/plugins/inspect/plugin-rtsp.xml:
18739         * docs/plugins/inspect/plugin-shout2send.xml:
18740         * docs/plugins/inspect/plugin-smpte.xml:
18741         * docs/plugins/inspect/plugin-speex.xml:
18742         * docs/plugins/inspect/plugin-udp.xml:
18743         * docs/plugins/inspect/plugin-videobox.xml:
18744         * docs/plugins/inspect/plugin-videoflip.xml:
18745         * docs/plugins/inspect/plugin-videomixer.xml:
18746         * docs/plugins/inspect/plugin-wavenc.xml:
18747         * docs/plugins/inspect/plugin-wavparse.xml:
18748         * ext/flac/gstflac.c: (plugin_init):
18749         * ext/flac/gstflacdec.c: (flacdec_get_type),
18750         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18751         (gst_flac_dec_init), (gst_flac_dec_finalize),
18752         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18753         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18754         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18755         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18756         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18757         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18758         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18759         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18760         * ext/flac/gstflacdec.h:
18761         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18762         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18763         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18764         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18765         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18766         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18767         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18768         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18769         (gst_flac_enc_change_state):
18770         * ext/flac/gstflacenc.h:
18771           borgify and fix up documentation
18772
18773 2005-12-09  Michael Smith  <msmith@fluendo.com>
18774
18775         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18776           Accept a wider range of flac files, more closely matching flac spec.
18777
18778 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18779
18780         * docs/plugins/Makefile.am: Add multipart elements.
18781         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18782         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18783         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18784         * gst/multipart/multipartdemux.c:
18785         * gst/multipart/multipartmux.c: Add docs.
18786
18787 2005-12-07  Edward Hervey  <edward@fluendo.com>
18788
18789         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18790         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18791         (gst_avi_demux_invert):
18792         Memleak and crasher fixes.
18793         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18794         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18795         Memleak fixes
18796
18797 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18798
18799         * ext/aalib/gstaasink.h:
18800         * ext/cairo/gsttextoverlay.h:
18801         * ext/dv/gstdvdec.h:
18802         * ext/dv/gstdvdemux.c:
18803         * ext/dv/gstdvdemux.h:
18804         * ext/esd/esdsink.h:
18805         * ext/flac/flac_compat.h:
18806         * ext/flac/gstflacdec.h:
18807         * ext/flac/gstflacenc.h:
18808         * ext/gconf/gconf.h:
18809         * ext/gconf/gstgconfaudiosink.h:
18810         * ext/gconf/gstgconfvideosink.h:
18811         * ext/gdk_pixbuf/gstgdkanimation.h:
18812         * ext/jpeg/gstjpegdec.h:
18813         * ext/jpeg/smokecodec.h:
18814         * ext/jpeg/smokeformat.h:
18815         * ext/ladspa/gstsignalprocessor.h:
18816         * ext/ladspa/search.c: (LADSPAPluginSearch):
18817         * ext/ladspa/utils.h:
18818         * ext/libmng/gstmng.c:
18819         * ext/libmng/gstmngdec.h:
18820         * ext/libmng/gstmngenc.c:
18821         * ext/libmng/gstmngenc.h:
18822         * ext/libpng/gstpng.c:
18823         * ext/libpng/gstpngenc.c:
18824         * ext/libpng/gstpngenc.h:
18825         * ext/shout2/gstshout2.h:
18826         * ext/speex/gstspeexdec.h:
18827         * ext/speex/gstspeexenc.c:
18828         * ext/speex/gstspeexenc.h:
18829         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18830         * gst/autodetect/gstautoaudiosink.h:
18831         * gst/autodetect/gstautovideosink.h:
18832         * gst/avi/gstavidemux.h:
18833         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18834         (gst_cutter_set_property), (gst_cutter_get_caps):
18835         * gst/cutter/gstcutter.h:
18836         * gst/debug/tests.c: (md5_process_block):
18837         * gst/debug/tests.h:
18838         * gst/effectv/gstwarp.c:
18839         * gst/flx/flx_fmt.h:
18840         * gst/flx/gstflxdec.h:
18841         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18842         (zoomFilterFastRGB):
18843         * gst/goom/filters.h:
18844         * gst/goom/goom_tools.h:
18845         * gst/law/alaw-encode.c:
18846         * gst/level/gstlevel.c:
18847         * gst/level/gstlevel.h:
18848         * gst/matroska/ebml-write.h:
18849         * gst/matroska/matroska-demux.h:
18850         * gst/matroska/matroska-ids.h:
18851         * gst/matroska/matroska-mux.h:
18852         * gst/monoscope/convolve.c: (convolve_match):
18853         * gst/monoscope/convolve.h:
18854         * gst/multipart/multipartmux.c:
18855         * gst/oldcore/gstaggregator.c:
18856         * gst/oldcore/gstaggregator.h:
18857         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18858         * gst/oldcore/gstmd5sink.h:
18859         * gst/oldcore/gstmultifilesrc.c:
18860         * gst/oldcore/gstmultifilesrc.h:
18861         * gst/oldcore/gstpipefilter.h:
18862         * gst/oldcore/gstshaper.h:
18863         * gst/rtp/gstrtpL16depay.h:
18864         * gst/rtp/gstrtpL16pay.h:
18865         * gst/rtp/gstrtpdepay.h:
18866         * gst/rtp/gstrtpmp4vpay.c:
18867         * gst/rtp/gstrtpmp4vpay.h:
18868         * gst/rtsp/gstrtspsrc.c:
18869         * gst/rtsp/gstrtspsrc.h:
18870         * gst/rtsp/rtspconnection.h:
18871         * gst/rtsp/rtspdefs.h:
18872         * gst/rtsp/rtspmessage.h:
18873         * gst/rtsp/rtsptransport.h:
18874         * gst/rtsp/rtspurl.c:
18875         * gst/rtsp/rtspurl.h:
18876         * gst/rtsp/sdpmessage.c:
18877         * gst/rtsp/sdpmessage.h:
18878         * gst/smpte/barboxwipes.c:
18879         * gst/smpte/gstmask.h:
18880         * gst/smpte/gstsmpte.h:
18881         * gst/smpte/paint.c:
18882         * gst/smpte/paint.h:
18883         * gst/udp/gstdynudpsink.h:
18884         * gst/udp/gstmultiudpsink.h:
18885         * gst/udp/gstudpsink.c:
18886         * gst/udp/gstudpsink.h:
18887         * gst/udp/gstudpsrc.c:
18888         * gst/videomixer/videomixer.c:
18889         * gst/wavenc/riff.h:
18890         * gst/wavparse/gstwavparse.h:
18891         * sys/oss/gstossdmabuffer.h:
18892         * sys/oss/gstossmixer.h:
18893         * sys/oss/gstossmixerelement.h:
18894         * sys/oss/gstossmixertrack.h:
18895         * sys/oss/gstosssink.c:
18896         * sys/oss/gstosssink.h:
18897         * sys/oss/gstosssrc.c:
18898         * sys/oss/gstosssrc.h:
18899         * sys/osxaudio/gstosxaudioelement.h:
18900         * sys/osxaudio/gstosxaudiosink.h:
18901         * sys/osxaudio/gstosxaudiosrc.h:
18902           expand tabs
18903
18904 === release 0.10.0 ===
18905
18906 2005-12-05   <thomas (at) apestaart (dot) org>
18907
18908         * configure.ac:
18909           releasing 0.10.0, "Abondance"
18910
18911 2005-12-05  Andy Wingo  <wingo@pobox.com>
18912
18913         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18914         * ext/flac/gstflacdec.c: (gst_flacdec_write):
18915         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
18916         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18917         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
18918         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18919         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
18920         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
18921         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
18922         * ext/speex/gstspeexdec.c: (speex_dec_chain):
18923         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18924         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18925         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18926         * gst/goom/gstgoom.c: (gst_goom_chain):
18927         * gst/matroska/matroska-demux.c:
18928         (gst_matroska_demux_push_vorbis_codec_priv_data),
18929         (gst_matroska_demux_add_wvpk_header):
18930         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
18931         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
18932         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
18933         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
18934         alloc_buffer changes.
18935
18936 2005-12-05  Michael Smith  <msmith@fluendo.com>
18937
18938         * docs/plugins/gst-plugins-good-plugins.args:
18939           Remove args for plugins that aren't in -good.
18940
18941 === release 0.9.7 ===
18942
18943 2005-12-01   <thomas (at) apestaart (dot) org>
18944
18945         * configure.ac:
18946           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
18947
18948 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18949
18950         * docs/plugins/.cvsignore:
18951         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18952         * docs/plugins/inspect/plugin-multipart.xml:
18953         * docs/plugins/inspect/plugin-rtp.xml:
18954           add multipart plugin to docs
18955
18956 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18957
18958         * configure.ac:
18959         * ext/Makefile.am:
18960         * ext/pango/Makefile.am:
18961         * ext/pango/gstclockoverlay.c:
18962         * ext/pango/gstclockoverlay.h:
18963         * ext/pango/gsttextoverlay.c:
18964         * ext/pango/gsttextoverlay.h:
18965         * ext/pango/gsttextrender.c:
18966         * ext/pango/gsttextrender.h:
18967         * ext/pango/gsttimeoverlay.c:
18968         * ext/pango/gsttimeoverlay.h:
18969           move pango to base
18970
18971 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18972
18973         * gst/rtp/Makefile.am:
18974         * gst/rtp/gstrtpL16depay.c:
18975         * gst/rtp/gstrtpL16depay.h:
18976         * gst/rtp/gstrtpL16parse.c:
18977         * gst/rtp/gstrtpL16parse.h:
18978         * gst/rtp/gstrtpgsmdepay.c:
18979         * gst/rtp/gstrtpgsmdepay.h:
18980         * gst/rtp/gstrtpgsmparse.c:
18981         * gst/rtp/gstrtpgsmparse.h:
18982           parsers are depayers
18983
18984 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18985
18986         * gst/rtp/Makefile.am:
18987         * gst/rtp/gstasteriskh263.c:
18988         * gst/rtp/gstrtp.c:
18989         * gst/rtp/gstrtpL16enc.c:
18990         * gst/rtp/gstrtpL16enc.h:
18991         * gst/rtp/gstrtpL16parse.c:
18992         * gst/rtp/gstrtpL16parse.h:
18993         * gst/rtp/gstrtpL16pay.c:
18994         * gst/rtp/gstrtpL16pay.h:
18995         * gst/rtp/gstrtpamrdec.c:
18996         * gst/rtp/gstrtpamrdec.h:
18997         * gst/rtp/gstrtpamrdepay.c:
18998         * gst/rtp/gstrtpamrdepay.h:
18999         * gst/rtp/gstrtpamrenc.c:
19000         * gst/rtp/gstrtpamrenc.h:
19001         * gst/rtp/gstrtpamrpay.c:
19002         * gst/rtp/gstrtpamrpay.h:
19003         * gst/rtp/gstrtpdec.c:
19004         * gst/rtp/gstrtpdec.h:
19005         * gst/rtp/gstrtpdepay.c:
19006         * gst/rtp/gstrtpdepay.h:
19007         * gst/rtp/gstrtpg711dec.c:
19008         * gst/rtp/gstrtpg711dec.h:
19009         * gst/rtp/gstrtpg711depay.c:
19010         * gst/rtp/gstrtpg711depay.h:
19011         * gst/rtp/gstrtpg711enc.c:
19012         * gst/rtp/gstrtpg711enc.h:
19013         * gst/rtp/gstrtpg711pay.c:
19014         * gst/rtp/gstrtpg711pay.h:
19015         * gst/rtp/gstrtpgsmenc.c:
19016         * gst/rtp/gstrtpgsmenc.h:
19017         * gst/rtp/gstrtpgsmparse.c:
19018         * gst/rtp/gstrtpgsmparse.h:
19019         * gst/rtp/gstrtpgsmpay.c:
19020         * gst/rtp/gstrtpgsmpay.h:
19021         * gst/rtp/gstrtph263enc.c:
19022         * gst/rtp/gstrtph263enc.h:
19023         * gst/rtp/gstrtph263pay.c:
19024         * gst/rtp/gstrtph263pay.h:
19025         * gst/rtp/gstrtph263pdec.c:
19026         * gst/rtp/gstrtph263pdec.h:
19027         * gst/rtp/gstrtph263pdepay.c:
19028         * gst/rtp/gstrtph263pdepay.h:
19029         * gst/rtp/gstrtph263penc.c:
19030         * gst/rtp/gstrtph263penc.h:
19031         * gst/rtp/gstrtph263ppay.c:
19032         * gst/rtp/gstrtph263ppay.h:
19033         * gst/rtp/gstrtpmp4vdec.c:
19034         * gst/rtp/gstrtpmp4vdec.h:
19035         * gst/rtp/gstrtpmp4vdepay.c:
19036         * gst/rtp/gstrtpmp4vdepay.h:
19037         * gst/rtp/gstrtpmp4venc.c:
19038         * gst/rtp/gstrtpmp4venc.h:
19039         * gst/rtp/gstrtpmp4vpay.c:
19040         * gst/rtp/gstrtpmp4vpay.h:
19041         * gst/rtp/gstrtpmpadec.c:
19042         * gst/rtp/gstrtpmpadec.h:
19043         * gst/rtp/gstrtpmpadepay.c:
19044         * gst/rtp/gstrtpmpadepay.h:
19045         * gst/rtp/gstrtpmpaenc.c:
19046         * gst/rtp/gstrtpmpaenc.h:
19047         * gst/rtp/gstrtpmpapay.c:
19048         * gst/rtp/gstrtpmpapay.h:
19049         * gst/rtp/gstrtpspeexdec.c:
19050         * gst/rtp/gstrtpspeexdec.h:
19051         * gst/rtp/gstrtpspeexdepay.c:
19052         * gst/rtp/gstrtpspeexdepay.h:
19053         * gst/rtp/gstrtpspeexenc.c:
19054         * gst/rtp/gstrtpspeexenc.h:
19055         * gst/rtp/gstrtpspeexpay.c:
19056         * gst/rtp/gstrtpspeexpay.h:
19057           Do burger's rename for rtp payloaders and depayloaders
19058
19059 2005-11-30  Wim Taymans  <wim@fluendo.com>
19060
19061         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19062         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19063         * ext/dv/gstdvdemux.h:
19064         Fix seeking in dvdemux again, add some more debug info.
19065
19066 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19067
19068         * configure.ac:
19069           fix tests
19070
19071 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19072
19073         * PORTED_09:
19074         * docs/random/PORTED_09:
19075           move
19076         * tests/Makefile.am:
19077           add
19078         * win32/gst.sln:
19079           remove
19080
19081 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19082
19083         * Makefile.am:
19084         * check/.cvsignore:
19085         * check/Makefile.am:
19086         * check/elements/.cvsignore:
19087         * check/elements/level.c:
19088         * check/elements/matroskamux.c:
19089         * configure.ac:
19090         * examples/Makefile.am:
19091         * examples/capsfilter/Makefile.am:
19092         * examples/capsfilter/capsfilter1.c:
19093         * examples/gob/Makefile.am:
19094         * examples/gob/gst-identity2.gob:
19095         * examples/gstplay/.cvsignore:
19096         * examples/gstplay/Makefile.am:
19097         * examples/gstplay/player.c:
19098         * examples/indexing/.cvsignore:
19099         * examples/indexing/Makefile.am:
19100         * examples/indexing/indexmpeg.c:
19101         * examples/level/Makefile.am:
19102         * examples/level/README:
19103         * examples/level/demo.c:
19104         * examples/level/plot.c:
19105         * examples/stats/Makefile.am:
19106         * examples/stats/mp2ogg.c:
19107         * examples/switch/.cvsignore:
19108         * examples/switch/Makefile.am:
19109         * examples/switch/switcher.c:
19110           move under tests/
19111
19112 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19113
19114         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19115         (gst_text_render_class_init), (resize_bitmap),
19116         (gst_text_render_render_text), (gst_text_render_setcaps),
19117         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19118         (gst_text_render_chain), (gst_text_render_finalize),
19119         (gst_text_render_init), (gst_text_render_set_property):
19120         * ext/pango/gsttextrender.h:
19121           Add missing files.
19122
19123 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19124
19125         * configure.ac:
19126         * ext/Makefile.am:
19127         * ext/pango/Makefile.am:
19128         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19129         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19130         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19131         * ext/pango/gstclockoverlay.h:
19132         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19133         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19134         (gst_text_overlay_finalize), (gst_text_overlay_init),
19135         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19136         (gst_text_overlay_text_pad_linked),
19137         (gst_text_overlay_text_pad_unlinked),
19138         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19139         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19140         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19141         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19142         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19143         (gst_text_overlay_change_state), (plugin_init):
19144         * ext/pango/gsttextoverlay.h:
19145         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19146         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19147         (gst_time_overlay_class_init), (gst_time_overlay_init):
19148         * ext/pango/gsttimeoverlay.h:
19149           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19150           and add background shading and text wrapping modes. Make 
19151           timoverlay derive from textoverlay. Also add new clockoverlay
19152           element.
19153
19154 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19155
19156         * gst/udp/Makefile.am: Moved to netbuffer.
19157
19158 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19159
19160         * configure.ac:
19161         * PORTED_O9:
19162         * gst/multipart/Makefile.am:
19163         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19164         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19165         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19166         (gst_multipart_demux_change_state),
19167         (gst_multipart_demux_plugin_init):
19168         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19169         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19170         (gst_multipart_mux_sinkconnect),
19171         (gst_multipart_mux_request_new_pad),
19172         (gst_multipart_mux_handle_src_event),
19173         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19174         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19175         0.9.
19176
19177 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19178
19179         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19180         * gst/debug/gstnavigationtest.h:
19181         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19182         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19183         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19184         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19185         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19186         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19187         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19188         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19189         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19190         (gst_video_flip_get_type):
19191         * gst/videofilter/gstvideoflip.h:
19192           update for symbols change
19193
19194 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19195
19196         * gst/udp/gstdynudpsink.c:
19197         * gst/udp/gstudpsrc.c:
19198           the old gstnet lib was renamed gstnetbuffer (#322257)
19199
19200 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19201
19202         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19203         (gst_text_overlay_collected):
19204           Actually render the text from the text pad.
19205
19206 2005-11-29  Edward Hervey  <edward@fluendo.com>
19207
19208         * gst/debug/gstnavseek.c: (gst_navseek_event):
19209         * gst/debug/progressreport.c: (gst_progress_report_event):
19210         Update for GstBaseTransform event virtual method
19211
19212 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19213
19214         * ext/cairo/Makefile.am:
19215           no need to link to videofilter
19216
19217 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19218
19219         * gst/debug/Makefile.am:
19220         * gst/debug/gstnavigationtest.h:
19221         * gst/effectv/Makefile.am:
19222         * gst/effectv/gstaging.c:
19223         * gst/effectv/gstdice.c:
19224         * gst/effectv/gstedge.c:
19225         * gst/effectv/gstquark.c:
19226         * gst/effectv/gstrev.c:
19227         * gst/effectv/gstshagadelic.c:
19228         * gst/effectv/gstvertigo.c:
19229         * gst/effectv/gstwarp.c:
19230         * gst/videofilter/Makefile.am:
19231         * gst/videofilter/gstvideofilter.c:
19232         * gst/videofilter/gstvideofilter.h:
19233         * gst/videofilter/gstvideoflip.h:
19234           remove the videofilter library and link to the one in base
19235
19236 2005-11-28  Edward Hervey  <edward@fluendo.com>
19237
19238         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19239         Useless check now we're setting the current entry correctly.
19240
19241 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19242
19243         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19244         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19245         (gst_jpegenc_change_state):
19246           Don't leak input buffer in chain function (fixes #322667); make 
19247           state change function thread-safe; don't repeat the current function
19248           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19249           gst_pad_alloc_buffer(); misc. minor cleanups.
19250
19251 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19252
19253         * gst/matroska/matroska-mux.c:
19254         (gst_matroska_mux_video_pad_setcaps):
19255         Look for pixel-aspect-ratio in caps, not pixel_width and
19256         pixel_height (Fixes: #322645)
19257
19258 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19259
19260         * gst/matroska/matroska-mux.c:
19261         (gst_matroska_mux_video_pad_setcaps):
19262         From Michal Benes:
19263         frame duration should be GST_SECOND / framerate, not
19264         GST_SECOND * framerate. (Fixes: #322643)
19265
19266 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19267
19268         * configure.ac:
19269           fix up GST_PLUGIN_LDFLAGS
19270         * gst/rtsp/rtspconnection.c:
19271           fix includes (see #317043)
19272         * gst/videofilter/Makefile.am:
19273           stop installing this library
19274
19275 2005-11-26  Edward Hervey  <edward@fluendo.com>
19276
19277         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19278         Handle the case where the incoming Video dv stream doesn't have
19279         a pixel aspect ratio set.
19280
19281 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19282
19283         * docs/plugins/Makefile.am:
19284         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19285         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19286         * ext/flac/gstflacdec.c:
19287           document flacdec
19288
19289 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19290
19291         * docs/plugins/Makefile.am:
19292         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19293         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19294         * docs/plugins/inspect/plugin-autodetect.xml:
19295         * ext/cairo/gstcairo.c: (plugin_init):
19296         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19297         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19298         (gst_text_overlay_init), (gst_text_overlay_font_init),
19299         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19300         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19301         (gst_text_overlay_text_pad_linked),
19302         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19303         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19304         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19305         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19306         (gst_text_overlay_change_state):
19307         * ext/cairo/gsttextoverlay.h:
19308         * ext/cairo/gsttimeoverlay.c:
19309         (gst_cairo_time_overlay_update_font_height),
19310         (gst_cairo_time_overlay_set_caps),
19311         (gst_cairo_time_overlay_get_unit_size),
19312         (gst_cairo_time_overlay_print_smpte_time),
19313         (gst_cairo_time_overlay_transform),
19314         (gst_cairo_time_overlay_base_init),
19315         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19316         (gst_cairo_time_overlay_get_type):
19317         * ext/cairo/gsttimeoverlay.h:
19318           do some name borgifying
19319           document
19320
19321 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19322
19323         * docs/plugins/Makefile.am:
19324         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19325         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19326         * gst/autodetect/gstautoaudiosink.c:
19327         (gst_auto_audio_sink_base_init):
19328         * gst/autodetect/gstautovideosink.c:
19329         (gst_auto_video_sink_base_init),
19330         (gst_auto_video_sink_factory_filter):
19331           documenting auto*sink
19332           using strstr for the video sink lookup, class field is not ordered
19333         * docs/plugins/inspect/plugin-1394.xml:
19334         * docs/plugins/inspect/plugin-aasink.xml:
19335         * docs/plugins/inspect/plugin-alaw.xml:
19336         * docs/plugins/inspect/plugin-alpha.xml:
19337         * docs/plugins/inspect/plugin-alphacolor.xml:
19338         * docs/plugins/inspect/plugin-auparse.xml:
19339         * docs/plugins/inspect/plugin-autodetect.xml:
19340         * docs/plugins/inspect/plugin-avi.xml:
19341         * docs/plugins/inspect/plugin-cacasink.xml:
19342         * docs/plugins/inspect/plugin-cairo.xml:
19343         * docs/plugins/inspect/plugin-cutter.xml:
19344         * docs/plugins/inspect/plugin-debug.xml:
19345         * docs/plugins/inspect/plugin-dv.xml:
19346         * docs/plugins/inspect/plugin-efence.xml:
19347         * docs/plugins/inspect/plugin-effectv.xml:
19348         * docs/plugins/inspect/plugin-esdsink.xml:
19349         * docs/plugins/inspect/plugin-flac.xml:
19350         * docs/plugins/inspect/plugin-flxdec.xml:
19351         * docs/plugins/inspect/plugin-gconfelements.xml:
19352         * docs/plugins/inspect/plugin-goom.xml:
19353         * docs/plugins/inspect/plugin-jpeg.xml:
19354         * docs/plugins/inspect/plugin-level.xml:
19355         * docs/plugins/inspect/plugin-matroska.xml:
19356         * docs/plugins/inspect/plugin-mulaw.xml:
19357         * docs/plugins/inspect/plugin-navigationtest.xml:
19358         * docs/plugins/inspect/plugin-ossaudio.xml:
19359         * docs/plugins/inspect/plugin-png.xml:
19360         * docs/plugins/inspect/plugin-rtp.xml:
19361         * docs/plugins/inspect/plugin-rtsp.xml:
19362         * docs/plugins/inspect/plugin-shout2send.xml:
19363         * docs/plugins/inspect/plugin-smpte.xml:
19364         * docs/plugins/inspect/plugin-speex.xml:
19365         * docs/plugins/inspect/plugin-udp.xml:
19366         * docs/plugins/inspect/plugin-videobox.xml:
19367         * docs/plugins/inspect/plugin-videoflip.xml:
19368         * docs/plugins/inspect/plugin-videomixer.xml:
19369         * docs/plugins/inspect/plugin-wavenc.xml:
19370         * docs/plugins/inspect/plugin-wavparse.xml:
19371           update for HEAD version
19372
19373 2005-11-25  Michael Smith  <msmith@fluendo.com>
19374
19375         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19376           Patch from Sebastien Cote to close control sockets in udpsrc.
19377
19378 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19379
19380         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19381         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19382         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19383         (gst_quarktv_base_init), (gst_quarktv_class_init),
19384         (gst_quarktv_init): Flush the planes list on reverse caps
19385         negotiation. This was crashing because of differently sized
19386         buffers.
19387
19388 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19389
19390         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19391         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19392         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19393         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19394         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19395         (gst_videoflip_set_property), (gst_videoflip_base_init),
19396         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19397         correctly, fix identity flipping, convert navigation event 
19398         correctly again.
19399
19400 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19401
19402         * configure.ac: back to HEAD
19403
19404 === release 0.9.6 ===
19405
19406 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19407
19408         * configure.ac:
19409           releasing 0.9.6, "Everything's Not Lost"
19410
19411 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19412
19413         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19414         Oops, initialise the framerate GValue
19415
19416 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19417
19418         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19419         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19420         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19421         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19422         (gst_timeoverlay_get_type):
19423         * ext/cairo/gsttimeoverlay.h:
19424         * gst/debug/Makefile.am:
19425         * gst/debug/gstnavigationtest.c:
19426         (gst_navigationtest_handle_src_event),
19427         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19428         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19429         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19430         (gst_navigationtest_init), (gst_navigationtest_get_type),
19431         (plugin_init):
19432         * gst/debug/gstnavigationtest.h:
19433         * gst/effectv/Makefile.am:
19434         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19435         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19436         (gst_agingtv_base_init), (gst_agingtv_class_init),
19437         (gst_agingtv_init), (gst_agingtv_get_type):
19438         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19439         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19440         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19441         (gst_dicetv_get_type):
19442         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19443         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19444         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19445         (gst_edgetv_get_type):
19446         * gst/effectv/gsteffectv.c:
19447         * gst/effectv/gsteffectv.h:
19448         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19449         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19450         (gst_quarktv_change_state), (gst_quarktv_base_init),
19451         (gst_quarktv_class_init), (gst_quarktv_init),
19452         (gst_quarktv_get_type):
19453         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19454         (gst_revtv_get_unit_size), (gst_revtv_transform),
19455         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19456         (gst_revtv_get_type):
19457         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19458         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19459         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19460         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19461         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19462         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19463         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19464         (gst_vertigotv_init), (gst_vertigotv_get_type):
19465         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19466         (gst_warptv_get_unit_size), (gst_warptv_transform),
19467         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19468         (gst_warptv_get_type):
19469         * gst/videofilter/Makefile.am:
19470         * gst/videofilter/gstvideobalance.c:
19471         * gst/videofilter/gstvideobalance.h:
19472         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19473         (gst_videofilter_class_init), (gst_videofilter_init):
19474         * gst/videofilter/gstvideofilter.h:
19475         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19476         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19477         (gst_videoflip_flip), (gst_videoflip_transform),
19478         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19479         (gst_videoflip_base_init), (gst_videoflip_class_init),
19480         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19481         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19482         BaseTransform, it's just a place holder for now and every video
19483         effect plugin has been ported to use BaseTransform features 
19484         directly. QuarkTV was fixed too (was broken), navigationtest works
19485         and best for the end, videoflip converts navigation events depending
19486         on flip method ! Fixes #320953
19487
19488 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19489
19490         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19491         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19492         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19493         (gst_goom_src_negotiate), (gst_goom_chain):
19494         * gst/matroska/matroska-mux.c:
19495         (gst_matroska_mux_video_pad_setcaps):
19496         * sys/osxvideo/osxvideosink.m:
19497           Fixes for API changes
19498
19499 2005-11-23  Michael Smith <msmith@fluendo.com>
19500
19501         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19502         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19503         * ext/jpeg/gstjpegdec.h:
19504         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19505         * ext/jpeg/gstjpegenc.h:
19506         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19507         (gst_smokeenc_resync):
19508         * ext/jpeg/gstsmokeenc.h:
19509           JPEG fractiony goodness.
19510
19511 2005-11-22  Michael Smith <msmith@fluendo.com>
19512
19513         * gst/goom/filters.c:
19514         * gst/goom/graphic.h:
19515           Fix compilation by making some functions static inline instead of
19516           extern inline, matching the way they're used.
19517
19518 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19519
19520         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19521         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19522         * ext/cairo/gsttextoverlay.h:
19523         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19524         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19525         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19526         (gst_pngdec_caps_create_and_set):
19527         * ext/libpng/gstpngdec.h:
19528         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19529         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19530         * gst/avi/gstavimux.c: (gst_avimux_init),
19531         (gst_avimux_vidsinkconnect):
19532         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19533         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19534         (gst_goom_src_negotiate), (gst_goom_chain):
19535         * gst/goom/gstgoom.h:
19536         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19537         * gst/matroska/matroska-mux.c:
19538         (gst_matroska_mux_video_pad_setcaps):
19539         * sys/osxvideo/osxvideosink.h:
19540         * sys/osxvideo/osxvideosink.m:
19541           More fractional framerate conversions 
19542
19543 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19544
19545         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19546         * gst/debug/gstnavigationtest.c:
19547         (gst_navigationtest_handle_src_event):
19548         * gst/videofilter/gstvideofilter.c:
19549         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19550         (gst_videofilter_init):
19551         * gst/videofilter/gstvideofilter.h:
19552           Convert to fractional framerates.
19553
19554 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19555
19556         * ext/aalib/gstaasink.c:
19557         * ext/dv/gstdvdec.c:
19558         * ext/esd/esdmon.c:
19559         * ext/flac/gstflacenc.c:
19560         * ext/gdk_pixbuf/pixbufscale.c:
19561         * ext/libcaca/gstcacasink.c:
19562         * ext/shout2/gstshout2.c:
19563         * gst/alpha/gstalpha.c:
19564         * gst/oldcore/gstaggregator.c:
19565         * gst/oldcore/gstshaper.c:
19566         * gst/smpte/barboxwipes.c:
19567         * gst/smpte/gstsmpte.c:
19568         * gst/videobox/gstvideobox.c:
19569         * gst/videofilter/gstvideoflip.c:
19570         * gst/videomixer/videomixer.c:
19571           fix up more enums
19572
19573 2005-11-22  Michael Smith <msmith@fluendo.com>
19574
19575         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19576         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19577         (gst_videomixer_update_queues):
19578           Fractional framerates, videomixer.
19579
19580 2005-11-22  Michael Smith <msmith@fluendo.com>
19581
19582         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
19583         * ext/dv/gstdvdec.h:
19584         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
19585         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
19586         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
19587         (gst_dvdemux_flush):
19588         * ext/dv/gstdvdemux.h:
19589           Fractional framerates for DV. 
19590
19591 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19592
19593         * gst/autodetect/gstautoaudiosink.c:
19594         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19595         * gst/autodetect/gstautovideosink.c:
19596         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19597           Use gst_plugin_feature_list_free() to free feature list and
19598           in the case of autovideosink free the list at all. Also
19599           miscellaneous cosmetic fixes.
19600
19601 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19602
19603         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19604         (gst_cutter_set_property), (gst_cutter_get_caps):
19605           copy calculation code from level; remove use of some audio
19606           functions
19607
19608 2005-11-22  Andy Wingo  <wingo@pobox.com>
19609
19610         * Update for gst_tag_setter API changes.
19611
19612 2005-11-22  Andy Wingo  <wingo@pobox.com>
19613
19614         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
19615         (gst_dvdemux_demux_frame)
19616         * ext/flac/gstflacdec.c (gst_flacdec_write)
19617         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
19618         (gst_flacenc_sink_event)
19619         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
19620         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
19621         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
19622         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
19623         * gst/auparse/gstauparse.c (gst_auparse_chain)
19624         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
19625         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
19626         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
19627         (gst_avi_demux_handle_seek)
19628         * gst/goom/gstgoom.c (gst_goom_event)
19629         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
19630         * gst/matroska/matroska-demux.c
19631         (gst_matroska_demux_handle_seek_event)
19632         (gst_matroska_demux_loop_stream_parse_id)
19633         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
19634         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
19635         (gst_wavparse_stream_headers): Run update-funcnames.
19636
19637 2005-11-22  Edward Hervey  <edward@fluendo.com>
19638
19639         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19640         (gst_dv1394src_init), (gst_dv1394src_dispose),
19641         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
19642         (gst_dv1394src_uri_set_uri):
19643         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19644         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
19645         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
19646         URIHandler interface and element properties are now properly
19647         synchronized for DV1394src and UDPSrc
19648
19649 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19650
19651         * ext/flac/Makefile.am:
19652         * ext/speex/Makefile.am:
19653           libgsttagedit has been renamed to libgsttag.
19654
19655 2005-11-21  Wim Taymans  <wim@fluendo.com>
19656
19657         * gst/rtsp/rtspconnection.c: (read_body):
19658         Apply patch from Sebastien Cote to fix #319184.
19659
19660 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19661
19662         * configure.ac:
19663         * gst/cutter/Makefile.am:
19664         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
19665         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
19666         (gst_cutter_set_property), (gst_cutter_get_property),
19667         (plugin_init), (gst_cutter_get_caps):
19668           port cutter
19669         * gst/level/gstlevel.c:
19670           fix up plugin details
19671
19672 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19673
19674         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
19675         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
19676         (gst_flacdec_src_event):
19677         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
19678         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
19679         (gst_signal_processor_getrange), (gst_signal_processor_chain):
19680         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19681         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
19682         (gst_flxdec_sink_event_handler):
19683         * gst/matroska/matroska-demux.c:
19684         (gst_matroska_demux_handle_seek_event):
19685         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
19686           Update for stream lock API changes: don't take stream log
19687           in sink event handlers any longer and change GST_STREAM_LOCK
19688           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
19689           functions.
19690
19691 2005-11-21  Michael Smith <msmith@fluendo.com>
19692
19693         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
19694           gst_object_unref, not g_object_unref
19695
19696 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19697
19698         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19699         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
19700           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
19701
19702 2005-11-21  Michael Smith <msmith@fluendo.com>
19703
19704         * gst/auparse/Makefile.am:
19705         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19706         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
19707         (gst_auparse_change_state):
19708         * gst/auparse/gstauparse.h:
19709           Partially fix #161712. playbin still doesn't work on these files,
19710           (on the bug report, Andy says we aren't typefinding it for some
19711           reason?) but at least auparse isn't totally busted like it was before.
19712
19713 2005-11-21  Andy Wingo  <wingo@pobox.com>
19714
19715         * *.h:
19716         * *.c: Ran scripts/update-macros. Oh yes.
19717
19718 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19719
19720         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
19721           Filler events are gone for now, comment out section generating
19722           them.
19723
19724 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19725
19726         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19727         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
19728         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
19729         * sys/osxvideo/osxvideosink.m:
19730           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19731           (#322027)
19732
19733 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19734
19735         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19736         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19737         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19738         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19739         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19740         (gst_avi_demux_stream_data):
19741         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19742         * gst/wavenc/gstwavenc.c: (write_metadata):
19743         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19744         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19745         Fixes for GST_FOURCC_FORMAT API change.
19746
19747 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19748
19749         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19750         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19751         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19752         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19753         (gst_text_overlay_change_state):
19754         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19755         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19756         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19757         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19758         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19759         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19760         (gst_videomixer_change_state):
19761           Fix for collect pads API change. Also fix textoverlay state
19762           change function.
19763
19764 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19765
19766         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19767         GST_PAD_IS_USABLE by something approaching it.
19768
19769 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19770
19771         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19772         API changes.
19773         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19774         but also fix the code that was not checking return values from
19775         pad_push neither using pad_alloc_buffer.
19776
19777 2005-11-18  Edward Hervey  <edward@fluendo.com>
19778
19779         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19780         (gst_pngenc_chain):
19781         Added debug category
19782         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19783         goes to EOS.
19784
19785 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19786
19787         * gst/rtp/Makefile.am
19788         * gst/rtp/gstrtp.c
19789         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19790         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19791         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19792         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19793         * gst/rtp/gstrtpg711enc.h:
19794         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19795         * gst/rtp/gstrtpspeexenc.c:
19796         * gst/rtp/gstrtpspeexenc.h:
19797         * gst/rtp/gstrtpspeexdec.c:
19798         * gst/rtp/gstrtpspeexdec.h:
19799         Created Speex payloader and depayloader; Optimize G711 payloader to
19800         use adapter and send packets until MTU size.
19801
19802 2005-11-16  Wim Taymans  <wim@fluendo.com>
19803
19804         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19805         Fix leak in check.
19806
19807 2005-11-16  Wim Taymans  <wim@fluendo.com>
19808
19809         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19810         Fix state change.
19811
19812 2005-11-16  Andy Wingo  <wingo@pobox.com>
19813
19814         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19815         (gst_udpsrc_create): Move comment.
19816
19817 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19818
19819         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19820
19821         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19822           When seeking, seek to closest index entry at or before the requested
19823           seek position, not just the closest one (#321001).
19824
19825 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19826
19827         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19828         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19829           Invert DIB images again (see #132341).
19830
19831 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19832
19833         * configure.ac:
19834           rework configure.ac file
19835         * ext/aalib/gstaasink.c:
19836         * ext/cairo/gstcairo.c:
19837         * ext/dv/gstdv.c:
19838         * ext/esd/gstesd.c:
19839         * ext/flac/gstflac.c:
19840         * ext/gconf/gstgconfelements.c:
19841         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19842         * ext/jpeg/gstjpeg.c:
19843         * ext/ladspa/gstladspa.c:
19844         * ext/libcaca/gstcacasink.c:
19845         * ext/libmng/gstmng.c:
19846         * ext/libpng/gstpng.c:
19847         * ext/mikmod/gstmikmod.c:
19848         * ext/pango/gsttextoverlay.c:
19849         * ext/pango/gsttimeoverlay.c:
19850         * ext/raw1394/gst1394.c:
19851         * ext/speex/gstspeex.c:
19852         * gst/alpha/Makefile.am:
19853         * gst/alpha/gstalpha.c:
19854         * gst/alpha/gstalphacolor.c:
19855         * gst/auparse/gstauparse.c:
19856         * gst/autodetect/gstautoaudiosink.c:
19857         (gst_auto_audio_sink_factory_filter),
19858         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19859         * gst/autodetect/gstautodetect.c:
19860         * gst/avi/gstavi.c:
19861         * gst/cutter/gstcutter.c:
19862         * gst/debug/efence.c:
19863         * gst/debug/gstdebug.c:
19864         * gst/debug/gstnavigationtest.c:
19865         * gst/effectv/gsteffectv.c:
19866         * gst/flx/gstflxdec.c:
19867         * gst/goom/gstgoom.c:
19868         * gst/interleave/plugin.c:
19869         * gst/law/alaw.c:
19870         * gst/law/mulaw.c:
19871         * gst/level/gstlevel.c:
19872         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19873         * gst/matroska/matroska.c:
19874         * gst/median/gstmedian.c:
19875         * gst/monoscope/gstmonoscope.c:
19876         * gst/multipart/multipart.c:
19877         * gst/oldcore/gstelements.c:
19878         * gst/rtp/gstrtp.c:
19879         * gst/rtsp/gstrtsp.c:
19880         * gst/smoothwave/gstsmoothwave.c:
19881         * gst/smpte/gstsmpte.c:
19882         * gst/udp/gstudp.c:
19883         * gst/videobox/gstvideobox.c:
19884         * gst/videofilter/gstgamma.c:
19885         * gst/videofilter/gstvideobalance.c:
19886         * gst/videofilter/gstvideoflip.c:
19887         * gst/videofilter/gstvideotemplate.c:
19888         * gst/videomixer/videomixer.c:
19889         * gst/wavenc/gstwavenc.c:
19890         * gst/wavparse/gstwavparse.c:
19891         * sys/oss/gstossaudio.c:
19892         * sys/osxaudio/gstosxaudio.c:
19893           update GST_PLUGIN_DEFINE
19894         * gst/rtp/Makefile.am:
19895         * gst/rtp/gstasteriskh263.c:
19896           check for htons/htonl headers and possibly link to winsock2 lib
19897
19898 2005-11-12  Edward Hervey  <edward@fluendo.com>
19899
19900         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
19901         Only GST_DEBUG() information on the valid components.
19902
19903 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19904
19905         * configure.ac: back to HEAD
19906
19907 === release 0.9.5 ===
19908
19909 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19910
19911         * configure.ac:
19912           releasing 0.9.5, "Phone Alarm"
19913
19914 2005-11-11  Edward Hervey  <edward@fluendo.com>
19915
19916         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19917         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
19918         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
19919         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19920         (gst_avi_demux_loop):
19921         * gst/avi/gstavidemux.h:
19922         Yeah, implement proper seeking. Exact seeking and segment seeking.
19923         Still need to do some checks for segment_stop.
19924
19925 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19926
19927         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19928
19929         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19930           Don't try to ready buffer duration from buffer that we don't
19931           own any  longer and that might already have been unreffed.
19932           (#321136)
19933
19934 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
19935
19936         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
19937         (flx_decode_delta_flc), (gst_flxdec_chain):
19938         Attempting to optimize the code for embedded systems.
19939
19940 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
19941
19942         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19943
19944         * sys/oss/gstosssink.c: (gst_oss_sink_close):
19945           Don't re-use already closed file descriptor. (#320920)
19946
19947 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19948
19949         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
19950         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
19951         (gst_oss_sink_prepare):
19952         * sys/oss/gstosssink.h:
19953           Cache probed caps; fix debug output for SET_PARAM macros.
19954
19955 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19956
19957         * ext/cairo/Makefile.am:
19958         * ext/cairo/gstcairo.c: (plugin_init):
19959         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19960         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19961         (gst_text_overlay_init), (gst_text_overlay_font_init),
19962         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19963         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19964         (gst_text_overlay_text_pad_linked),
19965         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19966         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19967         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19968         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19969         (gst_text_overlay_change_state):
19970         * ext/cairo/gsttextoverlay.h:
19971           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
19972           property and redo positioning. Doesn't handle upstream renegotiation
19973           yet though.
19974
19975 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19976
19977         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
19978         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19979         (gst_avi_demux_loop):
19980           No need to take the STREAM_LOCK in the loop function. Improve
19981           some debug messages. Don't leak pad names in debug messages.
19982
19983 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19984
19985         * gst/matroska/matroska-demux.c:
19986         (gst_matroska_demux_push_vorbis_codec_priv_data),
19987         (gst_matroska_demux_add_wvpk_header):
19988           Don't error out when the source pad isn't linked.
19989
19990 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
19991
19992         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
19993         (gst_gconf_audio_sink_change_state):
19994         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
19995         (gst_gconf_video_sink_change_state):
19996           Fix state change functions here as well and set kid
19997           to NULL state before removing it.
19998
19999 2005-11-01  Edward Hervey  <edward@fluendo.com>
20000
20001         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20002         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20003         Added proper event handlind, 
20004         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20005         ignored),
20006         and don't set a duration of 0 for buffers otherwise they are discarded
20007         by GstBaseSink.
20008
20009         GstWavEnc needs some serious loving, after going through the code I'm
20010         really wondering how this can stay in -good ...
20011
20012 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20013
20014         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20015         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20016         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20017         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20018         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20019         (gst_matroska_mux_collected):
20020           Fix leaks and invalid memory access as reported by valgrind
20021
20022 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20023
20024         Patch by: Michal Benes <michal.benes@xeris.cz>
20025
20026         * check/Makefile.am:
20027         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20028         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20029         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20030           add a unit test for matroskamux
20031           fix the bugs that the unit test exposed
20032
20033 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20034
20035         * gst/autodetect/gstautoaudiosink.c:
20036         (gst_auto_audio_sink_class_init),
20037         (gst_auto_audio_sink_change_state):
20038         * gst/autodetect/gstautovideosink.c:
20039         (gst_auto_video_sink_class_init),
20040         (gst_auto_video_sink_change_state):
20041           Fix state change function and use GST_DEBUG_FUNCPTR in
20042           class_init.
20043
20044 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20045
20046         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20047
20048         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20049         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20050         * gst/matroska/ebml-write.h:
20051         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20052           Set timestamps on outgoing ebml headers as well, so that the
20053           element after matroskamux can get the timestamp already when
20054           reading the first ebml element and doesn't have to wait for
20055           the actual data buffer for that (#320308).
20056           
20057 2005-10-31  Andy Wingo  <wingo@pobox.com>
20058
20059         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20060         (gst_videomixer_pad_link): Kill some memleaks.
20061         (gst_videomixer_pad_get_property): Style fix.
20062         (gst_videomixer_pad_set_property): Style fix.
20063         (gst_videomixer_pad_init): Style fix.
20064         (gst_videomixer_update_queues): Kill memleak.
20065         (gst_videomixer_loop): Kill memleak.
20066         (gst_videomixer_collected): Kill memleak.
20067
20068 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20069
20070         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20071         gst_auparse_change_state:
20072         Just some cleanup.
20073
20074 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20075
20076         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20077         Add checks to GST_FLOW_NOT_LINKED for values returned
20078         from gst_pad_push.
20079         
20080 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20081
20082         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20083         (gst_rtpg711dec_process):
20084         * gst/rtp/gstrtpgsmenc.c:
20085         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20086         are never set. This is important for the g711 to work with burger's rtpbin
20087         element.
20088
20089 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20090
20091         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20092         (gst_speexenc_push_buffer):
20093         Add checks for return values from gst_pad_push and
20094         gst_pad_alloc_buffer.
20095
20096 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20097
20098         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20099
20100         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20101         (gst_matroska_demux_parse_info),
20102         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20103         (gst_matroska_demux_parse_cluster):
20104         * gst/matroska/matroska-ids.h:
20105         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20106         (gst_matroska_mux_init), (gst_matroska_mux_start),
20107         (gst_matroska_mux_create_buffer_header),
20108         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20109         (gst_matroska_mux_get_property):
20110         * gst/matroska/matroska-mux.h:
20111           Add SimpleBlock support to matroska demuxer and muxer (part of
20112           Matroska v2). (#319731)
20113
20114 2005-10-28  Wim Taymans  <wim@fluendo.com>
20115
20116         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20117         (gst_jpeg_dec_change_state):
20118         * ext/jpeg/gstjpegdec.h:
20119         Cleanups. Don't create caps for every chain.
20120
20121 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20122
20123         * gst/law/alaw-encode.c: (gst_alawenc_init),
20124         (alawenc_setcaps), (gst_alawenc_chain)
20125         * gst/law/alaw-encode.h:
20126         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20127         (mulawenc_setcaps), (gst_mulawenc_chain)
20128         * gst/law/mulaw-encode.h:
20129         Set timestamp on buffer and it allows RTP G711 elements
20130         work properly.
20131
20132 2005-10-27  Wim Taymans  <wim@fluendo.com>
20133
20134         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20135         Set correct format on oss instead of a silly value. 
20136
20137 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20138
20139         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20140         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20141         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20142         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20143         I420 rendering as well, doesn't bring much for my platform.
20144         Might help on some other platforms.
20145
20146 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20147
20148         * gst/rtp/gstrtpgsmenc.c:
20149         * gst/rtp/gstrtpgsmparse.c:
20150         Declaring the padtemplate correctly.
20151
20152 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20153
20154         * gst/rtp/gstrtpg711dec.c:
20155         * gst/rtp/gstrtpg711enc.c:
20156         * gst/rtp/gstrtpgsmenc.c:
20157         * gst/rtp/gstrtpgsmparse.c:
20158         Setting the proper copyright notice.
20159
20160 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20161
20162         * gst/videobox/Makefile.am: Use liboil.
20163         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20164         (gst_video_box_set_property), (gst_video_box_transform_caps),
20165         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20166         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20167         using liboil. Will dot the same to I420 border generation
20168         tomorrow.
20169
20170 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20171
20172         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20173         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20174         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20175         * gst/rtp/gstrtpg711dec.h:
20176         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20177         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20178         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20179         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20180         (gst_rtpgsmenc_handle_buffer):
20181         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20182         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20183         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20184         * gst/rtp/gstrtpgsmparse.h:
20185         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20186         inherits from the basertpdepayloader.
20187
20188 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20189
20190         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20191         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20192         (gst_video_box_ayuv): Removing this forgotten debug.
20193
20194 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20195
20196         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20197         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20198         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20199
20200 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20201
20202         * sys/oss/gstossaudio.c:
20203         * sys/oss/gstossdmabuffer.c:
20204         * sys/oss/gstosshelper.c:
20205         * sys/oss/gstossmixer.c:
20206         * sys/oss/gstossmixerelement.c:
20207         * sys/oss/gstossmixertrack.c:
20208         * sys/oss/gstosssink.c:
20209         * sys/oss/gstosssrc.c:
20210           Actually use the 'oss' debug category we register.
20211
20212 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20213
20214         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20215         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20216         Use gst_pad_get_parent and drop the ref that was added through
20217         that call.
20218
20219 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20220
20221         * gst/rtp/gstrtpgsmenc.c:
20222           Fix compilation
20223
20224 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20225
20226         * gst/rtp/gstrtpg711dec.c
20227         Just removed a couple of lines of weird code used during
20228         development/test time.
20229
20230 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20231
20232         * gst/rtp/Makefile.am
20233         * gst/rtp/gstrtp.c
20234         * gst/rtp/gstrtpg711enc.c
20235         * gst/rtp/gstrtpg711enc.h
20236         * gst/rtp/gstrtpg711dec.c
20237         * gst/rtp/gstrtpg711dec.h
20238         Created G711 payloader and depayloader (it supports mulaw and alaw
20239         (dec)encoders)
20240
20241 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20242
20243         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20244         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20245         Doh ! I introduced wingo's bug again ! Sorry...
20246
20247 2005-10-25  Christian Schaller <christian@fluendo.com> 
20248
20249         * gst/rtp/Makefile.am: add missing header files for disting
20250
20251 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20252
20253         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20254         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20255         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20256         (gst_rtpgsmenc_handle_buffer):
20257         * gst/rtp/gstrtpgsmenc.h:
20258         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20259         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20260         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20261         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20262         * gst/rtp/gstrtpgsmparse.h:
20263         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20264
20265 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20266
20267         * ext/libpng/gstpngdec.c: (user_info_callback),
20268         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20269         a newsegment event, move some redundant code in a single place.
20270
20271 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20272
20273         * ext/libpng/gstpngdec.c: (user_info_callback),
20274         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20275         hack to get correct colors order when we have a png image with
20276         alpha channel.
20277
20278 2005-10-24  Edward Hervey  <edward@fluendo.com>
20279
20280         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20281         Call gst_element_no_more_pads when there will be no more pads.
20282
20283 2005-10-24  Wim Taymans  <wim@fluendo.com>
20284
20285         * gst/rtp/Makefile.am:
20286         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20287         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20288         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20289         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20290         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20291         (gst_asteriskh263_plugin_init):
20292         * gst/rtp/gstasteriskh263.h:
20293         * gst/rtp/gstrtp.c: (plugin_init):
20294         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20295         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20296         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20297         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20298         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20299         (gst_rtph263enc_plugin_init):
20300         * gst/rtp/gstrtph263enc.h:
20301         Added two new payloaders, an RFC 2190 payloader for h263 and
20302         a payload convertor for an asterisk server.
20303
20304 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20305
20306         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20307           Set bytes_per_sample correctly (is not always 4, but 
20308           depends on width and number of channels).
20309
20310 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20311
20312         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20313         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20314         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20315         (gst_flacenc_sink_event), (gst_flacenc_chain),
20316         (gst_flacenc_set_property), (gst_flacenc_get_property),
20317         (gst_flacenc_change_state):
20318         * ext/flac/gstflacenc.h:
20319           Fix seeking, so that flacenc can rewrite the header with the
20320           correct duration and amount of samples and all that at EOS;
20321           also set timestamps and granulepos on outgoing buffers; add
20322           debug category; fix state change function.
20323           
20324 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20325
20326         * gst/videomixer/videomixer.c: Don't restrict video geometry
20327         from 16 to 4096.
20328
20329 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20330
20331         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20332         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20333         Fix caps negotiation correctly, add debugging category.
20334
20335 2005-10-24  Christian Schaller  <christian@fluendo.com>
20336
20337         * configure.ac: Port over Thomas's change from base listing all plugins
20338
20339 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20340
20341         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20342         a sink pad.
20343
20344 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20345
20346         * configure.ac:
20347         * docs/upload.mak:
20348           back to HEAD
20349
20350 === release 0.9.4 ===
20351
20352 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20353
20354         * configure.ac:
20355           Releasing 0.9.4, "Dromiceiomimus"
20356
20357 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20358
20359         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20360         (gst_speexenc_src_query):
20361           Add position and duration query, fix query type function.
20362           
20363         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20364         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20365           Let's not set non-fixed caps on source pads.
20366
20367 2005-10-21  Wim Taymans  <wim@fluendo.com>
20368
20369         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20370         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20371         (gst_avi_demux_handle_seek):
20372         Set correct stream_time in newsegment event.
20373         avi can also handle a duration query now.
20374
20375 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20376
20377         * gst/matroska/matroska-demux.c:
20378         (gst_matroska_demux_handle_src_query),
20379         (gst_matroska_demux_handle_seek_event),
20380         (gst_matroska_demux_loop_stream_parse_id):
20381           Fix duration query; fix basetime in newsegment event after
20382           seek; fix duration in initial newsegment event.
20383
20384         * gst/matroska/matroska-mux.c:
20385         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20386           Extract number of channels and samplerate from vorbis headers;
20387           add some debug messages when querying the durations of the
20388           input streams.
20389
20390 2005-10-20  Wim Taymans  <wim@fluendo.com>
20391
20392         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20393         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20394         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20395         Set stream time correctly in newsegment.
20396
20397 2005-10-20  Wim Taymans  <wim@fluendo.com>
20398
20399         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20400         Correctly fill in the stream time.
20401
20402 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20403
20404         * check/elements/level.c: (GST_START_TEST):
20405         * gst/level/gstlevel.c: (gst_level_message_new):
20406         * gst/level/level-example.c: (message_handler):
20407           use ELEMENT messages instead
20408
20409 2005-10-19  Wim Taymans  <wim@fluendo.com>
20410
20411         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20412         (gst_dvdemux_src_query):
20413         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20414         (gst_flacdec_src_query):
20415         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20416         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20417         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20418         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20419         * gst/debug/progressreport.c: (gst_progress_report_report):
20420         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20421         * gst/matroska/matroska-demux.c:
20422         (gst_matroska_demux_handle_src_query):
20423         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20424         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20425         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20426         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20427         (gst_wavparse_srcpad_event):
20428         API change fix.
20429
20430 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20431
20432         * gst/goom/filters.c:
20433         * gst/goom/graphic.h:
20434         * gst/goom/lines.c:
20435           Make inline functions either 'static inline' or 'extern inline',
20436           otherwise the Forte compiler apparently won't inline them (#317300).
20437
20438 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20439
20440         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20441         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20442         (user_info_callback), (user_endrow_callback), (user_end_callback),
20443         (user_read_data), (gst_pngdec_caps_create_and_set),
20444         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20445         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20446         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20447         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20448         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20449         very nice and handle push/pull based model. if you have filesrc
20450         connected to it, it will do random access to load the png file.
20451         If you have a network source that can't do _getrange, it does 
20452         progressive loading through the chain function.
20453         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20454         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20455         thanks to Master Wim Taymans ;-)
20456
20457 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20458
20459         * gst/matroska/Makefile.am:
20460         * gst/matroska/ebml-read.c:
20461         * gst/matroska/ebml-read.h:
20462         * gst/matroska/matroska-demux.c:
20463         * gst/matroska/matroska-demux.h:
20464         * gst/matroska/matroska.c: (plugin_init):
20465           Ported matroska demuxer to 0.9.
20466
20467 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20468
20469         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20470
20471         * gst/matroska/matroska-mux.c:
20472         (gst_matroska_mux_video_pad_setcaps),
20473         (gst_matroska_mux_audio_pad_setcaps):
20474           Fix mpeg4 input handling (#318847); also, while we're at it,
20475           fix media type for Motion-JPEG: should be image/jpeg.
20476
20477 2005-10-18  Wim Taymans  <wim@fluendo.com>
20478
20479         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20480         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20481         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20482         Fix for segment-start/stop API change.
20483
20484 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20485
20486         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20487         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20488         way.
20489
20490 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20491
20492         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20493         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20494         output declared in transform_caps.
20495
20496 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20497
20498         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20499
20500 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20501
20502         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20503         (gst_video_box_get_unit_size): Fix wrong size calculations and
20504         implement get_unit_size correctly.
20505
20506 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20507
20508         * configure.ac:
20509           Enable flx plugin.
20510
20511         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20512           Fix gcc4 signedness issue.
20513
20514 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20515
20516         * configure.ac: Adding videomixer.
20517         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20518         (user_read_data), (gst_pngdec_chain): More debugging.
20519         * gst/alpha/Makefile.am: Adding alphacolor
20520         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20521         (gst_alpha_color_class_init), (gst_alpha_color_init),
20522         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20523         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20524         (plugin_init): Ported to 0.9 using in place base tranform.
20525         * gst/videomixer/Makefile.am:
20526         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20527         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20528         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20529         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20530         (gst_videomixer_init), (gst_videomixer_getcaps),
20531         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20532         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20533         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20534         to 0.9 using collectpads.
20535
20536 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20537
20538         * configure.ac:
20539         * gst/flx/Makefile.am:
20540         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20541         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20542         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20543         * gst/flx/gstflxdec.h:
20544         flx plugin ported to 0.9
20545
20546 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20547
20548         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20549           use new gst_version_string()
20550
20551 2005-10-16  Andy Wingo  <wingo@pobox.com>
20552
20553         * configure.ac: GLIB_CHECK.
20554
20555 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20556
20557         * ext/libpng/Makefile.am:
20558         * ext/libpng/gstpng.c: (plugin_init):
20559         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20560         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20561         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20562
20563 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
20564
20565         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20566
20567         * configure.ac:
20568         * gst/matroska/Makefile.am:
20569         * gst/matroska/ebml-ids.h:
20570         * gst/matroska/ebml-write.c:
20571         * gst/matroska/ebml-write.h:
20572         * gst/matroska/matroska-ids.h:
20573         * gst/matroska/matroska-mux.c:
20574         * gst/matroska/matroska-mux.h:
20575         * gst/matroska/matroska.c: (plugin_init):
20576           Port matroska muxer to 0.9 (#318847).
20577
20578 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20579
20580         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
20581         (comment_init), (comment_add):
20582           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
20583           use GST_READ_UINT32_LE() and friends rather than the private
20584           implementation of those same macros.
20585
20586 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20587
20588         * examples/stats/mp2ogg.c:
20589           more typo fixes
20590
20591 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20592
20593         * examples/indexing/indexmpeg.c: (main):
20594         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
20595         (gst_esdmon_close_audio), (gst_esdmon_change_state):
20596         * ext/esd/esdmon.h:
20597         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
20598         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
20599         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20600         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20601         * gst/avi/gstavimux.c: (gst_avimux_init):
20602         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
20603         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
20604         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
20605         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
20606         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
20607         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
20608         * gst/oldcore/gstmultifilesrc.h:
20609         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
20610         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
20611         (gst_pipefilter_change_state):
20612         * gst/oldcore/gstpipefilter.h:
20613         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20614         * gst/videomixer/videomixer.c: (gst_videomixer_init):
20615         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
20616         * sys/osxaudio/gstosxaudiosink.h:
20617         * sys/osxaudio/gstosxaudiosrc.h:
20618           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20619           moved bitshift from macro to enum definition
20620
20621 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20622
20623         * ext/Makefile.am:
20624         * ext/cairo/Makefile.am:
20625         * ext/cairo/gstcairo.c: (plugin_init):
20626         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
20627         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20628         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
20629         * ext/cairo/gsttimeoverlay.h:
20630           update of cairo-based timeoverlay to 1.0 Cairo API
20631           doesn't work yet for resizing of output sink
20632
20633 2005-10-11  Wim Taymans  <wim@fluendo.com>
20634
20635         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
20636         newsegment API fix.
20637
20638 2005-10-11  Wim Taymans  <wim@fluendo.com>
20639
20640         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
20641         (gst_dvdemux_demux_frame):
20642         * ext/flac/gstflacdec.c: (gst_flacdec_write):
20643         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20644         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
20645         (gst_avi_demux_handle_seek):
20646         * gst/goom/gstgoom.c: (gst_goom_event):
20647         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20648         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20649         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20650         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20651         (gst_wavparse_srcpad_event):
20652         newsegment API update.
20653
20654 2005-10-11  Andy Wingo  <wingo@pobox.com>
20655
20656         * ext/speex/gstspeexenc.c: Signedness cleanups.
20657
20658 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
20659
20660         * PORTED_09:
20661         * ext/speex/Makefile.am:
20662         * ext/speex/gstspeex.c:
20663         * ext/speex/gstspeexenc.c:
20664         Speexenc ported to 0.9
20665
20666 2005-10-10  Wim Taymans  <wim@fluendo.com>
20667
20668         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
20669         (gst_oss_sink_init), (gst_oss_sink_set_property),
20670         (gst_oss_sink_get_property), (gst_oss_sink_open),
20671         (gst_oss_sink_prepare), (gst_oss_sink_reset):
20672         * sys/oss/gstosssink.h:
20673         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
20674         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
20675         (gst_oss_src_prepare):
20676         Cleanups, make device configurable in the sink, handle and report
20677         errors.
20678
20679 2005-10-10  Wim Taymans  <wim@fluendo.com>
20680
20681         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
20682         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
20683         Make sure element is NULL before removing from the bin.
20684
20685 2005-10-07  Andy Wingo  <wingo@pobox.com>
20686
20687         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
20688         block forever in a read().
20689         (gst_dv1394src_bus_reset): Post a message when the cable is
20690         unplugged.
20691         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
20692         (gst_dv1394src_bus_reset): Don't unref the message.
20693
20694         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
20695         hacking. The only change should be that the state change stuff was
20696         put into basesrc's start() and stop() routines, which coalesces
20697         some steps.
20698
20699 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
20700
20701         * configure.ac:
20702           Add check for mmap
20703           
20704         * gst/debug/Makefile.am:
20705           Only compile efence plugin on systems that have mmap.
20706
20707 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
20708
20709         * gst/debug/Makefile.am:
20710         * gst/debug/breakmydata.c:
20711         * gst/debug/gstdebug.c:
20712         * gst/debug/gstnavigationtest.c:
20713         * gst/debug/gstnavseek.c: 
20714         * gst/debug/gstnavseek.h:
20715         * gst/debug/progressreport.c: 
20716         * gst/debug/testplugin.c:
20717           Port progressreport, navseek, navigationtest, testsink and
20718           breakmydata.
20719
20720 2005-10-05  Edward Hervey  <edward@fluendo.com>
20721
20722         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
20723         (gst_dvdemux_src_query):
20724         Fixes for better conversion
20725
20726 2005-10-04  Michael Smith <msmith@fluendo.com>
20727
20728         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
20729         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20730         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20731         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20732           Set state of elements to NULL before removing from bins.
20733           Set state of test element to NULL if we failed to move it to READY
20734
20735 2005-10-04  Edward Hervey  <edward@fluendo.com>
20736
20737         * ext/dv/Makefile.am:
20738         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
20739         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20740         Corrected the query function for position so it doesn't forget what
20741         format was asked, and calls the conversion functions on the correct pad.
20742
20743 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20744
20745         * configure.ac:
20746           back to development
20747
20748 === release 0.9.3 ===
20749
20750 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20751
20752         * configure.ac:
20753           Releasing 0.9.3, "Aramis"
20754
20755 2005-10-03  Andy Wingo  <wingo@pobox.com>
20756
20757         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20758         error returns.
20759
20760 2005-10-02  Andy Wingo  <wingo@pobox.com>
20761
20762         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20763
20764         * ext/flac/gstflacenc.c: Ported to 0.9.
20765
20766         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20767
20768         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20769         and link to gsttagedit. Enable flacenc.
20770
20771         * ext/flac/gstflacdec.c: Re-enable tag reading.
20772
20773 2005-09-30  Wim Taymans  <wim@fluendo.com>
20774
20775         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20776         * gst/rtp/gstrtpgsmparse.c:
20777         * gst/rtp/gstrtph263penc.c:
20778         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20779         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20780         (gst_rtpmp4venc_set_property):
20781         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20782         Various class and caps fixes from Andre Magalhaes (andrunko)
20783
20784 2005-09-29  Wim Taymans  <wim@fluendo.com>
20785
20786         * gst/level/level-example.c: (main):
20787         Update for new bus API.
20788
20789 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20790
20791         * configure.ac:
20792           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20793           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20794
20795 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20796
20797         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20798           Fix playback of mono streams (bytes_per_sample should be set
20799           from the sample width and the number of channels negotiated,
20800           and not just be set to 4) (#317338)
20801
20802 2005-09-26  Wim Taymans  <wim@fluendo.com>
20803
20804         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20805         (gst_rtpmpaenc_handle_buffer):
20806         Set buffer duration correctly.
20807
20808 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20809
20810         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20811         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20812         (gst_avi_demux_change_state):
20813           Don't crash when encountering a stream with an unknown fourcc or
20814           codec id. Instead, create a pad of type video/x-avi-unknown or
20815           audio/x-avi-unknown, which as a side-effect also results in less
20816           confusing error messages in players ('no decoder' vs. 'no streams');
20817           minor fixes to state change function and class_init function.
20818
20819 2005-09-24  Wim Taymans  <wim@fluendo.com>
20820
20821         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20822         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20823         These are sinks.
20824
20825 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20826
20827         * check/elements/level.c: (GST_START_TEST):
20828           fix test for new GstClockTime use
20829         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20830         (gst_level_transform_ip):
20831         * gst/level/gstlevel.h:
20832           fix up the decay peak, ensuring the decay peak is never lower
20833           than the peak for that interval
20834
20835 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20836
20837         * docs/plugins/gst-plugins-good-plugins.args:
20838         * docs/plugins/inspect/plugin-alpha.xml:
20839         * docs/plugins/inspect/plugin-rtp.xml:
20840         * gst/level/gstlevel.c: (gst_level_set_caps),
20841         (gst_level_transform_ip):
20842           updating docs
20843
20844 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20845
20846         * Makefile.am:
20847         * check/elements/level.c: (GST_START_TEST):
20848         * gst/level/Makefile.am:
20849         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20850         (gst_level_set_property), (gst_level_get_property),
20851         (gst_level_set_caps), (gst_level_message_new),
20852         (gst_level_transform_ip):
20853         * gst/level/gstlevel.h:
20854         * gst/level/level-example.c: (message_handler), (main):
20855           convert to using GstClockTime for all time values, finally.
20856
20857 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20858
20859         * gst/auparse/Makefile.am:
20860         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20861           fix up build
20862         * configure.ac:
20863         * ext/cairo/Makefile.am:
20864         * ext/dv/Makefile.am:
20865         * ext/esd/Makefile.am:
20866         * ext/flac/Makefile.am:
20867         * ext/gconf/Makefile.am:
20868         * ext/gdk_pixbuf/Makefile.am:
20869         * ext/jpeg/Makefile.am:
20870         * ext/ladspa/Makefile.am:
20871         * ext/libcaca/Makefile.am:
20872         * ext/libmng/Makefile.am:
20873         * ext/libpng/Makefile.am:
20874         * ext/mikmod/Makefile.am:
20875         * ext/pango/Makefile.am:
20876         * ext/raw1394/Makefile.am:
20877         * ext/shout2/Makefile.am:
20878         * ext/speex/Makefile.am:
20879         * gst/alpha/Makefile.am:
20880         * gst/autodetect/Makefile.am:
20881         * gst/avi/Makefile.am:
20882         * gst/cutter/Makefile.am:
20883         * gst/debug/Makefile.am:
20884         * gst/effectv/Makefile.am:
20885         * gst/flx/Makefile.am:
20886         * gst/goom/Makefile.am:
20887         * gst/interleave/Makefile.am:
20888         * gst/law/Makefile.am:
20889         * gst/matroska/Makefile.am:
20890         * gst/median/Makefile.am:
20891         * gst/monoscope/Makefile.am:
20892         * gst/multipart/Makefile.am:
20893         * gst/oldcore/Makefile.am:
20894         * gst/rtp/Makefile.am:
20895         * gst/rtsp/Makefile.am:
20896         * gst/smoothwave/Makefile.am:
20897         * gst/smpte/Makefile.am:
20898         * gst/videobox/Makefile.am:
20899         * gst/videofilter/Makefile.am:
20900         * gst/videomixer/Makefile.am:
20901         * gst/wavenc/Makefile.am:
20902         * gst/wavparse/Makefile.am:
20903         * sys/oss/Makefile.am:
20904         * sys/osxaudio/Makefile.am:
20905         * sys/osxvideo/Makefile.am:
20906           fix up GST_LIBS use
20907
20908 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20909
20910         * gst/auparse/Makefile.am:
20911         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20912           fix build of auparse
20913
20914 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
20915
20916         * configure.ac:
20917         * PORTED_09:
20918         * gst/auparse/gstauparse.c:
20919         * gst/auparse/gstauparse.h:
20920         Auparse ported to 0.9.
20921
20922 2005-09-22  Wim Taymans  <wim@fluendo.com>
20923
20924         * gst/rtp/TODO:
20925         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
20926         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20927         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20928         (gst_rtpmp4venc_set_property):
20929         * gst/rtp/gstrtpmp4venc.h:
20930         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20931         * gst/rtp/gstrtpmpaenc.h:
20932         Use is_filled to both check MTU and max-ptime of base class.
20933
20934 2005-09-22  Wim Taymans  <wim@fluendo.com>
20935
20936         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20937         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20938         (gst_rtpmp4venc_set_property):
20939         Don't fragment packets with multiple frames.
20940
20941 2005-09-22  Wim Taymans  <wim@fluendo.com>
20942
20943         * gst/rtp/TODO:
20944         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20945         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20946         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
20947         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
20948         (gst_rtpmp4venc_get_property):
20949         * gst/rtp/gstrtpmp4venc.h:
20950         Remove g_print.
20951         Update TODO
20952         Make payload encoder a bit smarter and more correct with
20953         timestamps.
20954         Added option in payloader to include config string in-band.
20955
20956 2005-09-21  Wim Taymans  <wim@fluendo.com>
20957
20958         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20959         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20960         (gst_rtspsrc_send):
20961         Strip spaces for key/value pairs.
20962
20963 2005-09-21  Wim Taymans  <wim@fluendo.com>
20964
20965         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20966         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20967         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
20968         (gst_rtspsrc_change_state):
20969         More SDP parsing and caps setting.
20970         Do NO_PREROLL differently.
20971         add pads only after negotiated.
20972
20973         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20974         (gst_udpsrc_getcaps):
20975         Implement the getcaps function.
20976
20977 2005-09-21  Wim Taymans  <wim@fluendo.com>
20978
20979         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
20980         (gst_rtpamrdec_chain):
20981         Handle multiple AMr packets per payload. Handle CRC and
20982         parse ILL/ILP.
20983
20984         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20985         Make caps params strings for easy SDP mapping.
20986         
20987         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
20988         Handle capsnego better.
20989
20990         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20991         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
20992         Generate and parse config string in the caps.
20993
20994 2005-09-21  Wim Taymans  <wim@fluendo.com>
20995
20996         * gst/rtp/README:
20997         Update README
20998
20999         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21000         Make extra params as strings.
21001
21002         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21003         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21004         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21005         Make state change return NO_PREROLL as this is a live
21006         source.
21007
21008         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21009         Don't unref old caps when NULL.
21010
21011 2005-09-20  Wim Taymans  <wim@fluendo.com>
21012
21013         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21014         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21015         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21016         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21017         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21018         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21019         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21020         * gst/rtsp/sdpmessage.h:
21021         Add URI handler.
21022         Parse SDP and create caps.
21023
21024 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21025
21026         * gst/alpha/gstalpha.c:
21027           fix element description
21028
21029 2005-09-19  Wim Taymans  <wim@fluendo.com>
21030
21031         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21032         Don't check payload for now.
21033
21034 2005-09-19  Wim Taymans  <wim@fluendo.com>
21035
21036         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21037         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21038         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21039         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21040         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21041         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21042         (gst_wavparse_change_state):
21043         * gst/wavparse/gstwavparse.h:
21044         Fix wavparse some more.
21045
21046 2005-09-19  Wim Taymans  <wim@fluendo.com>
21047
21048         * check/elements/level.c: (GST_START_TEST):
21049         Fix for bus API change.
21050
21051 2005-09-19  Wim Taymans  <wim@fluendo.com>
21052
21053         * gst/level/level-example.c: (main):
21054         Fix for new bus API.
21055
21056         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21057         Set caps on pads.
21058
21059 2005-09-15  Wim Taymans  <wim@fluendo.com>
21060
21061         * gst/rtp/Makefile.am:
21062         * gst/rtp/README:
21063         * gst/rtp/gstrtp.c: (plugin_init):
21064         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21065         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21066         (gst_rtpamrdec_change_state):
21067         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21068         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21069         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21070         * gst/rtp/gstrtpamrenc.h:
21071         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21072         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21073         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21074         * gst/rtp/gstrtpgsmenc.h:
21075         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21076         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21077         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21078         (gst_rtpgsmparse_change_state):
21079         * gst/rtp/gstrtpgsmparse.h:
21080         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21081         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21082         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21083         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21084         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21085         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21086         * gst/rtp/gstrtph263penc.h:
21087         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21088         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21089         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21090         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21091         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21092         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21093         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21094         * gst/rtp/gstrtpmp4venc.h:
21095         * gst/rtp/gstrtpmpadec.c:
21096         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21097         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21098         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21099         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21100         * gst/rtp/gstrtpmpaenc.h:
21101         Updates to payloader/depayloaders, make payloaders use
21102         the base classes.
21103         Updated README with suggested RTP caps and how to convert
21104         to/from SDP.
21105         Added config descriptor in mp4v payloader.
21106
21107 2005-09-15  Andy Wingo  <wingo@pobox.com>
21108
21109         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21110         * gst/autodetect/gstautovideosink.c
21111         (gst_auto_video_sink_find_best): Update for new registry API.
21112
21113 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21114
21115         * common/c-to-xml.py:
21116         * common/gtk-doc-plugins.mak:
21117           a simple py script to generate valid xml from a C example
21118           probably also need to strip an MIT license when we decide
21119         * docs/plugins/Makefile.am:
21120         * gst/level/Makefile.am:
21121         * gst/level/gstlevel.c: (gst_level_init):
21122         * gst/level/level-example.c: (message_handler), (main):
21123           add an example to level that will show up in the docs
21124         * gst/rtp/TODO:
21125           add a note for the future
21126
21127 2005-09-14  Michael Smith <msmith@fluendo.com>
21128
21129         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21130           Actually define the debug object being used in wavenc. Fixes #316205
21131
21132 2005-09-14  Michael Smith <msmith@fluendo.com>
21133
21134         * gst/smpte/Makefile.am:
21135           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21136           needed to build on windows (bug 316204)
21137
21138 2005-09-12  Andy Wingo  <wingo@pobox.com>
21139
21140         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21141
21142 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21143
21144         * configure.ac:
21145         * gst/fdsrc/Makefile.am:
21146         * gst/fdsrc/gstfdsrc.c:
21147         * gst/fdsrc/gstfdsrc.h:
21148           Move fdsrc back into gstreamer core elements.
21149
21150         * gst/level/gstlevel.c: (gst_level_class_init),
21151         (gst_level_transform_ip):
21152         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21153           Basetransform changes.
21154
21155 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21156
21157         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21158         * ext/jpeg/smokecodec.c: (find_best_size):
21159           fix compiler warnings
21160
21161 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21162
21163         * gst-plugins-good.spec.in:
21164           spec file fixes
21165         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21166         (gst_multiudpsink_render), (gst_multiudpsink_add),
21167         (gst_multiudpsink_clear):
21168           it actually helps to actually stream if we hook up the
21169           "add" signal to an actual implementation
21170         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21171           some debugging
21172
21173 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21174
21175         * ext/jpeg/Makefile.am:
21176         * ext/jpeg/gstjpeg.c
21177         * ext/jpeg/gstjpegenc.c:
21178         * ext/jpeg/gstsmokeenc.c:
21179
21180 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21181
21182         * ext/flac/gstflacdec.c:
21183         * ext/flac/gstflacenc.c:
21184         * ext/flac/gstflactag.c:
21185         * ext/speex/gstspeexenc.c:
21186           gsttaginterface.h -> gsttagsetter.h
21187
21188 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21189
21190         * configure.ac:
21191         * gst/debug/Makefile.am:
21192         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21193         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21194         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21195         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21196         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21197           Port to 0.9 and re-enable efence plugin.
21198
21199 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21200
21201         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21202         (gst_flacdec_write), (gst_flacdec_convert_src):
21203         * ext/flac/gstflacdec.h:
21204           Add support for flac files with 24/32 bits per sample; and misc.
21205           minor clean-ups. Seeking is still partly broken (for me at least).
21206
21207 2005-09-06  Wim Taymans  <wim@fluendo.com>
21208
21209         * gst/rtp/Makefile.am:
21210         * gst/rtp/gstrtp.c: (plugin_init):
21211         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21212         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21213         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21214         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21215         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21216         (gst_rtpmp4vdec_plugin_init):
21217         * gst/rtp/gstrtpmp4vdec.h:
21218         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21219         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21220         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21221         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21222         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21223         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21224         * gst/rtp/gstrtpmp4venc.h:
21225         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21226         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21227         Added mpeg4 video payload encoder/decoder.
21228         Added some docs in mpa payloader.
21229
21230 === release 0.9.1 ===
21231
21232 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21233
21234         * NEWS:
21235         * README:
21236         * RELEASE:
21237         * autogen.sh:
21238         * configure.ac:
21239           releasing 0.9.1, "Blondie"
21240
21241 2005-09-05  Andy Wingo  <wingo@pobox.com>
21242
21243         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21244         here from the state change handler, so we fire signals without
21245         holding the state lock.
21246
21247 2005-09-02  Andy Wingo  <wingo@pobox.com>
21248
21249         * All plugins updated for element state changes.
21250
21251 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21252
21253         * Makefile.am:
21254         * check/.cvsignore:
21255         * check/Makefile.am:
21256         * check/elements/.cvsignore:
21257         * check/elements/level.c: (setup_level), (cleanup_level),
21258         (GST_START_TEST), (level_suite), (main):
21259           add a test for level
21260         * common/release.mak:
21261           move the enum checking to release.mak
21262         * configure.ac:
21263           add valgrind and check checking
21264         * gst/level/gstlevel.c: (gst_level_transform):
21265         * gst/level/gstlevel.h:
21266           fix Andy's cast bug
21267           convert a field to int
21268           fix the arithmetic to int when checking for emit so that a
21269           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21270
21271 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21272
21273         * Makefile.am:
21274         * configure.ac:
21275           add docs to build
21276         * common/plugins.xsl:
21277           wrap Description into a refsect2
21278         * docs/Makefile.am:
21279         * docs/plugins/Makefile.am:
21280         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21281         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21282         * gst/goom/Makefile.am:
21283         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21284         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21285         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21286         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21287         (gst_goom_change_state):
21288         * gst/goom/gstgoom.h:
21289           GstGOOM -> GstGoom
21290           add an example launch line
21291         * gst/level/gstlevel.h:
21292         * gst/monoscope/gstmonoscope.c:
21293           cleanups
21294
21295 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21296
21297         * configure.ac:
21298         * docs/plugins/Makefile.am:
21299         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21300         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21301         * docs/plugins/gst-plugins-good-plugins.types:
21302           document elements and plugins.  Shazam !
21303
21304 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21305
21306         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21307           be found under doc/random/ChangeLog-0.8