sys/: Fix some spelling mistakes. Fixes #556802.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         Patch by: Fabricio Godoy <skarllot at gmail dot com>
4
5         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6         * sys/oss/gstosssrc.c: (gst_oss_src_open):
7         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
8         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
9         Fix some spelling mistakes. Fixes #556802.
10
11 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
12
13         * gst/equalizer/GstIirEqualizer10Bands.prs:
14         * gst/equalizer/GstIirEqualizer3Bands.prs:
15         * gst/equalizer/Makefile.am:
16         * gst/equalizer/gstiirequalizer10bands.c:
17         * gst/equalizer/gstiirequalizer3bands.c:
18           Add presets for equalizer. Fixes #522183.
19
20 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
21
22         * gst/rtsp/Makefile.am:
23         * gst/rtsp/gstrtsp.c: (plugin_init):
24         * gst/rtsp/gstrtspgoogle.c:
25         * gst/rtsp/gstrtspgoogle.h:
26         Remove google extension again, it's not needed anymore because we never
27         send multiple transports anymore.
28
29 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
30
31         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
32
33         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
34         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
35         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
36         (gst_rtspsrc_stream_free),
37         (gst_rtspsrc_stream_configure_udp_sinks),
38         (gst_rtspsrc_stream_configure_transport),
39         (gst_rtspsrc_send_dummy_packets),
40         (gst_rtspsrc_create_transports_string),
41         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
42         * gst/rtsp/gstrtspsrc.h:
43         Add property to configure NAT traversal method.
44         Ignore EOS from the internal sinks.
45         Implement sending dummy packets as a (simple) method to open up
46         some firewalls.
47         Send PLAY request to the server after we started the udp sources.
48         Fixes #559545.
49
50 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
51
52         Patch by: Yotam <sh dot yotam at gmail dot com>
53
54         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
55         Flush the remaining frames on EOS. Fixes #560641.
56
57 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
58
59         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
60         Fix compiler warning about printf formatting.
61
62 2008-11-12  Andy Wingo  <wingo@pobox.com>
63
64         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
65         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
66         segment events instead of sending them from the seeking thread.
67         Fixes #559288.
68         (gst_qtdemux_push_pending_newsegment): New helper, sends out
69         queued newsegment events.
70         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
71         call it here, as we only seek when looping, and only push in the
72         movie state.
73
74 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
75
76         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
77         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
78         * gst/qtdemux/qtdemux_fourcc.h:
79         * gst/qtdemux/qtdemux_types.c:
80         Add cover and alternative copyright tag, and enhance some existing
81         ones by marking them as container atoms.
82
83 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
84
85         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
86         Don't ignore the return value of setcaps.
87
88 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
89
90         Patch by: Olivier Crete <tester at tester dot ca>
91
92         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
93         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
94         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
95         * gst/rtp/gstrtpg729pay.h:
96         Replace G729 payloader with an improved version. Fixes #532409.
97
98 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
99
100         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
101         (gst_rtspsrc_change_state):
102         Only send one transport at a time for improved compatibility with some
103         broken servers. See #537832.
104
105 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
106
107         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
108         (gst_rtspsrc_perform_seek):
109         Only pause/play in the seek handler when the source was playing.
110         Fixes #529379.
111
112 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
113
114         * gst/matroska/matroska-mux.c:
115         (gst_matroska_mux_handle_dirac_packet):
116         Fix muxing of Dirac streams if the input already has the format
117         we need, i.e. is the output of matroskademux.
118
119 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
120
121         * gst/avi/gstavimux.c:
122           Don't segfault on string typed tags being NULL. Fixes #560155.
123
124 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
125
126         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
127         (gst_matroska_mux_audio_pad_setcaps):
128         Fix mapping AAC profile to Matroska codec id.
129
130 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
131
132         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
133         (qtdemux_video_caps), (qtdemux_audio_caps):
134         Refactor some raw audio caps building, and handle >16-bit cases.
135         Fix/replace building caps from a string description.
136
137 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
138
139         * gst/audiofx/audiowsincband.c:
140         * gst/audiofx/audiowsinclimit.c:
141         * gst/cutter/gstcutter.c:
142           Make author name consistent with others.
143
144 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
145
146         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
147
148         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
149         (gst_rtspsrc_stream_configure_udp_sink):
150         Pause the RTSP stream before doing a new play request.
151         Make sure that adding the udpsinks does not cause the rtspsrc to become
152         a sink. Fixes #559547.
153
154 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
155
156         * gst/matroska/matroska-ids.h:
157         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
158         (gst_matroska_mux_handle_dirac_packet),
159         (gst_matroska_mux_write_data):
160         Implement Dirac muxing into Matroska comforming to the spec, i.e.
161         put all Dirac packages up to a picture into a Matroska block.
162
163         TODO: Implement writing of the ReferenceBlock Matroska elements,
164         currently the Dirac muxing is only 100% correct if Matroska version 2
165         is selected for muxing.
166
167 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
168
169         Patch by: Bastien Nocera <hadess at hadess dot net>,
170                   Hans de Goede <jwrdegoede at fedoraproject dot org>
171
172         * configure.ac:
173         * sys/v4l2/Makefile.am:
174         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
175         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
176         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
177         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
178         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
179         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
180         (gst_v4l2_get_input), (gst_v4l2_set_input):
181         * sys/v4l2/v4l2_calls.h:
182         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
183         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
184         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
185         (gst_v4l2src_fill_format_list),
186         (gst_v4l2src_probe_caps_for_format_and_size),
187         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
188         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
189         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
190         (gst_v4l2src_get_nearest_size):
191         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
192
193 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
194
195         * ext/aalib/Makefile.am:
196         * ext/annodex/Makefile.am:
197         * ext/cairo/Makefile.am:
198         * ext/dv/Makefile.am:
199         * ext/esd/Makefile.am:
200         * ext/flac/Makefile.am:
201         * ext/gconf/Makefile.am:
202         * ext/gdk_pixbuf/Makefile.am:
203         * ext/hal/Makefile.am:
204         * ext/jpeg/Makefile.am:
205         * ext/ladspa/Makefile.am:
206         * ext/libcaca/Makefile.am:
207         * ext/libmng/Makefile.am:
208         * ext/libpng/Makefile.am:
209         * ext/mikmod/Makefile.am:
210         * ext/pulse/Makefile.am:
211         * ext/raw1394/Makefile.am:
212         * ext/shout2/Makefile.am:
213         * ext/soup/Makefile.am:
214         * ext/speex/Makefile.am:
215         * ext/taglib/Makefile.am:
216         * ext/wavpack/Makefile.am:
217         * gst/alpha/Makefile.am:
218         * gst/apetag/Makefile.am:
219         * gst/audiofx/Makefile.am:
220         * gst/auparse/Makefile.am:
221         * gst/autodetect/Makefile.am:
222         * gst/avi/Makefile.am:
223         * gst/cutter/Makefile.am:
224         * gst/debug/Makefile.am:
225         * gst/effectv/Makefile.am:
226         * gst/equalizer/Makefile.am:
227         * gst/flx/Makefile.am:
228         * gst/goom/Makefile.am:
229         * gst/goom2k1/Makefile.am:
230         * gst/icydemux/Makefile.am:
231         * gst/id3demux/Makefile.am:
232         * gst/interleave/Makefile.am:
233         * gst/law/Makefile.am:
234         * gst/level/Makefile.am:
235         * gst/matroska/Makefile.am:
236         * gst/median/Makefile.am:
237         * gst/monoscope/Makefile.am:
238         * gst/multifile/Makefile.am:
239         * gst/multipart/Makefile.am:
240         * gst/oldcore/Makefile.am:
241         * gst/qtdemux/Makefile.am:
242         * gst/replaygain/Makefile.am:
243         * gst/rtp/Makefile.am:
244         * gst/rtsp/Makefile.am:
245         * gst/smpte/Makefile.am:
246         * gst/spectrum/Makefile.am:
247         * gst/udp/Makefile.am:
248         * gst/videobox/Makefile.am:
249         * gst/videocrop/Makefile.am:
250         * gst/videofilter/Makefile.am:
251         * gst/videomixer/Makefile.am:
252         * gst/wavenc/Makefile.am:
253         * gst/wavparse/Makefile.am:
254         * sys/directdraw/Makefile.am:
255         * sys/directsound/Makefile.am:
256         * sys/oss/Makefile.am:
257         * sys/osxaudio/Makefile.am:
258         * sys/osxvideo/Makefile.am:
259         * sys/sunaudio/Makefile.am:
260         * sys/v4l2/Makefile.am:
261         * sys/waveform/Makefile.am:
262         * sys/ximage/Makefile.am:
263           Don't install static libs for plugins. Fixes #550851 for -good.
264
265 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
266
267         * ext/flac/Makefile.am:
268         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
269         This fixes compilation if FLAC is installed in an uncommon location
270         that is not already handled by other CFLAGS. Fixes bug #558711.
271
272 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
273
274         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
275         Guard more uncommon formats with ifdefs so that we can compile on older
276         versions.
277
278 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
279
280         Patch by: Nick Haddad <nick at haddads dot net>
281
282         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
283         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
284         (gst_avi_demux_stream_data):
285         Invert other uncompressed RGB formats. Fixes #558554.
286
287 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
288
289         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
290         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
291         * gst/wavenc/gstwavenc.h:
292         Add support for float/double as input and remove the (nowadays)
293         useless parsing of the depth as we require width==depth.
294
295 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
296
297         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
298         * gst/rtp/gstrtpmpapay.c:
299         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
300         mpeg version 1. Fixes #558427.
301
302 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
303
304         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
305         (gst_rtp_L16_pay_getcaps):
306         Only put an integral amount of samples in the RTP packet.
307         Fixes #556641.
308
309 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
310
311         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
312         * gst/rtp/gstrtpchannels.h:
313         Add method to get possible channel positions.
314
315 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
316
317         * gst/rtp/Makefile.am:
318         Also commit updated makefile
319
320 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
321
322         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
323         Don't allow width=32,depth=24 as input. WAV requires that the width
324         is the next integer multiply of 8 from the depth.
325
326 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
327
328         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
329         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
330         (gst_rtp_L16_pay_getcaps):
331         * gst/rtp/gstrtpchannels.c: (check_channels),
332         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
333         (gst_rtp_channels_create_default):
334         * gst/rtp/gstrtpchannels.h:
335         Add mappings for multichannel support. Does not completely just work
336         because the getcaps function does not yet return the allowed channel
337         mappings. See #556641.
338
339 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
340
341         * gst/goom/Makefile.am:
342         * gst/goom/README:
343         * gst/goom/config_param.c:
344         * gst/goom/convolve_fx.c:
345         * gst/goom/drawmethods.c:
346         * gst/goom/drawmethods.h:
347         * gst/goom/filters.c:
348         * gst/goom/filters_mmx.s:
349         * gst/goom/flying_stars_fx.c:
350         * gst/goom/goom.h:
351         * gst/goom/goom_config.h:
352         * gst/goom/goom_config_param.h:
353         * gst/goom/goom_core.c:
354         * gst/goom/goom_filters.h:
355         * gst/goom/goom_fx.h:
356         * gst/goom/goom_graphic.h:
357         * gst/goom/goom_plugin_info.h:
358         * gst/goom/goom_tools.c:
359         * gst/goom/goom_tools.h:
360         * gst/goom/goom_typedefs.h:
361         * gst/goom/goom_visual_fx.h:
362         * gst/goom/graphic.c:
363         * gst/goom/ifs.c:
364         * gst/goom/ifs.h:
365         * gst/goom/lines.c:
366         * gst/goom/lines.h:
367         * gst/goom/mathtools.c:
368         * gst/goom/mathtools.h:
369         * gst/goom/mmx.c:
370         * gst/goom/motif_goom1.h:
371         * gst/goom/motif_goom2.h:
372         * gst/goom/plugin_info.c:
373         * gst/goom/ppc_drawings.h:
374         * gst/goom/ppc_zoom_ultimate.h:
375         * gst/goom/sound_tester.c:
376         * gst/goom/sound_tester.h:
377         * gst/goom/surf3d.c:
378         * gst/goom/surf3d.h:
379         * gst/goom/tentacle3d.c:
380         * gst/goom/tentacle3d.h:
381         * gst/goom/v3d.c:
382         * gst/goom/v3d.h:
383         * gst/goom/xmmx.c:
384           Add license headers in all source files. Remove filter.c from
385           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
386           which are not used right now. Fixes #557709.
387
388 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
389
390         Patch by: Olivier Crete <tester at tester dot ca>
391
392         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
393         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
394         Implement getcaps in rtpL16pay. Fixes #556484.
395
396 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
397
398         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
399         (gst_rtp_L16_depay_process):
400         Check if clock-rate and channels are valid.
401         Don't ignore the return value of setcaps.
402         No need to validate the buffer, the base class does that for us.
403         Use the marker bit to set the DISCONT flag on outgoing buffers.
404
405         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
406         Don't ignore the return value of set_outcaps.
407
408         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
409         (gst_rtp_ac3_depay_process):
410         Don't ignore the return value of set_caps.
411         No need to validate the buffer, the base class does that for us.
412
413         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
414         (gst_rtp_amr_depay_process):
415         * gst/rtp/gstrtpamrdepay.h:
416         Don't ignore the return value of setcaps.
417         No need to validate the buffer, the base class does that for us.
418         No need to set output caps on the buffers, the base class does that for
419         us.
420         The subclass will make sure we are negotiated.
421         
422         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
423         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
424         * gst/rtp/gstrtpdvdepay.h:
425         Clean up caps negotiation.
426         The subclass will make sure we are negotiated.
427
428         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
429         (gst_rtp_g726_depay_process):
430         Clean up caps negotiation.
431         Use the marker bit to set the DISCONT flag on outgoing buffers.
432
433         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
434         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
435         * gst/rtp/gstrtpg729depay.h:
436         The subclass will make sure we are negotiated.
437         Use the marker bit to set the DISCONT flag on outgoing buffers.
438
439         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
440         (gst_rtp_gsm_depay_process):
441         Clean up caps negotiation.
442         Use the marker bit to set the DISCONT flag on outgoing buffers.
443
444         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
445         Clean up caps negotiation.
446         Don't ignore the return value of set_outcaps.
447
448         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
449         (gst_rtp_h263_depay_process):
450         Clean up caps negotiation.
451         No need to validate the buffer, the base class does that for us.
452
453         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
454         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
455         * gst/rtp/gstrtph263pay.h:
456         Don't ignore the return value of set_outcaps.
457         Do some more timestamps.
458
459         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
460         (gst_rtp_h263p_depay_process):
461         Clean up caps negotiation.
462         Don't ignore the return value of setcaps.
463         No need to validate the buffer, the base class does that for us.
464
465         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
466         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
467         (gst_rtp_h263p_pay_handle_buffer):
468         * gst/rtp/gstrtph263ppay.h:
469         Don't ignore the return value of set_outcaps.
470         Do some more timestamps.
471
472         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
473         (gst_rtp_h264_depay_process):
474         Clean up caps negotiation.
475         Don't ignore the return value of setcaps.
476         Fix possible caps leak.
477         No need to validate the buffer, the base class does that for us.
478
479         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
480         Add some more debug info.
481
482         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
483         (gst_rtp_ilbc_depay_process):
484         Clean up caps negotiation.
485         Use the marker bit to set the DISCONT flag on outgoing buffers.
486
487         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
488         Clean up caps negotiation.
489
490         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
491         (gst_rtp_mp1s_depay_process):
492         Clean up caps negotiation.
493         Don't ignore the return value of setcaps.
494         No need to validate the buffer, the base class does that for us.
495         No need to set caps on buffers, subclass does that for us.
496
497         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
498         (gst_rtp_mp2t_depay_process):
499         Clean up caps negotiation.
500         Don't ignore the return value of setcaps.
501         No need to validate the buffer, the base class does that for us.
502         No need to set caps on buffers, subclass does that for us.
503
504         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
505         (gst_rtp_mp4a_depay_process):
506         Clean up caps negotiation.
507         Don't ignore the return value of setcaps.
508         No need to validate the buffer, the base class does that for us.
509
510         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
511         (gst_rtp_mp4a_pay_setcaps):
512         Don't ignore the return value of set_outcaps.
513
514         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
515         (gst_rtp_mp4g_depay_process):
516         Clean up caps negotiation.
517         Don't ignore the return value of setcaps.
518         No need to validate the buffer, the base class does that for us.
519         No need to set caps on buffers, subclass does that for us.
520
521         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
522         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
523         Don't ignore the return value of set_outcaps.
524
525         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
526         (gst_rtp_mp4v_depay_process):
527         Clean up caps negotiation.
528         Don't ignore the return value of setcaps.
529         No need to validate the buffer, the base class does that for us.
530         No need to set caps on buffers, subclass does that for us.
531
532         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
533         (gst_rtp_mp4v_pay_setcaps):
534         Don't ignore the return value of set_outcaps.
535
536         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
537         (gst_rtp_mpa_depay_process):
538         Clean up caps negotiation.
539         Don't ignore the return value of setcaps.
540         No need to validate the buffer, the base class does that for us.
541         Use the marker bit to set the DISCONT flag on outgoing buffers.
542
543         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
544         Don't ignore the return value of set_outcaps.
545
546         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
547         (gst_rtp_mpv_depay_process):
548         Clean up caps negotiation.
549         Actually set output caps.
550         No need to validate the buffer, the base class does that for us.
551
552         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
553         Don't ignore the return value of set_outcaps.
554
555         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
556         (gst_rtp_pcma_depay_process):
557         Clean up caps negotiation.
558         Set output buffer duration because we can.
559         Use the marker bit to set the DISCONT flag on outgoing buffers.
560
561         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
562         Don't ignore the return value of set_outcaps.
563
564         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
565         (gst_rtp_pcmu_depay_process):
566         Clean up caps negotiation.
567         Use the marker bit to set the DISCONT flag on outgoing buffers.
568
569         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
570         Don't ignore the return value of set_outcaps.
571
572         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
573         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
574         Clean up caps negotiation.
575         Set output caps on the pad and header buffers.
576         Set duration on output buffers because we can.
577
578         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
579         Don't ignore the return value of set_outcaps.
580
581         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
582         (gst_rtp_sv3v_depay_process):
583         Clean up caps negotiation.
584         No need to validate the buffer, the base class does that for us.
585         No need to set caps out output buffers, subclass does that.
586
587         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
588         (gst_rtp_theora_depay_process):
589         Don't ignore the return value of setcaps.
590         No need to validate the buffer, the base class does that for us.
591
592         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
593         (gst_rtp_theora_pay_flush_packet), (encode_base64),
594         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
595         (gst_rtp_theora_pay_handle_buffer):
596         Don't ignore the return value of set_outcaps.
597
598         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
599         (gst_rtp_vorbis_depay_process):
600         Don't ignore the return value of setcaps.
601         No need to validate the buffer, the base class does that for us.
602
603         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
604         Don't ignore the return value of set_outcaps.
605
606         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
607         Clean up caps negotiation, don't ignore setcaps return.
608
609         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
610         Don't ignore the return value of set_outcaps.
611
612 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
613
614         * gst/matroska/matroska-demux.c:
615         (gst_matroska_demux_handle_src_event):
616         Forward unknown events upstream.
617
618 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
619
620         * tests/check/elements/icydemux.c: (icydemux_found_pad):
621         Add some refcount check
622
623         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
624         Don't ignore the result of write(), fixes a  compiler warning for me.
625
626         * tests/icles/videobox-test.c: (main):
627         Make the output a little more pretty.
628
629 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
630
631         * ext/esd/esdmon.c:
632           Add doc blob.
633
634 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
635
636         * docs/plugins/Makefile.am:
637         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
638         * docs/plugins/gst-plugins-good-plugins-sections.txt:
639         * docs/plugins/gst-plugins-good-plugins.args:
640         * docs/plugins/gst-plugins-good-plugins.hierarchy:
641         * docs/plugins/gst-plugins-good-plugins.interfaces:
642         * docs/plugins/inspect/plugin-autodetect.xml:
643           Add the docs of the new elements.
644
645 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
646
647         * gst/autodetect/gstautoaudiosrc.c:
648         (gst_auto_audio_src_class_init):
649         * gst/autodetect/gstautovideosrc.c:
650         (gst_auto_video_src_class_init):
651         Fix "Since" tags in the documentation.
652
653 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
654
655         Patch by: Sjoerd Simons <sjoerd at luon dot net>
656
657         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
658         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
659         Add support for souphttpsrc to act as a live source. This makes it
660         possible to get timestamped buffers in combination with the
661         "do-timestamp" property. Fixes bug #556019.
662
663 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
664
665         * gst/autodetect/Makefile.am:
666         * gst/autodetect/gstautoaudiosink.c:
667         * gst/autodetect/gstautoaudiosrc.c:
668         * gst/autodetect/gstautoaudiosrc.h:
669         * gst/autodetect/gstautodetect.c:
670         * gst/autodetect/gstautovideosink.c:
671         * gst/autodetect/gstautovideosrc.c:
672         * gst/autodetect/gstautovideosrc.h:
673           Implement src plugins. Little code/string cleanup in the sinks.
674           Fixes #523813.
675
676 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
677
678         Patch by: Peter Kjellerstedt <pkj at axis com>
679
680         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
681         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
682         Fix a memory leak when pads are requested but the pipeline never
683         goes into PLAYING.
684
685         Correctly remove request pads, no matter if they have collected
686         data or not.
687
688         Fixes bug #557710.
689
690 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
691
692         Patch by: <lrn1986 at gmail dot com>
693
694         * gst/udp/gstudpnetutils.h:
695         Define the correct WINVER so getaddinfo() can be used when using
696         mingw32. Fixes bug #557294.
697
698 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
699
700         Patch by: <lrn1986 at gmail dot com>
701
702         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
703         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
704         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
705         Fix "argument type mismatch" compiler warnings on Windows.
706         Fixes bug #557293.
707
708 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
709
710         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
711         Don't calculate the filter coefficients for every single buffer
712         but only when it's needed. Fixes bug #557260.
713
714 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
715
716         * configure.ac:
717         Back to development -> 0.10.11.1
718
719 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
720
721         * gst-plugins-good.doap:
722         Fix version number of 0.10.11 release in doap file
723
724 === release 0.10.11 ===
725
726 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
727
728         * configure.ac:
729           releasing 0.10.11, "Secondary Consideration"
730
731 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
732
733         * configure.ac:
734         Commit 0.10.10.4 pre-release
735
736 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
737
738         * gst/avi/gstavimux.c:
739         Fix VPRP chunk setup in avimux.
740         Fixes: #556010
741         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
742
743 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
744
745         * gst/videobox/gstvideobox.c:
746         support dynamically changing properties in videobox
747         Fixed: #557085
748         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
749
750 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
751
752         * configure.ac:
753         0.10.10.3 pre-release
754
755 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
756
757         * tests/check/Makefile.am:
758         Don't run the states test on pulsesrc and pulsesink
759
760 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
761
762         * configure.ac:
763         Commit 0.10.10.2 pre-release bump that actually went
764         out on 2008-10-11
765
766 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
767
768         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
769         Skip entries for streams that don't have a output pad yet, thereby
770         avoiding calling pad functions with a NULL pad.
771         Fixes #556424
772
773 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
774
775         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
776         * tests/check/elements/icydemux.c: (icydemux_found_pad):
777         Remove problematic and useless refcount check.
778         Fixes #556381
779
780 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
781
782         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
783         Remove problematic and useless refcount check.
784         Fixes #556381
785
786 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
787
788         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
789         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
790         Cast some size_t arguments to guint to avoid compiler
791         warnings on 64-bit systems.
792
793 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
794
795         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
796         Return TRUE instead of FALSE from the event handler when we swallowed the
797         event.
798
799 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
800
801         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
802         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
803         Reset header state. Fixes #555321.
804
805 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
806
807         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
808         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
809         * gst/avi/gstavidemux.h:
810         For timestamping audio packets we need to take into account the
811         amount of blocks in one entry using the blockalign. Fixes some sync
812         issues with zero-padded audio blocks in the beginning of avi files.
813
814 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
815
816         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
817         (gst_multi_file_src_query):
818         Implement DEFAULT and BUFFER position queries. See #555260.
819
820 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
821
822         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
823         Fix build for systems that don't have XDamage.
824
825 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
826
827         * tests/examples/rtp/client-H263p.sdp:
828         * tests/examples/rtp/client-H263p.sh:
829         * tests/examples/rtp/server-VTS-H263p.sh:
830         Add some more H263p server and client examples.
831
832 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
833
834         * configure.ac::
835           Depend on released versions of core and base.
836
837 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
838
839         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
840         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
841         Return -1 instead of 0 in error cases. Fixes #554771.
842
843 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
844
845         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
846         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
847         Stop leaking the cursor image.
848         Unref the last_ximage and the cached cursor image on shutdown.
849         Fixes #551570.
850
851 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
852
853         * sys/v4l2/gstv4l2object.h:
854         Getting the Class from an instance is not just a matter of casting it to
855         the class struct but it involves calling G_OBJECT_GET_CLASS on the
856         instance. Fixes #549784.
857
858 2008-10-01  Michael Smith <msmith@songbirdnest.com>
859
860         * configure.ac:
861           Fix libs for linking directsound.
862         * sys/directsound/gstdirectsoundsink.c:
863           Fix buffer sizing to prevent racing the ringbuffer at startup.
864           Add volume property.
865
866 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
867
868         * ext/pulse/pulsesink.c:
869         Fix problems with pulsesink randomly erroring with code 'OK' after a
870         format change on the stream by waiting when disconnecting the stream.
871
872 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
873
874         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
875         (gst_rtp_amr_depay_process):
876         Mark DISCONT on output buffers when the marker bit signals a new talk
877         spurt.
878
879         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
880         Set the marker bit for buffers with a DISCONT flag to signal a talk
881         spurt.
882
883 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
884
885         * gst/rtp/Makefile.am:
886         * gst/rtp/gstrtp.c: (plugin_init):
887         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
888         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
889         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
890         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
891         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
892         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
893         * gst/rtp/gstrtpmp4apay.h:
894         Added MP4A-LATM payloader to match the depayloader.
895
896 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
897
898         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
899         (gst_videomixer_sink_event):
900         Handle segments a little better. Fixes #537361.
901
902 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
903
904         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
905         Don't assume the server supports PAUSE by default. Fixes #551048.
906
907 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
908
909         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
910         (gst_udpsrc_set_uri), (gst_udpsrc_start):
911         Switch on the socket family to get the addrlen size right.
912
913 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
914
915         Patch by: Daniel Franke <df at dfranke dot us>
916
917         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
918         OS X's bind() implementation is picky about its addrlen parameter and
919         fails with EINVAL if it is larger than expected for the socket's address
920         family. Set the length to the expected length instead. Fixes #553191.
921
922 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
923
924         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
925         Handle the case where we cannot do desribe or when the describe result
926         does not contain a valid SDP message.
927
928 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
929
930         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
931         Fix setting the qos.
932
933 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
934
935         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
936         (gst_qtdemux_chain):
937         Some 'broken' files out there have atom lengths of zero...
938         which basically results in qtdemux consuming that atom again and again
939         until the *end of night* !
940         Detect that and emits an adequate element error message.
941
942 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
943
944         * gst/interleave/Makefile.am:
945         * gst/matroska/Makefile.am:
946         Fix build flags order.
947
948         * tests/check/elements/audioamplify.c: (GST_START_TEST):
949         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
950         * tests/check/elements/audioinvert.c: (GST_START_TEST):
951         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
952         Format fixes.
953
954         * tests/check/elements/multifile.c:
955         Pull in unistd.h
956
957 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
958
959         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
960         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
961         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
962         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
963         (gst_rtp_mp4g_depay_change_state):
964         * gst/rtp/gstrtpmp4gdepay.h:
965         Handle interleaved streams by reordering AU in a queue.
966
967 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
968
969         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
970         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
971         Change some of the ranges in the caps, mostly for the amount of bits we
972         can use.
973         Added a little bitstream parse and use it to parse the AU header fields.
974         Check for malformed and wrongly sized packets better.
975         Implement more header field parsing.
976         Handle the size of fragmented packets correctly.
977
978 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
979
980         Patch by: Jonathan Matthew <notverysmart@gmail.com>
981         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
982         Add mapping for 'tiff' => image/tiff
983         Fixes #552213
984
985 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
986
987
988         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
989         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
990           Pretend to care about the result of write() which works around
991           compiler warnings.
992
993 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
994
995         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
996           Make sure the desired default values are actually set, not only
997           registered as defaults (actual problem is that the stereo-specific
998           values are only updated if channels==2, which is not the case yet
999           when the object is created, so the default values for the
1000           mid-side-stereo and loose-mid-side-stereo settings are never
1001           set in _update_quality()). Makes flacenc create smaller files by
1002           default (for stereo input), and fixes #550791.
1003
1004 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1005
1006         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1007         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1008         (qtdemux_parse_trak), (qtdemux_video_caps):
1009         * gst/qtdemux/qtdemux.h:
1010         * gst/qtdemux/qtdemux_fourcc.h:
1011         * gst/qtdemux/qtdemux_types.c:
1012         Add support for video/mj2 mime-type and its additional atoms/boxes.
1013         Fixes #550646.
1014
1015 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1016
1017         * gst/debug/gsttaginject.c:
1018           Add warning when tags parameter is unparsable and give example for
1019           quoting in the docs.
1020
1021 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1022
1023         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1024         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1025         Add some alternative byteswapped mappings that seem to pop up sometimes.
1026         Fixes #550288.
1027
1028 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1029
1030         * po/LINGUAS:
1031         * po/POTFILES.in:
1032         * po/POTFILES.skip:
1033           Add 'ca' to LINGUAS; add some more files with translations and some
1034           files which should be ignored by translation tools.
1035
1036 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1037
1038         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1039         * ext/speex/gstspeexdec.h:
1040         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1041         * ext/speex/gstspeexenc.h:
1042         Use integer encoding and decoding functions instead of converting
1043         the integer input to float in the element. The libspeex integer
1044         functions are doing this for us already or, if libspeex was compiled
1045         in integer mode, they're doing everything using integer arithmetics.
1046         Also saves some copying around.
1047
1048 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1049
1050         * configure.ac:
1051           Fix --disable-external
1052
1053 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1054
1055         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1056         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1057         * ext/wavpack/gstwavpackenc.h:
1058         Handle non-zero start timestamps and stream discontinuities
1059         correctly. This only has an effect if we're muxing into
1060         a container format as the raw WavPack stream must contain
1061         continous sample numbers.
1062
1063 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1064
1065         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1066         Correct the timestamp and granulepos calculation by one Speex
1067         frame.
1068
1069 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1070
1071         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1072         Correctly take the granulepos from upstream if possible and
1073         correctly handle the granulepos in various calculations: the
1074         granulepos is the sample number of the _last_ sample in a frame, not
1075         the first.
1076
1077         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1078         (gst_speex_enc_encode), (gst_speex_enc_chain),
1079         (gst_speex_enc_change_state):
1080         * ext/speex/gstspeexenc.h:
1081         Handle non-zero start timestamps in the encoder and detect/handle
1082         stream discontinuities. Fixes bug #547075.
1083
1084 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1085
1086         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1087
1088         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1089         Fix compiler warnings caused by passing a string as format string
1090         instead of "%s" and then the string. This is only exposed by -Wformat=2
1091         as used by default on Ubuntu. Fixes bug #550015.
1092
1093 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1094
1095         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1096         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1097         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1098         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1099         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1100           (gst_ebml_read_element_length):
1101         * gst/matroska/matroska-demux.c:
1102           (gst_matroska_demux_check_subtitle_buffer):
1103           Make stuff compile with GST_DISABLE_GST_DEBUG.
1104
1105 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1106
1107         * gst/law/alaw.c:
1108         * gst/law/mulaw.c:
1109           Ref caps before passing to gst_pad_template_new(), since that takes
1110           ownership.
1111
1112 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1113
1114         Patch by: Mersad Jelacic <mersad at axis dot com>
1115
1116         * gst/multipart/multipartdemux.c:
1117         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1118         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1119         demuxer. Fixes #549551.
1120
1121 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1122
1123         * sys/osxaudio/gstosxaudiosink.c:
1124         (gst_osx_audio_sink_select_device):
1125         * sys/osxaudio/gstosxaudiosrc.c:
1126         (gst_osx_audio_src_create_ringbuffer),
1127         (gst_osx_audio_src_select_device):
1128         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1129         Fix the build on macosx.
1130
1131 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1132
1133         * gst/icydemux/gsticydemux.c:
1134           Small docs fix: in the example pipeline, we need to pass
1135           iradio-mode=true to the source, so the server actually sends
1136           an ICY stream.
1137
1138 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1139
1140         * sys/osxaudio/gstosxaudio.c:
1141           Oops. Revert more completely.
1142
1143 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1144
1145         * sys/osxaudio/gstosxaudio.c:
1146           Revert accidental element rename from testing.
1147
1148 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1149
1150         * gst-plugins-good.doap:
1151         Pull in 0.10.10 doap entry from release branch
1152
1153 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1154
1155         * configure.ac:
1156         Update version number to reflect 0.10.10 release from
1157         branch.
1158
1159 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1160
1161         * sys/osxaudio/Makefile.am:
1162         * sys/osxaudio/gstosxaudio.c:
1163         * sys/osxaudio/gstosxaudiosink.c:
1164         * sys/osxaudio/gstosxaudiosink.h:
1165         * sys/osxaudio/gstosxaudiosrc.c:
1166         * sys/osxaudio/gstosxaudiosrc.h:
1167         * sys/osxaudio/gstosxringbuffer.c:
1168         * sys/osxaudio/gstosxringbuffer.h:
1169           Rewrite caps setting and ring buffer initialisation.
1170           Previously we never told CoreAudio what format we were going to send it,
1171           so it only worked due to luck, and not at all on some hardware.
1172           Now we explicitly advertise what formats the hardware supports, and then
1173           configure the selected one correctly.
1174
1175 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1176
1177         * sys/v4l2/gstv4l2object.c:
1178         * sys/v4l2/gstv4l2src.c:
1179         * sys/v4l2/gstv4l2src.h:
1180         * sys/v4l2/v4l2_calls.c:
1181         * sys/v4l2/v4l2src_calls.c:
1182           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1183           need to memset instance structures. Some more FIXME's and comments.
1184
1185 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1186
1187         * tests/icles/.cvsignore:
1188           Ignore more.
1189
1190 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1191
1192         * gst/goom/.cvsignore:
1193         * gst/goom2k1/.cvsignore:
1194           Ignore files.
1195
1196 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1197
1198         * ext/cairo/gsttextoverlay.c:
1199           Fix compiler warning.
1200
1201 2008-08-25  David Schleef  <ds@schleef.org>
1202
1203         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1204
1205 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1206
1207         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1208         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1209         * gst/matroska/matroska-mux.c:
1210         (gst_matroska_mux_video_pad_setcaps),
1211         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1212         Add Real[Audio|Video] support to Matroska containers.
1213         It works fine for:
1214         * decoding real audio/video streams contained in mkv
1215         * 'transmuxing' real (.rm) files into .mkv files
1216         It will not work though for encoding real[audio/video] streams that
1217         don't contain the 'mdpr_data' extra data on the caps.
1218         The reason why this will not work is because I never intended to
1219         duplicate virtually all the 'mdpr' block creation into mkvmux.
1220         Fixes #536067
1221
1222 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1223
1224         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1225         * gst/law/mulaw-conversion.c:
1226         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1227         (gst_mulawenc_chain):
1228         The encoder can't really renegotiate at the time they perform a
1229         pad-alloc so make the srcpads use fixed caps.
1230         Check the buffer size after a pad-alloc because the returned size might
1231         not be right when the downstream element does not know the size of the
1232         new buffer (capsfilter). Fixes #549073.
1233
1234 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1235
1236         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1237
1238         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1239         v4l2src doesn't have a property named "norm" so don't try to notify
1240         about changes to that property. The "norm" property and related
1241         code are commented out currently. Fixes bug #549090.
1242
1243 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1244
1245         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1246
1247         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1248         Reprobe devices again instead of taking a cached list as new
1249         devices could've been plugged in. Fixes bug #549062.
1250
1251 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1252
1253         * gst/autodetect/Makefile.am:
1254         Don't link the autodetect plugin with GConf as it doesn't
1255         use GConf. Fixes bug #545463.
1256
1257 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1258
1259         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1260         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1261         (gst_ebml_read_sint), (gst_ebml_read_float),
1262         (gst_ebml_read_header):
1263         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1264         possible to ignore errors and not post any ERROR messages on
1265         the bus.
1266
1267         * gst/matroska/matroska-demux.c:
1268         (gst_matroska_demux_parse_contents):
1269         Ignore any errors and not just EOS when parsing the contents of
1270         a SeekHead. Errors here are usually caused by truncated files
1271         and playback of the file works fine. Fixes playback of the
1272         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1273         archive.
1274
1275 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1276
1277         * gst/multipart/multipartdemux.c:
1278         * gst/multipart/multipartmux.c:
1279         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1280
1281 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1282
1283         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1284           gst_directdraw_sink_bufferpool_clear):
1285           Fix two more buffer ref leaks.
1286
1287 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1288
1289         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1290
1291         * sys/directdraw/gstdirectdrawsink.c:
1292           (gst_directdraw_sink_show_frame):
1293           Fix buffer ref leak.
1294
1295 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1296
1297         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1298         Revert the last commit. wavenc still supports width!=depth for 32 bit
1299         width. Thanks Tim.
1300
1301 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1302
1303         * gst/matroska/matroska-demux.c:
1304         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1305         If the duration of a block is unknown only use the timestamp for the
1306         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1307         laces. Otherwise every lace has the same timestamp which leads to
1308         various problems. Really fixes bug #548831.
1309
1310 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1311
1312         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1313         If we're not allowing width!=depth in wavenc we should also disable
1314         the code that was added to support width!=depth.
1315
1316 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1317
1318         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1319         Don't calculate the default duration of a frame from the audio sampling
1320         rate. This only works for raw audio if every frame contains a single
1321         sample and results in broken buffer durations for other formats
1322         if no specified default duration is given or the blocks have no
1323         duration. Fixes bug #548831.
1324
1325 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1326
1327         * gst/matroska/matroska-demux.c:
1328         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1329         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1330         are used for text/plain subtitles as a gap-filler in some files.
1331
1332 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1333
1334         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1335         (gst_v4l2_get_caps_info):
1336         Add S910 and PWC formats with a low priority.
1337
1338         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1339         (gst_v4l2src_probe_caps_for_format):
1340         Add more debugging.
1341
1342 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1343
1344         * ext/flac/gstflacenc.c:
1345           Fix compilation against older libflac versions.
1346
1347 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1348
1349         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1350         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1351         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1352         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1353         (gst_pulsemixer_ctrl_set_volume):
1354         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1355         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1356         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1357         (gst_pulsesink_init), (gst_pulsesink_open),
1358         (gst_pulsesink_prepare), (gst_pulsesink_write),
1359         (gst_pulsesink_delay), (gst_pulsesink_reset):
1360         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1361         (gst_pulsesrc_init):
1362         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1363         Fix a locking issue in pulsesink's prepare function.
1364
1365         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1366         Check if the created channel layout is valid for GStreamer.
1367
1368 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1369
1370         * gst/rtsp/gstrtspgoogle.c:
1371         Things that can happen when your brain is in google mode trying to
1372         deal with their google rtsp server extensions and trying to type your
1373         google mail account.
1374
1375 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1376
1377         * gst/rtsp/Makefile.am:
1378         * gst/rtsp/gstrtsp.c: (plugin_init):
1379         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1380         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1381         (_do_init), (gst_rtsp_google_base_init),
1382         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1383         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1384         (gst_rtsp_google_extension_init):
1385         * gst/rtsp/gstrtspgoogle.h:
1386         Add google RTSP extension, it can only handle udp and responds with
1387         unsupported if we do anything else. Fixes #546465.
1388
1389         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1390         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1391         (gst_rtspsrc_create_transports_string),
1392         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1393         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1394         Make transport setup code a bit better using GString.
1395         Add some more debug.
1396         Check for closed connections before doing anything on them.
1397
1398 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1399
1400         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1401         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1402         (gst_pulsesrc_prepare):
1403         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1404         (gst_pulse_channel_map_to_gst):
1405         * ext/pulse/pulseutil.h:
1406         If downstream provides no channel layout and >2 channels should be
1407         used use the default layout that pulseaudio chooses and also
1408         add this layout to the caps. Fixes bug #547258.
1409
1410 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1411
1412         Patch by: Peter Kjellerstedt <pkj at axis com>
1413
1414         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1415         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1416         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1417         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1418         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1419         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1420         (gst_udpsrc_set_property):
1421         Avoid leaking internally allocated file descriptors when setting
1422         custom file descriptors. Fixes #543101.
1423
1424 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1425
1426         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1427         Don't try to configure RTCP back to the server when the server did not
1428         give us a valid port number.
1429
1430 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1431
1432         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1433         Use new basetransform method to renegotiate. Fixes #544956.
1434
1435         * tests/icles/Makefile.am:
1436         * tests/icles/videobox-test.c: (make_pipeline), (main):
1437         Add videobox renegotiation example.
1438
1439 2008-08-19  David Schleef  <ds@schleef.org>
1440
1441         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1442         with sane values.  Fixes #548530.
1443
1444 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1445
1446         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1447         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1448         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1449         are already filled with the correct values by
1450         gst_ring_buffer_parse_caps() so there's no need to set them again
1451         with wrong values.
1452
1453 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1454
1455         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1456         (gst_avi_demux_read_subindexes_push):
1457         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1458         and instead of using the 'ix##' nomenclature, use '##ix'.
1459         They're still valid though, this fixes the duration and indexes for
1460         virtually all the ODML files I have.
1461
1462 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1463
1464         Patch by: Olivier Crete <tester at tester dot ca>
1465
1466         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1467         (gst_rtp_vorbis_depay_process):
1468         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1469         Update the vorbis RTP pay/depay to RFC 5215.
1470         Fixes #547842.
1471
1472 2008-08-14  David Schleef  <ds@schleef.org>
1473
1474         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1475           with 3:2 pulldown, i.e., 24p.
1476
1477 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1478
1479         * tests/check/elements/level.c: (GST_START_TEST):
1480         Fix compilation some more.
1481
1482 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1483
1484         * configure.ac::
1485           Require -base CVS for wavparse acid chunk parsing.
1486
1487 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1488
1489         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1490         (gst_pulsesink_init), (gst_pulsesink_finalize),
1491         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1492         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1493         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1494         * ext/pulse/pulsesink.h:
1495         Add "device-name" property to pulsesink too and currently commented
1496         out and not working support for a "volume" property.
1497
1498 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1499
1500         * configure.ac:
1501         Remove more cdio stuff (moved to ugly)
1502
1503 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1504
1505         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1506
1507         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1508         (gst_pulsesrc_get_property):
1509         Add "device-name" property, which provides a human readable string
1510         for the audio device, to make it more consisten with other audio
1511         sources. Fixes bug #547519.
1512
1513 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1514
1515         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1516         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1517         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1518         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1519         * ext/pulse/pulsemixerctrl.h:
1520         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1521         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1522         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1523         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1524         * ext/pulse/pulseprobe.h:
1525         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1526         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1527         (gst_pulsesrc_change_state):
1528         Improve debugging a bit by including the parent object in pulsemixerctrl
1529         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1530         GST_WARNING.
1531
1532         Use the parent GObject subclass instead of a random struct as GObject
1533         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1534         when probing for another property than "device".
1535
1536 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1537
1538         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1539
1540         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1541         Fix property probing after the device property is set by calling
1542         set_server when the server property changes. Fixes bug #547518.
1543
1544 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1545
1546         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1547
1548         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1549         (gst_pulsesink_implements_interface_init),
1550         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1551         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1552         (gst_pulsesink_get_type):
1553         * ext/pulse/pulsesink.h:
1554         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1555         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1556         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1557         * ext/pulse/pulsesrc.h:
1558         Implement GstPropertyProbe interface on pulsesink for detecting
1559         sink devices and on pulsesrc for detecting source devices.
1560         Fixes bugs #547227 and #547217.
1561
1562 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1563
1564         * gst/spectrum/gstspectrum.c:
1565           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1566
1567 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1568
1569         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1570         Properly set the maximum latency value, in the same way it is done in
1571         v4lsrc.
1572         * sys/v4l2/v4l2src_calls.c:
1573         Simplify fraction equality check, no need to use GValues for this.
1574
1575 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1576
1577         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1578         Add warning messages stating exactly why the latency query failed.
1579         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1580         In some cases, the negotiated framerate might be the default one which
1581         is already set internally. But we still need to mark it down in fps_n
1582         and fps_d so that the latency query can happen properly.
1583
1584 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1585
1586         * docs/plugins/inspect/plugin-1394.xml:
1587         Whoops, forgot one doc file for people who can't/don't build the
1588         raw1394 plugin.
1589
1590 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
1591
1592         * docs/plugins/Makefile.am:
1593         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1594         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1595         * docs/plugins/inspect/plugin-cdio.xml:
1596         * ext/Makefile.am:
1597         * ext/cdio/Makefile.am:
1598         * ext/cdio/gstcdio.c:
1599         * ext/cdio/gstcdio.h:
1600         * ext/cdio/gstcdiocddasrc.c:
1601         * ext/cdio/gstcdiocddasrc.h:
1602
1603         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
1604         CDDA source to -ugly.
1605
1606         * po/LINGUAS:
1607         * po/POTFILES.in:
1608         * po/id.po:
1609         Pull in new translation from 0.10.9.2 release branch.
1610
1611 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1612
1613         * docs/plugins/Makefile.am:
1614         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1615         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1616         * docs/plugins/gst-plugins-good-plugins.args:
1617         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1618         * docs/plugins/gst-plugins-good-plugins.interfaces:
1619         Integrate documentation for new hdv1394src element.
1620
1621 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1622
1623         * ext/raw1394/Makefile.am:
1624         * ext/raw1394/gst1394.c: (plugin_init):
1625         * ext/raw1394/gsthdv1394src.c: (_do_init),
1626         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
1627         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
1628         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
1629         (gst_hdv1394src_from_raw1394handle),
1630         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
1631         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
1632         (gst_hdv1394src_start), (gst_hdv1394src_stop),
1633         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
1634         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
1635         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
1636         (gst_hdv1394src_uri_handler_init):
1637         * ext/raw1394/gsthdv1394src.h:
1638         mpeg2-ts (HDV) variant of firewire capture element.
1639         Fixes #350830
1640
1641 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1642
1643         * gst/level/gstlevel.c: (gst_level_message_new):
1644          Fix compilation (also known as the classic 'fix code that someone
1645          committed without compiling it first').
1646
1647 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1648
1649         * tests/check/elements/level.c:
1650           Add a test for level in stereo mode.
1651
1652 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1653
1654         * tests/examples/spectrum/demo-audiotest.c:
1655         * tests/examples/spectrum/demo-osssrc.c:
1656           Demo how to draw analyzer results synced to the clock.
1657
1658 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1659
1660         * gst/level/gstlevel.c:
1661           Little renaming (l -> level).
1662
1663         * gst/spectrum/gstspectrum.c:
1664         * gst/spectrum/gstspectrum.h:
1665           Also send full timestamp/duration details here.
1666
1667 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1668
1669         * gst/level/gstlevel.c:
1670         * gst/level/gstlevel.h:
1671           Send same timestamp/duration details as videoanalysis. This gives
1672           applications better chance to sync analysis results with playback.
1673
1674 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1675
1676         * gst/matroska/matroska-mux.c:
1677         (gst_matroska_mux_handle_sink_event),
1678         (flac_streamheader_to_codecdata):
1679         We need to drop one additional buffer for FLAC as the fLaC
1680         marker and STREAMINFO block are merged into one buffer in the caps.
1681
1682         Also don't pretend to support NEWSEGMENT events, otherwise we
1683         will most probably write some invalid data.
1684
1685 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1686
1687         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
1688         (gst_matroska_mux_audio_pad_setcaps):
1689         Add support for muxing FLAC into Matroska containers.
1690         Fixes bug #311586.
1691
1692 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1693
1694         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
1695         Actually provide the variables required for the format string.
1696
1697 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1698
1699         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1700         (gst_matroska_demux_element_send_event),
1701         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
1702         * gst/matroska/matroska-demux.h:
1703         Close the current segment if we're doing a non-flushing seek and send
1704         the close-segment and the new segment of the seek from the streaming
1705         thread.
1706
1707 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1708
1709         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
1710         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
1711         (gst_flac_enc_change_state):
1712         * ext/flac/gstflacenc.h:
1713         Handle non-zero start timestamps correctly, mark header packets as
1714         IN_CAPS and print a warning and suggest using audiorate if stream
1715         discontinuities are detected. When FLAC supports flushing the encoder
1716         somehow this should be done for discontinuities instead.
1717
1718         Remove some unused variables from the instance struct.
1719
1720 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1721
1722         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
1723         If seeking failed return the appropiate return value to FLAC.
1724         Otherwise it thinks seeking was successfull and tries to rewrite
1725         parts of the headers which then get appended to the output.
1726
1727 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1728
1729         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1730
1731         * ext/esd/gstesd.c: (plugin_init):
1732         * ext/flac/gstflac.c: (plugin_init):
1733         * ext/shout2/gstshout2.c: (plugin_init):
1734         * ext/wavpack/gstwavpack.c: (plugin_init):
1735         * sys/oss/gstossaudio.c: (plugin_init):
1736         * sys/v4l2/gstv4l2.c: (plugin_init):
1737         Make sure gettext returns translations in UTF-8 encoding rather
1738         than in the current locale encoding (#546822).
1739
1740 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1741
1742         * ext/flac/gstflacdec.c:
1743         Add FIXME for 0.11 to simply output everything with width=32 as given
1744         by FLAC and let audioconvert handle the conversions instead of doing
1745         them in flacdec.
1746
1747 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
1748
1749         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1750         When outputting a pad template range for the size, include a framerate
1751         range too, to avoid 'not a real subset of template caps' errors.
1752
1753 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1754
1755         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1756
1757         * ext/flac/Makefile.am:
1758         * ext/flac/gstflac.c: (plugin_init):
1759         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1760         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1761         (gst_flac_tag_dispose), (gst_flac_tag_init),
1762         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1763         (gst_flac_tag_change_state):
1764         * ext/flac/gstflactag.h:
1765         Port flactag to 0.10, add documentation for it and clean it up a bit.
1766         Fixes bug #413841.
1767
1768         * docs/plugins/Makefile.am:
1769         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1770         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1771         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1772         * docs/plugins/gst-plugins-good-plugins.interfaces:
1773         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1774         * docs/plugins/inspect/plugin-flac.xml:
1775         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1776         * ext/flac/gstflacdec.h:
1777         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1778         * ext/flac/gstflacenc.h:
1779         Add flactag and flacenc to the documentation and mark
1780         the private parts of the flacdec instance structure as private.
1781
1782         Also use gst_element_class_set_details_simple() in flacdec and
1783         flacenc.
1784
1785 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1786
1787         * gst/qtdemux/qtdemux.c:
1788           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1789           for it but ffmpeg does not.
1790
1791 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1792
1793         * gst/wavparse/gstwavparse.c:
1794           Handle the list chunk and use gst_riff_parse_info() to parse the info
1795           sub-chunk.
1796
1797 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1798
1799         * gst/wavparse/gstwavparse.c:
1800           Handle the acid chunk and send tempo as part of tags. Other fields are
1801           interesting too, but need more tag-definitions. Fixes #545433.
1802
1803 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1804
1805         * gst/wavparse/gstwavparse.c:
1806           Refactor wavparse. Call _reset() from dispose() and move old code from
1807           dispose into reset. This way we don't leak taglists when we abort
1808           parsing. Fix some comments. Move code for skipping a chunk into extra
1809           function. Replace chunk sizes with a const to ease readability.         
1810
1811 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1812
1813         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1814
1815         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1816         Improve udp port setup. Fixes #545710.
1817
1818 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1819
1820         * gst/rtp/Makefile.am:
1821         * gst/rtp/gstrtp.c: (plugin_init):
1822         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1823         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1824         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1825         (gst_rtp_mp1s_depay_set_property),
1826         (gst_rtp_mp1s_depay_get_property),
1827         (gst_rtp_mp1s_depay_change_state),
1828         (gst_rtp_mp1s_depay_plugin_init):
1829         * gst/rtp/gstrtpmp1sdepay.h:
1830         Add MP1S depayloader.
1831
1832         * gst/rtsp/URLS:
1833         Some more sample rtsp streams.
1834
1835 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1836
1837         * gst/rtsp/URLS:
1838         Add another URL.
1839
1840         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1841         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1842         Add some more debug info.
1843
1844 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1845
1846         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1847         Provide cbSize field for audio extra_data size, and take care to
1848         pad extra_data.
1849
1850 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1851
1852         * gst/qtdemux/qtdemux.c:
1853           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1854           TRUE.
1855
1856 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1857
1858         * gst/qtdemux/qtdemux.c:
1859         * gst/qtdemux/qtdemux_fourcc.h:
1860           Add keyword tag support. Fixes #520694 for qtdemux.
1861
1862 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1863
1864         * gst/qtdemux/qtdemux.c:
1865           Add support for tmpo tag (BPM).
1866
1867 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1868
1869         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1870         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1871         Set an estimate for the total number of samples that will be encoded
1872         if possible to help decoders if the streaminfo can't be rewritten
1873         later (like when muxing into Ogg containers).
1874
1875         Add a warning if we get header packets after data packets as those
1876         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1877         work.
1878
1879 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1880
1881         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1882         (gst_flac_dec_write):
1883         Support decoding of all depths between 4 and 32 bits and read the
1884         depth from the streaminfo header if needed. Also support all sampling
1885         rates between 1 and 655350 Hz.
1886
1887         * ext/flac/gstflacenc.c:
1888         (gst_flac_enc_caps_append_structure_with_widths),
1889         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
1890         (gst_flac_enc_chain):
1891         * ext/flac/gstflacenc.h:
1892         Support encoding in all bit depths supported by the streamable
1893         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
1894         between 1 Hz and 655350 Hz.
1895
1896 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1897
1898         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
1899         (gst_flac_enc_sink_getcaps):
1900         Support encoding of up to 8 channels.
1901
1902 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1903
1904         * ext/soup/gstsouphttpsrc.c:
1905         * ext/soup/gstsouphttpsrc.h:
1906         Fix seeking race condition in #540300
1907         Patch By: Wouter Cloetens  <wouter at mind be>
1908
1909 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1910
1911         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
1912         (gst_matroska_demux_element_send_event),
1913         (gst_matroska_demux_handle_seek_event),
1914         (gst_matroska_demux_handle_src_event):
1915         When receiving a SEEK event on a specific pad first search for a seek
1916         table entry for the stream of the pad and then fall back to an entry
1917         for a different stream.
1918
1919 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1920
1921         * configure.ac:
1922         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1923         * gst/matroska/matroska-ids.h:
1924         Build depend on core CVS for the attachment tag.
1925
1926 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1927
1928         * configure.ac:
1929         * gst/matroska/Makefile.am:
1930         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
1931         (copy_backptr), (lzo1x_decode), (main):
1932         * gst/matroska/lzo.h:
1933         * gst/matroska/matroska-demux.c:
1934         (gst_matroska_demux_read_track_encoding),
1935         (gst_matroska_decompress_data), (gst_matroska_decode_data),
1936         (gst_matroska_decode_buffer),
1937         (gst_matroska_decode_content_encodings),
1938         (gst_matroska_demux_read_track_encodings),
1939         (gst_matroska_demux_add_stream),
1940         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1941         * gst/matroska/matroska-ids.h:
1942         Decode the codec private data and following ContentEncoding if
1943         necessary.
1944
1945         Support bzip2, lzo and header stripped compression. For lzo use the
1946         ffmpeg lzo implementation as liblzo is GPL licensed.
1947         
1948         Fix zlib decompression.
1949
1950 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1951
1952         * gst/matroska/matroska-mux.c:
1953         (gst_matroska_mux_audio_pad_setcaps):
1954         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
1955         duration of a frame with the new mpegaudioversion caps field.
1956
1957 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1958
1959         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
1960         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
1961         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
1962         (gst_matroska_demux_stream_from_num),
1963         (gst_matroska_demux_tracknumber_unique),
1964         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
1965         (gst_matroska_demux_handle_seek_event),
1966         (gst_matroska_demux_sync_streams),
1967         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1968         (gst_matroska_demux_loop):
1969         * gst/matroska/matroska-demux.h:
1970         Allow an infinite number of stream inside Matroska containers and use
1971         a GPtrArray for storing them instead of allowing "only" 127 streams.
1972
1973 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1974
1975         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
1976         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
1977         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
1978         (gst_ebml_read_element_length), (gst_ebml_peek_id),
1979         (gst_ebml_read_get_length), (gst_ebml_read_skip),
1980         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
1981         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
1982         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
1983         (gst_ebml_read_master), (gst_ebml_read_binary),
1984         (gst_ebml_read_header):
1985         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
1986         (gst_ebml_write_element_size), (gst_ebml_write_uint),
1987         (gst_ebml_write_sint), (gst_ebml_write_ascii),
1988         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
1989         (gst_ebml_replace_uint):
1990         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1991         (gst_matroska_demux_read_track_encoding),
1992         (gst_matroska_demux_read_track_encodings),
1993         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
1994         (gst_matroska_demux_send_event),
1995         (gst_matroska_demux_element_send_event),
1996         (gst_matroska_demux_handle_seek_event),
1997         (gst_matroska_demux_handle_src_event),
1998         (gst_matroska_demux_init_stream),
1999         (gst_matroska_demux_parse_tracks),
2000         (gst_matroska_demux_parse_index_cuetrack),
2001         (gst_matroska_demux_parse_index_pointentry),
2002         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2003         (gst_matroska_demux_parse_metadata_id_simple_tag),
2004         (gst_matroska_demux_parse_metadata_id_tag),
2005         (gst_matroska_demux_parse_metadata),
2006         (gst_matroska_demux_parse_attached_file),
2007         (gst_matroska_demux_parse_attachments),
2008         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2009         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2010         (gst_matroska_demux_push_flac_codec_priv_data),
2011         (gst_matroska_demux_push_xiph_codec_priv_data),
2012         (gst_matroska_demux_push_dvd_clut_change_event),
2013         (gst_matroska_demux_add_mpeg_seq_header),
2014         (gst_matroska_demux_add_wvpk_header),
2015         (gst_matroska_demux_check_subtitle_buffer),
2016         (gst_matroska_decode_buffer),
2017         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2018         (gst_matroska_demux_parse_cluster),
2019         (gst_matroska_demux_parse_contents_seekentry),
2020         (gst_matroska_demux_parse_contents),
2021         (gst_matroska_demux_loop_stream_parse_id),
2022         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2023         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2024         (gst_matroska_demux_subtitle_caps),
2025         (gst_matroska_demux_change_state):
2026         * gst/matroska/matroska-ids.c:
2027         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2028         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2029         (gst_matroska_mux_video_pad_setcaps),
2030         (xiph3_streamheader_to_codecdata),
2031         (vorbis_streamheader_to_codecdata),
2032         (theora_streamheader_to_codecdata),
2033         (gst_matroska_mux_audio_pad_setcaps),
2034         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2035         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2036         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2037         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2038         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2039         Fix indention everywhere. A broken indent version has added newlines
2040         after every single declaration some time ago.
2041
2042 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2043
2044         * gst/matroska/matroska-demux.c:
2045         (gst_matroska_demux_loop_stream_parse_id):
2046         If no Tracks are found error out instead of trying it again until the
2047         end of time.
2048
2049 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2050
2051         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2052         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2053         bit and signed otherwise, not the other way around.
2054
2055 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2056
2057         * gst/matroska/matroska-mux.c:
2058         Add more raw YUV formats to the list of supported formats.
2059
2060 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2061
2062         * gst/matroska/matroska-mux.c:
2063         (gst_matroska_mux_audio_pad_setcaps):
2064         Add support for muxing raw float audio now that the spec defines the
2065         endianness and add support for muxing raw integer audio with 24 and
2066         32 bits.
2067
2068         Allow muxing of more than 8 audio channels.
2069
2070 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2071
2072         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2073         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2074         Add locking to the global array of used track UIDs to prevent random
2075         crashes if more than a single matrosmux instance is used.
2076
2077         Use 64 bit values for the track UIDs.
2078
2079         Use the global GRandom of GLib instead of creating our own one
2080         for the few random numbers we need every single time.
2081
2082 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2083
2084         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2085         (gst_flac_dec_setup_stream_decoder),
2086         (gst_flac_dec_update_metadata):
2087         Always post the audio-codec tag, not only if other tags are present.
2088
2089 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2090
2091         * configure.ac:
2092         Back to development -> 0.10.9.1
2093
2094 === release 0.10.9 ===
2095
2096 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2097
2098         * configure.ac:
2099           releasing 0.10.9, "Steam Train Rolling"
2100
2101 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2102
2103         * ext/soup/gstsouphttpsrc.c:
2104         Don't throw an error when soup completes a msg with status
2105         'cancelled', as that indicates we cancelled a request while
2106         shutting down or seeking, and it's not an error.
2107         Fixes: #540300 again.
2108
2109 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2110
2111         * configure.ac:
2112         0.10.8.4 pre-release
2113
2114 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2115
2116         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2117         Fix segment-stop regression.
2118         Add documentation regarding segments in quicktime files by Wim Taymans.
2119         Fixes #544509
2120
2121 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2122
2123         * configure.ac:
2124         0.10.8.3 pre-release
2125
2126         * po/LINGUAS:
2127         * po/pt_BR.po:
2128         Add pt_BR translation
2129
2130 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2131
2132         * gst/goom/convolve_fx.c:
2133         * gst/goom/filters.c:
2134         * gst/goom/goom_config.h:
2135         * gst/goom/goom_core.c:
2136         * gst/goom/goom_tools.h:
2137           Fix build with MSVC: include glib.h to define inline appropriately,
2138           use header guards where needed.
2139         * gst/udp/gstudpnetutils.c:
2140         * gst/udp/gstudpsrc.c:
2141           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2142           g_snprintf rather than snprintf.
2143           Fixes #544433.
2144
2145 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2146
2147         * gst/debug/gsttaginject.c:
2148         * gst/debug/gsttaginject.h:
2149           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2150           partially.
2151
2152 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2153
2154         * configure.ac:
2155         0.10.8.2 pre-release
2156
2157 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2158
2159         * ext/Makefile.am:
2160         Finish hooking up pulseaudio plugin to the build.
2161
2162         * ext/pulse/pulsemixerctrl.c:
2163         Fix compilation error.
2164
2165 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2166
2167         * po/LINGUAS:
2168         * po/lt.po:
2169         Add new lithunian translation, and add french to the LINGUAS
2170         file.
2171
2172 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2173
2174         * ext/soup/gstsouphttpsrc.c:
2175         Fix Soup HTTP source seeking.
2176         Patch By: Wouter Cloetens  <wouter at mind be>
2177         Fixes: #540300
2178
2179         * tests/check/elements/.cvsignore:
2180         Ignore new check programs.
2181
2182 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2183
2184         * configure.ac:
2185         * docs/plugins/Makefile.am:
2186         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2187         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2188         * docs/plugins/gst-plugins-good-plugins.args:
2189         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2190         * docs/plugins/gst-plugins-good-plugins.interfaces:
2191         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2192         * docs/plugins/inspect/plugin-interleave.xml:
2193         * docs/plugins/inspect/plugin-replaygain.xml:
2194         * tests/check/Makefile.am:
2195
2196         Move replaygain and interleave plugins from -bad.
2197         Fixes: #543406
2198         Fixes: #536228
2199
2200 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2201
2202         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2203         (qtdemux_parse_trak):
2204         Revert ISO base media spec based pixel-aspect-ratio calculation.
2205         Fixes #543300.
2206
2207 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2208
2209         * sys/osxvideo/osxvideosink.m:
2210         Fix minor build issues on macosx.
2211         Fixes #543054
2212
2213 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2214
2215         * configure.ac::
2216         * ext/taglib/Makefile.am::
2217           Only use -Wno-attributes (which is there to work around a
2218           bug in the taglib 1.5 headers) if the c++ compiler actually
2219           supports it (#543255).
2220
2221 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2222
2223         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2224
2225         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2226           Avoid compiler warning by initialising variable to NULL (#543259).
2227
2228 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2229
2230         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2231         Don't pass NULL taglists to gst_tag_list_is_empty().
2232
2233 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2234
2235         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2236         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2237         (rtp_pipeline_run):
2238         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2239         Don't use declarations after statements.
2240
2241 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2242
2243         * ext/jpeg/gstjpegdec.c:
2244         Align documentation with reality.
2245
2246 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2247
2248         * gst/udp/gstudpnetutils.c:
2249         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2250         old value (1) if it's not defined which should not cause any problems
2251         as we're using it internal only anyway.
2252
2253 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2254
2255         Patch by: Alessandro Decina <alessandro at nnva dot org>
2256
2257         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2258         Fix build of avidemux on big endian architectures.
2259
2260 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2261
2262         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2263
2264         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2265         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2266
2267 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2268
2269         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2270         (qtdemux_parse_trak):
2271         Set pixel-aspect-ratio in caps using display width and height
2272         provided in track.
2273
2274 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2275
2276         * configure.ac:
2277         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2278         flags that are invalid for C++. Fixes bug #516509.
2279
2280 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2281
2282         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2283         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2284         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2285         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2286         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2287         * tests/examples/equalizer/demo.c: (message_handler):
2288         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2289         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2290         Don't use declarations after statements and variable length arrays.
2291
2292 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2293
2294         Patch by: Daniel Drake <dsd at gentoo dot org>
2295
2296         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2297         (gst_v4l2src_get_nearest_size):
2298         Try progressive video if interlaced fails. Fixes bug #541956
2299         and the usage of v4l2src on OLPC.
2300
2301 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2302
2303         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2304         (gst_rtp_speex_depay_process):
2305         * gst/rtp/gstrtpspeexdepay.h:
2306         Revert last change: Only the jitterbuffer is able to convert RTP to
2307         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2308         Reopens bug #541787.
2309
2310 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2311
2312         * gst/rtp/gstrtpvrawdepay.c:
2313           Include stdlib.h for atoi().
2314
2315         * gst/rtsp/gstrtspsrc.c:
2316           Use floating point math for latencies < 0 sec in log output.
2317
2318 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2319
2320         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2321
2322         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2323         (gst_rtp_speex_depay_process):
2324         * gst/rtp/gstrtpspeexdepay.h:
2325         Take timestamp from the RTP packet as a first step to fix problems
2326         with transmission over RTP when the network is not reliable.
2327         Fixes bug #541787.
2328
2329 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2330
2331         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2332
2333         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2334         Fix parsing of udp:// URIs containing IPv6 addresses.
2335         Fixes bug #541650.
2336
2337 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2338
2339         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2340         Do not leak incoming buffers.
2341
2342 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2343
2344         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2345
2346         * configure.ac:
2347         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2348         for htons() and htonl(). Fixes bug #541412.
2349
2350 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2351
2352         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2353         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2354         (gst_matroska_demux_element_query),
2355         (gst_matroska_demux_handle_src_query),
2356         (gst_matroska_demux_handle_seek_event):
2357         Handle position and duration query in DEFAULT format if the
2358         pad's track has a default frame duration set.
2359
2360         Fix seeking now that the segment's duration doesn't contain the
2361         (possibly wrong or inaccurate) duration of the Matroska file.
2362
2363 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2364
2365         * gst/matroska/ebml-read.c: (_ext2dbl):
2366         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2367         in math.h except on MSVC where it is defined in xmath.h.
2368         Fixes compilation with MSVC.
2369
2370 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2371
2372         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2373         (gst_matroska_demux_handle_src_query),
2374         (gst_matroska_demux_parse_info),
2375         (gst_matroska_demux_loop_stream_parse_id):
2376         * gst/matroska/matroska-demux.h:
2377         Don't set the segment duration to the duration from the Matroska
2378         header as this value could be wrong and is just informational.
2379
2380 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2381
2382         * gst/matroska/matroska-demux.c:
2383         (gst_matroska_demux_loop_stream_parse_id):
2384         If no Tracks element is found until the first Cluster is found
2385         search it and error out if none is found in the complete file.
2386
2387 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2388
2389         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2390         Resync non-subtitle tracks too if a too large gap compared to other
2391         tracks is detected.
2392
2393 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2394
2395         * gst/rtp/Makefile.am:
2396         * gst/rtp/gstrtp.c: (plugin_init):
2397         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2398         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2399         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2400         (gst_rtp_vraw_depay_change_state),
2401         (gst_rtp_vraw_depay_plugin_init):
2402         * gst/rtp/gstrtpvrawdepay.h:
2403         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2404         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2405         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2406         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2407         (gst_rtp_vraw_pay_plugin_init):
2408         * gst/rtp/gstrtpvrawpay.h:
2409         Add raw video pay and depayloaders, see RFC4175.
2410
2411 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2412
2413         * ext/libpng/gstpngdec.c:
2414         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2415         whatever it returned.
2416
2417 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2418
2419         * gst/avi/avi-ids.h:
2420         Add vprp chunk related structures.
2421         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2422         (gst_avi_demux_parse_stream):
2423         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2424         to caps.  Fixes #539482.
2425         * gst/avi/gstavimux.h:
2426         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2427         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2428         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2429
2430 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2431
2432         * tests/check/elements/avimux.c: (check_avimux_pad):
2433         Adjust avimux unit test according to increased streamheader size.
2434
2435 2008-06-27  David Schleef  <ds@schleef.org>
2436
2437         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2438
2439 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2440
2441         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2442         * gst/avi/gstavimux.h:
2443         Add 8 bytes to current streamheader to make for a complete one
2444         and to make more players happy.  Fixes #519460.
2445
2446 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2447
2448         * sys/v4l2/v4l2_calls.c::
2449           Don't include unused gstv4l2xoverlay.h. Fixes build
2450           in case where X11 headers are not installed.
2451
2452 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2453
2454         * ext/dv/gstdv.c: (plugin_init):
2455         Fix compilation.
2456
2457 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2458
2459         * ext/dv/gstdv.c: (plugin_init):
2460         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2461         DV decoder available.
2462         Fixes #532393
2463
2464 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2465
2466         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2467         Call getsockname() after the call to bind() to get updated values
2468         for the port, etc. This fixes the usage of udpsrc on anonymous
2469         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2470         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2471
2472 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2473
2474         * tests/check/pipelines/wavpack.c: (bus_handler):
2475         Remove workaround for a bug in identity that is fixed in 0.10.20.
2476
2477 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2478
2479         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2480
2481         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2482         Fix HTTP auth support with user/password passed via the URI.
2483         Fixes bug #540067.
2484
2485 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2486
2487         * configure.ac:
2488           Depend on released versions of core and -base.
2489
2490 2008-06-23  Julien Moutte  <julien@fluendo.com>
2491
2492         * gst/matroska/matroska-demux.c:
2493         (gst_matroska_demux_read_track_encoding),
2494         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2495         format strings in macros. (makes it build on OS X again...)
2496
2497 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2498
2499         * gst/rtp/gstrtptheorapay.c:
2500         * gst/udp/gstmultiudpsink.c:
2501           Added debug.
2502
2503 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2504
2505         * configure.ac: switch v4l2src over to the normal build instead of
2506         being 'experimental'. Fixes bug #536831.
2507
2508 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2509
2510         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2511         Remove unused variable so that we can compile again.
2512
2513 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2514
2515         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2516         No need to check for audio/G723 and audio/32KADPCM here as they are
2517         no longer supported.
2518
2519 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2520
2521         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2522         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2523         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2524         known length.
2525
2526 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2527
2528         * gst/matroska/matroska-demux.c:
2529         (gst_matroska_demux_add_wvpk_header),
2530         (gst_matroska_demux_audio_caps):
2531         * gst/matroska/matroska-ids.h:
2532         Fix demuxing of WavPack files. Muxing is still broken.
2533
2534 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2535
2536         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2537         (gst_matroska_demux_add_mpeg_seq_header),
2538         (gst_matroska_demux_add_wvpk_header),
2539         (gst_matroska_demux_check_subtitle_buffer),
2540         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2541         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2542         (gst_matroska_demux_subtitle_caps):
2543         * gst/matroska/matroska-ids.h:
2544         Add a "vfunc" to the track context for postprocessing frames and
2545         convert the wavpack and subtitle postprocessing to this vfunc.
2546         Copy buffer flags in those functions to the new buffers too.
2547
2548         Parse CodecState elements of Blocks.
2549
2550         Add a postprocessing function for MPEG video that adds the sequence
2551         header from the codec private data or codec state to the frames if
2552         it's not already there.
2553
2554 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2555
2556         * gst/matroska/matroska-demux.c:
2557         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2558         If a gap of more than 1/2 second is found in one stream send a
2559         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2560         This also fixes Matroska files where the first buffer doesn't start
2561         at timestamp 0. Fixes bug #429322.
2562
2563         The duration of a block is the default duration multiplied with the
2564         number of laces. Every lace is one frame and the default duration
2565         is the duration of one frame. This fixes playback of files that use
2566         lacing for some tracks.
2567
2568 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2569
2570         * gst/matroska/matroska-demux.c:
2571         (gst_matroska_demux_parse_contents_seekentry):
2572         Update FIXME/TODOs and only ignore EOS at the central, important place
2573         instead of several places.
2574
2575 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2576
2577         * gst/rtp/gstrtpg726pay.c:
2578         Fix caps, See #538891.
2579
2580 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2581
2582         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2583         (gst_matroska_demux_stream_from_num),
2584         (gst_matroska_demux_encoding_cmp),
2585         (gst_matroska_demux_encoding_order_unique),
2586         (gst_matroska_demux_read_track_encoding),
2587         (gst_matroska_demux_read_track_encodings),
2588         (gst_matroska_demux_tracknumber_unique),
2589         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2590         (gst_matroska_demux_parse_tracks),
2591         (gst_matroska_demux_parse_index_cuetrack),
2592         (gst_matroska_demux_parse_index_pointentry),
2593         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2594         (gst_matroska_demux_parse_metadata_id_simple_tag),
2595         (gst_matroska_demux_parse_metadata_id_tag),
2596         (gst_matroska_demux_parse_metadata),
2597         (gst_matroska_demux_parse_attached_file),
2598         (gst_matroska_demux_parse_attachments),
2599         (gst_matroska_demux_parse_chapters),
2600         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
2601         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2602         (gst_matroska_demux_parse_cluster),
2603         (gst_matroska_demux_parse_contents_seekentry),
2604         (gst_matroska_demux_parse_contents),
2605         (gst_matroska_demux_loop_stream_parse_id),
2606         (gst_matroska_demux_loop):
2607         Improve debug output everywhere and fix the EOS logic.
2608
2609         Check the values of the ContentEncoding elements more strictly and
2610         don't use tracks for which it's invalid.
2611
2612         Check that the track number is unique for this stream.
2613
2614         Check that seek positions are below G_MAXINT64 as our seeks are
2615         int64-based and overflows will fail badly.
2616
2617         After seeks also don't push SimpleBlocks until the first one
2618         containing a keyframe is found. Before this was done only for normal
2619         Blocks.
2620
2621         Update some FIXME/TODOs.
2622         
2623         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
2624         (gst_ebml_read_utf8), (gst_ebml_read_header):
2625         Improve debug output.
2626
2627         * gst/matroska/matroska-ids.c:
2628         (gst_matroska_track_init_video_context):
2629         * gst/matroska/matroska-ids.h:
2630         * gst/matroska/matroska-mux.c:
2631         (gst_matroska_mux_video_pad_setcaps):
2632         Remove eye mode and don't parse it anymore. We can't use that
2633         information in GStreamer yet so it's useless.
2634
2635
2636 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2637
2638         Patch by: Mersad Jelacic <mersad at axis dot com>
2639
2640         * gst/rtp/Makefile.am:
2641         * gst/rtp/gstrtp.c: (plugin_init):
2642         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
2643         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
2644         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
2645         (gst_rtp_g726_depay_plugin_init):
2646         * gst/rtp/gstrtpg726depay.h:
2647         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
2648         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
2649         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
2650         * gst/rtp/gstrtpg726pay.h:
2651         Added G726 pay/depayloaders. Fixes #538891.
2652
2653 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2654
2655         * gst/rtsp/URLS:
2656         Some more urls.
2657
2658         * gst/smpte/barboxwipes.c:
2659         Add a comment
2660
2661         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2662         Fix typo, add audioresample to the pipeline.
2663
2664 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2665
2666         * ext/libmng/Makefile.am:
2667         * ext/libmng/gstmng.c: (plugin_init):
2668         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
2669         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
2670         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
2671         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
2672         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
2673         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
2674         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2675         (gst_mng_dec_change_state):
2676         * ext/libmng/gstmngdec.h:
2677         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
2678         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
2679         (gst_mng_enc_init), (gst_mng_enc_chain),
2680         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
2681         * ext/libmng/gstmngenc.h:
2682         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
2683         bits ifdeffed out still.
2684
2685 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2686
2687         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
2688         When comparing index elements with the same time compare their
2689         block number.
2690
2691 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
2692
2693         * gst/matroska/matroska-demux.c:
2694           (gst_matroska_demux_parse_attached_file)
2695           Init variable to NULL to avoid compiler warning.
2696
2697 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2698
2699         * gst/matroska/Makefile.am:
2700         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2701         (gst_matroska_demux_parse_attached_file),
2702         (gst_matroska_demux_parse_attachments),
2703         (gst_matroska_demux_parse_contents_seekentry),
2704         (gst_matroska_demux_loop_stream_parse_id):
2705         * gst/matroska/matroska-demux.h:
2706         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2707         * gst/matroska/matroska-ids.h:
2708         * gst/matroska/matroska.c: (plugin_init):
2709         Parse Attachments and post them as GST_TAG_IMAGE if we detect
2710         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
2711         and description of the attachments in the caps. Fixes bug #537622.
2712
2713 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
2714
2715         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
2716         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
2717         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
2718         (gst_speex_enc_src_query), (gst_speex_enc_init),
2719         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
2720         (gst_speex_enc_chain), (gst_speex_enc_get_property),
2721         (gst_speex_enc_set_property):
2722         Add mode property.
2723         Some cleanups, add more debug info.
2724         Add latency query.
2725
2726 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2727
2728         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
2729         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
2730         If we get less bytes than requested we can't do anything except doing
2731         our EOS logic.
2732
2733 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2734
2735         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2736         (gst_matroskademux_do_index_seek),
2737         (gst_matroska_demux_parse_index_cuetrack),
2738         (gst_matroska_demux_parse_index_pointentry),
2739         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
2740         (gst_matroska_demux_parse_metadata):
2741         * gst/matroska/matroska-demux.h:
2742         * gst/matroska/matroska-ids.h:
2743         Use a GArray for storing the Cue (i.e. seek) information, store
2744         the CueTrackPositions for every track, store the block number
2745         and optimize searching in the array by sorting it after the last
2746         element was added.
2747
2748         Fix a small memory leak when trying to parse a tags element that was
2749         already parsed.
2750
2751 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2752
2753         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2754         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2755         (gst_matroska_mux_write_data):
2756         * gst/matroska/matroska-mux.h:
2757         Don't write another SeekHead which indexes all Clusters to the end of
2758         the file. This isn't useful for anything and just increases filesize.
2759
2760 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2761
2762         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2763         Prevent unaligned memory access when reading floats.
2764
2765 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2766
2767         * gst/matroska/ebml-read.c:
2768         * gst/matroska/ebml-read.h:
2769         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2770         (gst_matroska_demux_parse_metadata):
2771         * gst/matroska/matroska-demux.h:
2772         Make sure that every Tags element is only parsed once and it's
2773         containing tags are only posted once.
2774
2775 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2776
2777         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2778         (gst_ebml_read_header):
2779         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2780         (gst_matroska_demux_parse_tracks),
2781         (gst_matroska_demux_parse_index_cuetrack),
2782         (gst_matroska_demux_parse_index_pointentry),
2783         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2784         (gst_matroska_demux_parse_metadata_id_simple_tag),
2785         (gst_matroska_demux_parse_metadata_id_tag),
2786         (gst_matroska_demux_parse_metadata),
2787         (gst_matroska_demux_parse_attachments),
2788         (gst_matroska_demux_parse_chapters),
2789         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2790         (gst_matroska_demux_parse_cluster),
2791         (gst_matroska_demux_parse_contents_seekentry),
2792         (gst_matroska_demux_parse_contents),
2793         (gst_matroska_demux_loop_stream_parse_id):
2794         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2795         already. They're not useful in the matroska parser and only cause
2796         additional code.
2797
2798 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2799
2800         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2801         (gst_ebml_finalize), (gst_ebml_read_change_state),
2802         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2803         * gst/matroska/matroska-demux.c:
2804         (gst_matroska_demux_parse_contents_seekentry):
2805         Reverse the level list as we usually are only interested in the
2806         first element or want to add a new first element. Having the
2807         first element stored at the end and calling g_list_last() and
2808         g_list_append() is more expensive.
2809
2810         Also use GSlice for allocating the GstEbmlLevel structs.
2811
2812 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2813
2814         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2815           (gst_tag_inject_class_init), (gst_tag_inject_init):
2816           Don't unref NULL taglist in finalize. Don't use c++ style
2817           comments.
2818
2819 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2820
2821         * gst/matroska/matroska-demux.c:
2822         (gst_matroska_demux_parse_metadata_id_simple_tag):
2823         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2824         (gst_matroska_mux_write_data):
2825         Use gst_value_serialize() and gst_value_deserialize() for transforming
2826         tags from some GType to a string and the other way around. The default
2827         transformations in GLib don't include transformations from string to
2828         number types.
2829
2830 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2831
2832         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2833         (gst_matroska_demux_parse_tracks),
2834         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2835         (gst_matroska_demux_parse_attachments),
2836         (gst_matroska_demux_parse_chapters),
2837         (gst_matroska_demux_parse_contents_seekentry),
2838         (gst_matroska_demux_loop_stream_parse_id):
2839         * gst/matroska/matroska-demux.h:
2840         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2841         Tags multiple times. The first ones can appear more than once but must
2842         contain the same content as the first for backup purposes so we ignore
2843         all but the first one. Tags can appear multiple times with different
2844         content.
2845
2846         Jump to all elements except Clusters that are available from a
2847         SeekHead to make it more likely to have all required informations
2848         before getting to the first Clusters.
2849
2850         Add dummy functions for parsing Attachments and Chapters.
2851
2852 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2853
2854         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2855         (gst_udpsrc_create), (gst_udpsrc_set_property),
2856         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2857         * gst/udp/gstudpsrc.h:
2858         Add property to control automatic join/leave of multicast groups.
2859         Add G_LIKELY.
2860         Remove setting caps on buffers explicitly, basesrc does that for us now.
2861         Improve debug info.
2862         Convert some non-fatal error into warnings.
2863         Use g_ntohs for better portability.
2864         Leave multicast groups when stopping.
2865         When using external sockets, use getsockname() on them to fill up the
2866         addr structure before calling methods that use the structure.
2867         Should all fix #536903.
2868         API: GstUDPSrc::auto-multicast property
2869
2870 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2871
2872         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2873         Use g_ntohl for better portability.
2874
2875 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2876
2877         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2878         (gst_multiudpsink_remove):
2879         Fix a typo and do some small cleanups.
2880
2881 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2882
2883         Patch by: Olivier Crete <tester at tester dot ca>
2884
2885         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2886         Make the delivery-method mandatory on the caps and only accept inline
2887         for now.
2888         Reverse strcmp checks for delivery-method.
2889
2890         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
2891         Make delivery method optional when parsing caps and note this in the
2892         caps.
2893         Reverse strcmp checks for delivery-method.
2894
2895         * gst/rtp/gstrtpvorbispay.c:
2896         Update a comment to note that the delivery-method is optional, 
2897         Fixes #537675.
2898
2899 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2900
2901         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
2902         Set udpsrc for receiving data from multicast groups to PAUSED instead of
2903         leaving them in READY. Fixes #537832.
2904
2905 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2906
2907         * gst/avi/gstavimux.c:
2908           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
2909           for a random constant in tagmuxing code.
2910
2911 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2912
2913         * gst/debug/gsttaginject.c:
2914         * gst/debug/gsttaginject.h:
2915           Now actually adding the new element.
2916
2917 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2918
2919         * docs/plugins/Makefile.am:
2920         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2921         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2922         * docs/plugins/gst-plugins-good-plugins.args:
2923         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2924         * docs/plugins/gst-plugins-good-plugins.interfaces:
2925         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2926         * docs/plugins/inspect/plugin-aasink.xml:
2927         * docs/plugins/inspect/plugin-alaw.xml:
2928         * docs/plugins/inspect/plugin-alpha.xml:
2929         * docs/plugins/inspect/plugin-alphacolor.xml:
2930         * docs/plugins/inspect/plugin-annodex.xml:
2931         * docs/plugins/inspect/plugin-apetag.xml:
2932         * docs/plugins/inspect/plugin-audiofx.xml:
2933         * docs/plugins/inspect/plugin-auparse.xml:
2934         * docs/plugins/inspect/plugin-autodetect.xml:
2935         * docs/plugins/inspect/plugin-avi.xml:
2936         * docs/plugins/inspect/plugin-cacasink.xml:
2937         * docs/plugins/inspect/plugin-cairo.xml:
2938         * docs/plugins/inspect/plugin-cdio.xml:
2939         * docs/plugins/inspect/plugin-cutter.xml:
2940         * docs/plugins/inspect/plugin-debug.xml:
2941         * docs/plugins/inspect/plugin-dv.xml:
2942         * docs/plugins/inspect/plugin-efence.xml:
2943         * docs/plugins/inspect/plugin-effectv.xml:
2944         * docs/plugins/inspect/plugin-equalizer.xml:
2945         * docs/plugins/inspect/plugin-esdsink.xml:
2946         * docs/plugins/inspect/plugin-flac.xml:
2947         * docs/plugins/inspect/plugin-flxdec.xml:
2948         * docs/plugins/inspect/plugin-gamma.xml:
2949         * docs/plugins/inspect/plugin-gconfelements.xml:
2950         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2951         * docs/plugins/inspect/plugin-goom.xml:
2952         * docs/plugins/inspect/plugin-goom2k1.xml:
2953         * docs/plugins/inspect/plugin-halelements.xml:
2954         * docs/plugins/inspect/plugin-icydemux.xml:
2955         * docs/plugins/inspect/plugin-id3demux.xml:
2956         * docs/plugins/inspect/plugin-jpeg.xml:
2957         * docs/plugins/inspect/plugin-level.xml:
2958         * docs/plugins/inspect/plugin-matroska.xml:
2959         * docs/plugins/inspect/plugin-monoscope.xml:
2960         * docs/plugins/inspect/plugin-mulaw.xml:
2961         * docs/plugins/inspect/plugin-multifile.xml:
2962         * docs/plugins/inspect/plugin-multipart.xml:
2963         * docs/plugins/inspect/plugin-navigationtest.xml:
2964         * docs/plugins/inspect/plugin-ossaudio.xml:
2965         * docs/plugins/inspect/plugin-png.xml:
2966         * docs/plugins/inspect/plugin-quicktime.xml:
2967         * docs/plugins/inspect/plugin-rtp.xml:
2968         * docs/plugins/inspect/plugin-rtsp.xml:
2969         * docs/plugins/inspect/plugin-smpte.xml:
2970         * docs/plugins/inspect/plugin-soup.xml:
2971         * docs/plugins/inspect/plugin-spectrum.xml:
2972         * docs/plugins/inspect/plugin-speex.xml:
2973         * docs/plugins/inspect/plugin-taglib.xml:
2974         * docs/plugins/inspect/plugin-udp.xml:
2975         * docs/plugins/inspect/plugin-video4linux2.xml:
2976         * docs/plugins/inspect/plugin-videobalance.xml:
2977         * docs/plugins/inspect/plugin-videobox.xml:
2978         * docs/plugins/inspect/plugin-videocrop.xml:
2979         * docs/plugins/inspect/plugin-videoflip.xml:
2980         * docs/plugins/inspect/plugin-videomixer.xml:
2981         * docs/plugins/inspect/plugin-wavenc.xml:
2982         * docs/plugins/inspect/plugin-wavpack.xml:
2983         * docs/plugins/inspect/plugin-wavparse.xml:
2984         * docs/plugins/inspect/plugin-ximagesrc.xml:
2985         * gst/debug/Makefile.am:
2986         * gst/debug/breakmydata.c:
2987         * gst/debug/efence.c:
2988         * gst/debug/gstdebug.c:
2989         * gst/debug/gstnavseek.c:
2990         * gst/debug/gstpushfilesrc.c:
2991         * gst/debug/gstpushfilesrc.h:
2992         * gst/debug/negotiation.c:
2993         * gst/debug/progressreport.c:
2994         * gst/debug/progressreport.h:
2995         * gst/debug/rndbuffersize.c:
2996         * gst/debug/testplugin.c:
2997           Remove dummy plugin_init. Remove some undefined entries from doc-
2998           section file. Add taginject element and rebuild docs for it.
2999
3000 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3001
3002         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3003         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3004         Update the counter for the number of streams when pads are added or
3005         removed. This will make sure that a seek table is generated for
3006         files with just one audio stream.
3007
3008 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3009
3010         * gst/matroska/matroska-demux.c:
3011         (gst_matroska_demux_parse_metadata_id_simple_tag):
3012         * gst/matroska/matroska-ids.h:
3013         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3014         Add some more tags, improve debugging a bit and make sure that
3015         GValue transformation has succeeded before using the result
3016         as a tag.
3017
3018 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3019
3020         Patch by: Olivier Crete <tester at tester dot ca>
3021
3022         * gst/rtp/gstrtptheorapay.c:
3023         The Theora RTP payloader only supports the "inline" delievery method
3024         so let's declare this on the caps of the static pad template.
3025         Fixes bug #537675.
3026
3027 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3028
3029         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3030         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3031         Remove bogus check.
3032
3033 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3034
3035         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3036         (gst_videomixer_blend_buffers):
3037         Use stream_time to synchronize the object properties.
3038         Use running_time of the master pad to timestamp outgoing buffers.
3039         Fix the initial segment event to extend an unknown amount of time.
3040         Fixes #537361.
3041
3042 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3043
3044         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3045         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3046         (gst_avi_demux_calculate_durations_from_index),
3047         (gst_avi_demux_stream_header_push),
3048         (gst_avi_demux_stream_header_pull):
3049         Try to ignore unparsable/unknown streams and give a warning instead of
3050         erroring out. Fixes #537377.
3051
3052 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3053
3054         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3055         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3056
3057         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3058         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3059         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3060         (gst_matroska_demux_read_track_encodings),
3061         (gst_matroska_demux_add_stream),
3062         (gst_matroska_demux_handle_src_query),
3063         (gst_matroska_demux_init_stream),
3064         (gst_matroska_demux_parse_index_cuetrack),
3065         (gst_matroska_demux_parse_index_pointentry),
3066         (gst_matroska_demux_parse_info),
3067         (gst_matroska_demux_parse_metadata_id_simple_tag),
3068         (gst_matroska_demux_parse_metadata),
3069         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3070         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3071         (gst_matroska_demux_parse_cluster),
3072         (gst_matroska_demux_parse_contents_seekentry),
3073         (gst_matroska_demux_loop_stream_parse_id),
3074         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3075         (gst_matroska_demux_audio_caps),
3076         (gst_matroska_demux_subtitle_caps):
3077         * gst/matroska/matroska-demux.h:
3078         * gst/matroska/matroska-ids.c:
3079         (gst_matroska_track_init_subtitle_context):
3080         * gst/matroska/matroska-ids.h:
3081         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3082         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3083         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3084         (gst_matroska_mux_video_pad_setcaps),
3085         (gst_matroska_mux_audio_pad_setcaps),
3086         (gst_matroska_mux_subtitle_pad_setcaps),
3087         (gst_matroska_mux_request_new_pad),
3088         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3089         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3090         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3091         (gst_matroska_mux_set_property):
3092         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3093         elements, do some checks for valid values in the demuxer, handle
3094         tracktimecodescale in the demuxer, set correct default values for all
3095         settings in the demuxer, review and add all missing matroska
3096         IDs and some more raw YUV formats, and some trivial cleanup.
3097
3098 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3099
3100         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3101         (gst_pulsemixer_class_init):
3102         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3103         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3104         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3105         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3106         (gst_pulsesrc_prepare):
3107         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3108         gst_element_class_set_details_simple() and fix coding style a bit
3109         more.
3110
3111 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3112
3113         * docs/plugins/Makefile.am:
3114         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3115         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3116         * docs/plugins/gst-plugins-good-plugins.args:
3117         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3118         * docs/plugins/gst-plugins-good-plugins.interfaces:
3119         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3120         * docs/plugins/inspect/plugin-aasink.xml:
3121         * docs/plugins/inspect/plugin-alaw.xml:
3122         * docs/plugins/inspect/plugin-alpha.xml:
3123         * docs/plugins/inspect/plugin-alphacolor.xml:
3124         * docs/plugins/inspect/plugin-annodex.xml:
3125         * docs/plugins/inspect/plugin-apetag.xml:
3126         * docs/plugins/inspect/plugin-audiofx.xml:
3127         * docs/plugins/inspect/plugin-auparse.xml:
3128         * docs/plugins/inspect/plugin-autodetect.xml:
3129         * docs/plugins/inspect/plugin-avi.xml:
3130         * docs/plugins/inspect/plugin-cacasink.xml:
3131         * docs/plugins/inspect/plugin-cairo.xml:
3132         * docs/plugins/inspect/plugin-cdio.xml:
3133         * docs/plugins/inspect/plugin-cutter.xml:
3134         * docs/plugins/inspect/plugin-debug.xml:
3135         * docs/plugins/inspect/plugin-dv.xml:
3136         * docs/plugins/inspect/plugin-efence.xml:
3137         * docs/plugins/inspect/plugin-effectv.xml:
3138         * docs/plugins/inspect/plugin-equalizer.xml:
3139         * docs/plugins/inspect/plugin-esdsink.xml:
3140         * docs/plugins/inspect/plugin-flac.xml:
3141         * docs/plugins/inspect/plugin-flxdec.xml:
3142         * docs/plugins/inspect/plugin-gamma.xml:
3143         * docs/plugins/inspect/plugin-gconfelements.xml:
3144         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3145         * docs/plugins/inspect/plugin-goom.xml:
3146         * docs/plugins/inspect/plugin-goom2k1.xml:
3147         * docs/plugins/inspect/plugin-halelements.xml:
3148         * docs/plugins/inspect/plugin-icydemux.xml:
3149         * docs/plugins/inspect/plugin-id3demux.xml:
3150         * docs/plugins/inspect/plugin-jpeg.xml:
3151         * docs/plugins/inspect/plugin-level.xml:
3152         * docs/plugins/inspect/plugin-matroska.xml:
3153         * docs/plugins/inspect/plugin-monoscope.xml:
3154         * docs/plugins/inspect/plugin-mulaw.xml:
3155         * docs/plugins/inspect/plugin-multifile.xml:
3156         * docs/plugins/inspect/plugin-multipart.xml:
3157         * docs/plugins/inspect/plugin-navigationtest.xml:
3158         * docs/plugins/inspect/plugin-ossaudio.xml:
3159         * docs/plugins/inspect/plugin-png.xml:
3160         * docs/plugins/inspect/plugin-pulseaudio.xml:
3161         * docs/plugins/inspect/plugin-quicktime.xml:
3162         * docs/plugins/inspect/plugin-rtp.xml:
3163         * docs/plugins/inspect/plugin-rtsp.xml:
3164         * docs/plugins/inspect/plugin-smpte.xml:
3165         * docs/plugins/inspect/plugin-soup.xml:
3166         * docs/plugins/inspect/plugin-spectrum.xml:
3167         * docs/plugins/inspect/plugin-speex.xml:
3168         * docs/plugins/inspect/plugin-taglib.xml:
3169         * docs/plugins/inspect/plugin-udp.xml:
3170         * docs/plugins/inspect/plugin-video4linux2.xml:
3171         * docs/plugins/inspect/plugin-videobalance.xml:
3172         * docs/plugins/inspect/plugin-videobox.xml:
3173         * docs/plugins/inspect/plugin-videocrop.xml:
3174         * docs/plugins/inspect/plugin-videoflip.xml:
3175         * docs/plugins/inspect/plugin-videomixer.xml:
3176         * docs/plugins/inspect/plugin-wavenc.xml:
3177         * docs/plugins/inspect/plugin-wavpack.xml:
3178         * docs/plugins/inspect/plugin-wavparse.xml:
3179         * docs/plugins/inspect/plugin-ximagesrc.xml:
3180         * ext/pulse/plugin.c:
3181         * ext/pulse/pulsemixer.c:
3182         * ext/pulse/pulsesink.c:
3183         * ext/pulse/pulsesrc.c:
3184         Add documentation to the pulseaudio plugin and run make update
3185         in docs/plugins.
3186
3187 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3188
3189         Patch by: Brian Cameron <brian.cameron at sun dot com>
3190
3191         * sys/sunaudio/gstsunaudiomixerctrl.c:
3192         (gst_sunaudiomixer_ctrl_get_volume),
3193         (gst_sunaudiomixer_ctrl_set_volume):
3194         Improvements for the SunAudio mixer by handling mute as no gain
3195         for tracks that have a gain property but no mute property.
3196         Fixes bug #536067.
3197
3198 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3199
3200         * configure.ac:
3201         * ext/pulse/Makefile.am:
3202         * ext/pulse/plugin.c: (plugin_init):
3203         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3204         (gst_pulsemixer_implements_interface_init),
3205         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3206         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3207         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3208         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3209         * ext/pulse/pulsemixer.h:
3210         * ext/pulse/pulsemixerctrl.c:
3211         (gst_pulsemixer_ctrl_context_state_cb),
3212         (gst_pulsemixer_ctrl_sink_info_cb),
3213         (gst_pulsemixer_ctrl_source_info_cb),
3214         (gst_pulsemixer_ctrl_subscribe_cb),
3215         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3216         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3217         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3218         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3219         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3220         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3221         * ext/pulse/pulsemixerctrl.h:
3222         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3223         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3224         * ext/pulse/pulsemixertrack.h:
3225         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3226         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3227         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3228         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3229         (gst_pulseprobe_new), (gst_pulseprobe_free),
3230         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3231         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3232         (gst_pulseprobe_set_server):
3233         * ext/pulse/pulseprobe.h:
3234         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3235         (gst_pulsesink_class_init), (gst_pulsesink_init),
3236         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3237         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3238         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3239         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3240         (gst_pulsesink_stream_request_cb),
3241         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3242         (gst_pulsesink_close), (gst_pulsesink_prepare),
3243         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3244         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3245         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3246         (gst_pulsesink_event), (gst_pulsesink_get_type):
3247         * ext/pulse/pulsesink.h:
3248         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3249         (gst_pulsesrc_implements_interface_init),
3250         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3251         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3252         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3253         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3254         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3255         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3256         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3257         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3258         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3259         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3260         (gst_pulsesrc_get_type):
3261         * ext/pulse/pulsesrc.h:
3262         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3263         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3264         * ext/pulse/pulseutil.h:
3265         Add pulseaudio GStreamer element from gst-pulse. Development will
3266         continue here instead of pulseaudio SVN. Fixes bug #400679.
3267         Only changes over gst-pulse SVN are added copyright to the top of
3268         files and coding style changes.
3269
3270 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3271
3272         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3273
3274         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3275           (gst_cdio_add_cdtext_album_tags):
3276         * ext/cdio/gstcdio.h:
3277         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3278           Also extract album title and album genre from CD-TEXT if
3279           available (#537021).
3280
3281 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3282
3283         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3284
3285         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3286         Improve negotiation a bit more by picking the smallest possible
3287         resolution that is larger than the resolution specified in the
3288         first caps entry of the peer caps. Fixes bug #536994.
3289
3290 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3291
3292         Patch by: Bastien Nocera <hadess at hadess dot net>
3293
3294         * sys/v4l2/gstv4l2vidorient.c:
3295         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3296         Fix compilation with newer GIT kernels that deprecated
3297         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3298
3299 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3300
3301         * configure.ac:
3302         * ext/cdio/gstcdio.c:
3303         * ext/cdio/gstcdio.h:
3304         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3305           Require libcdio >= 0.76.
3306
3307 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3308
3309         * gst/avi/gstavidemux.c:
3310         Catch UNEXPECTED when downstream has reached end of
3311         segment in reverse mode.
3312
3313 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3314
3315         * gst/avi/gstavidemux.c:
3316         Fix typo in comment
3317
3318 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3319
3320         * gst/avi/gstavidemux.c:
3321         Because we don't know the frame order we need to push till
3322         the next keyframe
3323
3324 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3325
3326         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3327
3328         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3329         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3330         Provide a custom negotiation function to make sure to pick the highest
3331         possible framerate and resolution. Fixes bug #536646.
3332
3333 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3334
3335         * gst/avi/gstavidemux.c:
3336         Set EOS when going out of the segment in reverse playback
3337
3338 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3339
3340         * ext/taglib/Makefile.am::
3341           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3342           taglib headers (with gcc 4.3.1).
3343
3344 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3345
3346         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3347         Use the new gst_rtsp_connection_get_ip() to access the IP address
3348         of a GstRTSPConnection since it is a private member.
3349
3350 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3351
3352         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3353         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3354           Use new utility functions in libgsttag to process coverart (#512333).
3355
3356 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3357
3358         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3359         We actually support left/side, right/side and mid/side files. The
3360         conversion to normal, interleaved stereo is done by libflac.
3361
3362 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3363
3364         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3365         (gst_ebml_write_set_cache):
3366         Unref the write cache in finalize if it was set and add add "FIXME"
3367         to a comment that needs it.
3368
3369 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3370
3371         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3372
3373         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3374         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3375         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3376         (gst_avi_demux_process_next_entry):
3377         * gst/avi/gstavidemux.h:
3378         Implement reverse playback. Fixes #535300.
3379         Small cleanups.
3380
3381 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3382
3383         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3384         (gst_videomixer_query_latency):
3385         When using gst_element_iterate_pads() one has to unref every pad
3386         after usage.
3387
3388 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3389
3390         Patch by: Bastien Nocera <hadess at hadess dot net>
3391         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3392         (qtdemux_parse_udta):
3393         * gst/qtdemux/qtdemux_fourcc.h:
3394         Improve meta-data handling, add 'comment', 'description' and
3395         'copyright' tag handling.
3396         Fixes #535935
3397
3398 2008-05-31  Julien Moutte  <julien@fluendo.com>
3399
3400         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3401         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3402         (gst_qtdemux_seek_to_previous_keyframe),
3403         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3404         we don't clip the segment's stop using the main segment duration as
3405         that could crop quite some video frames. Make reverse playback support
3406         more robust and support edit lists. Support seeking to the last frame,
3407         and fix reverse looping playback. Add some debugging.
3408         * win32/common/config.h: Updated.
3409
3410 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3411
3412         * gst/equalizer/gstiirequalizer.c:
3413         (gst_iir_equalizer_transform_ip):
3414         Don't clip float/double samples, correctly unset passthrough mode
3415         and use better rounding for integer samples.
3416
3417 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3418
3419         * gst/equalizer/gstiirequalizer.c:
3420         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3421         (setup_filter), (set_passthrough), (update_coefficients),
3422         (gst_iir_equalizer_compute_frequencies),
3423         (gst_iir_equalizer_transform_ip):
3424         * gst/equalizer/gstiirequalizer.h:
3425         Update the filter coefficients only when needed in the transform_ip
3426         function and correctly set the element into passthrough mode if the
3427         gain of all bands is 0.
3428
3429 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3430
3431         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3432
3433         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3434         (gst_alpha_set_property), (gst_alpha_get_property),
3435         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3436         Try to skip pixels or areas that are too dark or too bright for us to do
3437         meaningfull color detection.
3438         Added properties to control the sensitivity to light and darkness.
3439         Added some small cleanups. Fixes #512345.
3440
3441 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3442
3443         * docs/plugins/.cvsignore:
3444         * tests/check/elements/.cvsignore:
3445         Ignore some more generated things
3446
3447         * tests/check/Makefile.am:
3448         Ignore OSS elements in the state changes test too.
3449
3450 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3451
3452         * docs/plugins/Makefile.am:
3453         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3454         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3455         Add SMPTE effect elements to docs.
3456
3457 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3458
3459         * docs/plugins/Makefile.am:
3460         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3461         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3462         * ext/raw1394/gstdv1394src.c:
3463           Document whats first shown on the fdo plugin docs page :)
3464
3465 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3466
3467         * docs/plugins/Makefile.am:
3468         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3469         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3470         * docs/plugins/gst-plugins-good-plugins.args:
3471         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3472         * docs/plugins/inspect/plugin-audiofx.xml:
3473         * gst/audiofx/Makefile.am:
3474         * gst/audiofx/audiofx.c:
3475         * gst/audiofx/audiokaraoke.c:
3476         * gst/audiofx/audiokaraoke.h:
3477         * gst/audiofx/audiovoice.c:
3478         * gst/audiofx/audiovoice.h:
3479           Rename audiovoice to audiokaraoke and add it to the docs.
3480
3481 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3482
3483         * REQUIREMENTS:
3484         * docs/plugins/Makefile.am:
3485         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3486         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3487         * docs/plugins/gst-plugins-good-plugins.args:
3488         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3489         * docs/plugins/gst-plugins-good-plugins.interfaces:
3490         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3491         * docs/plugins/inspect/plugin-aasink.xml:
3492         * docs/plugins/inspect/plugin-alaw.xml:
3493         * docs/plugins/inspect/plugin-alpha.xml:
3494         * docs/plugins/inspect/plugin-alphacolor.xml:
3495         * docs/plugins/inspect/plugin-annodex.xml:
3496         * docs/plugins/inspect/plugin-apetag.xml:
3497         * docs/plugins/inspect/plugin-audiofx.xml:
3498         * docs/plugins/inspect/plugin-auparse.xml:
3499         * docs/plugins/inspect/plugin-autodetect.xml:
3500         * docs/plugins/inspect/plugin-avi.xml:
3501         * docs/plugins/inspect/plugin-cacasink.xml:
3502         * docs/plugins/inspect/plugin-cairo.xml:
3503         * docs/plugins/inspect/plugin-cdio.xml:
3504         * docs/plugins/inspect/plugin-cutter.xml:
3505         * docs/plugins/inspect/plugin-debug.xml:
3506         * docs/plugins/inspect/plugin-dv.xml:
3507         * docs/plugins/inspect/plugin-efence.xml:
3508         * docs/plugins/inspect/plugin-effectv.xml:
3509         * docs/plugins/inspect/plugin-equalizer.xml:
3510         * docs/plugins/inspect/plugin-esdsink.xml:
3511         * docs/plugins/inspect/plugin-flac.xml:
3512         * docs/plugins/inspect/plugin-flxdec.xml:
3513         * docs/plugins/inspect/plugin-gamma.xml:
3514         * docs/plugins/inspect/plugin-gconfelements.xml:
3515         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3516         * docs/plugins/inspect/plugin-goom.xml:
3517         * docs/plugins/inspect/plugin-goom2k1.xml:
3518         * docs/plugins/inspect/plugin-halelements.xml:
3519         * docs/plugins/inspect/plugin-icydemux.xml:
3520         * docs/plugins/inspect/plugin-id3demux.xml:
3521         * docs/plugins/inspect/plugin-jpeg.xml:
3522         * docs/plugins/inspect/plugin-level.xml:
3523         * docs/plugins/inspect/plugin-matroska.xml:
3524         * docs/plugins/inspect/plugin-monoscope.xml:
3525         * docs/plugins/inspect/plugin-mulaw.xml:
3526         * docs/plugins/inspect/plugin-multifile.xml:
3527         * docs/plugins/inspect/plugin-multipart.xml:
3528         * docs/plugins/inspect/plugin-navigationtest.xml:
3529         * docs/plugins/inspect/plugin-ossaudio.xml:
3530         * docs/plugins/inspect/plugin-png.xml:
3531         * docs/plugins/inspect/plugin-quicktime.xml:
3532         * docs/plugins/inspect/plugin-rtp.xml:
3533         * docs/plugins/inspect/plugin-rtsp.xml:
3534         * docs/plugins/inspect/plugin-smpte.xml:
3535         * docs/plugins/inspect/plugin-soup.xml:
3536         * docs/plugins/inspect/plugin-spectrum.xml:
3537         * docs/plugins/inspect/plugin-speex.xml:
3538         * docs/plugins/inspect/plugin-taglib.xml:
3539         * docs/plugins/inspect/plugin-udp.xml:
3540         * docs/plugins/inspect/plugin-video4linux2.xml:
3541         * docs/plugins/inspect/plugin-videobalance.xml:
3542         * docs/plugins/inspect/plugin-videobox.xml:
3543         * docs/plugins/inspect/plugin-videocrop.xml:
3544         * docs/plugins/inspect/plugin-videoflip.xml:
3545         * docs/plugins/inspect/plugin-videomixer.xml:
3546         * docs/plugins/inspect/plugin-wavenc.xml:
3547         * docs/plugins/inspect/plugin-wavpack.xml:
3548         * docs/plugins/inspect/plugin-wavparse.xml:
3549         * docs/plugins/inspect/plugin-ximagesrc.xml:
3550         * ext/aalib/gstaasink.c:
3551         * ext/libcaca/gstcacasink.c:
3552           Document aasink and cacasink.
3553
3554 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3555
3556         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3557         (gst_videomixer_init), (gst_videomixer_query_duration),
3558         (gst_videomixer_query_latency), (gst_videomixer_query),
3559         (gst_videomixer_blend_buffers):
3560         * gst/videomixer/videomixer.h:
3561         Implement position (in time), duration and latency queries.
3562
3563 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3564
3565         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3566         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3567         (gst_videomixer_fill_queues), (forward_event_func),
3568         (forward_event), (gst_videomixer_src_event),
3569         (gst_videomixer_sink_event):
3570         * gst/videomixer/videomixer.h:
3571         Implement proper seek/newsegment handling.
3572         Based on adder's implementation.
3573         Fixes #535121
3574
3575 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3576
3577         Patch by: Jan Gerber <j at oil21 dot org>
3578
3579         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3580         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3581
3582 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3583
3584         * gst/audiofx/Makefile.am:
3585         * gst/audiofx/audiofx.c: (plugin_init):
3586         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3587         (gst_audio_voice_class_init), (gst_audio_voice_init),
3588         (update_filter), (gst_audio_voice_set_property),
3589         (gst_audio_voice_get_property), (gst_audio_voice_setup),
3590         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3591         (gst_audio_voice_transform_ip):
3592         * gst/audiofx/audiovoice.h:
3593         Add simple voice removal element. Yay karaoke.
3594
3595 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3596
3597         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3598
3599         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3600         Fix potential caps leak.
3601         If we can't get the framerate with an ioctl, try to get it with the
3602         current norm. Fixes #520092.
3603
3604 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3605
3606         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3607
3608         * sys/v4l2/v4l2src_calls.c:
3609         (gst_v4l2src_probe_caps_for_format_and_size):
3610         If we fail to get the frame intervals, simply don't touch the framerates
3611         on the template caps instead of discarding the format. See #520092.
3612
3613 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3614
3615         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3616
3617         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
3618         (gst_v4l2_get_caps_info):
3619         Add NV12, NV21 and bayer support. See #520092.
3620
3621 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3622
3623         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3624         (gst_qtdemux_activate_segment):
3625         Unbreak segment activation again. Fixes #531672.
3626
3627 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
3628
3629         * ext/flac/Makefile.am:
3630         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3631         Set the channel layout when decoding FLAC files with more than 2
3632         channels as defined by the FLAC spec. Fixes bug #534570.
3633
3634         Also don't try to decode left/side, right/side and mid/side files
3635         as we don't support this at all.
3636
3637 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3638
3639         * configure.ac:
3640           We need -base CVS (rtsp).
3641
3642 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3643
3644         * gst/udp/Makefile.am:
3645           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
3646           when including netdb.h when building against glibc >= 2.8.
3647
3648 2008-05-22  Julien Moutte  <julien@fluendo.com>
3649
3650         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
3651         debug statement arguments.
3652         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
3653         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
3654         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
3655         on more platforms.
3656
3657 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3658
3659         * tests/check/elements/avimux.c: (setup_src_pad),
3660         (teardown_src_pad):
3661         * tests/check/elements/icydemux.c: (icydemux_found_pad),
3662         (GST_START_TEST):
3663         * tests/check/elements/matroskamux.c: (setup_src_pad),
3664         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
3665         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
3666         (GST_START_TEST):
3667         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
3668         (setup_wavpackparse), (cleanup_wavpackparse):
3669         Don't use gst_element_get_pad(), it's a bad, bad method.
3670
3671 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3672
3673         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3674         (do_toggle_element):
3675         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3676         (do_toggle_element):
3677         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3678         (do_toggle_element):
3679         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
3680         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
3681         (do_toggle_element):
3682         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
3683         (do_toggle_element):
3684         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
3685         (gst_auto_audio_sink_detect):
3686         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
3687         (gst_auto_video_sink_detect):
3688         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3689         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
3690         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
3691         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
3692         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
3693         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
3694         * tests/icles/videocrop-test.c: (test_with_caps),
3695         (video_crop_get_test_caps):
3696         Don't use gst_element_get_pad(), it's a bad method.
3697
3698 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3699
3700         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3701         (gst_multiudpsink_add_internal):
3702         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
3703         (gst_udp_join_group):
3704         * gst/udp/gstudpnetutils.h:
3705         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3706         Joining a multicast group and setting the loop/ttl properties are
3707         totally unrelated tasks are must be separated.
3708
3709 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
3710
3711         * gst/avi/gstavimux.c:
3712           Also support alaw/mulaw.
3713
3714 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3715
3716         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3717         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
3718         * gst/udp/gstmultiudpsink.h:
3719         Add a fixme for the auto-multicast property.
3720         Fix some confusing debug messages.
3721         Disable setting a qos value by default.
3722
3723 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3724
3725         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
3726
3727         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
3728         Ignore EPERM errors from sendto. Fixes #533619.
3729
3730 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3731
3732         Patch by: Henrik Eriksson <henriken at axis dot com>
3733
3734         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3735         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
3736         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3737         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
3738         * gst/udp/gstmultiudpsink.h:
3739         Add qos-dscp property to manage the Quality of service. Fixes #469917.
3740
3741 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3742
3743         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
3744         Improve debugging of the ident.
3745
3746 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3747
3748         Patch by: Bruno Santos <brunof at ua dot pt>
3749
3750         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3751         (gst_udp_join_group), (gst_udp_leave_group),
3752         (gst_udp_is_multicast):
3753         * gst/udp/gstudpnetutils.h:
3754         Provide a bunch of helper methods to deal with IPv4 and IPv6
3755         transparently.
3756
3757         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3758         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3759         (gst_multiudpsink_get_property), (join_multicast),
3760         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3761         (gst_multiudpsink_remove):
3762         * gst/udp/gstmultiudpsink.h:
3763         Add multicast TTL and loopback properties.
3764         Use the helper methods to implement ip4 and ip6.
3765
3766         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3767         * gst/udp/gstudpsrc.h:
3768         Use the helper methods to implement ip4 and ip6.
3769         Fixes #515962.
3770
3771 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3772
3773         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3774
3775         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3776         (gst_multipart_demux_get_gstname),
3777         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3778         * gst/multipart/multipartdemux.h:
3779         Don't blindly copy the mime-type as the caps name because they not
3780         always map directly. Instead use a hashtable with common mappings.
3781         Fixes #533287.
3782
3783 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3784
3785         * ext/esd/esdsink.c: (gst_esdsink_write):
3786         When we post an error, we must return -1 to let the parent know that we
3787         cannot write the segment else it will loop and continue to call us again
3788         forever. Patch by Michael Meeks.
3789
3790 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3791
3792         * gst/videomixer/videomixer.c:
3793           Add missing incudes.
3794
3795 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3796
3797         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3798         (gst_rtp_h264_pay_handle_buffer):
3799         * gst/rtp/gstrtph264pay.h:
3800         Correct a typo (sinle -> single).
3801
3802 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3803
3804         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3805         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3806         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3807         (gst_rtp_h264_depay_process):
3808         * gst/rtp/gstrtph264depay.h:
3809         Add experimental support for outputting quicktime-like AVC output in
3810         addition to the existing bytestream output.
3811
3812         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3813         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3814         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3815         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3816         (gst_rtp_h264_pay_get_property):
3817         * gst/rtp/gstrtph264pay.h:
3818         Make the parsing mode configurable, for some inputs we don't need to
3819         scan every byte for start codes.
3820         Only set the marker bit on ACCESS units.
3821
3822 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3823
3824         * gst/equalizer/gstiirequalizer.c:
3825         Use a bigger type in integer mode for the intermediate results to
3826         prevent overflows. This fixes the crippled sound when using the
3827         equalizer in integer mode. Fixes bug #510865.
3828
3829 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3830
3831         * gst/videomixer/videomixer.c:
3832         * gst/videomixer/videomixer.h:
3833         Instead of a random number for the request pad id's,
3834         use a counter.
3835
3836         Register the videomixerpad class from the element's class_init
3837         where it's safer, and allows the docs generator to scan it.
3838
3839 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3840
3841         * gst/smpte/Makefile.am:
3842         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3843         * gst/smpte/gstsmpte.h:
3844         * gst/smpte/gstsmptealpha.c:
3845         (gst_smpte_alpha_transition_type_get_type),
3846         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3847         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3848         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3849         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3850         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3851         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3852         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3853         * gst/smpte/gstsmptealpha.h:
3854         * gst/smpte/plugin.c: (plugin_init):
3855         Add new plugin that adds the SMPTE transition in the alpha channel of
3856         I420 and AYUV frames so that they can be blended with videomixer later
3857         on. Uses all niceties such as using base transform for efficient alloc
3858         and negotiation. It currently requires GstController to control the
3859         position in the transition effect.
3860
3861 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3862
3863         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3864         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3865         * docs/plugins/gst-plugins-good-plugins.args:
3866         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3867         * docs/plugins/gst-plugins-good-plugins.interfaces:
3868         * docs/plugins/gst-plugins-good-plugins.types:
3869         * gst/videomixer/videomixer.c:
3870           Try using thaytans new mechanism to get extra classes into plugin
3871           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3872           missing still.
3873
3874 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3875
3876         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3877         Set proper rate in avi stream header for PCM audio, and also do some
3878         more sanity checks on caps in this case.  Fixes #511489.
3879
3880 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3881
3882         * sys/v4l2/gstv4l2src.c:
3883         Don't include the gstv4l2xoverlay.h header as the XOverlay support
3884         isn't implemented at all yet and this requires X headers to be
3885         installed. Fixes bug #533264.
3886
3887 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3888
3889         reviewed by: <delete if not using a buddy>
3890
3891         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3892         (gst_ebml_write_set_cache):
3893         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3894         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3895         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3896         (gst_matroska_demux_read_track_encodings),
3897         (gst_matroska_demux_add_stream),
3898         (gst_matroska_demux_handle_src_query),
3899         (gst_matroska_demux_init_stream),
3900         (gst_matroska_demux_parse_index_cuetrack),
3901         (gst_matroska_demux_parse_index_pointentry),
3902         (gst_matroska_demux_parse_info),
3903         (gst_matroska_demux_parse_metadata_id_simple_tag),
3904         (gst_matroska_demux_parse_metadata),
3905         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3906         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3907         (gst_matroska_demux_parse_cluster),
3908         (gst_matroska_demux_parse_contents_seekentry),
3909         (gst_matroska_demux_loop_stream_parse_id),
3910         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3911         (gst_matroska_demux_audio_caps),
3912         (gst_matroska_demux_subtitle_caps):
3913         * gst/matroska/matroska-demux.h:
3914         * gst/matroska/matroska-ids.c:
3915         (gst_matroska_track_init_subtitle_context):
3916         * gst/matroska/matroska-ids.h:
3917         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3918         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
3919         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
3920         * sys/v4l2/gstv4l2src.c:
3921         * tests/check/pipelines/wavpack.c: (bus_handler):
3922         * win32/common/config.h:
3923
3924 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3925
3926         * ext/wavpack/gstwavpackstreamreader.c:
3927         * tests/examples/spectrum/demo-audiotest.c:
3928         * tests/examples/spectrum/demo-osssrc.c:
3929         Fix some compiler warnings.
3930
3931 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3932
3933         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
3934         Small comment added.
3935
3936         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3937         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
3938         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
3939         Debug string cleanups (remove trailing \n)
3940         Refactor and clean up the payloader a bit and make sure that we only
3941         put one NAL unit in an RTP packet even if the input buffer contains
3942         multiple NAL units.
3943         Add suport for AVC format input.
3944
3945 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
3946
3947         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3948         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
3949         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
3950         * gst/rtp/gstrtph264pay.h:
3951         Make it possible to specify profile-level-id and sprop-parameter-sets
3952         using properties in case they are not available in-stream.
3953
3954 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3955
3956         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3957         * docs/plugins/gst-plugins-good-plugins.args:
3958         * docs/plugins/inspect/plugin-ladspa.xml:
3959           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
3960
3961 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
3962
3963         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
3964         Send an initial BYTE segment to inform downstream of later seeking,
3965         and to forego sync attempts.
3966
3967 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3968
3969         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
3970         Fix wrong caps string.
3971
3972 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3973
3974         Based on patch by: Olivier Crete <tester at tester dot ca>
3975
3976         * gst/rtp/Makefile.am:
3977         * gst/rtp/gstrtp.c: (plugin_init):
3978         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
3979         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
3980         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
3981         (gst_rtp_g729_depay_plugin_init):
3982         * gst/rtp/gstrtpg729depay.h:
3983         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
3984         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
3985         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
3986         * gst/rtp/gstrtpg729pay.h:
3987         Added G729 pay and depayloaders. Fixes #532409.
3988
3989 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3990
3991         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
3992         Fix the calculation of the duration of the concealment packets.
3993
3994 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3995
3996         Based on patch by: Olivier Crete <tester at tester dot ca>
3997
3998         * gst/rtp/Makefile.am:
3999         * gst/rtp/gstrtp.c: (plugin_init):
4000         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4001         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4002         (parse_encode), (gst_rtp_dv_depay_setcaps),
4003         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4004         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4005         (gst_rtp_dv_depay_plugin_init):
4006         * gst/rtp/gstrtpdvdepay.h:
4007         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4008         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4009         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4010         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4011         (gst_dv_pay_negotiate), (include_dif),
4012         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4013         * gst/rtp/gstrtpdvpay.h:
4014         Add DV pay and depayloaders. Fixes #532423.
4015
4016 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4017
4018         * gst/matroska/matroska-demux.c:
4019         (gst_matroska_demux_push_dvd_clut_change_event):
4020         Convert subtitle palette info in VobSub private data from VobSub's
4021         (buggy) RGB to YUV.
4022
4023 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4024
4025         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4026         Do not leave fourcc stream header field empty upon reset.
4027         Fixes #519301.
4028
4029 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4030
4031         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4032         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4033         * docs/plugins/inspect/plugin-goom.xml:
4034         * docs/plugins/inspect/plugin-goom2k1.xml:
4035         * gst/goom/gstgoom.c:
4036         * gst/goom2k1/gstgoom.c:
4037         Add goom2k1 into the docs.
4038
4039 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4040
4041         Based on patch by: Wouter Cloetens  <wouter at mind be>
4042
4043         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4044         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4045         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4046         (gst_rtsp_decode_quoted_string),
4047         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4048         (gst_rtspsrc_setup_auth):
4049         Support Digest authentication. Fixes #532065.
4050
4051 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4052
4053         * gst/level/gstlevel.c:
4054           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4055           about whats needed for liboil acceleration. Simplify docs a bit.
4056
4057 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4058
4059         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4060
4061         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4062         Update the track duration if the old one was invalid.
4063         Fixes bug #532117.
4064
4065 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4066
4067         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4068           Use GST_STR_NULL when trying to print sps and pps strings that could
4069           be NULL, as this might crash on some platforms.
4070
4071 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4072
4073         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4074
4075         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4076           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4077           set after creating the clipper.
4078
4079 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4080
4081         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4082
4083         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4084           Added checking of surface lost case after an unsuccessful
4085           IDirectDrawSurface7_Lock() call.
4086           If surface is lost, return GST_FLOW_OK.
4087
4088 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4089
4090         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4091
4092         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4093           WndProc, gst_directdraw_sink_window_thread):
4094           Improved Windows message loop and fixed window destruction issue.
4095           When the window which DirectDraw is rendering to is destroyed, the
4096           render/show_frame function will return GST_FLOW_ERROR.
4097           Partially fixes #520885.
4098
4099 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4100
4101         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4102
4103         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4104           Fixed mid stream resolution change bug, the offscreen surface is now
4105           released when set_caps is called.
4106           Partially fixes #520885.
4107
4108 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4109
4110         * sys/directdraw/gstdirectdrawsink.c
4111           (gst_directdraw_sink_buffer_alloc):
4112           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4113           width/height.
4114
4115           Especially when looking through the pool of buffers, make sure that
4116           the width/height of caps is used instead of the already negotiated
4117           dimensions.
4118           For example if a buffer with different caps is requested, i.e.
4119           higher resolution, the caller would get a buffer with the old
4120           dimensions and thus corrupt the heap.
4121
4122 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4123
4124         * sys/directdraw/gstdirectdrawsink.c
4125           (gst_directdraw_sink_buffer_alloc):
4126           Clear the flags on recycled buffers from buffer_alloc.
4127           Partially fixes #520885.
4128
4129 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4130
4131         * gst/rtp/gstrtpilbcpay.c:
4132           Added missing stdlib.h include for strtol(), and made include ordering and
4133           style consistent with the corresponding depayloader.
4134
4135 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4136
4137         * configure.ac:
4138           Error out if we don't have the required core/base versions.
4139
4140 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4141
4142         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4143
4144         * sys/osxvideo/cocoawindow.m:
4145         Fix compiler warnings on PPC64. Fixes bug #499318.
4146
4147 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4148
4149         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4150
4151         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4152         Don't leak file descriptors on error. Fixes #531532.
4153
4154 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4155
4156         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4157         (gst_gconf_audio_src_change_state):
4158         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4159         (gst_gconf_video_sink_change_state):
4160         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4161         (gst_gconf_video_src_change_state):
4162         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4163         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4164         When we can't create a fakesink/fakesrc complain instead of unreffing
4165         NULL pointers and crashing later. See bug #530535.
4166
4167 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4168
4169         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4170         Add some more debug info and guard against small payloads.
4171
4172         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4173         Set duration on outgoing buffers because we can.
4174
4175 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4176
4177         Patch by: Olivier Crete <tester at tester dot ca>
4178
4179         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4180         (gst_speex_enc_init), (gst_speex_enc_chain):
4181         Add negotiation for the speex channels and rate. Fixes #465146.
4182
4183 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4184
4185         Patch by: Olivier Crete <tester at tester dot ca>
4186
4187         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4188         (gst_rtp_speex_pay_getcaps):
4189         Add negotiation for the speex channels and rate. See #465146.
4190
4191 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4192
4193         Patch by: Olivier Crete <tester at tester dot ca>
4194
4195         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4196         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4197         Add negotiation for the ILBC mode. See #465146.
4198
4199 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4200
4201         * ext/soup/gstsouphttpsrc.c:
4202           Include stdlib to fix the build. Use g_free instead of free, libsoup
4203           uses glib.
4204
4205 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4206
4207         Patch by: j^ <j@bootlab.org>
4208
4209         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4210         Add more mpeg2 variants. Fixes #530886.
4211
4212 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4213
4214         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4215
4216         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4217           Don't error out if we get an ICMP destination-unreachable
4218           message when trying to read packets on win32 (#529454).
4219
4220 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4221
4222         * configure.ac:
4223         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4224           Use new error code for encrypted streams (which requires core CVS).
4225
4226 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4227
4228         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4229           (gst_qtdemux_audiosrc_template):
4230           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4231
4232 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4233
4234         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4235         (speex_dec_chain_parse_data):
4236         Produce concealment data when time progresses in a segment update.
4237
4238 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4239
4240         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4241         (speex_dec_chain):
4242         Try to preserve input timestamps when we can.
4243         Do beginnings of error concealment.
4244
4245 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4246
4247         * gst/debug/gstnavigationtest.c:
4248           MSVC doesn't provide rint(), define an adequate replacement locally as
4249           elsewhere.
4250
4251 2008-04-28  Julien Moutte  <julien@fluendo.com>
4252
4253         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4254         format to pacify Mac OSX's gcc.
4255
4256 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4257
4258         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4259           (DEFAULT_MAX), (src_template), (sink_template),
4260           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4261           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4262           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4263           Bring rndbuffersize element into a state that doesn't require us
4264           to move it to -bad immediately. For one, fix up default min/max
4265           values so that the element actuall works using the default values.
4266           Also, don't ignore flow return values and do some kind of minimal
4267           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4268           other gratuitious clean-ups.
4269
4270 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4271
4272         * docs/plugins/Makefile.am:
4273         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4274         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4275         * docs/plugins/gst-plugins-good-plugins.args:
4276         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4277         * docs/plugins/gst-plugins-good-plugins.interfaces:
4278         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4279         * docs/plugins/inspect/plugin-1394.xml:
4280         * docs/plugins/inspect/plugin-aasink.xml:
4281         * docs/plugins/inspect/plugin-alaw.xml:
4282         * docs/plugins/inspect/plugin-alpha.xml:
4283         * docs/plugins/inspect/plugin-alphacolor.xml:
4284         * docs/plugins/inspect/plugin-annodex.xml:
4285         * docs/plugins/inspect/plugin-apetag.xml:
4286         * docs/plugins/inspect/plugin-audiofx.xml:
4287         * docs/plugins/inspect/plugin-auparse.xml:
4288         * docs/plugins/inspect/plugin-autodetect.xml:
4289         * docs/plugins/inspect/plugin-avi.xml:
4290         * docs/plugins/inspect/plugin-cacasink.xml:
4291         * docs/plugins/inspect/plugin-cairo.xml:
4292         * docs/plugins/inspect/plugin-cdio.xml:
4293         * docs/plugins/inspect/plugin-cutter.xml:
4294         * docs/plugins/inspect/plugin-debug.xml:
4295         * docs/plugins/inspect/plugin-dv.xml:
4296         * docs/plugins/inspect/plugin-efence.xml:
4297         * docs/plugins/inspect/plugin-effectv.xml:
4298         * docs/plugins/inspect/plugin-equalizer.xml:
4299         * docs/plugins/inspect/plugin-esdsink.xml:
4300         * docs/plugins/inspect/plugin-flac.xml:
4301         * docs/plugins/inspect/plugin-flxdec.xml:
4302         * docs/plugins/inspect/plugin-gamma.xml:
4303         * docs/plugins/inspect/plugin-gconfelements.xml:
4304         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4305         * docs/plugins/inspect/plugin-goom.xml:
4306         * docs/plugins/inspect/plugin-halelements.xml:
4307         * docs/plugins/inspect/plugin-icydemux.xml:
4308         * docs/plugins/inspect/plugin-id3demux.xml:
4309         * docs/plugins/inspect/plugin-jpeg.xml:
4310         * docs/plugins/inspect/plugin-level.xml:
4311         * docs/plugins/inspect/plugin-matroska.xml:
4312         * docs/plugins/inspect/plugin-monoscope.xml:
4313         * docs/plugins/inspect/plugin-mulaw.xml:
4314         * docs/plugins/inspect/plugin-multifile.xml:
4315         * docs/plugins/inspect/plugin-multipart.xml:
4316         * docs/plugins/inspect/plugin-navigationtest.xml:
4317         * docs/plugins/inspect/plugin-ossaudio.xml:
4318         * docs/plugins/inspect/plugin-png.xml:
4319         * docs/plugins/inspect/plugin-quicktime.xml:
4320         * docs/plugins/inspect/plugin-rtp.xml:
4321         * docs/plugins/inspect/plugin-rtsp.xml:
4322         * docs/plugins/inspect/plugin-shout2send.xml:
4323         * docs/plugins/inspect/plugin-smpte.xml:
4324         * docs/plugins/inspect/plugin-spectrum.xml:
4325         * docs/plugins/inspect/plugin-speex.xml:
4326         * docs/plugins/inspect/plugin-taglib.xml:
4327         * docs/plugins/inspect/plugin-udp.xml:
4328         * docs/plugins/inspect/plugin-video4linux2.xml:
4329         * docs/plugins/inspect/plugin-videobalance.xml:
4330         * docs/plugins/inspect/plugin-videobox.xml:
4331         * docs/plugins/inspect/plugin-videocrop.xml:
4332         * docs/plugins/inspect/plugin-videoflip.xml:
4333         * docs/plugins/inspect/plugin-videomixer.xml:
4334         * docs/plugins/inspect/plugin-wavenc.xml:
4335         * docs/plugins/inspect/plugin-wavpack.xml:
4336         * docs/plugins/inspect/plugin-wavparse.xml:
4337         * docs/plugins/inspect/plugin-ximagesrc.xml:
4338           Add docs for gdkpixbufsink; update docs to CVS version.
4339
4340 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4341
4342         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4343         Remove test sync-offset by default.
4344
4345 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4346
4347         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4348         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4349         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4350           Use GLib versions of htonl, htons, ntohl and ntohs in order
4351           to avoid problems on win32 (#529707).
4352
4353 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4354
4355         Patch by: Jesús Corrius <jesus at softcatala org>
4356
4357         * gst/goom/filters.c: (zoomVector):
4358         * gst/goom/goom_core.c: (init_buffers):
4359           Fix build with mingw32: use rand() instead of random() and
4360           replace bzero() with memset(). Fixes #529692.
4361
4362 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4363
4364         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4365         Fix typo in comments.
4366
4367         * tests/examples/rtp/client-H263p-PCMA.sdp:
4368         * tests/examples/rtp/client-H263p-PCMA.sh:
4369         * tests/examples/rtp/client-H264-PCMA.sdp:
4370         * tests/examples/rtp/client-H264-PCMA.sh:
4371         * tests/examples/rtp/client-H264.sdp:
4372         * tests/examples/rtp/client-H264.sh:
4373         * tests/examples/rtp/client-PCMA.sdp:
4374         * tests/examples/rtp/client-PCMA.sh:
4375         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4376         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4377         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4378         Add some more docs and fix examples.
4379
4380 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4381
4382         * tests/check/elements/multifile.c:
4383         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4384         declared in the former, some have it declared in the latter.
4385
4386 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4387
4388         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4389         * gst/debug/tests.c: (md5_get_value):
4390         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4391         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4392         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4393         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4394         Stop using deprecated GLib functions.
4395
4396 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4397
4398         * configure.ac:
4399         Back to development -> 0.10.8.1
4400
4401 === release 0.10.8 ===
4402
4403 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4404
4405         * configure.ac:
4406           releasing 0.10.8, "One For The Money"
4407
4408 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4409
4410         * configure.ac:
4411         0.10.7.4 pre-release
4412
4413 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4414
4415         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4416         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4417         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4418         * gst/goom/flying_stars_fx.c: (fs_free):
4419         * gst/goom/goom_config_param.h:
4420         * gst/goom/goom_core.c: (goom_init), (goom_close):
4421         * gst/goom/goom_plugin_info.h:
4422         * gst/goom/gstgoom.c: (gst_goom_finalize):
4423         * gst/goom/lines.c: (goom_lines_free):
4424         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4425         * gst/goom/surf3d.c: (grid3d_free):
4426         * gst/goom/surf3d.h:
4427         * gst/goom/tentacle3d.c: (tentacle_free):
4428         Free a bunch of stuff, and initialise things to fix leaks
4429         and valgrind warnings in the testsuite.
4430
4431         Fixes: #529268
4432
4433 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4434
4435         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4436         (gst_rtspsrc_configure_caps):
4437         Ref caps as the return value for the request_pt_map signal.
4438         Remove some caps weirdness when configuring a stream. See #528245.
4439
4440 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4441
4442         * tests/icles/gdkpixbufsink-test.c:
4443           Add cast to placate gcc 4.1.2.
4444
4445 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4446
4447         * configure.ac:
4448         0.10.7.3 pre-release
4449
4450 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4451
4452         * tests/check/Makefile.am:
4453         Disable some more elements in the state test.
4454         Add a define so the soup test can find the test files
4455         it needs at runtime.
4456
4457         * tests/check/elements/souphttpsrc.c: (run_server):
4458
4459         Add a define so the soup test can find the test files
4460         it needs at runtime.
4461
4462 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4463
4464         * gst/goom/convolve_fx.c: (convolve_apply):
4465         Don't ever draw the GOOM logo.
4466         Fixes: #528615
4467
4468 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4469
4470         * ext/cdio/gstcdiocddasrc.c:
4471         * ext/dv/gstdvdemux.c: 
4472         gst_atomic_int_set ==> g_atomic_int_set
4473
4474 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4475
4476         * configure.ac:
4477         * gst/goom/Makefile.am:
4478         * gst/goom/convolve_fx.c:
4479         * gst/goom/default_scripts.h:
4480         * gst/goom/goom.h:
4481         * gst/goom/goom_core.c: (choose_a_goom_line):
4482         * gst/goom/goom_plugin_info.h:
4483         * gst/goom/goomsl.c:
4484         * gst/goom/goomsl.h:
4485         * gst/goom/goomsl_hash.c:
4486         * gst/goom/goomsl_hash.h:
4487         * gst/goom/goomsl_heap.c:
4488         * gst/goom/goomsl_heap.h:
4489         * gst/goom/goomsl_private.h:
4490         * gst/goom/plugin_info.c:
4491           Strip out the config/script parsing stuff, we don't need it.
4492           Fixes #527999.
4493
4494 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4495
4496         * gst/goom/plugin_info.c: (setOptimizedMethods):
4497           Disable altivec optimisations for 32-bit PPC as well to make
4498           things build properly on all PPC systems. Fixes #528143
4499
4500 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4501
4502         * gst-plugins-good.spec.in:
4503           Update for souphttpsrc plugin which has moved to -good.
4504
4505 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4506
4507         * gst/matroska/matroska-demux.c:
4508         (gst_matroska_demux_handle_seek_event):
4509         Fix open-ended seeks in matroskademux
4510         Patch by: Mark Nauwelaerts <manauw skynet be>
4511         Fixes: #526557
4512
4513 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4514
4515         * tests/check/Makefile.am:
4516         Add soup test certificates to the dist.
4517
4518 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4519
4520         * ext/Makefile.am:
4521         Remove LADSPA reference I missed.
4522
4523 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4524
4525         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4526         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4527         over gnome-vfs and everything else. Fixes bug #527848.
4528
4529 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4530
4531         * configure.ac:
4532         * ext/Makefile.am:
4533         Remove LADSPA plugin. Fixes: #515978
4534
4535 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4536
4537         * configure.ac:
4538         * docs/plugins/Makefile.am:
4539         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4540         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4541         * docs/plugins/gst-plugins-good-plugins.args:
4542         * docs/plugins/inspect/plugin-soup.xml:
4543         * ext/Makefile.am:
4544         * tests/check/Makefile.am:
4545         Move soup plugin from -bad (Fixes: #523124)
4546
4547 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4548
4549         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4550         Fix bounds checking of mode in Speex header, which may
4551         produce negative numbers in speex <= 1.1.12
4552
4553 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4554
4555         * gst/goom/Makefile.am:
4556         * gst/goom/gfontlib.c:
4557         * gst/goom/gfontlib.h:
4558         * gst/goom/gfontrle.c:
4559         * gst/goom/gfontrle.h:
4560         * gst/goom/goom.h:
4561         * gst/goom/goom_core.c: (goom_update):
4562         * gst/goom/goom_plugin_info.h:
4563         * gst/goom/gstgoom.c: (gst_goom_chain):
4564         * gst/goom/plugin_info.c:
4565           Remove a bunch of font/text related code that we don't need.
4566
4567 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4568
4569         * gst/goom/ppc_drawings.s:
4570         * gst/goom/ppc_zoom_ultimate.s:
4571           Change license of these files to LGPL, as permitted by the
4572           author, Guillaume Borios. See #515073.
4573
4574 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4575
4576         * gst/goom/convolve_fx.c:
4577         * gst/goom/motif_goom1.h:
4578         * gst/goom/motif_goom2.h:
4579           As hinted in Bug #518213, revert one change and fix warnings properly.
4580           This fixes both #518213 and #520073 for me.     
4581
4582 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4583
4584         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4585         * gst/matroska/matroska-demux.c:
4586         (gst_matroska_demux_handle_seek_event),
4587         (gst_matroska_demux_parse_contents_seekentry),
4588         (gst_matroska_demux_loop):
4589         Fix the Forte build by making function declaration signatures
4590         match the implementations.
4591
4592 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
4593
4594         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4595         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
4596         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
4597           More logging when probing (see #518474), some comments in _reset().
4598
4599 2008-04-07  Julien Moutte  <julien@fluendo.com>
4600
4601         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
4602         because of a bad argument number.
4603
4604 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4605
4606         * tests/icles/.cvsignore:
4607         * tests/icles/Makefile.am:
4608         * tests/icles/gdkpixbufsink-test.c:
4609           Interactive test app for gdkpixbufsink.
4610
4611 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4612
4613         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4614
4615         * configure.ac:
4616         Actually build dlls when cross-compiling with mingw32.
4617         Fixes bug #526247.
4618
4619 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
4620
4621         * ext/hal/hal.c: (gst_hal_get_alsa_element):
4622           Don't munge device string to 'default:x' for capture devices.
4623           Fixes #525833.
4624
4625 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4626
4627         * ext/wavpack/gstwavpackparse.c:
4628         (gst_wavpack_parse_index_entry_free):
4629         Always use GSlice as we actually depend on GLib 2.12 already.
4630
4631 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4632
4633         * configure.ac:
4634           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
4635           Also bump the GLib requirement to the current de-facto requirement
4636           (ie. 2.12).
4637
4638 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4639
4640         * gst/rtp/gstrtph264pay.c: (encode_base64),
4641         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
4642         * gst/rtp/gstrtph264pay.h:
4643         Parse codec_data for future AVC compatibility.
4644         Fail when we encounter AVC data for now.
4645
4646 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4647
4648         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
4649           (gst_spectrum_init), (gst_spectrum_set_property),
4650           (gst_spectrum_get_property), (gst_spectrum_message_new):
4651           Rename property enums and default defines for the properties to match
4652           the property names and rephrase property descriptions to make them a
4653           bit clearer (hopefully). See #518188.
4654
4655 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4656
4657         * tests/check/Makefile.am:
4658         * tests/check/elements/.cvsignore:
4659         * tests/check/elements/gdkpixbufsink.c:
4660           Add unit test for gdkpixbufsink element.
4661
4662 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4663
4664         * ext/gdk_pixbuf/Makefile.am:
4665         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4666         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
4667           (gst_gdk_pixbuf_sink_base_init),
4668           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
4669           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
4670           (gst_gdk_pixbuf_sink_set_caps),
4671           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
4672           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
4673           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
4674           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
4675           (gst_gdk_pixbuf_sink_get_property):
4676         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
4677           Add gdkpixbufsink element for easy snapshotting (#525946).
4678
4679 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4680
4681         * tests/check/pipelines/wavpack.c: (wavpack_suite):
4682         Bump timeout from 3 to 60 seconds.
4683
4684 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4685
4686         * tests/check/pipelines/.cvignore:
4687         Remove useless file.
4688
4689         * tests/check/pipelines/.cvsignore:
4690         Add new test to .cvsignore.
4691
4692 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4693
4694         * tests/check/Makefile.am:
4695         * tests/check/pipelines/wavpack.c: (bus_handler),
4696         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
4697         (wavpack_suite), (main):
4698         Add unit test that encodes and decodes some data, checks that it
4699         is still the same and that all timestamps/offsets are perfect.
4700
4701 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4702
4703         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
4704         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
4705         * ext/wavpack/gstwavpackparse.c:
4706         (gst_wavpack_parse_index_entry_new),
4707         (gst_wavpack_parse_index_entry_free),
4708         (gst_wavpack_parse_base_init),
4709         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
4710         Use GSlice for allocating index entries and use
4711         gst_element_class_set_details_simple().
4712
4713 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4714
4715         Patch by: Brian Cameron <brian.cameron at sun dot com>
4716
4717         * sys/sunaudio/gstsunaudio.c:
4718         * sys/sunaudio/gstsunaudiomixer.c:
4719         * sys/sunaudio/gstsunaudiomixer.h:
4720         * sys/sunaudio/gstsunaudiomixerctrl.c:
4721         * sys/sunaudio/gstsunaudiomixerctrl.h:
4722         * sys/sunaudio/gstsunaudiomixertrack.c:
4723         * sys/sunaudio/gstsunaudiomixertrack.h:
4724         * sys/sunaudio/gstsunaudiosink.c:
4725         * sys/sunaudio/gstsunaudiosink.h:
4726         * sys/sunaudio/gstsunaudiosrc.c:
4727         * sys/sunaudio/gstsunaudiosrc.h:
4728           Fix up copyrights (#525860).
4729
4730 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4731
4732         * gst/goom/goomsl.c: (gsl_read_file):
4733           Check return value of fread() to avoid compiler warnings.
4734
4735 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4736
4737         Based on patch by: Mersad Jelacic <mersad at axis dot com>
4738
4739         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
4740         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
4741         * gst/law/alaw-decode.h:
4742         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
4743         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4744         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4745         * gst/law/mulaw-decode.h:
4746         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
4747         Make negotiation a bit modern.
4748         Use pad_alloc. Fixes #525359.
4749
4750 2008-03-31  David Schleef  <ds@schleef.org>
4751
4752         * gst/goom/xmmx.c: Fix constraints on asm code so that it
4753           compiles consistently.  Fixes #522278.
4754
4755 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4756
4757         Patch by: Brian Cameron <brian.cameron at sun dot com>
4758
4759         * sys/sunaudio/gstsunaudiomixerctrl.c:
4760           (gst_sunaudiomixer_ctrl_get_volume),
4761           (gst_sunaudiomixer_ctrl_set_volume):
4762         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4763           Fix up the mixer tracks to use a volume range of 0-255, which is what
4764           the sun audio API uses. This simplifies the code and avoids rounding
4765           errors. Fixes #524593.
4766
4767 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4768
4769         * sys/v4l2/gstv4l2object.c:
4770         * sys/v4l2/gstv4l2object.h:
4771         Add device-fd property to make it possible to apps to call ioctl's.
4772
4773 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4774
4775         * gst/qtdemux/qtdemux.c: (next_entry_size):
4776         Unbreak streaming mode again.
4777
4778 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4779
4780         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4781           Remove superfluous DEBUG macro.
4782
4783 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4784
4785         Based on patch by: William M. Brack <wbrack at mmm com hk>
4786
4787         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4788           (gst_v4l2src_set_capture):
4789           Check whether the device supports setting the framerate before
4790           trying to set it and then posting a warning or error if it doesn't
4791           work (#516649, #520092). Also compare fractions more correctly.
4792
4793 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4794
4795         * gst/goom/Makefile.am:
4796           Remove ppc assembler optimisations from the build until they
4797           actually build (they also seem to have GPL headers).
4798
4799 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4800
4801         * m4/Makefile.am:
4802           Better not dist files that don't exist any longer (lrint*m4).
4803
4804 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4805
4806         * configure.ac:
4807         * m4/lrint.m4:
4808         * m4/lrintf.m4:
4809         Remove lrint/lrintf checks. We don't use it anywhere.
4810
4811 2008-03-18  Andy Wingo  <wingo@pobox.com>
4812
4813         * sys/osxvideo/osxvideosink.m
4814         (gst_osx_video_sink_osxwindow_destroy)
4815         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4816         task, whoopdee.
4817         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4818         2 ms.
4819
4820 2008-03-18  Andy Wingo  <wingo@pobox.com>
4821
4822         * sys/osxvideo/osxvideosink.m
4823         (gst_osx_video_sink_osxwindow_destroy)
4824         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4825         task, whoopdee.
4826         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4827         2 ms.
4828         
4829 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4830
4831         Patch by: William M. Brack <wbrack at mmm com hk>
4832
4833         * sys/v4l2/v4l2src_calls.c:
4834           (gst_v4l2src_probe_caps_for_format_and_size),
4835           (gst_v4l2src_probe_caps_for_format):
4836           Make sure the probed frame sizes are reversed in the resulting
4837           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4838           highest resolution first); also remove unused variable.
4839           (Partly fixes #520092)
4840
4841 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4842
4843         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4844
4845         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4846         (gst_rtspsrc_finalize):
4847         Call WSAStartup() and WSACleanup before using the Winsock API.
4848         See #520808.
4849
4850 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4851
4852         * gst/avi/gstavidemux.c:
4853           Erm, the buffer-size is just guint, no need for the special format
4854           specifier.
4855
4856 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4857
4858         * gst/goom/plugin_info.c:
4859         * gst/goom/ppc_zoom_ultimate.h:
4860           Small fixes to build more on PPC: ifdef out code that uses unknown
4861           define; add newline at end of header file to avoid compiler warning.
4862           Assembler code still doesn't build though.
4863
4864 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4865
4866         * gst/avi/gstavidemux.c:
4867           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4868           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4869
4870 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4871
4872         * gst/avi/gstavidemux.c:
4873           Chunksize is uint32. Fix format specifier.
4874
4875 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4876
4877         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4878         mistake. Return file to pure MIT text.
4879
4880 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4881
4882         * gst/audiofx/audiofx.c:
4883         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4884         of hardcoding values.
4885
4886 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4887
4888         Patch by: Mark Nauwelaerts <manauw skynet be>
4889
4890         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
4891           (gst_oss_src_close):
4892         * sys/oss/gstosssrc.h:
4893           Cache probed caps, so _get_caps() during recording doesn't cause
4894           ioctl calls which may disrupt the recording (fixes #521875).
4895
4896 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4897
4898         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
4899         (gst_qtdemux_activate_segment),
4900         (gst_qtdemux_prepare_current_sample),
4901         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
4902         Make sure we always send a DISCONT after a seek by setting the sample
4903         index to an undefined value after a seek.
4904
4905 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4906
4907         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
4908           (GST_IS_AVI_SUBTITLE_CLASS):
4909           Fix up IS_FOO macros, which makes gtk-doc much happier.
4910
4911 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4912
4913         * tests/icles/Makefile.am:
4914           Move the -lgstfoo where it belongs.
4915
4916 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4917
4918         * gst/matroska/ebml-ids.h:
4919         Add ID for EBML CRC32 elements.
4920
4921         * gst/matroska/Makefile.am:
4922         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
4923         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
4924         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
4925         (gst_ebml_read_header):
4926         Support reading 80bit floats, add finalize method to clean up
4927         in any case, support reading length/id elements with any length
4928         as long as it's smaller than our supported maximum, don't leak
4929         buffers if reading as much data as we wanted failed and some
4930         smaller cleanup.
4931
4932 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4933
4934         Patch by: Olivier Crete <tester at tester dot ca>
4935
4936         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4937         Check that a buffer is large enough before reading from it.
4938         Fixes bug #521102.
4939         
4940 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4941
4942         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4943         Fix compilation after removing the GstPollMode from the
4944         constructor.
4945
4946 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4947
4948         * configure.ac:
4949         * gst/audiofx/Makefile.am:
4950         * gst/audiofx/audiochebband.c:
4951         * gst/audiofx/audiocheblimit.c:
4952         * gst/audiofx/math_compat.h:
4953         Check for sinh(), cosh() and asinh() and define our own
4954         implementations if they're not available. Fixes bug #520880.
4955
4956 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4957
4958         Patch by: Olivier Crete <tester at tester dot ca>
4959
4960         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
4961         Unref the buffers only once when handling not-negotiated errors.
4962         Fixes bug #520764.
4963
4964 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4965
4966         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4967
4968         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
4969         (gst_udpsrc_stop):
4970         Properly balance WSA_Cleanup with WSA_Startup.
4971         Also make the poll controllable on windows. Fixes #520888.
4972
4973 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4974
4975         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
4976         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
4977         (gst_ebml_read_element_length), (gst_ebml_peek_id),
4978         (gst_ebml_read_skip), (gst_ebml_read_buffer),
4979         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
4980         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
4981         (gst_ebml_read_date), (gst_ebml_read_master),
4982         (gst_ebml_read_binary), (gst_ebml_read_header):
4983         * gst/matroska/ebml-read.h:
4984         * gst/matroska/matroska-demux.c:
4985         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
4986         (gst_matroska_demux_read_track_encodings),
4987         (gst_matroska_demux_add_stream),
4988         (gst_matroska_demux_handle_src_query),
4989         (gst_matroska_demux_handle_seek_event),
4990         (gst_matroska_demux_init_stream),
4991         (gst_matroska_demux_parse_tracks),
4992         (gst_matroska_demux_parse_index_cuetrack),
4993         (gst_matroska_demux_parse_index_pointentry),
4994         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
4995         (gst_matroska_demux_parse_metadata_id_simple_tag),
4996         (gst_matroska_demux_parse_metadata_id_tag),
4997         (gst_matroska_demux_parse_metadata),
4998         (gst_matroska_demux_sync_streams),
4999         (gst_matroska_demux_push_hdr_buf),
5000         (gst_matroska_demux_push_flac_codec_priv_data),
5001         (gst_matroska_demux_push_xiph_codec_priv_data),
5002         (gst_matroska_demux_add_wvpk_header),
5003         (gst_matroska_demux_check_subtitle_buffer),
5004         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5005         (gst_matroska_demux_parse_cluster),
5006         (gst_matroska_demux_parse_contents_seekentry),
5007         (gst_matroska_demux_parse_contents),
5008         (gst_matroska_demux_loop_stream_parse_id),
5009         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5010         * gst/matroska/matroska-demux.h:
5011         * gst/matroska/matroska-ids.h:
5012         Handle return values from pull_range in a more granular way to properly
5013         shut down on seeks.
5014         Combine return values from push.
5015         Implement proper error handling.
5016         Prepare for handling seeking correctly.
5017
5018 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5019
5020         * gst/matroska/ebml-read.c:
5021         Use GINT64 formatting constants from GLIB.
5022
5023         * gst/matroska/matroska-demux.c:
5024         Add some guards to avoid a possible division by 0 and crashing
5025         with NULL events on some systems.
5026         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5027         conversion. 
5028
5029         * gst/matroska/matroska-mux.c:
5030         Check for invalid timestamps in a bunch of places to avoid
5031         writing bogus durations into the output file.
5032         Fix some double<->gint64 conversions that weren't using
5033         gst_guint64_to_gdouble
5034
5035 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5036
5037         * configure.ac:
5038         Move the checks for bison, flex and as to the program section and the
5039         check for gcc inline asm to the compiler characteristics section.
5040
5041 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5042
5043         * configure.ac:
5044         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5045         plug-ins are included/excluded. (#498222)
5046
5047 2008-02-29  Michael Smith <msmith@fluendo.com>
5048
5049         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5050           Don't call gst_object_sync_values() unless we have a valid timestamp.
5051
5052 2008-02-28  David Schleef  <ds@schleef.org>
5053
5054         * gst/matroska/matroska-demux.c:
5055         * gst/matroska/matroska-ids.h:
5056         * gst/matroska/matroska-mux.c:
5057           Fix Dirac mapping.  I had previously added a VfW-type
5058           mapping, but it looks like Dirac will get a native Matroska
5059           mapping, and this is the most likely method.
5060
5061 2008-02-28  David Schleef  <ds@schleef.org>
5062
5063         * gst/avi/gstavimux.c: Add Dirac encoding
5064
5065 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5066
5067         Patch by: Peter Kjellerstedt <pkj at axis com>
5068
5069         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5070         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5071         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5072         * gst/udp/gstudpsrc.h:
5073         Port to GstPoll. See #505417.
5074
5075 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5076
5077         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5078         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5079         yet on the srcpad. We need rate and channels before we
5080         can do any processing. Fixes bug #519088.
5081
5082 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5083
5084         * configure.ac:
5085         Detect and indicate if GCC inline assembly syntax is
5086         available.
5087
5088         * gst/goom/Makefile.am:
5089         * gst/goom/convolve_fx.c:
5090         * gst/goom/flying_stars_fx.c:
5091         * gst/goom/goom_config.h:
5092         * gst/goom/goom_core.c:
5093         * gst/goom/goomsl.c:
5094         * gst/goom/ifs.c:
5095         * gst/goom/mmx.c:
5096         * gst/goom/plugin_info.c:
5097         * gst/goom/xmmx.c:
5098         Fix various GCC-isms, and only build the inline assembly
5099         with compilers that support GCC inline assembly.
5100
5101         Fix a couple of other warnings shown with Forte.
5102
5103 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5104
5105         * gst/goom/xmmx.c:
5106           Use 'emms' instead of 'femms' to not crash on cpus that do not
5107           implement this 3dnow specific instruction.
5108
5109 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5110
5111         * gst/goom/plugin_info.c: (setOptimizedMethods):
5112         Use extended MMX for draw_line() too if available, not only
5113         normal MMX.
5114
5115 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5116
5117         * ext/jpeg/gstjpeg.c: (plugin_init):
5118         Remove (commented out) smoke typefinder. This is in base now.
5119
5120 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5121
5122         * gst/goom2k1/Makefile.am:
5123         * gst/goom2k1/gstgoom.c:
5124
5125         Rename the installed library, and don't register the same 
5126         GType name as the new goom.
5127
5128 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5129
5130         * configure.ac:
5131         * ext/taglib/Makefile.am:
5132           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5133           when building C++ code (#516509).
5134
5135 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5136
5137         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5138         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5139           (setOptimizedMethods):
5140           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5141           anything useful. Export goom debug category so we can get
5142           rid of the VERBOSE define and the printfs.
5143
5144 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5145
5146         * gst/goom/goomsl_heap.c: (align_it):
5147         * gst/goom/plugin_info.c: (setOptimizedMethods):
5148           Compile fixes for x86-64.
5149
5150 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5151
5152         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5153         with warnings, but add other CFLAGS
5154
5155         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5156         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5157         (calculate_labels), (gsl_read_file):
5158         * gst/goom/goomsl_lex.l:
5159         * gst/goom/goomsl_yacc.y:
5160         * gst/goom/plugin_info.c: Remove a few live printf, and
5161         fprintf, replace exit() calls with g_assert_not_reached()
5162         if it not optimal for a library
5163
5164 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5165
5166         * gst/goom/Makefile.am: Remove the warnings being disabled,
5167         fix linkage on x86, spotted by Sebastian Dröge
5168         <slomo@circular-chaos.org>
5169
5170         * gst/goom/convolve_fx.c (convolve_init),
5171         (create_output_with_brightness), (convolve_apply):
5172         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5173         * gst/goom/goomsl.c:
5174         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5175         * gst/goom/plugin_info.c:
5176         * gst/goom/tentacle3d.c (tentacle_fx_create):
5177         Fix warnings, and disable the motifs in the convolve_fx
5178         plugin (they were causing warnings, and they were just
5179         "Goom" in funny letterring)
5180
5181 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5182
5183         * configure.ac: Add checks for Flex/Yacc/Bison and other
5184         furry animals, for the new goom 2k4 based plugin
5185
5186         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5187         CPU optimisations (not working yet), move the old plugin to...
5188
5189         * gst/goom2k1/*: ... here, in case somebody is sick enough
5190
5191         Fixes #515073
5192
5193 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5194
5195         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5196         Post the server response code in an error message instead of a generic
5197         'error' message. Fixes #517237.
5198
5199 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5200
5201         * tests/check/Makefile.am:
5202         Ignore gconfaudiosrc for the states unit test too. It will fallback
5203         to alsasrc if the gconf settings can't be read and not everybody has
5204         alsa.
5205
5206 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5207
5208         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5209         (gst_wavpack_parse_create_src_pad):
5210         * ext/wavpack/gstwavpackparse.h:
5211         Always report the duration if we know it in push mode and don't
5212         return 0 just to make totem believe we can't seek in push mode.
5213         Newer totem version use the SEEKING query which properly reports
5214         if we can seek or not.
5215
5216 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5217
5218         Patch by: Jens Granseuer <jensgr at gmx dot net>
5219
5220         * tests/examples/equalizer/demo.c: (main):
5221         C89 fix, moving variable declarations to the beginning of
5222         the block. Fixes bug #517933.
5223
5224 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5225
5226         * configure.ac:
5227         Back to development...
5228
5229 === release 0.10.7 ===
5230
5231 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5232
5233         * configure.ac:
5234           releasing 0.10.7, "Red Door Black"
5235
5236 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5237
5238         * gst/alpha/Makefile.am:
5239         Link alpha plugin with libgstbase. Fixes bug #517386.
5240
5241 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5242
5243         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5244         Init values to -1 instead of the default 0 value.
5245         Fixes #516524.
5246
5247 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5248
5249         * tests/examples/spectrum/spectrum-example.c:
5250         Add missing include to fix compilation when libxml usage is disabled.
5251         Fixes: #516371
5252
5253 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5254
5255         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5256         fixes: #514889
5257
5258         * gst/rtp/gstrtph264pay.c:
5259         * gst/rtp/gstrtpmp4gdepay.c:
5260         * gst/rtp/gstrtpmp4gpay.c:
5261         * gst/rtp/gstrtpmp4gpay.h:
5262         * gst/rtp/gstrtptheorapay.c:
5263         * gst/rtp/gstrtpvorbispay.c:
5264
5265         Fix various leaks shown up in valgrind
5266         - free sprops and buffer in error cases in H264 payloader
5267         - fix leak in mp4g depayloader when construction the caps
5268         - don't leak config string in the mp4g payloader
5269         - don't leak buffers and headers in theora and vorbis payloaders
5270
5271         * tests/check/elements/rtp-payloading.c:
5272
5273         Fix the RTP data test
5274         - Actually send valid amr data to the payloader instead of 20
5275         zero-bytes
5276         - The mp4g payloader expects codec_data on the caps
5277
5278 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5279
5280         * win32/MANIFEST:
5281         Add libgstpng.dsp to MANIFEST.
5282         * win32/vs6/libgstaudiofx.dsp:
5283         Add new source files to VS project file.
5284
5285 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5286
5287         * sys/ximage/gstximagesrc.c:
5288         Initialise variables when opening the X display rather
5289         than in _start(), as the display can be opened before that.
5290
5291         Fixes: #515985
5292
5293 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5294
5295         * sys/directdraw/gstdirectdrawsink.c:
5296         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5297         (gst_directdraw_sink_finalize):
5298         Properly chain up finalize functions. Fixes bug #515980.
5299
5300 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5301
5302         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5303         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5304         (gst_v4l2_buffer_pool_class_init):
5305         Chain up the finalize functions. Fixes bug #515984.
5306
5307 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5308
5309         * sys/ximage/ximageutil.c:
5310         Chain up in the finalize function for our custom
5311         buffer sub-class.
5312         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5313         Fixes: #515706
5314
5315 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5316
5317         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5318         (gst_fenced_buffer_class_init):
5319         Properly chain up finalize method. Fixes bug #515979.
5320
5321 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5322
5323         * sys/ximage/gstximagesrc.c:
5324         Free allocated Damage memory before closing our connection to the
5325         X server. Partially fixes: #515706
5326
5327 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5328
5329         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5330         * tests/check/Makefile.am:
5331         * tests/check/gst-plugins-good.supp:
5332         Add a few libjpeg suppressions and initialize a variable to
5333         make smokeenc valgrind clean. Fixes bug #515701.
5334
5335 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5336
5337         * gst/avi/gstavidemux.c:
5338         Revert patch which sends timestamps only on keyframes, as it
5339         breaks playback with current gst-ffmpeg.
5340
5341         Fixes: #515562
5342
5343 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5344
5345         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5346         * tests/check/elements/multifile.c: (GST_START_TEST):
5347         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5348
5349 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5350
5351         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5352         Use and unset the GError when pipeline creation fails instead of
5353         simply leaking it. Fixes bug #515704.
5354
5355 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5356
5357         * gst/audiofx/audioamplify.c:
5358         * gst/audiofx/audiochebband.c:
5359         * gst/audiofx/audiocheblimit.c:
5360         * gst/audiofx/audiodynamic.c:
5361         * gst/audiofx/audioinvert.c:
5362         * gst/audiofx/audiopanorama.c:
5363         * gst/audiofx/audiowsincband.c:
5364         * gst/audiofx/audiowsinclimit.c:
5365         Fix long description of audiofx elements. Fixes bug #515457.
5366
5367 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5368
5369         * docs/plugins/Makefile.am:
5370         * gst/spectrum/gstspectrum.c:
5371         * tests/examples/spectrum/.cvsignore:
5372         * tests/examples/spectrum/Makefile.am:
5373         * tests/examples/spectrum/spectrum-example.c:
5374
5375         Add a simple example application for the spectrum element, include it
5376         in the docs, and fix some documentation ambiguities.
5377
5378         Fixes: #348085
5379
5380 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5381
5382         * gst/equalizer/Makefile.am:
5383         * gst/spectrum/Makefile.am:
5384         Fix includes order
5385
5386         * tests/check/Makefile.am:
5387         Exclude v4l2src from the states test - it takes too long to start.
5388
5389         * tests/check/elements/spectrum.c:
5390         Make the test run properly with CK_FORK=no
5391
5392 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5393
5394         * gst/audiofix/Makefile.am: add missing header files 
5395
5396 2008-02-08  Julien Moutte  <julien@fluendo.com>
5397
5398         * gst/matroska/matroska-demux.c:
5399         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5400         keyframe and delta units correctly when dealign with a BlockGroup.
5401         Fixes: #514397
5402
5403 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5404
5405         * tests/check/elements/.cvsignore:
5406         Spell the new tests correctly in .cvsignore
5407
5408 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5409
5410         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5411           Need to use gsize here for the size, fixes compiler warning.
5412
5413         * tests/examples/equalizer/.cvsignore:
5414         * tests/examples/equalizer/Makefile.am:
5415         * tests/examples/spectrum/.cvsignore:
5416         * tests/examples/spectrum/Makefile.am:
5417           Add missing files to fix the build.
5418
5419 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5420
5421         * configure.ac:
5422         * docs/plugins/Makefile.am:
5423         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5424         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5425         * docs/plugins/gst-plugins-good-plugins.args:
5426         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5427         * docs/plugins/inspect/plugin-multifile.xml:
5428         * tests/check/Makefile.am:
5429         * tests/check/elements/.cvsignore:
5430
5431         Move multifile plugin from -bad.
5432         Fixes: #490283
5433
5434 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5435
5436         * configure.ac:
5437         * docs/plugins/Makefile.am:
5438         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5439         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5440         * docs/plugins/gst-plugins-good-plugins.args:
5441         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5442         * docs/plugins/inspect/plugin-spectrum.xml:
5443         * gst/spectrum/Makefile.am:
5444         * tests/check/Makefile.am:
5445         * tests/check/elements/.cvsignore:
5446         * tests/examples/Makefile.am:
5447
5448         Move spectrum plugin from -bad.
5449         Move examples into tests/examples/spectrum.
5450
5451 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5452
5453         * configure.ac:
5454         * docs/plugins/Makefile.am:
5455         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5456         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5457         * docs/plugins/gst-plugins-good-plugins.args:
5458         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5459         * docs/plugins/gst-plugins-good-plugins.interfaces:
5460         * docs/plugins/inspect/plugin-equalizer.xml:
5461         * gst/equalizer/Makefile.am:
5462         * tests/check/Makefile.am:
5463         * tests/examples/Makefile.am:
5464         Move the equalizer plugin across from -bad
5465
5466         * tests/check/elements/.cvsignore:
5467         Add equalizer, audiosincwband and audiosincwlimit
5468
5469         * tests/check/elements/equalizer.c:
5470         Fix compiler warnings
5471
5472         Fixes: #415627
5473
5474 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5475
5476         * configure.ac:
5477         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5478         are treated like releases and build without it.
5479
5480 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5481
5482         * docs/plugins/Makefile.am:
5483         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5484         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5485         * docs/plugins/gst-plugins-good-plugins.args:
5486         * docs/plugins/inspect/plugin-audiofx.xml:
5487         * gst/audiofx/Makefile.am:
5488         * gst/audiofx/audiofx.c:
5489         * gst/audiofx/audiowsincband.c:
5490         * gst/audiofx/audiowsincband.h:
5491         * gst/audiofx/audiowsinclimit.c:
5492         * gst/audiofx/audiowsinclimit.h:
5493         * tests/check/Makefile.am:
5494         * tests/check/elements/audiowsincband.c:
5495         * tests/check/elements/audiowsinclimit.c:
5496
5497         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5498         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5499         respectively.
5500
5501         Fixes: #467666
5502
5503 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5504
5505         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5506         * tests/check/elements/icydemux.c:
5507           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5508           caps, and add a somewhat useful debug message. Plus test.
5509
5510 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5511
5512         * gst/rtsp/gstrtspsrc.c:
5513         Include unistd.h only if HAVE_UNISTD_H is defined
5514         * win32/common/config.h.in:
5515         * win32/common/config.h:
5516         Define socklen_t as it seems it's not defined in default 
5517         Visual Studio headers.
5518         * win32/vs6/libgstalpha.dsp:
5519         * win32/vs6/libgstapetag.dsp:
5520         * win32/vs6/libgstavi.dsp:
5521         * win32/vs6/libgstrtp.dsp:
5522         * win32/vs6/libgstrtsp.dsp:
5523         * win32/vs6/libgstvideomixer.dsp:
5524         Update project file dependencies and add new source files       
5525
5526 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5527
5528         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5529
5530         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5531         Don't leak buffers when we don't push them downstream.
5532         Fixes bug #514965.
5533
5534 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5535
5536         * configure.ac:
5537           Bump requirements to (good) released versions to avoid
5538           confusion and make implicit core requirement explicit.
5539
5540 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5541
5542         * docs/plugins/Makefile.am:
5543         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5544         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5545         * docs/plugins/gst-plugins-good-plugins.args:
5546         * docs/plugins/inspect/plugin-audiofx.xml:
5547         * gst/audiofx/Makefile.am:
5548         * gst/audiofx/audiochebband.c:
5549         * gst/audiofx/audiochebband.h:
5550         * gst/audiofx/audiocheblimit.c:
5551         * gst/audiofx/audiocheblimit.h:
5552         * gst/audiofx/audiochebyshevfreqband.c:
5553         * gst/audiofx/audiochebyshevfreqband.h:
5554         * gst/audiofx/audiochebyshevfreqlimit.c:
5555         * gst/audiofx/audiochebyshevfreqlimit.h:
5556         * gst/audiofx/audiofx.c:
5557         * tests/check/Makefile.am:
5558         * tests/check/elements/.cvsignore:
5559         * tests/check/elements/audiochebband.c:
5560         * tests/check/elements/audiocheblimit.c:
5561         * tests/check/elements/audiochebyshevfreqband.c:
5562         * tests/check/elements/audiochebyshevfreqlimit.c:
5563
5564         Rename audiochebyshevfreqband -> audiochebband and
5565         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5566         surgery.
5567
5568         Closes: #491811
5569
5570 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5571
5572         Patch by: Orjan Friberg <orjanf at axis dot com>
5573
5574         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5575         Fix caps memory leak. Fixes #514573.
5576
5577 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5578
5579         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5580         If there's no entries in the subindex, don't try to do anything stupid,
5581         just return.
5582
5583 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5584
5585         Patch by: John Millikin <jmillikin at gmail dot com>
5586
5587         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5588           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5589           Fix extraction of picture blocks with newer libflac versions again:
5590           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5591
5592 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5593
5594         * tests/check/Makefile.am:
5595           Add rtp-payloading test to VALGRIND_TO_FIX.
5596
5597         * tests/check/elements/rtp-payloading.c:
5598           Add semicolons after GST_TEST_END so gst-indent gets the
5599           formatting right; make test less verbose in general, but
5600           more verbose in the error case (which should probably
5601           make the test fail anyway).
5602
5603 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
5604
5605         * docs/plugins/Makefile.am:
5606         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5607         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5608         * gst/avi/gstavisubtitle.c:
5609         Add documentation for avisubtitle and change class to
5610         Codec/Parser/Subtitle
5611
5612 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5613
5614         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5615         Treat ENOTTY (driver does not implement ioctl) the same as
5616         EINVAL since it implies there are no available standards.
5617
5618         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
5619         (gst_v4l2src_get_nearest_size):
5620         Replace gst_v4l2src_get_size_limits with 2 calls to new function
5621         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
5622         probe if the driver does not support VIDIOC_TRY_FMT for whatever
5623         reason, and if we aren't yet actively capturing.
5624
5625         * sys/v4l2/v4l2src_calls.h:
5626         Remove replaced function declaration.
5627
5628 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5629
5630         * configure.ac:
5631         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
5632         API.
5633
5634 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
5635
5636         * configure.ac:
5637         Fix typo.
5638
5639 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5640
5641         * gst/alpha/Makefile.am:
5642         * gst/alpha/gstalpha.c:
5643
5644         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
5645         some stuff, and making buffer-alloc and resizing work automatically.
5646         No longer crashes on odd frame widths and heights, although there
5647         seems to be a disagreement with ffmpegcolorspace about what size
5648         an AYUV frame with odd height should be.
5649
5650 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5651
5652         Patch by: Alessandro Decina <alessandro at nnva dot org>
5653
5654         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
5655         * ext/libpng/gstpngenc.h:
5656         Preallocate the output buffer so that g_memdup() and
5657         gst_buffer_merge() aren't needed anymore. This greatly improves
5658         performances and fixes #512544.
5659
5660 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5661
5662         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
5663         (gst_avi_demux_stream_data):
5664         GStreamer timestamps are PTS values while AVI only knows about DTS
5665         timestamps. Make sure we only copy the DTS as the buffer timestamp when
5666         we are dealing with a key frame.
5667
5668 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5669
5670         * tests/check/Makefile.am:
5671         * tests/check/elements/.cvsignore:
5672         * tests/check/elements/rtp-payloading.c:
5673           Add add testsuite for the rtp-payloader that tries simulating
5674           dataflow. Needs more test data.
5675
5676 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5677
5678         * tests/check/elements/alphacolor.c:
5679           Remove two unused variables.
5680
5681 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5682
5683         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5684           Use g_ascii_strtoll() instead of atoll, which is only
5685           available in C99.
5686
5687 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
5688
5689         * gst/rtp/Makefile.am:
5690         * gst/rtp/gstrtp.c:
5691         * gst/rtp/gstrtpmpvpay.c:
5692         * gst/rtp/gstrtpmpvpay.h:
5693         Add MPEG2 video payloader
5694
5695 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5696
5697         * gst/level/gstlevel.c:
5698         Use #include <math.h> instead of #include "math.h".
5699
5700 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5701
5702         * tests/check/Makefile.am:
5703         Fix up some CFLAGS sets.
5704         Don't include gconfvideosrc in the states test.
5705
5706         * tests/check/elements/autodetect.c: (GST_START_TEST):
5707         Add some error strings to fail_unless arguments to fix some weird
5708         compiler errors on Solaris.
5709
5710 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5711
5712         * configure.ac:
5713         Detect video4linux headers on Solaris too.
5714         * sys/v4l2/gstv4l2colorbalance.h:
5715         * sys/v4l2/gstv4l2object.h:
5716         * sys/v4l2/v4l2_calls.c:
5717         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5718         (gst_v4l2_buffer_new):
5719
5720         Make v4l2 build on Solaris.
5721         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5722         Fixes: #510505
5723
5724 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
5725
5726         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5727           Update list from (still local) scanning script.
5728
5729 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
5730
5731         Based on a patch by:
5732             Victor STINNER <victor dot stinner at haypocalc dot com>
5733
5734         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5735         Set variable to NULL after freeing it to prevent double frees
5736         or make failures by another use of it afterwards more obvious
5737         and fix use of it after the freeing. Fixes bug #510592.
5738
5739 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5740
5741         * gst/udp/gstmultiudpsink.c:
5742         use GST_WARNING for logging
5743
5744 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5745
5746         * gst/udp/gstmultiudpsink.c:
5747         Don't try to leave a multicast group with an invalid socket
5748
5749 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5750
5751         * ext/flac/gstflacdec.c:
5752           Fix compilation against flac 1.1.2 (as on debian stable), where
5753           the picture metadata defines and structs don't exist yet.
5754           Fixes #509301.
5755
5756 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5757
5758         Patch by: Olivier Crete <tester at tester dot ca>
5759
5760         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5761         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5762         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5763         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5764         * gst/udp/gstmultiudpsink.h:
5765         Add property to automatically join a multicast group or not. This can be
5766         useful when sharing a socket between multiple elements.
5767         Fixes #509531.
5768
5769 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5770
5771         * gst/videomixer/Makefile.am:
5772           Add controller flags.
5773
5774 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5775
5776         * gst/videomixer/videomixer.c:
5777           Also commit the missing gst_object_sync_values().
5778
5779 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5780
5781         * docs/plugins/Makefile.am:
5782           Remove duplicate entry.
5783
5784 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5785
5786         * docs/plugins/Makefile.am:
5787         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5788         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5789         * docs/plugins/inspect/plugin-gamma.xml:
5790         * docs/plugins/inspect/plugin-monoscope.xml:
5791         * docs/plugins/inspect/plugin-video4linux2.xml:
5792           Add 3 more plugins to docs.
5793
5794 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5795
5796         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5797         * sys/osxvideo/osxvideosink.h:
5798           Revert previous change caused by a file that got stuck on an old
5799           revision.
5800
5801 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5802
5803         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5804         * gst/multipart/Makefile.am:
5805         * gst/multipart/multipartdemux.c:
5806         * gst/multipart/multipartdemux.h:
5807         * gst/multipart/multipartmux.c:
5808         * gst/multipart/multipartmux.h:
5809           Re-add multipartdemux to the docs. Last round of section cleanup.
5810
5811 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5812
5813         * docs/plugins/Makefile.am:
5814         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5815         * sys/osxaudio/gstosxaudiosink.h:
5816         * sys/osxvideo/osxvideosink.h:
5817           Managed to resolve most unused declarations. Filed a bug for one left.          
5818
5819 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5820
5821         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5822           Cleanup section file.
5823
5824 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5825
5826         * docs/plugins/Makefile.am:
5827         * docs/plugins/gst-plugins-good-plugins.args:
5828         * docs/plugins/gst-plugins-good-plugins.signals:
5829         * docs/plugins/inspect/plugin-alaw.xml:
5830         * docs/plugins/inspect/plugin-alpha.xml:
5831         * docs/plugins/inspect/plugin-alphacolor.xml:
5832         * docs/plugins/inspect/plugin-annodex.xml:
5833         * docs/plugins/inspect/plugin-apetag.xml:
5834         * docs/plugins/inspect/plugin-audiofx.xml:
5835         * docs/plugins/inspect/plugin-auparse.xml:
5836         * docs/plugins/inspect/plugin-autodetect.xml:
5837         * docs/plugins/inspect/plugin-avi.xml:
5838         * docs/plugins/inspect/plugin-cairo.xml:
5839         * docs/plugins/inspect/plugin-cdio.xml:
5840         * docs/plugins/inspect/plugin-cutter.xml:
5841         * docs/plugins/inspect/plugin-debug.xml:
5842         * docs/plugins/inspect/plugin-dv.xml:
5843         * docs/plugins/inspect/plugin-efence.xml:
5844         * docs/plugins/inspect/plugin-effectv.xml:
5845         * docs/plugins/inspect/plugin-flac.xml:
5846         * docs/plugins/inspect/plugin-flxdec.xml:
5847         * docs/plugins/inspect/plugin-gconfelements.xml:
5848         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5849         * docs/plugins/inspect/plugin-goom.xml:
5850         * docs/plugins/inspect/plugin-halelements.xml:
5851         * docs/plugins/inspect/plugin-icydemux.xml:
5852         * docs/plugins/inspect/plugin-id3demux.xml:
5853         * docs/plugins/inspect/plugin-jpeg.xml:
5854         * docs/plugins/inspect/plugin-ladspa.xml:
5855         * docs/plugins/inspect/plugin-level.xml:
5856         * docs/plugins/inspect/plugin-matroska.xml:
5857         * docs/plugins/inspect/plugin-mulaw.xml:
5858         * docs/plugins/inspect/plugin-multipart.xml:
5859         * docs/plugins/inspect/plugin-navigationtest.xml:
5860         * docs/plugins/inspect/plugin-png.xml:
5861         * docs/plugins/inspect/plugin-quicktime.xml:
5862         * docs/plugins/inspect/plugin-rtp.xml:
5863         * docs/plugins/inspect/plugin-rtsp.xml:
5864         * docs/plugins/inspect/plugin-shout2send.xml:
5865         * docs/plugins/inspect/plugin-smpte.xml:
5866         * docs/plugins/inspect/plugin-speex.xml:
5867         * docs/plugins/inspect/plugin-taglib.xml:
5868         * docs/plugins/inspect/plugin-udp.xml:
5869         * docs/plugins/inspect/plugin-videobalance.xml:
5870         * docs/plugins/inspect/plugin-videobox.xml:
5871         * docs/plugins/inspect/plugin-videocrop.xml:
5872         * docs/plugins/inspect/plugin-videoflip.xml:
5873         * docs/plugins/inspect/plugin-videomixer.xml:
5874         * docs/plugins/inspect/plugin-wavenc.xml:
5875         * docs/plugins/inspect/plugin-wavpack.xml:
5876         * docs/plugins/inspect/plugin-wavparse.xml:
5877           Update plugin docs.
5878
5879         * gst/videomixer/Makefile.am:
5880         * gst/videomixer/videomixer.c:
5881         * gst/videomixer/videomixer.h:
5882         * gst/videomixer/videomixerpad.h:
5883           Split out header to fix warnings from the doc-build.
5884
5885 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5886
5887         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5888
5889         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5890         Use atoll to parse the rtptime with enough precision. Fixes #509329.
5891
5892 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5893
5894         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
5895         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
5896           Initialise variables to work around (false) 'foo might be used
5897           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
5898
5899 2008-01-11  David Schleef  <ds@schleef.org>
5900
5901         * docs/plugins/.cvsignore:
5902         * tests/check/pipelines/.cvsignore:
5903           Ignore more files for the buildbot.
5904
5905 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5906
5907         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
5908         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5909         Generate the image-type values correctly. Leave them out of the caps
5910         when outputting a "preview image" tag, since it only makes sense
5911         to have one of those - the type is irrelevant.
5912
5913         * sys/sunaudio/gstsunaudiomixerctrl.c:
5914         (gst_sunaudiomixer_ctrl_open):
5915         If we can, mark the mixer multiple open when we use it, in case
5916         (for some reason) the process wants to open it again elsewhere.
5917
5918 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5919
5920         Patch by: Olivier Crete <tester at tester dot ca>
5921
5922         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5923         * gst/rtp/gstrtptheorapay.c:
5924         Fix the clock rate to 90000 as required by the RFC.
5925         Fixes #508644.
5926
5927 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5928
5929         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
5930           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
5931
5932 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5933
5934         * autogen.sh:
5935           Add -Wno-portability to the automake parameters to stop warnings
5936           about GNU make extensions being used. We require GNU make in almost
5937           every Makefile anyway.
5938           
5939         * configure.ac:
5940           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5941           at the same time is required for per target flags.
5942
5943 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5944
5945         * gst/videomixer/videomixer.c: (gst_videomixer_init):
5946         Fix error from my last commit.
5947
5948 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5949
5950         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5951
5952         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
5953           Make sure the ISO 639-X language code in ID3v2 COMM frames
5954           is actually valid UTF-8 (or rather: ASCII), so we don't end
5955           up with non-UTF8 strings in tags if there's garbage in the
5956           language field. Also make sure the language code is always
5957           lower case. Fixes: #508291.
5958
5959 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5960
5961         * ChangeLog:
5962           Fix ChangeLog typo.
5963
5964 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5965
5966         * Makefile.am:
5967           Include lcov.mak to allow building coverage reports. Guard
5968           check-torture target like in the other packages.
5969
5970 2008-01-09  Sameer Naik  <sameer@damagehead.com>
5971
5972         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
5973
5974         * gst/videomixer/videomixer.c:
5975         (gst_videomixer_set_master_geometry), (_do_init),
5976         (gst_videomixer_child_proxy_get_child_by_index),
5977         (gst_videomixer_child_proxy_get_children_count),
5978         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
5979         (gst_videomixer_init), (gst_videomixer_request_new_pad),
5980         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
5981         Implement GstChildProxy interface.
5982         Send newsegment at the right moment
5983         Fixes #488879
5984
5985 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5986
5987         * gst/alpha/Makefile.am:
5988         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
5989         (gst_alpha_sink_event), (gst_alpha_chain),
5990         (gst_alpha_change_state), (plugin_init):
5991         Make the various properties of 'alpha' controllable. This allows doing
5992         niceties like fade-in/fade-out.
5993
5994 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5995
5996         * gst/rtp/gstasteriskh263.c:
5997         * gst/rtp/gstrtpL16depay.c:
5998         * gst/rtp/gstrtpac3depay.c:
5999         * gst/rtp/gstrtpamrpay.c:
6000         * gst/rtp/gstrtpdepay.c:
6001         * gst/rtp/gstrtpgsmdepay.c:
6002         * gst/rtp/gstrtph263depay.c:
6003         * gst/rtp/gstrtph263pdepay.c:
6004         * gst/rtp/gstrtph263ppay.c:
6005         * gst/rtp/gstrtph264depay.c:
6006         * gst/rtp/gstrtph264pay.c:
6007         * gst/rtp/gstrtpmp2tdepay.c:
6008         * gst/rtp/gstrtpmp4adepay.c:
6009         * gst/rtp/gstrtpmp4gdepay.c:
6010         * gst/rtp/gstrtpmp4gpay.c:
6011         * gst/rtp/gstrtpmp4vdepay.c:
6012         * gst/rtp/gstrtpmpadepay.c:
6013         * gst/rtp/gstrtpmpvdepay.c:
6014         * gst/rtp/gstrtpsv3vdepay.c:
6015         * gst/rtp/gstrtptheoradepay.c:
6016         * gst/rtp/gstrtptheorapay.c:
6017         * gst/rtp/gstrtpvorbisdepay.c:
6018         * gst/rtp/gstrtpvorbispay.c:
6019           Remove copy/paste unused code (property setters and getter) found by
6020           the coverage suite (yay, saves ~20k on disk).
6021
6022 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6023
6024         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6025           (videosink_templ):
6026           Also fix up pad templates to indicate that image/jpeg doesn't
6027           absolutely require the framerate property to be set (#504081).
6028
6029 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6030
6031         Based on patch by: Wouter Cloetens  <wouter at mind be>
6032
6033         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6034           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6035           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6036         * gst/matroska/matroska-mux.h:
6037           Keep track of first and last timestamps for each incoming stream,
6038           so we can calculate the total duration for live sources and other
6039           input where we can't query the duration from the start or where
6040           there's no constant framerate from which we can deduce the
6041           duration; also use calculated/observed duration if it is bigger
6042           than the previously queried duration. Furthermore, use
6043           gst_pad_query_peer_duration() and take into account that it may
6044           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6045           screws up comparisons when using unsigned integers. Fixes #504081.
6046
6047 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6048
6049         * configure.ac:
6050         * gst/audiofx/audioamplify.c:
6051         (gst_audio_amplify_clipping_method_get_type),
6052         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6053         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6054         (gst_audio_dynamic_transform_ip):
6055         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6056         (gst_audio_invert_transform_ip):
6057         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6058         (gst_audio_panorama_transform):
6059         * gst/level/gstlevel.c: (gst_level_init):
6060         Make elements GST_BUFFER_FLAG_GAP aware and call
6061         gst_base_transform_set_gap_aware for this.
6062         Bump core requirement to CVS.
6063         
6064         * gst/audiofx/audiochebyshevfreqband.c:
6065         (gst_audio_chebyshev_freq_band_transform_ip):
6066         * gst/audiofx/audiochebyshevfreqlimit.c:
6067         (gst_audio_chebyshev_freq_limit_transform_ip):
6068         Also sync GObject properties to the controller if operating
6069         in passthrough mode.
6070
6071 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6072
6073         * sys/directdraw/gstdirectdrawsink.c:
6074           (gst_directdraw_sink_window_thread):
6075           FALSE is not a gpointer.
6076
6077 2008-01-05  Julien Moutte  <julien@fluendo.com>
6078
6079         * sys/directdraw/gstdirectdrawsink.c:
6080         (gst_directdraw_sink_set_window_id),
6081         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6082         (gst_directdraw_sink_buffer_alloc),
6083         (gst_directdraw_sink_draw_borders),
6084         (gst_directdraw_sink_show_frame),
6085         (gst_directdraw_sink_setup_ddraw),
6086         (gst_directdraw_sink_window_thread),
6087         (gst_directdraw_sink_get_ddrawcaps),
6088         (gst_directdraw_sink_surface_create): Make sure we create our
6089         internal window only when we need it. That will give a chance to
6090         the application to get the prepare-xwindow-id bus message. Draw
6091         black borders when keeping aspect ratio. Handle the case where our
6092         rendering window disappears (closed or errors) like other sinks
6093         do. Various 80 columns fixes, improve state change order. That
6094         element could need some more love.
6095
6096 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6097
6098         * ext/taglib/gstapev2mux.h:
6099         * ext/taglib/gstid3v2mux.h:
6100         Remove useless typedefs without new type name. Fixes a warning with
6101         gcc 4.3.
6102
6103 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6104
6105         Patch by: John Millikin <jmillikin at gmail dot com>
6106
6107         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6108         (gst_flac_dec_setup_stream_decoder),
6109         (gst_flac_normalize_picture_mime_type),
6110         (gst_flac_extract_picture_buffer),
6111         (gst_flac_dec_metadata_callback):
6112         Emit metadata messages when a PICTURE block is encountered.
6113         Fixes #506715.
6114
6115 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6116
6117         * gst/avi/gstavi.c:
6118         increase rank because no known issues anymore ...
6119         * gst/avi/gstavisubtitle.c:
6120         send subtitle name to the srcpad
6121
6122 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6123
6124         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6125         * gst/rtsp/gstrtspsrc.h:
6126         Implement redirect for the DESCRIBE reply. Fixes #506025.
6127
6128 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6129
6130         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6131         Fix 'xyz may be used uninitialized' compiler warnings caused
6132         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6133         abort() in any case but properly report the error.
6134
6135 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6136
6137         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6138         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6139         * sys/ximage/gstximagesrc.c: (composite_pixel):
6140           Fix 'xyz may be used uninitialized' compiler warnings caused
6141           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6142           not really nice to abort in any case). Fixes #505745.
6143
6144 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6145
6146         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6147           Small unit test fix (has no practical impact at the moment,
6148           since we're only feeding utf8 and hence just create a sub-
6149           buffer for the output).
6150
6151 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6152
6153         * gst/avi/gstavisubtitle.c:
6154         * tests/check/elements/avisubtitle.c:
6155         Add seeking support for avi subtitle
6156
6157 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6158
6159         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6160         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6161         (gst_flac_dec_write):
6162         * ext/flac/gstflacdec.h:
6163         Remove some unused vars.
6164         Do more cleanup of leftover events and tags.
6165         Output tags after the segment event. Fixes #504018.
6166
6167 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6168
6169         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6170           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6171           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6172           Detect other UTF byte order markers and convert to UTF-8 as
6173           appropriate.
6174
6175 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6176
6177         * gst/avi/gstavisubtitle.c: (src_template),
6178           (gst_avi_subtitle_extract_utf8_file),
6179           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6180           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6181           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6182         * gst/avi/gstavisubtitle.h:
6183           Refactor a bit; fix name extraction; don't assume all the data
6184           in the chunk is actually subtitle data, there may be padding at
6185           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6186           file so it's there to send again after a seek (for future use).
6187
6188 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6189
6190         * gst/avi/Makefile.am:
6191         * gst/avi/gstavi.c:
6192         * gst/avi/gstavisubtitle.c:
6193         * gst/avi/gstavisubtitle.h:
6194         * tests/check/Makefile.am:
6195         * tests/check/elements/avisubtitle.c:
6196         * win32/common/config.h:
6197                 Add avi subtitle element for bug #442034. Need seeking support
6198                 and more support for character conversion.
6199
6200 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6201
6202         * Makefile.am:
6203           Include common/win32.mak for CRLF check of win32 project
6204           files (see #393626).
6205
6206         * win32/vs6/libgstpng.dsp:
6207           Fix line endings and do cvs admin -kb.
6208
6209 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6210
6211         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6212         Actually drop the buffers which are outside the currently configured
6213         segment instead of just emitting a WARNING.
6214
6215 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6216
6217         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6218         (gst_flac_dec_write):
6219         * ext/flac/gstflacdec.h:
6220         Send segments from the streaming thread. Fixes #502187.
6221         Fix segment seeking and a bunch of other seeking cases.
6222
6223 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6224
6225         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6226           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6227           which is where it would end up if the same information was
6228           put in a vorbis comment (don't think it's worth adding a
6229           new URI tag for this). Fixes #488112.
6230
6231 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6232
6233         * configure.ac:
6234           We need core/base 0.10.15 or later.
6235
6236 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6237
6238         Patch by: Mark Nauwelaerts <manauw skynet be>
6239
6240         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6241         Fix regression in stream numbering. Fixes #502655.
6242
6243 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6244
6245         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6246
6247         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6248         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6249         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6250         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6251         (gst_rtp_h264_pay_handle_buffer):
6252         * gst/rtp/gstrtph264pay.h:
6253         Use higher performance start-code searching.
6254         Parse NALs and store SPS, PPS and profile in the caps so that they can
6255         be used in the SDP. Fixes #502814.
6256
6257 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6258
6259         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6260         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6261           Init some structs to zero before we pass them to ioctl, which
6262           avoids valgrind warnings.  Also fix a small memory leak.
6263
6264 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6265
6266         Patch by: Wouter Cloetens <wouter at mind dot be>
6267
6268         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6269         Copy timestamp from input to output. Not very perfect yet but better
6270         than nothing. Fixes #503023.
6271
6272 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6273
6274         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6275           Also print a useful error message with the old Wavpack API
6276           if possible.
6277
6278 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6279
6280         * ext/wavpack/gstwavpackdec.c:
6281           More build fixes for old libwavpack versions: include config.h so
6282           that WAVPACK_OLD_API is actually defined as detected; only use
6283           WavpackGetErrorMessage if it is available. This fixes the build
6284           on debian stable for me.
6285
6286 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6287
6288         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6289         * ext/wavpack/gstwavpackparse.c:
6290           (gst_wavpack_parse_create_src_pad):
6291           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6292           versions below 4.40.0.
6293
6294 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6295
6296         * configure.ac:
6297           And now do it right for real...
6298
6299 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6300
6301         * configure.ac:
6302           Correctly reset $LIBS to not contain -lm.
6303
6304 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6305
6306         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6307
6308         * configure.ac:
6309         * ext/cairo/gsttimeoverlay.c:
6310           (gst_cairo_time_overlay_print_smpte_time):
6311           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6312           and checking for rint() and implementing it ourself if it doesn't
6313           exist. Fixes #497293.
6314
6315 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6316
6317         * configure.ac:
6318           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6319
6320 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6321
6322         * sys/oss/gstosshelper.c:
6323         Verify that the format returned after the ioctl is the one
6324         we requested. It is valid for the ioctl to succeed while
6325         substituting an alternate 'supported' sample format.
6326
6327 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6328
6329         * sys/oss/gstossaudio.c: (plugin_init):
6330         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6331         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6332           Post decent (and translated) error message when we can't
6333           open the audio device for some reason.
6334
6335 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6336
6337         * sys/oss/gstosssink.c:
6338         * sys/oss/gstosssrc.c:
6339         Allow the AUDIODEV environment variable to redirect us
6340         to a different default OSS device, like sunaudiosink does
6341         on Solaris (makes audio play automatically on SunRays).
6342
6343 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6344
6345         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6346         * gst/audiofx/audiochebyshevfreqband.c:
6347         (gst_audio_chebyshev_freq_band_transform_ip):
6348         * gst/audiofx/audiochebyshevfreqlimit.c:
6349         (gst_audio_chebyshev_freq_limit_transform_ip):
6350         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6351         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6352         The transform_ip() methods should do nothing if in passthrough mode.
6353         It might get non-writable buffers in that case but the buffer might
6354         as well be writable.
6355
6356         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6357         The transform() methods won't be called in passthrough mode and
6358         otherwise the buffer is always writable so don't check here.
6359
6360 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6361
6362         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6363           Fix seeking in .wav files again (#501775).  Some people seem to think
6364           they don't need to test their changes when they're just 'reflowing'
6365           some code.
6366
6367 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6368
6369         * gst/autodetect/gstautovideosink.c:
6370         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6371         (gst_auto_video_sink_init),
6372         (gst_auto_video_sink_create_element_with_pretty_name),
6373         (gst_auto_video_sink_find_best),
6374         (gst_auto_video_sink_set_property),
6375         (gst_auto_video_sink_get_property):
6376         * gst/autodetect/gstautovideosink.h:
6377         Fix docs.
6378         Use same error reporting code as autoaudiosink.
6379         Add property to filter sinks based on caps. Only select raw video sinks
6380         by default for backwards compat.
6381         API: GstAutoVideoSink::filter-caps
6382
6383 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6384
6385         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6386
6387         * gst/autodetect/gstautoaudiosink.c:
6388         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6389         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6390         (gst_auto_audio_sink_set_property),
6391         (gst_auto_audio_sink_get_property):
6392         * gst/autodetect/gstautoaudiosink.h:
6393         Add property to filter sinks based on caps. Only select raw audio sinks
6394         by default for backwards compat.  Fixes #417420.
6395         API: GstAutoAudioSink::filter-caps
6396
6397 2007-11-29  Michael Smith <msmith@fluendo.com>
6398
6399         Patch by: Arek Korbik <arkadini@gmail.com>
6400
6401         * gst/videobox/gstvideobox.c: (plugin_init):
6402           Initialise liboil in plugin_init()
6403
6404 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6405
6406         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6407         Post error before sending EOS. Fixes #499178.
6408
6409 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6410
6411         * win32/vs6/gst_plugins_good.dsw:
6412         * win32/vs6/libgstpng.dsp:
6413         Add a project file for libgstpng
6414
6415 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6416
6417         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6418         (gst_rtp_h263_depay_process):
6419         Code beautification.
6420         Added debug statements.
6421         Don't bit-shift everything, just do operations on last/first byte
6422         instead.
6423
6424 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6425
6426         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6427
6428         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6429         Fix wrong comparison in overrun check. Fixes #499239 some more.
6430
6431 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6432
6433         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6434         (gst_rtp_h263_depay_process):
6435         * gst/rtp/gstrtph263depay.h:
6436         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6437         stream.
6438
6439 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6440
6441         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6442
6443         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6444         (gst_rtp_mp4a_depay_process):
6445         * gst/rtp/gstrtpmp4adepay.h:
6446         Fix depayloading when multiple frames are inside one RTP packet.
6447         Fixes #499239.
6448
6449 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6450
6451         * gst/level/gstlevel.c:
6452           Add GAP-flag support.
6453
6454 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6455
6456         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6457         Read the I flag for Mode A h263 rtp stream and set the
6458         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6459         Fixes #499383
6460
6461 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6462
6463         * gst/level/gstlevel.c:
6464           Remove some dead code and do cleanups.
6465
6466 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6467
6468         * tests/check/pipelines/simple-launch-lines.c:
6469           Improve the tests by allowing to set a target state.
6470
6471 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6472
6473         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6474         Don't check the caps of the output buffer if they're equal some
6475         other caps. The caps can change in a backward compatible way
6476         and did at this point.
6477
6478 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6479
6480         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6481         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6482         (gst_qtdemux_seek_to_previous_keyframe),
6483         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6484         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6485         reverse playback support.
6486
6487 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6488
6489         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6490         Also set the channel layout on the Wavpack caps if we're having
6491         a mono layout. Of course only do it for "audio/x-wavpack".
6492
6493 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6494
6495         * ext/wavpack/gstwavpackcommon.c:
6496         (gst_wavpack_get_default_channel_mask),
6497         (gst_wavpack_set_channel_layout),
6498         (gst_wavpack_get_default_channel_positions),
6499         (gst_wavpack_get_channel_mask_from_positions),
6500         (gst_wavpack_set_channel_mapping):
6501         * ext/wavpack/gstwavpackcommon.h:
6502         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6503         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6504         * ext/wavpack/gstwavpackdec.h:
6505         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6506         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6507         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6508         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6509         (gst_wavpack_enc_rewrite_first_block),
6510         (gst_wavpack_enc_sink_event):
6511         * ext/wavpack/gstwavpackenc.h:
6512         * ext/wavpack/gstwavpackparse.c:
6513         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6514         (gst_wavpack_parse_scan_to_find_sample),
6515         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6516         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6517         * ext/wavpack/gstwavpackparse.h:
6518         Add support for encoding, parsing and decoding multichannel
6519         files with up to 8 channels. This also improves the robustness
6520         of parsing quite a bit.
6521
6522         * ext/wavpack/gstwavpackstreamreader.c:
6523         (gst_wavpack_stream_reader_read_bytes),
6524         (gst_wavpack_stream_reader_get_pos),
6525         (gst_wavpack_stream_reader_set_pos_abs),
6526         (gst_wavpack_stream_reader_set_pos_rel),
6527         (gst_wavpack_stream_reader_push_back_byte),
6528         (gst_wavpack_stream_reader_get_length),
6529         (gst_wavpack_stream_reader_can_seek),
6530         (gst_wavpack_stream_reader_write_bytes):
6531         Improve debugging.
6532
6533 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6534
6535         * ext/libpng/gstpngdec.c:
6536         * ext/libpng/gstpngdec.h:
6537           Don't release the png-memory from within the callback.
6538
6539 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6540
6541         Patch by: René Stadler <mail at renestadler dot de>
6542
6543         * ext/libpng/gstpngenc.c:
6544           Don't leak buffer data memory. Fixes #498395.
6545
6546 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6547
6548         Patch by: René Stadler <mail at renestadler dot de>
6549
6550         * tests/check/pipelines/simple-launch-lines.c:
6551           Tests for #498395.
6552
6553 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6554
6555         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6556         (gst_tag_lib_mux_adjust_event_offsets):
6557         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6558         * sys/osxaudio/Makefile.am:
6559         * sys/osxvideo/cocoawindow.h:
6560         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6561
6562 2007-11-15  David Schleef  <ds@schleef.org>
6563
6564         * ext/cairo/gsttextoverlay.c:
6565           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6566
6567 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6568
6569         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6570
6571         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6572         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6573         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6574         * gst/rtp/gstrtpmp2tpay.h:
6575         Fill the MTU with as many packets as possible. Fixes #491323.
6576
6577 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6578
6579         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6580
6581         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6582         Fix some more leaks. Fixes #497007.
6583
6584 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6585
6586         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6587
6588         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6589         (gst_rtspsrc_stream_configure_tcp):
6590         Fix 3 pad leaks. Fixes #496983.
6591
6592 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6593
6594         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6595
6596         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6597         Fix small leak. Fixes #497017.
6598
6599 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6600
6601         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6602         (gst_qtdemux_prepare_current_sample),
6603         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
6604         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
6605         * gst/qtdemux/qtdemux_fourcc.h:
6606         * gst/qtdemux/qtdemux_types.c:
6607         Add suppport for theora in quicktime according to XiphQT.
6608
6609 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
6610
6611         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6612         (gst_v4l2src_init), (gst_v4l2src_set_property),
6613         (gst_v4l2src_get_property):
6614         * sys/v4l2/gstv4l2src.h:
6615         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6616           Always copy buffers by default (handle safer with bugged drivers)
6617           and added a property to make it possible to use mmap effectively (no
6618           copy if possible) when application wants to. Fixes: #480557.
6619
6620 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6621
6622         * gst/id3demux/id3tags.c:
6623         * gst/id3demux/id3tags.h:
6624         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6625           We don't want the same string multiple times in a tag list for the
6626           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
6627           this doesn't happen and remove special-case code for GST_TAG_GENRE.
6628
6629 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6630
6631         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
6632           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
6633           into ID3v2 TXXX frames (fixes #347848).
6634
6635 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6636
6637         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6638           Don't leak sdp message contents (fixes #496773).
6639
6640         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
6641           Don't leak URI string.
6642
6643 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6644
6645         Patch by: Julien Puydt <julien dot puydt at laposte net>
6646
6647         * ext/raw1394/Makefile.am:
6648         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
6649           (gst_1394_property_probe_get_properties),
6650           (gst_1394_property_probe_probe_property),
6651           (gst_1394_property_probe_needs_probe),
6652           (gst_1394_property_probe_get_values),
6653           (gst_1394_property_probe_interface_init),
6654           (gst_1394_type_add_property_probe_interface):
6655         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
6656         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
6657           (gst_dv1394src_init), (gst_dv1394src_dispose),
6658           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
6659           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
6660           (gst_dv1394src_update_device_name):
6661         * ext/raw1394/gstdv1394src.h:
6662           Implement GstPropertyProbe interface and add "device-name" property,
6663           so applications can use this to probe for available devices in the
6664           same way they can already with v4lsrc and v4l2src (however horrible
6665           this property probe interface may be). Fixes #358841.
6666
6667 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6668
6669         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6670
6671         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6672           (gst_rtspsrc_parse_range):
6673           Don't leak event, don't leak range (fixes #496752).
6674
6675 2007-11-14  Michael Smith <msmith@fluendo.com>
6676
6677         Patch by: Arek Korbik <arkadini@gmail.com>
6678
6679         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
6680           Detect RGBA/BGRA correctly on little endian systems.
6681
6682 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6683
6684         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
6685           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
6686           corresponding ioctl() call fails even though the driver claims to
6687           support this format, just fall back to the pre-2.6.19 kernel
6688           routine that creates caps with suitable height and width ranges
6689           (see #448278).
6690
6691 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6692
6693         Patch by: Mark Nauwelaerts <manauw skynet be>
6694
6695         * gst/matroska/matroska-demux.c:
6696           (gst_matroska_demux_push_dvd_clut_change_event),
6697           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6698           (gst_matroska_demux_subtitle_caps):
6699         * gst/matroska/matroska-ids.h:
6700           Extract palette data for dvd subpicture streams and send it
6701           downstream as custom gstreamer dvd event (fixes #453417).
6702
6703 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6704
6705         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
6706           Implement minimal parsing of the passed pango font description
6707           string, so passing a font size works the same as with the
6708           pango textoverlay plugin; fixes #455086.
6709           (Maybe we could just use pangocairo here at some point).
6710
6711 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6712
6713         * gst/avi/gstavidemux.c:
6714         * gst/wavparse/gstwavparse.c:
6715           Return the result in _activate_pull(). Don't ref element there.
6716
6717 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6718
6719         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6720         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6721         (gst_wavparse_srcpad_event):
6722           Ref the element when we should, but not when we its not needed. Reflow
6723           the event_handling to not leak the event.       
6724
6725 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
6726
6727         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6728         (qtdemux_parse_samples):
6729         Properly free QTDemuxSamples array.
6730         Protect table write with a sensible check, some files apparently DO contain
6731         stts values starting with 0 :(
6732
6733 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6734
6735         * gst/avi/gstavidemux.c:
6736         * gst/qtdemux/qtdemux.c:
6737           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
6738           previous commit messed up.
6739
6740 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6741
6742         * gst/avi/gstavidemux.c:
6743         * gst/qtdemux/qtdemux.c:
6744           Sync _handle_src_event() with oggdemux. In avidemux also ref the
6745           element when we should, but not when we its not needed.
6746
6747 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
6748
6749         * gst/wavparse/gstwavparse.c:
6750           Return FALSE if we can't handle a query instead of changing the
6751           format. Ignore fact when dealing with mpeg audio.
6752
6753 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6754
6755         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6756
6757         * configure.ac:
6758         * gst/udp/gstdynudpsink.c:
6759         * gst/udp/gstdynudpsink.h:
6760         * gst/udp/gstmultiudpsink.c:
6761         * gst/udp/gstmultiudpsink.h:
6762         * gst/udp/gstudpsink.c:
6763         * gst/udp/gstudpsink.h:
6764           Fix includes for MSVC and GLib-2.14.0 (#492388).
6765
6766         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6767           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6768
6769 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6770
6771         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6772         (gst_mulawdec_chain):
6773         * gst/law/mulaw-decode.h:
6774         Calculate outgoing buffer duration if incoming buffer didn't have a
6775         valid duration.
6776
6777 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6778
6779         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6780         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6781         Smarter combine_flow code that also deals with downstream elements
6782         returning UNEXPECTED when they receive data out of the segment
6783         boundaries. Fixes #491305.
6784
6785 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6786
6787         * sys/v4l2/v4l2src_calls.c:
6788           Fix 'unused variable' compiler warning when compiling against
6789           older kernel headers.
6790
6791 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6792
6793         * ext/taglib/gstid3v2mux.cc (add_funcs):
6794           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6795
6796 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6797
6798         * tests/check/pipelines/simple-launch-lines.c:
6799            Improve the tests a little more.
6800
6801 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6802
6803         patch by: Yun Zheng Hu
6804
6805         * sys/osxaudio/gstosxaudiosrc.c:
6806         Use default input device instead of default output device and
6807         only memcpy actual available bytes.
6808
6809 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6810
6811         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6812           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6813           early. It is temporary until we find something better.
6814
6815 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6816
6817         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6818
6819         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6820         Fix race when pausing a RTSP stream in interleaved.
6821         Fixes #475784.
6822
6823 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6824
6825         Patch by: Peter Kjellerstedt <pkj at axis com>
6826
6827         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6828         Use correct unref function for buffers. #488844.
6829
6830 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6831
6832         * gst/avi/gstavimux.c:
6833         * tests/check/elements/avimux.c:
6834           Add some debug and sync tests with the fix.     
6835
6836 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6837
6838         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6839
6840         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6841         When the socket is used by the app for other purposes, don't generate an
6842         error if there is activaty on the socket that is not data related.
6843         Fixes #487488.
6844
6845 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6846
6847         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6848         (gst_v4l2src_grab_frame):
6849         Add some more debug info. Generate an error when we run out of buffers
6850         for some reason. See #480557.
6851
6852 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6853
6854         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6855
6856         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6857         Set marker bit correctly.
6858
6859 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6860
6861         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6862         Use allowed name for the GstStructure.
6863
6864 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6865
6866         * ext/gconf/gstswitchsink.c:
6867         * gst/autodetect/gstautoaudiosink.c:
6868           Use new gst_bus_pop_filtered().
6869
6870 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6871
6872         * sys/v4l2/gstv4l2src.c:
6873         * sys/v4l2/v4l2src_calls.c:
6874           When probing the formats and sizes a camera supports, make
6875           sure the best ones (highest resolution, prefered format)
6876           end up at the beginning of the probed caps and the less
6877           desirable ones at the end.  This is important because the
6878           order within the caps matters for things like fixation and
6879           negotiation, ie. what format is chosen in the end.
6880           With recent kernels, the current probing code will end up
6881           querying the supported sizes from lowest resolution to
6882           highest resolution, adding them to the probed caps in that
6883           order, resulting to v4l2src fixating to the lowest possible
6884           resolution if downstream does not express a size preference.
6885           Also make up a somewhat random ranking of prefered output
6886           formats for the same reason. Fixes #485828.
6887         
6888 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6889
6890         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
6891
6892         * gst/id3demux/id3v2frames.c:
6893           Extract license/copyright URIs from ID3v2 WCOP frames
6894           (Fixes #447000).
6895
6896         * tests/check/elements/id3demux.c:
6897         * tests/files/Makefile.am:
6898         * tests/files/id3-447000-wcop.tag:
6899           Add simple unit test.
6900
6901 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6902
6903         * ext/taglib/gstid3v2mux.cc:
6904           Add support for license/copyright URI tags (ID3v2 WCOP frame).
6905           Prerequisite for #447000.
6906
6907 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6908
6909         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
6910         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
6911         a GstClockTime.
6912
6913 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6914
6915         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6916         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
6917         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
6918         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
6919         (gst_rtspsrc_change_state):
6920         More seeking fixes, mostly passing around the new playback segment in
6921         order to configure it properly.
6922         Also reset base_time of udp sources when setting them back to PLAYING as
6923         a temporary hack until core supports seek in live sources properly.
6924
6925 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6926
6927         * gst/rtp/gstrtpmp4adepay.c:
6928         Fix caps as to not confuse autopluggers.
6929
6930 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6931
6932         * gst/id3demux/gstid3demux.c:
6933         * gst/id3demux/gstid3demux.h:
6934         * gst/id3demux/id3tags.c:
6935         * gst/id3demux/id3tags.h:
6936         * gst/id3demux/id3v2frames.c:
6937           Port ID3 tag demuxer over to the new GstTagDemux in -base
6938           (now would be a good time to test re-importing your music
6939           collection).
6940
6941 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6942
6943         * gst/apetag/Makefile.am:
6944         * gst/apetag/gstapedemux.c:
6945         * gst/apetag/gstapedemux.h:
6946         * gst/apetag/gsttagdemux.c:
6947         * gst/apetag/gsttagdemux.h:
6948           Port APE tag demuxer over to the new GstTagDemux in -base.
6949
6950 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
6951
6952         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6953         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
6954         (gst_rtspsrc_handle_internal_src_query),
6955         (gst_rtspsrc_handle_src_query), (new_session_pad),
6956         (gst_rtspsrc_stream_configure_tcp),
6957         (gst_rtspsrc_stream_configure_transport),
6958         (gst_rtspsrc_loop_send_cmd):
6959         Improve flushing behaviour.
6960         Set state of the udp sources to PAUSE/PLAYING correctly.
6961         Handle events and queries for UDP and TCP transport now.
6962
6963 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6964
6965         * gst/rtp/gstrtpgsmdepay.c:
6966         * gst/rtp/gstrtpgsmpay.c:
6967           Add log category.
6968
6969 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6970
6971         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
6972
6973         * tests/check/Makefile.am:
6974         * tests/check/pipelines/simple-launch-lines.c:
6975           Add unit tests for payloaders/depayloaders.
6976
6977 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6978
6979         * gst/avi/gstavimux.c:
6980         * gst/avi/gstavimux.h:
6981           Also save codec data for audio streams. Fixes #482495.
6982
6983 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6984
6985         * gst/avi/gstavimux.c:
6986           Fix "Index entry has invalid stream nr 1".
6987           Add support for muxing aac - work in progress (see #482495).
6988
6989 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6990
6991         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
6992         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
6993         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6994         * gst/rtsp/gstrtspsrc.h:
6995         Parse bandwidth modifiers, they are not yet configured in the session
6996         manager because we don't have an API for that yet.
6997
6998 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6999
7000         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7001         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7002         Use shiny new function in -base to get the default clock-rate.
7003         Update some docs.
7004
7005 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7006
7007         * win32/MANIFEST:
7008         Add files to win32 manifest.
7009         * win32/vs6/libgstaudiofx.dsp:
7010         * win32/vs6/libgstqtdemux.dsp:
7011         * win32/vs6/libgstrtp.dsp:
7012         * win32/vs6/libgstrtsp.dsp:
7013         Update project files.
7014
7015 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7016
7017         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7018         (gst_rtspsrc_play):
7019         * gst/rtsp/gstrtspsrc.h:
7020         In TCP mode, only timestamp the first buffer. TCP is not real time and
7021         it does not make sense to try to skew compensate, also some servers send
7022         the first batch of data in a burst.
7023
7024 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7025
7026         * gst/matroska/matroska-demux.c:
7027           Fix setting the discont flag on the first buffer
7028           pushed downstream for formats with private codec
7029           data that needs to be deserialised into buffers
7030           (such as vorbis and FLAC when in a matroska container).
7031
7032 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7033
7034         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7035
7036         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7037         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7038         (gst_rtp_mp4v_pay_handle_buffer):
7039         * gst/rtp/gstrtpmp4vpay.h:
7040         Free the config string. Fixes #480707.
7041         Clean up the timestamp code a little.
7042
7043 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7044
7045         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7046         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7047         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7048         * gst/rtsp/gstrtspsrc.h:
7049         Set timestamps on RTP buffers in interleaved mode.
7050         Mark first buffers with a DISCONT.
7051         Remove flush hack now that sync for live sources has been figured out.
7052
7053 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7054
7055         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7056         Update documentation.
7057
7058 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7059
7060         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7061         (gst_rtp_xqt_depay_change_state):
7062         * gst/qtdemux/gstrtpxqtdepay.h:
7063         Fail if we don't know the quicktime format.
7064
7065 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7066
7067         * ext/flac/gstflacenc.c:
7068         * ext/flac/gstflacenc.h:
7069           Save the flow return from the last gst_pad_push() and
7070           make sure we pass the right flow return value upstream
7071           in the case of failure; minor clean-ups.
7072
7073 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7074
7075         * ext/taglib/gstapev2mux.cc:
7076         * ext/taglib/gstid3v2mux.cc:
7077         * gst/apetag/gstapedemux.c:
7078           Add support for the new GST_TAG_COMPOSER (#459809).
7079
7080 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7081
7082         * gst/law/alaw-decode.c:
7083         * gst/law/alaw-decode.h:
7084         * gst/law/alaw-encode.c:
7085         * gst/law/alaw-encode.h:
7086         * gst/law/alaw.c:
7087         * gst/law/mulaw-conversion.h:
7088           Compulsive clean-ups: use boilerplate macros, add debug
7089           categories, fix up things to conform to symbol nomenklatura,
7090           etc.
7091
7092 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7093
7094         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7095
7096         * gst/law/alaw-decode.c:
7097         * gst/law/alaw-encode.c:
7098           Use static tables for A-Law decoding and encoding; this makes
7099           A-Law decoding and encoding less CPU-intensive, but increases
7100           the binary size a bit. Leaving old code around for now,
7101           selectable by a define in the code. Fixes #435435.
7102
7103 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7104
7105         * configure.ac:
7106         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7107         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7108         in configure.ac.
7109
7110 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7111
7112         Patch by: Jan Gerber <j at bootlab dot org>
7113
7114         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7115         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7116
7117 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7118
7119         * sys/oss/gstosshelper.c:
7120           Use GST_WARNING instead of a g_critical. This situation is not caused
7121           by the application.
7122
7123 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7124
7125         * po/LINGUAS:
7126         * po/nl.po:
7127           Updated translations.
7128
7129 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7130
7131         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7132
7133         * po/eu.po:
7134           Added Basque translation.
7135
7136 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7137
7138         translated by: Abel Cheung <abelcheung@gmail.com>
7139
7140         * po/zh_HK.po:
7141         * po/zh_TW.po:
7142           Added Chinese (traditional and Hong Kong) translation.
7143
7144 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7145
7146         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7147
7148         * po/pl.po:
7149           Added Polish translation.
7150
7151 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7152
7153         translated by: Ilkka Tuohela <hile@iki.fi>
7154
7155         * po/fi.po:
7156           Added Finnish translation.
7157
7158 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7159
7160         translated by: Jorge González González <aloriel@gmail.com>
7161
7162         * po/es.po:
7163           Added Spanish translation.
7164
7165 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7166
7167         translated by: Mogens Jaeger <mogens@jaeger.tf>
7168
7169         * po/da.po:
7170           Added Danish translation.
7171
7172 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7173
7174         translated by: Funda Wang <fundawang@linux.net.cn>
7175
7176         * po/zh_CN.po:
7177           Added Chinese (simplified) translation.
7178
7179 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7180
7181         translated by: Alexander Shopov <ash@contact.bg>
7182
7183         * po/bg.po:
7184           Added Bulgarian translation.
7185
7186 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7187
7188         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7189         Set outgoing packet duration because we can. Fixes #478244 some more.
7190
7191 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7192
7193         * ext/cairo/gsttextoverlay.c:
7194           Add info about static leak.
7195         
7196         * tests/check/Makefile.am:
7197         * tests/check/generic/states.c:
7198           Improved state change unit test.
7199
7200 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7201
7202         * docs/plugins/.cvsignore:
7203         * tests/check/.cvsignore:
7204           Ignore registries in any format.
7205
7206 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7207
7208         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7209         Removed some unused code.
7210
7211         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7212         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7213         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7214         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7215         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7216         (gst_rtp_theora_pay_flush_packet):
7217         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7218         Try to preserve the incomming buffer duration on the outgoing
7219         packets. Fixes #478244.
7220
7221 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7222
7223         * ext/taglib/gstapev2mux.cc:
7224         * ext/taglib/gstid3v2mux.cc:
7225           Work around compiler warnings with g++-4.2 when assigning a
7226           string constant to a gchar * (partially fixes #478092).
7227
7228 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7229
7230         * configure.ac:
7231           We require core CVS now for gst_base_src_set_do_timestamp().
7232
7233 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7234
7235         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7236         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7237         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7238         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7239         (gst_rtspsrc_handle_message):
7240         Fix compiler warnings shown with Forte.
7241
7242 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7243
7244         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7245         (gst_rtspsrc_dup_printf):
7246         Give meaningfull error when all streams failed to configure for some
7247         reason.
7248
7249 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7250
7251         * gst/rtp/README:
7252         Update README with the design for synchronisation rules of RTP on
7253         sender and receiver.
7254
7255 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7256
7257         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7258         (gst_wavparse_chain):
7259         Don't push EOS from the chain function, the element
7260         driving the pipeline is responsible for this. The bug
7261         this was meant to fix seems to be queue not forwarding
7262         EOS in all cases (see #476514).
7263
7264 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7265
7266         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7267         (gst_level_transform_ip):
7268         * gst/level/gstlevel.h:
7269         Use basetransform segment so that it is correctly managed on flushes and
7270         start/stop.
7271         Report message timestamp as stream time, which is what an application
7272         can understand.
7273
7274 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7275
7276         * ext/taglib/gstapev2mux.cc:
7277         * ext/taglib/gstapev2mux.h:
7278         * ext/taglib/gsttaglibmux.c:
7279         * tests/check/elements/apev2mux.c:
7280         Update my mail address.
7281
7282 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7283
7284         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7285         (gst_wavparse_loop), (gst_wavparse_chain):
7286         Add EOS logic for the push-based mode too. Fixes #476514.
7287
7288 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7289
7290         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7291         * gst/law/alaw-encode.h:
7292         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7293         (gst_mulawenc_chain):
7294         * gst/law/mulaw-encode.h:
7295         Fix law encoder timestamps.
7296
7297 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7298
7299         * ext/gconf/gstgconfaudiosink.c:
7300           Fix warning when building without debug.
7301
7302         * sys/oss/gstossmixertrack.c:
7303           Use const like in alsamixertrack.c (fixes warnings).
7304
7305 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7306
7307         * sys/v4l2/v4l2src_calls.c:
7308         (gst_v4l2src_probe_caps_for_format_and_size):
7309         Fix framerate detection code some more.
7310         Handle the case where there is a weird step in the stepwise framerates.
7311         Don't overwrite the min interval with the framerate, use a temp variable
7312         instead.
7313         Use max in the Continuous framerate intervals instead of step, which is
7314         1 according to the docs. Fixes #475424.
7315
7316 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7317
7318         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7319         Make udpsrc timestamp outgoing buffers based on when they were received.
7320         Also make it output a segment in time.
7321
7322 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7323
7324         * gst/avi/gstavidemux.c:
7325           Plug a little leak. Little code cleanups.
7326
7327 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7328
7329         * configure.ac:
7330           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7331           flac versions, 's good for cross-compilation karma.
7332
7333 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7334
7335         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7336
7337         * gst/rtp/gstrtph263pay.c:
7338           Fix up header structure so that compilers don't add padding
7339           between the structure fields, since that would lead to us
7340           sending RTP packets with broken headers (as is currently the
7341           case when compiling with MSVC). Also see similar fixes in
7342           libgstrtp in gst-plugins-base. (#474616; #471194)
7343
7344 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7345
7346         * sys/v4l2/v4l2src_calls.c:
7347         (gst_v4l2src_probe_caps_for_format_and_size):
7348         Don't overwrite our GValue with 0 but instead use the previously
7349         computed value. Fixes #471823 some more.
7350
7351 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7352
7353         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7354           No tabs in this file please, or gtk-doc will end up documenting
7355           rather absurd class hierarchies.
7356
7357 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7358
7359         * ext/gconf/gstswitchsink.c:
7360           If the new kid element fails to change state for some reason
7361           (e.g. esdsink not being able to connect to the sound server),
7362           forward the error message it posted on the bus instead of just
7363           posting a generic 'Internal state change error: please file a
7364           bug' error message. Fixes #471364.
7365
7366 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7367
7368         * gst/qtdemux/Makefile.am:
7369         * gst/qtdemux/qtdemux.c:
7370           Don't assume tags are encoded as UTF-8 (#473670).
7371
7372 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7373
7374         * sys/v4l2/gstv4l2src.c:
7375         * sys/v4l2/gstv4l2src.h:
7376         * sys/v4l2/v4l2src_calls.c:
7377           Implement LATENCY queries in the crudest way possible so I don't
7378           have to use sync=false any longer when testing with videosinks.
7379
7380 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7381
7382         * configure.ac:
7383           Fix build.
7384
7385 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7386
7387         * sys/v4l2/v4l2src_calls.c:
7388         (gst_v4l2src_probe_caps_for_format_and_size):
7389         Add some more debugging in the framerate function.
7390         Iterate stepwise framerate up to and _including_ the max and if nothing
7391         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7392         don't end up with an empty list. Fixes #471823
7393
7394 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7395
7396         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7397         (gst_multiudpsink_set_clients_string),
7398         (gst_multiudpsink_get_clients_string),
7399         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7400         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7401         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7402         (gst_multiudpsink_clear):
7403         Add property do configure destination address/port pairs
7404         API:GstMultiUDPSink::clients
7405
7406 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7407
7408         * tests/examples/Makefile.am:
7409         * tests/examples/rtp/Makefile.am:
7410         * tests/examples/rtp/client-H263p-AMR.sh:
7411         * tests/examples/rtp/client-H263p-PCMA.sdp:
7412         * tests/examples/rtp/client-H263p-PCMA.sh:
7413         * tests/examples/rtp/client-H264-PCMA.sdp:
7414         * tests/examples/rtp/client-H264-PCMA.sh:
7415         * tests/examples/rtp/client-PCMA.sh:
7416         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7417         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7418         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7419         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7420         Added some RTP example scripts for sending and receiving RTP streams.
7421
7422 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7423
7424         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7425         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7426         Restructure the setcaps function so that we can also compute the
7427         expected GStreamer output size of the video frames.
7428         Set frame_byte_size correctly so that read-based devices have a chance
7429         of working correctly.
7430         When grabbing a frame, discard frames that are not of the expected size.
7431         Some cameras don't output the right framesize for the first buffer.
7432         Try only a couple of times to get a valid frame, else error out.
7433
7434         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7435         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7436         Add some more debug info when scanning the device.
7437
7438         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7439         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7440         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7441         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7442         Add some more debug info when dequeing a frame.
7443
7444 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7445
7446         * gst/wavparse/gstwavparse.c:
7447           More code cleanups. Add some more comment and improve debugs logs.
7448
7449 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7450
7451         * gst/wavparse/gstwavparse.c:
7452         * gst/wavparse/gstwavparse.h:
7453           Implement seek-query. Refactor duration calculations. Appropriate use
7454           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7455           out of loops.
7456
7457 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7458
7459         * gst/avi/gstavidemux.c:
7460           Implement seek-query.
7461
7462 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7463
7464         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7465         (gst_rtspsrc_dup_printf):
7466         Use new basesink async property to make sparse RTCP packet not wait for
7467         preroll.
7468
7469 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7470
7471         * gst/audiofx/Makefile.am:
7472         Dist the right file.
7473
7474 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7475
7476         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7477         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7478         Make sure we generate and parse floating point values in the POSIX
7479         locale instead of the current locale. 
7480
7481 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7482
7483         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7484         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7485         (gst_rtspsrc_play):
7486         * gst/rtsp/gstrtspsrc.h:
7487         Fix method detection again.
7488         Keep track of when we must send a Range header.
7489         Use segment values for Range, Speed and Scale headers.
7490         Parse Speed and Scale headers to update the segment values.
7491
7492 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7493
7494         patch by: Mark Nauwelaerts <manauw@skynet.be>
7495
7496         * sys/v4l2/v4l2src_calls.c:
7497           Handle optional v4l2 ioctls gracefully.
7498
7499 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7500
7501         * gst/rtp/Makefile.am:
7502         * gst/rtp/gstrtp.c: (plugin_init):
7503         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7504         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7505         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7506         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7507         (gst_rtp_h263_depay_get_property),
7508         (gst_rtp_h263_depay_change_state),
7509         (gst_rtp_h263_depay_plugin_init):
7510         * gst/rtp/gstrtph263depay.h:
7511         Added an H263 depayloader. Fixes #369392.
7512
7513         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7514         (gst_rtp_h263p_depay_process):
7515         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7516         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7517         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7518         payloads.
7519         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7520
7521 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7522
7523         * gst/audiofx/audiochebyshevfreqband.c:
7524         * gst/audiofx/audiochebyshevfreqlimit.c:
7525         Add small comparision with the windowed sinc filters in the docs.
7526
7527 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7528
7529         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7530         (audiochebyshevfreqband_suite):
7531         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7532         (audiochebyshevfreqlimit_suite):
7533         Also test 32 bit float mode and the type 2 variants of the filters.
7534
7535 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7536
7537         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7538         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7539         (gst_rtspsrc_loop):
7540         Refactor the udp and interleaved loop function a bit.
7541
7542 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7543
7544         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7545         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7546         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7547         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7548         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7549         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7550         * gst/rtsp/gstrtspsrc.h:
7551         Protect connection activity with a new lock, avoids deadlocks when going
7552         to PAUSED. Fixes #455808.
7553
7554 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7555
7556         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7557         Fix debug statement.
7558
7559 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7560
7561         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7562         Fix stray %u in debug line as spotted by Saur on IRC.
7563
7564 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7565
7566         * gst/audiofx/audiochebyshevfreqband.c:
7567         (gst_audio_chebyshev_freq_band_class_init):
7568         * gst/audiofx/audiochebyshevfreqlimit.c:
7569         (gst_audio_chebyshev_freq_limit_class_init):
7570         Use generator macros for the process functions for the different
7571         sample types, add lower upper boundaries for the GObject properties
7572         so automatically generated UIs can use sliders and add a note about
7573         the number of poles as a too high number of poles combined with
7574         very low or very high frequencies will produce only noise.
7575         * docs/plugins/gst-plugins-good-plugins.args:
7576         Regenerated for the property changes.
7577
7578 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7579
7580         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7581         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7582         (gst_rtspsrc_stream_configure_udp_sink),
7583         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7584         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7585         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7586         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7587         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7588         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7589         * gst/rtsp/gstrtspsrc.h:
7590         Improve timeout handling.
7591         Use the same socket for sending and receiving RTCP packets so that some
7592         servers can track clients better.
7593         Improve connection closed handling. Try to reconnect.
7594         Don't overwrite our content base with NULL.
7595         Improve debugging.
7596         Improve range parsing and handling.
7597         Remove flushing hack now that core does the right thing.
7598
7599 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7600
7601         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7602         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
7603         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
7604         (gst_multiudpsink_close), (gst_multiudpsink_add):
7605         * gst/udp/gstmultiudpsink.h:
7606         Add support for getting and setting the socket to use.
7607
7608         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7609         (gst_udpsrc_create), (gst_udpsrc_get_property):
7610         Add support for getting the currently used socket.
7611
7612 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
7613
7614         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7615
7616         * gst/audiofx/Makefile.am:
7617         * gst/audiofx/audiochebyshevfreqband.c:
7618         (gst_audio_chebyshev_freq_band_mode_get_type),
7619         (gst_audio_chebyshev_freq_band_base_init),
7620         (gst_audio_chebyshev_freq_band_dispose),
7621         (gst_audio_chebyshev_freq_band_class_init),
7622         (gst_audio_chebyshev_freq_band_init),
7623         (generate_biquad_coefficients), (calculate_gain),
7624         (generate_coefficients),
7625         (gst_audio_chebyshev_freq_band_set_property),
7626         (gst_audio_chebyshev_freq_band_get_property),
7627         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
7628         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
7629         (gst_audio_chebyshev_freq_band_start):
7630         * gst/audiofx/audiochebyshevfreqband.h:
7631         * gst/audiofx/audiochebyshevfreqlimit.c:
7632         (gst_audio_chebyshev_freq_limit_mode_get_type),
7633         (gst_audio_chebyshev_freq_limit_base_init),
7634         (gst_audio_chebyshev_freq_limit_dispose),
7635         (gst_audio_chebyshev_freq_limit_class_init),
7636         (gst_audio_chebyshev_freq_limit_init),
7637         (generate_biquad_coefficients), (calculate_gain),
7638         (generate_coefficients),
7639         (gst_audio_chebyshev_freq_limit_set_property),
7640         (gst_audio_chebyshev_freq_limit_get_property),
7641         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
7642         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
7643         (gst_audio_chebyshev_freq_limit_start):
7644         * gst/audiofx/audiochebyshevfreqlimit.h:
7645         * gst/audiofx/audiofx.c: (plugin_init):
7646         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
7647         Fixes #464800.
7648
7649         * tests/check/Makefile.am:
7650         * tests/check/elements/.cvsignore:
7651         * tests/check/elements/audiochebyshevfreqband.c:
7652         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
7653         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
7654         * tests/check/elements/audiochebyshevfreqlimit.c:
7655         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
7656         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
7657         Add unit tests for the chebyshev filters.
7658
7659         * docs/plugins/Makefile.am:
7660         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7661         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7662         * docs/plugins/gst-plugins-good-plugins.args:
7663         * docs/plugins/inspect/plugin-1394.xml:
7664         * docs/plugins/inspect/plugin-audiofx.xml:
7665         * docs/plugins/inspect/plugin-dv.xml:
7666         * docs/plugins/inspect/plugin-flac.xml:
7667         * docs/plugins/inspect/plugin-jpeg.xml:
7668         * docs/plugins/inspect/plugin-png.xml:
7669         * docs/plugins/inspect/plugin-rtp.xml:
7670         * docs/plugins/inspect/plugin-shout2send.xml:
7671         * docs/plugins/inspect/plugin-wavpack.xml:
7672         And add docs for the chebyshev filters. While doing
7673         that also run make update in docs/plugins.
7674
7675 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7676
7677         * ext/annodex/gstcmmltag.c:
7678         * gst/rtp/gstrtpvorbispay.c:
7679           Make ro memory to share.
7680
7681 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7682
7683         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7684         Improve UDP performance by avoiding a select() when we have data
7685         available immediatly.
7686
7687 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7688
7689         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
7690         (gst_rtp_dec_class_init):
7691         * gst/rtsp/gstrtpdec.h:
7692         Add (dummy) SSRC management signals.
7693
7694         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7695         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7696         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
7697         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
7698         (on_timeout), (gst_rtspsrc_stream_configure_manager),
7699         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
7700         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7701         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7702         * gst/rtsp/gstrtspsrc.h:
7703         Add connection-speed property.
7704         Add find_stream helper functions.
7705         Handle stream EOS based on BYE messages or SSRC timeout.
7706         Returns SUCCESS from the state change function as we hide our async
7707         elements from the parent.
7708
7709 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7710
7711         * gst/debug/rndbuffersize.c:
7712           Fix da leak.
7713
7714 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
7715
7716         * gst/debug/Makefile.am:
7717         * gst/debug/breakmydata.c:
7718         * gst/debug/gstdebug.c:
7719         * gst/debug/negotiation.c:
7720         * gst/debug/progressreport.c:
7721         * gst/debug/rndbuffersize.c:
7722         * gst/debug/testplugin.c:
7723           Add new test element and clean-up the others a little.
7724
7725 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7726
7727         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7728         Fix parsing of mp4a version 0 atoms. Fixes #465774.
7729
7730 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7731
7732         * gst/rtp/gstrtpilbcdepay.c:
7733           Include stdlib.
7734
7735 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
7736
7737         * gst/rtp/gstrtpmpvdepay.c:
7738         Set the mpegversion in the caps so that autoplugging does not get
7739         confused.
7740
7741 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7742
7743         * po/hu.po:
7744         * po/uk.po:
7745         * po/vi.po:
7746           Updated translations.
7747
7748 2007-08-08  Michael Smith <msmith@fluendo.com>
7749
7750         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7751           Render right border in the correct location.
7752
7753 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7754
7755         Patch by: Olivier Crete <tester at tester dot ca>
7756
7757         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7758         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7759         Make mode property a string. Fixes #464475.
7760
7761 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7762
7763         * ext/flac/gstflacenc.c:
7764           Widen caps to match decoder a bit and add more FIXMEs.
7765
7766 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7767
7768         patch by: Mark Nauwelaerts <manauw@skynet.be>
7769
7770         * gst/avi/gstavimux.c:
7771           Fix ODML index tag numbering. Fixes #463624.
7772
7773 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7774
7775         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7776         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7777         (gst_rtspsrc_stream_configure_tcp),
7778         (gst_rtspsrc_stream_configure_udp_sink):
7779         Fix default clock-rate for realmedia.
7780         Fix parsing of transport.
7781         Don't try to link NULL pads.
7782
7783 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7784
7785         * po/POTFILES.skip:
7786           Add POTFILES.skip with list of source files that aren't disted at the
7787           moment but contain translatable strings. Should hopefully pacify
7788           broken tools and make it clearer that these files are left out
7789           intentionally (#461600).
7790
7791 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7792
7793         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7794         If the buffer was entirely clipped ... don't try sending it :)
7795
7796 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7797
7798         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7799         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7800         (gst_rtspsrc_create_transports_string),
7801         (gst_rtspsrc_prepare_transports):
7802         If we don't hav a session manager, set the caps on outgoing buffers
7803         ourselves.
7804         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7805         Append final bit of the transport string even when it does not contain a
7806         placeholder.
7807
7808 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7809
7810         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7811         (gst_rtsp_ext_list_connect):
7812         * gst/rtsp/gstrtspext.h:
7813         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7814         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7815         Clean up the interface list.
7816         Allow connecting to interface signals for the extensions.
7817         Remove old extension code.
7818         Free list on cleanup.
7819         Allow extensions to send additional RTSP messages.
7820
7821 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7822
7823         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7824         Handle a NULL gconf key gracefully by rendering the default element.
7825
7826 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7827
7828         * gst/rtsp/gstrtspext.h:
7829         Fix include path for extension interface.
7830
7831 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7832
7833         * gst/audiofx/audioamplify.h:
7834         Also remove a now unecessary variable here.
7835
7836 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7837
7838         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7839         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7840         * gst/audiofx/audiodynamic.c:
7841         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7842         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7843         * gst/audiofx/audiodynamic.h:
7844         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7845         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7846         * gst/audiofx/audioinvert.h:
7847         Don't save format information ourselves, this is already saved in
7848         GstAudioFilter.
7849
7850 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7851
7852         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7853         (gst_rtsp_ext_list_stream_select):
7854         * gst/rtsp/gstrtspext.h:
7855         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7856         Use rank to filter out extensions.
7857         Add url to stream_select interface call.
7858
7859 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7860
7861         * gst/rtsp/Makefile.am:
7862         * gst/rtsp/base64.c:
7863         * gst/rtsp/base64.h:
7864         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7865         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7866         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7867         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7868         (gst_rtsp_ext_list_setup_media),
7869         (gst_rtsp_ext_list_configure_stream),
7870         (gst_rtsp_ext_list_get_transports),
7871         (gst_rtsp_ext_list_stream_select):
7872         * gst/rtsp/gstrtspext.h:
7873         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7874         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7875         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7876         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7877         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
7878         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
7879         (gst_rtspsrc_stream_configure_tcp),
7880         (gst_rtspsrc_stream_configure_mcast),
7881         (gst_rtspsrc_stream_configure_udp),
7882         (gst_rtspsrc_stream_configure_udp_sink),
7883         (gst_rtspsrc_stream_configure_transport),
7884         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7885         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7886         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
7887         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
7888         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7889         (gst_rtspsrc_parse_methods),
7890         (gst_rtspsrc_create_transports_string),
7891         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7892         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
7893         (gst_rtspsrc_play), (gst_rtspsrc_pause),
7894         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
7895         * gst/rtsp/gstrtspsrc.h:
7896         * gst/rtsp/rtsp.h:
7897         * gst/rtsp/rtspconnection.c:
7898         * gst/rtsp/rtspconnection.h:
7899         * gst/rtsp/rtspdefs.c:
7900         * gst/rtsp/rtspdefs.h:
7901         * gst/rtsp/rtspext.h:
7902         * gst/rtsp/rtspextwms.c:
7903         * gst/rtsp/rtspextwms.h:
7904         * gst/rtsp/rtspmessage.c:
7905         * gst/rtsp/rtspmessage.h:
7906         * gst/rtsp/rtsprange.c:
7907         * gst/rtsp/rtsprange.h:
7908         * gst/rtsp/rtsptransport.c:
7909         * gst/rtsp/rtsptransport.h:
7910         * gst/rtsp/rtspurl.c:
7911         * gst/rtsp/rtspurl.h:
7912         * gst/rtsp/sdp.h:
7913         * gst/rtsp/sdpmessage.c:
7914         * gst/rtsp/sdpmessage.h:
7915         * gst/rtsp/test.c:
7916         Use shiny new RTSP and SDP library.
7917         Implement RTSP extensions using the new interface.
7918         Remove a lot of old code.
7919
7920 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
7921
7922         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7923         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
7924
7925 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7926
7927         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7928         Don't unref the outgoing buffer twice when dropping it because it's
7929         outside of the segment.
7930
7931 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7932
7933         * configure.ac:
7934         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7935         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
7936         Use the new buffer clipping function from gstaudio here and
7937         require gst-plugins-base CVS.
7938         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7939         For framed Wavpack buffers we require a valid timestamp.
7940
7941 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7942
7943         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7944         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
7945         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
7946         Clip raw audio and video when we can, keep track of current output
7947         segment.
7948         Don't leak buffers and events when there is no output pad.
7949         Improve debugging here and there.
7950
7951 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7952
7953         * configure.ac:
7954           Sync liboil check with plugins-base.
7955
7956 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7957
7958         * ext/annodex/Makefile.am:
7959           Fix CFLAGS/LIBS.
7960
7961         * ext/cdio/gstcdiocddasrc.c:
7962         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7963           Include stdlib
7964
7965         * ext/cairo/Makefile.am:
7966         * gst/videofilter/Makefile.am:
7967         * tests/examples/level/Makefile.am:
7968           Use $(LIBM) instead of -lm
7969
7970 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7971
7972         * sys/v4l2/gstv4l2src.c:
7973           Add another example pipeline.
7974
7975 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7976
7977         Patch by: Alexander Eichner <alexeichi@yahoo.de>
7978
7979         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7980           Use define here.
7981
7982         * sys/v4l2/gstv4l2tuner.c:
7983         (gst_v4l2_tuner_set_frequency_and_notify):
7984           Don't touch the property - its still disabled.
7985
7986         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
7987         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
7988         * sys/v4l2/v4l2src_calls.h:
7989           Improve fallback format negotionation. Fixes #451388
7990
7991 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7992
7993         * tests/check/elements/videocrop.c: (GST_START_TEST):
7994           Fix the test.
7995
7996 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7997
7998         * docs/plugins/Makefile.am:
7999         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8000         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8001         * docs/plugins/inspect/plugin-jpeg.xml:
8002         * docs/plugins/inspect/plugin-png.xml:
8003         * ext/jpeg/gstjpegdec.c:
8004         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8005         (gst_pngdec_sink_setcaps):
8006           More docs. More logs in pngdec.
8007
8008 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8009
8010         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8011           Initialize num_buffers with minimum value.
8012
8013         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8014         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8015           Handle frame-size query failure gracefully.
8016
8017 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8018
8019         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8020         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8021         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8022         of qt/aac files.
8023
8024 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8025
8026         * ext/wavpack/gstwavpackdec.c:
8027         (gst_wavpack_dec_clip_outgoing_buffer):
8028         Fix buffer clipping to correctly clip to the segment stop.
8029
8030 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8031
8032         * configure.ac:
8033         * tests/Makefile.am:
8034         Remove bogus check for libcheck, since we check for
8035         gstreamer-check and it pulls in the required info from there,
8036         and we weren't actually _using_ the information for libcheck
8037         ourselves anyway.
8038
8039 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8040
8041         * configure.ac:
8042           Use pkg-config to locate check.
8043
8044 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8045
8046         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8047         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8048         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8049         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8050         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8051         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8052         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8053         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8054         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8055         * gst/effectv/gstrev.c: (gst_revtv_transform):
8056         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8057         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8058         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8059         * gst/matroska/matroska-demux.c:
8060         (gst_matroska_demux_add_wvpk_header),
8061         (gst_matroska_demux_check_subtitle_buffer),
8062         (gst_matroska_decode_buffer):
8063         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8064           Fix build against core CVS.
8065
8066 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8067
8068         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8069         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8070         don't have enough granularity to convert that boolean into a
8071         GstFlowReturn.
8072
8073 2007-07-06  Michael Smith <msmith@fluendo.com>
8074
8075         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8076         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8077         (gst_alawdec_change_state):
8078         * gst/law/alaw-decode.h:
8079         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8080         (gst_mulawdec_class_init), (gst_mulawdec_init),
8081         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8082         * gst/law/mulaw-decode.h:
8083           Fix capsnego bogosity in *law decoders. 
8084
8085 2007-07-06  Michael Smith <msmith@fluendo.com>
8086
8087         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8088         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8089         (gst_smokeenc_change_state):
8090         * ext/jpeg/gstsmokeenc.h:
8091           Remove stupidity in get/set caps functions.
8092           Fix some refcounting problems.
8093
8094 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8095
8096         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8097         Remove endianness-flipping hack that seems to have been required
8098         only because of a bug in ffmpegcolorspace.
8099         Partially Fixes: #451908
8100
8101 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8102
8103         * docs/plugins/Makefile.am:
8104           Simplify --extra-dir as gtkdoc scans recursively.
8105
8106 2007-07-03  Wim Taymans  <wim@fluendo.com>
8107
8108         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8109
8110         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8111         Set the encoding-name in the rtp caps to all uppercase, as required by
8112         the caps spec.
8113         Some small cleanups in the error paths. Fixes #453037.
8114
8115 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8116
8117         * ext/wavpack/gstwavpackparse.c:
8118         (gst_wavpack_parse_index_get_last_entry),
8119         (gst_wavpack_parse_index_get_entry_from_sample),
8120         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8121         (gst_wavpack_parse_scan_to_find_sample):
8122         * ext/wavpack/gstwavpackparse.h:
8123         Use a GSList for the GArray that is used like a list anyway.
8124
8125 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8126
8127         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8128         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8129         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8130           Add state change function where we set 0/1 as default framerate in
8131           case our setcaps function isn't called, like it might not in a
8132           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8133           gdkpixbufdec trying to create caps with a 0/0 framerate.
8134           Also post an error message on the bus if gst_pad_push() fails when
8135           called from our sink event handler (+1 for flow returns for event
8136           functions in 0.11) instead of failing silently.
8137
8138 2007-06-27  Wim Taymans  <wim@fluendo.com>
8139
8140         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8141         Cast stack args to the proper types. Fixes #451249.
8142
8143 2007-06-27  Wim Taymans  <wim@fluendo.com>
8144
8145         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8146         (new_session_pad), (gst_rtspsrc_setup_streams):
8147         * gst/rtsp/gstrtspsrc.h:
8148         For container formats we only need to activate one of the streams so
8149         that we correctly signal no-more-pads. Fixes #451015.
8150
8151 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8152
8153         * docs/plugins/gst-plugins-good-plugins.args:
8154         * docs/plugins/inspect/plugin-aasink.xml:
8155         * docs/plugins/inspect/plugin-alaw.xml:
8156         * docs/plugins/inspect/plugin-alpha.xml:
8157         * docs/plugins/inspect/plugin-alphacolor.xml:
8158         * docs/plugins/inspect/plugin-annodex.xml:
8159         * docs/plugins/inspect/plugin-apetag.xml:
8160         * docs/plugins/inspect/plugin-audiofx.xml:
8161         * docs/plugins/inspect/plugin-auparse.xml:
8162         * docs/plugins/inspect/plugin-autodetect.xml:
8163         * docs/plugins/inspect/plugin-avi.xml:
8164         * docs/plugins/inspect/plugin-cacasink.xml:
8165         * docs/plugins/inspect/plugin-cairo.xml:
8166         * docs/plugins/inspect/plugin-cdio.xml:
8167         * docs/plugins/inspect/plugin-cutter.xml:
8168         * docs/plugins/inspect/plugin-debug.xml:
8169         * docs/plugins/inspect/plugin-efence.xml:
8170         * docs/plugins/inspect/plugin-effectv.xml:
8171         * docs/plugins/inspect/plugin-esdsink.xml:
8172         * docs/plugins/inspect/plugin-flac.xml:
8173         * docs/plugins/inspect/plugin-flxdec.xml:
8174         * docs/plugins/inspect/plugin-gconfelements.xml:
8175         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8176         * docs/plugins/inspect/plugin-goom.xml:
8177         * docs/plugins/inspect/plugin-halelements.xml:
8178         * docs/plugins/inspect/plugin-icydemux.xml:
8179         * docs/plugins/inspect/plugin-id3demux.xml:
8180         * docs/plugins/inspect/plugin-jpeg.xml:
8181         * docs/plugins/inspect/plugin-ladspa.xml:
8182         * docs/plugins/inspect/plugin-level.xml:
8183         * docs/plugins/inspect/plugin-matroska.xml:
8184         * docs/plugins/inspect/plugin-mulaw.xml:
8185         * docs/plugins/inspect/plugin-multipart.xml:
8186         * docs/plugins/inspect/plugin-navigationtest.xml:
8187         * docs/plugins/inspect/plugin-ossaudio.xml:
8188         * docs/plugins/inspect/plugin-png.xml:
8189         * docs/plugins/inspect/plugin-quicktime.xml:
8190         * docs/plugins/inspect/plugin-rtp.xml:
8191         * docs/plugins/inspect/plugin-rtsp.xml:
8192         * docs/plugins/inspect/plugin-smpte.xml:
8193         * docs/plugins/inspect/plugin-speex.xml:
8194         * docs/plugins/inspect/plugin-taglib.xml:
8195         * docs/plugins/inspect/plugin-udp.xml:
8196         * docs/plugins/inspect/plugin-videobalance.xml:
8197         * docs/plugins/inspect/plugin-videobox.xml:
8198         * docs/plugins/inspect/plugin-videocrop.xml:
8199         * docs/plugins/inspect/plugin-videoflip.xml:
8200         * docs/plugins/inspect/plugin-videomixer.xml:
8201         * docs/plugins/inspect/plugin-wavenc.xml:
8202         * docs/plugins/inspect/plugin-wavparse.xml:
8203         * docs/plugins/inspect/plugin-ximagesrc.xml:
8204           Update docs with caps info.
8205
8206 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8207
8208         * po/POTFILES.in:
8209           Add more files with translatable strings (#450878).
8210
8211 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8212
8213         * MAINTAINERS:
8214         Updating all the maintainers files
8215
8216 2007-06-22  Edward Hervey  <edward@fluendo.com>
8217
8218         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8219         * gst/interleave/deinterleave.c: (deinterleave_init),
8220         (deinterleave_sink_link):
8221         * gst/interleave/interleave.c: (interleave_init):
8222         * gst/median/gstmedian.c: (gst_median_init):
8223         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8224         Fix memory leaks.
8225         * tests/check/elements/id3demux.c: (pad_added_cb):
8226         Remove unused variable.
8227
8228 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8229
8230         * ext/gconf/gconf.h:
8231         Make the prototype of gst_gconf_get_key_for_sink_profile
8232         match the implementation.
8233         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8234         Fixes: #449747
8235
8236 2007-06-20  Michael Smith <msmith@fluendo.com>
8237
8238         * gst/rtp/gstrtpdepay.c:
8239           Fix description - rtpdepay is not a payloader.
8240
8241 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8242
8243         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8244         (qtdemux_video_caps):
8245         * gst/qtdemux/qtdemux_fourcc.h:
8246           Add MJPG to the variants of motion jpeg.
8247
8248 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8249
8250         * tests/check/Makefile.am:
8251         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8252         * tests/check/elements/videocrop.c: (GST_START_TEST):
8253         * tests/check/elements/videofilter.c:
8254         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8255         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8256           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8257           error flags are included and it errors out on compiler warnings
8258           for CVS builds; remove unused variables in various unit tests.
8259
8260 2007-06-19  Wim Taymans  <wim@fluendo.com>
8261
8262         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8263         (rtsp_connection_close), (rtsp_connection_free):
8264         Use threadsafe inet_ntop to convert an ip number to a string. 
8265         Fixes #447961.
8266         Don't leak fd (and ip) when freeing a connection without first closing
8267         it.
8268
8269 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8270
8271         * configure.ac:
8272         Back to CVS
8273
8274         * gst-plugins-good.doap:
8275         Add 0.10.6 to the doap file.
8276
8277 === release 0.10.6 ===
8278
8279 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8280
8281         * configure.ac:
8282           releasing 0.10.6, "Wobble Board"
8283
8284 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8285
8286         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8287         (rtsp_connection_free):
8288           Revert previous commit again, since we are frozen (sorry).
8289
8290 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8291
8292         Patch by: Peter Kjellerstedt <pkj at axis com>
8293
8294         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8295         (rtsp_connection_free):
8296           inet_ntoa() uses a static buffer internally, so we need to copy the
8297           returned string if we want to store it for later (#447961).
8298
8299 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8300
8301         * win32/vs6/autogen.dsp:
8302         * win32/vs6/gst_plugins_good.dsw:
8303         * win32/vs6/libgstalaw.dsp:
8304         * win32/vs6/libgstalpha.dsp:
8305         * win32/vs6/libgstalphacolor.dsp:
8306         * win32/vs6/libgstapetag.dsp:
8307         * win32/vs6/libgstaudiofx.dsp:
8308         * win32/vs6/libgstauparse.dsp:
8309         * win32/vs6/libgstautodetect.dsp:
8310         * win32/vs6/libgstavi.dsp:
8311         * win32/vs6/libgstcutter.dsp:
8312         * win32/vs6/libgstdirectdraw.dsp:
8313         * win32/vs6/libgstdirectsound.dsp:
8314         * win32/vs6/libgsteffectv.dsp:
8315         * win32/vs6/libgstflx.dsp:
8316         * win32/vs6/libgstgoom.dsp:
8317         * win32/vs6/libgsticydemux.dsp:
8318         * win32/vs6/libgstid3demux.dsp:
8319         * win32/vs6/libgstinterleave.dsp:
8320         * win32/vs6/libgstjpeg.dsp:
8321         * win32/vs6/libgstlevel.dsp:
8322         * win32/vs6/libgstmatroska.dsp:
8323         * win32/vs6/libgstmedian.dsp:
8324         * win32/vs6/libgstmonoscope.dsp:
8325         * win32/vs6/libgstmulaw.dsp:
8326         * win32/vs6/libgstmultipart.dsp:
8327         * win32/vs6/libgstqtdemux.dsp:
8328         * win32/vs6/libgstrtp.dsp:
8329         * win32/vs6/libgstrtsp.dsp:
8330         * win32/vs6/libgstsmpte.dsp:
8331         * win32/vs6/libgstspeex.dsp:
8332         * win32/vs6/libgstudp.dsp:
8333         * win32/vs6/libgstvideobalance.dsp:
8334         * win32/vs6/libgstvideobox.dsp:
8335         * win32/vs6/libgstvideocrop.dsp:
8336         * win32/vs6/libgstvideoflip.dsp:
8337         * win32/vs6/libgstvideomixer.dsp:
8338         * win32/vs6/libgstwaveform.dsp:
8339         * win32/vs6/libgstwavenc.dsp:
8340         * win32/vs6/libgstwavparse.dsp:
8341         Mark *.dsp & *.dsw as binary files and convert to DOS line
8342         endings, as they don't load into VS6 correctly otherwise.
8343
8344 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8345
8346         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8347         (rtsp_connection_connect):
8348         Fix the MingW build. 
8349         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8350         Fixes: #446981
8351
8352 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8353
8354         * tests/check/elements/.cvsignore:
8355         * tests/icles/.cvsignore:
8356         Hush the buildbots up
8357
8358 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8359
8360         * configure.ac:
8361         * sys/Makefile.am:
8362         * sys/directdraw/Makefile.am:
8363         * sys/directsound/Makefile.am:
8364         * sys/waveform/Makefile.am:
8365         Make sure to dist everything needed for win32 builds.
8366
8367 2007-06-14  Edward Hervey  <edward@fluendo.com>
8368
8369         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8370         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8371         caps.
8372         Fixes #447458
8373
8374 2007-06-13  Wim Taymans  <wim@fluendo.com>
8375
8376         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8377         Make sure we allocate enough memory for the codec_data.
8378         Fixes #447210.
8379
8380 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8381
8382         * win32/MANIFEST:
8383         Add videocrop project file to the win32 manifest.
8384         * win32/vs6/gst_plugins_good.dsw:
8385         Add qtdemux,videocrop and waveform projects to the workspace.
8386         * win32/vs6/libgstqtdemux.dsp:
8387         Add zlib to the link list of qtdemux.
8388         * win32/vs6/libgstvideocrop.dsp:
8389         Add a project file for videocrop.
8390
8391 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8392
8393         * po/POTFILES.in:
8394         Add qtdemux for translation
8395
8396 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8397
8398         * configure.ac:
8399         * docs/plugins/Makefile.am:
8400         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8401         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8402         * docs/plugins/inspect/plugin-videocrop.xml:
8403         * gst-plugins-good.spec.in:
8404         * sys/Makefile.am:
8405         * tests/check/Makefile.am:
8406         * tests/icles/Makefile.am:
8407         * tests/icles/videocrop-test.c:
8408         Move videocrop and osxvideo from -bad.
8409
8410 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8411
8412         * configure.ac:
8413         * docs/plugins/Makefile.am:
8414         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8415         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8416         * docs/plugins/gst-plugins-good-plugins.args:
8417         * docs/plugins/inspect/plugin-qtdemux.xml:
8418         * docs/plugins/inspect/plugin-quicktime.xml:
8419         * win32/MANIFEST:
8420         Move qtdemux from -bad.
8421
8422         * gst-plugins-good.spec.in:
8423         Update spec file to reflect moving of qtdemux and wavpack
8424
8425 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8426         
8427         * win32/MANIFEST:
8428         * docs/plugins/Makefile.am:
8429         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8430         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8431         * docs/plugins/inspect/plugin-directdraw.xml:
8432         * docs/plugins/inspect/plugin-directsound.xml:
8433         * docs/plugins/inspect/plugin-waveform.xml:
8434         Move the waveform plugin from -bad too. Update the inspect xml
8435         files to mention Plugins Good instead of Plugins Bad.
8436
8437 2007-06-12  Andy Wingo  <wingo@pobox.com>
8438
8439         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8440         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8441         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8442         finalization and resuscitation. No longer public.
8443         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8444         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8445         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8446         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8447         miniobject semantics, and be threadsafe.
8448         (gst_v4l2src_queue_frame): Remove this function, as we just call
8449         the ioctls directly in the two places where we queue buffers.
8450         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8451         directly.
8452         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8453         to allocate the pool, which also preallocates the GstBuffers.
8454         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8455         queueing the frames directly.
8456         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8457         mmap buffers have been dequeued.
8458
8459         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8460         real MiniObject instead of rolling our own refcounting and
8461         finalizing. Give it a lock.
8462         (struct _GstV4l2Buffer): Remove one intermediary object, having
8463         the buffers hold the struct v4l2_buffer directly.
8464
8465         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8466         capture_init so that it can set them on the buffers that it will
8467         create.
8468         (gst_v4l2src_get_read): For better or for worse, include the
8469         timestamping and offsetting code here; really we should be using
8470         bufferalloc though.
8471         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8472         preallocated, mmap'd buffers.
8473
8474 2007-06-11  Wim Taymans  <wim@fluendo.com>
8475
8476         Patch by: daniel fischer <dan at f3c dot com>
8477
8478         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8479         (gst_ximage_src_get_caps):
8480         Actually use the display_name property so that we can dump any
8481         available X display. Fixes #445905.
8482
8483 2007-06-11  Wim Taymans  <wim@fluendo.com>
8484
8485         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8486
8487         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8488         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8489         Add missing rate fields to caps. Fixes #441118.
8490
8491 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8492
8493         * win32/vs6/gst_plugins_good.dsw:
8494         * win32/vs8/gst-plugins-good.sln:
8495         Add DirectSound and DirectDraw sinks project files to
8496         workspace and solution files.
8497
8498 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8499
8500         Patch by: Josh Coalson <xflac at yahoo dot com>,
8501         updated by Alexis Ballier <aballier at gentoo dot org>:
8502
8503         * configure.ac:
8504         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8505         (gst_flac_dec_setup_seekable_decoder),
8506         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8507         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8508         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8509         * ext/flac/gstflacdec.h:
8510         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8511         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8512         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8513         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8514         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8515         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8516         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8517         * ext/flac/gstflacenc.h:
8518         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8519         
8520 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8521
8522         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8523         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8524         not necessary anymore as we need at least that core version. 
8525
8526 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8527
8528         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8529         (gst_wavpack_dec_chain):
8530         * ext/wavpack/gstwavpackdec.h:
8531         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8532         (gst_wavpack_parse_push_buffer):
8533         * ext/wavpack/gstwavpackparse.h:
8534         Improve discont handling by checking if the next Wavpack block has
8535         the expected, following block index.
8536
8537 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8538
8539         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8540           Fix element description.
8541
8542 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8543
8544         * configure.ac:
8545         * docs/plugins/Makefile.am:
8546         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8547         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8548         * docs/plugins/gst-plugins-good-plugins.args:
8549         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8550         * docs/plugins/gst-plugins-good-plugins.signals:
8551         * docs/plugins/inspect/plugin-autodetect.xml:
8552         * docs/plugins/inspect/plugin-gconfelements.xml:
8553         * docs/plugins/inspect/plugin-ladspa.xml:
8554         * docs/plugins/inspect/plugin-rtp.xml:
8555         * docs/plugins/inspect/plugin-wavpack.xml:
8556         * ext/Makefile.am:
8557         * tests/check/Makefile.am:
8558           move wavpack plugin.  See #352605.
8559
8560 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8561
8562         * configure.ac:
8563         * docs/plugins/Makefile.am:
8564         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8565         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8566         * docs/plugins/gst-plugins-good-plugins.args:
8567         * sys/Makefile.am:
8568         * win32/MANIFEST:
8569         Add DirectDraw & DirectSound plugins to the build and docs.
8570
8571 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8572
8573         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8574         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8575           When operating in pull mode, error out correct on not-linked.
8576
8577 2007-06-06  Andy Wingo  <wingo@pobox.com>
8578
8579         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8580         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8581         format and size if the ioctls are defined; should fix compilation
8582         on Linux < 2.16.19.
8583
8584 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
8585
8586         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8587           Printf fixes in debug statements; use LOG level for debug statements
8588           that are printed for each and every frame; convert c++ comments to
8589           C-style comments; not much point using g_try_malloc() if we then not
8590           even check the return value.
8591
8592 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8593
8594         * configure.ac:
8595           Bump requirements to released versions (core and base 0.10.13).
8596
8597         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
8598           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8599           own implementation.
8600
8601 2007-06-05  Andy Wingo  <wingo@pobox.com>
8602
8603         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
8604         some useless comments.
8605
8606         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
8607         frames before calling STREAMON, that might leave them in a state
8608         where they can't be dequeued if we go back to NULL without calling
8609         STREAMON, according to the docs.
8610         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
8611         before we call STREAMON.
8612         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
8613         failures. (For me this code hung.) The pool refcounting is still
8614         crack; added a note to that effect.
8615
8616 2007-06-05  Wim Taymans  <wim@fluendo.com>
8617
8618         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8619         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
8620         Add support for mapping gst structure names to the MIME type equivalent.
8621         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
8622
8623 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
8624
8625         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8626         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
8627         (gst_wavenc_chain), (gst_wavenc_change_state):
8628         * gst/wavenc/gstwavenc.h:
8629         Properly write wav files with width!=depth by having the depth most
8630         significant bytes set and all others zero. Fixes #442535.
8631
8632 2007-06-01  Wim Taymans  <wim@fluendo.com>
8633
8634         * gst/rtsp/rtspconnection.c:
8635         Add include to make buildbot happy.
8636
8637 2007-06-01  Wim Taymans  <wim@fluendo.com>
8638
8639         Patch by: Peter Kjellerstedt  <pkj at axis com>
8640
8641         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8642         (rtsp_connection_connect), (add_date_header),
8643         (rtsp_connection_send), (parse_response_status),
8644         (parse_request_line), (parse_line), (rtsp_connection_receive):
8645         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
8646         * gst/rtsp/rtspdefs.h:
8647         * gst/rtsp/rtspmessage.c: (key_value_foreach),
8648         (rtsp_message_init_request), (rtsp_message_init_response),
8649         (rtsp_message_remove_header), (rtsp_message_append_headers),
8650         (rtsp_message_dump):
8651         * gst/rtsp/rtspmessage.h:
8652         Improves version checking, allowing an RTSP server to reply with "505
8653         RTSP Version not supported.
8654         Adds a Date header to all messages.
8655         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
8656         want to be able to send a response even if something in the request was
8657         invalid. EINVAL is only used when passing wrong arguments to functions.
8658         Do not handle an invalid method in parse_request_line(). Defer this to
8659         the caller so it can respond with "405 Method Not Allowed".
8660         Improves parsing of the timeout parameter to the Session header,
8661         allowing whitespace after the semicolon. 
8662         Avoids a compiler warning due to variables shadowing a function argument.
8663
8664 2007-06-01  Wim Taymans  <wim@fluendo.com>
8665
8666         Based on Patch by: Daniel Charles <dcharles at ti dot com>
8667
8668         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8669         (gst_rtp_amr_depay_process):
8670         * gst/rtp/gstrtpamrdepay.h:
8671         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
8672         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
8673         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
8674         * gst/rtp/gstrtpamrpay.h:
8675         Add support for AMR-WB.
8676         Small cleanups such as using BOILERPLATE.
8677
8678 2007-05-31  Wim Taymans  <wim@fluendo.com>
8679
8680         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
8681         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
8682
8683 2007-05-30  Andy Wingo  <wingo@pobox.com>
8684
8685         * sys/v4l2/gstv4l2object.h: 
8686         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
8687         unintended changes.
8688
8689         * sys/v4l2/v4l2src_calls.h: 
8690         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
8691         the format list in the order that the driver gives it to us.
8692         (gst_v4l2src_probe_caps_for_format_and_size)
8693         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
8694         based on the capabilities of the device.
8695         (gst_v4l2src_grab_frame): Update for object variable renaming.
8696         (gst_v4l2src_set_capture): Update to be strict in its parameters,
8697         as in the set_caps below.
8698         (gst_v4l2src_capture_init): Update for object variable renaming,
8699         and reflow.
8700         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
8701         (gst_v4l2src_capture_deinit): Update for object variable renaming.
8702         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
8703         (gst_v4l2src_get_fps): Remove; these functions don't have much
8704         meaning outside of an atomic set_caps method.
8705         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
8706         known.
8707
8708         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
8709         call to update_fps; not sure about this change.
8710         (gst_v4l2_tuner_set_norm): Work around the fact that for the
8711         moment we don't have an update_fps_func.
8712
8713         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
8714         structures in the object, just store what we need. Do store the
8715         probed caps of the device. Don't store the current frame rate.
8716
8717         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
8718         update_fps_function, for now. Update for new object variable
8719         naming.
8720         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
8721         new object variable naming.
8722         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
8723         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
8724         (gst_v4l2src_get_caps): Rework to probe the device for supported
8725         frame sizes and frame rates.
8726         (gst_v4l2src_set_caps): Rework to be strict in the given
8727         parameters: if someone asks us to have a certain size and rate,
8728         that is what we configure.
8729         (gst_v4l2src_get_read): Update for object variable naming. Don't
8730         leak buffers on short reads.
8731         (gst_v4l2src_get_mmap): Update for object variable naming, and add
8732         comments.
8733         (gst_v4l2src_create): Update for object variable naming.
8734
8735 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8736
8737         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
8738         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
8739         * gst/avi/gstavidemux.h:
8740           Parse subtitle text streams instead of erroring out (#442034). Still
8741           needs a parser for the subtitles to actually show up.
8742
8743 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8744
8745         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
8746         (gst_avi_demux_loop):
8747           Make _push_event() return TRUE if the event could be pushed on at
8748           least one pad and not only if it could be pushed on all pads,
8749           otherwise we'll end up posting an error message on EOS if one or
8750           more source pads are not connected.
8751
8752 2007-05-28  Wim Taymans  <wim@fluendo.com>
8753
8754         * gst/rtsp/rtsptransport.c:
8755         Use renamed RTP bin.
8756
8757 2007-05-28  Wim Taymans  <wim@fluendo.com>
8758
8759         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
8760
8761         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8762         (gst_video_box_set_property), (gst_video_box_transform_caps),
8763         (video_box_recalc_transform), (gst_video_box_set_caps),
8764         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8765         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8766         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8767         (gst_video_box_i420_i420), (gst_video_box_transform),
8768         (plugin_init):
8769         Add AYUV->AYUV and AYUV->I420 formats. 
8770         Fix negotiation and I420->AYUV conversion.
8771         Fixes #429329.
8772
8773 2007-05-26  Wim Taymans  <wim@fluendo.com>
8774
8775         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8776         Use different variables for nested for loops so that the outer loop
8777         functions properly and speex files with multiple frames per buffer work
8778         properly.
8779         Fixes #441408.
8780
8781 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8782
8783         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8784           Don't leak newsegment events.
8785
8786 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8787
8788         * gst/wavparse/Makefile.am:
8789           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8790           drags it in.
8791
8792 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8793
8794         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8795         (notgst_value_array_append_buffer),
8796         (gst_flac_enc_process_stream_headers),
8797         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8798         (gst_flac_enc_change_state):
8799         * ext/flac/gstflacenc.h:
8800           Collect headers, add "streamheader" field to output caps and set
8801           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8802           produces output according to the official FLAC-to-Ogg mapping
8803           instead of completely broken files. Fixes #426044.
8804
8805 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8806
8807         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8808         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8809         (gst_id3demux_sink_event):
8810         * gst/id3demux/gstid3demux.h:
8811         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8812         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8813         (gst_tag_demux_send_new_segment):
8814         Handle and adjust new-segment events so that downstream really
8815         sees a stream with the tag pieces stripped off the front and back.
8816         Fixes strangeness in seeking when mp3 decoders use the new-segment
8817         byte position to estimate their current playback position timestamp
8818         and then the arriving buffers don't match up.
8819
8820 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8821
8822         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8823           Don't unnecessarily perform a READY->NULL->READY transition on the
8824           detected audio sink when starting up. Fixes: #440127
8825
8826 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8827
8828         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8829         (gst_flac_enc_chain):
8830           Don't crash in chain function if setcaps hasn't been called.
8831
8832 2007-05-24  Wim Taymans  <wim@fluendo.com>
8833
8834         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8835         Init value to avoid infinte loops.
8836
8837 2007-05-24  Wim Taymans  <wim@fluendo.com>
8838
8839         Patch by: Peter Kjellerstedt  <pkj at axis com>
8840
8841         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8842         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8843         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8844         (gst_rtspsrc_play):
8845         (rtsp_connection_send), (rtsp_connection_receive):
8846         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8847         Fix for new API.
8848
8849         * gst/rtsp/rtspconnection.c: (add_auth_header),
8850         Only add authorisation and session headers when sending messages.
8851
8852         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8853         (rtsp_message_init_request), (rtsp_message_init_response),
8854         (rtsp_message_unset), (rtsp_message_add_header),
8855         (rtsp_message_remove_header), (rtsp_message_get_header),
8856         (rtsp_message_append_headers), (dump_key_value),
8857         (rtsp_message_dump):
8858         * gst/rtsp/rtspmessage.h:
8859         Add support for multiple headers of the same type by storing the parsed
8860         headers in a GArray instaed of a hashtable.
8861
8862 2007-05-21  Wim Taymans  <wim@fluendo.com>
8863
8864         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8865         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8866         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8867         safer shutdown.
8868
8869 2007-05-21  Wim Taymans  <wim@fluendo.com>
8870
8871         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8872         * gst/rtsp/gstrtpdec.h:
8873         Added signal for backwards compat.
8874
8875 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8876         
8877         Patch by: René Stadler <mail at renestadler dot de>
8878
8879         * configure.ac:
8880         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8881         (gst_au_parse_parse_header), (gst_au_parse_chain):
8882         * gst/auparse/gstauparse.h:
8883         Use audioconvert for converting from non-native endianness floats
8884         in auparse instead of doing it ourself. Fixes #424527.
8885         This needs the audioconvert from plugins-base CVS.
8886         
8887 2007-05-21  Wim Taymans  <wim@fluendo.com>
8888
8889         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8890         (gst_rtp_h263p_pay_flush):
8891         Fix enum registration.
8892
8893 2007-05-21  Wim Taymans  <wim@fluendo.com>
8894
8895         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8896
8897         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8898         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
8899         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
8900         (gst_rtp_h263p_pay_flush):
8901         * gst/rtp/gstrtph263ppay.h:
8902         Add new fragmentation mode base on GOB headers. Fixes #438940.
8903
8904 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
8905
8906         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
8907           Printf format fix.
8908
8909 2007-05-18  Wim Taymans  <wim@fluendo.com>
8910
8911         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8912         Don't crash when an unsupported transport error was returned by the
8913         server, just try to configure the next stream. Fixes #439255.
8914
8915 2007-05-18  Wim Taymans  <wim@fluendo.com>
8916
8917         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8918         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8919         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
8920         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8921         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
8922         * gst/rtsp/gstrtspsrc.h:
8923         Add TCP timeout property and use it for all TCP connection.
8924
8925         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8926         (rtsp_connection_write), (rtsp_connection_next_timeout),
8927         (rtsp_connection_reset_timeout):
8928         Make connect and writes cancelable and make them use the timeout.
8929
8930 2007-05-18  Wim Taymans  <wim@fluendo.com>
8931
8932         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8933         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8934         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8935         (gst_rtspsrc_setup_streams):
8936         Refactor timeout handling.
8937         Also send keep-alive when dealing with TCP transport.
8938
8939         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8940         (rtsp_connection_free), (rtsp_connection_next_timeout),
8941         (rtsp_connection_reset_timeout):
8942         * gst/rtsp/rtspconnection.h:
8943         Use a timer to handle the session timeouts, add some methods to deal
8944         with timeouts.
8945
8946 2007-05-17  Wim Taymans  <wim@fluendo.com>
8947
8948         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8949         (gst_rtspsrc_setup_streams):
8950         Ignore streams that fail the setup command, we will retry with a
8951         different transport later on.
8952
8953         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8954         (rtsp_ext_wms_configure_stream):
8955         Fix encoding name case.
8956
8957 2007-05-16  Edward Hervey  <edward@fluendo.com>
8958
8959         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
8960         Fix build on macosx.
8961
8962 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
8963
8964         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
8965         Replace direct comparison of a string with the string literal "" with
8966         a comparison of the first character with '\0'. Fixes #438926.
8967
8968 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8969
8970         * gst/debug/breakmydata.c (gst_break_my_data_init):
8971           One more try. This should be the proper fix now.
8972
8973 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8974
8975         * gst/debug/breakmydata.c:
8976           Ooops, no // comments please.
8977
8978 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8979
8980         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
8981         (gst_break_my_data_init):
8982           Fix gst_buffer_is_writable() assertion.
8983
8984 2007-05-14  David Schleef  <ds@schleef.org>
8985
8986         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
8987           video/x-raw-bayer.  Fixes #314160.
8988
8989 2007-05-14  Wim Taymans  <wim@fluendo.com>
8990
8991         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
8992         (gst_rtp_theora_depay_parse_configuration):
8993         * gst/rtp/gstrtptheorapay.c: (encode_base64),
8994         (gst_rtp_theora_pay_finish_headers),
8995         (gst_rtp_theora_pay_handle_buffer):
8996         Update theora pay/depayloader in a similar to vorbis.
8997
8998         * gst/rtp/gstrtpvorbisdepay.c:
8999         (gst_rtp_vorbis_depay_parse_configuration):
9000         Update docs.
9001
9002 2007-05-14  Wim Taymans  <wim@fluendo.com>
9003
9004         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9005         When we try to execute a method that is not supported by the server,
9006         don't error out but remove the method from the accepted methods so that
9007         we never try to perform this method again.
9008
9009 2007-05-14  Wim Taymans  <wim@fluendo.com>
9010
9011         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9012         Remove annoying _dump_mem.
9013
9014 2007-05-14  Wim Taymans  <wim@fluendo.com>
9015
9016         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9017         Parse range correctly.
9018
9019         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9020         The baseurl now always has a '/' at the start.
9021
9022 2007-05-14  Wim Taymans  <wim@fluendo.com>
9023
9024         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9025         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9026         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9027         Factor out caps configuration and configure more stuff such as the time
9028         ranges and speed/scale values.
9029
9030         * gst/rtsp/rtsptransport.c:
9031         Add Copyright after non-trival fixes.
9032
9033 2007-05-12  Wim Taymans  <wim@fluendo.com>
9034
9035         Patch by: Peter Kjellerstedt  <pkj at axis com>
9036
9037         * gst/rtsp/gstrtspsrc.h:
9038         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9039         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9040         (rtsp_message_get_header):
9041         * gst/rtsp/rtspmessage.h:
9042         Make channel guint8 where possible.
9043         Make rtsp_message_init_data() take the channel as a guint8.
9044
9045         * gst/rtsp/rtspdefs.c:
9046         Fixed a typo: Timout -> Timeout
9047
9048         * gst/rtsp/rtspdefs.h:
9049         Make RTSP_CHECK() behave as a statement.
9050
9051         * gst/rtsp/sdpmessage.c:
9052         Avoid a compiler warning in INIT_ARRAY().
9053         Fixes #437692.
9054
9055 2007-05-12  Wim Taymans  <wim@fluendo.com>
9056
9057         Patch by: Peter Kjellerstedt  <pkj at axis com>
9058
9059         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9060         (rtsp_url_get_request_uri):
9061         * gst/rtsp/rtspurl.h:
9062         Add support for query parameters to RTSP URLs.
9063
9064 2007-05-12  Wim Taymans  <wim@fluendo.com>
9065
9066         Patch by: Peter Kjellerstedt  <pkj at axis com>
9067
9068         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9069         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9070         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9071         (rtsp_transport_parse), (rtsp_transport_as_text):
9072         * gst/rtsp/rtsptransport.h:
9073         Add validation to rtsp_transport_parse().
9074         Add rtsp_transport_as_text() to generate an RTSP header from an
9075         RTSPTransport.
9076         Change ssrc to guint (was a string) since that is what it is, even
9077         though it is sent as a hex string.
9078         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9079         incorrect, which can be seen when looking at the examples in the RFC).
9080         Fixes #437670.
9081
9082 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9083
9084         Patch by: Eric Anholt
9085
9086         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9087           gst_ximage_src_ximage_get):
9088         Use union of all damage between frames to make it faster.
9089         Fixes bug #342463.
9090         Also fix crasher when cursor is at bottom right of window.
9091
9092 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9093
9094         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9095           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9096           streaming mode regression for file from #343837 with 'bext' chunk
9097           before the 'fmt' chunk.
9098
9099 2007-05-11  Wim Taymans  <wim@fluendo.com>
9100
9101         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9102         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9103         (gst_rtspsrc_handle_src_event),
9104         (gst_rtspsrc_stream_configure_manager),
9105         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9106         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9107         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9108         * gst/rtsp/gstrtspsrc.h:
9109         * gst/rtsp/rtspdefs.h:
9110         Preliminary seek support.
9111         Activate internal pads so that we can receive events on them.
9112         Don't try to parse a range string when it's NULL.
9113
9114 2007-05-11  Wim Taymans  <wim@fluendo.com>
9115
9116         * gst/rtp/README:
9117         Update README with new RTP variables that will be used for
9118         synchronisation.
9119
9120         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9121         (gst_rtp_vorbis_depay_parse_configuration),
9122         (gst_rtp_vorbis_depay_process):
9123         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9124         (gst_rtp_vorbis_pay_finish_headers),
9125         (gst_rtp_vorbis_pay_handle_buffer):
9126         Update vorbis pay and depayloader to draft-04.
9127
9128 2007-05-11  Wim Taymans  <wim@fluendo.com>
9129
9130         * gst/rtsp/rtsptransport.c:
9131         UDP MCAST is actually the default for RTP/AVP.
9132 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9133
9134         * gst/level/gstlevel.c: (gst_level_transform_ip):
9135         Use guint8 * instead of gpointer then vs6 can build 
9136         in_data += (filter->width / 8).
9137
9138 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9139
9140         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9141           gst_ximage_src_ximage_get):
9142         * sys/ximage/gstximagesrc.h (last_ximage):
9143         When using Damage actually keep the last frame, and not assume
9144         that the buffer we get already has the last frame on it.
9145         Copy the cursor over if we specify a non-zero start x and
9146         start y.
9147
9148 2007-05-11  Wim Taymans  <wim@fluendo.com>
9149
9150         * gst/rtsp/rtsptransport.c:
9151         Make UDP the default transport when not specified.
9152
9153 2007-05-09  David Schleef  <ds@schleef.org>
9154
9155         * gst/level/gstlevel.c:
9156           Revert last change.
9157
9158 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9159
9160         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9161         (gst_level_transform_ip):
9162         Use guint8 * instead of gpointer then vs6 know the size of data
9163         pointed when moving the pointer.
9164         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9165         Move instructions after variables declaration.
9166         * win32/vs6/autogen.dsp:
9167         * win32/vs6/libgstrtp.dsp:
9168         * win32/vs6/libgstrtsp.dsp:
9169         Update vs6 project files.
9170
9171 2007-05-09  Wim Taymans  <wim@fluendo.com>
9172
9173         * gst/rtsp/Makefile.am:
9174         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9175         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9176         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9177         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9178         (rtsp_range_free):
9179         * gst/rtsp/rtsprange.h:
9180         Add code to parse time ranges.
9181         Report DURATION on the stream when possible.
9182
9183 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9184
9185         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9186         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9187         (gst_videomixer_collected):
9188           Fix strides calculation for AYUV (it's just width*4) (#436910).
9189
9190 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9191
9192         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9193         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9194         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9195         Sync the GObject properties before each processing step to properly
9196         work with the controller.
9197
9198 2007-05-04  Wim Taymans  <wim@fluendo.com>
9199
9200         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9201         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9202         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9203         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9204         (gst_rtspsrc_change_state):
9205         Let more error state trickle down so that we can catch more error
9206         cases.
9207         Handle keep-alive a little smarter by selecting a method the server
9208         actually supports.
9209         Fix a race in UDP streaming shutdown.
9210
9211 2007-05-04  Wim Taymans  <wim@fluendo.com>
9212
9213         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9214         Ignore errors when trying to use the keep-alive messages.
9215
9216 2007-05-04  Wim Taymans  <wim@fluendo.com>
9217
9218         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9219         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9220         (gst_rtspsrc_stream_configure_manager),
9221         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9222         (gst_rtspsrc_stream_configure_mcast),
9223         (gst_rtspsrc_stream_configure_udp),
9224         (gst_rtspsrc_stream_configure_udp_sink),
9225         (gst_rtspsrc_stream_configure_transport):
9226         Send RTCP messages back to the server over the TCP connection.
9227
9228         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9229         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9230         (rtsp_connection_receive):
9231         * gst/rtsp/rtspconnection.h:
9232         Factor out and expose lowlevel _write and _read methods.
9233         Implement sending data messages to the server.
9234
9235 2007-05-03  Wim Taymans  <wim@fluendo.com>
9236
9237         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9238         (gst_multipart_mux_collected):
9239         Fix timestamps on outgoing buffers.
9240
9241 2007-05-03  Wim Taymans  <wim@fluendo.com>
9242
9243         * gst/multipart/multipartmux.c:
9244         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9245         (gst_multipart_mux_change_state):
9246         Emit NEWSEGMENT events before pushing the first buffer.
9247
9248 2007-05-03  Wim Taymans  <wim@fluendo.com>
9249
9250         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9251         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9252         (gst_rtspsrc_handle_src_query),
9253         (gst_rtspsrc_stream_configure_manager),
9254         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9255         (gst_rtspsrc_stream_configure_mcast),
9256         (gst_rtspsrc_stream_configure_udp),
9257         (gst_rtspsrc_stream_configure_udp_sink),
9258         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9259         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9260         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9261         (gst_rtspsrc_pause):
9262         Refactor transport configuration code.
9263         Create internal pads for TCP transport so that we can implement events
9264         and queries.
9265         Handle events and queries.
9266         Parse range from the SDP.
9267         Fix race in pause handler where the connection could still be flushing.
9268
9269 2007-05-02  Wim Taymans  <wim@fluendo.com>
9270
9271         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9272         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9273         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9274         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9275         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9276         (gst_rtspsrc_change_state):
9277         * gst/rtsp/gstrtspsrc.h:
9278         Fix race when multiple udp sources post timeouts, just act on the first
9279         received timeout.
9280         Protect stream list with a recursive lock to fix some races.
9281         Flush connection when we need to do a reconnect or stop.
9282         Make state lock recursive.
9283
9284         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9285         (rtsp_connection_close):
9286         Some small cleanups.
9287
9288 2007-05-02  Wim Taymans  <wim@fluendo.com>
9289
9290         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9291         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9292         Only set DISCONT when there actually is a discont or when we just
9293         started.
9294
9295 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9296
9297         * ext/flac/gstflac.c: (plugin_init):
9298         Call bindtextdomain() to get localized strings.
9299
9300 2007-05-02  Wim Taymans  <wim@fluendo.com>
9301
9302         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9303         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9304         (gst_wavparse_stream_data):
9305         * gst/wavparse/gstwavparse.h:
9306         Be a bit more clever when dealing with VBR files with FACT tags, we
9307         don't want to timestamp buffers in that case but the estimated BPS can
9308         be used for seeking.
9309         Only send close segment in the streaming thread.
9310
9311 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9312
9313         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9314         Correctly post an error on the bus if something went wrong in the loop
9315         function. This fixes a few cases where the task was paused and nothing
9316         happened anymore.
9317
9318 2007-05-02  Wim Taymans  <wim@fluendo.com>
9319
9320         * gst/rtsp/test.c: (main):
9321         Fix compilation of deprecated test just because I'm too lazy to delete
9322         it.
9323
9324 2007-05-02  Wim Taymans  <wim@fluendo.com>
9325
9326         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9327         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9328         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9329         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9330         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9331         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9332         * gst/rtsp/gstrtspsrc.h:
9333         Fix sending RTCP to the right place.
9334         Fix bug in reffing the wrong UDP element.
9335         Use new pad names for the session manager.
9336         Implement handling server requests in interleaved and UDP modes.
9337         Handle session keep-alive in UDP modes.
9338         Remove GCond for handling UDP timeouts.
9339
9340         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9341         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9342         (rtsp_connection_receive), (rtsp_connection_close):
9343         * gst/rtsp/rtspconnection.h:
9344         Store connection IP address for later.
9345         Add timeout args to all operations that might block forever.
9346         Parse session timeout.
9347         Only close sockets when not already closed.
9348
9349         * gst/rtsp/rtspdefs.c:
9350         * gst/rtsp/rtspdefs.h:
9351         Add timeout return value and error string.
9352
9353         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9354         Add small comment.
9355
9356 2007-05-01  Wim Taymans  <wim@fluendo.com>
9357
9358         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9359
9360         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9361         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9362         * gst/rtp/gstrtpmp4vpay.h:
9363         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9364
9365 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9366
9367         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9368           Remove v4l2src from docs, since it breaks the docs build, and the
9369           plugin is only built if --enable-experimental is used anyway.
9370
9371         * docs/plugins/Makefile.am:
9372           Spaces => tab.
9373
9374 2007-04-29  Wim Taymans  <wim@fluendo.com>
9375
9376         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9377         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9378         Add code to drop membership of a multicast group.
9379
9380         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9381         (gst_udpsink_set_uri):
9382         Implement URI handler.
9383
9384         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9385         (gst_rtspsrc_parse_rtpinfo):
9386         Use URI handler to make udpsink instace.
9387         Improve code to configure port and destination.
9388
9389 2007-04-29  Wim Taymans  <wim@fluendo.com>
9390
9391         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9392         Fix multicast detection.
9393         Don't try to join a multicast group if the address is not multicast.
9394
9395         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9396         Small debug improvement.
9397
9398 2007-04-27  Wim Taymans  <wim@fluendo.com>
9399
9400         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9401         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9402         (gst_rtspsrc_handle_message):
9403         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9404         parent.
9405
9406 2007-04-27  Wim Taymans  <wim@fluendo.com>
9407
9408         * gst/rtp/gstrtpilbcdepay.h:
9409         Fix mode property when specified as an arg.
9410
9411 2007-04-26  Edward Hervey  <edward@fluendo.com>
9412
9413         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9414         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9415         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9416         * docs/plugins/inspect/plugin-osxaudio.xml:
9417         Add documentation for osxaudio plugin.
9418
9419 2007-04-26  Wim Taymans  <wim@fluendo.com>
9420
9421         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9422         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9423         (gst_rtspsrc_open), (gst_rtspsrc_close),
9424         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9425         (gst_rtspsrc_pause):
9426         * gst/rtsp/gstrtspsrc.h:
9427         Protect state changes with a lock.
9428
9429         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9430         (parse_line):
9431         * gst/rtsp/rtspconnection.h:
9432         Remove some unused stuff.
9433
9434 2007-04-26  Wim Taymans  <wim@fluendo.com>
9435
9436         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9437         Handle the case where there are exactly 0 bytes to read and the ioctl
9438         did not report an error. Fixes #433530.
9439
9440 2007-04-26  Wim Taymans  <wim@fluendo.com>
9441
9442         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9443         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9444         * gst/wavparse/gstwavparse.h:
9445         Apply DISCONT to buffers.
9446         Only apply timestamp to the first sample after a DISCONT, too many VBR
9447         files cause random jitter in the timestamps. Fixes #433119.
9448
9449 2007-04-25  Wim Taymans  <wim@fluendo.com>
9450
9451         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9452         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9453         (gst_rtp_dec_get_property):
9454         * gst/rtsp/gstrtpdec.h:
9455         Add dummy latency property to be backwards compat with rtpbin.
9456
9457         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9458         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9459         (gst_rtspsrc_stream_configure_transport),
9460         (gst_rtspsrc_parse_rtpinfo):
9461         * gst/rtsp/gstrtspsrc.h:
9462         Add latency property and configure in the session manager.
9463         Don't set invalid clock-base and seqnum-base on caps, some servers
9464         sometimes don't send them.
9465
9466 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9467
9468         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9469         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9470           Double-check that RGB input caps are really RGBA caps (apparently
9471           the core doesn't always catch it if those caps aren't a subset of
9472           our template caps, also see #421543). Fixes #429319 in a way.
9473           Also, don't leak the pad template in the transform_caps function.
9474
9475         * tests/check/Makefile.am:
9476         * tests/check/elements/.cvsignore:
9477         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9478         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9479         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9480         (GST_START_TEST), (alphacolor_suite):
9481           Add some basic unit tests for alphacolor.
9482
9483 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9484
9485         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9486           If we get a fatal flow return in the loop function, first post the
9487           error message and only then send the EOS event downstream, otherwise
9488           applications might get an eos message before the error message and
9489           think everything was ok (related to #429319).
9490
9491 2007-04-25  Wim Taymans  <wim@fluendo.com>
9492
9493         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9494         Read the channel byte as an unsigned byte.
9495
9496 2007-04-25  Wim Taymans  <wim@fluendo.com>
9497
9498         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9499         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9500         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9501         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9502         (gst_rtp_gsm_depay_setcaps):
9503         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9504         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9505         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9506         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9507         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9508         (gst_ilbc_depay_get_property):
9509         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9510         * gst/rtp/gstrtpmp4adepay.c:
9511         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9512         (gst_rtp_pcma_depay_setcaps):
9513         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9514         (gst_rtp_pcmu_depay_setcaps):
9515         Make sure we configure the clock_rate in the baseclass in the setcaps
9516         function. Fixes #431282.
9517
9518 2007-04-25  Wim Taymans  <wim@fluendo.com>
9519
9520         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9521         (gst_rtspsrc_stream_free), (request_pt_map),
9522         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9523         * gst/rtsp/gstrtspsrc.h:
9524         Parse server address from SDP.
9525         Hook up a udpsink to send RTCP back to the server.
9526
9527         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9528         * gst/rtsp/rtsptransport.h:
9529         Add some docs.
9530
9531 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9532
9533         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9534           Make header field check conditional. Fixes #433135
9535
9536 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9537
9538         * docs/plugins/Makefile.am:
9539         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9540         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9541         * docs/plugins/inspect/plugin-alphacolor.xml:
9542         * gst/alpha/Makefile.am:
9543         * gst/alpha/gstalphacolor.c:
9544         * gst/alpha/gstalphacolor.h:
9545           Add minimal docs blurb to alphacolor; split out headers into
9546           separate header file for gtk-doc.
9547
9548 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9549
9550         * gst/debug/progressreport.c: (gst_progress_report_report):
9551           Don't try to post NULL message (in case we can't query upstream
9552           position or duration).
9553
9554 2007-04-18  Michael Smith  <msmith@fluendo.com>
9555
9556         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9557         (gst_cutter_get_caps):
9558         * gst/cutter/gstcutter.h:
9559           Fix some of the most obvious bugs in cutter. Now doesn't leak
9560           everything if input is silent.
9561
9562 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9563
9564         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9565         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9566         * gst/wavenc/gstwavenc.h:
9567         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9568         else results in a invalid block align and invalid files.
9569
9570 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9571
9572         Patch by: Snaik <snaik32 gmail com>
9573
9574         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9575           Add missing break statement for BOX_HORIZONTAL case.
9576
9577 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9578
9579         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9580
9581         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9582         Use correct format strings for integer types.
9583
9584 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9585
9586         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9587         (gst_wavparse_create_sourcepad):
9588         Use gst_riff_create_audio_template_caps () instead of the local caps.
9589         This makes updates of the local caps unecessary whenever libgstriff
9590         gets support for new formats.
9591
9592 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
9593
9594         Patch by: Brian Cameron  <brian.cameron at sun dot com>
9595
9596         * sys/sunaudio/gstsunaudio.c:
9597         * sys/sunaudio/gstsunaudiomixer.c:
9598         * sys/sunaudio/gstsunaudiomixer.h:
9599         * sys/sunaudio/gstsunaudiomixerctrl.c:
9600         * sys/sunaudio/gstsunaudiomixerctrl.h:
9601         * sys/sunaudio/gstsunaudiomixertrack.h:
9602         * sys/sunaudio/gstsunaudiosink.c:
9603         * sys/sunaudio/gstsunaudiosink.h:
9604         * sys/sunaudio/gstsunaudiosrc.c:
9605         * sys/sunaudio/gstsunaudiosrc.h:
9606           Fix and/or update copyright attributions (#430228).
9607
9608 2007-04-13  Wim Taymans  <wim@fluendo.com>
9609
9610         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9611         Fix docs.
9612
9613         * gst/rtsp/URLS:
9614         Add some more example urls.
9615
9616         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9617         (gst_rtp_dec_chain_rtp):
9618         Better debugging.
9619
9620         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
9621         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9622         (gst_rtspsrc_parse_rtpinfo):
9623         Remove unused code.
9624
9625 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9626
9627         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9628         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9629         (gst_wavparse_stream_data):
9630           Relax the audio/mpeg caps again and add FIXME: comment.
9631
9632 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9633
9634         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9635         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9636         (gst_wavparse_stream_data):
9637         * gst/wavparse/gstwavparse.h:
9638           More sanity check for the header fields. Fix type for 'rate' header
9639           field.
9640
9641 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9642
9643         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
9644         (gst_icydemux_unicodify):
9645           If the metadata strings we get in the stream are not UTF-8, try to
9646           interpret them according to the character encodings specified in the
9647           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
9648           only fall back to locale/ISO-8859-1 if those aren't set or don't
9649           work. Should fix #428901.
9650
9651 2007-04-12  Wim Taymans  <wim@fluendo.com>
9652
9653         * gst/rtp/gstrtph264depay.c:
9654         Use the proper sync word for SPS and PPS.
9655
9656 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9657
9658         * gst/rtp/Makefile.am:
9659         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
9660           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
9661         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
9662           Add a simple hashing implementation that we can use to generate
9663           a 24-bit ident value based on the codebooks for vorbis and theora.
9664         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
9665           gst_rtp_theora_pay_handle_buffer):
9666         * gst/rtp/gstrtpvorbisdepay.c
9667           (gst_rtp_vorbis_depay_parse_configuration,
9668           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
9669         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
9670           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
9671           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
9672           Use the hashing function, ensuring that the same codebooks result
9673           in the same ident and thus the same SDP description.
9674           Various log fixes/changes.
9675
9676 2007-04-12  Wim Taymans  <wim@fluendo.com>
9677
9678         Patch by: jerry tan <jerry dot tan at sun dot com>
9679
9680         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9681         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
9682         application's responsibility to make sure it open the device once.
9683         Remove a careless error if AUDIODEV is set. Fixes #392620.
9684
9685 2007-04-12  Wim Taymans  <wim@fluendo.com>
9686
9687         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9688         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
9689         * gst/rtsp/gstrtpdec.h:
9690         Make backward compat with rtpbin by adding the request-pt-map signals.
9691
9692         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9693         (new_session_pad), (request_pt_map),
9694         (gst_rtspsrc_stream_configure_transport),
9695         (gst_rtspsrc_stream_configure_caps),
9696         (gst_rtspsrc_activate_streams):
9697         * gst/rtsp/gstrtspsrc.h:
9698         Implement request-pt-map signals instead of setting caps on the buffers
9699         for the session manager.
9700
9701 2007-04-11  Wim Taymans  <wim@fluendo.com>
9702
9703         * gst/udp/gstudp.c: (plugin_init):
9704         Register GstNetBuffer in plugin_init so that the type can be used from
9705         multiple threads without races.
9706
9707 2007-04-10  Wim Taymans  <wim@fluendo.com>
9708
9709         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9710         (gst_rtp_amr_depay_process):
9711         Fix depayloader clock_rate and some cleanups.
9712
9713         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
9714         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9715         * gst/rtp/gstrtph264depay.h:
9716         Don't push codec_data in the adapter because it might get flushed when
9717         we get a discont.
9718
9719         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9720         Handle multiple AU per packet.
9721
9722         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
9723         (gst_rtp_sv3v_depay_plugin_init):
9724         Disable rank, this one does not work.
9725         Remove timestamping, base class does that.
9726
9727 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
9728
9729         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9730           limit caps to the formats we announce in the template
9731
9732         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9733         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9734         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
9735           fix some crashers/asserts when dealing with broken files
9736
9737 2007-04-10  Wim Taymans  <wim@fluendo.com>
9738
9739         Patch by: Peter Kjellerstedt  <pkj at axis com>
9740
9741         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9742         * gst/rtp/gstrtpL16depay.c:
9743         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9744         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9745         (gst_rtp_speex_depay_setcaps):
9746         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9747         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
9748         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9749         Fix some compiler warnings. Fixes #428182.
9750
9751 2007-04-06  Wim Taymans  <wim@fluendo.com>
9752
9753         * gst/rtsp/Makefile.am:
9754         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9755         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9756         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9757         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9758         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9759         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9760         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9761         (create_rtcp), (gst_rtp_dec_request_new_pad),
9762         (gst_rtp_dec_release_pad):
9763         * gst/rtsp/gstrtpdec.h:
9764         * gst/rtsp/gstrtsp.c: (plugin_init):
9765         Morph RTPDec into something compatible with RTPBin as a fallback.
9766         Various other style fixes.
9767
9768         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9769         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9770         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9771         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9772         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9773         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9774         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9775         * gst/rtsp/gstrtspsrc.h:
9776         Implement RTPBin session manager handling.
9777         Don't try to add empty properties to caps.
9778         Implement fallback session manager, handling.
9779         Don't combine errors from RTCP streams, just ignore them.
9780
9781         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9782         * gst/rtsp/rtsptransport.h:
9783         Implement fallback session manager.
9784         Make RTPBin the default one when available.
9785
9786 2007-04-05  Wim Taymans  <wim@fluendo.com>
9787
9788         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9789         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9790         This element is ready to be autoplugged.
9791
9792 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9793
9794         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9795         Don't leave the offsets defined by upstream element on the
9796         compressed data buffer we are pushing downstream. Make them
9797         GST_BUFFER_OFFSET_NONE.
9798
9799 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9800
9801         * gst/avi/README:
9802         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9803         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9804         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9805         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9806         (gst_avi_demux_calculate_durations_from_index),
9807         (gst_avi_demux_stream_header_push),
9808         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9809         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9810           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9811
9812 2007-04-03  Wim Taymans  <wim@fluendo.com>
9813
9814         * gst/smpte/barboxwipes.c:
9815         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9816
9817 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9818
9819         * gst/wavparse/gstwavparse.c:
9820         Support audio/x-raw-float in wav files. This only works with
9821         plugins-base CVS, using an older version doesn't have any
9822         disadvantages though.
9823
9824 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9825
9826         * configure.ac:
9827         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9828         (gst_au_parse_parse_header), (gst_au_parse_chain):
9829         * gst/auparse/gstauparse.h:
9830         Revert last change as we don't want plugins-good to depend on
9831         plugins-base CVS now.
9832
9833 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9834
9835         * configure.ac:
9836         Require gst-plugins-base CVS for audioconvert with non-native
9837         float support and width/depth fix in libgstriff.
9838
9839         Patch by: René Stadler <mail at renestadler dot de>
9840
9841         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9842         (gst_au_parse_parse_header), (gst_au_parse_chain):
9843         * gst/auparse/gstauparse.h:
9844         Don't swap the floats ourself if they're not in native endianness.
9845         Instead let audioconvert handle this. Fixes #339838.
9846
9847 2007-03-29  Wim Taymans  <wim@fluendo.com>
9848
9849         * gst/rtp/gstasteriskh263.h:
9850         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9851         (gst_rtp_h263p_depay_change_state):
9852         * gst/rtp/gstrtph263pdepay.h:
9853         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9854         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9855         (gst_rtp_h264_depay_change_state):
9856         * gst/rtp/gstrtph264depay.h:
9857         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9858         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9859         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9860         Flush adapter on disconts.
9861
9862 2007-03-29  Wim Taymans  <wim@fluendo.com>
9863
9864         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9865         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9866         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9867         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9868         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9869         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9870         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9871         (gst_rtp_mp4v_depay_process):
9872         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9873         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9874         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9875         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9876         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9877         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
9878         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
9879         Use more efficient adapter and rtpbuffer methods when possible.
9880
9881 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9882
9883         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9884         (gst_wavenc_sink_setcaps):
9885         Correctly handle width!=depth input.
9886         * gst/wavparse/gstwavparse.c:
9887         Already export in the caps that width==8 uses unsigned samples and
9888         everything else uses signed samples.
9889
9890 2007-03-29  Wim Taymans  <wim@fluendo.com>
9891
9892         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9893
9894         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
9895         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
9896         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
9897         (gst_dynudpsink_close):
9898         * gst/udp/gstdynudpsink.h:
9899         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9900         (gst_udpsrc_create), (gst_udpsrc_set_property),
9901         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
9902         * gst/udp/gstudpsrc.h:
9903         Rework the socket allocation a bit based on the sockfd argument so that
9904         it becomes usable.
9905         Add a closefd property to instruct the udp elements to close the custom
9906         file descriptors when going to READY. Fixes #423304.
9907         API:GstUDPSrc::closefd property
9908         API:GstDynUDPSink::closefd property
9909
9910 2007-03-29  Wim Taymans  <wim@fluendo.com>
9911
9912         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9913
9914         * gst/rtp/Makefile.am:
9915         * gst/rtp/gstrtp.c: (plugin_init):
9916         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
9917         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
9918         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
9919         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
9920         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
9921         (gst_rtp_h264_pay_plugin_init):
9922         * gst/rtp/gstrtph264pay.h:
9923         Added H264 payloader. Fixes #423782.
9924
9925         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9926         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9927         Small fixes.
9928
9929 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9930
9931         * gst/wavparse/gstwavparse.c:
9932         Actually support depths from 1 to 32, not only 8 to 32.
9933
9934 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9935
9936         * gst/wavparse/gstwavparse.c:
9937         Add support for wav files containing audio/x-raw-int with random
9938         depths between 1 and 32 bits.
9939
9940 2007-03-28  Wim Taymans  <wim@fluendo.com>
9941
9942         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
9943
9944         * gst/rtp/Makefile.am:
9945         * gst/rtp/gstrtp.c: (plugin_init):
9946         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
9947         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
9948         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
9949         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
9950         (gst_rtp_mp4a_depay_get_property),
9951         (gst_rtp_mp4a_depay_change_state),
9952         (gst_rtp_mp4a_depay_plugin_init):
9953         * gst/rtp/gstrtpmp4adepay.h:
9954         Added MP4A-LATM depayloader. Fixes #417792.
9955
9956         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9957         (gst_rtp_mp4v_depay_process):
9958         Fixup depayloader, setting codec_data, using more efficient adaptor and
9959         rtpbuffer handling.
9960
9961         * gst/rtsp/URLS:
9962         Add url to test above.
9963
9964 2007-03-25  Wim Taymans  <wim@fluendo.com>
9965
9966         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
9967         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
9968         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
9969         (gst_rtspsrc_media_to_caps),
9970         (gst_rtspsrc_stream_configure_transport),
9971         (gst_rtspsrc_stream_configure_caps),
9972         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
9973         * gst/rtsp/gstrtspsrc.h:
9974         Handle default clock-rates for static payload types, rearrange stuff so
9975         that the rtpmap field in the sdp can override the defaults.
9976         Parse RTP-Info field to get the seqnum and timebase fields that should
9977         go in the caps.
9978         Delay configuring caps after we got the RTP-Info from the PLAY reply from
9979         the server. 
9980
9981 2007-03-22  Wim Taymans  <wim@fluendo.com>
9982
9983         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
9984
9985         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
9986         Accept complex pipeline descriptions as an audio profile instead of just
9987         a single element. Fixes #420658.
9988
9989 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9990
9991         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
9992           Rename registered type in preparation of GstTagDemux moving to
9993           -base at some point in the future.
9994
9995 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9996
9997         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9998           Streaming mode fixes: don't unref buffer we don't own any longer;
9999           remove bogus adapter flush. Fixes #419338.
10000
10001 2007-03-17  David Schleef  <ds@schleef.org>
10002
10003         * REQUIREMENTS: Change the format to key/value, add a bunch of
10004           information, remove a bunch of requirements that are for
10005           other GStreamer packages.
10006
10007 2007-03-17  David Schleef  <ds@schleef.org>
10008
10009         * REQUIREMENTS: Fix a few things.  This file really needs a
10010         good once-over.
10011
10012 2007-03-15  Edward Hervey  <edward@fluendo.com>
10013
10014         * sys/Makefile.am:
10015         Don't forget to distribute the sys/osxaudio/ directory.
10016
10017 2007-03-15  Edward Hervey  <edward@fluendo.com>
10018
10019         * configure.ac:
10020         * sys/Makefile.am:
10021         * sys/osxaudio/Makefile.am:
10022         * sys/osxaudio/gstosxaudio.c:
10023         * sys/osxaudio/gstosxaudiosink.c:
10024         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10025         (gst_osx_audio_sink_getcaps),
10026         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10027         * sys/osxaudio/gstosxaudiosrc.c:
10028         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10029         (gst_osx_audio_src_create_ringbuffer):
10030         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10031         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10032         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10033         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10034         * sys/osxaudio/gstosxringbuffer.h:
10035         Activate osxaudio in gst-plugins-good with proper build setup.
10036         Add inlined documentation.
10037         Fix debug statements
10038         Fix ringbuffer when pausing.
10039         Fixes #323471
10040
10041 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10042         * gst/rtp/gstrtppcmapay.c:
10043         * gst/rtp/gstrtppcmapay.h:
10044         * gst/rtp/gstrtppcmupay.c:
10045         * gst/rtp/gstrtppcmupay.h:
10046         Ported mulaw and alaw payloaders to use new base class
10047
10048 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10049
10050         * po/af.po:
10051         * po/az.po:
10052         * po/cs.po:
10053         * po/en_GB.po:
10054         * po/it.po:
10055         * po/nl.po:
10056         * po/or.po:
10057         * po/sq.po:
10058         * po/sr.po:
10059         * po/sv.po:
10060         * po/uk.po:
10061         * po/vi.po:
10062           Update translations.
10063
10064 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10065
10066         * configure.ac:
10067           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10068
10069 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10070
10071         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10072           Fix handling of -1 values for start and stop values when seeking,
10073           and SEEK_CUR+SEEK_END here as well.
10074
10075 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10076
10077         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10078           Fix handling of -1 values for start and stop values when seeking, 
10079           and SEEK_CUR+SEEK_END.
10080
10081 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10082
10083         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10084           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10085           the image format a variable-length NUL-terminated string; in
10086           versions before that the image format is a fixed-length string of
10087           3 characters (see #348644 for a sample tag).
10088           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10089
10090 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10091
10092         * win32/MANIFEST:
10093         Add new project files to MANIFEST.
10094         * win32/vs6/libgstaudiofx.dsp:
10095         * win32/vs6/libgstrtp.dsp:
10096         * win32/vs6/libgstrtsp.dsp:
10097         Update project files.
10098         
10099 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10100
10101         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10102         (gst_avi_demux_parse_index):
10103         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10104         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10105           Printf format fixes; also add some missing quotes in translated
10106           strings. Fixes #416728 and #416727.
10107
10108 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10109
10110         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10111           Tim and I can't think of any reason the child audio sink needs to 
10112           be set back to NULL after successfully determining that it can 
10113           reach READY - it gets immediately set back to READY by the caller
10114           anyway, causing an unnecessary close/open of any audio devices
10115           involved.
10116
10117 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10118
10119         * po/LINGUAS:
10120         * po/ja.po:
10121           Add ja.po file from #377306.
10122
10123 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10124
10125         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10126         * sys/sunaudio/gstsunaudiomixertrack.c:
10127         (gst_sunaudiomixer_track_new):
10128           Actually translate sunaudio mixer track labels instead of just
10129           marking the strings as translatable (#377306); clean up weird
10130           label string mapping code that serves no apparent purpose. Also
10131           set the 'untranslated-label' property when creating mixer tracks
10132           if the GstMixerTrack base class supports this.
10133
10134         * tests/check/Makefile.am:
10135         * tests/check/elements/.cvsignore:
10136         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10137         (sunaudio_suite):
10138           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10139           actually tested on a system where sunaudiomixer is available).
10140
10141 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10142
10143         * tests/check/Makefile.am:
10144         Re-enable the states test and see if it works on the buildbots.
10145
10146 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10147
10148         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10149         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10150         (gst_dvdec_change_state):
10151         * ext/dv/gstdvdec.h:
10152         Infer pixel-aspect-ratio from the video frame format if it isn't
10153         provided by the container, as happens when playing DV from AVI
10154         or Quicktime containers.
10155
10156         Patch by: Wim Taymans <wim@fluendo.com>
10157         Fixes #380944
10158
10159 2007-03-09  Wim Taymans  <wim@fluendo.com>
10160
10161         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10162         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10163         will later be handled by the jitterbuffer.
10164
10165 2007-03-09  Wim Taymans  <wim@fluendo.com>
10166
10167         * ext/taglib/gstid3v2mux.cc:
10168         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10169         Fixes #414496.
10170         
10171         Patch by: Alex Lancaster <alexl at users sourceforge net>
10172
10173 2007-03-09  Wim Taymans  <wim@fluendo.com>
10174
10175         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10176         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10177         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10178         (gst_avi_demux_chain):
10179         Fix stream position reporting after a seek. Fixes #416445.
10180
10181 2007-03-08  Wim Taymans  <wim@fluendo.com>
10182
10183         Patch by: René Stadler <mail at renestadler dot de>
10184
10185         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10186         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10187         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10188         Make avidemux accept optional header chunks in any order.
10189         Fixes #415446.
10190
10191 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10192
10193         * tests/check/Makefile.am:
10194         Disable the states check until the remaining Valgrind errors
10195         are fixed or suppressed.
10196
10197 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10198
10199         * tests/check/elements/.cvsignore:
10200           Add audiodynamic check to .cvsignore
10201
10202 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10203
10204         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10205
10206         * gst/audiofx/Makefile.am:
10207         * gst/audiofx/audiodynamic.c:
10208         (gst_audio_dynamic_characteristics_get_type),
10209         (gst_audio_dynamic_mode_get_type),
10210         (gst_audio_dynamic_set_process_function),
10211         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10212         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10213         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10214         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10215         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10216         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10217         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10218         (gst_audio_dynamic_transform_hard_knee_expander_int),
10219         (gst_audio_dynamic_transform_hard_knee_expander_float),
10220         (gst_audio_dynamic_transform_soft_knee_expander_int),
10221         (gst_audio_dynamic_transform_soft_knee_expander_float),
10222         (gst_audio_dynamic_transform_ip):
10223         * gst/audiofx/audiodynamic.h:
10224         * gst/audiofx/audiofx.c: (plugin_init):
10225         Add new audiodynamic element which can act as a compressor or
10226         expander. Supported are hard-knee and soft-knee operation modes with
10227         user-specified ratio and threshold.
10228         Attack and release parameters are not yet implemented but will follow.
10229         * docs/plugins/Makefile.am:
10230         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10231         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10232         * docs/plugins/gst-plugins-good-plugins.args:
10233         * docs/plugins/inspect/plugin-audiofx.xml:
10234         Integrate audiodynamic into the docs.
10235         * tests/check/Makefile.am:
10236         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10237         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10238         Add unit test for audiodynamic.
10239
10240 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10241
10242         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10243         Free handles that we allocated when exiting via the error paths.
10244
10245 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10246
10247         * gst/level/gstlevel.c: (gst_level_class_init),
10248         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10249         (gst_level_transform_ip):
10250         * gst/level/gstlevel.h:
10251           Resolve message timestamps against the playback segment.
10252
10253 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10254
10255         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10256         (gst_id3demux_sink_activate):
10257           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10258           caps passed to it (previously one code path assumed it took ownership
10259           while another one assumed it didn't, while in fact it sometimes did and
10260           sometimes didn't ...).
10261
10262         * configure.ac:
10263         * tests/files/Makefile.am:
10264         * tests/files/id3-407349-1.tag:
10265         * tests/files/id3-407349-2.tag:
10266           Add directory where data for unit tests can be stored.
10267
10268         * tests/Makefile.am:
10269         * tests/check/Makefile.am:
10270         * tests/check/elements/.cvsignore:
10271         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10272         (read_tags_from_file), (run_check_for_file),
10273         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10274           Add unit test for id3demux, and in particular for bug #407349. Only
10275           testing pull-mode for now; push mode doesn't work yet because the test
10276           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10277
10278 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10279
10280         * tests/check/Makefile.am:
10281           Add missing backslash at end of line.
10282
10283 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10284
10285         Trigger rebuild.
10286
10287 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10288
10289         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10290         * gst/id3demux/id3tags.h:
10291         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10292         (parse_obsolete_tdat_frame):
10293           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10294           the four-digit number will be interpreted as a year, whereas it is
10295           month and day in DDMM format. Instead, parse TDAT frames and fix up
10296           the date in the GST_TAG_DATE tag later if we also extracted a year.
10297           Fixes #407349.
10298
10299 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10300
10301         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10302         (gst_switch_commit_new_kid):
10303         Fix up the dispose logic so it doesn't leak, and fix setting of 
10304         the child state so that we don't set a child to our current state 
10305         just as we are changing it to something else.
10306
10307 2007-03-06  Wim Taymans  <wim@fluendo.com>
10308
10309         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10310         (gst_goom_chain):
10311         * gst/goom/gstgoom.h:
10312         Document, fix and improve goom adapter behaviour.
10313         Fixes #407006.
10314
10315 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10316
10317         * ext/esd/esdsink.c: (gst_esdsink_open):
10318         Unref static pad template after using it.
10319
10320 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10321
10322         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10323         (gst_switch_commit_new_kid):
10324         Fix up the reference counting of the child elements.
10325
10326 2007-03-05  Wim Taymans  <wim@fluendo.com>
10327
10328         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10329         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10330         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10331         Fix encoding-name case.
10332
10333 2007-03-05  Wim Taymans  <wim@fluendo.com>
10334
10335         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10336         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10337         (gst_rtp_speex_depay_process):
10338         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10339         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10340         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10341         (gst_rtp_speex_pay_change_state):
10342         * gst/rtp/gstrtpspeexpay.h:
10343         Fix speex (de)payloader. Fixes #358040.
10344
10345 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10346
10347         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10348         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10349         Install fakesink in NULL by fixing some broken logic. This obviates
10350         the need to manually set _IS_SINK.
10351         Add some comments and remove a little cruft while I'm at it.
10352
10353 2007-03-05  Wim Taymans  <wim@fluendo.com>
10354
10355         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10356         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10357
10358 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10359
10360         * po/POTFILES.in:
10361           Update.
10362
10363 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10364
10365         * tests/check/Makefile.am:
10366         Gah! Also disable gconfvideosink from the tests, otherwise
10367         it will instantiate autovideosink, and dfbvideosink and
10368         leak on the buildbots.
10369
10370 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10371
10372         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10373         (gst_cdio_cdda_src_finalize):
10374         Make sure we always destroy our libcdio handle.
10375
10376 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10377
10378         * tests/check/Makefile.am:
10379         Disable autovideosink so the buildbots don't barf over memory
10380         leaked in the directfb sink.
10381
10382 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10383
10384         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10385         Chain up in dispose
10386
10387 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10388
10389         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10390         (gst_multipart_find_pad_by_mime):
10391         Use gst_pad_new_from_static_template instead of
10392         static_pad_template_get+pad_new.
10393
10394 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10395
10396         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10397         Catch the case where no clock has been set.
10398
10399 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10400
10401         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10402         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10403         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10404         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10405         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10406         (gst_gconf_audio_src_finalize), (do_toggle_element):
10407         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10408         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10409         (do_toggle_element):
10410         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10411         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10412         (gst_gconf_video_src_finalize), (do_toggle_element):
10413         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10414         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10415         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10416         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10417         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10418         (gst_shout2send_init), (gst_shout2send_finalize):
10419         * gst/debug/testplugin.c: (gst_test_class_init),
10420         (gst_test_finalize):
10421         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10422         (gst_flxdec_dispose):
10423         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10424         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10425         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10426         (gst_rtspsrc_finalize):
10427         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10428         * gst/rtsp/rtspextwms.h:
10429         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10430         (gst_smpte_finalize):
10431         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10432         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10433         (gst_udpsink_finalize):
10434         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10435         (gst_wavparse_sink_activate):
10436         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10437         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10438         (gst_oss_src_finalize):
10439         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10440         * sys/v4l2/gstv4l2object.h:
10441         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10442         (gst_v4l2src_finalize):
10443         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10444
10445         Fix a bunch of leaks shown by the newly-added states test.
10446
10447 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10448
10449         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10450         Use gst_pad_new_from_static_template instead of 
10451         static_pad_template_get+pad_new.
10452
10453 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10454
10455         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10456
10457         * ext/libcaca/Makefile.am:
10458         * gst/debug/Makefile.am:
10459           Don't mix tabs and spaces (#414168).
10460
10461 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10462
10463         * tests/check/generic/.cvsignore:
10464           Ignore files to please buildbot.
10465
10466 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10467
10468         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10469         (gst_wavparse_stream_data):
10470           Unbreak my previous commit (swapped nominator & denominator). Tim,
10471           thanks for spotting.
10472
10473 2007-03-02  Wim Taymans  <wim@fluendo.com>
10474
10475         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10476         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10477         (gst_cdio_cdda_src_finalize):
10478         Small code cleanups.
10479         Don't use pad_alloc as the base class cannot deal with the error codes.
10480
10481 2007-03-02  Wim Taymans  <wim@fluendo.com>
10482
10483         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10484         (gst_udpsrc_create):
10485         Fix doc.
10486
10487 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10488
10489         Patch by: René Stadler <mail@renestadler.de>
10490
10491         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10492         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10493         (gst_wavparse_stream_data):
10494           Handle rounding better to not drop last sample frame. Fixes #356692
10495
10496 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10497
10498         * tests/check/Makefile.am:
10499         Disable cacasink from the states check too - it also calls exit(1)
10500         on us when it can't find a terminal to talk to.
10501
10502 2007-03-02  Wim Taymans  <wim@fluendo.com>
10503
10504         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10505
10506         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10507         (gst_udpsrc_create), (gst_udpsrc_set_property),
10508         (gst_udpsrc_get_property):
10509         * gst/udp/gstudpsrc.h:
10510         Add support to strip proprietary headers. Fixes #350296.
10511
10512 2007-03-02  Wim Taymans  <wim@fluendo.com>
10513
10514         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10515         Fix compilation.
10516
10517 2007-03-02  Wim Taymans  <wim@fluendo.com>
10518
10519         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10520
10521         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10522         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10523         (gst_rtp_mp2t_depay_set_property),
10524         (gst_rtp_mp2t_depay_get_property):
10525         * gst/rtp/gstrtpmp2tdepay.h:
10526         Add support to strip off proprietary headers. Fixes #350278.
10527
10528 2007-03-02  Wim Taymans  <wim@fluendo.com>
10529
10530         * ext/hal/hal.c:
10531         Fix compilation.
10532
10533 2007-03-02  Wim Taymans  <wim@fluendo.com>
10534
10535         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10536         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10537         (gst_sunaudiosrc_open):
10538         * sys/sunaudio/gstsunaudiosrc.h:
10539         Remove device-name from GstSunAudioSrc. Fixes #412597.
10540
10541 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10542
10543         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10544         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10545         Having NULL as UDI previously selected the default sink/src. Change
10546         this back but mention it in the debug output.
10547         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10548         (gst_hal_get_oss_element), (gst_hal_get_string),
10549         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10550         (gst_hal_get_audio_src):
10551         * ext/hal/hal.h:
10552         Refactor a bit, check all error conditions, greatly improve debugging
10553         and fix some possible memory leaks. Also implement OSS support
10554         and allow specifying an UDI that points to a real device. For this the
10555         child device which supports ALSA (preferred) or OSS is used.
10556         As a side effect this makes it impossible now to get a alsasink in
10557         halaudiosrc and a alsasrc in halaudiosink.
10558
10559 2007-03-01  Wim Taymans  <wim@fluendo.com>
10560
10561         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10562         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10563         Errors from the udp sources are not fatal unless all of them are in
10564         error.
10565
10566 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10567
10568         * tests/check/Makefile.am:
10569         Disable aasink in the states test. I suspect this is the element that
10570         is calling exit(1) when it can't proceed.
10571
10572 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10573
10574         * tests/check/Makefile.am:
10575         Draw plugins in from the build tree sys/ dir, rather than picking
10576         up the already installed versions.
10577
10578 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10579
10580         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10581         Error out correctly when getting xcontext fails.
10582
10583 2007-03-01  Wim Taymans  <wim@fluendo.com>
10584
10585         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10586         Make state change to PAUSED NO_PREROLL because that's what it will be in
10587         the future and rtspsrc relies on it.
10588
10589         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10590         (gst_rtspsrc_change_state):
10591         Don't error out when we don't get an error from the state change
10592         function.
10593
10594 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10595
10596         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10597         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10598           Check if the device UDI is set before trying to query HAL
10599           about it and give a useful error message if it wasn't set.
10600         * ext/hal/hal.c: (gst_hal_get_string):
10601           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
10602           gives an assertion failure in D-Bus when running with
10603           DBUS_FATAL_WARNINGS=1.
10604
10605 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10606
10607         * configure.ac:
10608           Convert to new AG_GST style.
10609
10610 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10611
10612         * tests/check/Makefile.am:
10613         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
10614           add test for states
10615
10616 2007-02-28  Wim Taymans  <wim@fluendo.com>
10617
10618         * tests/check/elements/.cvsignore:
10619         Add new videofilter check to .cvsignore.
10620
10621 2007-02-28  Wim Taymans  <wim@fluendo.com>
10622
10623         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
10624         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10625         (gst_avi_demux_loop), (gst_avi_demux_chain):
10626         Fix combined flow return. Fixes #412608.
10627
10628 2007-02-28  Wim Taymans  <wim@fluendo.com>
10629
10630         * gst/videofilter/Makefile.am:
10631         Dist header..
10632
10633 2007-02-28  Wim Taymans  <wim@fluendo.com>
10634
10635         * gst/videofilter/gstgamma.h:
10636         Add header too.
10637
10638 2007-02-28  Wim Taymans  <wim@fluendo.com>
10639
10640         Patch by: Mark Nauwelaerts <manauw at skynet be>
10641
10642         * gst/videofilter/Makefile.am:
10643         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
10644         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
10645         (gst_gamma_get_property), (gst_gamma_calculate_tables),
10646         (oil_tablelookup_u8), (gst_gamma_set_caps),
10647         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
10648         Port gamma filter to 0.10. Fixes #412704.
10649
10650         * tests/check/Makefile.am:
10651         * tests/check/elements/videofilter.c: (setup_filter),
10652         (cleanup_filter), (check_filter), (GST_START_TEST),
10653         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
10654         Add unit tests for videofilters.
10655
10656 2007-02-28  Wim Taymans  <wim@fluendo.com>
10657
10658         * gst/rtsp/URLS:
10659         Add another interesting test url.
10660
10661         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
10662         Don't allow getting header fields from data packets.
10663
10664 2007-02-28  Michael Smith  <msmith@fluendo.com>
10665
10666         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10667         (gst_shout2send_init), (gst_shout2send_start),
10668         (gst_shout2send_set_property), (gst_shout2send_get_property):
10669         * ext/shout2/gstshout2.h:
10670           Add a property for username.
10671
10672 2007-02-27  Christian Schallerr <christian@fluendo.com>
10673
10674         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
10675
10676 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10677
10678         * gst/rtsp/Makefile.am:
10679         Fix make check too.
10680
10681 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10682
10683         * gst/rtsp/base64.c: (util_base64_encode):
10684         * gst/rtsp/base64.h:
10685         Commit missing files for base64 encoding.
10686
10687 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10688
10689         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10690
10691         * configure.ac:
10692         * ext/annodex/Makefile.am:
10693         * ext/jpeg/Makefile.am:
10694         * ext/speex/Makefile.am:
10695         * gst/alpha/Makefile.am:
10696         * gst/cutter/Makefile.am:
10697         * gst/debug/Makefile.am:
10698         * gst/effectv/Makefile.am:
10699         * gst/goom/Makefile.am:
10700         * gst/level/Makefile.am:
10701         * gst/smpte/Makefile.am:
10702         * gst/videofilter/Makefile.am:
10703           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
10704
10705 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10706
10707         * gst/rtsp/Makefile.am:
10708         * gst/rtsp/rtspconnection.c: (append_auth_header),
10709         (rtsp_connection_send), (rtsp_connection_set_auth):
10710         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
10711         from icecast to replace it. Relicensed from GPL courtesy of Mike
10712         Smith.
10713
10714 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10715
10716         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10717         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
10718         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
10719         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
10720         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10721         (gst_rtspsrc_uri_set_uri):
10722         * gst/rtsp/gstrtspsrc.h:
10723         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10724         (append_auth_header), (rtsp_connection_send),
10725         (rtsp_connection_free), (rtsp_connection_set_auth):
10726         * gst/rtsp/rtspconnection.h:
10727         * gst/rtsp/rtspdefs.h:
10728         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10729         * gst/rtsp/rtspurl.h:
10730
10731         Implement simple Basic Authentication support so that urls like
10732         rtsp://user:pass@hostname/rtspstream work on hosts that require
10733         authentication.
10734
10735 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
10736
10737         * sys/v4l2/gstv4l2object.c:
10738         * sys/v4l2/gstv4l2tuner.c:
10739         * sys/v4l2/v4l2_calls.c:
10740         Fix segfault when oppening a radio device.
10741         
10742 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10743
10744         * gst/level/gstlevel.c: (gst_level_set_caps),
10745         (gst_level_transform_ip):
10746         * sys/v4l2/README:
10747         * tests/check/elements/level.c: (GST_START_TEST):
10748           Fix level for multi-channel case.
10749
10750 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10751
10752         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10753         (gst_level_transform_ip):
10754         * gst/level/gstlevel.h:
10755           Use function pointer for process function and add process functions
10756           for float audio.
10757
10758 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10759
10760         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10761         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10762         (gst_v4l2src_capture_init):
10763           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10764           fixes #407369
10765
10766 2007-02-18  Wim Taymans  <wim@fluendo.com>
10767
10768         * gst/rtp/Makefile.am:
10769         * gst/rtp/gstrtp.c: (plugin_init):
10770         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10771         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10772         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10773         (gst_rtp_mp2t_pay_plugin_init):
10774         * gst/rtp/gstrtpmp2tpay.h:
10775         Added simple mpeg transport stream payloader.
10776
10777 2007-02-16  Wim Taymans  <wim@fluendo.com>
10778
10779         * gst/rtsp/URLS:
10780         Add example H264 rtsp url.
10781
10782         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10783         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10784         Don't convert values to lowercase or we might mess up base64 encoded
10785         properties.
10786
10787 2007-02-16  Wim Taymans  <wim@fluendo.com>
10788
10789         * gst/rtp/README:
10790         Fix case of string params.
10791
10792         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10793         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10794         Fix depayloader, support more packet types.
10795         Add sync codes to make sure the packetizer can do its job.
10796
10797         * gst/rtp/gstrtpmp4gdepay.c:
10798         * gst/rtp/gstrtpmp4gpay.c:
10799         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10800         Fix caps case again.
10801
10802 2007-02-15  Wim Taymans  <wim@fluendo.com>
10803
10804         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10805         Set right caps on output buffers.
10806
10807 2007-02-14  Wim Taymans  <wim@fluendo.com>
10808
10809         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10810         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10811         Clear stack allocated SDPMedia struct before calling _init() on it.
10812         Clarify this in the docs as well.
10813
10814 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10815
10816         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10817         (do_change_child):
10818         Don't reset the profile when going switching states, as it makes
10819         the element non-reusable.
10820
10821 2007-02-14  Wim Taymans  <wim@fluendo.com>
10822
10823         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10824         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10825         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10826         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10827         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10828         (sdp_parse_line):
10829         * gst/rtsp/sdpmessage.h:
10830         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10831         Fix memory management of SDP messages. Fixes #407793.
10832
10833 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10834
10835         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10836
10837         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10838         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10839
10840 2007-02-14  Wim Taymans  <wim@fluendo.com>
10841
10842         Patch by: jp.liu <jp_liu at astrocom dot cn>
10843
10844         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10845         Fix parsing of password field in url. Fixes #407797.
10846
10847 2007-02-14  Wim Taymans  <wim@fluendo.com>
10848
10849         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10850         (gst_wavparse_reset), (gst_wavparse_init),
10851         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10852         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10853         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10854         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10855         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10856         (gst_wavparse_loop), (gst_wavparse_chain),
10857         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10858         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10859         (plugin_init):
10860         * gst/wavparse/gstwavparse.h:
10861         Update docs.
10862         Use boilerplate.
10863         Various code cleanups.
10864         When the bitrate is not known (bps == 0 or compressed formats) let
10865         downstream element guestimate the duration and position and don't
10866         generate timestamps or durations. Fixes #405213.
10867         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10868         error flowreturn upstream.
10869
10870 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10871
10872         * ext/gconf/Makefile.am:
10873         * ext/gconf/gconf.c: (gst_gconf_get_string),
10874         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10875         (gst_gconf_render_bin_with_default):
10876         * ext/gconf/gconf.h:
10877         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
10878         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
10879         (gst_gconf_audio_sink_dispose), (do_change_child),
10880         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
10881         (cb_change_child), (gst_gconf_audio_sink_change_state):
10882         * ext/gconf/gstgconfaudiosink.h:
10883         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
10884         (gst_switch_sink_class_init), (gst_switch_sink_reset),
10885         (gst_switch_sink_init), (gst_switch_sink_dispose),
10886         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
10887         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
10888         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
10889         * ext/gconf/gstswitchsink.h:
10890         * gst/autodetect/gstautoaudiosink.c:
10891         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
10892         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
10893         (gst_auto_audio_sink_detect):
10894         * gst/autodetect/gstautovideosink.c:
10895         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
10896         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
10897         (gst_auto_video_sink_detect):
10898         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
10899         and a child that implements the GConf key monitoring. The end goal of
10900         this is an audio sink that can be changed on the fly, but at the 
10901         moment it still only changes on the next READY transition.
10902
10903 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10904
10905         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10906         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10907         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
10908         (gst_avi_demux_calculate_durations_from_index),
10909         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10910         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10911         (gst_avi_demux_loop):
10912           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
10913
10914 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10915
10916         * configure.ac:
10917         * docs/plugins/Makefile.am:
10918           Add crossreferences to glib/gobject/gstream docs.
10919
10920 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10921
10922         * gst/monoscope/Makefile.am:
10923         * gst/monoscope/gstmonoscope.c:
10924           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
10925           (but no LIBS, since we only use defines from the headers).
10926
10927 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10928
10929         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10930
10931         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
10932         (gst_wavparse_stream_data):
10933           Fix massive memory leak when operating in streaming mode due to
10934           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
10935           Fixes #407057.
10936
10937 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10938
10939         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10940         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
10941         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
10942         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
10943         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10944         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
10945         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10946         (gst_avi_demux_calculate_durations_from_index),
10947         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10948         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
10949         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10950         * gst/avi/gstavidemux.h:
10951           Save some memory (8%) by repacking the index entry structure (more to
10952           come). Add more FIXMEs to questionable parts.
10953
10954 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10955
10956         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
10957         (gst_v4l2src_get_caps):
10958         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10959         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10960         (gst_v4l2src_capture_init):
10961           More FIXME comments and messaging changes.
10962
10963 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10964
10965         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10966         (gst_goom_change_state):
10967         * gst/goom/gstgoom.h:
10968           Improved docs and use GST_DEBUG_FUNCPTR.
10969
10970         * gst/level/gstlevel.c: (gst_level_class_init):
10971           Use GST_DEBUG_FUNCPTR.
10972
10973         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
10974         (gst_monoscope_chain), (gst_monoscope_change_state):
10975           Improved docs source cleanups.
10976
10977 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10978
10979         * gst/debug/Makefile.am:
10980         * gst/debug/gstdebug.c: (plugin_init):
10981         * gst/debug/gstpushfilesrc.c:
10982         * gst/debug/gstpushfilesrc.h:
10983           Add code for a pushfilesrc element that implements a pushfile:// URI
10984           handler, to make debugging push-mode operation of demuxer/decoders
10985           that support both easier in connection with seek/playbin/etc.
10986           The element isn't registered at the moment.
10987
10988 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
10989
10990         * gst/avi/gstavimux.c:
10991           Comment a #if 0 in caps template definition as VS6 seems to 
10992         do not support it.
10993         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
10994           Use gst_guint64_to_gdouble for conversion.
10995         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
10996           Move variables declaration before the first instruction.
10997         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
10998           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
10999           And don't include netdb.h for G_OS_WIN32
11000         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11001           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11002           by VS6 then use an other way to initialize SDPMedia structure.
11003         * gst/udp/gstdynudpsink.h:
11004         * gst/udp/gstdynudpnetutils.h:
11005           Do not include <sys/time.h> for G_OS_WIN32
11006         * gst/udp/gstudpsrc.c:
11007           Define socklen_t as int for G_OS_WIN32
11008         * win/common/config.h.in:
11009           Undef HAVE_NETINET_IN_H
11010         * win32/vs6/gst_plugins_good.dsw:
11011         * win32/vs6/libgstrtp.dsp:
11012         * win32/vs6/libgstrtsp.dsp:
11013         * win32/vs6/libgstautogen.dsp:
11014         * win32/vs6/libgstaudiofx.dsp:
11015         * win32/vs6/libgstudp.dsp:
11016           Add and update project files.
11017         * win32/common/gstudp-enumtypes.c:
11018         * win32/common/gstudp-enumtypes.h:
11019           Add a copy of udp enumtypes to win32/common as in core 
11020           and base.
11021         
11022 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11023
11024         * configure.ac:
11025           Activate monoscope when building with --enable-experimental. Fix
11026           --enable-external configure switch description.
11027
11028         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11029         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11030           Help gst-indent.
11031
11032 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11033
11034         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11035           Explicitly cast result of pointer arithmetic to integer in order to
11036           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11037
11038 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11039
11040         * gst/debug/progressreport.c:
11041           Some more docs.
11042
11043 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11044
11045         * docs/plugins/inspect/plugin-rtp.xml:
11046           Update for new elements.
11047
11048         * gst/debug/progressreport.h:
11049           Commit newly-created header file as well.
11050
11051 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11052
11053         * docs/plugins/Makefile.am:
11054         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11055         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11056         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11057         * gst/debug/Makefile.am:
11058         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11059         (gst_progress_report_do_query), (gst_progress_report_report):
11060           Make progressreport element post messages with the current progress
11061           on the bus. Also add some basic docs for it.
11062
11063 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11064
11065         * ext/hal/hal.c: (gst_hal_get_string):
11066         * ext/hal/hal.h:
11067           Some small cleanups; deal with errors when parsing the HAL ALSA
11068           capabilities a bit better.
11069
11070 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11071
11072         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11073           Let's try this again and use the right cast this time.
11074
11075 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11076
11077         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11078           Add cast to avoid compiler warnings with older GLib versions
11079           where the nick/name members in GEnumValue are not declared as
11080           constant strings.
11081
11082 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11083
11084         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11085         (gst_gconf_render_bin_from_key),
11086         (gst_gconf_get_default_audio_sink):
11087         * ext/gconf/gconf.h:
11088         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11089         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11090         (gst_gconf_audio_sink_get_property):
11091           In gconfaudiosink, get the right key as the old key in do_toggle
11092           (ie. one dependent on the profile selected). Log some more stuff so
11093           we can see what's actually going on.
11094
11095 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11096
11097         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11098         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11099         (gst_audio_amplify_set_process_function),
11100         (gst_audio_amplify_setup):
11101         * gst/audiofx/audioamplify.h:
11102         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11103         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11104         * gst/audiofx/audioinvert.h:
11105         Some small cleanups and port both elements to the new GstAudioFilter
11106         base class to save a few lines of common code.
11107         * gst/audiofx/Makefile.am:
11108         Link against libgstaudio for the above changes
11109
11110 2007-01-29  Wim Taymans  <wim@fluendo.com>
11111
11112         * tests/check/elements/.cvsignore:
11113         Some more ignores.
11114
11115 2007-01-26  Wim Taymans  <wim@fluendo.com>
11116
11117         Patch by: charles <charlesg3 at gmail dot com>
11118
11119         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11120         (set_shout_metadata), (gst_shout2send_event):
11121         * ext/shout2/gstshout2.h:
11122         Properly handle tags in shout2send. Fixes #399825.
11123
11124 2007-01-25  Wim Taymans  <wim@fluendo.com>
11125
11126         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11127         (gst_rtspsrc_activate_streams):
11128         Convert SDP fields to upper/lowercase following the rules in the SDP to
11129         caps document. 
11130
11131 2007-01-25  Wim Taymans  <wim@fluendo.com>
11132
11133         * gst/rtp/README:
11134         * gst/rtp/gstrtpilbcdepay.c:
11135         * gst/rtp/gstrtpilbcpay.c:
11136         * gst/rtp/gstrtpmp4gdepay.c:
11137         * gst/rtp/gstrtpmp4gpay.c:
11138         * gst/rtp/gstrtpspeexdepay.c:
11139         * gst/rtp/gstrtpspeexpay.c:
11140         * gst/rtp/gstrtpsv3vdepay.c:
11141         * gst/rtp/gstrtptheoradepay.c:
11142         * gst/rtp/gstrtptheorapay.c:
11143         * gst/rtp/gstrtpvorbisdepay.c:
11144         * gst/rtp/gstrtpvorbispay.c:
11145         Fix case of encoding-name and key/value pairs to match the document.
11146         This is to make interoperation with SDP case-insensitive as required by
11147         the relevant RFCs.
11148
11149 2007-01-25  Wim Taymans  <wim@fluendo.com>
11150
11151         * configure.ac:
11152         Bump required -core/-base to CVS
11153
11154 2007-01-25  Wim Taymans  <wim@fluendo.com>
11155
11156         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11157         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11158         * gst/rtp/gstrtpL16pay.h:
11159         Fill up to MTU using adapter.
11160         Timestamp rtp packets.
11161
11162 2007-01-25  Edward Hervey  <edward@fluendo.com>
11163
11164         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11165         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11166         Use G_GSIZE_FORMAT in print statements for portability.
11167         Fixes build on macosx.
11168
11169 2007-01-24  Wim Taymans  <wim@fluendo.com>
11170
11171         * gst/rtp/Makefile.am:
11172         * gst/rtp/gstrtp.c: (plugin_init):
11173         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11174         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11175         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11176         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11177         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11178         (gst_rtp_L16_depay_plugin_init):
11179         * gst/rtp/gstrtpL16depay.h:
11180         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11181         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11182         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11183         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11184         (gst_rtp_L16_pay_plugin_init):
11185         * gst/rtp/gstrtpL16pay.h:
11186         Port and enable raw audio payloader/depayloader. Needs a bit more work
11187         on the payloader side.
11188
11189 2007-01-24  Wim Taymans  <wim@fluendo.com>
11190
11191         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11192         (gst_rtspsrc_stream_configure_transport),
11193         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11194         * gst/rtsp/gstrtspsrc.h:
11195         Only unblock the udp pads when we linked and activated them all.
11196         Fixes #395688.
11197
11198 2007-01-24  Wim Taymans  <wim@fluendo.com>
11199
11200         * gst/rtp/Makefile.am:
11201         * gst/rtp/gstrtp.c: (plugin_init):
11202         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11203         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11204         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11205         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11206         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11207         * gst/rtp/gstrtpac3depay.h:
11208         Added simple AC3 depayloader (RFC 4184).
11209
11210         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11211         Fix a leak.
11212
11213 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11214
11215         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11216
11217         * gst/audiofx/Makefile.am:
11218         * gst/audiofx/audioamplify.c:
11219         (gst_audio_amplify_clipping_method_get_type),
11220         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11221         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11222         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11223         (gst_audio_amplify_set_caps),
11224         (gst_audio_amplify_transform_int_clip),
11225         (gst_audio_amplify_transform_int_wrap_negative),
11226         (gst_audio_amplify_transform_int_wrap_positive),
11227         (gst_audio_amplify_transform_float_clip),
11228         (gst_audio_amplify_transform_float_wrap_negative),
11229         (gst_audio_amplify_transform_float_wrap_positive),
11230         (gst_audio_amplify_transform_ip):
11231         * gst/audiofx/audioamplify.h:
11232         * gst/audiofx/audiofx.c: (plugin_init):
11233         Add new element "audioamplify". This allows scaling of raw audio
11234         samples, similar to the "volume" element, but provides different modes
11235         for clipping and allows unlimited amplification. It's mainly targeted
11236         for creative sound design and not as a replacement of the "volume"
11237         element. Fixes #397162
11238         * docs/plugins/Makefile.am:
11239         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11240         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11241         * docs/plugins/gst-plugins-good-plugins.args:
11242         * docs/plugins/inspect/plugin-audiofx.xml:
11243         Add docs for audioamplify and integrate them into the build system
11244         * tests/check/Makefile.am:
11245         * tests/check/elements/audioamplify.c: (setup_amplify),
11246         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11247         Add fairly extensive unit test suite for audioamplify
11248
11249 2007-01-24  Wim Taymans  <wim@fluendo.com>
11250
11251         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11252         Unblock pads after adding the pads to the element so that autopluggers
11253         get a change to link something. Possibly fixes #395688.
11254
11255 2007-01-24  Wim Taymans  <wim@fluendo.com>
11256
11257         * gst/rtp/gstrtpamrdepay.c:
11258         * gst/rtp/gstrtpgsmdepay.c:
11259         * gst/rtp/gstrtph263pdepay.c:
11260         * gst/rtp/gstrtph263ppay.c:
11261         * gst/rtp/gstrtph264depay.c:
11262         * gst/rtp/gstrtpilbcdepay.c:
11263         * gst/rtp/gstrtpmp2tdepay.c:
11264         * gst/rtp/gstrtpmp4gdepay.c:
11265         * gst/rtp/gstrtpmp4gpay.c:
11266         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11267         * gst/rtp/gstrtpmp4vpay.c:
11268         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11269         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11270         (gst_rtp_mpa_depay_process):
11271         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11272         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11273         * gst/rtp/gstrtppcmadepay.c:
11274         * gst/rtp/gstrtppcmudepay.c:
11275         * gst/rtp/gstrtpspeexdepay.c:
11276         * gst/rtp/gstrtpspeexpay.c:
11277         * gst/rtp/gstrtpsv3vdepay.c:
11278         * gst/rtp/gstrtptheoradepay.c:
11279         * gst/rtp/gstrtptheorapay.c:
11280         * gst/rtp/gstrtpvorbisdepay.c:
11281         * gst/rtp/gstrtpvorbispay.c:
11282         Fix caps with payload numbers.
11283         Add some fixed payload numbers to caps when possible.
11284
11285 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11286
11287         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11288
11289         * gst/audiofx/Makefile.am:
11290         * gst/audiofx/audiofx.c: (plugin_init):
11291         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11292         (gst_audio_invert_class_init), (gst_audio_invert_init),
11293         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11294         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11295         (gst_audio_invert_transform_float),
11296         (gst_audio_invert_transform_ip):
11297         * gst/audiofx/audioinvert.h:
11298         Add new audiofx element "audioinvert". This element swaps the upper
11299         and lower half of samples and can be used for example for a
11300         wide-stereo effect. Fixes #396057
11301         * docs/plugins/Makefile.am:
11302         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11303         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11304         * docs/plugins/gst-plugins-good-plugins.args:
11305         * docs/plugins/inspect/plugin-audiofx.xml:
11306         Add docs for the audioinvert element and add them to the build system.
11307         * tests/check/Makefile.am:
11308         * tests/check/elements/audioinvert.c: (setup_invert),
11309         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11310         Add unit test suite for the audioinvert element.
11311
11312 2007-01-23  Wim Taymans  <wim@fluendo.com>
11313
11314         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11315         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11316         Parse config params as string and int.
11317         Parse and use AU header length
11318
11319 2007-01-23  Wim Taymans  <wim@fluendo.com>
11320
11321         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11322         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11323         * gst/smpte/gstmask.c: (_gst_mask_register):
11324         * gst/smpte/gstmask.h:
11325         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11326         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11327         (gst_smpte_paint_triangle_clock):
11328         constify some static structs.
11329         Don't update the mask if nothing changed to the params.
11330         Make sure we never draw outside of the picture. Fixes #398325.
11331
11332 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11333
11334         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11335           Error out properly when pull_range fails while we're reading the
11336           headers, instead of just pausing the task silently. Fixes #399338.
11337
11338 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11339
11340         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11341           Some more sanity checks to make sure the input formats match and the
11342           input pads are actually negotiated, in case someone tries to feed
11343           buffers from fakesrc or filesrc. Fixes #398299.
11344           Also const-ify an array, just because we can.
11345
11346 2007-01-19  Edward Hervey  <edward@fluendo.com>
11347
11348         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11349         Ignore previous commit, that was only valid for widths and heights
11350         that are multiples of 4.
11351         Copy over size/stride macros from jpegdec. This allows the element
11352         to work with any width,height...
11353         ... but puts in evidence that the actual transformations only work
11354         with width/height that are multiples of 4.
11355
11356 2007-01-19  Edward Hervey  <edward@fluendo.com>
11357
11358         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11359         Allocate buffers of the right size.
11360         The proper size of a I420 buffer in bytes is:
11361         
11362             width * height * 3
11363             ------------------
11364                     2
11365
11366 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11367
11368         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11369           Proxy getcaps on sink pads too, so that we either end up with the
11370           same dimensions on all pads or error out if that's not possible
11371           (seems to work even!). Fixes #398086, I think.
11372
11373 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11374
11375         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11376         * docs/plugins/gst-plugins-good-plugins.args:
11377         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11378           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11379           fix integer properties with -1 as minimum value.
11380
11381         * docs/plugins/inspect/plugin-1394.xml:
11382         * docs/plugins/inspect/plugin-aasink.xml:
11383         * docs/plugins/inspect/plugin-alaw.xml:
11384         * docs/plugins/inspect/plugin-alpha.xml:
11385         * docs/plugins/inspect/plugin-alphacolor.xml:
11386         * docs/plugins/inspect/plugin-annodex.xml:
11387         * docs/plugins/inspect/plugin-apetag.xml:
11388         * docs/plugins/inspect/plugin-audiofx.xml:
11389         * docs/plugins/inspect/plugin-auparse.xml:
11390         * docs/plugins/inspect/plugin-autodetect.xml:
11391         * docs/plugins/inspect/plugin-avi.xml:
11392         * docs/plugins/inspect/plugin-cacasink.xml:
11393         * docs/plugins/inspect/plugin-cairo.xml:
11394         * docs/plugins/inspect/plugin-cdio.xml:
11395         * docs/plugins/inspect/plugin-cutter.xml:
11396         * docs/plugins/inspect/plugin-debug.xml:
11397         * docs/plugins/inspect/plugin-dv.xml:
11398         * docs/plugins/inspect/plugin-efence.xml:
11399         * docs/plugins/inspect/plugin-effectv.xml:
11400         * docs/plugins/inspect/plugin-esdsink.xml:
11401         * docs/plugins/inspect/plugin-flac.xml:
11402         * docs/plugins/inspect/plugin-flxdec.xml:
11403         * docs/plugins/inspect/plugin-gconfelements.xml:
11404         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11405         * docs/plugins/inspect/plugin-goom.xml:
11406         * docs/plugins/inspect/plugin-halelements.xml:
11407         * docs/plugins/inspect/plugin-icydemux.xml:
11408         * docs/plugins/inspect/plugin-id3demux.xml:
11409         * docs/plugins/inspect/plugin-jpeg.xml:
11410         * docs/plugins/inspect/plugin-level.xml:
11411         * docs/plugins/inspect/plugin-matroska.xml:
11412         * docs/plugins/inspect/plugin-mulaw.xml:
11413         * docs/plugins/inspect/plugin-multipart.xml:
11414         * docs/plugins/inspect/plugin-navigationtest.xml:
11415         * docs/plugins/inspect/plugin-ossaudio.xml:
11416         * docs/plugins/inspect/plugin-png.xml:
11417         * docs/plugins/inspect/plugin-rtp.xml:
11418         * docs/plugins/inspect/plugin-rtsp.xml:
11419         * docs/plugins/inspect/plugin-shout2send.xml:
11420         * docs/plugins/inspect/plugin-smpte.xml:
11421         * docs/plugins/inspect/plugin-speex.xml:
11422         * docs/plugins/inspect/plugin-taglib.xml:
11423         * docs/plugins/inspect/plugin-udp.xml:
11424         * docs/plugins/inspect/plugin-videobalance.xml:
11425         * docs/plugins/inspect/plugin-videobox.xml:
11426         * docs/plugins/inspect/plugin-videoflip.xml:
11427         * docs/plugins/inspect/plugin-videomixer.xml:
11428         * docs/plugins/inspect/plugin-wavenc.xml:
11429         * docs/plugins/inspect/plugin-wavparse.xml:
11430         * docs/plugins/inspect/plugin-ximagesrc.xml:
11431           Update to CVS.
11432
11433 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11434
11435         Patch by: Sebastian Dröge <slomo circular-chaos org>
11436
11437         * gst/audiofx/audiopanorama.c:
11438           Fix doc section name (Fixes #397946)
11439
11440 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11441
11442         * sys/v4l2/gstv4l2object.c:
11443         (gst_v4l2_object_install_properties_helper),
11444         (gst_v4l2_object_set_property_helper),
11445         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11446         * sys/v4l2/gstv4l2object.h:
11447         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11448         (gst_v4l2src_init), (gst_v4l2src_set_property),
11449         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11450         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11451         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11452         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11453         (gst_v4l2src_capture_deinit):
11454           Fix EIO handing when capturing. Add new property to specify the number of
11455           buffers to enque (and remove the borked num-buffers usage).
11456
11457 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11458
11459         Patch by: Sebastian Dröge <slomo circular-chaos org>
11460
11461         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11462         (gst_audio_panorama_set_process_function):
11463           Use a function array for process methods, add more docs and define the
11464           startindex of enums.
11465
11466 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11467
11468         Patch by: Mark Nauwelaerts <manauw at skynet be>
11469
11470         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11471         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11472         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11473         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11474         (gst_avi_mux_riff_get_avi_header),
11475         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11476         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11477         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11478         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11479         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11480         (gst_avi_mux_change_state):
11481         * gst/avi/gstavimux.h:
11482         * tests/check/elements/avimux.c: (teardown_src_pad):
11483           Add support for more than one audio stream; write better AVIX
11484           header; refactor code a bit; don't announce vorbis caps on our audio
11485           sink pads since we don't support it anyway. Closes #379298.
11486
11487 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11488
11489         Patch by: Sebastian Dröge <slomo circular-chaos org>
11490
11491         * gst/audiofx/audiopanorama.c:
11492         (gst_audio_panorama_method_get_type),
11493         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11494         (gst_audio_panorama_set_process_function),
11495         (gst_audio_panorama_set_property),
11496         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11497         (gst_audio_panorama_transform_m2s_int_simple),
11498         (gst_audio_panorama_transform_s2s_int_simple),
11499         (gst_audio_panorama_transform_m2s_float_simple),
11500         (gst_audio_panorama_transform_s2s_float_simple):
11501         * gst/audiofx/audiopanorama.h:
11502           Add 'method' property and provide a simple (non-psychoacustic)
11503           processing method (#394859).
11504
11505         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11506         (panorama_suite):
11507           Tests for new method.
11508
11509 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11510
11511         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11512         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11513           Set correct caps on outgoing pulled buffers, or things blow up
11514           after recent core changes.
11515
11516 2007-01-11  Wim Taymans  <wim@fluendo.com>
11517
11518         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11519
11520         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11521         (gst_multipart_mux_request_new_pad),
11522         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11523         (gst_multipart_mux_change_state):
11524         Return FLOW errors ASAP. Fixes #394977.
11525         Misc cleanups.
11526
11527 2007-01-11  Wim Taymans  <wim@fluendo.com>
11528
11529         Patch by: Lutz Mueller <lutz at topfrose dot de>
11530
11531         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11532         Check for stream pad before activating. 
11533
11534 2007-01-10  Wim Taymans  <wim@fluendo.com>
11535
11536         Patch by: Peter Kjellerstedt  <pkj at axis com>
11537
11538         * gst/rtsp/COPYING.MIT:
11539         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11540         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11541         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11542         (gst_rtspsrc_stream_configure_transport),
11543         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11544         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11545         (gst_rtspsrc_parse_methods),
11546         (gst_rtspsrc_create_transports_string),
11547         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11548         (gst_rtspsrc_open), (gst_rtspsrc_close):
11549         * gst/rtsp/gstrtspsrc.h:
11550         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11551         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11552         (parse_request_line), (parse_line), (rtsp_connection_read),
11553         (rtsp_connection_close):
11554         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11555         (rtsp_method_as_text), (rtsp_header_as_text),
11556         (rtsp_status_as_text), (rtsp_find_header_field),
11557         (rtsp_find_method):
11558         * gst/rtsp/rtspdefs.h:
11559         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11560         (rtsp_ext_wms_configure_stream):
11561         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11562         (rtsp_message_new_request), (rtsp_message_init_request),
11563         (rtsp_message_new_response), (rtsp_message_init_response),
11564         (rtsp_message_init_data), (rtsp_message_unset),
11565         (rtsp_message_free), (rtsp_message_add_header),
11566         (rtsp_message_get_header), (rtsp_message_set_body),
11567         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11568         * gst/rtsp/rtspmessage.h:
11569         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11570         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11571         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11572         (sdp_message_dump):
11573         Allow url to be NULL to be able to use it for server connections.
11574         Can now send responses as well as requests.
11575         No longer hangs in an endless loop if EOF is received.
11576         Can now convert a status code to a text string.
11577         Return RTSP_HDR_INVALID for unknown headers.
11578         Return RTSP_INVALID for unknown methods.
11579         Copy CSeq and Session headers from the request.
11580         Only free memory corresponding to the currently set message type.
11581         Added const to function arguments as appropriate.
11582         Avoid a compiler warning when initializing nmedia.
11583         Use guint rather than gint to avoid compiler warnings.
11584         Fix crasher in wms extension.
11585         Factor out stream setup from open_connection.
11586         Delay activation of streams when actual data is received from the
11587         server, this prepares us to do proper protocol switching.
11588         Added new license.
11589         Fixes #380895.
11590
11591
11592 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11593
11594         Patch by: Sebastian Dröge <slomo ubuntu com>
11595
11596         * docs/plugins/Makefile.am:
11597         * gst/audiofx/audiopanorama.c:
11598           Some small docs fixes (#394851).
11599
11600 2007-01-09  Wim Taymans  <wim@fluendo.com>
11601
11602         * gst/avi/gstavidemux.c:
11603         Fix docs.
11604
11605 2007-01-09  Wim Taymans  <wim@fluendo.com>
11606
11607         * gst/rtp/Makefile.am:
11608         * gst/rtp/gstrtp.c: (plugin_init):
11609         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
11610         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
11611         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
11612         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
11613         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
11614         * gst/rtp/gstrtpmpvdepay.h:
11615           Added RFC 2250 MPEG Video Depayloader.
11616
11617         * gst/rtp/gstrtpL16depay.h:
11618         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
11619         (gst_rtp_h263p_depay_process):
11620         Fix Header file. Small cleanups.
11621
11622         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
11623         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
11624         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
11625         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
11626         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
11627         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
11628         (gst_rtp_mp4v_depay_change_state):
11629         Remove usused code. Remove Adapter from state Change. Added debug.
11630
11631         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
11632         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
11633         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
11634         * gst/rtp/gstrtpmpadepay.h:
11635         Subclass base depayloader.
11636         Added debug.
11637         Support static payload type assignment as well.
11638
11639         * gst/rtp/gstrtpmpapay.c:
11640         Fix caps.
11641
11642 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11643
11644         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11645
11646         * ext/jpeg/gstjpegdec.c:
11647         * ext/jpeg/gstjpegenc.c:
11648         * ext/jpeg/smokecodec.c:
11649           These libjpeg callbacks should return a 'boolean' (unsigned char
11650           apparently) and not a 'gboolean' (which maps to gint). Fixes
11651           warnings when compiling with MingW (#393427).
11652
11653         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11654           Use ioctlsocket on win32.
11655
11656         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11657           Some printf format fixes for win32.
11658
11659 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11660
11661         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11662           Use gst_guint64_to_gdouble for conversion.
11663         * win32/vs6/libgstmatroska.dsp:
11664           Add zlib to the link.
11665         * win32/vs6/libgstvideobox.dsp:
11666           Update liboil library name (project is linked to 
11667           liboil-0.3-0.lib now).
11668           
11669 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11670
11671         * gst/matroska/Makefile.am:
11672           If zlib is available and used, we must link it explicitly for
11673           things to work on MingW (fixes #392855).
11674
11675 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
11676
11677         * ext/esd/esdsink.c: (gst_esdsink_delay):
11678           Don't return bogus values when esd_get_delay() fails for some
11679           reason (#392189).
11680
11681 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11682
11683         * sys/ximage/gstximagesrc.c: (composite_pixel):
11684           Fix presumably copy'n'pasto for 16bpp depth.
11685
11686 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11687
11688         * gst/matroska/matroska-mux.c:
11689         (gst_matroska_mux_audio_pad_setcaps):
11690           The "signed" field in audio caps is of boolean type, trying to use
11691           gst_structure_get_int() to extract it will fail. Fixing this makes
11692           matroskamux accept raw audio input (#387121) (use at your own risk
11693           though, due to the matroska spec being not entirely useful in this
11694           respect).
11695           Also fix up raw audio structures in template caps so that they
11696           represent what our setcaps function will actually accept, so that
11697           converters know what to convert to.
11698           Finally, don't fail if there isn't an "endianness" field in 8-bit
11699           PCM caps.
11700
11701 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11702
11703         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11704         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11705         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11706         (teardown_cmmldec):
11707         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11708         (teardown_cmmlenc):
11709         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11710           reapply consistent pad (de)activation
11711
11712 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11713
11714         * configure.ac:
11715         Back to CVS
11716
11717         * gst-plugins-good.doap:
11718         Add 0.10.5 doap entry
11719
11720 === release 0.10.5 ===
11721
11722 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
11723
11724         * configure.ac:
11725           releasing 0.10.5, "The Path of Thorns"
11726
11727 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11728
11729         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11730         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11731         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11732         (teardown_cmmldec):
11733         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11734         (teardown_cmmlenc):
11735         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11736           revert my freeze breakage
11737
11738 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11739
11740         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11741         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11742         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11743         (teardown_cmmldec):
11744         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11745         (teardown_cmmlenc):
11746         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11747           consistent pad (de)activation
11748
11749 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11750
11751         * configure.ac:
11752         * ext/Makefile.am:
11753         Disable LADPSA, as it has moved to the -bad module for the duration.
11754
11755 2006-12-18  Wim Taymans  <wim@fluendo.com>
11756
11757         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11758         (gst_signal_processor_event):
11759         Reset flow_state back to _OK after a flush stop so that we exit our
11760         error state after the flush. Fixes #374213
11761
11762 2006-12-16  David Schleef  <ds@schleef.org>
11763
11764         * sys/osxvideo/osxvideosink.h:
11765         * sys/osxvideo/osxvideosink.m:
11766           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11767
11768 2006-12-16  David Schleef  <ds@schleef.org>
11769
11770         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11771
11772         * sys/osxvideo/Makefile.am:
11773         * sys/osxvideo/osxvideosink.h:
11774         * sys/osxvideo/osxvideosink.m:
11775           Preliminary patch for porting osxvideosink
11776
11777 2006-12-16  Wim Taymans  <wim@fluendo.com>
11778
11779         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11780
11781         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11782         (gst_videomixer_set_master_geometry),
11783         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11784         (gst_videomixer_reset), (gst_videomixer_init),
11785         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11786         (gst_videomixer_release_pad), (gst_videomixer_collected),
11787         (gst_videomixer_change_state):
11788         Introduce some locking around the videomixer state so that it does not
11789         crash when adding/removing pads. Fixes #383043.
11790
11791 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11792
11793         * configure.ac:
11794           Make sure libcaca can actually be used instead of just checking for
11795           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11796           cross-compiling (fixes #384587).
11797
11798 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11799
11800         * Makefile.am:
11801         * gst-plugins-good.doap:
11802         * gst-plugins-good.spec.in:
11803           adding doap file
11804
11805 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11806
11807         * configure.ac:
11808           libflac-1.1.3 changed API again, but we can't build against it yet,
11809           so make sure our check doesn't use libflac-1.1.3 and add a comment
11810           to this effect.
11811
11812 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11813
11814         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11815         (gst_quarktv_planetable_clear):
11816           Add some NULL pointer checks (possibly related to #385623).
11817
11818 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11819
11820         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11821         (gst_tag_demux_chain):
11822         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11823           In streaming mode, if the first buffer we get doesn't have an
11824           offset, fix it up to be 0, otherwise trimming won't work later on
11825           and we'll be typefinding application/x-id3, which may result in
11826           decodebin plugging an endless number of id3demux elements as a
11827           consequence. Fixes #385031.
11828           
11829 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11830
11831         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11832           Ignore the buffer_time the sound device reports. Turns out it is 
11833           sometimes completely bogus and we're better off without it.
11834
11835 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11836
11837         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11838         (gst_matroska_demux_video_caps):
11839         * gst/matroska/matroska-ids.c:
11840         (gst_matroska_track_init_video_context):
11841         * gst/matroska/matroska-ids.h:
11842           Try harder to extract the framerate for video tracks correctly and
11843           save it directly instead of converting it back and forth a few
11844           times. Mostly makes a difference for very small framerates (<1).
11845           Fixes #380199.
11846
11847 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11848
11849         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11850         (gst_gconf_audio_src_dispose), (do_toggle_element):
11851         * ext/gconf/gstgconfaudiosrc.h:
11852           Remove gconf notify hook when the gconfaudiosrc element is
11853           destroyed, otherwise the callback may be called on an
11854           already-destroyed instance and bad things happen. Should fix
11855           #378184.
11856           Also ignore gconf key changes when the source is already running.
11857
11858 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11859
11860         Patch by: Sebastian Dröge  <mail at slomosnail de>
11861
11862         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11863           We need to be able to read and parse any possible floating point string
11864           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11865           will parse the former only in certain locales though, so we really need
11866           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11867           make sure we can parse either version at all times.
11868           Fixes #382982 for real.
11869
11870 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11871
11872         * sys/sunaudio/gstsunaudiomixerctrl.c:
11873         * sys/sunaudio/gstsunaudiosrc.c:
11874
11875         Use the sunaudio debug category.
11876
11877         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
11878         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
11879         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11880         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
11881         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
11882         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
11883         (gst_sunaudiosink_reset):
11884         * sys/sunaudio/gstsunaudiosink.h:
11885
11886         Uses the sunaudio debug category for all debug output
11887         Implements the _delay() callback to synchronise video playback better
11888         Change the segtotal and segsize values back to the parent class 
11889           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
11890           respectively)
11891         Measure the samples written to the device vs. played.
11892         Keep track of segments in the device by writing empty eof frames, and
11893         sleep using a GCond when we get too far ahead and risk overrunning the
11894         sink's ringbuffer.
11895
11896         Fixes: #360673
11897
11898 2006-12-08  Wim Taymans  <wim@fluendo.com>
11899
11900         Patch by: Sebastian Dröge  <mail at slomosnail de >
11901
11902         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
11903         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
11904         * gst/audiofx/audiopanorama.h:
11905         Fix audiopanorame with float samples. Fixes #383726.
11906
11907 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11908
11909         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
11910         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
11911         (gst_sunaudiosrc_reset):
11912
11913         Implement reset functions to unblock the src/sink more quickly on 
11914         state change requests.
11915         Patch by: Brian Cameron <brian dot cameron at sun com>
11916
11917 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11918
11919         * sys/sunaudio/gstsunaudiomixer.c:
11920         (gst_sunaudiomixer_change_state):
11921         Construct the correct mixer device name when the AUDIODEV env var
11922         is set.
11923
11924         Patch by: Jerry Tan <jerry.tan at sun dot com>
11925         Fixes: #383596
11926
11927 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11928
11929         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
11930         Apply patch to open the mixer control and set the MULTIPLE_OPEN
11931         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
11932         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
11933         Patch by: Jerry Tan <jerry.tan at sun dot com>
11934         Fixes: #349015
11935
11936 2006-12-07  Wim Taymans  <wim@fluendo.com>
11937
11938         * gst/smpte/gstmask.h:
11939         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11940         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
11941         (gst_smpte_collected), (gst_smpte_set_property),
11942         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
11943         * gst/smpte/gstsmpte.h:
11944         Port to 0.10 some more. 
11945         Added duration property to specify the duration of the transition.
11946         Make framerate a fraction.
11947         Deprecate fps property, we only use negotiated fps.
11948         Added docs.
11949         Fix collectpad usage.
11950         Reset state in READY.
11951         Send NEWSEGMENT event.
11952         Fix racy updates of object properties.
11953         Added debug category.
11954         Fixes #383323.
11955
11956 2006-12-06  Wim Taymans  <wim@fluendo.com>
11957
11958         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11959
11960         * gst/videomixer/videomixer.c:
11961         (gst_videomixer_set_master_geometry),
11962         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
11963         Don't reset xpos and ypos in the setcaps function because causes
11964         unexpected behaviour.
11965         Fixes #382179.
11966
11967 2006-12-06  Wim Taymans  <wim@fluendo.com>
11968
11969         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
11970         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
11971         Keep track of the buffer timestamp in the collectdata member instead
11972         of modifying the buffer without making the metadata writable first.
11973         Fixes #382277.
11974
11975 2006-12-06  Wim Taymans  <wim@fluendo.com>
11976
11977         Patch by: Rob Taylor <robtaylor at floopily dot org>
11978
11979         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
11980         If using multicast in udpsrc, bind to the multicast address rather than
11981         IN_ADDR_ANY.
11982         This allows the simultanous use of multiple udpsrcs listening on
11983         different multicat addresses. Without this all udpsrcs will receive all
11984         packets from all subscribed multicast addresses.
11985         Fixes #383001.
11986
11987 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11988
11989         * ext/taglib/gstid3v2mux.cc:
11990         Don't attempt to write a NULL frame into the ID3 tag set when the 
11991         createFrame method returned NULL.
11992         Fixes: #381857
11993         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
11994
11995 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11996
11997         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11998         Use g_strtod() instead of sscanf to parse doubles, so that it will
11999         try parsing in the C locale if the current locale fails.
12000         Fixes: #382982
12001         Patch by: Sebastian Dröge  <mail at slomosnail de >
12002
12003 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12004
12005         * win32/MANIFEST:
12006         Fix compilation on win32 under VS8
12007         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12008         Partially fixes #381175
12009
12010 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12011
12012         * gst/avi/gstavimux.c:
12013           accept all mpegversions,fixes #380825
12014           spotted by: Jerome Alet  
12015
12016 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12017
12018         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12019         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12020         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12021         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12022           cleanup the error message a bit more
12023
12024 2006-11-28  Wim Taymans  <wim@fluendo.com>
12025
12026         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12027         Fix width and height properties.
12028
12029         * ext/libcaca/gstcacasink.h:
12030         Fix compilation on newer libcaca that require us to include a new
12031         header. Fixes #379918.
12032
12033 2006-11-28  Wim Taymans  <wim@fluendo.com>
12034
12035         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12036         * gst/rtsp/gstrtspsrc.h:
12037         * gst/rtsp/rtspext.h:
12038         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12039         (rtsp_ext_wms_get_context):
12040         Add method so that extensions can choose to disable the setup of
12041         a stream.
12042         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12043
12044 2006-11-27  Wim Taymans  <wim@fluendo.com>
12045
12046         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12047
12048         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12049         Push header in a separate buffer instead of memcpy:ing all data.
12050         Change LF => CRLF in headers.
12051         Move trailing LF to header. Fixes #379792.
12052
12053 2006-11-27  Wim Taymans  <wim@fluendo.com>
12054
12055         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12056         Small buffer overflow fix and improve debugging.
12057
12058 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12059
12060         * ext/esd/esdmon.h:
12061         * ext/esd/esdsink.h:
12062           remove obsolete _factory_init protos
12063
12064 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12065
12066         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12067         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12068         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12069         (gst_avi_demux_read_subindexes_push),
12070         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12071         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12072         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12073         (gst_avi_demux_massage_index),
12074         (gst_avi_demux_calculate_durations_from_index),
12075         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12076         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12077         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12078           remove dead code, tweak debugs statements, add comments, use
12079           _uint64_scale instead _uint64_scale_int when using guint64 values,
12080           small optimizations, reflow some error handling
12081
12082 2006-11-22  Edward Hervey  <edward@fluendo.com>
12083
12084         * po/.cvsignore:
12085         We never put .pot files in cvs. Let's ignore them all.
12086
12087 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12088
12089         * po/POTFILES.in:
12090           ... but better exclude files that aren't disted.
12091
12092 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12093
12094         * po/POTFILES.in:
12095           Add v4l2 source files to list of files with translations, so the
12096           strings are actually extracted (however bad they still may be).
12097
12098 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12099
12100         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12101           Minor clean-ups: const-ify static array, remove trailing comma from
12102           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12103
12104 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12105
12106         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12107         Make sure that g_free always gets called on the same pointer that was 
12108         returned by g_malloc.  Fixes #376594.
12109         Do not leak memory if decompressed size is wrong.
12110         Remove unneeded check of return value of g_malloc.
12111         Patch by: René Stadler <mail@renestadler.de>
12112
12113 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12114
12115         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12116           Add missing curly brackets.
12117
12118 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12119
12120         * sys/v4l2/v4l2src_calls.c:
12121         Fix capture_deinit.
12122
12123 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12124
12125         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12126         (gst_matroska_mux_request_new_pad):
12127           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12128
12129         * tests/check/elements/matroskamux.c: (setup_src_pad),
12130         (setup_sink_pad), (GST_START_TEST):
12131         Activate pads before using them.
12132
12133 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12134
12135         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12136           Initialise variable to get rid of bogus compiler warning.
12137
12138 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12139
12140         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12141
12142         * gst/rtp/gstrtph263pay.c:
12143         * gst/rtp/gstrtph263pdepay.c:
12144         * gst/rtp/gstrtph263ppay.c:
12145           Specify H.263 variant and version in the caps (fixes #361637)
12146
12147 2006-11-15  Wim Taymans  <wim@fluendo.com>
12148
12149         * gst/rtsp/rtspconnection.c: (read_body):
12150         Don't set a data pointer to NULL and a size > 0 when we deal
12151         with empty packets.
12152
12153         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12154         (rtsp_message_init_response), (rtsp_message_init_data),
12155         (rtsp_message_unset), (rtsp_message_free),
12156         (rtsp_message_take_body):
12157         Check that we can't create invalid empty packets. 
12158
12159 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12160
12161         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12162
12163         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12164         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12165         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12166         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12167         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12168         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12169         * gst/matroska/matroska-mux.h:
12170           Add basic tag writing support; implement releasing pads (#374658).
12171
12172 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12173
12174         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12175         (gst_matroska_demux_audio_caps):
12176           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12177
12178 2006-11-14  David Schleef  <ds@schleef.org>
12179
12180         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12181
12182 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12183
12184         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12185
12186         * win32/vs8/gst-plugins-good.sln:
12187         * win32/vs8/libgst1394.vcproj:
12188         * win32/vs8/libgstaasink.vcproj:
12189         * win32/vs8/libgstalaw.vcproj:
12190         * win32/vs8/libgstalpha.vcproj:
12191         * win32/vs8/libgstalphacolor.vcproj:
12192         * win32/vs8/libgstannodex.vcproj:
12193         * win32/vs8/libgstapetag.vcproj:
12194         * win32/vs8/libgstaudiofx.vcproj:
12195         * win32/vs8/libgstauparse.vcproj:
12196         * win32/vs8/libgstautodetect.vcproj:
12197         * win32/vs8/libgstavi.vcproj:
12198         * win32/vs8/libgstcacasink.vcproj:
12199         * win32/vs8/libgstcdio.vcproj:
12200         * win32/vs8/libgstcutter.vcproj:
12201         * win32/vs8/libgstdv.vcproj:
12202         * win32/vs8/libgsteffectv.vcproj:
12203         * win32/vs8/libgstflac.vcproj:
12204         * win32/vs8/libgstflxdec.vcproj:
12205         * win32/vs8/libgstgoom.vcproj:
12206         * win32/vs8/libgsticydemux.vcproj:
12207         * win32/vs8/libgstid3demux.vcproj:
12208         * win32/vs8/libgstjpeg.vcproj:
12209         * win32/vs8/libgstladspa.vcproj:
12210         * win32/vs8/libgstlevel.vcproj:
12211         * win32/vs8/libgstmatroska.vcproj:
12212         * win32/vs8/libgstmikmod.vcproj:
12213         * win32/vs8/libgstmng.vcproj:
12214         * win32/vs8/libgstmonoscope.vcproj:
12215         * win32/vs8/libgstmulaw.vcproj:
12216         * win32/vs8/libgstmultipart.vcproj:
12217         * win32/vs8/libgstpng.vcproj:
12218         * win32/vs8/libgstrtp.vcproj:
12219         * win32/vs8/libgstrtsp.vcproj:
12220         * win32/vs8/libgstshout2.vcproj:
12221         * win32/vs8/libgstsmpte.vcproj:
12222         * win32/vs8/libgstspeex.vcproj:
12223         * win32/vs8/libgsttaglib.vcproj:
12224         * win32/vs8/libgstudp.vcproj:
12225         * win32/vs8/libgstvideobalance.vcproj:
12226         * win32/vs8/libgstvideobox.vcproj:
12227         * win32/vs8/libgstvideoflip.vcproj:
12228         * win32/vs8/libgstvideomixer.vcproj:
12229         * win32/vs8/libgstwavenc.vcproj:
12230         * win32/vs8/libgstwavparse.vcproj:
12231           Make end-of-line returns unixy, so that when the files are checked
12232           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12233           Hopefully fixes #366492.
12234
12235 2006-11-14  Wim Taymans  <wim@fluendo.com>
12236
12237         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12238         Disable init_frames delay timestamp adjustment, it does not
12239         seem to be needed at all. Fixes #369621.
12240
12241 2006-11-13  Wim Taymans  <wim@fluendo.com>
12242
12243         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12244
12245         * gst/videomixer/videomixer.c:
12246         (gst_videomixer_set_master_geometry),
12247         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12248         (gst_videomixer_collect_free), (gst_videomixer_reset),
12249         (gst_videomixer_init), (gst_videomixer_finalize),
12250         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12251         (gst_videomixer_collected), (gst_videomixer_change_state):
12252         Fix memleak by unref'ing collectpads instance (when finalizing)
12253         Implement releasing a request pad. Fixes #374479.
12254
12255 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12256
12257         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12258
12259         * win32/vs8/gst-plugins-good.sln:
12260         * win32/vs8/libgst1394.vcproj:
12261         * win32/vs8/libgstaasink.vcproj:
12262         * win32/vs8/libgstalaw.vcproj:
12263         * win32/vs8/libgstalpha.vcproj:
12264         * win32/vs8/libgstalphacolor.vcproj:
12265         * win32/vs8/libgstannodex.vcproj:
12266         * win32/vs8/libgstapetag.vcproj:
12267         * win32/vs8/libgstaudiofx.vcproj:
12268         * win32/vs8/libgstauparse.vcproj:
12269         * win32/vs8/libgstautodetect.vcproj:
12270         * win32/vs8/libgstavi.vcproj:
12271         * win32/vs8/libgstcacasink.vcproj:
12272         * win32/vs8/libgstcdio.vcproj:
12273         * win32/vs8/libgstcutter.vcproj:
12274         * win32/vs8/libgstdv.vcproj:
12275         * win32/vs8/libgsteffectv.vcproj:
12276         * win32/vs8/libgstflac.vcproj:
12277         * win32/vs8/libgstflxdec.vcproj:
12278         * win32/vs8/libgstgoom.vcproj:
12279         * win32/vs8/libgsticydemux.vcproj:
12280         * win32/vs8/libgstid3demux.vcproj:
12281         * win32/vs8/libgstjpeg.vcproj:
12282         * win32/vs8/libgstladspa.vcproj:
12283         * win32/vs8/libgstlevel.vcproj:
12284         * win32/vs8/libgstmatroska.vcproj:
12285         * win32/vs8/libgstmikmod.vcproj:
12286         * win32/vs8/libgstmng.vcproj:
12287         * win32/vs8/libgstmonoscope.vcproj:
12288         * win32/vs8/libgstmulaw.vcproj:
12289         * win32/vs8/libgstmultipart.vcproj:
12290         * win32/vs8/libgstpng.vcproj:
12291         * win32/vs8/libgstrtp.vcproj:
12292         * win32/vs8/libgstrtsp.vcproj:
12293         * win32/vs8/libgstshout2.vcproj:
12294         * win32/vs8/libgstsmpte.vcproj:
12295         * win32/vs8/libgstspeex.vcproj:
12296         * win32/vs8/libgsttaglib.vcproj:
12297         * win32/vs8/libgstudp.vcproj:
12298         * win32/vs8/libgstvideobalance.vcproj:
12299         * win32/vs8/libgstvideobox.vcproj:
12300         * win32/vs8/libgstvideoflip.vcproj:
12301         * win32/vs8/libgstvideomixer.vcproj:
12302         * win32/vs8/libgstwavenc.vcproj:
12303         * win32/vs8/libgstwavparse.vcproj:
12304           Add VS8 project files (note that many of the plugins in ext are
12305           disabled by default). Fixes #366492.
12306
12307 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12308
12309         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12310           we do not translate debug messages
12311
12312 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12313
12314         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12315           fix categorisation, make short desc more explicit, remove unused code
12316           Fixes #372021
12317
12318 2006-11-08  Wim Taymans  <wim@fluendo.com>
12319
12320         * gst/rtp/gstrtpL16depay.c:
12321         * gst/rtp/gstrtpamrdepay.c:
12322         * gst/rtp/gstrtpamrpay.c:
12323         * gst/rtp/gstrtpgsmdepay.c:
12324         * gst/rtp/gstrtph263pay.c:
12325         * gst/rtp/gstrtph263pdepay.c:
12326         * gst/rtp/gstrtph263ppay.c:
12327         * gst/rtp/gstrtph264depay.c:
12328         * gst/rtp/gstrtpmp2tdepay.c:
12329         * gst/rtp/gstrtpmp4gdepay.c:
12330         * gst/rtp/gstrtpmp4gpay.c:
12331         * gst/rtp/gstrtpmp4vdepay.c:
12332         * gst/rtp/gstrtpmp4vpay.c:
12333         * gst/rtp/gstrtpmpadepay.c:
12334         * gst/rtp/gstrtpmpapay.c:
12335         * gst/rtp/gstrtppcmadepay.c:
12336         * gst/rtp/gstrtppcmapay.c:
12337         * gst/rtp/gstrtppcmudepay.c:
12338         * gst/rtp/gstrtppcmupay.c:
12339         * gst/rtp/gstrtpspeexdepay.c:
12340         * gst/rtp/gstrtpspeexpay.c:
12341         * gst/rtp/gstrtpsv3vdepay.c:
12342         Fix element descriptions.
12343
12344 2006-11-08  Wim Taymans  <wim@fluendo.com>
12345
12346         * gst/rtp/gstrtpvorbisdepay.c:
12347         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12348         Fix description.
12349         Small cleanup in the payloader.
12350
12351 2006-11-08  Wim Taymans  <wim@fluendo.com>
12352
12353         * gst/rtp/Makefile.am:
12354         * gst/rtp/gstrtp.c: (plugin_init):
12355         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12356         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12357         (gst_rtp_theora_depay_finalize),
12358         (gst_rtp_theora_depay_parse_configuration),
12359         (gst_rtp_theora_depay_setcaps),
12360         (gst_rtp_theora_depay_switch_codebook),
12361         (gst_rtp_theora_depay_process),
12362         (gst_rtp_theora_depay_set_property),
12363         (gst_rtp_theora_depay_get_property),
12364         (gst_rtp_theora_depay_change_state),
12365         (gst_rtp_theora_depay_plugin_init):
12366         * gst/rtp/gstrtptheoradepay.h:
12367         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12368         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12369         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12370         (gst_rtp_theora_pay_init_packet),
12371         (gst_rtp_theora_pay_flush_packet),
12372         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12373         (gst_rtp_theora_pay_handle_buffer),
12374         (gst_rtp_theora_pay_plugin_init):
12375         * gst/rtp/gstrtptheorapay.h:
12376         Add theora pay/depayloaders.
12377
12378 2006-11-06  Wim Taymans  <wim@fluendo.com>
12379
12380         * gst/rtp/Makefile.am:
12381         We depend on gsttag to generate the vorbis comments.
12382
12383         * gst/rtp/gstrtpvorbisdepay.c:
12384         (gst_rtp_vorbis_depay_parse_configuration),
12385         (gst_rtp_vorbis_depay_setcaps),
12386         (gst_rtp_vorbis_depay_switch_codebook),
12387         (gst_rtp_vorbis_depay_process):
12388         * gst/rtp/gstrtpvorbisdepay.h:
12389         Parse configuration string in the depayloader.
12390         Implement selecting and switching to a new codebook.
12391         Receiving vorbis over RTP now works.
12392
12393         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12394         (gst_rtp_vorbis_pay_init_packet),
12395         (gst_rtp_vorbis_pay_finish_headers),
12396         (gst_rtp_vorbis_pay_handle_buffer):
12397         * gst/rtp/gstrtpvorbispay.h:
12398         Set timestamps on outgoing buffers and RTP packets.
12399         Fix configuration string, prepend number of Packet headers.
12400         Fix encoding of ident string.
12401         Add delivery-method to caps.
12402         Streaming vorbis over RTP now works.
12403
12404 2006-11-06  Wim Taymans  <wim@fluendo.com>
12405
12406         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12407         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12408         (gst_rtp_vorbis_pay_handle_buffer):
12409         * gst/rtp/gstrtpvorbispay.h:
12410         Generate a valid configuration string in the caps based on the
12411         vorbis headers.
12412
12413 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12414
12415         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12416         * ext/cdio/gstcdio.h:
12417         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12418           Move CD-TEXT utility function into common file so it can also be
12419           used by a future cdioparanoiasrc.
12420
12421 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12422         
12423         * sys/v4l2/Makefile.am:
12424         * sys/v4l2/gstv4l2object.c:
12425         * sys/v4l2/gstv4l2src.c:
12426         * sys/v4l2/gstv4l2xoverlay.c:
12427         * sys/v4l2/v4l2_calls.c:
12428         * sys/v4l2/v4l2src_calls.c:
12429         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12430         xoverlay code that is still not implemented.
12431
12432 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12433
12434         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12435           We require a -base more recent than 0.10.9, so it's safe to use
12436           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12437
12438         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12439         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12440           Use _newsegment_full() now that we depend on a recent enough core.
12441
12442         * gst/wavparse/gstwavparse.c:
12443           Remove cruft that we don't need any longer now that we depend on
12444           a recent enough -base.
12445
12446 2006-10-31  Wim Taymans  <wim@fluendo.com>
12447
12448         * gst/rtp/Makefile.am:
12449         * gst/rtp/gstrtp.c: (plugin_init):
12450         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12451         (gst_rtpilbcpay_setcaps):
12452         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12453
12454 2006-10-31  Wim Taymans  <wim@fluendo.com>
12455
12456         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12457         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12458         Some small cleanups, use _scale.
12459
12460 2006-10-31  Wim Taymans  <wim@fluendo.com>
12461
12462         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12463         Use higher precision scale function.
12464
12465 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12466
12467         Patch by: Michal Benes  <michal dot benes at itonis tv>
12468
12469         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12470         (gst_matroska_demux_read_track_encodings),
12471         (gst_matroska_decode_buffer):
12472           Fix several issues with encoded/compressed/encrypted/signed tracks;
12473           also, remove superfluous newline characters from some debug
12474           statements. (#366155)
12475
12476 2006-10-30  Wim Taymans  <wim@fluendo.com>
12477
12478         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12479         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12480         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12481         (gst_smokedec_change_state):
12482         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12483         (gst_smokeenc_init), (gst_smokeenc_finalize),
12484         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12485         (gst_smokeenc_resync), (gst_smokeenc_chain),
12486         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12487         (gst_smokeenc_change_state):
12488         Various cleanups, capsnego and leak fixes.
12489
12490 2006-10-30  Wim Taymans  <wim@fluendo.com>
12491
12492         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12493
12494         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12495         Fix videomixer so that it can handle any combination of framerates.
12496         Fixes #367221.
12497
12498 2006-10-28  Wim Taymans  <wim@fluendo.com>
12499
12500         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12501         (gst_avi_demux_parse_file_header),
12502         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12503         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12504         (gst_avi_demux_chain):
12505         Fix position query for audio. also fixes timestamps in streaming
12506         mode and bug #364958.
12507         Small cleanups.
12508
12509 2006-10-27  Wim Taymans  <wim@fluendo.com>
12510
12511         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12512         * ext/libpng/gstpngenc.h:
12513         Fix strides. Fixes #364856.
12514         Cleanup capsnego.
12515         Set caps on outgoing buffers.
12516
12517 2006-10-18  Wim Taymans  <wim@fluendo.com>
12518
12519         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12520
12521         * gst/rtp/gstrtpgsmpay.c:
12522         * gst/rtp/gstrtph263pay.c:
12523         * gst/rtp/gstrtpmpapay.c:
12524         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12525         (gst_rtp_pcma_pay_handle_buffer):
12526         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12527         Add static payload numbers in addition to the dynamic ones.
12528         Fixes #361639.
12529
12530 2006-10-18  Wim Taymans  <wim@fluendo.com>
12531
12532         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12533         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12534         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12535         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12536         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12537         * gst/rtsp/rtspdefs.h:
12538         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12539         * gst/rtsp/rtspurl.h:
12540         Reuse already existing enum for lower transport.
12541         Add rtspt and rtspu protocols.
12542         Send redirect to rtspt when udp times out.
12543
12544 2006-10-18  Wim Taymans  <wim@fluendo.com>
12545
12546         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12547         (gst_wavparse_stream_data):
12548         Fix seeking some more, mostly for speed changes.
12549
12550 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12551
12552         Patch by: Fredrik Persson  <frepe at bredband net>
12553
12554         * sys/v4l2/gstv4l2tuner.c:
12555         * sys/v4l2/gstv4l2tuner.h:
12556           Fix _set_channel(): remove useless g_object_notify() for "channel"
12557           property that doesn't exist any longer and therefore now also
12558           useless redirect (#338818).
12559
12560 2006-10-17  Wim Taymans  <wim@fluendo.com>
12561
12562         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12563         Some drivers do not support unsetting the non-blocking flag once the
12564         device is opened. In those cases, close/open the device in
12565         non-blocking mode. Fixes #362673.
12566
12567 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12568
12569         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12570         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12571         (gst_v4l2src_get_fps):
12572           dear stefan, framespersecond is not frameperiod, reverting but adding
12573           comment
12574
12575 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12576
12577         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12578         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12579         (gst_v4l2src_get_fps):
12580           Numerator is numerator and denominator is denominator. Say that aloud
12581           5 times and retry after next beer.
12582
12583 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
12584
12585         Patch by: Josep Torra Valles  <josep at fluendo com>
12586
12587         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12588         * ext/esd/esdsink.c: (gst_esdsink_write):
12589         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12590         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12591         (gst_flac_dec_send_newsegment):
12592         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12593         (gst_flac_enc_tell_callback):
12594         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12595         (smokecodec_parse_header), (smokecodec_decode):
12596         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
12597         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
12598         * gst/goom/Makefile.am:
12599         * gst/goom/gstgoom.c:
12600         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
12601         * gst/rtsp/gstrtspsrc.c:
12602         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12603         * gst/udp/gstudpsink.c:
12604         * gst/udp/gstudpsrc.c:
12605         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
12606         * sys/sunaudio/gstsunaudiomixertrack.h:
12607           Fix a bunch of problems discovered by the Forte compiler, mostly type
12608           mixups and pointer arithmetics with void pointers. Fixes #362603.
12609
12610 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12611
12612         * ext/speex/gstspeex.c: (plugin_init):
12613         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
12614         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
12615         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
12616         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
12617         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
12618         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
12619         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
12620         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
12621         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
12622         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
12623         (gst_speex_enc_chain), (gst_speex_enc_get_property),
12624         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
12625         * ext/speex/gstspeexenc.h:
12626           Miscellaneous clean-ups, among other things: speexenc => enc to
12627           enhance code readability; change speexenc => speex_enc; in chain
12628           function unref input buffer in case of error; take reference in
12629           event function; use boilerplate macro; use gst_pad_query_peer_*
12630           convenience functions.
12631
12632 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12633
12634         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
12635         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
12636         (gst_speexenc_set_header_on_caps):
12637           Fix some mem leaks.
12638
12639 2006-10-11  Wim Taymans  <wim@fluendo.com>
12640
12641         * gst/rtsp/URLS:
12642         Added some other URL.
12643
12644         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
12645         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
12646         (gst_rtspsrc_open), (gst_rtspsrc_play),
12647         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12648         * gst/rtsp/gstrtspsrc.h:
12649         Work on fallback to TCP connection when the UDP socket times out.
12650         Handler server requests, just reply with OK for now.
12651
12652         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12653         * gst/rtsp/rtspdefs.h:
12654         Added some more Real extension headers.
12655
12656         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12657         Fix parsing of urls with a ':' that is not part of the hostname:port
12658         part of the url.
12659
12660 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
12661
12662         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
12663         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
12664         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12665           Activate pad before adding it to the already-running element.
12666
12667         * tests/check/elements/icydemux.c: (icydemux_found_pad):
12668           Activate newly-created pad too.
12669
12670 2006-10-11  Wim Taymans  <wim@fluendo.com>
12671
12672         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12673
12674         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12675         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
12676         (gst_udpsrc_start):
12677         Fix some leaks in caps and uris. Fixes #361252.
12678
12679 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12680
12681         * gst/wavparse/Makefile.am:
12682           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
12683
12684 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
12685
12686         * sys/v4l2/gstv4l2xoverlay.c:
12687         * sys/v4l2/gstv4l2xoverlay.h:
12688         Fix build as per the patch in #338818 comment 36.
12689
12690 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12691
12692         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12693           Activate pads before adding them to the source.
12694
12695 2006-10-06  Wim Taymans  <wim@fluendo.com>
12696
12697         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
12698         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
12699         Activate pads before adding.
12700
12701 2006-10-06  Wim Taymans  <wim@fluendo.com>
12702
12703         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12704         (gst_multipart_find_pad_by_mime):
12705         Activate pads before adding.
12706
12707         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12708         BOILERPLATE sets parent_class for us.
12709
12710 2006-10-06  Wim Taymans  <wim@fluendo.com>
12711
12712         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
12713         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
12714         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
12715         (gst_rtspsrc_alloc_udp_ports),
12716         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12717         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
12718         (gst_rtspsrc_create_transports_string),
12719         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
12720         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12721         * gst/rtsp/gstrtspsrc.h:
12722         Rework how the transport string is constructed, try to share channels
12723         and udp ports.
12724         Make most of the stuff less dependant on RTP as we are also going to use
12725         it for RDT.
12726         Add support for transport specific session managers.
12727
12728         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
12729         Implement _flush().
12730
12731         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12732         * gst/rtsp/rtspdefs.h:
12733         Add generic error return code.
12734
12735         * gst/rtsp/rtspext.h:
12736         Add support for pluggable tranport strings.
12737
12738         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
12739         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
12740         (rtsp_ext_wms_get_context):
12741         Detect WMServer and activate the extension.
12742
12743         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
12744         (rtsp_transport_get_manager), (rtsp_transport_parse):
12745         * gst/rtsp/rtsptransport.h:
12746         Added methods to get mime/manager for certain transports.
12747
12748 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12749
12750         * ext/cairo/gsttimeoverlay.c:
12751         (gst_cairo_time_overlay_update_font_height):
12752         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12753         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12754         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12755         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12756         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12757         * ext/libpng/gstpngdec.c: (user_endrow_callback):
12758         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12759         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12760         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12761         (gst_avi_demux_stream_data):
12762         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12763         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12764         (gst_fenced_buffer_copy):
12765         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12766         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12767         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12768         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12769         (gst_rtspsrc_handle_message):
12770         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12771         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12772           Printf format fixes.
12773
12774 2006-10-04  Wim Taymans  <wim@fluendo.com>
12775
12776         * gst/rtsp/Makefile.am:
12777         Dist new .h file too.
12778
12779 2006-10-04  Wim Taymans  <wim@fluendo.com>
12780
12781         * gst/rtsp/Makefile.am:
12782         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12783         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12784         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12785         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12786         (gst_rtspsrc_parse_rtpmap),
12787         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12788         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12789         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12790         * gst/rtsp/gstrtspsrc.h:
12791         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12792         * gst/rtsp/rtspdefs.h:
12793         * gst/rtsp/rtspext.h:
12794         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12795         (rtsp_ext_wms_get_context):
12796         * gst/rtsp/rtspextwms.h:
12797         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12798         (rtsp_transport_parse):
12799         * gst/rtsp/rtsptransport.h:
12800         Factor out extension in separate module.
12801         Fix getcaps to filter against the padtemplate.
12802         Use Content-Base if the server gives one.
12803         Rework the transport parsing a bit for future extensions.
12804         Added some Real Header field definitions.
12805
12806 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12807
12808         * docs/plugins/Makefile.am:
12809         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12810         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12811           added v4l2 stubs
12812         * gst-plugins-good.spec.in:
12813           add v4l2
12814
12815 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12816
12817         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12818           Extract disc/album/medium number and count and try harder
12819           to extract track number/count.
12820
12821 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12822
12823         * configure.ac:
12824         * sys/Makefile.am:
12825           add build stuff for v4l2, needs --enable-experimental until
12826           the last bits are resolved
12827
12828 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12829
12830         * tests/check/Makefile.am:
12831           Disable autodetect test temporarily, so that the build bots
12832           update -bad and the ranks of unreliable video sinks in there.
12833
12834         * tests/check/elements/autodetect.c: (GST_START_TEST):
12835           Skip test if no usable videosink is found.
12836
12837 2006-09-29  Wim Taymans  <wim@fluendo.com>
12838
12839         * gst/rtsp/URLS:
12840         Add some more URLs.
12841
12842         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12843         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12844         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12845         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12846         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12847         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12848         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12849         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12850         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12851         * gst/rtsp/gstrtspsrc.h:
12852         Add timeout property to control UDP timeouts.
12853         Fix error messages.
12854         Also start a loop function when operating in UDP mode so that we can
12855         do some more stuff async.
12856         Handle element messages from udpsrc to detect timeouts. If a timeout
12857         happens we currently generate an error.
12858         API: rtspsrc::timeout property.
12859
12860         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12861         (gst_udpsrc_create):
12862         Really implement the timeout in microseconds and not milliseconds.
12863
12864 2006-09-29  Wim Taymans  <wim@fluendo.com>
12865
12866         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12867         (gst_udpsrc_create), (gst_udpsrc_set_property),
12868         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12869         * gst/udp/gstudpsrc.h:
12870         Added property to post a message on timeout.
12871         Updated docs.
12872         When restarting the select, initialize the fdsets again.
12873         Init control sockets so we don't accidentally close a random socket.
12874         API: GstUDPSrc::timeout property
12875
12876 2006-09-29  Wim Taymans  <wim@fluendo.com>
12877
12878         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12879         Fix flag registration.
12880
12881         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12882         Reading 0 also means 'no more commands'
12883
12884 2006-09-29  Wim Taymans  <wim@fluendo.com>
12885
12886         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
12887
12888         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12889         Fix possible infinite loop when shutting down, a read can also return
12890         0 to indicate no more messages are available. Fixes #358156.
12891
12892 2006-09-25  Wim Taymans  <wim@fluendo.com>
12893
12894         * gst/autodetect/gstautoaudiosink.c:
12895         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
12896         (gst_auto_audio_sink_find_best):
12897         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
12898         Small cleanups.
12899         don't try to set "sync" property when it is not available.
12900
12901 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12902
12903         Patch by: Peter Kjellerstedt  <pkj at axis com>
12904
12905         * gst/alpha/gstalpha.c:
12906         * gst/rtp/gstrtpamrdepay.c:
12907         * gst/rtsp/gstrtspsrc.c:
12908         * gst/udp/gstudpsrc.c:
12909         * gst/videomixer/videomixer.c:
12910           Include stdlib.h in some more places, makes things compile
12911           with uClibc and -Werror (#357592).
12912
12913 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12914
12915         * ext/jpeg/gstjpegdec.c:
12916           Set minimum height to 8 (from 16), our code should handle
12917           that fine. Some of the buttons on the apple trailer site
12918           are apparently only 15 pixels high (see #357470).
12919
12920 2006-09-23  Wim Taymans  <wim@fluendo.com>
12921
12922         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
12923         (gst_rtspsrc_open):
12924         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12925         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12926         (rtsp_connection_receive):
12927         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12928         * gst/rtsp/rtspdefs.h:
12929         Improve error reporting.
12930
12931 2006-09-23  Wim Taymans  <wim@fluendo.com>
12932
12933         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
12934         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
12935         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
12936         * gst/rtp/gstrtpdepay.c:
12937         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
12938         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
12939         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
12940         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
12941         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
12942         (gst_rtp_mp2t_depay_plugin_init):
12943         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
12944         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
12945         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
12946         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
12947         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
12948         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
12949         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
12950         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
12951         Fix klass typos.
12952         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
12953
12954 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12955
12956         * configure.ac:
12957           Need  -base CVS for gst_base_rtp_depayload_push_ts().
12958
12959 2006-09-22  Wim Taymans  <wim@fluendo.com>
12960
12961         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
12962         Don't check for a tag that is never there and check if we read the
12963         correct tag. Fixes seeking again.
12964         We must post an error when all pads are unlinked.
12965
12966 2006-09-22  Wim Taymans  <wim@fluendo.com>
12967
12968         * gst/rtp/Makefile.am:
12969         * gst/rtp/gstrtp.c: (plugin_init):
12970         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
12971         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12972         (gst_rtp_vorbis_pay_reset_packet),
12973         (gst_rtp_vorbis_pay_init_packet),
12974         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
12975         (gst_rtp_vorbis_pay_handle_buffer):
12976         More fixage, set endoder-params correctly in the payloader.
12977
12978 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12979
12980         * gst/autodetect/gstautoaudiosink.c:
12981         (gst_auto_audio_sink_base_init):
12982         * gst/autodetect/gstautovideosink.c:
12983         (gst_auto_video_sink_base_init):
12984           Make static pad templates static to appease valgrind's leak
12985           detector.
12986
12987         * tests/check/Makefile.am:
12988         * tests/check/elements/.cvsignore:
12989         * tests/check/elements/autodetect.c: (GST_START_TEST),
12990         (autodetect_suite):
12991           Add simple test for the ghostpad lockup on shutdown fixed in core
12992           CVS (audio bit disabled because it would need dozens of alsa
12993           suppressions and I'm too lazy to add those now).
12994
12995 2006-09-22  Wim Taymans  <wim@fluendo.com>
12996
12997         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
12998         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
12999         Small cleanups.
13000
13001         * gst/rtp/Makefile.am:
13002         * gst/rtp/gstrtp.c: (plugin_init):
13003         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13004         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13005         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13006         (gst_rtp_vorbis_depay_process),
13007         (gst_rtp_vorbis_depay_set_property),
13008         (gst_rtp_vorbis_depay_get_property),
13009         (gst_rtp_vorbis_depay_change_state),
13010         (gst_rtp_vorbis_depay_plugin_init):
13011         * gst/rtp/gstrtpvorbisdepay.h:
13012         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13013         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13014         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13015         (gst_rtp_vorbis_pay_flush_packet),
13016         (gst_rtp_vorbis_pay_append_buffer),
13017         (gst_rtp_vorbis_pay_handle_buffer),
13018         (gst_rtp_vorbis_pay_plugin_init):
13019         * gst/rtp/gstrtpvorbispay.h:
13020         Add experimental vorbis pay and depayloaders.
13021
13022 2006-09-21  Wim Taymans  <wim@fluendo.com>
13023
13024         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13025         Fix profile-level-id parsing and setup.
13026
13027 2006-09-21  Wim Taymans  <wim@fluendo.com>
13028
13029         * gst/udp/README:
13030         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13031         Update README, simple cleanup.
13032
13033 2006-09-21  Wim Taymans  <wim@fluendo.com>
13034
13035         * gst/rtp/README:
13036         Update README with some examples.
13037
13038         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13039         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13040         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13041         (gst_rtp_mp4g_pay_setcaps):
13042         * gst/rtp/gstrtpmp4gpay.h:
13043         Make optional RTP parameters of type STRING, as required by the
13044         application/x-rtp caps specification.
13045
13046 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13047
13048         * gst/rtp/gstrtph263pdepay.c:
13049         * gst/rtp/gstrtph263ppay.c:
13050         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13051         RTP header.
13052
13053 2006-09-20  Wim Taymans  <wim@fluendo.com>
13054
13055         * gst/rtp/Makefile.am:
13056         And makefile too.
13057
13058 2006-09-20  Wim Taymans  <wim@fluendo.com>
13059
13060         * gst/rtp/gstrtp.c: (plugin_init):
13061         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13062         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13063         (decode_base64), (gst_rtp_asf_depay_setcaps),
13064         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13065         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13066         (gst_rtp_asf_depay_plugin_init):
13067         * gst/rtp/gstrtpasfdepay.h:
13068         Added preliminary ASF depayloader.
13069
13070         * gst/rtp/gstrtph264depay.c: (decode_base64):
13071         Fix base64 decoding.
13072
13073 2006-09-20  Wim Taymans  <wim@fluendo.com>
13074
13075         * gst/rtsp/URLS:
13076         Added some test URLS.
13077
13078         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13079         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13080         * gst/rtsp/gstrtspsrc.h:
13081         When creating streams, give access to the complete SDP.
13082         Fix some leaks.
13083         Collect and merge global stream properties in stream caps.
13084         Preliminary support for WMServer.
13085
13086         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13087         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13088         (rtsp_connection_receive):
13089         * gst/rtsp/rtspconnection.h:
13090         Make connection interruptable.
13091         Refactor to make it reconnectable.
13092         Don't fail on short reads when reading data packets.
13093
13094         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13095         (rtsp_url_get_port):
13096         * gst/rtsp/rtspurl.h:
13097         Add methods for getting/setting the port.
13098
13099         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13100         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13101         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13102         (sdp_media_get_format), (sdp_parse_line),
13103         (sdp_message_parse_buffer):
13104         Fix headers. 
13105         Add methods for getting multiple attributes with the same name.
13106         Increase buffer size when parsing.
13107         Fix parsing of a=foo fields.
13108
13109         * gst/rtsp/test.c: (main):
13110         Update to new connection API.
13111
13112         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13113         (rtsp_message_init_response), (rtsp_message_init_data),
13114         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13115         * gst/rtsp/rtspmessage.h:
13116         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13117         * gst/rtsp/rtsptransport.h:
13118         * gst/rtsp/sdp.h:
13119         * gst/rtsp/sdpmessage.h:
13120         * gst/rtsp/gstrtsp.c:
13121         * gst/rtsp/gstrtsp.h:
13122         * gst/rtsp/gstrtpdec.c:
13123         * gst/rtsp/gstrtpdec.h:
13124         * gst/rtsp/rtsp.h:
13125         * gst/rtsp/rtspdefs.c:
13126         * gst/rtsp/rtspdefs.h:
13127         Dual licensed under MIT and LGPL now.
13128
13129 2006-09-19  Wim Taymans  <wim@fluendo.com>
13130
13131         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13132         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13133         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13134         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13135         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13136         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13137         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13138         * gst/rtsp/gstrtspsrc.h:
13139         Reorganize stream parsing and creation.
13140         Detect container formats in interleaved mode.
13141         Keep more state about the streams.
13142         Assume a server also supports PLAY if it does not say.
13143         Add unicast and interleaved properties to TCP transport requests to make
13144         some servers happy (WMServer).
13145
13146         * gst/rtsp/sdpmessage.h:
13147         Add some defines for the standard Bandwidth types.
13148
13149 2006-09-19  Wim Taymans  <wim@fluendo.com>
13150
13151         * gst/rtsp/test.c: (main):
13152         Fix build.
13153
13154 2006-09-19  Wim Taymans  <wim@fluendo.com>
13155
13156         * gst/wavparse/gstwavparse.c:
13157         Add ms-gsm to the src template.
13158
13159 2006-09-18  Wim Taymans  <wim@fluendo.com>
13160
13161         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13162         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13163         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13164         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13165         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13166         * gst/rtsp/gstrtspsrc.h:
13167         Small cleanups, added documentation.
13168         Try to clean up the requests and responses.
13169         Refactor parsing the supported methods.
13170
13171         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13172         (rtsp_connection_create), (rtsp_connection_send),
13173         (parse_response_status), (parse_request_line),
13174         (rtsp_connection_receive), (rtsp_connection_close),
13175         (rtsp_connection_free):
13176         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13177         (rtsp_transport_init), (rtsp_transport_parse),
13178         (rtsp_transport_free):
13179         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13180         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13181         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13182         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13183         Use g_return_val some more.
13184
13185         * gst/rtsp/rtspdefs.h:
13186         Add more enum values to track initial states.
13187
13188         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13189         (rtsp_message_init_request), (rtsp_message_new_response),
13190         (rtsp_message_init_response), (rtsp_message_init_data),
13191         (rtsp_message_unset), (rtsp_message_free),
13192         (rtsp_message_add_header), (rtsp_message_remove_header),
13193         (rtsp_message_get_header), (rtsp_message_set_body),
13194         (rtsp_message_take_body), (rtsp_message_get_body),
13195         (rtsp_message_steal_body), (rtsp_message_dump):
13196         * gst/rtsp/rtspmessage.h:
13197         Reorder arguments, object goes as the first one.
13198         Use g_return_val some more.
13199
13200 2006-09-18  Wim Taymans  <wim@fluendo.com>
13201
13202         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13203         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13204         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13205         * gst/rtsp/gstrtspsrc.h:
13206         Export sometimes source pad with correct caps on the template, create
13207         the ghostpad from the template.
13208         Remove RTCP template as we never expose RTCP.
13209         Protect against invalid body size.
13210         Avoid memcpy when creating the output buffer.
13211         Properly post an error and send EOS when the loop function is shut down.
13212
13213 2006-09-18  Wim Taymans  <wim@fluendo.com>
13214
13215         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13216
13217         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13218         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13219         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13220         * gst/rtsp/gstrtspsrc.h:
13221         Make sure we can never set an invalid location.
13222
13223         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13224         * gst/rtsp/rtspmessage.h:
13225         Added _steal_body method for future use.
13226
13227         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13228         Make freeing of NULL url return immediatly.
13229
13230 2006-09-18  Wim Taymans  <wim@fluendo.com>
13231
13232         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13233
13234         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13235         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13236         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13237         (gst_rtspsrc_change_state):
13238         * gst/rtsp/gstrtspsrc.h:
13239         Use boilerplate.
13240         Make rtspsrc subclass GstBin to make state changes easier.
13241         Add Range header field on the PLAY request.
13242
13243 2006-09-18  Wim Taymans  <wim@fluendo.com>
13244
13245         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13246
13247         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13248         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13249         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13250         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13251         * gst/rtsp/rtspconnection.c: (inet_aton):
13252         Small cleanups.
13253         when multicast is selected as the transport, create UDP sources and
13254         connect to the multicast group.
13255         Move parsing and setting of caps to a common place.
13256         Fixes #349894.
13257
13258 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13259
13260         * ext/flac/gstflactag.c:
13261         * gst/alpha/gstalpha.c:
13262         * gst/debug/breakmydata.c:
13263         * gst/debug/negotiation.c:
13264         * gst/debug/testplugin.c:
13265         * gst/effectv/gstaging.c:
13266         * gst/effectv/gstdice.c:
13267         * gst/effectv/gstedge.c:
13268         * gst/effectv/gstquark.c:
13269         * gst/effectv/gstrev.c:
13270         * gst/effectv/gstshagadelic.c:
13271         * gst/effectv/gstvertigo.c:
13272         * gst/effectv/gstwarp.c:
13273         * gst/multipart/multipartdemux.c:
13274         * gst/multipart/multipartmux.c:
13275         * gst/videobox/gstvideobox.c:
13276         * gst/videofilter/gstgamma.c:
13277         * gst/videofilter/gstvideotemplate.c:
13278         * gst/videomixer/videomixer.c:
13279         * sys/sunaudio/gstsunaudiosrc.h:
13280         More G_OBJECT macro fixing.
13281
13282 2006-09-16  Wim Taymans  <wim@fluendo.com>
13283
13284         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13285
13286         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13287         Correctly set the dwLength in strh.
13288         With this patch, the file duration is now displayed correctly in window
13289         media player and the AVI plays completely. Fixes #356147
13290
13291 2006-09-15  Wim Taymans  <wim@fluendo.com>
13292
13293         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13294
13295         * sys/sunaudio/gstsunaudiomixerctrl.c:
13296         (gst_sunaudiomixer_ctrl_build_list):
13297         Set the output track as the MASTER so that the gnome-settings-daemon
13298         keybindings for changing the volume using the keyboard works.
13299         Fixes #356142.
13300
13301 2006-09-15  Wim Taymans  <wim@fluendo.com>
13302
13303         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13304         Fix documentation, it is not possible to control the framerate of jpegdec
13305         using filtered caps yet. Fixes #355210.
13306         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13307         stop when there is an error.
13308
13309 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13310
13311         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13312         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13313           Don't interpret a first buffer with an offset of NONE as
13314           'from the middle of the stream', but only a first buffer
13315           that has a valid buffer offset that's non-zero (see #345449).
13316
13317 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13318
13319         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13320         (gst_icydemux_typefind_or_forward):
13321         * gst/icydemux/gsticydemux.h:
13322           When we merge/collect multiple incoming buffers for typefinding
13323           purposes, keep an initial 0 offset on the first outgoing buffer
13324           as well (otherwise id3demux won't work right). Fixes #345449.
13325           Also Make buffer metadata writable before setting buffer caps.
13326
13327         * tests/check/elements/icydemux.c: (typefind_succeed),
13328         (cleanup_icydemux), (push_data), (GST_START_TEST),
13329         (icydemux_suite):
13330           Small test case for the above.
13331
13332 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13333
13334         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13335         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13336         (gst_avi_demux_stream_header_push),
13337         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13338         (gst_avi_demux_loop):
13339           More code reuse and better logging in _peek_chunk(). Reintroduce check
13340           for chunk sizes before reading them (avoid oom). Better handling for 
13341           invalid chunksizes when streaming.
13342
13343 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13344
13345         * gst/level/gstlevel.c: (gst_level_set_property):
13346         * gst/level/gstlevel.h:
13347           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13348           René Stadler
13349
13350 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13351
13352         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13353         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13354         (gst_avi_demux_stream_data):
13355           Revert one change to fix streaming avi (adapter size != data size).
13356
13357 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13358
13359         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13360
13361         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13362         (gst_matroska_demux_reset),
13363         (gst_matroska_demux_read_track_encodings),
13364         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13365         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13366         (gst_matroska_demux_subtitle_caps):
13367         * gst/matroska/matroska-ids.h:
13368           Add support for VOBSUB subtitle tracks and zlib-compressed
13369           tracks. Make sure we start on a keyframe after a seek. (#343348)
13370
13371 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13372
13373         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13374         (gst_matroska_demux_push_flac_codec_priv_data),
13375         (gst_matroska_demux_push_xiph_codec_priv_data),
13376         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13377         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13378         * gst/matroska/matroska-ids.h:
13379           Add basic FLAC support (#311586), not perfect yet though, needs some
13380           tweaking in flacdec; also, seeking could be better.
13381           Do better bounds checking when deserialising vorbis stream headers
13382           to make sure we don't read beyond the end of the buffer on bad input.
13383
13384 2006-09-04  Wim Taymans  <wim@fluendo.com>
13385
13386         Patch by: Alessandro Decina <alessandro at nnva dot org>
13387
13388         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13389         Seeking back in a file containing a CMML stream errors out if the seek
13390         goes back up to the CMML headers. This is because after the seek the xml
13391         processing instruction <?xml ...?> is submitted to the xml parser again, 
13392         which results in an error. The attached patch fixes the problem. 
13393         Fixes #353908.
13394
13395         * ext/annodex/gstcmmlenc.h:
13396         Fix authors name.
13397
13398
13399 2006-08-28  Andy Wingo  <wingo@pobox.com>
13400
13401         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13402         New helper function to lessen the ifdefs.
13403         (GST_INFO_OBJECT): 
13404         (gst_dv1394src_iso_receive): Use it.
13405         (gst_dv1394src_create): Also use the control sockets in iec61883
13406         mode.
13407         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13408         handle for AVC operations; fixes #348233.
13409
13410 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13411
13412         * configure.ac:
13413         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13414         * docs/plugins/inspect/plugin-audiofx.xml:
13415         * docs/plugins/inspect/plugin-audiofxgood.xml:
13416         * gst/audiofx/Makefile.am:
13417         * gst/audiofx/audiofx.c:
13418         * gst/audiofxgood/.cvsignore:
13419         * gst/audiofxgood/Makefile.am:
13420         * gst/audiofxgood/audiofx.c:
13421         * gst/audiofxgood/audiopanorama.c:
13422         * gst/audiofxgood/audiopanorama.h:
13423           Rename again (audiofxgood -> audiofx).
13424
13425 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13426
13427         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13428         (gst_avi_demux_stream_scan):
13429           Initialze variables.
13430
13431 2006-08-25  Wim Taymans  <wim@fluendo.com>
13432
13433         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13434         (gst_avi_demux_init), (gst_avi_demux_finalize),
13435         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13436         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13437         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13438         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13439         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13440         (gst_avi_demux_massage_index),
13441         (gst_avi_demux_calculate_durations_from_index),
13442         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13443         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13444         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13445         (gst_avi_demux_change_state):
13446         * gst/avi/gstavidemux.h:
13447         More attempts to turn this into readable code.
13448         Don't leak adapters.
13449         Calculate duration according to index more efficiently.
13450         Don't try to act like we drive the pipeline in chain mode.
13451
13452 2006-08-25  Wim Taymans  <wim@fluendo.com>
13453
13454         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13455         Fix build.
13456
13457 2006-08-25  Wim Taymans  <wim@fluendo.com>
13458
13459         Patch by: Alessandro Decina <alessandro at nnva dot org>
13460
13461         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13462         Do some extra sanity checks.
13463         Fixes #350340.
13464
13465         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13466         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13467         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13468         Check if clip->start_time is valid before adding the clip to the
13469         track list.
13470         Reset enc->preamble going from PAUSED to READY.
13471         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13472         only used for EOS.
13473         Only post an error message if we were the one that created the fatal
13474         GstFlowReturn value.
13475
13476         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13477         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13478         Parse the seconds field of the npt-sec time format using %llu rather than
13479         %d and check that the value scaled by GST_SECOND doesn't overflow.
13480         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13481         Lookup a clip's track with clip->track rather than clip->id which
13482         makes no sense.
13483         Identify a clip by its track and start time and not its xml id.
13484         do some more input checking and make sure we don't do undefined shifts.
13485
13486         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13487         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13488         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13489         (push_clip), (push_empty_clip), (check_output_clip),
13490         (GST_START_TEST), (cmmldec_suite):
13491         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13492         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13493         (check_headers), (push_clip), (check_clip_times), (check_clip),
13494         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13495         Added some more checks.
13496
13497 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13498
13499         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13500         (gst_audio_panorama_set_property),
13501         (gst_audio_panorama_get_property),
13502         (gst_audio_panorama_transform_m2s_int),
13503         (gst_audio_panorama_transform_s2s_int),
13504         (gst_audio_panorama_transform_m2s_float),
13505         (gst_audio_panorama_transform_s2s_float):
13506         * gst/audiofxgood/audiopanorama.h:
13507         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13508           Make also the pan-property float (saves scaling and yields better
13509           resolution)
13510
13511 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13512
13513         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13514         (gst_audio_panorama_transform_m2s_float),
13515         (gst_audio_panorama_transform_s2s_float):
13516           ChangeLog surgery to add cymax's real name
13517
13518
13519 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13520
13521         Patch by: René Stadler <mail@renestadler.de>
13522
13523         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13524         (gst_audio_panorama_transform_m2s_int),
13525         (gst_audio_panorama_transform_s2s_int),
13526         (gst_audio_panorama_transform_m2s_float),
13527         (gst_audio_panorama_transform_s2s_float),
13528         (gst_audio_panorama_transform):
13529         * gst/audiofxgood/audiopanorama.h:
13530           Added float support
13531
13532 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13533
13534         * gst/audiofxgood/audiopanorama.c:
13535         (gst_audio_panorama_transform_m2s):
13536           Fix docs & debug category. Add Fixme for volume pan levels.
13537
13538 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13539
13540         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13541         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13542         (gst_avi_demux_stream_header_pull),
13543         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13544         (gst_avi_demux_chain):
13545           unbreak AVI index handling, some more debug, remove an obsolete
13546           adapter_flush that caused streaming to wander off in the wild
13547
13548 2006-08-24  Wim Taymans  <wim@fluendo.com>
13549
13550         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13551         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13552         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13553         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13554         (gst_avi_demux_calculate_durations_from_index),
13555         (gst_avi_demux_stream_header_push),
13556         (gst_avi_demux_stream_header_pull):
13557         * gst/avi/gstavidemux.h:
13558         Some more cleanups. 
13559         Fix totalFrames parsing in ODML.
13560         Disable use of index for length calculation in case of ODML as this is
13561         broken now.
13562
13563 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13564
13565         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13566           Use libgsttag helper function here too.
13567
13568 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13569
13570         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13571         (gst_avi_demux_init), (gst_avi_demux_dispose),
13572         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13573         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13574         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13575         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13576         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13577         (gst_avi_demux_parse_subindex),
13578         (gst_avi_demux_read_subindexes_push),
13579         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13580         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13581         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13582         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13583         (gst_avi_demux_stream_header_pull),
13584         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13585         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13586         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13587         (gst_avi_demux_change_state):
13588         * gst/avi/gstavidemux.h:
13589           Initial streaming support for avidemux (fixes #336465)
13590
13591 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13592
13593         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13594           There is no taglibmux element ...
13595
13596         * gst/rtsp/gstrtspsrc.c:
13597           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
13598           was complaining about unknown entity here.
13599
13600 2006-08-22  Wim Taymans  <wim@fluendo.com>
13601
13602         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13603         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
13604         (gst_avi_demux_process_next_entry):
13605         * gst/avi/gstavidemux.h:
13606         Mark DISCONT.
13607         Remove old unused fields and reorder the struct a bit.
13608
13609 2006-08-22  Wim Taymans  <wim@fluendo.com>
13610
13611         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13612         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
13613         (gst_rtspsrc_pause):
13614         * gst/rtsp/gstrtspsrc.h:
13615         * sys/oss/gstosssink.c: (gst_oss_sink_open),
13616         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13617         Small documentation updates.
13618
13619 2006-08-22  Wim Taymans  <wim@fluendo.com>
13620
13621         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13622         (gst_avi_demux_index_entry_for_time),
13623         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13624         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
13625         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13626         (gst_avi_demux_next_data_buffer),
13627         (gst_avi_demux_calculate_durations_from_index),
13628         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
13629         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13630         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13631         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
13632         * gst/avi/gstavidemux.h:
13633         Precalc most of the duration query for each stream.
13634         Make seeking more correct.
13635         Use GstSegment to track position and duration.
13636         Code cleanups and leak fixes.
13637         Calculate correct total duration based on index length.
13638
13639 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
13640
13641         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13642         (parse_insert_string_field):
13643           If strings in text fields are marked ISO8859-1, but contain
13644           valid UTF-8 already, then handle them as UTF-8 and ignore
13645           the encoding. (#351794)
13646
13647 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13648
13649         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
13650         (gst_flac_dec_write), (gst_flac_dec_loop),
13651         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
13652         (gst_flac_dec_src_query):
13653         * ext/flac/gstflacdec.h:
13654           Make flac-in-ogg work (#352100).
13655
13656 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13657
13658         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13659           Don't unref buffers of which we've already given away
13660           ownership to the adapter.
13661
13662 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13663
13664         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
13665           Make metadata extraction actually work.
13666
13667         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
13668         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
13669         (gst_speexenc_chain):
13670           Fix metadata writing: replace old code which wrote completely
13671           broken tags with libgsttag-based code. Plus miscellaneous
13672           code cleanups (use static pad templates etc.) and a bunch
13673           of leak fixes.
13674
13675 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13676
13677         * gst/audiopanorama/.cvsignore:
13678         * gst/audiopanorama/Makefile.am:
13679         * gst/audiopanorama/audiofx.c:
13680         * gst/audiopanorama/audiopanorama.c:
13681         * gst/audiopanorama/audiopanorama.h:
13682           die! die! die! you should never have been there
13683
13684 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13685
13686         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13687         Fix invalid memory access in audiopanorama test suite.
13688
13689 2006-08-21  Edward Hervey  <edward@fluendo.com>
13690
13691         * tests/check/elements/.cvsignore:
13692         ignore built file
13693
13694 2006-08-21  Wim Taymans  <wim@fluendo.com>
13695
13696         * gst/rtp/Makefile.am:
13697         Fix the build again.
13698
13699 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13700
13701         * gst/audiofxgood/.cvsignore:
13702         * gst/audiofxgood/Makefile.am:
13703         * gst/audiofxgood/audiofx.c: (plugin_init):
13704         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13705         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13706         (gst_audio_panorama_set_property),
13707         (gst_audio_panorama_get_property),
13708         (gst_audio_panorama_get_unit_size),
13709         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13710         (gst_audio_panorama_transform_m2s),
13711         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13712         * gst/audiofxgood/audiopanorama.h:
13713           resubmit with the desired name *again*
13714
13715 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13716
13717         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
13718         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
13719           use g_assert in _get_unit_size
13720
13721 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13722
13723         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13724         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13725         * docs/plugins/inspect/plugin-audiofxgood.xml:
13726           cleanup -unused.txt to make it useful, add previously missing docs
13727
13728         * ext/Makefile.am:
13729           Quietly (accidentally) enable LADSPA for building by default, 
13730           despite the fact that it doesn't meet the plugin checklist.
13731             -- Added by Jan Schmidt 18 Dec 2006
13732
13733         * ext/esd/esdmon.c:
13734         * ext/esd/esdsink.c:
13735         * ext/esd/gstesd.c: (plugin_init):
13736           reflow to get rid of two external symbols
13737
13738         * gst/audiofxgood/audiofx.c: (plugin_init):
13739           re-add
13740
13741 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13742
13743         * configure.ac:
13744         * gst/audiofxgood/.cvsignore:
13745         * gst/audiofxgood/Makefile.am:
13746         * gst/audiofxgood/audiofx.c
13747         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13748         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13749         (gst_audio_panorama_set_property),
13750         (gst_audio_panorama_get_property),
13751         (gst_audio_panorama_get_unit_size),
13752         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13753         (gst_audio_panorama_transform_m2s),
13754         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13755         * gst/audiofxgood/audiopanorama.h:
13756         * tests/check/Makefile.am:
13757         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13758         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13759         (panorama_suite), (main):
13760         Add audiofxgood plugin with audiopanorama element
13761
13762 2006-08-18  Wim Taymans  <wim@fluendo.com>
13763
13764         * docs/plugins/Makefile.am:
13765         More Oss docs fixage. 
13766
13767 2006-08-18  Wim Taymans  <wim@fluendo.com>
13768
13769         * gst/rtp/Makefile.am:
13770         * gst/rtp/gstrtp.c: (plugin_init):
13771         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13772         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13773         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13774         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13775         (gst_rtp_sv3v_depay_get_property),
13776         (gst_rtp_sv3v_depay_change_state),
13777         (gst_rtp_sv3v_depay_plugin_init):
13778         * gst/rtp/gstrtpsv3vdepay.h:
13779         Added experimental SVQ3 depayloader.
13780
13781 2006-08-18  Edward Hervey  <edward@fluendo.com>
13782
13783         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13784         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13785         * ext/dv/gstdvdemux.h:
13786         When handling seek requests, don't send the newsegment event from the
13787         calling thread. Instead save it so it can be sent from the streaming
13788         thread.
13789
13790 2006-08-17  Wim Taymans  <wim@fluendo.com>
13791
13792         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13793
13794         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13795         Accept leading whitespace before the boundary
13796         This patch makes the demuxer allow some whitespace before the actual
13797         boundary. This makes the demuxer work with the ``old'' gstreamer
13798         multipartmuxer again (which placed an extra \n before the start
13799         of the stream) Fixes #349068.
13800
13801 2006-08-17  Wim Taymans  <wim@fluendo.com>
13802
13803         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13804         Error out on non-implemented stuff.
13805
13806 2006-08-16  Wim Taymans  <wim@fluendo.com>
13807
13808         Patch by: Andy Wingo <wingo at pobox dot com>
13809
13810         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13811         (gst_signal_processor_start), (gst_signal_processor_stop),
13812         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13813         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13814         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13815         (gst_signal_processor_change_state):
13816         Make ladspa elements reusable. Fixes #350006.
13817
13818 2006-08-16  Wim Taymans  <wim@fluendo.com>
13819
13820         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13821         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13822         names as possible. Fixes #349901.
13823
13824 2006-08-16  Wim Taymans  <wim@fluendo.com>
13825
13826         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13827         (gst_signal_processor_do_pushes):
13828         A push() gives away our refcount so we should not use the buffer on the
13829         pen anymore.
13830
13831 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13832
13833         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13834         (gst_oss_mixer_element_finalize):
13835           Don't leak device string.
13836
13837 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13838
13839         * configure.ac:
13840           Require CVS of GStreamer core and -base (for
13841           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13842
13843         * ext/taglib/gstid3v2mux.cc:
13844           Write extended comment tags properly (#348762).
13845
13846         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13847         (parse_comment_frame):
13848           Extract COMM frames into extended comments, which makes it
13849           easier to properly retain the description bit of the tag
13850           and maintain this information when re-tagging (#348762).
13851
13852 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13853
13854         * tests/check/Makefile.am:
13855           Don't try to run annodex unit tests if the annodex
13856           plugin has not been built (Fixes #351116).
13857
13858 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13859
13860         * gst/autodetect/gstautoaudiosink.c:
13861         (gst_auto_audio_sink_find_best):
13862           When we can't find a usable audiosink, don't error out,
13863           but use a fake sink instead and post a warning message
13864           on the bus (#341278).
13865
13866 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13867
13868         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13869         * sys/oss/gstosssink.c:
13870         * sys/oss/gstosssrc.c:
13871           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13872           ossmixer's new device property.
13873
13874         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13875         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13876           Add docs for OSS elements.
13877
13878         * docs/plugins/inspect/plugin-aasink.xml:
13879         * docs/plugins/inspect/plugin-alaw.xml:
13880         * docs/plugins/inspect/plugin-alpha.xml:
13881         * docs/plugins/inspect/plugin-alphacolor.xml:
13882         * docs/plugins/inspect/plugin-annodex.xml:
13883         * docs/plugins/inspect/plugin-apetag.xml:
13884         * docs/plugins/inspect/plugin-auparse.xml:
13885         * docs/plugins/inspect/plugin-autodetect.xml:
13886         * docs/plugins/inspect/plugin-avi.xml:
13887         * docs/plugins/inspect/plugin-cacasink.xml:
13888         * docs/plugins/inspect/plugin-cairo.xml:
13889         * docs/plugins/inspect/plugin-cdio.xml:
13890         * docs/plugins/inspect/plugin-cutter.xml:
13891         * docs/plugins/inspect/plugin-debug.xml:
13892         * docs/plugins/inspect/plugin-dv.xml:
13893         * docs/plugins/inspect/plugin-efence.xml:
13894         * docs/plugins/inspect/plugin-effectv.xml:
13895         * docs/plugins/inspect/plugin-esdsink.xml:
13896         * docs/plugins/inspect/plugin-flac.xml:
13897         * docs/plugins/inspect/plugin-flxdec.xml:
13898         * docs/plugins/inspect/plugin-gconfelements.xml:
13899         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13900         * docs/plugins/inspect/plugin-goom.xml:
13901         * docs/plugins/inspect/plugin-halelements.xml:
13902         * docs/plugins/inspect/plugin-icydemux.xml:
13903         * docs/plugins/inspect/plugin-id3demux.xml:
13904         * docs/plugins/inspect/plugin-jpeg.xml:
13905         * docs/plugins/inspect/plugin-level.xml:
13906         * docs/plugins/inspect/plugin-matroska.xml:
13907         * docs/plugins/inspect/plugin-mulaw.xml:
13908         * docs/plugins/inspect/plugin-multipart.xml:
13909         * docs/plugins/inspect/plugin-navigationtest.xml:
13910         * docs/plugins/inspect/plugin-ossaudio.xml:
13911         * docs/plugins/inspect/plugin-png.xml:
13912         * docs/plugins/inspect/plugin-rtp.xml:
13913         * docs/plugins/inspect/plugin-rtsp.xml:
13914         * docs/plugins/inspect/plugin-shout2send.xml:
13915         * docs/plugins/inspect/plugin-smpte.xml:
13916         * docs/plugins/inspect/plugin-speex.xml:
13917         * docs/plugins/inspect/plugin-taglib.xml:
13918         * docs/plugins/inspect/plugin-udp.xml:
13919         * docs/plugins/inspect/plugin-videobalance.xml:
13920         * docs/plugins/inspect/plugin-videobox.xml:
13921         * docs/plugins/inspect/plugin-videoflip.xml:
13922         * docs/plugins/inspect/plugin-videomixer.xml:
13923         * docs/plugins/inspect/plugin-wavenc.xml:
13924         * docs/plugins/inspect/plugin-wavparse.xml:
13925         * docs/plugins/inspect/plugin-ximagesrc.xml:
13926           Update to CVS version.
13927           
13928 2006-08-16  Wim Taymans  <wim@fluendo.com>
13929
13930         * gst/rtp/gstrtpamrdepay.c:
13931         * gst/rtp/gstrtpmp4gdepay.c:
13932         Caps extra properties must be defined as strings for
13933         depayloaders because they are generated from an SDP.
13934
13935         * gst/rtp/Makefile.am:
13936         * gst/rtp/gstrtp.c: (plugin_init):
13937         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
13938         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
13939         (gst_rtp_h264_depay_finalize), (decode_base64),
13940         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
13941         (gst_rtp_h264_depay_set_property),
13942         (gst_rtp_h264_depay_get_property),
13943         (gst_rtp_h264_depay_change_state),
13944         (gst_rtp_h264_depay_plugin_init):
13945         * gst/rtp/gstrtph264depay.h:
13946         Added basic, not completely functional RFC 3984 H264 depayloader.
13947
13948 2006-08-16  Wim Taymans  <wim@fluendo.com>
13949
13950         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
13951         Add pads after setting them up.
13952
13953         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13954         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13955         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
13956         (gst_rtspsrc_stream_setup_rtp),
13957         (gst_rtspsrc_stream_configure_transport),
13958         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
13959         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13960         (gst_rtspsrc_pause):
13961         * gst/rtsp/gstrtspsrc.h:
13962         Fix interleaved mode.
13963          - Protect streaming with lock.
13964          - Combine flows
13965          - set caps on outgoing buffers.
13966          - strip trailing \0 from data packets.
13967          - Configure RTP/RTCP in stream.
13968         Use DEBUG_OBJECT more.
13969
13970 2006-08-16  Wim Taymans  <wim@fluendo.com>
13971
13972         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
13973         Turn a g_print into a DEBUG line.
13974
13975 2006-08-13  Wim Taymans  <wim@fluendo.com>
13976
13977         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
13978         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13979         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
13980         (gst_oss_mixer_element_get_property),
13981         (gst_oss_mixer_element_change_state):
13982         * sys/oss/gstossmixerelement.h:
13983         Small cleanups. Better error reporting.
13984         Add device property for the mixer instead of the hardcoded
13985         /dev/mixer. Fixes #350785.
13986         API: GstOssMixerElement::device property
13987
13988 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13989
13990         Patch by: Jens Granseuer <jensgr at gmx net>
13991
13992         * gconf/Makefile.am:
13993           Make --disable-schemas work right (they still need
13994           to be copied to the installation directory, just not
13995           applied). Fixes #351347 (also #344100).
13996           
13997 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13998
13999         * configure.ac: back to HEAD
14000
14001 === release 0.10.4 ===
14002
14003 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14004
14005         * configure.ac:
14006           releasing 0.10.4, "Dear Leader"
14007
14008 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14009
14010         Patch by: Edward Hervey <edward@fluendo.com>
14011
14012         * configure.ac:
14013         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14014         (gst_wavparse_stream_data):
14015         Send the newsegment event in the streaming thread.
14016         Fixes #347529
14017
14018 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14019
14020         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14021         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14022         (gst_smokeenc_resync), (gst_smokeenc_chain):
14023           Refuse sink caps in the encoder if width or height is not a
14024           multiple of 16, the encoder does not support that yet (#349939);
14025           along the same lines, check the return value of the encoder
14026           setup function; also remove some debug log clutter.
14027
14028 2006-08-04  Andy Wingo  <wingo@pobox.com>
14029
14030         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14031         whether a processor can work in place or not, and for keeping
14032         track of its state. Change the FlowReturn instance variable from
14033         "state" to "flow_state", all callers changed.
14034
14035         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14036         (gst_signal_processor_start, gst_signal_processor_stop)
14037         (gst_signal_processor_cleanup): New functions to manage the
14038         processor's state.
14039         (gst_signal_processor_setcaps): start() as well as setup() here.
14040         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14041         (gst_signal_processor_change_state): Stop and cleanup the
14042         processor as we go to NULL.
14043
14044         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14045         INPLACE_BROKEN is not set.
14046
14047         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14048         Do the alloc_buffer in bytes, not frames.
14049         
14050 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14051
14052         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14053         Fix rgb masks when recording in < 24bpp.
14054
14055 2006-08-04  Andy Wingo  <wingo@pobox.com>
14056
14057         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14058         (gst_signal_processor_prepare)
14059         (gst_signal_processor_update_inputs)
14060         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14061         (gst_signal_processor_flush)
14062         (gst_signal_processor_sink_activate_push)
14063         (gst_signal_processor_src_activate_pull)
14064         (gst_signal_processor_change_state): Remove the last of the code
14065         that assumes that we process whole buffers at a time. Fix some
14066         debugging. Seems to work now in some cases.
14067         (gst_signal_processor_src_activate_pull): BPB
14068
14069 2006-08-01  Andy Wingo  <wingo@pobox.com>
14070
14071         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14072         Fix nframes-choosing.
14073         (gst_signal_processor_init): Init pending_in and pending_out.
14074
14075         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14076         more default sample rate, although we never check that the sample
14077         rate actually gets set. Something for the future.
14078         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14079         (gst_signal_processor_event): Refcount fixen.
14080         (gst_signal_processor_process): Pull the number of frames to
14081         process from the sizes of the buffers in the input pens.
14082         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14083         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14084         it instead of buffer_frames.
14085         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14086         to do_pulls.
14087         (gst_signal_processor_chain)
14088         (gst_signal_processor_sink_activate_push)
14089         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14090
14091         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14092
14093 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14094
14095         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14096         (gst_signal_processor_process):
14097           don't query buffer-frames from caps, add lots of debug-log,
14098           try fix for assert (#349189)
14099
14100 2006-07-31  Wim Taymans  <wim@fluendo.com>
14101
14102         * gst/udp/gstudpsrc.c:
14103         Fix docs.
14104
14105 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14106
14107         * ext/ladspa/gstsignalprocessor.c:
14108         (gst_signal_processor_add_pad_from_template),
14109         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14110         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14111         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14112         (gst_signal_processor_sink_activate_push),
14113         (gst_signal_processor_src_activate_pull),
14114         (gst_signal_processor_change_state):
14115          Add debugs logs here and there, add more error handling, add some
14116          FIXME comments, filed #349189
14117
14118 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14119
14120         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14121         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14122         Set caps on buffer correctly.  Fixes bug #349155.
14123
14124 2006-07-28  Wim Taymans  <wim@fluendo.com>
14125
14126         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14127
14128         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14129         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14130         (gst_multipart_demux_finalize), (get_line_end),
14131         (multipart_parse_header), (multipart_find_boundary),
14132         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14133         (gst_multipart_set_property), (gst_multipart_get_property):
14134         Uses GstAdapter instead of own buffering.
14135         Actually parses the mime-type correctly (In tests the mime-type was
14136         always "" with the old version).
14137         Uses the Content-length header if available to speed up things.
14138         Reliably autoscans the boundary name by default.
14139         Fixes #349068.
14140
14141         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14142         Don't start the stream with a \n.
14143
14144 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14145
14146         Patch by: Brian Cameron <brian dot cameron at sun com>
14147
14148         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14149           Open source with O_NONBLOCK (#349015).
14150
14151 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14152
14153         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14154         (gst_avi_demux_massage_index):
14155         * gst/avi/gstavidemux.h:
14156           Whitespace fixes and more debug
14157
14158 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14159
14160         * gst/autodetect/gstautoaudiosink.c:
14161         (gst_auto_audio_sink_create_element_with_pretty_name),
14162         (gst_auto_audio_sink_find_best),
14163         (gst_auto_audio_sink_change_state):
14164           Get rid of old and unused magic sound-server properties stuff.
14165           Add suffix to child sink's name that makes it easy to see from
14166           the name alone which type it actually is (alsa, oss, esd, etc.).
14167
14168 2006-07-27  Wim Taymans  <wim@fluendo.com>
14169
14170         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14171         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14172         (gst_udpsrc_start):
14173         * gst/udp/gstudpsrc.h:
14174         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14175         not some sort of feature we enable.
14176
14177 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14178
14179         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14180           Use CLOSE_SOCKET() here instead of close() to maintain
14181           win32 workiness.
14182
14183 2006-07-27  Wim Taymans  <wim@fluendo.com>
14184
14185         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14186
14187         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14188         (gst_udpsrc_create), (gst_udpsrc_set_property),
14189         (gst_udpsrc_get_property), (gst_udpsrc_start):
14190         * gst/udp/gstudpsrc.h:
14191         Added "buffer-size" property to control the kernel receive buffer size.
14192         Update documentation.
14193         Small cleanups. Fixes #348752.
14194         API: buffer-size property
14195
14196 2006-07-26  Wim Taymans  <wim@fluendo.com>
14197
14198         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14199
14200         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14201         (gst_rtp_pcma_pay_handle_buffer):
14202         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14203         (gst_rtp_pcmu_pay_handle_buffer):
14204         Fix timestamp calculation on outgoing RTP packets.
14205         Fixes #348675.
14206
14207 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14208
14209         * ext/taglib/gstid3v2mux.cc:
14210           Fix writing of comment frames (should be COMM not TCOM),
14211           is still sub-optimal though, since we don't retain or
14212           extract the comment descriptions properly (#334375,
14213           also see #334375).
14214
14215 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14216
14217         * gst/wavparse/gstwavparse.c:
14218           #define 'fact' RIFF chunk if we are not compiling against
14219           -base CVS (we don't want to depend on -base CVS for this
14220           one define only, and also not for release order reasons).
14221
14222 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14223
14224         * ext/taglib/gstid3v2mux.cc:
14225           Handle multiple tags of the same type properly. Re-inject
14226           unparsed ID3v2 frames that we get as binary blobs from
14227           id3demux into the tag again so we don't lose information
14228           when retagging (#334375).
14229
14230 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14231
14232         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14233           Document newly-added properties properly, so that there is a
14234           'Since: 0.10.4' in the plugin docs. Convert some property
14235           names into canonical GObject style (GObject will do that
14236           internally anyway).
14237
14238 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14239
14240         * gst/id3demux/id3tags.c:
14241         (id3demux_add_id3v2_frame_blob_to_taglist):
14242           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14243           well, and add the version to the blob's buffer caps, since that
14244           information will be needed for deserialisation later on (#348644).
14245
14246 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14247
14248         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14249         (gst_avi_demux_parse_stream):
14250          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14251          indentation and spacing.
14252
14253 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14254
14255         * docs/plugins/Makefile.am:
14256         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14257         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14258         * docs/plugins/gst-plugins-good-plugins.args:
14259         * docs/plugins/inspect/plugin-1394.xml:
14260         * docs/plugins/inspect/plugin-aasink.xml:
14261         * docs/plugins/inspect/plugin-alaw.xml:
14262         * docs/plugins/inspect/plugin-alpha.xml:
14263         * docs/plugins/inspect/plugin-alphacolor.xml:
14264         * docs/plugins/inspect/plugin-annodex.xml:
14265         * docs/plugins/inspect/plugin-apetag.xml:
14266         * docs/plugins/inspect/plugin-auparse.xml:
14267         * docs/plugins/inspect/plugin-autodetect.xml:
14268         * docs/plugins/inspect/plugin-avi.xml:
14269         * docs/plugins/inspect/plugin-cacasink.xml:
14270         * docs/plugins/inspect/plugin-cairo.xml:
14271         * docs/plugins/inspect/plugin-cdio.xml:
14272         * docs/plugins/inspect/plugin-cutter.xml:
14273         * docs/plugins/inspect/plugin-debug.xml:
14274         * docs/plugins/inspect/plugin-dv.xml:
14275         * docs/plugins/inspect/plugin-efence.xml:
14276         * docs/plugins/inspect/plugin-effectv.xml:
14277         * docs/plugins/inspect/plugin-esdsink.xml:
14278         * docs/plugins/inspect/plugin-flac.xml:
14279         * docs/plugins/inspect/plugin-flxdec.xml:
14280         * docs/plugins/inspect/plugin-gconfelements.xml:
14281         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14282         * docs/plugins/inspect/plugin-goom.xml:
14283         * docs/plugins/inspect/plugin-halelements.xml:
14284         * docs/plugins/inspect/plugin-icydemux.xml:
14285         * docs/plugins/inspect/plugin-id3demux.xml:
14286         * docs/plugins/inspect/plugin-jpeg.xml:
14287         * docs/plugins/inspect/plugin-level.xml:
14288         * docs/plugins/inspect/plugin-matroska.xml:
14289         * docs/plugins/inspect/plugin-mulaw.xml:
14290         * docs/plugins/inspect/plugin-multipart.xml:
14291         * docs/plugins/inspect/plugin-navigationtest.xml:
14292         * docs/plugins/inspect/plugin-ossaudio.xml:
14293         * docs/plugins/inspect/plugin-png.xml:
14294         * docs/plugins/inspect/plugin-rtp.xml:
14295         * docs/plugins/inspect/plugin-rtsp.xml:
14296         * docs/plugins/inspect/plugin-shout2send.xml:
14297         * docs/plugins/inspect/plugin-smpte.xml:
14298         * docs/plugins/inspect/plugin-speex.xml:
14299         * docs/plugins/inspect/plugin-udp.xml:
14300         * docs/plugins/inspect/plugin-videobalance.xml:
14301         * docs/plugins/inspect/plugin-videobox.xml:
14302         * docs/plugins/inspect/plugin-videoflip.xml:
14303         * docs/plugins/inspect/plugin-videomixer.xml:
14304         * docs/plugins/inspect/plugin-wavenc.xml:
14305         * docs/plugins/inspect/plugin-wavparse.xml:
14306         * docs/plugins/inspect/plugin-ximagesrc.xml:
14307           Update files to CVS/Prerelease version, add esdsink docs.
14308
14309         * ext/esd/esdsink.c:
14310           Add gtk-doc blurb.
14311
14312         * gst/rtp/gstrtpmp4vpay.c:
14313           Fix typo in element description.
14314
14315 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14316
14317         * ext/esd/esdsink.c: (gst_esdsink_open),
14318         (gst_esdsink_factory_init):
14319           Prevent libesd from auto-spawning a sound daemon if it
14320           is not already running. Now that we don't do evil stuff
14321           like that any longer we can give esdsink a rank so that
14322           autoaudiosink will try it as well if all other audio
14323           sinks fail (#343051).
14324
14325 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14326
14327         * ext/esd/Makefile.am:
14328           Oops, need to remove README from EXTRA_DIST as well.
14329
14330 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14331
14332         * ext/esd/README:
14333           Remove, it contains nothing useful anyway.
14334
14335         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14336         (gst_esdsink_delay):
14337           Some small clean-ups; use GST_BOILERPLATE etc.
14338
14339 2006-07-24  Wim Taymans  <wim@fluendo.com>
14340
14341         * gst/law/alaw-decode.c: (alawdec_getcaps):
14342         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14343         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14344         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14345         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14346
14347 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14348
14349         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14350         (gst_wavparse_other), (gst_wavparse_perform_seek),
14351         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14352         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14353         (gst_wavparse_pad_query):
14354         * gst/wavparse/gstwavparse.h:
14355           Use information from 'fact' chunk for length calculation of compressed
14356           samples. Calculate bps if bogus value is found in wav header (embeded
14357           mp2/mp3).
14358           
14359
14360 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14361
14362         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14363
14364         * configure.ac:
14365         * gst/udp/Makefile.am:
14366         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14367         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14368         * gst/udp/gstdynudpsink.h:
14369         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14370         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14371         * gst/udp/gstmultiudpsink.h:
14372         * gst/udp/gstudp.c: (plugin_init):
14373         * gst/udp/gstudpsink.h:
14374         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14375         (gst_udpsrc_start), (gst_udpsrc_stop):
14376         * gst/udp/gstudpsrc.h:
14377         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14378         (gst_udp_net_utils_win32_wsa_startup):
14379         * gst/udp/gstudpnetutils.h:
14380           Port udp plugin to win32 (#345288).
14381
14382 2006-07-24  Wim Taymans  <wim@fluendo.com>
14383
14384         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14385         Remove unwanted DEBUG line.
14386
14387 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14388
14389         * gst/id3demux/gstid3demux.c: (plugin_init):
14390         * gst/id3demux/id3tags.c:
14391         (id3demux_add_id3v2_frame_blob_to_taglist):
14392         * gst/id3demux/id3tags.h:
14393           On second thought, it might be wiser and more efficient
14394           not to do tag registration from a streaming thread.
14395
14396 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14397
14398         * gst/id3demux/id3tags.c:
14399         (id3demux_add_id3v2_frame_blob_to_taglist),
14400         (id3demux_id3v2_frames_to_tag_list):
14401           Put ID3v2 frames we can't parse as binary blobs into private
14402           tags, so that they are not lost when retagging, at least once
14403           id3v2mux has been taught to re-inject those frames again.
14404           See bug #334375.
14405
14406 2006-07-21  Wim Taymans  <wim@fluendo.com>
14407
14408         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14409         (gst_avi_demux_process_next_entry):
14410         Fix some leaks.
14411
14412         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14413         Don't use \n in debug lines.
14414
14415 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14416
14417         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14418         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14419           Add annodex and icydemux, cleanup the sections a bit
14420
14421 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14422
14423         Patch by: Alex Lancaster <alexl at users sourceforge net>
14424
14425         * ext/taglib/gstid3v2mux.cc:
14426           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14427           ID3v2 TSSE frames (#347898).
14428
14429 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14430
14431         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14432           Respect mpegversion for "video/mpeg" and give message in case of
14433           unhandled versions.
14434
14435 2006-07-17  Wim Taymans  <wim@fluendo.com>
14436
14437         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14438         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14439         (gst_pngdec_chain), (gst_pngdec_sink_event),
14440         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14441         (gst_pngdec_sink_activate_push):
14442         * ext/libpng/gstpngdec.h:
14443         Use statically allocated segment instead of leaking.
14444         Various cleanups.
14445         Fix flush and seek handling.
14446
14447 2006-07-16  Wim Taymans  <wim@fluendo.com>
14448
14449         * gst/rtp/Makefile.am:
14450         * gst/rtp/gstrtp.c: (plugin_init):
14451         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14452         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14453         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14454         (gst_rtp_mp4g_depay_set_property),
14455         (gst_rtp_mp4g_depay_get_property),
14456         (gst_rtp_mp4g_depay_change_state),
14457         (gst_rtp_mp4g_depay_plugin_init):
14458         * gst/rtp/gstrtpmp4gdepay.h:
14459         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14460         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14461         (gst_rtp_mp4g_pay_flush):
14462         Added simple generic mpeg4 depayloader.
14463         Fix generic mpeg4 payloader.
14464
14465 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14466
14467         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14468           Don't try doing state changes on a NULL pointer.
14469
14470 2006-07-14  Wim Taymans  <wim@fluendo.com>
14471
14472         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14473
14474         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14475         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14476         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14477         * gst/rtp/gstrtpamrdepay.h:
14478         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14479         Fixes #321191
14480
14481 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14482
14483         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14484         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14485         Fix segfault when moving mouse pointer to the bottom right corner.
14486
14487 2006-07-12  Wim Taymans  <wim@fluendo.com>
14488
14489         * gst/rtp/Makefile.am:
14490         * gst/rtp/gstrtp.c: (plugin_init):
14491         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14492         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14493         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14494         (gst_rtp_mp2t_depay_set_property),
14495         (gst_rtp_mp2t_depay_get_property),
14496         (gst_rtp_mp2t_depay_change_state),
14497         (gst_rtp_mp2t_depay_plugin_init):
14498         * gst/rtp/gstrtpmp2tdepay.h:
14499         Added mpeg2 TS depayloader. Closing #347234.
14500
14501 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14502
14503         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14504           Remove g_assert that shouldn't be there and was triggered
14505           after trying to open a device that doesn't exist or can't
14506           be opened for some other reason (#347972).
14507
14508 2006-07-10  Edward Hervey  <edward@fluendo.com>
14509
14510         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14511         (gst_avi_demux_stream_header), (push_tag_lists):
14512         * gst/avi/gstavidemux.h:
14513         Don't push tag events found by gst_riff_parse_info() before outputting
14514         GST_EVENT_NEWSEGMENT.
14515
14516 2006-07-10  Wim Taymans  <wim@fluendo.com>
14517
14518         * gst/rtsp/Makefile.am:
14519         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14520         (rtsp_connection_close):
14521         * gst/rtsp/rtspdefs.h:
14522         replaced closesocket and close in code with one CLOSE_SOCKET. 
14523         Some more cleanups. Fixes #345301.
14524
14525 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14526
14527         * gst/autodetect/gstautoaudiosink.c:
14528           Fix example pipeline in docs.
14529
14530 2006-07-10  Wim Taymans  <wim@fluendo.com>
14531
14532         Patch by: Rob Taylor <robtaylor at floopily dot org>
14533
14534         * gst/udp/gstmultiudpsink.c: (join_multicast),
14535         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14536         If a destination is added before the stream is set to PAUSED, the
14537         multicast group is not joined as the socket is not created yet. 
14538         Also TTL and LOOP should also be set. Fixes #346921.
14539
14540 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14541
14542         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14543         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14544         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14545         (gst_ximage_src_init):
14546         * sys/ximage/gstximagesrc.h:
14547         Fix use-damage property to actually work :)
14548         Add startx, starty, endx, endy properties so screencasts other than full
14549         screen ones can work.
14550
14551 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14552
14553         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14554         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14555         (gst_ximage_src_class_init), (gst_ximage_src_init):
14556         * sys/ximage/gstximagesrc.h:
14557         Add use_damage property to offer ability to choose whether to use
14558         XDamage or not.
14559
14560 2006-07-07  Wim Taymans  <wim@fluendo.com>
14561
14562         * gst/goom/filters.c: (zoomFilterSetResolution):
14563         Avoid goom coredumping by clearing memory. 
14564         Fixes 345679.
14565
14566 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14567
14568         * win32/vs6/libgstid3demux.dsp:
14569         Add a link to libgsttag-0.10.lib.
14570
14571 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14572
14573         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14574         (gst_tag_demux_read_range):
14575         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14576         (gst_id3demux_read_range):
14577           Don't return FLOW_UNEXPECTED when a buffer is before
14578           the start of the stream (which might happen with
14579           large ID3v2 tags if the tag reading was done pullrange
14580           based and we then switched to push mode later on).
14581           Fixes regression introduced by commit from June 29th.
14582
14583 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14584
14585         * ext/taglib/gstid3v2mux.cc:
14586           Make UTF-8 the default encoding when writing string
14587           tags (before, our UTF-8 strings would automatically
14588           be converted to ISO-8859-1 by taglib and written as
14589           ISO-8859-1 fields if that was possible).
14590
14591         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14592         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14593         (test_taglib_id3mux_with_tags):
14594           Add test case that makes sure our UTF-8 strings have
14595           actually been written into the tag as UTF-8.
14596
14597 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14598
14599         * configure.ac:
14600           Let's try that again.
14601
14602 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14603
14604         * configure.ac:
14605           Disable monoscope plugin for now until it fulfills
14606           all the requirements.
14607
14608 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14609
14610         * configure.ac:
14611         * gst/monoscope/Makefile.am:
14612         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
14613         (gst_monoscope_class_init), (gst_monoscope_init),
14614         (gst_monoscope_finalize), (gst_monoscope_reset),
14615         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
14616         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
14617         (gst_monoscope_sink_event), (gst_monoscope_src_event),
14618         (gst_monoscope_change_state), (plugin_init):
14619         * gst/monoscope/gstmonoscope.h:
14620           Port monoscope visualisation to 0.10.
14621
14622 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14623
14624         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
14625         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14626           Return FLOW_UNEXPECTED when at the end of the file, not
14627           FLOW_ERROR. Fixes 'internal stream error' errors that
14628           would sometimes occur in totem when scrubbing to the
14629           end of an ID3v1 tagged mp3 file.
14630
14631 2006-07-03  Edward Hervey  <edward@fluendo.com>
14632
14633         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
14634         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
14635         (gst_pngdec_sink_event), (gst_pngdec_change_state):
14636         * ext/libpng/gstpngdec.h:
14637         Implement buffer clipping/dropping using GstSegment.
14638         This provides accurate seeking.
14639
14640 2006-07-03  Edward Hervey  <edward@fluendo.com>
14641
14642         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14643         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14644         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14645         (gst_avi_demux_process_next_entry), (push_tag_lists),
14646         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14647         * gst/avi/gstavidemux.h:
14648         Proper aggregation of each stream's GstFlowReturn in order to figure out
14649         whether the task should stop or not.
14650         Don't send inline events before pushing out a NEW_SEGMENT, more
14651         specifically for GST_TAG_EVENT.
14652         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
14653         sub-indexes.
14654
14655 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14656
14657         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14658
14659         * sys/sunaudio/gstsunaudiomixerctrl.c:
14660         (gst_sunaudiomixer_ctrl_build_list):
14661           Move "Monitor" slider to input tab so it works more like
14662           sdtaudiocontrol, which is what people on Solaris are used
14663           to using for their mixer program (#346259).
14664
14665 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14666
14667         * tests/check/elements/level.c: (GST_START_TEST):
14668           fix a leak, clean up at the end
14669
14670 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14671
14672         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14673         (gst_matroska_demux_send_event),
14674         (gst_matroska_demux_loop_stream_parse_id):
14675         * gst/matroska/matroska-ids.h:
14676           Send tag event after newsegment event.
14677
14678 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14679
14680         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14681         (gst_id3demux_read_range):
14682           Make sure we don't return GST_FLOW_OK with a NULL buffer in
14683           certain cases where a read beyond the end of the file is
14684           requested. Fixes #345930.
14685
14686         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14687         (gst_tag_demux_read_range):
14688           Fix same issue here as well.
14689
14690 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14691
14692         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
14693         
14694         Fix hypothetical crash.
14695
14696 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
14697
14698         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14699
14700         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
14701           Do not modify the ports value. If the user has turned off the
14702           built-in speakers, then we should not reset it in the prepare
14703           function, since this causes the built-in speakers to turn
14704           back on anytime the user changes a track in totem, rhythmbox,
14705           etc. (#346066).
14706
14707 2006-06-23  Wim Taymans  <wim@fluendo.com>
14708
14709         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14710         Fix double caps unref when negotiation fails.
14711
14712 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14713
14714         * ext/annodex/gstcmmldec.c:
14715         * ext/annodex/gstcmmlenc.c:
14716         * ext/annodex/gstcmmlparser.c:
14717         * ext/dv/gstdvdec.c:
14718         * ext/dv/gstdvdemux.c:
14719         * ext/gdk_pixbuf/pixbufscale.c:
14720         * ext/jpeg/gstjpegenc.c:
14721         * ext/jpeg/gstsmokedec.c:
14722         * ext/jpeg/gstsmokeenc.c:
14723         * ext/libpng/gstpngdec.c:
14724         * ext/libpng/gstpngenc.c:
14725         * ext/speex/gstspeexenc.c:
14726         * gst/alpha/gstalphacolor.c:
14727         * gst/cutter/gstcutter.c:
14728         * gst/debug/gstnavigationtest.c:
14729         * gst/icydemux/gsticydemux.c:
14730         * gst/level/gstlevel.c:
14731         * gst/multipart/multipart.c:
14732         * gst/rtp/gstrtpamrpay.c:
14733         * gst/rtp/gstrtpdepay.c:
14734         * gst/rtp/gstrtpilbcpay.c:
14735         * gst/rtp/gstrtpmp4gpay.c:
14736         * gst/rtp/gstrtpmp4vpay.c:
14737         * gst/rtsp/gstrtpdec.c:
14738         * gst/rtsp/gstrtspsrc.c:
14739         * gst/udp/gstdynudpsink.c:
14740         * gst/udp/gstmultiudpsink.c:
14741         * gst/udp/gstudpsrc.c:
14742         * gst/videobox/gstvideobox.c:
14743         * gst/videofilter/gstvideoflip.c:
14744           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
14745           plus two minor macro fixes.
14746
14747 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14748
14749         * gst/matroska/matroska-demux.c:
14750         (gst_matroska_demux_check_subtitle_buffer),
14751         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14752         (gst_matroska_demux_subtitle_caps):
14753         * gst/matroska/matroska-ids.c:
14754         (gst_matroska_track_init_subtitle_context):
14755         * gst/matroska/matroska-ids.h:
14756           Try to fix up broken matroska files containing subtitle
14757           streams with non-UTF8 character encodings (courtesy of
14758           mkvmerge) using either the encoding specified in the
14759           GST_SUBTITLE_ENCODING environment variable or the
14760           current locale's character set if it is non-UTF8.
14761           Fixes #337076.
14762
14763 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14764
14765         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14766           Set image type from APIC frame as "image-type" field
14767           of GST_TAG_IMAGE buffer caps (#344605).
14768
14769 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14770
14771         * ext/flac/Makefile.am:
14772         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14773         (gst_flac_dec_reset_decoders),
14774         (gst_flac_dec_setup_seekable_decoder),
14775         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14776         (gst_flac_dec_metadata_callback),
14777         (gst_flac_dec_metadata_callback_seekable),
14778         (gst_flac_dec_metadata_callback_stream),
14779         (gst_flac_dec_error_callback),
14780         (gst_flac_dec_error_callback_seekable),
14781         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14782         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14783         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14784         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14785         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14786         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14787         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14788         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14789         (gst_flac_dec_sink_activate_push),
14790         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14791         * ext/flac/gstflacdec.h:
14792           Support chain-based operation, should make flac-over-DAAP
14793           work (#340492).
14794
14795 2006-06-20  Wim Taymans  <wim@fluendo.com>
14796
14797         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14798         Doc updates, merge some unused symbols.
14799
14800 2006-06-20  Wim Taymans  <wim@fluendo.com>
14801
14802         * docs/plugins/Makefile.am:
14803         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14804         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14805         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14806         * gst/rtsp/gstrtspsrc.c:
14807         * gst/rtsp/gstrtspsrc.h:
14808         Added documentation for the rtsp plugin. Fixes #345393.
14809
14810 2006-06-20  Wim Taymans  <wim@fluendo.com>
14811
14812         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14813         (rtsp_connection_close), (rtsp_connection_free):
14814         Use better G_OS_* macros. Fixes #345301 some more.
14815
14816 2006-06-20  Wim Taymans  <wim@fluendo.com>
14817
14818         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14819
14820         * sys/sunaudio/Makefile.am:
14821         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14822         * sys/sunaudio/gstsunaudiomixerctrl.c:
14823         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14824         (gst_sunaudiomixer_ctrl_list_tracks),
14825         (gst_sunaudiomixer_ctrl_get_volume),
14826         (gst_sunaudiomixer_ctrl_set_volume),
14827         (gst_sunaudiomixer_ctrl_set_mute),
14828         (gst_sunaudiomixer_ctrl_set_record):
14829         * sys/sunaudio/gstsunaudiomixerctrl.h:
14830         * sys/sunaudio/gstsunaudiomixertrack.c:
14831         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14832         * sys/sunaudio/gstsunaudiomixertrack.h:
14833         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14834         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14835         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14836         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14837         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14838         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14839         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14840         (gst_sunaudiosrc_reset):
14841         * sys/sunaudio/gstsunaudiosrc.h:
14842         Add a SunAudio source plugin.
14843         Support stereo and right/left channel gain in the mixer plugin.
14844         Support the RECORD flag so that you can switch between line-input and
14845         microphone in gnome-volume-control.
14846         Code cleanups like using an enumerator for track number instead of an 
14847         integer. Fixes #344923.
14848
14849 2006-06-20  Wim Taymans  <wim@fluendo.com>
14850
14851         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14852
14853         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14854         (rtsp_connection_close):
14855         Make RTSP plugin compile on windows. Fixes #345301.
14856         Some changes to original patch to catch errors better.
14857         use ifdef WIN32 instead of ifndef.
14858
14859 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14860
14861         * configure.ac:
14862         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14863
14864 2006-06-18  Edward Hervey  <edward@fluendo.com>
14865
14866         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14867         After a failed buffer alloc, we need to abort the jpeg decoding (it
14868         started when parsing headers to figure out how many bytes we need
14869         to request downstream).
14870
14871 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14872
14873         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14874
14875         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14876           Make sure we don't read beyond the end of the file (#345232).
14877
14878 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14879
14880         * configure.ac:
14881           Fix --disable-external (can't set conditionals conditionally,
14882           #343602).
14883
14884 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14885
14886         * autogen.sh:
14887         * configure.ac:
14888         * docs/Makefile.am:
14889           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
14890
14891         * docs/plugins/Makefile.am:
14892         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14893         * docs/plugins/inspect/plugin-taglib.xml:
14894           Add/fix apev2mux docs.
14895
14896 2006-06-14  Wim Taymans  <wim@fluendo.com>
14897
14898         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14899         (gst_dvdec_finalize), (gst_dvdec_sink_event),
14900         (gst_dvdec_change_state):
14901         Reset segment info on flush.
14902         Alloc segment in _init, free in _finalize.
14903
14904         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
14905         Don't send segments twice.
14906
14907 2006-06-14  Wim Taymans  <wim@fluendo.com>
14908
14909         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14910         Respect segment.stop. Fixes #342592.
14911
14912 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14913
14914         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
14915           No language specified means the implied language is English
14916           according to the matroska spec (partially fixes #344708);
14917           add some more debug output.
14918
14919 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14920
14921         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
14922         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
14923         (gst_wavparse_chain):
14924           When operating chain-based, don't make any assumptions about the
14925           chunking of the incoming data and make streaming work on days other
14926           than the second Thursday after a full moon. Also fix up debug
14927           messages here and there and make use of the most excellent new
14928           gst_pad_query_peer_duration() utility function.
14929           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
14930
14931         * gst/wavparse/gstwavparse.h:
14932           Remove trailing comma after last enum value, some compilers don't
14933           like that.
14934
14935 2006-06-13  Wim Taymans  <wim@fluendo.com>
14936
14937         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
14938         Handle premature EOS gracefully.
14939
14940 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
14941
14942         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14943           Prevent out of bounds array access when scrubbing towards
14944           the end of the file between the last index entry and the
14945           end. Fixes occasional 'start <= stop' newsegment event
14946           assertions when scrubbing in MJPEG files.
14947
14948 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14949
14950         * tests/check/elements/.cvsignore:
14951           And another one.
14952
14953 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14954
14955         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14956         (scan_encoded_string), (parse_picture_frame):
14957           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
14958
14959         * configure.ac:
14960           Require core >= 0.10.8 (for GST_TAG_IMAGE and
14961           GST_TAG_PPEVIEW_IMAGE used in the patch above).
14962
14963 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14964
14965         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
14966           gratuitous comment changes
14967         * tests/check/elements/level.c: (GST_START_TEST):
14968           fix level test leaks
14969
14970 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14971
14972         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
14973         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
14974           Use gst_pad_query_peer_duration() utility function here.
14975
14976 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14977
14978         * autogen.sh:
14979           require am17
14980         * configure.ac:
14981         * ext/annodex/Makefile.am:
14982         * ext/cdio/Makefile.am:
14983         * ext/dv/Makefile.am:
14984         * ext/esd/Makefile.am:
14985         * ext/flac/Makefile.am:
14986         * ext/gdk_pixbuf/Makefile.am:
14987         * ext/ladspa/Makefile.am:
14988         * ext/libcaca/Makefile.am:
14989         * ext/speex/Makefile.am:
14990         * ext/taglib/Makefile.am:
14991         * sys/oss/Makefile.am:
14992         * sys/sunaudio/Makefile.am:
14993         * sys/ximage/Makefile.am:
14994           clean up build further
14995
14996 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14997
14998         * gconf/Makefile.am:
14999           Honour --disable-schemas-install configure option. Fixes #344100.
15000
15001 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15002
15003         * tests/examples/level/Makefile.am:
15004           Add -lm to LIBS for pow() function, don't assume one of our
15005           dependencies (such as libxml-2.0) drags it in automatically
15006           (#343603).
15007
15008 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15009
15010         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15011
15012         * configure.ac:
15013           We should use $SED and not $(SED) in configure.ac (#343678).
15014
15015 2006-06-09  Wim Taymans  <wim@fluendo.com>
15016
15017         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15018
15019         * sys/sunaudio/gstsunaudiomixerctrl.c:
15020         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15021         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15022         (gst_sunaudiomixer_ctrl_set_mute):
15023         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15024         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15025         (gst_sunaudiosink_write):
15026         Attached find a patch that fixes a number of bugs with the SunAudio
15027         mixer plugin and fixes #344101:
15028         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15029            tracks onto the tracklist causing gnome-volume-control's preferences
15030            dialog to be messed up and would core dump if you checked/unchecked
15031            any item.
15032         2. We weren't previously setting the MUTE flag properly.  Fixing this
15033            makes gnome-volume-control work better.
15034         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15035            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15036            gnome-volume-control look better.
15037         Also some minor cleanup in gstsunaudiosink.c.
15038
15039 2006-06-09  Wim Taymans  <wim@fluendo.com>
15040
15041         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15042         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15043         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15044         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15045         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15046         * ext/jpeg/gstjpegdec.h:
15047         API: Added IDCT method property
15048         Small cleanups.
15049         Avoid dynamic allocation of trivial fixed structure.
15050         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15051
15052 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15053
15054         * configure.ac:
15055         We now require libraw1394 >= 1.1.0 and that version onwards all
15056         have .pc files.
15057
15058 2006-06-02  Edward Hervey  <edward@fluendo.com>
15059
15060         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15061         Trying to get items from an ANY or EMPTY caps is ... stupid.
15062
15063 2006-06-02  Edward Hervey  <edward@fluendo.com>
15064
15065         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15066         (gst_dvdec_chain), (gst_dvdec_change_state):
15067         * ext/dv/gstdvdec.h:
15068         Added GstSegment handling, now implements dropping/clipping.
15069
15070 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15071
15072         * ext/aalib/gstaasink.h:
15073         * ext/annodex/gstcmmldec.h:
15074         * ext/cairo/gsttimeoverlay.h:
15075         * ext/dv/gstdvdec.h:
15076         * ext/dv/gstdvdemux.h:
15077         * ext/esd/esdmon.h:
15078         * ext/esd/esdsink.h:
15079         * ext/flac/gstflacenc.h:
15080         * ext/gconf/gstgconfaudiosink.h:
15081         * ext/gconf/gstgconfaudiosrc.h:
15082         * ext/gconf/gstgconfvideosink.h:
15083         * ext/gconf/gstgconfvideosrc.h:
15084         * ext/gdk_pixbuf/gstgdkanimation.h:
15085         * ext/gdk_pixbuf/pixbufscale.h:
15086         * ext/hal/gsthalaudiosink.h:
15087         * ext/hal/gsthalaudiosrc.h:
15088         * ext/jpeg/gstjpegenc.h:
15089         * ext/jpeg/gstsmokedec.h:
15090         * ext/jpeg/gstsmokeenc.h:
15091         * ext/libcaca/gstcacasink.h:
15092         * ext/libmng/gstmngdec.h:
15093         * ext/libmng/gstmngenc.h:
15094         * ext/libpng/gstpngdec.h:
15095         * ext/libpng/gstpngenc.h:
15096         * ext/raw1394/gstdv1394src.h:
15097         * ext/speex/gstspeexenc.h:
15098         * gst/autodetect/gstautoaudiosink.h:
15099         * gst/autodetect/gstautovideosink.h:
15100         * gst/avi/gstavidemux.h:
15101         * gst/cutter/gstcutter.h:
15102         * gst/debug/efence.h:
15103         * gst/debug/gstnavigationtest.h:
15104         * gst/debug/gstnavseek.h:
15105         * gst/flx/gstflxdec.h:
15106         * gst/goom/gstgoom.h:
15107         * gst/icydemux/gsticydemux.h:
15108         * gst/id3demux/gstid3demux.h:
15109         * gst/law/alaw-decode.h:
15110         * gst/law/alaw-encode.h:
15111         * gst/law/mulaw-decode.h:
15112         * gst/law/mulaw-encode.h:
15113         * gst/matroska/matroska-mux.h:
15114         * gst/median/gstmedian.h:
15115         * gst/oldcore/gstaggregator.h:
15116         * gst/oldcore/gstfdsink.h:
15117         * gst/oldcore/gstmd5sink.h:
15118         * gst/oldcore/gstmultifilesrc.h:
15119         * gst/oldcore/gstpipefilter.h:
15120         * gst/oldcore/gstshaper.h:
15121         * gst/oldcore/gststatistics.h:
15122         * gst/rtp/gstasteriskh263.h:
15123         * gst/rtp/gstrtpL16depay.h:
15124         * gst/rtp/gstrtpL16pay.h:
15125         * gst/rtp/gstrtpamrdepay.h:
15126         * gst/rtp/gstrtpamrpay.h:
15127         * gst/rtp/gstrtpdepay.h:
15128         * gst/rtp/gstrtpgsmdepay.h:
15129         * gst/rtp/gstrtpgsmpay.h:
15130         * gst/rtp/gstrtph263pay.h:
15131         * gst/rtp/gstrtph263pdepay.h:
15132         * gst/rtp/gstrtph263ppay.h:
15133         * gst/rtp/gstrtpmp4gpay.h:
15134         * gst/rtp/gstrtpmp4vdepay.h:
15135         * gst/rtp/gstrtpmp4vpay.h:
15136         * gst/rtp/gstrtpmpadepay.h:
15137         * gst/rtp/gstrtpmpapay.h:
15138         * gst/rtp/gstrtppcmadepay.h:
15139         * gst/rtp/gstrtppcmapay.h:
15140         * gst/rtp/gstrtppcmudepay.h:
15141         * gst/rtp/gstrtppcmupay.h:
15142         * gst/rtp/gstrtpspeexdepay.h:
15143         * gst/rtp/gstrtpspeexpay.h:
15144         * gst/rtsp/gstrtpdec.h:
15145         * gst/rtsp/gstrtspsrc.h:
15146         * gst/smpte/gstsmpte.h:
15147         * gst/udp/gstdynudpsink.h:
15148         * gst/udp/gstmultiudpsink.h:
15149         * gst/udp/gstudpsink.h:
15150         * gst/udp/gstudpsrc.h:
15151         * gst/videofilter/gstvideobalance.h:
15152         * gst/videofilter/gstvideoflip.h:
15153         * sys/oss/gstossdmabuffer.h:
15154         * sys/oss/gstossmixerelement.h:
15155         * sys/oss/gstosssink.h:
15156         * sys/oss/gstosssrc.h:
15157         * sys/osxvideo/osxvideosink.h:
15158         * sys/sunaudio/gstsunaudiomixer.h:
15159         * sys/sunaudio/gstsunaudiosink.h:
15160         * sys/ximage/gstximagesrc.h:
15161         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15162
15163 2006-05-31  Wim Taymans  <wim@fluendo.com>
15164
15165         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15166         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15167         (gst_goom_src_setcaps), (gst_goom_src_event),
15168         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15169         (gst_goom_change_state):
15170         * gst/goom/gstgoom.h:
15171         Handle QoS.
15172         Handle flushing, discont and events.
15173         Fix timestamps and various other cleanups.
15174
15175 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15176
15177         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15178         Fix bus reset when using libiec61883
15179
15180 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15181
15182         * configure.ac:
15183         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15184         * ext/raw1394/Makefile.am:
15185         Add CFLAGS.
15186         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15187         New method, to receive using libiec61883.
15188         (gst_dv1394src_iso_receive),
15189         #ifdef'd out if libiec61883 is present.
15190         (gst_dv1394src_bus_reset),
15191         Get userdata correctly if using libiec61883. 
15192         (gst_dv1394src_create),
15193         When using libiec61883, only poll one fd and no need to read.
15194         (gst_dv1394src_discover_avc_node),
15195         Replace g_warnings.
15196         (gst_dv1394src_start),
15197         Create new handle when we know which dv port.  More reliable
15198         than setting port on an existing handle.  Initialise libiec61883.
15199         (gst_dv1394src_stop):
15200         If using libiec61883, then cleanup its handle properly.
15201         * ext/raw1394/gstdv1394src.h:
15202         Add libiec61883 handle.
15203
15204 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15205
15206         * gst/avi/gstavidemux.c:
15207           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15208         * win32/MANIFEST:
15209           sort file listing
15210         * win32/vs6/libgstavi.dsp:
15211           add gstavimux.c to the project
15212         * win32/vs6/libgstid3demux.dsp:
15213           add link to zlib library
15214         * win32/vs6/libgstmatroska.dsp:
15215           add matroska-ids.c to the project
15216
15217 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15218
15219         Patch by: Sebastian Dröge  <mail at slomosnail de >
15220
15221         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15222         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15223         * ext/taglib/Makefile.am:
15224         * ext/taglib/gstapev2mux.cc:
15225         * ext/taglib/gstapev2mux.h:
15226         * ext/taglib/gstid3v2mux.cc:
15227         * ext/taglib/gsttaglibmux.c: (plugin_init):
15228         * ext/taglib/gsttaglibmux.h:
15229           Add apev2mux element (#343122).
15230         
15231         * tests/check/Makefile.am:
15232         * tests/check/elements/apev2mux.c:
15233         (test_taglib_apev2mux_create_tags),
15234         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15235         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15236         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15237         (apev2mux_suite), (main):
15238           Add unit test for apev2mux element.
15239
15240 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15241
15242         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15243         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15244         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15245           GST_PTR_FORMAT should be used to print caps in debug statements.
15246
15247 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15248
15249         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15250
15251         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15252         (ape_demux_parse_tags):
15253           Some clean-ups and additions: map APE 'file' tag to
15254           GST_TAG_LOCATION (#343123); add support for extracting
15255           the track count and clean up parsing a bit (#343127).
15256
15257 2006-05-28  Edward Hervey  <edward@fluendo.com>
15258
15259         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15260         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15261
15262 2006-05-28  Edward Hervey  <edward@fluendo.com>
15263
15264         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15265         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15266         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15267         * ext/jpeg/gstjpegdec.h:
15268         Clip outgoing buffers according to currently configured segment.
15269
15270 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15271
15272         * ext/taglib/gstid3v2mux.cc:
15273           Handle  writing of track-count or album-volume-count without
15274           track-number or albume-volume-number (in this case the number
15275           will just be set to 0).
15276
15277         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15278           It would be nice if we actually checked the values received for
15279           track/album-volume number/count in  _check_tags(), rather than
15280           setting them again ...
15281
15282 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15283
15284         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15285           A track/volume number or count of 0 does not make sense,
15286           just ignore it along with negative numbers (a tag might
15287           only contain a track count without a track number).
15288
15289 2006-05-27  Edward Hervey  <edward@fluendo.com>
15290
15291         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15292         (gst_jpeg_dec_sink_event):
15293         Abort decompression when receiving FLUSH_STOP. This should avoid
15294         issues when interrupting decoding with flushes.
15295
15296 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15297
15298         * ext/flac/gstflac.c:
15299           Don't #include file we don't dist any longer.
15300
15301 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15302
15303         * README:
15304           Replace current README (containing the release notes from
15305           some 0.9.x version) with a proper README taken from the core.
15306
15307 2006-05-24  Wim Taymans  <wim@fluendo.com>
15308
15309         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15310         Implement EOS correctly by either posting
15311         SEGMENT_DONE or pushing an EOS message depending
15312         on the seek type. Fixes #342592
15313
15314 2006-05-24  Wim Taymans  <wim@fluendo.com>
15315
15316         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15317         * gst/law/alaw-decode.h:
15318         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15319         * gst/law/alaw-encode.h:
15320         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15321         * gst/law/mulaw-decode.h:
15322         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15323         * gst/law/mulaw-encode.h:
15324         Some cleanups in the chain functions.
15325         Remove some GStreamer 0.0.2 bits.
15326
15327 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15328
15329         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15330
15331         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15332           gst_collect_pads_stop() needs to be called before chaining up
15333           to the parent class (#342734).
15334
15335 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15336
15337         * ext/flac/Makefile.am:
15338         * ext/flac/flac_compat.h:
15339         * ext/flac/gstflac.c:
15340         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15341         * ext/flac/gstflacenc.c:
15342           Remove backwards compatibility cruft for dealing with FLAC API
15343           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15344
15345 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15346
15347         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15348         (gst_matroska_demux_push_xiph_codec_priv_data),
15349         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15350         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15351         * gst/matroska/matroska-ids.h:
15352         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15353         (gst_matroska_mux_video_pad_setcaps),
15354         (xiph3_streamheader_to_codecdata),
15355         (vorbis_streamheader_to_codecdata),
15356         (theora_streamheader_to_codecdata),
15357         (gst_matroska_mux_audio_pad_setcaps),
15358         (gst_matroska_mux_write_data):
15359           Add support for muxing/demuxing theora video (#342448; too bad
15360           none of the usual linux players can actually play this). Playback
15361           in GStreamer will require additional changes to theoradec in -base.
15362           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15363           cleanups.
15364
15365 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15366
15367         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15368         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15369           Fix crashes when the horizontal subsampling is 1.
15370           Fixes #342097.
15371
15372 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15373
15374         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15375
15376         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15377         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15378         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15379         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15380         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15381         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15382         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15383         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15384         (gst_avi_mux_change_state):
15385         * gst/avi/gstavimux.h:
15386           Some enhancements for avimux (#342526):
15387            - add odml (large file) index support
15388            - store codec init data (e.g. huffyuv)
15389            - miscellaneous other fixes/cleanups
15390
15391 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15392
15393         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15394         Don't output any tag when we encounter a negative track number - the
15395         tag type is uint, so we end up outputting huge positive numbers
15396         instead. (Fixes: #342029)
15397
15398 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15399
15400         * configure.ac:
15401           update for new GSTPB_PLUGINS_DIR
15402
15403 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15404
15405         * rtp/gst/gstrtph263pay.c:
15406         Properly set static caps for H263 at 34.
15407
15408 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15409
15410         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15411
15412         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15413           Merge event tags and tag setter tags correctly (#339918). Also,
15414           don't leak taglist in case of an error.
15415           
15416 2006-05-17  Edward Hervey  <edward@fluendo.com>
15417
15418         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15419         We can only do caps intersection if the othercaps are non-empty and not
15420         ANY. Else we return the pad template (base_caps).
15421
15422 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15423
15424         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15425           Fix crash when outputting debugging information for certain
15426           pictures (always good to use the right struct member for
15427           the number of records in an array).
15428
15429 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15430
15431         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15432
15433         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15434         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15435         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15436         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15437         (gst_ebml_read_float), (gst_ebml_read_ascii),
15438         (gst_ebml_read_binary):
15439           Don't create unnecessary sub-buffers all the time. Dramatically
15440           improves performance with multiple concurrently running
15441           matroskademux instances (#341818) (and avoids doing
15442           unnecessarily inefficient things in the general case).
15443
15444 2006-05-16  Edward Hervey  <edward@fluendo.com>
15445
15446         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15447         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15448         return value of gst_pad_push_event().
15449
15450 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15451
15452         * gst/autodetect/gstautoaudiosink.c:
15453         (gst_auto_audio_sink_find_best):
15454         * gst/autodetect/gstautovideosink.c:
15455         (gst_auto_video_sink_find_best):
15456         Make the name of the child element be based on the name of the
15457         parent, so that debug output is more useful.
15458         
15459         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15460         (parse_insert_string_field), (parse_split_strings):
15461         Rework string parsing to always walk over BOM markers in UTF16
15462         strings, using the endianness indicated by the innermost one,
15463         then trying the opposite endianness if that fails to convert
15464         to valid UTF-8. Fixes #341774
15465
15466 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15467
15468         Patch from: Matthieu <matthieu at fluendo dot com>
15469
15470         * ext/libpng/Makefile.am:
15471         Add LIBPNG_CFLAGS.
15472
15473 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15474
15475         * ext/taglib/gstid3v2mux.cc:
15476           Add support for writing images (APIC frames) into ID3v2
15477           tags (picture type always set to 'other' for now though).
15478
15479 2006-05-14  Michael Smith  <msmith@fluendo.com>
15480
15481         * gst/wavparse/gstwavparse.c:
15482           Update docs; wavparse implements push and pull modes.
15483
15484 2006-05-12  Wim Taymans  <wim@fluendo.com>
15485
15486         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15487         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15488         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15489         Ooops, bitten by the copy-and-paste design paradigm, fixes
15490         seek again.
15491
15492 2006-05-12  Wim Taymans  <wim@fluendo.com>
15493
15494         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15495         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15496         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15497         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15498         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15499         (gst_avi_demux_massage_index),
15500         (gst_avi_demux_calculate_durations_from_index),
15501         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15502         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15503         (gst_avi_demux_loop):
15504         * gst/avi/gstavidemux.h:
15505         Some cleanups, prepare to use GstSegment.
15506         Fix error in entry walking code.
15507         Fix VBR detection.
15508         Smarter timestamp calculation code.
15509         Uniform error/eos handling.
15510
15511 2006-05-12  Michael Smith  <msmith@fluendo.com>
15512
15513         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15514         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15515           Fix use of uninitialised values if we're NOT seeking in ready.
15516           Fix typos.
15517
15518 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15519
15520         * gst/wavparse/Makefile.am:
15521           Add CFLAGS and LIBS for libgstbase, fixes build on
15522           Cygwin (#341489).
15523
15524 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15525
15526         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15527           Some more debug info. No need to check whether the string
15528           returned by g_convert() is really UTF-8 - either it is or
15529           we get NULL returned.
15530
15531 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15532
15533         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15534           Fix parsing of numeric genre strings some more, by ensuring that
15535           we only try and parse strings that a) Start with '(' and b) Consist
15536           only of digits.
15537           Also, when finding an escaping '((' sequence, bust it back to '(' by
15538           swallowing the first parenthesis
15539
15540 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15541
15542         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15543         (gst_esdsink_open), (gst_esdsink_close):
15544         * ext/esd/esdsink.h:
15545           Move the esd_get_server_info() into gst_esdsink_open() and fail
15546           with a decent error message on errors.
15547
15548 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15549
15550         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15551         (gst_esdmon_channels_get_type):
15552         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15553         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15554         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15555         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15556         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15557         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15558         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15559         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15560         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15561         * gst/videomixer/videomixer.c:
15562         (gst_video_mixer_background_get_type):
15563           Const-ify GEnumValue arrays.
15564
15565 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15566
15567         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15568
15569         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15570         (gst_avi_mux_do_video_buffer):
15571           Work around gst_buffer_make_metadata_writable() bug that
15572           results in avimux marking all frames in the index as
15573           keyframes (#340859).
15574           
15575 2006-05-08  Wim Taymans  <wim@fluendo.com>
15576
15577         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15578         Make parsing of urls suck slightly less.
15579
15580 2006-05-08  Edward Hervey  <edward@fluendo.com>
15581
15582         * autogen.sh: (CONFIGURE_DEF_OPT): 
15583         libtoolize on Darwin/MacOSX is called glibtoolize.
15584
15585 2006-05-08  Wim Taymans  <wim@fluendo.com>
15586
15587         Patch by: Jens Granseuer <jensgr at gmx dot net>
15588
15589         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15590         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15591         C89 compliance fixes. Fixes #340980
15592
15593 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
15594
15595         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15596         * ext/flac/gstflacdec.h:
15597           Handle segment seeks that include the end of the file as stop point
15598           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
15599           message instead of an EOS event in case we're in segment seek
15600           mode (fixes #340699).
15601           
15602 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
15603
15604         * ext/cairo/gsttextoverlay.c:
15605         * ext/flac/gstflacdec.c:
15606         * ext/gdk_pixbuf/pixbufscale.c:
15607         * gst/apetag/gstapedemux.c:
15608         * gst/debug/breakmydata.c:
15609         * gst/debug/testplugin.c:
15610         * gst/matroska/ebml-write.c:
15611         * gst/multipart/multipartdemux.c:
15612         * sys/osxaudio/gstosxaudiosink.c:
15613         * sys/osxaudio/gstosxaudiosrc.c:
15614         Add semicolons after GST_BOILERPLATE[_FULL] so that
15615         indent doesn't mess up following lines.
15616
15617 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
15618
15619         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15620
15621         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
15622           Don't leak caps when freeing the stream context (#340623).
15623
15624 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
15625
15626         * configure.ac:
15627           Back to CVS
15628
15629 === release 0.10.3 ===
15630
15631 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
15632
15633         * configure.ac:
15634           releasing 0.10.3, "Desplazado"
15635
15636 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15637
15638         * gst/matroska/matroska-mux.c:
15639         (gst_matroska_mux_stream_is_vorbis_header),
15640         (gst_matroska_mux_write_data):
15641           Don't strcmp() NULL strings.
15642           Only start new clusters on video keyframes, not on any
15643           random audio buffer that doesn't have the DELTA_UNIT
15644           flag set (fixes 'make check' again).
15645
15646 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15647
15648         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15649
15650         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15651         (gst_matroska_mux_stream_is_vorbis_header),
15652         (gst_matroska_mux_write_data):
15653           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
15654           value and then dead-lock when muxing vorbis audio streams
15655           (the three vorbis header buffers carry no timestamp, and it
15656           would try to mux these after all video buffers). Fixes #340346.
15657
15658           Improve clustering: start a new cluster also whenever we get
15659           a keyframe.     
15660
15661 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15662
15663         * win32/common/config.h:
15664         * win32/MANIFEST
15665           add the generated file as well
15666
15667 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15668
15669         * Makefile.am:
15670         * configure.ac:
15671         * win32/common/config.h.in:
15672           add win32 stuff
15673
15674 2006-05-03  Michael Smith  <msmith@fluendo.com>
15675
15676         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
15677           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
15678           SUCKS.
15679
15680 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15681
15682         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15683         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15684         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15685           don't leak caps-string
15686
15687 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15688
15689         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15690         (gst_id3demux_sink_activate):
15691           Let core insert default error message for TYPE_NOT_FOUND
15692           errors, it's just as good as our own and has the added
15693           bonus of being translated.
15694
15695 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15696
15697         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
15698         (gst_tag_demux_sink_event):
15699         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
15700         (gst_id3demux_sink_event):
15701           Post an error message when we get an EOS event and were not
15702           able to find out the type of stream.
15703
15704         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
15705         (test_taglib_id3mux_with_tags):
15706           Decrease num-buffers to 16 per iteration again, otherwise the
15707           many memcpy()s and reallocations in the test will hammer slow
15708           CPUs completely and make the test timeout.
15709
15710 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15711
15712         * configure.ac:
15713           figure out where plugins-base plugins are
15714         * tests/check/Makefile.am:
15715           use plugins-base plugins, so we have typefind functions
15716         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
15717           increase num-buffers, this makes sure the test errors out instead
15718           of timing out when no typefind functions are present
15719
15720 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15721
15722         * docs/plugins/Makefile.am:
15723           also check .cc files for gtk-doc markup
15724         * configure.ac:
15725         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15726         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15727         * tests/check/Makefile.am:
15728         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
15729         * ext/Makefile.am:
15730         * ext/taglib/Makefile.am:
15731         * ext/taglib/gstid3v2mux.h:
15732         * ext/taglib/gsttaglibmux.c:
15733         * ext/taglib/gsttaglibmux.h:
15734           move taglib-based id3v2muxer to -good.  Fixes #336110.
15735
15736 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15737
15738         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15739           ... and fix multichannel/WAVFORMATEX support again.
15740
15741 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
15742
15743         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15744         (gst_wavparse_class_init), (gst_wavparse_dispose),
15745         (gst_wavparse_reset), (gst_wavparse_init),
15746         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
15747         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
15748         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15749         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15750         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15751         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15752         (gst_wavparse_stream_data), (gst_wavparse_loop),
15753         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15754         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15755         (gst_wavparse_change_state), (plugin_init):
15756         * gst/wavparse/gstwavparse.h:
15757           Add push (streaming) mode to wavparse (fixes #337625)
15758
15759 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15760
15761         * configure.ac:
15762         * tests/Makefile.am:
15763           add ximagesrc icles test
15764
15765 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15766
15767         * configure.ac:
15768         * docs/plugins/Makefile.am:
15769         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15770         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15771         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15772         (gst_cmml_enc_push_clip):
15773         * sys/Makefile.am:
15774         * sys/ximage/Makefile.am:
15775         * sys/ximage/gstximagesrc.c:
15776           Move ximagesrc plug-in to good after review.  Fixes #336756.
15777
15778 2006-04-28  Michael Smith  <msmith@fluendo.com>
15779
15780         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15781         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15782         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15783         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15784         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15785         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15786         * gst/icydemux/gsticydemux.h:
15787           Fix event handling: cache events when typefinding and forward later.
15788
15789 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15790
15791         * sys/osxaudio/gstosxaudiosink.c:
15792         (plugin_init):
15793          Register osxaudiosrc to the plugin.
15794         * sys/osxaudio/gstosxaudiosrc.c:
15795         (gst_osx_audio_src_osxelement_do_init),
15796         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15797         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15798         (gst_osx_audio_src_get_property),
15799         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15800         (gst_osx_audio_src_osxelement_init):
15801         * sys/osxaudio/gstosxaudiosrc.h:
15802           Port of osxaudiosrc to 0.10.
15803         * sys/osxaudio/Makefile.am:
15804           Add osxaudiosrc
15805
15806 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15807
15808         * sys/osxaudio/gstosxringbuffer.c:
15809         * sys/osxaudio/gstosxringbuffer.h:
15810           Forgot to commit earlier, part of the OSX audio plugin port
15811
15812 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15813
15814         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15815         (parse_split_strings):
15816           Recognise and skip any byte order marker (BOM) in
15817           UTF-16 strings.
15818
15819 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15820
15821         * docs/plugins/Makefile.am:
15822         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15823         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15824         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15825         * docs/plugins/inspect/plugin-avi.xml:
15826         * gst/avi/gstavidemux.c:
15827         * gst/avi/gstavimux.c:
15828           Add docs for both avidemux and avimux.
15829
15830 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15831
15832         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15833
15834         * gst/avi/Makefile.am:
15835         * gst/avi/gstavi.c: (plugin_init):
15836         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15837         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15838         (gst_avi_mux_class_init), (gst_avi_mux_init),
15839         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15840         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15841         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15842         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15843         (gst_avi_mux_riff_get_avix_header),
15844         (gst_avi_mux_riff_get_video_header),
15845         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15846         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15847         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15848         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15849         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15850         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15851         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15852         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15853         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15854         (gst_avi_mux_change_state):
15855         * gst/avi/gstavimux.h:
15856           Port AVI muxer to GStreamer-0.10 (#332031).
15857
15858         * tests/check/Makefile.am:
15859         * tests/check/elements/avimux.c:
15860         * tests/check/elements/.cvsignore:
15861           Add unit test for AVI muxer.
15862
15863 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15864
15865         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15866         (gst_wavparse_class_init), (gst_wavparse_reset),
15867         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15868         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15869         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15870         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15871         (gst_wavparse_stream_data), (gst_wavparse_loop),
15872         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15873         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15874         (plugin_init):
15875         * gst/wavparse/gstwavparse.h:
15876           reverted patch #337625 for the price of 1 hour sleep
15877
15878 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15879
15880         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15881         (gst_wavparse_class_init), (gst_wavparse_reset),
15882         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15883         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
15884         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15885         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15886         (gst_wavparse_stream_data), (gst_wavparse_loop),
15887         (gst_wavparse_chain), (plugin_init):
15888         * gst/wavparse/gstwavparse.h:
15889           correct partial implementation of push mode
15890           (from my last commit)
15891
15892 2006-04-26  Wim Taymans  <wim@fluendo.com>
15893
15894         * ext/esd/esdsink.c:
15895         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
15896         it is not in esd.h
15897
15898 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
15899
15900         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
15901         (gst_au_parse_class_init), (gst_au_parse_init),
15902         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
15903         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
15904         (gst_au_parse_chain), (gst_au_parse_src_convert),
15905         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
15906         (gst_au_parse_sink_event), (gst_au_parse_src_event),
15907         (gst_au_parse_change_state):
15908         * gst/auparse/gstauparse.h:
15909           Rewrite auparse to suck a little bit less: make source pad
15910           dynamic, so decodebin/playbin work with non-raw formats
15911           like alaw/mulaw; add query function for duration/position
15912           queries; check whether we have enough data before attempting
15913           to parse the header (instead of crashing when that is not the
15914           case); work around audioconvert sucking by swapping endianness
15915           to the native endianness ourselves for float formats; send
15916           initial newsegment event. Fixes #161712.
15917
15918 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15919
15920         * sys/osxaudio/Makefile.am:
15921         * sys/osxaudio/gstosxaudioelement.c:
15922         (gst_osx_audio_element_get_type),
15923         (gst_osx_audio_element_class_init):
15924         * sys/osxaudio/gstosxaudioelement.h:
15925         * sys/osxaudio/gstosxaudiosink.c:
15926         (gst_osx_audio_sink_osxelement_do_init),
15927         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
15928         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
15929         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
15930         (gst_osx_audio_sink_create_ringbuffer),
15931         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
15932         (plugin_init):
15933         * sys/osxaudio/gstosxaudiosink.h:
15934         Port of osxaudiosink to 0.10
15935
15936 2006-04-26  Wim Taymans  <wim@fluendo.com>
15937
15938         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
15939         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
15940         the size of the ringbuffer. This should fix hangs with older 
15941         esd sound servers.
15942
15943 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15944
15945         * ext/aalib/gstaasink.c:
15946         * ext/annodex/gstcmmldec.c:
15947         * ext/annodex/gstcmmlenc.c:
15948         * ext/cairo/gsttextoverlay.c:
15949         * ext/cairo/gsttimeoverlay.c:
15950         * ext/cdio/gstcdiocddasrc.c:
15951         * ext/dv/gstdvdec.c:
15952         * ext/dv/gstdvdemux.c:
15953         * ext/esd/esdmon.c:
15954         * ext/esd/esdsink.c:
15955         * ext/flac/gstflacenc.c:
15956         * ext/flac/gstflactag.c:
15957         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15958         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15959         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15960         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15961         * ext/gdk_pixbuf/pixbufscale.c:
15962         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15963         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15964         * ext/jpeg/gstjpegdec.c:
15965         * ext/jpeg/gstjpegenc.c:
15966         * ext/jpeg/gstsmokedec.c:
15967         * ext/jpeg/gstsmokeenc.c:
15968         * ext/libcaca/gstcacasink.c:
15969         * ext/libmng/gstmngdec.c:
15970         * ext/libmng/gstmngenc.c:
15971         * ext/libpng/gstpngdec.c:
15972         * ext/libpng/gstpngenc.c:
15973         * ext/mikmod/gstmikmod.c:
15974         * ext/raw1394/gstdv1394src.c:
15975         * ext/shout2/gstshout2.c: (gst_shout2send_init):
15976         * ext/shout2/gstshout2.h:
15977         * ext/speex/gstspeexdec.c:
15978         * ext/speex/gstspeexenc.c:
15979         * gst/alpha/gstalpha.c:
15980         * gst/alpha/gstalphacolor.c:
15981         * gst/apetag/gstapedemux.c:
15982         * gst/auparse/gstauparse.c:
15983         * gst/autodetect/gstautoaudiosink.c:
15984         (gst_auto_audio_sink_base_init):
15985         * gst/autodetect/gstautovideosink.c:
15986         (gst_auto_video_sink_base_init):
15987         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
15988         * gst/avi/gstavimux.c: (gst_avimux_base_init):
15989         * gst/cutter/gstcutter.c:
15990         * gst/debug/breakmydata.c:
15991         * gst/debug/efence.c:
15992         * gst/debug/gstnavigationtest.c:
15993         * gst/debug/gstnavseek.c:
15994         * gst/debug/negotiation.c:
15995         * gst/debug/progressreport.c:
15996         * gst/debug/testplugin.c:
15997         * gst/effectv/gstaging.c:
15998         * gst/effectv/gstdice.c:
15999         * gst/effectv/gstedge.c:
16000         * gst/effectv/gstquark.c:
16001         * gst/effectv/gstrev.c:
16002         * gst/effectv/gstshagadelic.c:
16003         * gst/effectv/gstvertigo.c:
16004         * gst/effectv/gstwarp.c:
16005         * gst/flx/gstflxdec.c:
16006         * gst/goom/gstgoom.c:
16007         * gst/icydemux/gsticydemux.c:
16008         * gst/id3demux/gstid3demux.c:
16009         * gst/interleave/deinterleave.c:
16010         * gst/interleave/interleave.c:
16011         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16012         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16013         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16014         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16015         * gst/level/gstlevel.c:
16016         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16017         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16018         * gst/median/gstmedian.c:
16019         * gst/monoscope/gstmonoscope.c:
16020         * gst/multipart/multipartdemux.c:
16021         * gst/multipart/multipartmux.c:
16022         * gst/oldcore/gstaggregator.c:
16023         * gst/oldcore/gstfdsink.c:
16024         * gst/oldcore/gstmd5sink.c:
16025         * gst/oldcore/gstmultifilesrc.c:
16026         * gst/oldcore/gstpipefilter.c:
16027         * gst/oldcore/gstshaper.c:
16028         * gst/oldcore/gststatistics.c:
16029         * gst/rtp/gstasteriskh263.c:
16030         * gst/rtp/gstrtpL16depay.c:
16031         * gst/rtp/gstrtpL16pay.c:
16032         * gst/rtp/gstrtpamrdepay.c:
16033         * gst/rtp/gstrtpamrpay.c:
16034         * gst/rtp/gstrtpdepay.c:
16035         * gst/rtp/gstrtpgsmpay.c:
16036         * gst/rtp/gstrtph263pay.c:
16037         * gst/rtp/gstrtph263pdepay.c:
16038         * gst/rtp/gstrtph263ppay.c:
16039         * gst/rtp/gstrtpilbcdepay.c:
16040         * gst/rtp/gstrtpmp4gpay.c:
16041         * gst/rtp/gstrtpmp4vdepay.c:
16042         * gst/rtp/gstrtpmp4vpay.c:
16043         * gst/rtp/gstrtpmpadepay.c:
16044         * gst/rtp/gstrtpmpapay.c:
16045         * gst/rtp/gstrtppcmadepay.c:
16046         * gst/rtp/gstrtppcmapay.c:
16047         * gst/rtp/gstrtppcmudepay.c:
16048         * gst/rtp/gstrtppcmupay.c:
16049         * gst/rtp/gstrtpspeexdepay.c:
16050         * gst/rtp/gstrtpspeexpay.c:
16051         * gst/rtsp/gstrtpdec.c:
16052         * gst/rtsp/gstrtspsrc.c:
16053         * gst/smpte/gstsmpte.c:
16054         * gst/udp/gstdynudpsink.c:
16055         * gst/udp/gstmultiudpsink.c:
16056         * gst/udp/gstudpsink.c:
16057         * gst/udp/gstudpsrc.c:
16058         * gst/videobox/gstvideobox.c:
16059         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16060         * gst/videofilter/gstvideobalance.c:
16061         * gst/videofilter/gstvideoflip.c:
16062         * gst/videofilter/gstvideotemplate.c:
16063         (gst_videotemplate_base_init):
16064         * gst/videomixer/videomixer.c:
16065         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16066         (gst_wavparse_class_init), (gst_wavparse_dispose),
16067         (gst_wavparse_reset), (gst_wavparse_init),
16068         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16069         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16070         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16071         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16072         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16073         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16074         (gst_wavparse_change_state):
16075         * gst/wavparse/gstwavparse.h:
16076         * sys/oss/gstossmixerelement.c:
16077         * sys/oss/gstosssink.c:
16078         * sys/oss/gstosssrc.c:
16079         * sys/osxaudio/gstosxaudioelement.c:
16080         * sys/osxaudio/gstosxaudiosink.c:
16081         * sys/osxaudio/gstosxaudiosrc.c:
16082         * sys/sunaudio/gstsunaudiomixer.c:
16083         * sys/sunaudio/gstsunaudiosink.c:
16084           Define GstElementDetails as const and also static (when defined as
16085           global)
16086
16087 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16088
16089         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16090           Source pad has fixed caps. If we don't set this, bad
16091           things happen when the window is resized.
16092
16093 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16094
16095         * gst/matroska/Makefile.am:
16096         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16097         (gst_matroska_demux_handle_src_event):
16098         * gst/matroska/matroska-ids.c:
16099         (gst_matroska_track_init_video_context),
16100         (gst_matroska_track_init_audio_context),
16101         (gst_matroska_track_init_subtitle_context),
16102         (gst_matroska_track_init_complex_context):
16103         * gst/matroska/matroska-ids.h:
16104           Handle case where the TrackType ebml chunk does not come before the
16105           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16106           events.
16107
16108 2006-04-25  Wim Taymans  <wim@fluendo.com>
16109
16110         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16111         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16112         It's codec_data, not codec_info.
16113
16114 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16115
16116         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16117
16118         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16119           Handle codec_data for VfW compatibility codec IDs (#339451)
16120
16121         * gst/matroska/matroska-mux.c:
16122         (gst_matroska_mux_video_pad_setcaps):
16123           Same here, handle codec_data and add additional caps we can handle
16124           now to the pad template (huffyuv, dv and h263 video) (#339451)
16125
16126 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16127
16128         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16129
16130         * gst/matroska/matroska-mux.c:
16131         (gst_matroska_mux_create_buffer_header),
16132         (gst_matroska_mux_write_data):
16133           Fix timestamping of B-frames, use signed integers, do
16134           some rounding (#339678).
16135
16136 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16137
16138         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16139         just make it compile with --disable-gst-debug.
16140
16141 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16142
16143         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16144         Fix a bad conversion using gst_guint64_to_gdouble.
16145         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16146         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16147         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16148     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16149         mistake.
16150
16151 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16152
16153         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16154         Use gst_guint64_to_gdouble for conversions
16155         * win32/vs6/gst_plugins_good.dsw:
16156         * win32/vs6/libgsticydemux.dsp:
16157         Add a project file for icydemux
16158
16159 2006-04-21  Wim Taymans  <wim@fluendo.com>
16160
16161         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16162
16163         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16164         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16165         When splitting audio chunks, the block alignment is not taken in
16166         consideration, so the smaller chunks could be of size which is 
16167         not a multiple of the block alignment. Fixes #336904
16168
16169 2006-04-21  Wim Taymans  <wim@fluendo.com>
16170
16171         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16172         Use scale functions
16173
16174 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16175
16176         * ext/dv/gstdv.c: (plugin_init):
16177           Fix build.
16178
16179 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16180
16181         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16182         (gst_progress_report_class_init), (gst_progress_report_init),
16183         (gst_progress_report_do_query), (gst_progress_report_report),
16184         (gst_progress_report_set_property),
16185         (gst_progress_report_get_property):
16186           Add 'format' property to force querying to a particular format.
16187
16188 2006-04-21  Andy Wingo  <wingo@pobox.com>
16189
16190         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16191         best, on big endian systems. Drop its rank in that case. OTOH on
16192         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16193
16194 2006-04-21  Michael Smith  <msmith@fluendo.com>
16195
16196         * configure.ac:
16197         * gst/icydemux/Makefile.am:
16198         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16199         (gst_icydemux_base_init), (gst_icydemux_class_init),
16200         (gst_icydemux_reset), (gst_icydemux_init),
16201         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16202         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16203         (unicodify), (gst_icydemux_unicodify),
16204         (gst_icydemux_parse_and_send_tags),
16205         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16206         (gst_icydemux_chain), (gst_icydemux_change_state),
16207         (gst_icydemux_send_tag_event), (plugin_init):
16208         * gst/icydemux/gsticydemux.h:
16209         * tests/check/Makefile.am:
16210         * tests/check/elements/icydemux.c: (typefind_succeed),
16211         (plugin_init), (icydemux_found_pad), (create_icydemux),
16212         (cleanup_icydemux), (push_data), (GST_START_TEST),
16213         (icydemux_suite), (main):
16214           Add icydemux, and tests.
16215
16216 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16217
16218         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16219           Post SEGMENT_DONE message in TIME format.
16220
16221 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16222
16223         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16224
16225         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16226         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16227           Fix index creation when we have to scan the file to create
16228           an index. There may be other types of RIFF 'LIST' chunks than
16229           'movi' and we need to skip them properly as well or we'll end up
16230           reading garbage (#336889). Some other cosmetic changes.
16231           
16232 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16233
16234         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16235         (gst_flac_dec_handle_seek_event):
16236           Add support for segment seeks (fixes #338290). Also demote
16237           some recurring debug message from DEBUG to LOG level.
16238
16239 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16240
16241         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16242         (gst_matroskademux_do_index_seek),
16243         (gst_matroska_demux_handle_seek_event),
16244         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16245         * gst/matroska/matroska-ids.h:
16246           Set DISCONT flag on first buffer after a discontinuity.
16247           Fix newsegment events sent when seeking and honour KEY_UNIT
16248           seek flag. Create pad with bogus caps if we don't recognise
16249           the stream codec id.
16250
16251         * gst/matroska/matroska-demux.h:
16252           Fix GObject macros.
16253
16254 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16255
16256         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16257
16258         * gst/matroska/matroska-demux.c:
16259         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16260           Handle end of segment properly when set; don't dead-lock when
16261           posting start of segment message when doing a segment seek.
16262           Fixes #338810.
16263
16264 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16265
16266         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16267         (gst_matroska_demux_plugin_init):
16268           Make mpeg2 aac audio work: create artificial private codec data
16269           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16270           Also call gst_riff_init(). Partially fixes #338767.
16271
16272 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16273
16274         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16275         (gst_wavenc_class_init), (gst_wavenc_init),
16276         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16277         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16278         (gst_wavenc_chain), (gst_wavenc_change_state):
16279         * gst/wavenc/gstwavenc.h:
16280           Set caps on first outgoing buffer, so that it doesn't error out
16281           immediately with a non-negotiated error (#338716). Rewrite and
16282           clean up a bit; fix setcaps function to parse things properly;
16283           fix sink caps (8bit audio is unsigned and doesn't have depth);
16284           use boilerplate macros; remove unused properties stuff.
16285
16286 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16287
16288         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16289           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16290           handle MJPEG streams and might be autoplugged for those if the
16291           user doesn't have jpegdec installed (resulting in a cryptic error
16292           message about huffman tables). Better to disable JPEG decoding here
16293           and let the user figure out that she needs to install jpegdec.
16294
16295 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16296
16297         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16298         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16299         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16300         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16301           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16302           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16303           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16304           debug messages. Fix boilerplate macros.
16305
16306 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16307
16308         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16309         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16310           No need to special-case for Gdk-2.0 any longer, we require
16311           Gdk 2.2 or newer; minor clean-ups.
16312
16313 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16314
16315         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16316         (gst_shout2send_class_init), (gst_shout2send_init),
16317         (set_shout_metadata), (gst_shout2send_set_metadata),
16318         (gst_shout2send_event), (gst_shout2send_start),
16319         (gst_shout2send_connect), (gst_shout2send_stop),
16320         (gst_shout2send_render), (gst_shout2send_set_property),
16321         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16322         (plugin_init):
16323         * ext/shout2/gstshout2.h:
16324         * po/POTFILES.in:
16325           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16326           change function; use GST_ELEMENT_ERROR for error reporting, not
16327           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16328           will cause crashes or assertion failures; remove (unused) "sync"
16329           property, basesink already has such a property; misc. other
16330           minor fixes and cleanups.
16331
16332 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16333
16334         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16335         * ext/esd/gstesd.c: (plugin_init):
16336         * po/POTFILES.in:
16337           Add translatable error message for when we cannot
16338           connect to the sound server, as "Cannot open resource
16339           for writing" isn't really an acceptable message to show
16340           to the user in this case.
16341
16342 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16343
16344         * sys/oss/gst-i18n-plugin.h:
16345           Remove bogus file that doesn't belong here.
16346
16347 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16348
16349         Patch by: Philippe Valembois
16350
16351         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16352         (gst_shout2send_set_metadata), (gst_shout2send_event),
16353         (gst_shout2send_render), (gst_shout2send_change_state):
16354         * ext/shout2/gstshout2.h:
16355           Handle tags being received before the connection to
16356           the server is established properly (see #338636).
16357
16358 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16359
16360         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16361           Don't crash in case the connection to the server fails:
16362           don't set pointer to NULL by assigning FALSE; error out
16363           properly by using GST_ELEMENT_ERROR and returning
16364           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16365           before resetting the pointer.
16366
16367 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16368
16369         * gst/id3demux/id3tags.c:
16370         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16371         (Fixes #338713)
16372
16373 2006-04-12  Wim Taymans  <wim@fluendo.com>
16374
16375         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16376         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16377         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16378         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16379         (gst_gdk_pixbuf_chain):
16380         Some cleanups.
16381         Added RGBA as a possible output format.
16382         Correctly free the supported mimetypes.
16383         deprecate silent arg, it's not used.
16384         Return result from _alloc_buffer to peer.
16385
16386 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16387
16388         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16389           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16390           overwriting GST_BUFFER_MALLOCDATA.
16391
16392 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16393
16394         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16395         (user_endrow_callback), (user_end_callback),
16396         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16397         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16398         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16399         * ext/libpng/gstpngdec.h:
16400           Handle more than one frame if the content is framed,
16401           like with png-in-quicktime (#331917).
16402
16403 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16404
16405         * sys/oss/Makefile.am:
16406         * sys/oss/common.h:
16407         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16408         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16409         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16410         (gst_oss_src_unprepare):
16411           - the user-visible error strings were in the wrong category
16412           - and the messages were not marked for translation
16413           - which is actually a good thing, because they were exactly
16414             the kind of message you would never want anyone to see
16415           - the macros were using variables that didn't exist in the macro
16416             arguments
16417           - and they were obviously copied from each other and then modified
16418           - so a common header makes sense
16419
16420 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16421
16422         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16423           Don't try to modify read-only data.
16424
16425         * gst/matroska/matroska-demux.c:
16426         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16427           Fix comment (won't crash any longer now).
16428
16429 2006-04-10  Michael Smith  <msmith@fluendo.com>
16430
16431         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16432           Use copies of header buffers for caps to avoid circular refcounting
16433           problems (as in theoradec, vorbisdec).
16434
16435         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16436           Fix a typo in test that meant it was testing the wrong thing.
16437
16438         * tests/check/elements/cmmlenc.c: (check_headers):
16439           Fix refcount checks now that we use buffer-copies for caps.
16440
16441 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16442
16443         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16444         (gst_matroska_demux_handle_seek_event),
16445         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16446         (gst_matroska_demux_subtitle_caps),
16447         (gst_matroska_demux_plugin_init):
16448           Use static pad templates with ANY caps for audio and video
16449           source pads and get rid of a lot of unnecessary (and partially
16450           broken) code for the template caps. Clean up caps finding
16451           functions. Fixes playback of audio files/streams that do not
16452           contain the sample rate and/or number of channels in the audio
16453           context (happens a lot with vorbis/mp3 .mka files it seems).
16454           Fixes #337183.
16455           Also add myself to copyright holders.
16456
16457 2006-04-10  Michael Smith  <msmith@fluendo.com>
16458
16459         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16460           Use g_list_delete_link () instead of g_list_remove_link () so that
16461           we free the link as well as the contained data.
16462
16463 2006-04-10  Wim Taymans  <wim@fluendo.com>
16464
16465         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16466
16467         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16468         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16469         (gst_avi_demux_stream_header):
16470         Fix some crashers with empty chunks. (Fixes #337749)
16471
16472 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16473
16474         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16475           use G_GINT64_CONSTANT for INT64 constants
16476         * gst/videofilter/gstvideobalance.c:
16477           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16478         * win32/vs6/libgstavi.dsp:
16479          add missing libraries for the link and remove avimux.c from
16480          the project as it isn't ported to 0.10 yet
16481         
16482 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16483
16484         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16485           Even better would be if we actually did the right thing
16486           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16487
16488 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16489
16490         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16491           Can't just replace 1LL with 1L here just because MSVC doesn't
16492           support it, as it might lead to incorrect results when doing the
16493           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16494           force a 64-bit constant in a way that all compilers are happy with.
16495
16496 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16497
16498         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16499         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16500         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16501         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16502         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16503         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16504         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16505         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16506         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16507         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16508         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16509         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16510         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16511         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16512         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16513         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16514         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16515         * gst/debug/efence.c: (gst_efence_class_init):
16516         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16517         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16518         * gst/goom/gstgoom.c: (gst_goom_class_init):
16519         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16520         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16521         * gst/interleave/interleave.c: (interleave_class_init):
16522         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16523         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16524         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16525         * gst/median/gstmedian.c: (gst_median_class_init):
16526         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16527         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16528         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16529         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16530         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16531         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16532         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16533         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16534         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16535         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16536         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16537         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16538         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16539         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16540         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16541         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16542         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16543         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16544         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16545         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16546         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16547         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16548         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16549         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16550         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16551         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16552         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16553         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16554         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16555         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16556         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16557         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16558         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16559         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16560         * sys/osxaudio/gstosxaudioelement.c:
16561         (gst_osxaudioelement_class_init):
16562         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16563         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16564         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16565         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16566
16567 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16568
16569         * ext/mikmod/gstmikmod.h:
16570         * gst/level/gstlevel.h:
16571         Fix more broken GObject macros
16572
16573 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16574
16575         * ext/annodex/gstcmmldec.h:
16576         * ext/annodex/gstcmmlenc.h:
16577         * ext/annodex/gstcmmltag.h:
16578         * ext/cairo/gsttextoverlay.h:
16579         * ext/ladspa/gstsignalprocessor.h:
16580         * gst/matroska/ebml-read.h:
16581         * gst/matroska/ebml-write.h:
16582         * sys/osxaudio/gstosxaudioelement.h:
16583         Fix broken GObject macros
16584
16585 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16586
16587         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16588           Don't try to seek beyond the end of the file (would
16589           occasionally display error dialogs in totem when seeking
16590           to the end) (#335869). Will still throw an error though
16591           if the file is truncated and the total_samples value in
16592           the stream header is wrong.
16593
16594 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
16595
16596         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
16597         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
16598         (gst_flac_dec_metadata_callback):
16599         * ext/flac/gstflacdec.h:
16600           If the stream header doesn't contain the total number of samples,
16601           search for the last flac frame at the end of the file and calculate
16602           the total duration from that frame's offset (fixes #337609).
16603
16604 2006-04-07  Edward Hervey  <edward@fluendo.com>
16605
16606         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
16607         Don't unref the GstPadTemplate returned by
16608         gst_element_class_get_pad_template().
16609
16610 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16611
16612         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
16613
16614         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
16615         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
16616         * sys/sunaudio/gstsunaudiosink.h:
16617           Use spec->segsize and spec->segtotal in the prepare function
16618           to initialise the ring buffer instead of using the buffer-time
16619           property (#337421).
16620
16621 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16622
16623         * configure.ac:
16624           Bump core requirements to CVS for gst_pad_query_peer_duration()
16625           which is used by speexdec.
16626
16627 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16628
16629         * ext/speex/gstspeex.c: (plugin_init):
16630         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
16631         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
16632         (speex_get_sink_query_types), (speex_dec_sink_query),
16633         (speex_get_src_query_types), (speex_dec_src_query),
16634         (speex_dec_src_event), (speex_dec_sink_event),
16635         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
16636         (speex_dec_chain_parse_data), (speex_dec_chain),
16637         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
16638         (speex_dec_change_state):
16639         * ext/speex/gstspeexdec.h:
16640           Fix seeking and duration queries (#337033); clean up and
16641           refactor a bit.
16642
16643 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16644
16645         * ext/raw1394/gstdv1394src.c:
16646           distinguish between device not found and could not open for
16647           reading
16648
16649 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16650
16651         * Makefile.am:
16652         * configure.ac:
16653         * pkgconfig/.cvsignore:
16654         * pkgconfig/Makefile.am:
16655         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
16656           add a .pc file so other modules can use good plugins in tests
16657
16658 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16659
16660         * configure.ac:
16661           clean up, use AS_VERSION and AS_NANO
16662         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16663           use PACKAGE_VERSION define
16664         * po/af.po:
16665         * po/az.po:
16666         * po/cs.po:
16667         * po/en_GB.po:
16668         * po/hu.po:
16669         * po/it.po:
16670         * po/nb.po:
16671         * po/nl.po:
16672         * po/or.po:
16673         * po/sq.po:
16674         * po/sr.po:
16675         * po/sv.po:
16676         * po/uk.po:
16677         * po/vi.po:
16678           updated
16679
16680 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
16681
16682         * ext\jpeg\smokecodec.c:
16683           use of GST_DEBUG instead of DEBUG(a...) for WIN32
16684         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
16685           move first instruction after all variables declarations
16686         * gst\alpha\gstalpha.c:
16687         * gst\effectv\gstshagadelic.c:
16688         * gst\smpte\paint.c:
16689         * gst\videofilter\gstvideobalance.c:
16690           define M_PI if it's not defined (it's not defined on WIN32)
16691         * gst\cutter\gstcutter.c: (gst_cutter_chain):
16692         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
16693         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
16694         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
16695         (gst_matroska_demux_video_caps):
16696         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
16697         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
16698           use gst_guint64_to_gdouble for conversions
16699         * gst\goom\filters.c: (setPixelRGB_):
16700           fix a debug which was using undefined variable
16701         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
16702         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
16703           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
16704         * win32/vs6:
16705           add vs6 projects files for most of plugins-good
16706         
16707 2006-03-30  j^  <j@bootlab.org>
16708
16709         * ext/aalib/gstaasink.c:
16710         * ext/annodex/gstcmmldec.c:
16711         * ext/annodex/gstcmmlenc.c:
16712         * ext/cairo/gsttextoverlay.c:
16713         * ext/cairo/gsttimeoverlay.c:
16714         * ext/cdio/gstcdiocddasrc.c:
16715         * ext/dv/gstdvdec.c:
16716         * ext/esd/esdmon.c:
16717         * ext/esd/esdsink.c:
16718         * ext/flac/gstflacdec.c:
16719         * ext/flac/gstflacenc.c:
16720         * ext/flac/gstflactag.c:
16721         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16722         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16723         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16724         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16725         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16726         * ext/gdk_pixbuf/pixbufscale.c:
16727         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16728         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16729         * ext/jpeg/gstjpegdec.c:
16730         * ext/jpeg/gstjpegenc.c:
16731         * ext/jpeg/gstsmokedec.c:
16732         * ext/jpeg/gstsmokeenc.c:
16733         * ext/libcaca/gstcacasink.c:
16734         * ext/libmng/gstmngdec.c:
16735         * ext/libmng/gstmngenc.c:
16736         * ext/libpng/gstpngdec.c:
16737         * ext/libpng/gstpngenc.c:
16738         * ext/mikmod/gstmikmod.c:
16739         * ext/raw1394/gstdv1394src.c:
16740         * ext/shout2/gstshout2.c:
16741         * ext/speex/gstspeexdec.c:
16742         * ext/speex/gstspeexenc.c:
16743         * gst/alpha/gstalpha.c:
16744         * gst/alpha/gstalphacolor.c:
16745         * gst/auparse/gstauparse.c:
16746         * gst/autodetect/gstautoaudiosink.c:
16747         (gst_auto_audio_sink_base_init):
16748         * gst/autodetect/gstautovideosink.c:
16749         (gst_auto_video_sink_base_init):
16750         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16751         * gst/cutter/gstcutter.c:
16752         * gst/debug/breakmydata.c:
16753         * gst/debug/efence.c:
16754         * gst/debug/gstnavigationtest.c:
16755         * gst/debug/negotiation.c:
16756         * gst/debug/progressreport.c:
16757         * gst/debug/testplugin.c:
16758         * gst/effectv/gstaging.c:
16759         * gst/effectv/gstdice.c:
16760         * gst/effectv/gstedge.c:
16761         * gst/effectv/gstquark.c:
16762         * gst/effectv/gstrev.c:
16763         * gst/effectv/gstvertigo.c:
16764         * gst/effectv/gstwarp.c:
16765         * gst/flx/gstflxdec.c:
16766         * gst/goom/gstgoom.c:
16767         * gst/interleave/deinterleave.c:
16768         * gst/interleave/interleave.c:
16769         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16770         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16771         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16772         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16773         * gst/level/gstlevel.c:
16774         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16775         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16776         * gst/median/gstmedian.c:
16777         * gst/monoscope/gstmonoscope.c:
16778         * gst/multipart/multipartdemux.c:
16779         * gst/multipart/multipartmux.c:
16780         * gst/oldcore/gstmd5sink.c:
16781         * gst/oldcore/gstmultifilesrc.c:
16782         * gst/oldcore/gstpipefilter.c:
16783         * gst/oldcore/gstshaper.c:
16784         * gst/oldcore/gststatistics.c:
16785         * gst/rtp/gstasteriskh263.c:
16786         * gst/rtp/gstrtpL16depay.c:
16787         * gst/rtp/gstrtpL16pay.c:
16788         * gst/rtp/gstrtpamrdepay.c:
16789         * gst/rtp/gstrtpamrpay.c:
16790         * gst/rtp/gstrtpdepay.c:
16791         * gst/rtp/gstrtpgsmpay.c:
16792         * gst/rtp/gstrtph263pay.c:
16793         * gst/rtp/gstrtph263pdepay.c:
16794         * gst/rtp/gstrtph263ppay.c:
16795         * gst/rtp/gstrtpmp4gpay.c:
16796         * gst/rtp/gstrtpmp4vdepay.c:
16797         * gst/rtp/gstrtpmp4vpay.c:
16798         * gst/rtp/gstrtpmpadepay.c:
16799         * gst/rtp/gstrtpmpapay.c:
16800         * gst/rtp/gstrtppcmadepay.c:
16801         * gst/rtp/gstrtppcmapay.c:
16802         * gst/rtp/gstrtppcmudepay.c:
16803         * gst/rtp/gstrtppcmupay.c:
16804         * gst/rtp/gstrtpspeexdepay.c:
16805         * gst/rtp/gstrtpspeexpay.c:
16806         * gst/rtsp/gstrtpdec.c:
16807         * gst/smpte/gstsmpte.c:
16808         * gst/videobox/gstvideobox.c:
16809         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16810         * gst/videofilter/gstvideobalance.c:
16811         * gst/videofilter/gstvideoflip.c:
16812         * gst/videofilter/gstvideotemplate.c:
16813         (gst_videotemplate_base_init):
16814         * gst/videomixer/videomixer.c:
16815         * gst/wavenc/gstwavenc.c:
16816         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16817          better/unified long descriptions
16818          Fixed #336602
16819          Some cleanups to auparse, don't send multiple newsegments.
16820
16821 2006-03-29  Wim Taymans  <wim@fluendo.com>
16822
16823         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16824
16825         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16826         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16827         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16828         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16829         * ext/dv/gstdvdemux.h:
16830         Seek in READY patch. Only works for pull based mode.
16831         Fixes #323880
16832
16833 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16834
16835         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16836         (gst_gdk_pixbuf_event):
16837           Fix two crashers: don't unref the same caps twice, and
16838           set pixbuf loader to NULL after freeing it.
16839
16840 2006-03-27  Wim Taymans  <wim@fluendo.com>
16841
16842         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16843         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16844         (gst_speexenc_chain):
16845         * ext/speex/gstspeexenc.h:
16846         Don't leak adapter.
16847         A push *always* takes ownership of the buffer, even on
16848         errors.
16849         Small cleanups.
16850
16851 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16852
16853         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16854           Create source pad without leaking.
16855
16856 2006-03-24  Wim Taymans  <wim@fluendo.com>
16857
16858         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16859         * ext/flac/gstflacdec.h:
16860         * ext/flac/gstflacenc.h:
16861         Spifify a bit.
16862         Fix deadly lock order error in seeking code, STREAM_LOCK
16863         cannot be taken within LOCK and the streaming variables are
16864         protected with the STREAM_LOCK anyway.
16865
16866 2006-03-24  Wim Taymans  <wim@fluendo.com>
16867
16868         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16869         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16870         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16871         this patch combines the global init_frames with the stream
16872         init_frames. Rationale being that the global delay should 
16873         be subtracted from any stream delay.
16874         Fixes #335858.
16875
16876 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16877
16878         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
16879         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16880         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16881         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16882         use DEBUG_FUNCPTR for collectpads
16883
16884 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16885
16886         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
16887           Don't crash when encoding images where the number of rows isn't
16888           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
16889
16890 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16891
16892         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
16893         * gst/interleave/deinterleave.c: (deinterleave_change_state):
16894         * gst/interleave/interleave.c: (interleave_change_state):
16895         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
16896           More state change function fixes.
16897
16898 2006-03-23  Wim Taymans  <wim@fluendo.com>
16899
16900         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16901         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
16902         (gst_esdsink_prepare), (gst_esdsink_unprepare),
16903         (gst_esdsink_delay), (gst_esdsink_reset):
16904         * ext/esd/esdsink.h:
16905         Fix esd choppy playback by configuring audiosink
16906         correctly. Fixes #325191
16907
16908 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16909
16910         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
16911           Make state change function thread-safe.
16912
16913 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16914
16915         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
16916         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
16917           Don't try to read beyond the end of the file just because
16918           the header claims a bigger size (like with truncated files).
16919
16920 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16921
16922         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16923         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
16924         (gst_wavparse_stream_data), (gst_wavparse_loop):
16925         * gst/wavparse/gstwavparse.h:
16926           Delay source pad creation until we have the first chunk of
16927           media data, so the we can examine the data and adjust the
16928           caps accordingly if required. This makes playback of .wav
16929           files with DTS-declared-as-PCM content work (#313266).
16930
16931 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
16932
16933         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16934         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
16935         Don't attempt typefinding on too-short buffers that have been
16936         completely trimmed away. (Fixes #330239)
16937
16938         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
16939         Improve the debug output
16940
16941 2006-03-21  Wim Taymans  <wim@fluendo.com>
16942
16943         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
16944         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
16945         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
16946         (gst_esdsink_set_property), (gst_esdsink_get_property):
16947         Some cleanups.
16948         Reset fd to -1 when we close them.
16949
16950 2006-03-21  Wim Taymans  <wim@fluendo.com>
16951
16952         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
16953         the OPTIONS request result is optional so don't
16954         fail on it.
16955
16956 2006-03-21  Edward Hervey  <edward@fluendo.com>
16957
16958         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
16959         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
16960         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16961         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16962         (gst_wavparse_change_state):
16963         gcc 4.1 unreferenced pointer fixes.
16964
16965 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16966
16967         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16968
16969         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
16970           Fix block alignment calculation. Alignment should be done before
16971           adding the byte offset where the data starts (#335231).
16972
16973 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16974
16975         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
16976           Ensure that we set correct caps on buffers that are transferred
16977           direct from the input.
16978
16979 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16980
16981         * gst/goom/filters.c: (zoomFilterDestroy):
16982         * gst/goom/goom_core.c: (goom_close):
16983           Free filter data when cleaning up. (Fixes: #334995)
16984
16985 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
16986
16987         * configure.ac:
16988           Don't compile udp and rtsp plugins on win32 (mingw) or other
16989           systems that don't have <sys/socket.h> for some reason (#316203).
16990
16991 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16992
16993         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
16994         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
16995         * ext/raw1394/gstdv1394src.h:
16996           Change bus reset handler so it reports useful information such as
16997           whether the device being used connected or disconnected
16998
16999 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17000
17001         * gst/id3demux/id3v2frames.c:
17002         (parse_relative_volume_adjustment_two):
17003           We only care about gain and peak data for the master volume.
17004
17005 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17006
17007         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17008         (parse_id_string), (parse_unique_file_identifier),
17009         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17010           Read replay gain tags (#323721).
17011
17012 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17013
17014         * configure.ac:
17015           Bump requirements to gst-plugins-base CVS because
17016           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17017
17018 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17019
17020         * rtp/gst/gstrtppcmadepay.c:
17021         Fixed one of the caps in the code from mulaw to alaw.
17022
17023 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17024
17025         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17026           Ensure that we set caps on the buffers we pass.
17027
17028         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17029         (gst_id3demux_sink_activate):
17030           Ensure that we set caps on the buffers we pass.
17031
17032           Use STREAM, TYPE_NOT_FOUND as the error class when
17033           typefinding fails.
17034
17035 2006-03-15  Edward Hervey  <edward@fluendo.com>
17036
17037         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17038         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17039         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17040         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17041         (gst_jpeg_dec_setcaps):
17042         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17043         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17044         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17045         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17046         (gst_mngdec_src_getcaps):
17047         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17048         (gst_pngdec_caps_create_and_set):
17049         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17050         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17051         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17052         * gst/alpha/gstalpha.c: (gst_alpha_init):
17053         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17054         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17055         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17056         * gst/cutter/gstcutter.c: (gst_cutter_init):
17057         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17058         (gst_efence_checkgetrange):
17059         * gst/debug/negotiation.c: (gst_negotiation_init):
17060         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17061         * gst/goom/gstgoom.c: (gst_goom_init):
17062         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17063         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17064         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17065         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17066         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17067         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17068         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17069         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17070         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17071         (gst_wavparse_create_sourcepad):
17072         Fix memleak with gst_static_pad_template_get().
17073         This uses gst_pad_new_from_static_template() instead.
17074         Fixes #333512
17075
17076 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17077
17078         * configure.ac:
17079           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17080           used by id3demux.
17081
17082         * gst/id3demux/gstid3demux.c: (plugin_init):
17083         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17084         (parse_user_text_identification_frame),
17085         (parse_unique_file_identifier):
17086           Add support for UFID and TXXX frames and extract musicbrainz tags.
17087
17088 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17089
17090         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17091           Catch short reads, like they might happen with truncated
17092           files (see #305279); remove unnecessary indentation.
17093
17094 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17095
17096         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17097           Fix DIB image inversion for pictures with a
17098           depth != 8 (#305279).
17099
17100 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17101
17102         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17103         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17104         * ext/jpeg/gstjpegdec.h:
17105           Fix durations on outgoing buffers after seeking
17106           in MJPEG files (#334083); some minor clean-ups.
17107
17108 2006-03-13  Wim Taymans  <wim@fluendo.com>
17109
17110         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17111         (gst_wavparse_change_state):
17112         Implement seek in READY (re-fixes #327658)
17113
17114 2006-03-13  Wim Taymans  <wim@fluendo.com>
17115
17116         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17117         * ext/esd/esdmon.c: (gst_esdmon_get):
17118         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17119         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17120         (gst_gdk_pixbuf_sink_getcaps):
17121         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17122         (gst_jpegenc_setcaps):
17123         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17124         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17125         (gst_smokeenc_setcaps):
17126         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17127         (gst_mngdec_src_getcaps):
17128         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17129         (gst_mngenc_chain):
17130         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17131         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17132         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17133         (speex_dec_src_event), (speex_dec_chain):
17134         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17135         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17136         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17137         (gst_negotiation_pad_link), (gst_negotiation_chain):
17138         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17139         (gst_flxdec_chain):
17140         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17141         (deinterleave_chain):
17142         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17143         * gst/median/gstmedian.c: (gst_median_link):
17144         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17145         (gst_monoscope_chain):
17146         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17147         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17148         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17149         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17150         close #333784 unref the result of gst_pad_get_parent()
17151         by: Christophe Fergeau.
17152
17153 2006-03-09  Wim Taymans  <wim@fluendo.com>
17154
17155         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17156         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17157         Handle events in push mode better, can now do non-flushing
17158         seeks in push mode as well.
17159
17160 2006-03-07  Wim Taymans  <wim@fluendo.com>
17161
17162         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17163         Applied patch from Kai Vehmanen, fixes #333624.
17164
17165 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17166
17167         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17168         Implement paletted and grayscale png files handling.
17169         (#150363).
17170
17171 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17172
17173         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17174         (gst_speexenc_chain):
17175           fix a tag list assert
17176           follow gst-plugins-base/ext/ogg/README; set OFFSET
17177           and OFFSET_END.  Muxes correctly with gst-plugins-base
17178           > 0.9.3
17179
17180 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17181
17182         * gst/id3demux/Makefile.am:
17183         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17184         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17185           Use new typefind helper functions here as well, and
17186           do typefinding in pull-mode if upstream supports that.
17187
17188 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17189
17190         * sys/sunaudio/gstsunaudiomixerctrl.c:
17191         (gst_sunaudiomixer_ctrl_get_volume),
17192         (gst_sunaudiomixer_ctrl_set_volume):
17193         * sys/sunaudio/gstsunaudiomixertrack.c:
17194         (gst_sunaudiomixer_track_new):
17195           Remove unused variables, breaks build from CVS
17196           with -Werror (#333392, patch by: Benjamin Pineau)
17197
17198 2006-03-03  Wim Taymans  <wim@fluendo.com>
17199
17200         * docs/plugins/Makefile.am:
17201         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17202         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17203         Added wavparse docs.
17204
17205         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17206         (gst_wavparse_reset), (gst_wavparse_init),
17207         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17208         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17209         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17210         (gst_wavparse_stream_data), (gst_wavparse_loop),
17211         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17212         (gst_wavparse_change_state):
17213         * gst/wavparse/gstwavparse.h:
17214         Implement seek in READY (fixes #327658)
17215         Added docs and did some cleanups.
17216
17217 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17218
17219         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17220         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17221         (gst_avi_demux_calculate_durations_from_index),
17222         (gst_avi_demux_stream_header):
17223         * gst/avi/gstavidemux.h:
17224           If we have an index, use a duration based on the index instead
17225           of blindly trusting the information in the stream headers
17226           (fixes #331817).
17227
17228 2006-03-03  Wim Taymans  <wim@fluendo.com>
17229
17230         * docs/plugins/Makefile.am:
17231         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17232         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17233         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17234         Added smoke and jpeg to the docs.
17235
17236         * ext/jpeg/Makefile.am:
17237         * ext/jpeg/gstjpeg.c: (plugin_init):
17238         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17239         * ext/jpeg/gstjpegenc.h:
17240         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17241         (gst_smokedec_chain):
17242         * ext/jpeg/gstsmokedec.h:
17243         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17244         * ext/jpeg/gstsmokeenc.h:
17245         * ext/jpeg/smokecodec.h:
17246         Port smokedec (fixes #331905).
17247         Added some docs.
17248         Some cleanups.
17249
17250 2006-03-03  Wim Taymans  <wim@fluendo.com>
17251
17252         * docs/plugins/Makefile.am:
17253         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17254         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17255         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17256         Added videobalance and videoflip to the docs.
17257
17258         * gst/videofilter/Makefile.am:
17259         * gst/videofilter/gstvideobalance.c:
17260         (gst_video_balance_update_tables_planar411),
17261         (gst_video_balance_is_passthrough),
17262         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17263         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17264         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17265         (gst_video_balance_finalize), (gst_video_balance_class_init),
17266         (gst_video_balance_init), (gst_video_balance_interface_supported),
17267         (gst_video_balance_interface_init),
17268         (gst_video_balance_colorbalance_list_channels),
17269         (gst_video_balance_colorbalance_set_value),
17270         (gst_video_balance_colorbalance_get_value),
17271         (gst_video_balance_colorbalance_init),
17272         (gst_video_balance_set_property), (gst_video_balance_get_property),
17273         (gst_video_balance_get_type), (plugin_init):
17274         * gst/videofilter/gstvideobalance.h:
17275         Ported to 0.10. (Fixes #326160)
17276         Added docs.
17277
17278         * gst/videofilter/gstvideoflip.c:
17279         * gst/videofilter/gstvideoflip.h:
17280         Added docs.
17281
17282 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17283
17284         * configure.ac:
17285           Bump requirements to current core and -base CVS
17286           (core for new typefind helper API, and -base for the
17287           WAVFORMATEX support that was added to libgstriff and
17288           is needed by wavparse).
17289         
17290         * gst/apetag/Makefile.am:
17291         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17292         (gst_tag_demux_sink_activate):
17293           Use new typefind helpers for typefinding instead of our
17294           home-grown stuff; also, do typefinding in pull-mode if
17295           upstream supports that.
17296
17297 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17298
17299         Reviewed by: Christian Schaller <christian@fluendo.com>
17300
17301         This patch fixes bug: 329107
17302
17303         This Changelog entry is for a commit done on February 17
17304
17305         * ext/gconf/gconf.c
17306         * ext/gconf/gconf.h
17307         * ext/gconf/gstgconfaudiosink.c
17308         * ext/gconf/gstgconfaudiosink.h
17309         * gconf/gstreamer.schemas.in
17310
17311 2006-02-28  Wim Taymans  <wim@fluendo.com>
17312
17313         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17314         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17315         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17316         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17317         Use DEBUG_OBJECT more.
17318
17319 2006-02-28  Wim Taymans  <wim@fluendo.com>
17320
17321         * docs/plugins/Makefile.am:
17322         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17323         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17324         Added dvdec and dvdemux to docs.
17325
17326         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17327         Added docs.
17328         Check frame sizes so we don't crash when don't have enough
17329         data.
17330         Send nice error messages on error.
17331
17332         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17333         (gst_dvdemux_class_init), (gst_dvdemux_init),
17334         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17335         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17336         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17337         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17338         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17339         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17340         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17341         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17342         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17343         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17344         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17345         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17346         * ext/dv/gstdvdemux.h:
17347         Added docs.
17348         Implement pull mode.
17349         Fix memleaks.
17350         Reduce memcpy for the video demuxing.
17351
17352 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17353
17354         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17355         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17356         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17357         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17358           Add a little extra debug. Make the decoder not return NOT_LINKED,
17359           as we want to continue decoding all CMML and emitting tags.
17360
17361 2006-02-27  Michael Smith  <msmith@fluendo.com>
17362
17363         * ext/annodex/gstskeltag.c:
17364         * ext/annodex/gstskeltag.h:
17365           Deleted; these files aren't used any more either.
17366
17367 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17368
17369         * ext/Makefile.am: Fix dist-check.
17370
17371 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17372
17373         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17374         memleak.
17375
17376 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17377
17378         * ext/annodex/Makefile.am:
17379         * ext/annodex/gstannodex.c:
17380         * ext/annodex/gstcmmldec.c:
17381         * ext/annodex/gstcmmlenc.c:
17382         * ext/annodex/gstcmmlparser.c:
17383         * ext/annodex/gstcmmlparser.h:
17384         * ext/annodex/gstcmmlutils.c:
17385         * tests/check/elements/cmmldec.c:
17386         * tests/check/elements/cmmlenc.c:
17387           Fix a memleak in gst_cmml_track_list_add_clip.
17388           Handle overflows in clip's start and end times.
17389           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17390           Do not parse junk at the end of a CMML preamble buffer.
17391           Register a libxml error handler to not print stuff on stderr.
17392           Check for bad clip start and end times in the testsuites.
17393
17394 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17395
17396         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17397         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17398         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17399         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17400         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17401         possible memleaks.
17402
17403 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17404
17405         * tests/check/Makefile.am:
17406         * tests/check/elements/cmmldec.c:
17407         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17408         the plugins-base tags.
17409
17410 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17411
17412         * ext/Makefile.am: Re-enable module.
17413
17414 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17415
17416         * tests/check/Makefile.am: Forgot to remove that test.
17417
17418 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17419
17420         * ext/annodex/Makefile.am:
17421         * ext/annodex/gstannodex.c: (plugin_init):
17422         * ext/annodex/gstcmmldec.c:
17423         * ext/annodex/gstskeldec.c:
17424         * ext/annodex/gstskeldec.h:
17425         * tests/check/Makefile.am:
17426         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17427
17428 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17429
17430         * tests/check/Makefile.am: Disable those checks as well.
17431
17432 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17433
17434         * ext/Makefile.am: Disable annodex for now until we figure out
17435         how to make it build.
17436         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17437         Add a rule to your checklist : "please try to at least build 
17438         what you are going to commit into -good, or if you are too lazy
17439         to do that, please check that the buildbots are not crying because
17440         of your commit."
17441
17442 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17443
17444         * configure.ac:
17445         * ext/Makefile.am:
17446         * ext/gdk_pixbuf/Makefile.am:
17447         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17448         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17449         * ext/gdk_pixbuf/pixbufscale.c:
17450         * ext/gdk_pixbuf/pixbufscale.h:
17451           Gdkpixbuf ported from 0.8 to 0.10 by
17452           Renato Filho <renato.filho@indt.org.br>.
17453           gst_loader and gdkpixbufanimation still need port.
17454
17455 2006-02-24  Michael Smith  <msmith@fluendo.com>
17456
17457         * configure.ac:
17458         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17459         * ext/Makefile.am:
17460         * ext/annodex/Makefile.am:
17461         * ext/annodex/gstannodex.c:
17462         * ext/annodex/gstannodex.h:
17463         * ext/annodex/gstcmmldec.c:
17464         * ext/annodex/gstcmmldec.h:
17465         * ext/annodex/gstcmmlenc.c:
17466         * ext/annodex/gstcmmlenc.h:
17467         * ext/annodex/gstcmmlparser.c:
17468         * ext/annodex/gstcmmlparser.h:
17469         * ext/annodex/gstcmmltag.c:
17470         * ext/annodex/gstcmmltag.h:
17471         * ext/annodex/gstcmmlutils.c:
17472         * ext/annodex/gstcmmlutils.h:
17473         * ext/annodex/gstskeldec.c:
17474         * ext/annodex/gstskeldec.h:
17475         * ext/annodex/gstskeltag.c:
17476         * ext/annodex/gstskeltag.h:
17477         * tests/check/Makefile.am:
17478         * tests/check/elements/cmmldec.c:
17479         * tests/check/elements/cmmlenc.c:
17480         * tests/check/elements/skeldec.c:
17481           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17482           Includes tests & docs, oh my! Passes Thomas's -good checklist
17483           entirely. Wow.
17484
17485 2006-02-24  Michael Smith  <msmith@fluendo.com>
17486
17487         * autogen.sh:
17488           Check for automake 1.9 as well.
17489
17490 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17491
17492         * ext/flac/gstflacenc.c:
17493           Change min. sample rate to 8kHz to match flacdec's.
17494           
17495 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17496
17497         * ext/cdio/Makefile.am:
17498           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17499           required for Cygwin, see #317048)
17500
17501         * gst/rtp/gstasteriskh263.c:
17502           Cygwin has includes for both the unix network socket API
17503           and the windows API, but only one can be included, so fix
17504           includes to only use one or the other, prefering the unxi
17505           one (#317048).
17506
17507 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17508
17509         * rtp/gst/gstrtppcmadepay.c:
17510         * rtp/gst/gstrtppcmadepay.h:
17511         * rtp/gst/gstgstrtppcmapay.c:
17512         * rtp/gst/gstgstrtppcmapay.h:
17513         * rtp/gst/gstrtppcmudepay.c:
17514         * rtp/gst/gstrtppcmudepay.h:
17515         * rtp/gst/gstrtppcmupay.c:
17516         * rtp/gst/gstrtppcmupay.h:
17517         * rtp/gst/Makefile.am:
17518         * rtp/gst/gstrtp.c:
17519         * rtp/gst/README:
17520         Separated the G711 payloaders/depayloaders into separate elements for
17521         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17522
17523 2006-02-22  Wim Taymans  <wim@fluendo.com>
17524
17525         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17526         (gst_dvdec_change_state):
17527         * ext/dv/gstdvdec.h:
17528         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17529         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17530         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17531         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17532         (gst_dvdemux_flush), (gst_dvdemux_chain),
17533         (gst_dvdemux_change_state):
17534         * ext/dv/gstdvdemux.h:
17535         Ueber spiffify some more, added debug category.
17536         Use _scale.
17537         Use segments, respect playback rate from newsegment.
17538         Fix refcount issue.
17539
17540 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17541
17542         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17543         (gst_signal_processor_process):
17544         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17545         enabled for the build, but it helps me win the feature-count
17546         competitions ooh yeah.
17547
17548 2006-02-19  Wim Taymans  <wim@fluendo.com>
17549
17550         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17551         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17552         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17553         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17554         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17555         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17556         Use scaling code for added precission and more correct stop
17557         position in case scale==0.
17558
17559 2006-02-19  Wim Taymans  <wim@fluendo.com>
17560
17561         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17562         (gst_flxdec_chain):
17563         * gst/flx/gstflxdec.h:
17564         Implement DURATION query.
17565
17566 2006-02-19  Wim Taymans  <wim@fluendo.com>
17567
17568         * gst/flx/flx_color.h:
17569         * gst/flx/flx_fmt.h:
17570         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17571         (gst_flxdec_src_query_handler), (flx_decode_color),
17572         (gst_flxdec_chain):
17573         * gst/flx/gstflxdec.h:
17574         Set MALLOCDATA for the temp buffers so we don't leak.
17575         Some debug cleanups.
17576         Consume all data in the adapter before leaving the chain
17577         function. Fixes #330678.
17578
17579 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17580
17581         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17582         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17583          Handle 0 data size in otherwise valid frames.
17584          Handle numeric strings in 2.4.0 even when not in parentheses 
17585
17586 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
17587
17588         * gst/matroska/matroska-demux.c:
17589         (gst_matroska_demux_subtitle_caps),
17590         (gst_matroska_demux_plugin_init):
17591         * gst/matroska/matroska-ids.h:
17592           Recognise SSA/ASS and USF subtitle formats and
17593           set proper caps when they are found.
17594
17595 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17596
17597         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
17598         (gst_jpeg_dec_chain):
17599           Fix invalid memory access for some odd-sized images
17600           (see image contained in quicktime stream in #327083);
17601           use g_malloc() instead of g_alloca().
17602
17603 2006-02-17  Wim Taymans  <wim@fluendo.com>
17604
17605         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17606         Patch from Sebastien Cote, fixes #319884
17607
17608 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17609
17610         * ext/cdio/gstcdio.c: (plugin_init):
17611           Init debug category (#331253).
17612
17613 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17614
17615         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
17616           Pass extra_data to gst_riff_create_audio_caps(), so that
17617           WAVEFORMATEX stuff works. Post audio codec name and post
17618           it as taglist on the bus. Allow up to 8 channesl for raw
17619           PCM in the source pad template caps.
17620
17621 2006-02-16  Wim Taymans  <wim@fluendo.com>
17622
17623         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17624         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17625         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
17626         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
17627         (gst_multipart_set_property), (gst_multipart_get_property):
17628         Applied #318663. Gives quite a few false positives in
17629         autoscan mode, but it's better than nothing. Not closing yet.
17630
17631 2006-02-16  Wim Taymans  <wim@fluendo.com>
17632
17633         * docs/plugins/Makefile.am:
17634         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17635         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17636         * docs/plugins/gst-plugins-good-plugins.args:
17637         * docs/plugins/inspect/plugin-udp.xml:
17638         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
17639         (gst_udpsrc_start):
17640         Update documentation.
17641         Fix args.
17642
17643 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
17644
17645         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17646         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
17647         frame size. (Fixes #331368)
17648
17649 2006-02-16  Wim Taymans  <wim@fluendo.com>
17650
17651         * gst/rtsp/README:
17652         Updated README.
17653
17654         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17655         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
17656         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
17657         * gst/rtsp/gstrtspsrc.h:
17658         Make sure the RTP port is an even port an try to allocate 
17659         another if not.
17660         Added retry property to control max retries for port allocation.
17661         Make sure RTCP port is RTP port+1.
17662         Cleanup when port allocation fails.
17663         Fixes #319183.
17664         
17665 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17666
17667         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
17668           Don't ignore return value of the parent class's state
17669           change function (#331385, patch by: Wouter Paesen).
17670
17671 2006-02-15  Wim Taymans  <wim@fluendo.com>
17672
17673         * configure.ac:
17674         * docs/plugins/Makefile.am:
17675         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17676         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17677         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17678         * ext/Makefile.am:
17679         * ext/hal/Makefile.am:
17680         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
17681         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
17682         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
17683         (do_toggle_element), (gst_hal_audio_sink_set_property),
17684         (gst_hal_audio_sink_get_property),
17685         (gst_hal_audio_sink_change_state):
17686         * ext/hal/gsthalaudiosink.h:
17687         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
17688         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
17689         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
17690         (do_toggle_element), (gst_hal_audio_src_set_property),
17691         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
17692         * ext/hal/gsthalaudiosrc.h:
17693         * ext/hal/gsthalelements.c: (plugin_init):
17694         * ext/hal/gsthalelements.h:
17695         * ext/hal/hal.c: (gst_hal_get_string),
17696         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
17697         (gst_hal_get_audio_src):
17698         * ext/hal/hal.h:
17699         Add HAL sound device wrapper plugins. Closes #329106
17700
17701 2006-02-15  Wim Taymans  <wim@fluendo.com>
17702
17703         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17704         Add comment in a fultile attempt to stop the copy-and-paste 
17705         paradigm leading to duplication of bad code.
17706
17707         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
17708         Mime parameters have to be checked case insensitive
17709
17710 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17711
17712         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
17713           Advance stream time for lagging subtitle streams by sending
17714           newsegment events with the update flag set.
17715
17716 2006-02-14  Edward Hervey  <edward@fluendo.com>
17717
17718         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17719         There can be bogus data before the hdrl LIST tag in the RIFF header.
17720         It's hard to say if it's not respecting the AVI specifications or not,
17721         but since Google Video is producing AVIs like that and the other player
17722         don't seem to complain, I guess we should do the same.
17723
17724 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
17725
17726         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
17727         (parse_split_strings):
17728         Add more validation to ensure that a char encoding conversion
17729         produced a valid UTF-8 string.
17730
17731 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
17732
17733         Reviewed by: Edward Hervey  <edward@fluendo.com>
17734
17735         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17736         Properly handle end of segment. Closes #330885.
17737
17738 2006-02-13  Wim Taymans  <wim@fluendo.com>
17739
17740         * gst/rtp/gstrtpmp4gpay.h:
17741         For got to commit this one.
17742
17743 2006-02-12  Wim Taymans  <wim@fluendo.com>
17744
17745         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
17746         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
17747         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
17748         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17749         * gst/rtp/gstrtpmp4gpay.h:
17750         Make more things work.
17751         Handle ACC config strings.
17752
17753 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17754
17755         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17756           set timestamps if no incoming timestamps set
17757
17758 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17759
17760         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17761         (gst_tag_demux_do_typefind):
17762           ... and fix the very same leaks in GstTagDemux.
17763
17764 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17765
17766         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17767         (gst_id3demux_do_typefind):
17768         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17769         <jonathan at kaolin dot wh9 dot net>)
17770
17771 2006-02-10  Wim Taymans  <wim@fluendo.com>
17772
17773         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17774         First set options, then set caps or else the baseclass
17775         will not know about the options, duh.
17776
17777 2006-02-10  Wim Taymans  <wim@fluendo.com>
17778
17779         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17780         (gst_rtp_mp4v_pay_setcaps):
17781         Don't waste time looking for a config string if we have codec_info
17782         on the incomming caps.
17783
17784 2006-02-10  Wim Taymans  <wim@fluendo.com>
17785
17786         * gst/rtp/README:
17787         Say something about case-sensitivity of caps vs mime-attributes.
17788
17789         * gst/rtp/Makefile.am:
17790         * gst/rtp/gstrtp.c: (plugin_init):
17791         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17792         (gst_rtp_amr_pay_handle_buffer):
17793         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17794         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17795         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17796         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17797         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17798         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17799         (gst_rtp_mp4g_pay_plugin_init):
17800         * gst/rtp/gstrtpmp4gpay.h:
17801         Added beginnings of mpeg4-generic payloader (RFC 3640)
17802
17803 2006-02-09  Wim Taymans  <wim@fluendo.com>
17804
17805         * gst/rtsp/Makefile.am:
17806         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17807         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17808         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17809         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17810         (gst_rtpdec_change_state):
17811         * gst/rtsp/gstrtpdec.h:
17812         * gst/rtsp/gstrtsp.c: (plugin_init):
17813         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17814         * gst/rtsp/rtspconnection.c: (read_body),
17815         (rtsp_connection_receive):
17816         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17817         Resurected rtpdec to make rtspsrc happy again.
17818         Skip attributes from the session id.
17819         Don't crash when dumping a message with an empty body.
17820
17821
17822 2006-02-09  Wim Taymans  <wim@fluendo.com>
17823
17824         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17825         Added more meaningfull warnings when something goes wrong.
17826         Clear F bit on outgoing AMR packets.
17827
17828         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17829         (gst_rtp_amr_pay_handle_buffer):
17830         Added debugging category
17831         Support payloading of multiple AMR frames.
17832
17833         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17834         Added some debugging.
17835
17836 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17837
17838         * configure.ac:
17839           Back to CVS
17840
17841 === release 0.10.2 ===
17842
17843 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17844
17845         * configure.ac:
17846           releasing 0.10.2, "Papa was a rolling stone"
17847
17848 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17849
17850         * configure.ac:
17851           Bump core and plugins-base requirement to 0.10.2.2
17852           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17853
17854 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17855
17856         * ext/flac/gstflac.c: (plugin_init):
17857         * ext/speex/gstspeex.c: (plugin_init):
17858           Register musicbrainz tags.
17859
17860 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17861
17862         * ext/gconf/gconf.h:
17863           Remove declaration of function that no longer exists.
17864
17865 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17866
17867         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17868         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17869         Make shout2 work for non ogg streams
17870
17871 2006-02-06  Wim Taymans  <wim@fluendo.com>
17872
17873         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17874         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17875         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17876         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17877         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
17878         * gst/udp/gstmultiudpsink.h:
17879         Updated docs.
17880         Added properties bytes-served, bytes_to_serve.
17881         Post proper error messages,
17882         Emit client added signal too.
17883
17884 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17885
17886         * docs/plugins/Makefile.am:
17887         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17888         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17889         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17890         (gst_multiudpsink_get_stats):
17891           adding docs for multiudpsink
17892
17893 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17894
17895         * gst/level/gstlevel.c: (gst_level_transform_ip):
17896           peak below decay is not necessarily an error, so don't ERROR log
17897
17898 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17899
17900         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
17901         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
17902         (gst_ebml_write_seek):
17903         * gst/matroska/ebml-write.h:
17904           Make sure we send a newsegment event in BYTES format
17905           before sending buffers (#328531).
17906
17907 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17908
17909         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
17910         (gst_dvdemux_sink_query):
17911         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
17912         * ext/speex/gstspeexdec.c: (speex_get_query_types),
17913         (speex_dec_src_query):
17914         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
17915         (gst_speexenc_sink_query):
17916         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17917         * gst/matroska/matroska-demux.c:
17918         (gst_matroska_demux_get_src_query_types),
17919         (gst_matroska_demux_handle_src_query):
17920         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
17921         (gst_wavparse_pad_query):
17922           Pass unhandled queries upstream instead of just dropping
17923           them (#326446). Update query type arrays here and there.
17924
17925 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17926
17927         * tests/check/elements/matroskamux.c: (setup_src_pad):
17928           Collectpads in core got changed and now also holds a
17929           reference to any pad that is part of it. Fix refcount
17930           checks in test case accordingly.
17931
17932 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17933
17934         * gst/apetag/gstapedemux.h:
17935           Fix include, for now GstTagDemux is in the apetag dir.
17936
17937 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17938
17939         * docs/plugins/Makefile.am:
17940         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17941         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17942         * docs/plugins/inspect/plugin-cdio.xml:
17943           Add cdio plugin to docs.
17944
17945         * ext/cdio/gstcdiocddasrc.c:
17946           Add gtk-doc blurb.
17947
17948         * ext/cdio/gstcdio.c:
17949           The plugin is called 'cdio' not 'cddio'.
17950
17951 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17952
17953         * configure.ac:
17954         * docs/plugins/Makefile.am:
17955         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17956         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17957         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17958         * docs/plugins/inspect/plugin-apetag.xml:
17959         * gst/apetag/Makefile.am:
17960         * gst/apetag/gstapedemux.c:
17961         * gst/apetag/gstapedemux.h:
17962         * gst/apetag/gsttagdemux.c:
17963         * gst/apetag/gsttagdemux.h:
17964           Add APE tag demuxer (#325649).
17965
17966 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17967
17968         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
17969         (gst_gconf_get_default_video_sink),
17970         (gst_gconf_get_default_audio_src),
17971         (gst_gconf_get_default_video_src):
17972         * ext/gconf/gconf.h:
17973         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
17974         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
17975         (do_toggle_element):
17976         * ext/gconf/gstgconfaudiosink.h:
17977         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
17978         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17979         (do_toggle_element):
17980         * ext/gconf/gstgconfaudiosrc.h:
17981         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
17982         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
17983         (do_toggle_element):
17984         * ext/gconf/gstgconfvideosink.h:
17985         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
17986         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17987         (do_toggle_element):
17988         * ext/gconf/gstgconfvideosrc.h:
17989           Ignore changing the GConf key to "". Ignore GConf key updates
17990           that don't actually change the string.
17991           For now, ignore the GConf key when the state is > READY, as
17992           it breaks streaming. Sometime it will be nice to bring the
17993           new sink online even mid-stream, by sending NEWSEGMENT info
17994           and possibly prerolling.
17995           (Fixes #326736)
17996
17997 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17998
17999         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18000         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18001         (zoomFilterSetResolution), (zoomFilterDestroy),
18002         (zoomFilterFastRGB), (pointFilter):
18003         * gst/goom/filters.h:
18004         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18005         (goom_update), (goom_close):
18006         * gst/goom/goom_core.h:
18007         * gst/goom/goom_tools.h:
18008         * gst/goom/graphic.c:
18009         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18010         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18011         * gst/goom/gstgoom.h:
18012         * gst/goom/lines.c: (goom_lines):
18013         * gst/goom/lines.h:
18014           Make goom reentrant by moving all important static variables
18015           into instance structures.
18016           (Fixes #329181)
18017
18018 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18019
18020         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18021         (gst_avi_demux_all_source_pads_unlinked),
18022         (gst_avi_demux_process_next_entry):
18023         * gst/avi/gstavidemux.h:
18024           Third attempt, use gst_pad_is_linked() this time.
18025
18026 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18027
18028         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18029         (parse_split_strings):
18030         Adjust for data length indicators when parsing (Fixes #329810)
18031         Fix stupid bug parsing UTF-8 tag text.
18032         Output tag strings with multiple fields as multiple tags, so the
18033         app gets all the data.
18034
18035 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18036
18037         * ext/flac/gstflacenc.c:
18038         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18039         show me.
18040         
18041 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18042
18043         * ext/flac/gstflacenc.c:
18044         * gst/matroska/ebml-read.c:
18045         Just make it compile with --disable-gst-debug.
18046
18047 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18048
18049         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18050         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18051         (id3v2_genre_fields_to_taglist):
18052           Never output a tag with a null contents string.
18053
18054 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18055
18056         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18057           Only pause if all pads are unlinked AND we've tried to send data
18058           on all of them at least once.
18059
18060 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18061
18062         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18063         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18064           Make loop function/task pause itself when all source pads are
18065           unlinked.
18066
18067 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18068
18069         * configure.ac:
18070         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18071           Use new functions from core to render a bin from a
18072           string. Fixes build. Up requirements to core CVS.
18073
18074 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18075
18076         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18077           Don't push buffers into the adapter that we are going to
18078           push downstream again without framing anyway. Also, the
18079           adaptor takes ownership of buffers put into it (fixes
18080           auparse pushing invalid buffers for .au files with
18081           ADPCM contents). Finally, set caps on all outgoing buffers.
18082
18083 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18084
18085         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18086         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18087         (gst_id3demux_send_tag_event):
18088         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18089         Someone should kick my butt. Remove ID3v1 tags from the end of the
18090         file.
18091
18092         Improve error messages. Send the TAG message as soon as we complete
18093         typefinding, instead of waiting until we send the first buffer.
18094         Downstream tag event is still sent before the first buffer.
18095
18096 2006-01-27  Jan Gerber  <j@bootlab.org>
18097
18098         Reviewed by: Andy Wingo <wingo@pobox.com>
18099
18100         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18101         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18102         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18103         to not have warings flooding stderr. this is the suggested way
18104         also used in dvgrab and kino. (#328336)
18105
18106 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18107
18108         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18109         (gst_oss_sink_init), (gst_oss_sink_finalise):
18110           Free the device name string when finalised.
18111
18112 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18113
18114         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18115           Don't put function calls in g_return_if_fail() statements,
18116           or they'll be replaced with NOOPs if someone compiles with
18117           G_DISABLE_CHECKS defined.
18118           
18119 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18120
18121         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18122         Never trust ANY information encoded in a media file, especially
18123         when it's giving you sizes. (Fixes #328452)
18124
18125 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18126
18127         * gst/rtp/gstrtpg711pay.c:
18128         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18129         bug #325148.
18130
18131 2006-01-23  Edward Hervey  <edward@fluendo.com>
18132
18133         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18134         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18135         * gst/matroska/matroska-ids.h:
18136         Added recognition of Real Audio and Video streams in matroska demuxer.
18137
18138 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18139
18140         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18141           Remove errant break statement, and fix compilation with
18142           older GCC.
18143
18144 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18145
18146         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18147
18148         * sys/sunaudio/gstsunaudiomixerctrl.c:
18149         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18150           Export functions that are needed in other parts of the code,
18151           makes the mixer actually work; adjust magic minimum buffer-time
18152           value from 3ms to 5ms to work around stuttering during mp3
18153           playback (#327765).
18154
18155 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18156
18157         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18158
18159         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18160         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18161           Fix possible deadlock in matroska muxer (#327825).
18162
18163 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18164
18165         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18166         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18167         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18168         * gst/rtsp/sdpmessage.h:
18169         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18170         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18171           C89 fixes: declare variables at the beginning of a block and
18172           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18173           <jensgr at gmx dot net>).
18174
18175 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18176
18177         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18178         * gst/id3demux/id3tags.h:
18179         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18180         (parse_comment_frame), (parse_text_identification_frame),
18181         (id3v2_tag_to_taglist), (id3v2_are_digits),
18182         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18183         (parse_split_strings), (free_tag_strings):
18184           Rewrite parsing of text tags to handle multiple NULL terminated
18185           strings. Parse numeric genre strings and ID3v2 type
18186           "(3)(6)Alternative" style genre strings.
18187           Parse dates that are only YYYY or YYYY-mm format.
18188           (Fixes #328241 and #322154)
18189
18190 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18191
18192         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18193           Don't forget to initialize liboil, otherwise our oil functions
18194           will crash (fixes #327871; patch by: Christoph Burghardt
18195           <hawkes at web dot de>).
18196
18197 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18198
18199         * configure.ac:
18200           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18201           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18202           patch by: Brian Cameron <brian dot cameron at sun dot com>
18203
18204 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18205
18206         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18207         * ext/cdio/gstcdio.h:
18208         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18209           Fix build for libcdio versions >= 76; give slightly lower rank
18210           than cdparanoia.
18211
18212 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18213
18214         * configure.ac:
18215         * ext/Makefile.am:
18216         * ext/cdio/Makefile.am:
18217         * ext/cdio/gstcdio.c:
18218         * ext/cdio/gstcdio.h:
18219         * ext/cdio/gstcdiocddasrc.c:
18220         * ext/cdio/gstcdiocddasrc.h:
18221           Port libcdio cdda source, formerly known as cddasrc, now known as
18222           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18223           but that's not tested (fixes #317658).
18224
18225 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18226
18227         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18228           Fix conversion from TIME to BYTES format (fixes #326864;
18229           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18230
18231 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18232
18233         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18234           Fix compilation of id3demux when zlib is not present.
18235           (Fixes #326602; patch by: Sergey Scobich)
18236
18237 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18238
18239         * ext/esd/Makefile.am:
18240           Add $(ESD_CFLAGS), otherwise build will fail for folks
18241           with libesd in a non-standard prefix (#327009).
18242
18243 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18244
18245         * configure.ac:
18246           back to HEAD
18247
18248 === release 0.10.1 ===
18249
18250 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18251
18252         * configure.ac:
18253           releasing 0.10.1, "Li"
18254
18255 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18256
18257           patch by: Wim Taymans
18258
18259         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18260           fix memleak.  Fixes #326618
18261
18262 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18263
18264           patch by: Mike Smith
18265
18266         * gst/level/gstlevel.c: (gst_level_message_new),
18267         (gst_level_message_append_channel):
18268           Fix memleak.  Fixes #326612
18269
18270 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18271
18272         * configure.ac:
18273           prereleasing
18274         * po/af.po:
18275         * po/az.po:
18276         * po/cs.po:
18277         * po/en_GB.po:
18278         * po/hu.po:
18279         * po/it.po:
18280         * po/nb.po:
18281         * po/nl.po:
18282         * po/or.po:
18283         * po/sq.po:
18284         * po/sr.po:
18285         * po/sv.po:
18286         * po/uk.po:
18287         * po/vi.po:
18288           update translations
18289
18290 2006-01-10  Michael Smith  <msmith@fluendo.com>
18291
18292         * gst/level/gstlevel.c: (gst_level_class_init),
18293         (gst_level_dispose):
18294           Don't leak filter arrays.
18295
18296 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18297
18298         reviewed by: Christian Schaller <uraeus@gnome.org>
18299         
18300         * configure.ac:
18301         * gst-plugins-good.spec.in:
18302         * sys/Makefile.am:
18303         * sys/sunaudio/Makefile.am:
18304         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18305         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18306         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18307         (gst_sunaudiomixer_change_state):
18308         * sys/sunaudio/gstsunaudiomixer.h:
18309         * sys/sunaudio/gstsunaudiomixerctrl.c:
18310         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18311         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18312         (gst_sunaudiomixer_ctrl_list_tracks),
18313         (gst_sunaudiomixer_ctrl_get_volume),
18314         (gst_sunaudiomixer_ctrl_set_volume),
18315         (gst_sunaudiomixer_ctrl_set_mute),
18316         (gst_sunaudiomixer_ctrl_set_record):
18317         * sys/sunaudio/gstsunaudiomixerctrl.h:
18318         * sys/sunaudio/gstsunaudiomixertrack.c:
18319         (gst_sunaudiomixer_track_class_init),
18320         (gst_sunaudiomixer_track_init), (fill_labels),
18321         (gst_sunaudiomixer_track_new):
18322         * sys/sunaudio/gstsunaudiomixertrack.h:
18323         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18324         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18325         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18326         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18327         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18328         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18329         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18330         * sys/sunaudio/gstsunaudiosink.h:
18331
18332         Add SunAudio plugin - tested to make sure it doesn't break
18333         the build under GNU/Linux.      
18334
18335 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18336
18337         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18338         * gst-plugins-good/gst/udp/gstudpsrc.c:
18339         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18340         overrides the port or multicast parameters. Fixes bugs #323021.
18341         API addition: adds GstUDPSrc::sockfd property   
18342
18343 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18344
18345         * ext/gconf/Makefile.am:
18346         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18347         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18348         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18349         (do_toggle_element), (cb_toggle_element),
18350         (gst_gconf_audio_src_change_state):
18351         * ext/gconf/gstgconfaudiosrc.h:
18352         * ext/gconf/gstgconfelements.c: (plugin_init):
18353         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18354         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18355         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18356         (do_toggle_element), (cb_toggle_element),
18357         (gst_gconf_video_src_change_state):
18358         * ext/gconf/gstgconfvideosrc.h:
18359           Add new gconfaudiosrc and gconfvideosrc elements
18360           (needed for gnome-sound-recorder).
18361
18362 2006-01-06  Edward Hervey  <edward@fluendo.com>
18363
18364         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18365         Add gst_element_no_more_pads() for proper decodebin behaviour.
18366         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18367         (parse_text_identification_frame), (parse_split_strings):
18368         Failure to decode some tags is not a GST_ERROR() but a
18369         GST_WARNING()
18370         When iterating over a chunk of text, check that we haven't gone too
18371         far.
18372
18373 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18374
18375         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18376         (plugin_init):
18377           call oil_init() when using liboil
18378
18379 2006-01-04  Wim Taymans  <wim@fluendo.com>
18380
18381         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18382         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18383         Fix leaks.
18384
18385 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18386
18387         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18388
18389         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18390         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18391         (gst_flac_dec_change_state):
18392           Don't g_assert() where we should just return FALSE; remove
18393           unnecessary g_assert(); initialize some fields properly in
18394           state change function (fixes #325504). Also, use
18395           GST_DEBUG_OBJECT in two more places.
18396
18397 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18398
18399         * configure.ac:
18400           also remove smoothwave's Makefile.am
18401         * docs/plugins/Makefile.am:
18402           fix plugin docs
18403
18404 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18405
18406         * tests/examples/Makefile.am:
18407           added missing Makefile.am
18408
18409 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18410
18411         * configure.ac:
18412         * gst/level/Makefile.am:
18413         * gst/level/level-example.c:
18414         * tests/Makefile.am:
18415         * tests/examples/level/Makefile.am:
18416         * tests/examples/level/level-example.c: (message_handler), (main):
18417           moved level-example to tests/examples/level-example
18418         * tests/old/examples/level/demo.c: (main):
18419         * tests/old/examples/level/plot.c: (main):
18420           some initial fixes
18421
18422 2005-12-29  Michael Smith  <msmith@fluendo.com>
18423
18424         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18425         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18426         * gst/udp/gstmultiudpsink.h:
18427           Track packets sent per client in addition to bytes sent; provide
18428           this info through get-stats signal
18429
18430 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18431
18432         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18433           Can't use gst_object_unref() on a GstAdapter (#325191).
18434
18435 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18436
18437         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18438         If a broken tag has 0 bytes payload, at least still skip
18439         the 10 byte header
18440
18441 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18442
18443         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18444         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18445         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18446         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18447           Making these depayloaders (H263+ and mpeg4 video) inherit from
18448           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18449
18450 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18451
18452         * docs/plugins/gst-plugins-good-plugins.args:
18453         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18454         Regenerate the plugin hiearchy.
18455
18456 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18457
18458         * docs/plugins/Makefile.am:
18459         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18460         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18461         * docs/plugins/gst-plugins-good-plugins.args:
18462         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18463         (gst_id3demux_base_init), (gst_id3demux_class_init),
18464         (gst_id3demux_chain):
18465         * gst/id3demux/gstid3demux.h:
18466           Add documentation for id3demux.
18467           Don't fail if the first buffer is not at offset 0, just
18468           attempt to typefind and do pass through
18469           Rename the gst_type function from gst_gst_id3demux..
18470
18471 2005-12-20  Michael Smith  <msmith@fluendo.com>
18472
18473         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18474         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18475         (gst_multiudpsink_get_stats):
18476         * gst/udp/gstmultiudpsink.h:
18477           Collect statistics; return them from get_stats.
18478
18479 2005-12-19  Edward Hervey  <edward@fluendo.com>
18480
18481         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18482         Stupid signedness issue...
18483
18484 2005-12-19  Edward Hervey  <edward@fluendo.com>
18485
18486         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18487         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18488         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18489         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18490         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18491         Construct index for indexless files.
18492         Make sure pad/buffers are correctly reset to NULL once we don't need
18493         them anymore, else we get lovely segfaults/assertions.
18494         * gst/wavparse/gstwavparse.c:
18495         Yes, you can have 96KHz audio and wma in wav :(
18496
18497 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18498
18499         * configure.ac:
18500           Check for optional dependency on zlib for id3demux
18501
18502         * gst/id3demux/Makefile.am:
18503         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18504         (gst_id3demux_base_init), (gst_id3demux_class_init),
18505         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18506         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18507         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18508         (gst_id3demux_set_property), (gst_id3demux_get_property),
18509         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18510         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18511         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18512         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18513         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18514         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18515         (simple_find_peek), (simple_find_suggest),
18516         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18517         (plugin_init):
18518         * gst/id3demux/gstid3demux.h:
18519         * gst/id3demux/id3tags.c: (read_synch_uint),
18520         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18521         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18522         (id3demux_id3v2_frames_to_tag_list):
18523         * gst/id3demux/id3tags.h:
18524         * gst/id3demux/id3v2.4.0-frames.txt:
18525         * gst/id3demux/id3v2.4.0-structure.txt:
18526         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18527         (parse_comment_frame), (parse_text_identification_frame),
18528         (id3v2_tag_to_taglist), (parse_split_strings):
18529           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18530           otherwise it discards them. Works on my test files. 
18531
18532         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18533           Don't send EOS to a non-existing srcpad
18534           The debug category can be static
18535
18536 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18537
18538         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18539         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18540         * gst/multipart/multipartdemux.c:
18541           change some char* into char[]
18542
18543 2005-12-16  Wim Taymans  <wim@fluendo.com>
18544
18545         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18546         (gst_wavparse_other), (gst_wavparse_perform_seek),
18547         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18548         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18549         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18550         * gst/wavparse/gstwavparse.h:
18551         Use GstSegment to implement more seeking features.
18552
18553 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18554
18555         * gst/rtsp/rtspconnection.c:
18556           Add <netinet/in.h> include and move <arpa/inet.h> include
18557           to make things work on OpenBSD as well (fixes #323717;
18558           patch by: Benjamin Pineau)
18559
18560 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18561
18562         * gst/rtp/gstrtpspeexdepay.c:
18563         * gst/rtp/gstrtpspeexpay.c:
18564         Set clock rate to be fixed in 8000. It fixes bug #324012.
18565
18566 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18567
18568         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18569         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18570         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18571         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18572         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18573         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18574         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18575         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18576         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18577         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18578         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18579         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18580         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18581         * gst-plugins-good/gst/rtp/README:
18582         Fixed payload range in payloder caps. Removed payload range completely
18583         from depayloaders as they don't require payload type in their caps.
18584         In effect, there isn't any specific payload type for any given codec,
18585         only suggestions.
18586         Fixes bug #324011.
18587
18588 2005-12-13  Julien MOUTTE  <julien@moutte.net>
18589
18590         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18591         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18592         (gst_videomixer_collected): Code cleanup and re-enabling 
18593         queued time validity check for correct EOS handling.
18594
18595 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
18596
18597         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
18598         (gst_oss_mixer_element_get_property),
18599         (gst_oss_mixer_element_change_state):
18600         Add 'device-name' property and fix state change function.
18601
18602 2005-12-13  Edward Hervey  <edward@fluendo.com>
18603
18604         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
18605         If the speed of the file is null in the header, set the frame_time to
18606         the default setting of GST_SECOND / 70. Which is the default
18607         frame_delay for .fli files as stated in this document :
18608         http://www.compuphase.com/flic.htm
18609         Would be nice to have the time conversion done properly too (duration =
18610         flxh->frames * flxdec->frame_time)
18611
18612 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18613
18614         * docs/plugins/Makefile.am:
18615         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18616         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18617         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18618         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18619         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18620         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
18621         documentation for videomixer on my way with a funny sample
18622         pipeline.
18623
18624 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18625
18626         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18627         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18628         (gst_videomixer_update_queues), (gst_videomixer_collected):
18629         Fix caps negotiation. (#323896)
18630
18631 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
18632
18633         * gst/matroska/matroska-demux.c:
18634         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
18635           Set correct timestamps on audio laces, fixes playback of mp3 from
18636                 matroska.
18637
18638 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18639
18640         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
18641         (gst_au_parse_class_init), (gst_au_parse_init),
18642         (gst_au_parse_dispose), (gst_au_parse_chain),
18643         (gst_au_parse_change_state), (plugin_init):
18644         * gst/auparse/gstauparse.h:
18645           Use gst_object_unref() for GstObjects instead of
18646           g_object_unref() and fix a mem leak in a debug
18647           statement; while we're at it, also borgify, use
18648           boilerplate macros and clean up a little bit.
18649
18650 2005-12-11  Edward Hervey  <edward@fluendo.com>
18651
18652         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18653         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
18654         Added pull mode.
18655
18656 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18657
18658         * gst/goom/gstgoom.c:
18659         * gst/level/level-example.c: (main):
18660         * gst/smoothwave/demo-osssrc.c: (main):
18661           Use audiotestsrc instead of sinesrc (#323798).
18662
18663 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
18664
18665         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
18666           more debug-func-ptr usage
18667
18668 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
18669
18670         * gst/flx/flx_color.c: (flx_colorspace_convert):
18671         * gst/flx/flx_color.h:
18672         * gst/flx/flx_fmt.h:
18673         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
18674         * gst/flx/gstflxdec.h:
18675           Now flxdec works on big-endian machines as well.
18676
18677 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18678
18679         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18680         (gst_fenced_buffer_copy):
18681           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
18682           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
18683           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
18684           and use GST_DEBUG_FUNCPTR for pad functions.
18685
18686 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18687
18688         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
18689         (gst_flac_dec_class_init), (gst_flac_dec_init),
18690         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
18691         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
18692         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
18693         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
18694         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
18695         (gst_flac_dec_change_state):
18696         * ext/flac/gstflacdec.h:
18697           Rewrite flacdec a bit, so that even seeking might work now. Most
18698           importantly, don't act upon any flow return values we get, just tell
18699           the decoder everything's dandy and act on the flow return values
18700           later on in the loop function. We don't want to mess up the internal
18701           decoder state for non-fatal things like flushing pads etc. Other
18702           than that, use GstSegment (segment seeks don't work yet though, but
18703           should be easy to add), use boilerplate macros, drop the superfluous
18704           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
18705           lots of other things.
18706
18707 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18708
18709         * configure.ac:
18710           Update comment in OSS includes check.
18711
18712         * sys/oss/gstossdmabuffer.c:
18713         * sys/oss/gstosshelper.c:
18714         * sys/oss/gstossmixer.c:
18715         * sys/oss/gstossmixertrack.c:
18716         * sys/oss/gstosssink.c:
18717         * sys/oss/gstosssrc.c:
18718         * sys/oss/oss_probe.c:
18719           Don't assume the OSS soundcard.h include is always in
18720           the sys/ directory. Instead, use the existing defines
18721           from config.h to include the right file. Fixes
18722           compilation on OpenBSD 3.8 (#323718).
18723
18724 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18725
18726         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18727         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18728         * docs/plugins/inspect/plugin-1394.xml:
18729         * docs/plugins/inspect/plugin-aasink.xml:
18730         * docs/plugins/inspect/plugin-alaw.xml:
18731         * docs/plugins/inspect/plugin-alpha.xml:
18732         * docs/plugins/inspect/plugin-alphacolor.xml:
18733         * docs/plugins/inspect/plugin-auparse.xml:
18734         * docs/plugins/inspect/plugin-autodetect.xml:
18735         * docs/plugins/inspect/plugin-avi.xml:
18736         * docs/plugins/inspect/plugin-cacasink.xml:
18737         * docs/plugins/inspect/plugin-cairo.xml:
18738         * docs/plugins/inspect/plugin-cutter.xml:
18739         * docs/plugins/inspect/plugin-debug.xml:
18740         * docs/plugins/inspect/plugin-dv.xml:
18741         * docs/plugins/inspect/plugin-efence.xml:
18742         * docs/plugins/inspect/plugin-effectv.xml:
18743         * docs/plugins/inspect/plugin-esdsink.xml:
18744         * docs/plugins/inspect/plugin-flac.xml:
18745         * docs/plugins/inspect/plugin-flxdec.xml:
18746         * docs/plugins/inspect/plugin-gconfelements.xml:
18747         * docs/plugins/inspect/plugin-goom.xml:
18748         * docs/plugins/inspect/plugin-jpeg.xml:
18749         * docs/plugins/inspect/plugin-level.xml:
18750         * docs/plugins/inspect/plugin-matroska.xml:
18751         * docs/plugins/inspect/plugin-mulaw.xml:
18752         * docs/plugins/inspect/plugin-multipart.xml:
18753         * docs/plugins/inspect/plugin-navigationtest.xml:
18754         * docs/plugins/inspect/plugin-ossaudio.xml:
18755         * docs/plugins/inspect/plugin-png.xml:
18756         * docs/plugins/inspect/plugin-rtp.xml:
18757         * docs/plugins/inspect/plugin-rtsp.xml:
18758         * docs/plugins/inspect/plugin-shout2send.xml:
18759         * docs/plugins/inspect/plugin-smpte.xml:
18760         * docs/plugins/inspect/plugin-speex.xml:
18761         * docs/plugins/inspect/plugin-udp.xml:
18762         * docs/plugins/inspect/plugin-videobox.xml:
18763         * docs/plugins/inspect/plugin-videoflip.xml:
18764         * docs/plugins/inspect/plugin-videomixer.xml:
18765         * docs/plugins/inspect/plugin-wavenc.xml:
18766         * docs/plugins/inspect/plugin-wavparse.xml:
18767         * ext/flac/gstflac.c: (plugin_init):
18768         * ext/flac/gstflacdec.c: (flacdec_get_type),
18769         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18770         (gst_flac_dec_init), (gst_flac_dec_finalize),
18771         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18772         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18773         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18774         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18775         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18776         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18777         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18778         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18779         * ext/flac/gstflacdec.h:
18780         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18781         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18782         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18783         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18784         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18785         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18786         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18787         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18788         (gst_flac_enc_change_state):
18789         * ext/flac/gstflacenc.h:
18790           borgify and fix up documentation
18791
18792 2005-12-09  Michael Smith  <msmith@fluendo.com>
18793
18794         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18795           Accept a wider range of flac files, more closely matching flac spec.
18796
18797 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18798
18799         * docs/plugins/Makefile.am: Add multipart elements.
18800         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18801         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18802         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18803         * gst/multipart/multipartdemux.c:
18804         * gst/multipart/multipartmux.c: Add docs.
18805
18806 2005-12-07  Edward Hervey  <edward@fluendo.com>
18807
18808         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18809         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18810         (gst_avi_demux_invert):
18811         Memleak and crasher fixes.
18812         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18813         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18814         Memleak fixes
18815
18816 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18817
18818         * ext/aalib/gstaasink.h:
18819         * ext/cairo/gsttextoverlay.h:
18820         * ext/dv/gstdvdec.h:
18821         * ext/dv/gstdvdemux.c:
18822         * ext/dv/gstdvdemux.h:
18823         * ext/esd/esdsink.h:
18824         * ext/flac/flac_compat.h:
18825         * ext/flac/gstflacdec.h:
18826         * ext/flac/gstflacenc.h:
18827         * ext/gconf/gconf.h:
18828         * ext/gconf/gstgconfaudiosink.h:
18829         * ext/gconf/gstgconfvideosink.h:
18830         * ext/gdk_pixbuf/gstgdkanimation.h:
18831         * ext/jpeg/gstjpegdec.h:
18832         * ext/jpeg/smokecodec.h:
18833         * ext/jpeg/smokeformat.h:
18834         * ext/ladspa/gstsignalprocessor.h:
18835         * ext/ladspa/search.c: (LADSPAPluginSearch):
18836         * ext/ladspa/utils.h:
18837         * ext/libmng/gstmng.c:
18838         * ext/libmng/gstmngdec.h:
18839         * ext/libmng/gstmngenc.c:
18840         * ext/libmng/gstmngenc.h:
18841         * ext/libpng/gstpng.c:
18842         * ext/libpng/gstpngenc.c:
18843         * ext/libpng/gstpngenc.h:
18844         * ext/shout2/gstshout2.h:
18845         * ext/speex/gstspeexdec.h:
18846         * ext/speex/gstspeexenc.c:
18847         * ext/speex/gstspeexenc.h:
18848         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18849         * gst/autodetect/gstautoaudiosink.h:
18850         * gst/autodetect/gstautovideosink.h:
18851         * gst/avi/gstavidemux.h:
18852         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18853         (gst_cutter_set_property), (gst_cutter_get_caps):
18854         * gst/cutter/gstcutter.h:
18855         * gst/debug/tests.c: (md5_process_block):
18856         * gst/debug/tests.h:
18857         * gst/effectv/gstwarp.c:
18858         * gst/flx/flx_fmt.h:
18859         * gst/flx/gstflxdec.h:
18860         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18861         (zoomFilterFastRGB):
18862         * gst/goom/filters.h:
18863         * gst/goom/goom_tools.h:
18864         * gst/law/alaw-encode.c:
18865         * gst/level/gstlevel.c:
18866         * gst/level/gstlevel.h:
18867         * gst/matroska/ebml-write.h:
18868         * gst/matroska/matroska-demux.h:
18869         * gst/matroska/matroska-ids.h:
18870         * gst/matroska/matroska-mux.h:
18871         * gst/monoscope/convolve.c: (convolve_match):
18872         * gst/monoscope/convolve.h:
18873         * gst/multipart/multipartmux.c:
18874         * gst/oldcore/gstaggregator.c:
18875         * gst/oldcore/gstaggregator.h:
18876         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18877         * gst/oldcore/gstmd5sink.h:
18878         * gst/oldcore/gstmultifilesrc.c:
18879         * gst/oldcore/gstmultifilesrc.h:
18880         * gst/oldcore/gstpipefilter.h:
18881         * gst/oldcore/gstshaper.h:
18882         * gst/rtp/gstrtpL16depay.h:
18883         * gst/rtp/gstrtpL16pay.h:
18884         * gst/rtp/gstrtpdepay.h:
18885         * gst/rtp/gstrtpmp4vpay.c:
18886         * gst/rtp/gstrtpmp4vpay.h:
18887         * gst/rtsp/gstrtspsrc.c:
18888         * gst/rtsp/gstrtspsrc.h:
18889         * gst/rtsp/rtspconnection.h:
18890         * gst/rtsp/rtspdefs.h:
18891         * gst/rtsp/rtspmessage.h:
18892         * gst/rtsp/rtsptransport.h:
18893         * gst/rtsp/rtspurl.c:
18894         * gst/rtsp/rtspurl.h:
18895         * gst/rtsp/sdpmessage.c:
18896         * gst/rtsp/sdpmessage.h:
18897         * gst/smpte/barboxwipes.c:
18898         * gst/smpte/gstmask.h:
18899         * gst/smpte/gstsmpte.h:
18900         * gst/smpte/paint.c:
18901         * gst/smpte/paint.h:
18902         * gst/udp/gstdynudpsink.h:
18903         * gst/udp/gstmultiudpsink.h:
18904         * gst/udp/gstudpsink.c:
18905         * gst/udp/gstudpsink.h:
18906         * gst/udp/gstudpsrc.c:
18907         * gst/videomixer/videomixer.c:
18908         * gst/wavenc/riff.h:
18909         * gst/wavparse/gstwavparse.h:
18910         * sys/oss/gstossdmabuffer.h:
18911         * sys/oss/gstossmixer.h:
18912         * sys/oss/gstossmixerelement.h:
18913         * sys/oss/gstossmixertrack.h:
18914         * sys/oss/gstosssink.c:
18915         * sys/oss/gstosssink.h:
18916         * sys/oss/gstosssrc.c:
18917         * sys/oss/gstosssrc.h:
18918         * sys/osxaudio/gstosxaudioelement.h:
18919         * sys/osxaudio/gstosxaudiosink.h:
18920         * sys/osxaudio/gstosxaudiosrc.h:
18921           expand tabs
18922
18923 === release 0.10.0 ===
18924
18925 2005-12-05   <thomas (at) apestaart (dot) org>
18926
18927         * configure.ac:
18928           releasing 0.10.0, "Abondance"
18929
18930 2005-12-05  Andy Wingo  <wingo@pobox.com>
18931
18932         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18933         * ext/flac/gstflacdec.c: (gst_flacdec_write):
18934         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
18935         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18936         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
18937         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18938         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
18939         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
18940         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
18941         * ext/speex/gstspeexdec.c: (speex_dec_chain):
18942         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18943         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18944         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18945         * gst/goom/gstgoom.c: (gst_goom_chain):
18946         * gst/matroska/matroska-demux.c:
18947         (gst_matroska_demux_push_vorbis_codec_priv_data),
18948         (gst_matroska_demux_add_wvpk_header):
18949         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
18950         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
18951         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
18952         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
18953         alloc_buffer changes.
18954
18955 2005-12-05  Michael Smith  <msmith@fluendo.com>
18956
18957         * docs/plugins/gst-plugins-good-plugins.args:
18958           Remove args for plugins that aren't in -good.
18959
18960 === release 0.9.7 ===
18961
18962 2005-12-01   <thomas (at) apestaart (dot) org>
18963
18964         * configure.ac:
18965           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
18966
18967 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18968
18969         * docs/plugins/.cvsignore:
18970         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18971         * docs/plugins/inspect/plugin-multipart.xml:
18972         * docs/plugins/inspect/plugin-rtp.xml:
18973           add multipart plugin to docs
18974
18975 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18976
18977         * configure.ac:
18978         * ext/Makefile.am:
18979         * ext/pango/Makefile.am:
18980         * ext/pango/gstclockoverlay.c:
18981         * ext/pango/gstclockoverlay.h:
18982         * ext/pango/gsttextoverlay.c:
18983         * ext/pango/gsttextoverlay.h:
18984         * ext/pango/gsttextrender.c:
18985         * ext/pango/gsttextrender.h:
18986         * ext/pango/gsttimeoverlay.c:
18987         * ext/pango/gsttimeoverlay.h:
18988           move pango to base
18989
18990 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18991
18992         * gst/rtp/Makefile.am:
18993         * gst/rtp/gstrtpL16depay.c:
18994         * gst/rtp/gstrtpL16depay.h:
18995         * gst/rtp/gstrtpL16parse.c:
18996         * gst/rtp/gstrtpL16parse.h:
18997         * gst/rtp/gstrtpgsmdepay.c:
18998         * gst/rtp/gstrtpgsmdepay.h:
18999         * gst/rtp/gstrtpgsmparse.c:
19000         * gst/rtp/gstrtpgsmparse.h:
19001           parsers are depayers
19002
19003 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19004
19005         * gst/rtp/Makefile.am:
19006         * gst/rtp/gstasteriskh263.c:
19007         * gst/rtp/gstrtp.c:
19008         * gst/rtp/gstrtpL16enc.c:
19009         * gst/rtp/gstrtpL16enc.h:
19010         * gst/rtp/gstrtpL16parse.c:
19011         * gst/rtp/gstrtpL16parse.h:
19012         * gst/rtp/gstrtpL16pay.c:
19013         * gst/rtp/gstrtpL16pay.h:
19014         * gst/rtp/gstrtpamrdec.c:
19015         * gst/rtp/gstrtpamrdec.h:
19016         * gst/rtp/gstrtpamrdepay.c:
19017         * gst/rtp/gstrtpamrdepay.h:
19018         * gst/rtp/gstrtpamrenc.c:
19019         * gst/rtp/gstrtpamrenc.h:
19020         * gst/rtp/gstrtpamrpay.c:
19021         * gst/rtp/gstrtpamrpay.h:
19022         * gst/rtp/gstrtpdec.c:
19023         * gst/rtp/gstrtpdec.h:
19024         * gst/rtp/gstrtpdepay.c:
19025         * gst/rtp/gstrtpdepay.h:
19026         * gst/rtp/gstrtpg711dec.c:
19027         * gst/rtp/gstrtpg711dec.h:
19028         * gst/rtp/gstrtpg711depay.c:
19029         * gst/rtp/gstrtpg711depay.h:
19030         * gst/rtp/gstrtpg711enc.c:
19031         * gst/rtp/gstrtpg711enc.h:
19032         * gst/rtp/gstrtpg711pay.c:
19033         * gst/rtp/gstrtpg711pay.h:
19034         * gst/rtp/gstrtpgsmenc.c:
19035         * gst/rtp/gstrtpgsmenc.h:
19036         * gst/rtp/gstrtpgsmparse.c:
19037         * gst/rtp/gstrtpgsmparse.h:
19038         * gst/rtp/gstrtpgsmpay.c:
19039         * gst/rtp/gstrtpgsmpay.h:
19040         * gst/rtp/gstrtph263enc.c:
19041         * gst/rtp/gstrtph263enc.h:
19042         * gst/rtp/gstrtph263pay.c:
19043         * gst/rtp/gstrtph263pay.h:
19044         * gst/rtp/gstrtph263pdec.c:
19045         * gst/rtp/gstrtph263pdec.h:
19046         * gst/rtp/gstrtph263pdepay.c:
19047         * gst/rtp/gstrtph263pdepay.h:
19048         * gst/rtp/gstrtph263penc.c:
19049         * gst/rtp/gstrtph263penc.h:
19050         * gst/rtp/gstrtph263ppay.c:
19051         * gst/rtp/gstrtph263ppay.h:
19052         * gst/rtp/gstrtpmp4vdec.c:
19053         * gst/rtp/gstrtpmp4vdec.h:
19054         * gst/rtp/gstrtpmp4vdepay.c:
19055         * gst/rtp/gstrtpmp4vdepay.h:
19056         * gst/rtp/gstrtpmp4venc.c:
19057         * gst/rtp/gstrtpmp4venc.h:
19058         * gst/rtp/gstrtpmp4vpay.c:
19059         * gst/rtp/gstrtpmp4vpay.h:
19060         * gst/rtp/gstrtpmpadec.c:
19061         * gst/rtp/gstrtpmpadec.h:
19062         * gst/rtp/gstrtpmpadepay.c:
19063         * gst/rtp/gstrtpmpadepay.h:
19064         * gst/rtp/gstrtpmpaenc.c:
19065         * gst/rtp/gstrtpmpaenc.h:
19066         * gst/rtp/gstrtpmpapay.c:
19067         * gst/rtp/gstrtpmpapay.h:
19068         * gst/rtp/gstrtpspeexdec.c:
19069         * gst/rtp/gstrtpspeexdec.h:
19070         * gst/rtp/gstrtpspeexdepay.c:
19071         * gst/rtp/gstrtpspeexdepay.h:
19072         * gst/rtp/gstrtpspeexenc.c:
19073         * gst/rtp/gstrtpspeexenc.h:
19074         * gst/rtp/gstrtpspeexpay.c:
19075         * gst/rtp/gstrtpspeexpay.h:
19076           Do burger's rename for rtp payloaders and depayloaders
19077
19078 2005-11-30  Wim Taymans  <wim@fluendo.com>
19079
19080         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19081         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19082         * ext/dv/gstdvdemux.h:
19083         Fix seeking in dvdemux again, add some more debug info.
19084
19085 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19086
19087         * configure.ac:
19088           fix tests
19089
19090 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19091
19092         * PORTED_09:
19093         * docs/random/PORTED_09:
19094           move
19095         * tests/Makefile.am:
19096           add
19097         * win32/gst.sln:
19098           remove
19099
19100 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19101
19102         * Makefile.am:
19103         * check/.cvsignore:
19104         * check/Makefile.am:
19105         * check/elements/.cvsignore:
19106         * check/elements/level.c:
19107         * check/elements/matroskamux.c:
19108         * configure.ac:
19109         * examples/Makefile.am:
19110         * examples/capsfilter/Makefile.am:
19111         * examples/capsfilter/capsfilter1.c:
19112         * examples/gob/Makefile.am:
19113         * examples/gob/gst-identity2.gob:
19114         * examples/gstplay/.cvsignore:
19115         * examples/gstplay/Makefile.am:
19116         * examples/gstplay/player.c:
19117         * examples/indexing/.cvsignore:
19118         * examples/indexing/Makefile.am:
19119         * examples/indexing/indexmpeg.c:
19120         * examples/level/Makefile.am:
19121         * examples/level/README:
19122         * examples/level/demo.c:
19123         * examples/level/plot.c:
19124         * examples/stats/Makefile.am:
19125         * examples/stats/mp2ogg.c:
19126         * examples/switch/.cvsignore:
19127         * examples/switch/Makefile.am:
19128         * examples/switch/switcher.c:
19129           move under tests/
19130
19131 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19132
19133         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19134         (gst_text_render_class_init), (resize_bitmap),
19135         (gst_text_render_render_text), (gst_text_render_setcaps),
19136         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19137         (gst_text_render_chain), (gst_text_render_finalize),
19138         (gst_text_render_init), (gst_text_render_set_property):
19139         * ext/pango/gsttextrender.h:
19140           Add missing files.
19141
19142 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19143
19144         * configure.ac:
19145         * ext/Makefile.am:
19146         * ext/pango/Makefile.am:
19147         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19148         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19149         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19150         * ext/pango/gstclockoverlay.h:
19151         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19152         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19153         (gst_text_overlay_finalize), (gst_text_overlay_init),
19154         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19155         (gst_text_overlay_text_pad_linked),
19156         (gst_text_overlay_text_pad_unlinked),
19157         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19158         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19159         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19160         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19161         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19162         (gst_text_overlay_change_state), (plugin_init):
19163         * ext/pango/gsttextoverlay.h:
19164         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19165         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19166         (gst_time_overlay_class_init), (gst_time_overlay_init):
19167         * ext/pango/gsttimeoverlay.h:
19168           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19169           and add background shading and text wrapping modes. Make 
19170           timoverlay derive from textoverlay. Also add new clockoverlay
19171           element.
19172
19173 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19174
19175         * gst/udp/Makefile.am: Moved to netbuffer.
19176
19177 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19178
19179         * configure.ac:
19180         * PORTED_O9:
19181         * gst/multipart/Makefile.am:
19182         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19183         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19184         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19185         (gst_multipart_demux_change_state),
19186         (gst_multipart_demux_plugin_init):
19187         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19188         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19189         (gst_multipart_mux_sinkconnect),
19190         (gst_multipart_mux_request_new_pad),
19191         (gst_multipart_mux_handle_src_event),
19192         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19193         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19194         0.9.
19195
19196 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19197
19198         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19199         * gst/debug/gstnavigationtest.h:
19200         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19201         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19202         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19203         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19204         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19205         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19206         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19207         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19208         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19209         (gst_video_flip_get_type):
19210         * gst/videofilter/gstvideoflip.h:
19211           update for symbols change
19212
19213 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19214
19215         * gst/udp/gstdynudpsink.c:
19216         * gst/udp/gstudpsrc.c:
19217           the old gstnet lib was renamed gstnetbuffer (#322257)
19218
19219 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19220
19221         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19222         (gst_text_overlay_collected):
19223           Actually render the text from the text pad.
19224
19225 2005-11-29  Edward Hervey  <edward@fluendo.com>
19226
19227         * gst/debug/gstnavseek.c: (gst_navseek_event):
19228         * gst/debug/progressreport.c: (gst_progress_report_event):
19229         Update for GstBaseTransform event virtual method
19230
19231 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19232
19233         * ext/cairo/Makefile.am:
19234           no need to link to videofilter
19235
19236 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19237
19238         * gst/debug/Makefile.am:
19239         * gst/debug/gstnavigationtest.h:
19240         * gst/effectv/Makefile.am:
19241         * gst/effectv/gstaging.c:
19242         * gst/effectv/gstdice.c:
19243         * gst/effectv/gstedge.c:
19244         * gst/effectv/gstquark.c:
19245         * gst/effectv/gstrev.c:
19246         * gst/effectv/gstshagadelic.c:
19247         * gst/effectv/gstvertigo.c:
19248         * gst/effectv/gstwarp.c:
19249         * gst/videofilter/Makefile.am:
19250         * gst/videofilter/gstvideofilter.c:
19251         * gst/videofilter/gstvideofilter.h:
19252         * gst/videofilter/gstvideoflip.h:
19253           remove the videofilter library and link to the one in base
19254
19255 2005-11-28  Edward Hervey  <edward@fluendo.com>
19256
19257         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19258         Useless check now we're setting the current entry correctly.
19259
19260 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19261
19262         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19263         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19264         (gst_jpegenc_change_state):
19265           Don't leak input buffer in chain function (fixes #322667); make 
19266           state change function thread-safe; don't repeat the current function
19267           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19268           gst_pad_alloc_buffer(); misc. minor cleanups.
19269
19270 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19271
19272         * gst/matroska/matroska-mux.c:
19273         (gst_matroska_mux_video_pad_setcaps):
19274         Look for pixel-aspect-ratio in caps, not pixel_width and
19275         pixel_height (Fixes: #322645)
19276
19277 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19278
19279         * gst/matroska/matroska-mux.c:
19280         (gst_matroska_mux_video_pad_setcaps):
19281         From Michal Benes:
19282         frame duration should be GST_SECOND / framerate, not
19283         GST_SECOND * framerate. (Fixes: #322643)
19284
19285 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19286
19287         * configure.ac:
19288           fix up GST_PLUGIN_LDFLAGS
19289         * gst/rtsp/rtspconnection.c:
19290           fix includes (see #317043)
19291         * gst/videofilter/Makefile.am:
19292           stop installing this library
19293
19294 2005-11-26  Edward Hervey  <edward@fluendo.com>
19295
19296         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19297         Handle the case where the incoming Video dv stream doesn't have
19298         a pixel aspect ratio set.
19299
19300 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19301
19302         * docs/plugins/Makefile.am:
19303         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19304         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19305         * ext/flac/gstflacdec.c:
19306           document flacdec
19307
19308 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19309
19310         * docs/plugins/Makefile.am:
19311         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19312         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19313         * docs/plugins/inspect/plugin-autodetect.xml:
19314         * ext/cairo/gstcairo.c: (plugin_init):
19315         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19316         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19317         (gst_text_overlay_init), (gst_text_overlay_font_init),
19318         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19319         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19320         (gst_text_overlay_text_pad_linked),
19321         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19322         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19323         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19324         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19325         (gst_text_overlay_change_state):
19326         * ext/cairo/gsttextoverlay.h:
19327         * ext/cairo/gsttimeoverlay.c:
19328         (gst_cairo_time_overlay_update_font_height),
19329         (gst_cairo_time_overlay_set_caps),
19330         (gst_cairo_time_overlay_get_unit_size),
19331         (gst_cairo_time_overlay_print_smpte_time),
19332         (gst_cairo_time_overlay_transform),
19333         (gst_cairo_time_overlay_base_init),
19334         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19335         (gst_cairo_time_overlay_get_type):
19336         * ext/cairo/gsttimeoverlay.h:
19337           do some name borgifying
19338           document
19339
19340 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19341
19342         * docs/plugins/Makefile.am:
19343         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19344         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19345         * gst/autodetect/gstautoaudiosink.c:
19346         (gst_auto_audio_sink_base_init):
19347         * gst/autodetect/gstautovideosink.c:
19348         (gst_auto_video_sink_base_init),
19349         (gst_auto_video_sink_factory_filter):
19350           documenting auto*sink
19351           using strstr for the video sink lookup, class field is not ordered
19352         * docs/plugins/inspect/plugin-1394.xml:
19353         * docs/plugins/inspect/plugin-aasink.xml:
19354         * docs/plugins/inspect/plugin-alaw.xml:
19355         * docs/plugins/inspect/plugin-alpha.xml:
19356         * docs/plugins/inspect/plugin-alphacolor.xml:
19357         * docs/plugins/inspect/plugin-auparse.xml:
19358         * docs/plugins/inspect/plugin-autodetect.xml:
19359         * docs/plugins/inspect/plugin-avi.xml:
19360         * docs/plugins/inspect/plugin-cacasink.xml:
19361         * docs/plugins/inspect/plugin-cairo.xml:
19362         * docs/plugins/inspect/plugin-cutter.xml:
19363         * docs/plugins/inspect/plugin-debug.xml:
19364         * docs/plugins/inspect/plugin-dv.xml:
19365         * docs/plugins/inspect/plugin-efence.xml:
19366         * docs/plugins/inspect/plugin-effectv.xml:
19367         * docs/plugins/inspect/plugin-esdsink.xml:
19368         * docs/plugins/inspect/plugin-flac.xml:
19369         * docs/plugins/inspect/plugin-flxdec.xml:
19370         * docs/plugins/inspect/plugin-gconfelements.xml:
19371         * docs/plugins/inspect/plugin-goom.xml:
19372         * docs/plugins/inspect/plugin-jpeg.xml:
19373         * docs/plugins/inspect/plugin-level.xml:
19374         * docs/plugins/inspect/plugin-matroska.xml:
19375         * docs/plugins/inspect/plugin-mulaw.xml:
19376         * docs/plugins/inspect/plugin-navigationtest.xml:
19377         * docs/plugins/inspect/plugin-ossaudio.xml:
19378         * docs/plugins/inspect/plugin-png.xml:
19379         * docs/plugins/inspect/plugin-rtp.xml:
19380         * docs/plugins/inspect/plugin-rtsp.xml:
19381         * docs/plugins/inspect/plugin-shout2send.xml:
19382         * docs/plugins/inspect/plugin-smpte.xml:
19383         * docs/plugins/inspect/plugin-speex.xml:
19384         * docs/plugins/inspect/plugin-udp.xml:
19385         * docs/plugins/inspect/plugin-videobox.xml:
19386         * docs/plugins/inspect/plugin-videoflip.xml:
19387         * docs/plugins/inspect/plugin-videomixer.xml:
19388         * docs/plugins/inspect/plugin-wavenc.xml:
19389         * docs/plugins/inspect/plugin-wavparse.xml:
19390           update for HEAD version
19391
19392 2005-11-25  Michael Smith  <msmith@fluendo.com>
19393
19394         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19395           Patch from Sebastien Cote to close control sockets in udpsrc.
19396
19397 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19398
19399         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19400         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19401         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19402         (gst_quarktv_base_init), (gst_quarktv_class_init),
19403         (gst_quarktv_init): Flush the planes list on reverse caps
19404         negotiation. This was crashing because of differently sized
19405         buffers.
19406
19407 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19408
19409         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19410         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19411         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19412         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19413         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19414         (gst_videoflip_set_property), (gst_videoflip_base_init),
19415         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19416         correctly, fix identity flipping, convert navigation event 
19417         correctly again.
19418
19419 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19420
19421         * configure.ac: back to HEAD
19422
19423 === release 0.9.6 ===
19424
19425 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19426
19427         * configure.ac:
19428           releasing 0.9.6, "Everything's Not Lost"
19429
19430 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19431
19432         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19433         Oops, initialise the framerate GValue
19434
19435 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19436
19437         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19438         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19439         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19440         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19441         (gst_timeoverlay_get_type):
19442         * ext/cairo/gsttimeoverlay.h:
19443         * gst/debug/Makefile.am:
19444         * gst/debug/gstnavigationtest.c:
19445         (gst_navigationtest_handle_src_event),
19446         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19447         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19448         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19449         (gst_navigationtest_init), (gst_navigationtest_get_type),
19450         (plugin_init):
19451         * gst/debug/gstnavigationtest.h:
19452         * gst/effectv/Makefile.am:
19453         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19454         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19455         (gst_agingtv_base_init), (gst_agingtv_class_init),
19456         (gst_agingtv_init), (gst_agingtv_get_type):
19457         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19458         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19459         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19460         (gst_dicetv_get_type):
19461         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19462         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19463         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19464         (gst_edgetv_get_type):
19465         * gst/effectv/gsteffectv.c:
19466         * gst/effectv/gsteffectv.h:
19467         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19468         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19469         (gst_quarktv_change_state), (gst_quarktv_base_init),
19470         (gst_quarktv_class_init), (gst_quarktv_init),
19471         (gst_quarktv_get_type):
19472         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19473         (gst_revtv_get_unit_size), (gst_revtv_transform),
19474         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19475         (gst_revtv_get_type):
19476         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19477         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19478         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19479         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19480         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19481         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19482         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19483         (gst_vertigotv_init), (gst_vertigotv_get_type):
19484         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19485         (gst_warptv_get_unit_size), (gst_warptv_transform),
19486         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19487         (gst_warptv_get_type):
19488         * gst/videofilter/Makefile.am:
19489         * gst/videofilter/gstvideobalance.c:
19490         * gst/videofilter/gstvideobalance.h:
19491         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19492         (gst_videofilter_class_init), (gst_videofilter_init):
19493         * gst/videofilter/gstvideofilter.h:
19494         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19495         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19496         (gst_videoflip_flip), (gst_videoflip_transform),
19497         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19498         (gst_videoflip_base_init), (gst_videoflip_class_init),
19499         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19500         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19501         BaseTransform, it's just a place holder for now and every video
19502         effect plugin has been ported to use BaseTransform features 
19503         directly. QuarkTV was fixed too (was broken), navigationtest works
19504         and best for the end, videoflip converts navigation events depending
19505         on flip method ! Fixes #320953
19506
19507 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19508
19509         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19510         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19511         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19512         (gst_goom_src_negotiate), (gst_goom_chain):
19513         * gst/matroska/matroska-mux.c:
19514         (gst_matroska_mux_video_pad_setcaps):
19515         * sys/osxvideo/osxvideosink.m:
19516           Fixes for API changes
19517
19518 2005-11-23  Michael Smith <msmith@fluendo.com>
19519
19520         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19521         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19522         * ext/jpeg/gstjpegdec.h:
19523         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19524         * ext/jpeg/gstjpegenc.h:
19525         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19526         (gst_smokeenc_resync):
19527         * ext/jpeg/gstsmokeenc.h:
19528           JPEG fractiony goodness.
19529
19530 2005-11-22  Michael Smith <msmith@fluendo.com>
19531
19532         * gst/goom/filters.c:
19533         * gst/goom/graphic.h:
19534           Fix compilation by making some functions static inline instead of
19535           extern inline, matching the way they're used.
19536
19537 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19538
19539         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19540         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19541         * ext/cairo/gsttextoverlay.h:
19542         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19543         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19544         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19545         (gst_pngdec_caps_create_and_set):
19546         * ext/libpng/gstpngdec.h:
19547         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19548         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19549         * gst/avi/gstavimux.c: (gst_avimux_init),
19550         (gst_avimux_vidsinkconnect):
19551         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19552         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19553         (gst_goom_src_negotiate), (gst_goom_chain):
19554         * gst/goom/gstgoom.h:
19555         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19556         * gst/matroska/matroska-mux.c:
19557         (gst_matroska_mux_video_pad_setcaps):
19558         * sys/osxvideo/osxvideosink.h:
19559         * sys/osxvideo/osxvideosink.m:
19560           More fractional framerate conversions 
19561
19562 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19563
19564         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19565         * gst/debug/gstnavigationtest.c:
19566         (gst_navigationtest_handle_src_event):
19567         * gst/videofilter/gstvideofilter.c:
19568         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19569         (gst_videofilter_init):
19570         * gst/videofilter/gstvideofilter.h:
19571           Convert to fractional framerates.
19572
19573 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19574
19575         * ext/aalib/gstaasink.c:
19576         * ext/dv/gstdvdec.c:
19577         * ext/esd/esdmon.c:
19578         * ext/flac/gstflacenc.c:
19579         * ext/gdk_pixbuf/pixbufscale.c:
19580         * ext/libcaca/gstcacasink.c:
19581         * ext/shout2/gstshout2.c:
19582         * gst/alpha/gstalpha.c:
19583         * gst/oldcore/gstaggregator.c:
19584         * gst/oldcore/gstshaper.c:
19585         * gst/smpte/barboxwipes.c:
19586         * gst/smpte/gstsmpte.c:
19587         * gst/videobox/gstvideobox.c:
19588         * gst/videofilter/gstvideoflip.c:
19589         * gst/videomixer/videomixer.c:
19590           fix up more enums
19591
19592 2005-11-22  Michael Smith <msmith@fluendo.com>
19593
19594         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19595         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19596         (gst_videomixer_update_queues):
19597           Fractional framerates, videomixer.
19598
19599 2005-11-22  Michael Smith <msmith@fluendo.com>
19600
19601         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
19602         * ext/dv/gstdvdec.h:
19603         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
19604         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
19605         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
19606         (gst_dvdemux_flush):
19607         * ext/dv/gstdvdemux.h:
19608           Fractional framerates for DV. 
19609
19610 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19611
19612         * gst/autodetect/gstautoaudiosink.c:
19613         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19614         * gst/autodetect/gstautovideosink.c:
19615         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19616           Use gst_plugin_feature_list_free() to free feature list and
19617           in the case of autovideosink free the list at all. Also
19618           miscellaneous cosmetic fixes.
19619
19620 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19621
19622         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19623         (gst_cutter_set_property), (gst_cutter_get_caps):
19624           copy calculation code from level; remove use of some audio
19625           functions
19626
19627 2005-11-22  Andy Wingo  <wingo@pobox.com>
19628
19629         * Update for gst_tag_setter API changes.
19630
19631 2005-11-22  Andy Wingo  <wingo@pobox.com>
19632
19633         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
19634         (gst_dvdemux_demux_frame)
19635         * ext/flac/gstflacdec.c (gst_flacdec_write)
19636         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
19637         (gst_flacenc_sink_event)
19638         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
19639         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
19640         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
19641         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
19642         * gst/auparse/gstauparse.c (gst_auparse_chain)
19643         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
19644         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
19645         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
19646         (gst_avi_demux_handle_seek)
19647         * gst/goom/gstgoom.c (gst_goom_event)
19648         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
19649         * gst/matroska/matroska-demux.c
19650         (gst_matroska_demux_handle_seek_event)
19651         (gst_matroska_demux_loop_stream_parse_id)
19652         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
19653         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
19654         (gst_wavparse_stream_headers): Run update-funcnames.
19655
19656 2005-11-22  Edward Hervey  <edward@fluendo.com>
19657
19658         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19659         (gst_dv1394src_init), (gst_dv1394src_dispose),
19660         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
19661         (gst_dv1394src_uri_set_uri):
19662         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19663         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
19664         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
19665         URIHandler interface and element properties are now properly
19666         synchronized for DV1394src and UDPSrc
19667
19668 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19669
19670         * ext/flac/Makefile.am:
19671         * ext/speex/Makefile.am:
19672           libgsttagedit has been renamed to libgsttag.
19673
19674 2005-11-21  Wim Taymans  <wim@fluendo.com>
19675
19676         * gst/rtsp/rtspconnection.c: (read_body):
19677         Apply patch from Sebastien Cote to fix #319184.
19678
19679 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19680
19681         * configure.ac:
19682         * gst/cutter/Makefile.am:
19683         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
19684         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
19685         (gst_cutter_set_property), (gst_cutter_get_property),
19686         (plugin_init), (gst_cutter_get_caps):
19687           port cutter
19688         * gst/level/gstlevel.c:
19689           fix up plugin details
19690
19691 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19692
19693         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
19694         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
19695         (gst_flacdec_src_event):
19696         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
19697         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
19698         (gst_signal_processor_getrange), (gst_signal_processor_chain):
19699         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19700         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
19701         (gst_flxdec_sink_event_handler):
19702         * gst/matroska/matroska-demux.c:
19703         (gst_matroska_demux_handle_seek_event):
19704         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
19705           Update for stream lock API changes: don't take stream log
19706           in sink event handlers any longer and change GST_STREAM_LOCK
19707           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
19708           functions.
19709
19710 2005-11-21  Michael Smith <msmith@fluendo.com>
19711
19712         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
19713           gst_object_unref, not g_object_unref
19714
19715 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19716
19717         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19718         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
19719           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
19720
19721 2005-11-21  Michael Smith <msmith@fluendo.com>
19722
19723         * gst/auparse/Makefile.am:
19724         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19725         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
19726         (gst_auparse_change_state):
19727         * gst/auparse/gstauparse.h:
19728           Partially fix #161712. playbin still doesn't work on these files,
19729           (on the bug report, Andy says we aren't typefinding it for some
19730           reason?) but at least auparse isn't totally busted like it was before.
19731
19732 2005-11-21  Andy Wingo  <wingo@pobox.com>
19733
19734         * *.h:
19735         * *.c: Ran scripts/update-macros. Oh yes.
19736
19737 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19738
19739         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
19740           Filler events are gone for now, comment out section generating
19741           them.
19742
19743 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19744
19745         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19746         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
19747         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
19748         * sys/osxvideo/osxvideosink.m:
19749           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19750           (#322027)
19751
19752 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19753
19754         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19755         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19756         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19757         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19758         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19759         (gst_avi_demux_stream_data):
19760         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19761         * gst/wavenc/gstwavenc.c: (write_metadata):
19762         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19763         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19764         Fixes for GST_FOURCC_FORMAT API change.
19765
19766 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19767
19768         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19769         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19770         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19771         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19772         (gst_text_overlay_change_state):
19773         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19774         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19775         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19776         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19777         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19778         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19779         (gst_videomixer_change_state):
19780           Fix for collect pads API change. Also fix textoverlay state
19781           change function.
19782
19783 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19784
19785         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19786         GST_PAD_IS_USABLE by something approaching it.
19787
19788 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19789
19790         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19791         API changes.
19792         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19793         but also fix the code that was not checking return values from
19794         pad_push neither using pad_alloc_buffer.
19795
19796 2005-11-18  Edward Hervey  <edward@fluendo.com>
19797
19798         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19799         (gst_pngenc_chain):
19800         Added debug category
19801         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19802         goes to EOS.
19803
19804 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19805
19806         * gst/rtp/Makefile.am
19807         * gst/rtp/gstrtp.c
19808         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19809         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19810         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19811         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19812         * gst/rtp/gstrtpg711enc.h:
19813         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19814         * gst/rtp/gstrtpspeexenc.c:
19815         * gst/rtp/gstrtpspeexenc.h:
19816         * gst/rtp/gstrtpspeexdec.c:
19817         * gst/rtp/gstrtpspeexdec.h:
19818         Created Speex payloader and depayloader; Optimize G711 payloader to
19819         use adapter and send packets until MTU size.
19820
19821 2005-11-16  Wim Taymans  <wim@fluendo.com>
19822
19823         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19824         Fix leak in check.
19825
19826 2005-11-16  Wim Taymans  <wim@fluendo.com>
19827
19828         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19829         Fix state change.
19830
19831 2005-11-16  Andy Wingo  <wingo@pobox.com>
19832
19833         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19834         (gst_udpsrc_create): Move comment.
19835
19836 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19837
19838         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19839
19840         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19841           When seeking, seek to closest index entry at or before the requested
19842           seek position, not just the closest one (#321001).
19843
19844 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19845
19846         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19847         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19848           Invert DIB images again (see #132341).
19849
19850 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19851
19852         * configure.ac:
19853           rework configure.ac file
19854         * ext/aalib/gstaasink.c:
19855         * ext/cairo/gstcairo.c:
19856         * ext/dv/gstdv.c:
19857         * ext/esd/gstesd.c:
19858         * ext/flac/gstflac.c:
19859         * ext/gconf/gstgconfelements.c:
19860         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19861         * ext/jpeg/gstjpeg.c:
19862         * ext/ladspa/gstladspa.c:
19863         * ext/libcaca/gstcacasink.c:
19864         * ext/libmng/gstmng.c:
19865         * ext/libpng/gstpng.c:
19866         * ext/mikmod/gstmikmod.c:
19867         * ext/pango/gsttextoverlay.c:
19868         * ext/pango/gsttimeoverlay.c:
19869         * ext/raw1394/gst1394.c:
19870         * ext/speex/gstspeex.c:
19871         * gst/alpha/Makefile.am:
19872         * gst/alpha/gstalpha.c:
19873         * gst/alpha/gstalphacolor.c:
19874         * gst/auparse/gstauparse.c:
19875         * gst/autodetect/gstautoaudiosink.c:
19876         (gst_auto_audio_sink_factory_filter),
19877         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19878         * gst/autodetect/gstautodetect.c:
19879         * gst/avi/gstavi.c:
19880         * gst/cutter/gstcutter.c:
19881         * gst/debug/efence.c:
19882         * gst/debug/gstdebug.c:
19883         * gst/debug/gstnavigationtest.c:
19884         * gst/effectv/gsteffectv.c:
19885         * gst/flx/gstflxdec.c:
19886         * gst/goom/gstgoom.c:
19887         * gst/interleave/plugin.c:
19888         * gst/law/alaw.c:
19889         * gst/law/mulaw.c:
19890         * gst/level/gstlevel.c:
19891         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19892         * gst/matroska/matroska.c:
19893         * gst/median/gstmedian.c:
19894         * gst/monoscope/gstmonoscope.c:
19895         * gst/multipart/multipart.c:
19896         * gst/oldcore/gstelements.c:
19897         * gst/rtp/gstrtp.c:
19898         * gst/rtsp/gstrtsp.c:
19899         * gst/smoothwave/gstsmoothwave.c:
19900         * gst/smpte/gstsmpte.c:
19901         * gst/udp/gstudp.c:
19902         * gst/videobox/gstvideobox.c:
19903         * gst/videofilter/gstgamma.c:
19904         * gst/videofilter/gstvideobalance.c:
19905         * gst/videofilter/gstvideoflip.c:
19906         * gst/videofilter/gstvideotemplate.c:
19907         * gst/videomixer/videomixer.c:
19908         * gst/wavenc/gstwavenc.c:
19909         * gst/wavparse/gstwavparse.c:
19910         * sys/oss/gstossaudio.c:
19911         * sys/osxaudio/gstosxaudio.c:
19912           update GST_PLUGIN_DEFINE
19913         * gst/rtp/Makefile.am:
19914         * gst/rtp/gstasteriskh263.c:
19915           check for htons/htonl headers and possibly link to winsock2 lib
19916
19917 2005-11-12  Edward Hervey  <edward@fluendo.com>
19918
19919         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
19920         Only GST_DEBUG() information on the valid components.
19921
19922 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19923
19924         * configure.ac: back to HEAD
19925
19926 === release 0.9.5 ===
19927
19928 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19929
19930         * configure.ac:
19931           releasing 0.9.5, "Phone Alarm"
19932
19933 2005-11-11  Edward Hervey  <edward@fluendo.com>
19934
19935         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19936         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
19937         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
19938         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19939         (gst_avi_demux_loop):
19940         * gst/avi/gstavidemux.h:
19941         Yeah, implement proper seeking. Exact seeking and segment seeking.
19942         Still need to do some checks for segment_stop.
19943
19944 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19945
19946         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19947
19948         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19949           Don't try to ready buffer duration from buffer that we don't
19950           own any  longer and that might already have been unreffed.
19951           (#321136)
19952
19953 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
19954
19955         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
19956         (flx_decode_delta_flc), (gst_flxdec_chain):
19957         Attempting to optimize the code for embedded systems.
19958
19959 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
19960
19961         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19962
19963         * sys/oss/gstosssink.c: (gst_oss_sink_close):
19964           Don't re-use already closed file descriptor. (#320920)
19965
19966 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19967
19968         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
19969         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
19970         (gst_oss_sink_prepare):
19971         * sys/oss/gstosssink.h:
19972           Cache probed caps; fix debug output for SET_PARAM macros.
19973
19974 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19975
19976         * ext/cairo/Makefile.am:
19977         * ext/cairo/gstcairo.c: (plugin_init):
19978         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19979         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19980         (gst_text_overlay_init), (gst_text_overlay_font_init),
19981         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19982         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19983         (gst_text_overlay_text_pad_linked),
19984         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19985         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19986         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19987         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19988         (gst_text_overlay_change_state):
19989         * ext/cairo/gsttextoverlay.h:
19990           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
19991           property and redo positioning. Doesn't handle upstream renegotiation
19992           yet though.
19993
19994 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19995
19996         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
19997         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19998         (gst_avi_demux_loop):
19999           No need to take the STREAM_LOCK in the loop function. Improve
20000           some debug messages. Don't leak pad names in debug messages.
20001
20002 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20003
20004         * gst/matroska/matroska-demux.c:
20005         (gst_matroska_demux_push_vorbis_codec_priv_data),
20006         (gst_matroska_demux_add_wvpk_header):
20007           Don't error out when the source pad isn't linked.
20008
20009 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20010
20011         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20012         (gst_gconf_audio_sink_change_state):
20013         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20014         (gst_gconf_video_sink_change_state):
20015           Fix state change functions here as well and set kid
20016           to NULL state before removing it.
20017
20018 2005-11-01  Edward Hervey  <edward@fluendo.com>
20019
20020         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20021         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20022         Added proper event handlind, 
20023         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20024         ignored),
20025         and don't set a duration of 0 for buffers otherwise they are discarded
20026         by GstBaseSink.
20027
20028         GstWavEnc needs some serious loving, after going through the code I'm
20029         really wondering how this can stay in -good ...
20030
20031 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20032
20033         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20034         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20035         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20036         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20037         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20038         (gst_matroska_mux_collected):
20039           Fix leaks and invalid memory access as reported by valgrind
20040
20041 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20042
20043         Patch by: Michal Benes <michal.benes@xeris.cz>
20044
20045         * check/Makefile.am:
20046         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20047         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20048         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20049           add a unit test for matroskamux
20050           fix the bugs that the unit test exposed
20051
20052 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20053
20054         * gst/autodetect/gstautoaudiosink.c:
20055         (gst_auto_audio_sink_class_init),
20056         (gst_auto_audio_sink_change_state):
20057         * gst/autodetect/gstautovideosink.c:
20058         (gst_auto_video_sink_class_init),
20059         (gst_auto_video_sink_change_state):
20060           Fix state change function and use GST_DEBUG_FUNCPTR in
20061           class_init.
20062
20063 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20064
20065         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20066
20067         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20068         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20069         * gst/matroska/ebml-write.h:
20070         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20071           Set timestamps on outgoing ebml headers as well, so that the
20072           element after matroskamux can get the timestamp already when
20073           reading the first ebml element and doesn't have to wait for
20074           the actual data buffer for that (#320308).
20075           
20076 2005-10-31  Andy Wingo  <wingo@pobox.com>
20077
20078         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20079         (gst_videomixer_pad_link): Kill some memleaks.
20080         (gst_videomixer_pad_get_property): Style fix.
20081         (gst_videomixer_pad_set_property): Style fix.
20082         (gst_videomixer_pad_init): Style fix.
20083         (gst_videomixer_update_queues): Kill memleak.
20084         (gst_videomixer_loop): Kill memleak.
20085         (gst_videomixer_collected): Kill memleak.
20086
20087 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20088
20089         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20090         gst_auparse_change_state:
20091         Just some cleanup.
20092
20093 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20094
20095         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20096         Add checks to GST_FLOW_NOT_LINKED for values returned
20097         from gst_pad_push.
20098         
20099 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20100
20101         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20102         (gst_rtpg711dec_process):
20103         * gst/rtp/gstrtpgsmenc.c:
20104         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20105         are never set. This is important for the g711 to work with burger's rtpbin
20106         element.
20107
20108 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20109
20110         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20111         (gst_speexenc_push_buffer):
20112         Add checks for return values from gst_pad_push and
20113         gst_pad_alloc_buffer.
20114
20115 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20116
20117         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20118
20119         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20120         (gst_matroska_demux_parse_info),
20121         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20122         (gst_matroska_demux_parse_cluster):
20123         * gst/matroska/matroska-ids.h:
20124         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20125         (gst_matroska_mux_init), (gst_matroska_mux_start),
20126         (gst_matroska_mux_create_buffer_header),
20127         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20128         (gst_matroska_mux_get_property):
20129         * gst/matroska/matroska-mux.h:
20130           Add SimpleBlock support to matroska demuxer and muxer (part of
20131           Matroska v2). (#319731)
20132
20133 2005-10-28  Wim Taymans  <wim@fluendo.com>
20134
20135         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20136         (gst_jpeg_dec_change_state):
20137         * ext/jpeg/gstjpegdec.h:
20138         Cleanups. Don't create caps for every chain.
20139
20140 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20141
20142         * gst/law/alaw-encode.c: (gst_alawenc_init),
20143         (alawenc_setcaps), (gst_alawenc_chain)
20144         * gst/law/alaw-encode.h:
20145         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20146         (mulawenc_setcaps), (gst_mulawenc_chain)
20147         * gst/law/mulaw-encode.h:
20148         Set timestamp on buffer and it allows RTP G711 elements
20149         work properly.
20150
20151 2005-10-27  Wim Taymans  <wim@fluendo.com>
20152
20153         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20154         Set correct format on oss instead of a silly value. 
20155
20156 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20157
20158         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20159         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20160         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20161         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20162         I420 rendering as well, doesn't bring much for my platform.
20163         Might help on some other platforms.
20164
20165 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20166
20167         * gst/rtp/gstrtpgsmenc.c:
20168         * gst/rtp/gstrtpgsmparse.c:
20169         Declaring the padtemplate correctly.
20170
20171 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20172
20173         * gst/rtp/gstrtpg711dec.c:
20174         * gst/rtp/gstrtpg711enc.c:
20175         * gst/rtp/gstrtpgsmenc.c:
20176         * gst/rtp/gstrtpgsmparse.c:
20177         Setting the proper copyright notice.
20178
20179 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20180
20181         * gst/videobox/Makefile.am: Use liboil.
20182         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20183         (gst_video_box_set_property), (gst_video_box_transform_caps),
20184         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20185         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20186         using liboil. Will dot the same to I420 border generation
20187         tomorrow.
20188
20189 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20190
20191         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20192         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20193         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20194         * gst/rtp/gstrtpg711dec.h:
20195         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20196         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20197         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20198         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20199         (gst_rtpgsmenc_handle_buffer):
20200         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20201         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20202         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20203         * gst/rtp/gstrtpgsmparse.h:
20204         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20205         inherits from the basertpdepayloader.
20206
20207 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20208
20209         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20210         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20211         (gst_video_box_ayuv): Removing this forgotten debug.
20212
20213 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20214
20215         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20216         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20217         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20218
20219 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20220
20221         * sys/oss/gstossaudio.c:
20222         * sys/oss/gstossdmabuffer.c:
20223         * sys/oss/gstosshelper.c:
20224         * sys/oss/gstossmixer.c:
20225         * sys/oss/gstossmixerelement.c:
20226         * sys/oss/gstossmixertrack.c:
20227         * sys/oss/gstosssink.c:
20228         * sys/oss/gstosssrc.c:
20229           Actually use the 'oss' debug category we register.
20230
20231 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20232
20233         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20234         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20235         Use gst_pad_get_parent and drop the ref that was added through
20236         that call.
20237
20238 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20239
20240         * gst/rtp/gstrtpgsmenc.c:
20241           Fix compilation
20242
20243 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20244
20245         * gst/rtp/gstrtpg711dec.c
20246         Just removed a couple of lines of weird code used during
20247         development/test time.
20248
20249 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20250
20251         * gst/rtp/Makefile.am
20252         * gst/rtp/gstrtp.c
20253         * gst/rtp/gstrtpg711enc.c
20254         * gst/rtp/gstrtpg711enc.h
20255         * gst/rtp/gstrtpg711dec.c
20256         * gst/rtp/gstrtpg711dec.h
20257         Created G711 payloader and depayloader (it supports mulaw and alaw
20258         (dec)encoders)
20259
20260 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20261
20262         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20263         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20264         Doh ! I introduced wingo's bug again ! Sorry...
20265
20266 2005-10-25  Christian Schaller <christian@fluendo.com> 
20267
20268         * gst/rtp/Makefile.am: add missing header files for disting
20269
20270 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20271
20272         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20273         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20274         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20275         (gst_rtpgsmenc_handle_buffer):
20276         * gst/rtp/gstrtpgsmenc.h:
20277         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20278         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20279         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20280         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20281         * gst/rtp/gstrtpgsmparse.h:
20282         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20283
20284 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20285
20286         * ext/libpng/gstpngdec.c: (user_info_callback),
20287         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20288         a newsegment event, move some redundant code in a single place.
20289
20290 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20291
20292         * ext/libpng/gstpngdec.c: (user_info_callback),
20293         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20294         hack to get correct colors order when we have a png image with
20295         alpha channel.
20296
20297 2005-10-24  Edward Hervey  <edward@fluendo.com>
20298
20299         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20300         Call gst_element_no_more_pads when there will be no more pads.
20301
20302 2005-10-24  Wim Taymans  <wim@fluendo.com>
20303
20304         * gst/rtp/Makefile.am:
20305         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20306         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20307         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20308         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20309         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20310         (gst_asteriskh263_plugin_init):
20311         * gst/rtp/gstasteriskh263.h:
20312         * gst/rtp/gstrtp.c: (plugin_init):
20313         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20314         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20315         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20316         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20317         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20318         (gst_rtph263enc_plugin_init):
20319         * gst/rtp/gstrtph263enc.h:
20320         Added two new payloaders, an RFC 2190 payloader for h263 and
20321         a payload convertor for an asterisk server.
20322
20323 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20324
20325         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20326           Set bytes_per_sample correctly (is not always 4, but 
20327           depends on width and number of channels).
20328
20329 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20330
20331         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20332         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20333         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20334         (gst_flacenc_sink_event), (gst_flacenc_chain),
20335         (gst_flacenc_set_property), (gst_flacenc_get_property),
20336         (gst_flacenc_change_state):
20337         * ext/flac/gstflacenc.h:
20338           Fix seeking, so that flacenc can rewrite the header with the
20339           correct duration and amount of samples and all that at EOS;
20340           also set timestamps and granulepos on outgoing buffers; add
20341           debug category; fix state change function.
20342           
20343 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20344
20345         * gst/videomixer/videomixer.c: Don't restrict video geometry
20346         from 16 to 4096.
20347
20348 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20349
20350         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20351         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20352         Fix caps negotiation correctly, add debugging category.
20353
20354 2005-10-24  Christian Schaller  <christian@fluendo.com>
20355
20356         * configure.ac: Port over Thomas's change from base listing all plugins
20357
20358 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20359
20360         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20361         a sink pad.
20362
20363 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20364
20365         * configure.ac:
20366         * docs/upload.mak:
20367           back to HEAD
20368
20369 === release 0.9.4 ===
20370
20371 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20372
20373         * configure.ac:
20374           Releasing 0.9.4, "Dromiceiomimus"
20375
20376 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20377
20378         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20379         (gst_speexenc_src_query):
20380           Add position and duration query, fix query type function.
20381           
20382         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20383         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20384           Let's not set non-fixed caps on source pads.
20385
20386 2005-10-21  Wim Taymans  <wim@fluendo.com>
20387
20388         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20389         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20390         (gst_avi_demux_handle_seek):
20391         Set correct stream_time in newsegment event.
20392         avi can also handle a duration query now.
20393
20394 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20395
20396         * gst/matroska/matroska-demux.c:
20397         (gst_matroska_demux_handle_src_query),
20398         (gst_matroska_demux_handle_seek_event),
20399         (gst_matroska_demux_loop_stream_parse_id):
20400           Fix duration query; fix basetime in newsegment event after
20401           seek; fix duration in initial newsegment event.
20402
20403         * gst/matroska/matroska-mux.c:
20404         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20405           Extract number of channels and samplerate from vorbis headers;
20406           add some debug messages when querying the durations of the
20407           input streams.
20408
20409 2005-10-20  Wim Taymans  <wim@fluendo.com>
20410
20411         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20412         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20413         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20414         Set stream time correctly in newsegment.
20415
20416 2005-10-20  Wim Taymans  <wim@fluendo.com>
20417
20418         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20419         Correctly fill in the stream time.
20420
20421 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20422
20423         * check/elements/level.c: (GST_START_TEST):
20424         * gst/level/gstlevel.c: (gst_level_message_new):
20425         * gst/level/level-example.c: (message_handler):
20426           use ELEMENT messages instead
20427
20428 2005-10-19  Wim Taymans  <wim@fluendo.com>
20429
20430         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20431         (gst_dvdemux_src_query):
20432         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20433         (gst_flacdec_src_query):
20434         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20435         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20436         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20437         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20438         * gst/debug/progressreport.c: (gst_progress_report_report):
20439         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20440         * gst/matroska/matroska-demux.c:
20441         (gst_matroska_demux_handle_src_query):
20442         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20443         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20444         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20445         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20446         (gst_wavparse_srcpad_event):
20447         API change fix.
20448
20449 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20450
20451         * gst/goom/filters.c:
20452         * gst/goom/graphic.h:
20453         * gst/goom/lines.c:
20454           Make inline functions either 'static inline' or 'extern inline',
20455           otherwise the Forte compiler apparently won't inline them (#317300).
20456
20457 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20458
20459         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20460         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20461         (user_info_callback), (user_endrow_callback), (user_end_callback),
20462         (user_read_data), (gst_pngdec_caps_create_and_set),
20463         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20464         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20465         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20466         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20467         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20468         very nice and handle push/pull based model. if you have filesrc
20469         connected to it, it will do random access to load the png file.
20470         If you have a network source that can't do _getrange, it does 
20471         progressive loading through the chain function.
20472         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20473         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20474         thanks to Master Wim Taymans ;-)
20475
20476 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20477
20478         * gst/matroska/Makefile.am:
20479         * gst/matroska/ebml-read.c:
20480         * gst/matroska/ebml-read.h:
20481         * gst/matroska/matroska-demux.c:
20482         * gst/matroska/matroska-demux.h:
20483         * gst/matroska/matroska.c: (plugin_init):
20484           Ported matroska demuxer to 0.9.
20485
20486 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20487
20488         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20489
20490         * gst/matroska/matroska-mux.c:
20491         (gst_matroska_mux_video_pad_setcaps),
20492         (gst_matroska_mux_audio_pad_setcaps):
20493           Fix mpeg4 input handling (#318847); also, while we're at it,
20494           fix media type for Motion-JPEG: should be image/jpeg.
20495
20496 2005-10-18  Wim Taymans  <wim@fluendo.com>
20497
20498         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20499         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20500         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20501         Fix for segment-start/stop API change.
20502
20503 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20504
20505         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20506         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20507         way.
20508
20509 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20510
20511         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20512         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20513         output declared in transform_caps.
20514
20515 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20516
20517         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20518
20519 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20520
20521         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20522         (gst_video_box_get_unit_size): Fix wrong size calculations and
20523         implement get_unit_size correctly.
20524
20525 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20526
20527         * configure.ac:
20528           Enable flx plugin.
20529
20530         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20531           Fix gcc4 signedness issue.
20532
20533 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20534
20535         * configure.ac: Adding videomixer.
20536         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20537         (user_read_data), (gst_pngdec_chain): More debugging.
20538         * gst/alpha/Makefile.am: Adding alphacolor
20539         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20540         (gst_alpha_color_class_init), (gst_alpha_color_init),
20541         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20542         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20543         (plugin_init): Ported to 0.9 using in place base tranform.
20544         * gst/videomixer/Makefile.am:
20545         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20546         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20547         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20548         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20549         (gst_videomixer_init), (gst_videomixer_getcaps),
20550         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20551         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20552         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20553         to 0.9 using collectpads.
20554
20555 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20556
20557         * configure.ac:
20558         * gst/flx/Makefile.am:
20559         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20560         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20561         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20562         * gst/flx/gstflxdec.h:
20563         flx plugin ported to 0.9
20564
20565 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20566
20567         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20568           use new gst_version_string()
20569
20570 2005-10-16  Andy Wingo  <wingo@pobox.com>
20571
20572         * configure.ac: GLIB_CHECK.
20573
20574 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20575
20576         * ext/libpng/Makefile.am:
20577         * ext/libpng/gstpng.c: (plugin_init):
20578         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20579         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20580         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20581
20582 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
20583
20584         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20585
20586         * configure.ac:
20587         * gst/matroska/Makefile.am:
20588         * gst/matroska/ebml-ids.h:
20589         * gst/matroska/ebml-write.c:
20590         * gst/matroska/ebml-write.h:
20591         * gst/matroska/matroska-ids.h:
20592         * gst/matroska/matroska-mux.c:
20593         * gst/matroska/matroska-mux.h:
20594         * gst/matroska/matroska.c: (plugin_init):
20595           Port matroska muxer to 0.9 (#318847).
20596
20597 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20598
20599         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
20600         (comment_init), (comment_add):
20601           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
20602           use GST_READ_UINT32_LE() and friends rather than the private
20603           implementation of those same macros.
20604
20605 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20606
20607         * examples/stats/mp2ogg.c:
20608           more typo fixes
20609
20610 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20611
20612         * examples/indexing/indexmpeg.c: (main):
20613         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
20614         (gst_esdmon_close_audio), (gst_esdmon_change_state):
20615         * ext/esd/esdmon.h:
20616         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
20617         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
20618         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20619         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20620         * gst/avi/gstavimux.c: (gst_avimux_init):
20621         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
20622         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
20623         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
20624         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
20625         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
20626         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
20627         * gst/oldcore/gstmultifilesrc.h:
20628         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
20629         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
20630         (gst_pipefilter_change_state):
20631         * gst/oldcore/gstpipefilter.h:
20632         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20633         * gst/videomixer/videomixer.c: (gst_videomixer_init):
20634         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
20635         * sys/osxaudio/gstosxaudiosink.h:
20636         * sys/osxaudio/gstosxaudiosrc.h:
20637           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20638           moved bitshift from macro to enum definition
20639
20640 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20641
20642         * ext/Makefile.am:
20643         * ext/cairo/Makefile.am:
20644         * ext/cairo/gstcairo.c: (plugin_init):
20645         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
20646         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20647         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
20648         * ext/cairo/gsttimeoverlay.h:
20649           update of cairo-based timeoverlay to 1.0 Cairo API
20650           doesn't work yet for resizing of output sink
20651
20652 2005-10-11  Wim Taymans  <wim@fluendo.com>
20653
20654         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
20655         newsegment API fix.
20656
20657 2005-10-11  Wim Taymans  <wim@fluendo.com>
20658
20659         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
20660         (gst_dvdemux_demux_frame):
20661         * ext/flac/gstflacdec.c: (gst_flacdec_write):
20662         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20663         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
20664         (gst_avi_demux_handle_seek):
20665         * gst/goom/gstgoom.c: (gst_goom_event):
20666         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20667         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20668         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20669         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20670         (gst_wavparse_srcpad_event):
20671         newsegment API update.
20672
20673 2005-10-11  Andy Wingo  <wingo@pobox.com>
20674
20675         * ext/speex/gstspeexenc.c: Signedness cleanups.
20676
20677 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
20678
20679         * PORTED_09:
20680         * ext/speex/Makefile.am:
20681         * ext/speex/gstspeex.c:
20682         * ext/speex/gstspeexenc.c:
20683         Speexenc ported to 0.9
20684
20685 2005-10-10  Wim Taymans  <wim@fluendo.com>
20686
20687         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
20688         (gst_oss_sink_init), (gst_oss_sink_set_property),
20689         (gst_oss_sink_get_property), (gst_oss_sink_open),
20690         (gst_oss_sink_prepare), (gst_oss_sink_reset):
20691         * sys/oss/gstosssink.h:
20692         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
20693         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
20694         (gst_oss_src_prepare):
20695         Cleanups, make device configurable in the sink, handle and report
20696         errors.
20697
20698 2005-10-10  Wim Taymans  <wim@fluendo.com>
20699
20700         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
20701         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
20702         Make sure element is NULL before removing from the bin.
20703
20704 2005-10-07  Andy Wingo  <wingo@pobox.com>
20705
20706         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
20707         block forever in a read().
20708         (gst_dv1394src_bus_reset): Post a message when the cable is
20709         unplugged.
20710         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
20711         (gst_dv1394src_bus_reset): Don't unref the message.
20712
20713         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
20714         hacking. The only change should be that the state change stuff was
20715         put into basesrc's start() and stop() routines, which coalesces
20716         some steps.
20717
20718 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
20719
20720         * configure.ac:
20721           Add check for mmap
20722           
20723         * gst/debug/Makefile.am:
20724           Only compile efence plugin on systems that have mmap.
20725
20726 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
20727
20728         * gst/debug/Makefile.am:
20729         * gst/debug/breakmydata.c:
20730         * gst/debug/gstdebug.c:
20731         * gst/debug/gstnavigationtest.c:
20732         * gst/debug/gstnavseek.c: 
20733         * gst/debug/gstnavseek.h:
20734         * gst/debug/progressreport.c: 
20735         * gst/debug/testplugin.c:
20736           Port progressreport, navseek, navigationtest, testsink and
20737           breakmydata.
20738
20739 2005-10-05  Edward Hervey  <edward@fluendo.com>
20740
20741         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
20742         (gst_dvdemux_src_query):
20743         Fixes for better conversion
20744
20745 2005-10-04  Michael Smith <msmith@fluendo.com>
20746
20747         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
20748         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20749         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20750         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20751           Set state of elements to NULL before removing from bins.
20752           Set state of test element to NULL if we failed to move it to READY
20753
20754 2005-10-04  Edward Hervey  <edward@fluendo.com>
20755
20756         * ext/dv/Makefile.am:
20757         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
20758         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20759         Corrected the query function for position so it doesn't forget what
20760         format was asked, and calls the conversion functions on the correct pad.
20761
20762 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20763
20764         * configure.ac:
20765           back to development
20766
20767 === release 0.9.3 ===
20768
20769 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20770
20771         * configure.ac:
20772           Releasing 0.9.3, "Aramis"
20773
20774 2005-10-03  Andy Wingo  <wingo@pobox.com>
20775
20776         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20777         error returns.
20778
20779 2005-10-02  Andy Wingo  <wingo@pobox.com>
20780
20781         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20782
20783         * ext/flac/gstflacenc.c: Ported to 0.9.
20784
20785         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20786
20787         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20788         and link to gsttagedit. Enable flacenc.
20789
20790         * ext/flac/gstflacdec.c: Re-enable tag reading.
20791
20792 2005-09-30  Wim Taymans  <wim@fluendo.com>
20793
20794         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20795         * gst/rtp/gstrtpgsmparse.c:
20796         * gst/rtp/gstrtph263penc.c:
20797         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20798         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20799         (gst_rtpmp4venc_set_property):
20800         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20801         Various class and caps fixes from Andre Magalhaes (andrunko)
20802
20803 2005-09-29  Wim Taymans  <wim@fluendo.com>
20804
20805         * gst/level/level-example.c: (main):
20806         Update for new bus API.
20807
20808 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20809
20810         * configure.ac:
20811           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20812           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20813
20814 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20815
20816         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20817           Fix playback of mono streams (bytes_per_sample should be set
20818           from the sample width and the number of channels negotiated,
20819           and not just be set to 4) (#317338)
20820
20821 2005-09-26  Wim Taymans  <wim@fluendo.com>
20822
20823         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20824         (gst_rtpmpaenc_handle_buffer):
20825         Set buffer duration correctly.
20826
20827 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20828
20829         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20830         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20831         (gst_avi_demux_change_state):
20832           Don't crash when encountering a stream with an unknown fourcc or
20833           codec id. Instead, create a pad of type video/x-avi-unknown or
20834           audio/x-avi-unknown, which as a side-effect also results in less
20835           confusing error messages in players ('no decoder' vs. 'no streams');
20836           minor fixes to state change function and class_init function.
20837
20838 2005-09-24  Wim Taymans  <wim@fluendo.com>
20839
20840         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20841         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20842         These are sinks.
20843
20844 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20845
20846         * check/elements/level.c: (GST_START_TEST):
20847           fix test for new GstClockTime use
20848         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20849         (gst_level_transform_ip):
20850         * gst/level/gstlevel.h:
20851           fix up the decay peak, ensuring the decay peak is never lower
20852           than the peak for that interval
20853
20854 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20855
20856         * docs/plugins/gst-plugins-good-plugins.args:
20857         * docs/plugins/inspect/plugin-alpha.xml:
20858         * docs/plugins/inspect/plugin-rtp.xml:
20859         * gst/level/gstlevel.c: (gst_level_set_caps),
20860         (gst_level_transform_ip):
20861           updating docs
20862
20863 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20864
20865         * Makefile.am:
20866         * check/elements/level.c: (GST_START_TEST):
20867         * gst/level/Makefile.am:
20868         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20869         (gst_level_set_property), (gst_level_get_property),
20870         (gst_level_set_caps), (gst_level_message_new),
20871         (gst_level_transform_ip):
20872         * gst/level/gstlevel.h:
20873         * gst/level/level-example.c: (message_handler), (main):
20874           convert to using GstClockTime for all time values, finally.
20875
20876 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20877
20878         * gst/auparse/Makefile.am:
20879         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20880           fix up build
20881         * configure.ac:
20882         * ext/cairo/Makefile.am:
20883         * ext/dv/Makefile.am:
20884         * ext/esd/Makefile.am:
20885         * ext/flac/Makefile.am:
20886         * ext/gconf/Makefile.am:
20887         * ext/gdk_pixbuf/Makefile.am:
20888         * ext/jpeg/Makefile.am:
20889         * ext/ladspa/Makefile.am:
20890         * ext/libcaca/Makefile.am:
20891         * ext/libmng/Makefile.am:
20892         * ext/libpng/Makefile.am:
20893         * ext/mikmod/Makefile.am:
20894         * ext/pango/Makefile.am:
20895         * ext/raw1394/Makefile.am:
20896         * ext/shout2/Makefile.am:
20897         * ext/speex/Makefile.am:
20898         * gst/alpha/Makefile.am:
20899         * gst/autodetect/Makefile.am:
20900         * gst/avi/Makefile.am:
20901         * gst/cutter/Makefile.am:
20902         * gst/debug/Makefile.am:
20903         * gst/effectv/Makefile.am:
20904         * gst/flx/Makefile.am:
20905         * gst/goom/Makefile.am:
20906         * gst/interleave/Makefile.am:
20907         * gst/law/Makefile.am:
20908         * gst/matroska/Makefile.am:
20909         * gst/median/Makefile.am:
20910         * gst/monoscope/Makefile.am:
20911         * gst/multipart/Makefile.am:
20912         * gst/oldcore/Makefile.am:
20913         * gst/rtp/Makefile.am:
20914         * gst/rtsp/Makefile.am:
20915         * gst/smoothwave/Makefile.am:
20916         * gst/smpte/Makefile.am:
20917         * gst/videobox/Makefile.am:
20918         * gst/videofilter/Makefile.am:
20919         * gst/videomixer/Makefile.am:
20920         * gst/wavenc/Makefile.am:
20921         * gst/wavparse/Makefile.am:
20922         * sys/oss/Makefile.am:
20923         * sys/osxaudio/Makefile.am:
20924         * sys/osxvideo/Makefile.am:
20925           fix up GST_LIBS use
20926
20927 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20928
20929         * gst/auparse/Makefile.am:
20930         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20931           fix build of auparse
20932
20933 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
20934
20935         * configure.ac:
20936         * PORTED_09:
20937         * gst/auparse/gstauparse.c:
20938         * gst/auparse/gstauparse.h:
20939         Auparse ported to 0.9.
20940
20941 2005-09-22  Wim Taymans  <wim@fluendo.com>
20942
20943         * gst/rtp/TODO:
20944         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
20945         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20946         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20947         (gst_rtpmp4venc_set_property):
20948         * gst/rtp/gstrtpmp4venc.h:
20949         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20950         * gst/rtp/gstrtpmpaenc.h:
20951         Use is_filled to both check MTU and max-ptime of base class.
20952
20953 2005-09-22  Wim Taymans  <wim@fluendo.com>
20954
20955         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20956         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20957         (gst_rtpmp4venc_set_property):
20958         Don't fragment packets with multiple frames.
20959
20960 2005-09-22  Wim Taymans  <wim@fluendo.com>
20961
20962         * gst/rtp/TODO:
20963         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20964         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20965         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
20966         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
20967         (gst_rtpmp4venc_get_property):
20968         * gst/rtp/gstrtpmp4venc.h:
20969         Remove g_print.
20970         Update TODO
20971         Make payload encoder a bit smarter and more correct with
20972         timestamps.
20973         Added option in payloader to include config string in-band.
20974
20975 2005-09-21  Wim Taymans  <wim@fluendo.com>
20976
20977         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20978         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20979         (gst_rtspsrc_send):
20980         Strip spaces for key/value pairs.
20981
20982 2005-09-21  Wim Taymans  <wim@fluendo.com>
20983
20984         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20985         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20986         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
20987         (gst_rtspsrc_change_state):
20988         More SDP parsing and caps setting.
20989         Do NO_PREROLL differently.
20990         add pads only after negotiated.
20991
20992         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20993         (gst_udpsrc_getcaps):
20994         Implement the getcaps function.
20995
20996 2005-09-21  Wim Taymans  <wim@fluendo.com>
20997
20998         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
20999         (gst_rtpamrdec_chain):
21000         Handle multiple AMr packets per payload. Handle CRC and
21001         parse ILL/ILP.
21002
21003         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21004         Make caps params strings for easy SDP mapping.
21005         
21006         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21007         Handle capsnego better.
21008
21009         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21010         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21011         Generate and parse config string in the caps.
21012
21013 2005-09-21  Wim Taymans  <wim@fluendo.com>
21014
21015         * gst/rtp/README:
21016         Update README
21017
21018         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21019         Make extra params as strings.
21020
21021         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21022         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21023         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21024         Make state change return NO_PREROLL as this is a live
21025         source.
21026
21027         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21028         Don't unref old caps when NULL.
21029
21030 2005-09-20  Wim Taymans  <wim@fluendo.com>
21031
21032         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21033         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21034         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21035         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21036         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21037         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21038         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21039         * gst/rtsp/sdpmessage.h:
21040         Add URI handler.
21041         Parse SDP and create caps.
21042
21043 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21044
21045         * gst/alpha/gstalpha.c:
21046           fix element description
21047
21048 2005-09-19  Wim Taymans  <wim@fluendo.com>
21049
21050         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21051         Don't check payload for now.
21052
21053 2005-09-19  Wim Taymans  <wim@fluendo.com>
21054
21055         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21056         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21057         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21058         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21059         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21060         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21061         (gst_wavparse_change_state):
21062         * gst/wavparse/gstwavparse.h:
21063         Fix wavparse some more.
21064
21065 2005-09-19  Wim Taymans  <wim@fluendo.com>
21066
21067         * check/elements/level.c: (GST_START_TEST):
21068         Fix for bus API change.
21069
21070 2005-09-19  Wim Taymans  <wim@fluendo.com>
21071
21072         * gst/level/level-example.c: (main):
21073         Fix for new bus API.
21074
21075         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21076         Set caps on pads.
21077
21078 2005-09-15  Wim Taymans  <wim@fluendo.com>
21079
21080         * gst/rtp/Makefile.am:
21081         * gst/rtp/README:
21082         * gst/rtp/gstrtp.c: (plugin_init):
21083         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21084         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21085         (gst_rtpamrdec_change_state):
21086         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21087         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21088         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21089         * gst/rtp/gstrtpamrenc.h:
21090         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21091         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21092         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21093         * gst/rtp/gstrtpgsmenc.h:
21094         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21095         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21096         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21097         (gst_rtpgsmparse_change_state):
21098         * gst/rtp/gstrtpgsmparse.h:
21099         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21100         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21101         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21102         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21103         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21104         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21105         * gst/rtp/gstrtph263penc.h:
21106         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21107         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21108         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21109         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21110         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21111         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21112         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21113         * gst/rtp/gstrtpmp4venc.h:
21114         * gst/rtp/gstrtpmpadec.c:
21115         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21116         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21117         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21118         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21119         * gst/rtp/gstrtpmpaenc.h:
21120         Updates to payloader/depayloaders, make payloaders use
21121         the base classes.
21122         Updated README with suggested RTP caps and how to convert
21123         to/from SDP.
21124         Added config descriptor in mp4v payloader.
21125
21126 2005-09-15  Andy Wingo  <wingo@pobox.com>
21127
21128         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21129         * gst/autodetect/gstautovideosink.c
21130         (gst_auto_video_sink_find_best): Update for new registry API.
21131
21132 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21133
21134         * common/c-to-xml.py:
21135         * common/gtk-doc-plugins.mak:
21136           a simple py script to generate valid xml from a C example
21137           probably also need to strip an MIT license when we decide
21138         * docs/plugins/Makefile.am:
21139         * gst/level/Makefile.am:
21140         * gst/level/gstlevel.c: (gst_level_init):
21141         * gst/level/level-example.c: (message_handler), (main):
21142           add an example to level that will show up in the docs
21143         * gst/rtp/TODO:
21144           add a note for the future
21145
21146 2005-09-14  Michael Smith <msmith@fluendo.com>
21147
21148         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21149           Actually define the debug object being used in wavenc. Fixes #316205
21150
21151 2005-09-14  Michael Smith <msmith@fluendo.com>
21152
21153         * gst/smpte/Makefile.am:
21154           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21155           needed to build on windows (bug 316204)
21156
21157 2005-09-12  Andy Wingo  <wingo@pobox.com>
21158
21159         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21160
21161 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21162
21163         * configure.ac:
21164         * gst/fdsrc/Makefile.am:
21165         * gst/fdsrc/gstfdsrc.c:
21166         * gst/fdsrc/gstfdsrc.h:
21167           Move fdsrc back into gstreamer core elements.
21168
21169         * gst/level/gstlevel.c: (gst_level_class_init),
21170         (gst_level_transform_ip):
21171         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21172           Basetransform changes.
21173
21174 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21175
21176         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21177         * ext/jpeg/smokecodec.c: (find_best_size):
21178           fix compiler warnings
21179
21180 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21181
21182         * gst-plugins-good.spec.in:
21183           spec file fixes
21184         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21185         (gst_multiudpsink_render), (gst_multiudpsink_add),
21186         (gst_multiudpsink_clear):
21187           it actually helps to actually stream if we hook up the
21188           "add" signal to an actual implementation
21189         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21190           some debugging
21191
21192 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21193
21194         * ext/jpeg/Makefile.am:
21195         * ext/jpeg/gstjpeg.c
21196         * ext/jpeg/gstjpegenc.c:
21197         * ext/jpeg/gstsmokeenc.c:
21198
21199 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21200
21201         * ext/flac/gstflacdec.c:
21202         * ext/flac/gstflacenc.c:
21203         * ext/flac/gstflactag.c:
21204         * ext/speex/gstspeexenc.c:
21205           gsttaginterface.h -> gsttagsetter.h
21206
21207 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21208
21209         * configure.ac:
21210         * gst/debug/Makefile.am:
21211         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21212         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21213         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21214         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21215         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21216           Port to 0.9 and re-enable efence plugin.
21217
21218 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21219
21220         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21221         (gst_flacdec_write), (gst_flacdec_convert_src):
21222         * ext/flac/gstflacdec.h:
21223           Add support for flac files with 24/32 bits per sample; and misc.
21224           minor clean-ups. Seeking is still partly broken (for me at least).
21225
21226 2005-09-06  Wim Taymans  <wim@fluendo.com>
21227
21228         * gst/rtp/Makefile.am:
21229         * gst/rtp/gstrtp.c: (plugin_init):
21230         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21231         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21232         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21233         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21234         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21235         (gst_rtpmp4vdec_plugin_init):
21236         * gst/rtp/gstrtpmp4vdec.h:
21237         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21238         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21239         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21240         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21241         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21242         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21243         * gst/rtp/gstrtpmp4venc.h:
21244         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21245         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21246         Added mpeg4 video payload encoder/decoder.
21247         Added some docs in mpa payloader.
21248
21249 === release 0.9.1 ===
21250
21251 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21252
21253         * NEWS:
21254         * README:
21255         * RELEASE:
21256         * autogen.sh:
21257         * configure.ac:
21258           releasing 0.9.1, "Blondie"
21259
21260 2005-09-05  Andy Wingo  <wingo@pobox.com>
21261
21262         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21263         here from the state change handler, so we fire signals without
21264         holding the state lock.
21265
21266 2005-09-02  Andy Wingo  <wingo@pobox.com>
21267
21268         * All plugins updated for element state changes.
21269
21270 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21271
21272         * Makefile.am:
21273         * check/.cvsignore:
21274         * check/Makefile.am:
21275         * check/elements/.cvsignore:
21276         * check/elements/level.c: (setup_level), (cleanup_level),
21277         (GST_START_TEST), (level_suite), (main):
21278           add a test for level
21279         * common/release.mak:
21280           move the enum checking to release.mak
21281         * configure.ac:
21282           add valgrind and check checking
21283         * gst/level/gstlevel.c: (gst_level_transform):
21284         * gst/level/gstlevel.h:
21285           fix Andy's cast bug
21286           convert a field to int
21287           fix the arithmetic to int when checking for emit so that a
21288           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21289
21290 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21291
21292         * Makefile.am:
21293         * configure.ac:
21294           add docs to build
21295         * common/plugins.xsl:
21296           wrap Description into a refsect2
21297         * docs/Makefile.am:
21298         * docs/plugins/Makefile.am:
21299         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21300         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21301         * gst/goom/Makefile.am:
21302         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21303         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21304         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21305         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21306         (gst_goom_change_state):
21307         * gst/goom/gstgoom.h:
21308           GstGOOM -> GstGoom
21309           add an example launch line
21310         * gst/level/gstlevel.h:
21311         * gst/monoscope/gstmonoscope.c:
21312           cleanups
21313
21314 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21315
21316         * configure.ac:
21317         * docs/plugins/Makefile.am:
21318         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21319         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21320         * docs/plugins/gst-plugins-good-plugins.types:
21321           document elements and plugins.  Shazam !
21322
21323 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21324
21325         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21326           be found under doc/random/ChangeLog-0.8