gst/rtp/gstrtpmp4vpay.c: Flush the remaining frames on EOS. Fixes #560641.
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         Patch by: Yotam <sh dot yotam at gmail dot com>
4
5         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
6         Flush the remaining frames on EOS. Fixes #560641.
7
8 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
9
10         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
11         Fix compiler warning about printf formatting.
12
13 2008-11-12  Andy Wingo  <wingo@pobox.com>
14
15         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
16         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
17         segment events instead of sending them from the seeking thread.
18         Fixes #559288.
19         (gst_qtdemux_push_pending_newsegment): New helper, sends out
20         queued newsegment events.
21         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
22         call it here, as we only seek when looping, and only push in the
23         movie state.
24
25 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
26
27         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
28         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
29         * gst/qtdemux/qtdemux_fourcc.h:
30         * gst/qtdemux/qtdemux_types.c:
31         Add cover and alternative copyright tag, and enhance some existing
32         ones by marking them as container atoms.
33
34 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
35
36         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
37         Don't ignore the return value of setcaps.
38
39 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
40
41         Patch by: Olivier Crete <tester at tester dot ca>
42
43         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
44         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
45         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
46         * gst/rtp/gstrtpg729pay.h:
47         Replace G729 payloader with an improved version. Fixes #532409.
48
49 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
50
51         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
52         (gst_rtspsrc_change_state):
53         Only send one transport at a time for improved compatibility with some
54         broken servers. See #537832.
55
56 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
57
58         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
59         (gst_rtspsrc_perform_seek):
60         Only pause/play in the seek handler when the source was playing.
61         Fixes #529379.
62
63 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
64
65         * gst/matroska/matroska-mux.c:
66         (gst_matroska_mux_handle_dirac_packet):
67         Fix muxing of Dirac streams if the input already has the format
68         we need, i.e. is the output of matroskademux.
69
70 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
71
72         * gst/avi/gstavimux.c:
73           Don't segfault on string typed tags being NULL. Fixes #560155.
74
75 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
76
77         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
78         (gst_matroska_mux_audio_pad_setcaps):
79         Fix mapping AAC profile to Matroska codec id.
80
81 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
82
83         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
84         (qtdemux_video_caps), (qtdemux_audio_caps):
85         Refactor some raw audio caps building, and handle >16-bit cases.
86         Fix/replace building caps from a string description.
87
88 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
89
90         * gst/audiofx/audiowsincband.c:
91         * gst/audiofx/audiowsinclimit.c:
92         * gst/cutter/gstcutter.c:
93           Make author name consistent with others.
94
95 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
96
97         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
98
99         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
100         (gst_rtspsrc_stream_configure_udp_sink):
101         Pause the RTSP stream before doing a new play request.
102         Make sure that adding the udpsinks does not cause the rtspsrc to become
103         a sink. Fixes #559547.
104
105 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
106
107         * gst/matroska/matroska-ids.h:
108         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
109         (gst_matroska_mux_handle_dirac_packet),
110         (gst_matroska_mux_write_data):
111         Implement Dirac muxing into Matroska comforming to the spec, i.e.
112         put all Dirac packages up to a picture into a Matroska block.
113
114         TODO: Implement writing of the ReferenceBlock Matroska elements,
115         currently the Dirac muxing is only 100% correct if Matroska version 2
116         is selected for muxing.
117
118 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
119
120         Patch by: Bastien Nocera <hadess at hadess dot net>,
121                   Hans de Goede <jwrdegoede at fedoraproject dot org>
122
123         * configure.ac:
124         * sys/v4l2/Makefile.am:
125         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
126         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
127         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
128         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
129         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
130         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
131         (gst_v4l2_get_input), (gst_v4l2_set_input):
132         * sys/v4l2/v4l2_calls.h:
133         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
134         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
135         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
136         (gst_v4l2src_fill_format_list),
137         (gst_v4l2src_probe_caps_for_format_and_size),
138         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
139         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
140         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
141         (gst_v4l2src_get_nearest_size):
142         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
143
144 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
145
146         * ext/aalib/Makefile.am:
147         * ext/annodex/Makefile.am:
148         * ext/cairo/Makefile.am:
149         * ext/dv/Makefile.am:
150         * ext/esd/Makefile.am:
151         * ext/flac/Makefile.am:
152         * ext/gconf/Makefile.am:
153         * ext/gdk_pixbuf/Makefile.am:
154         * ext/hal/Makefile.am:
155         * ext/jpeg/Makefile.am:
156         * ext/ladspa/Makefile.am:
157         * ext/libcaca/Makefile.am:
158         * ext/libmng/Makefile.am:
159         * ext/libpng/Makefile.am:
160         * ext/mikmod/Makefile.am:
161         * ext/pulse/Makefile.am:
162         * ext/raw1394/Makefile.am:
163         * ext/shout2/Makefile.am:
164         * ext/soup/Makefile.am:
165         * ext/speex/Makefile.am:
166         * ext/taglib/Makefile.am:
167         * ext/wavpack/Makefile.am:
168         * gst/alpha/Makefile.am:
169         * gst/apetag/Makefile.am:
170         * gst/audiofx/Makefile.am:
171         * gst/auparse/Makefile.am:
172         * gst/autodetect/Makefile.am:
173         * gst/avi/Makefile.am:
174         * gst/cutter/Makefile.am:
175         * gst/debug/Makefile.am:
176         * gst/effectv/Makefile.am:
177         * gst/equalizer/Makefile.am:
178         * gst/flx/Makefile.am:
179         * gst/goom/Makefile.am:
180         * gst/goom2k1/Makefile.am:
181         * gst/icydemux/Makefile.am:
182         * gst/id3demux/Makefile.am:
183         * gst/interleave/Makefile.am:
184         * gst/law/Makefile.am:
185         * gst/level/Makefile.am:
186         * gst/matroska/Makefile.am:
187         * gst/median/Makefile.am:
188         * gst/monoscope/Makefile.am:
189         * gst/multifile/Makefile.am:
190         * gst/multipart/Makefile.am:
191         * gst/oldcore/Makefile.am:
192         * gst/qtdemux/Makefile.am:
193         * gst/replaygain/Makefile.am:
194         * gst/rtp/Makefile.am:
195         * gst/rtsp/Makefile.am:
196         * gst/smpte/Makefile.am:
197         * gst/spectrum/Makefile.am:
198         * gst/udp/Makefile.am:
199         * gst/videobox/Makefile.am:
200         * gst/videocrop/Makefile.am:
201         * gst/videofilter/Makefile.am:
202         * gst/videomixer/Makefile.am:
203         * gst/wavenc/Makefile.am:
204         * gst/wavparse/Makefile.am:
205         * sys/directdraw/Makefile.am:
206         * sys/directsound/Makefile.am:
207         * sys/oss/Makefile.am:
208         * sys/osxaudio/Makefile.am:
209         * sys/osxvideo/Makefile.am:
210         * sys/sunaudio/Makefile.am:
211         * sys/v4l2/Makefile.am:
212         * sys/waveform/Makefile.am:
213         * sys/ximage/Makefile.am:
214           Don't install static libs for plugins. Fixes #550851 for -good.
215
216 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
217
218         * ext/flac/Makefile.am:
219         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
220         This fixes compilation if FLAC is installed in an uncommon location
221         that is not already handled by other CFLAGS. Fixes bug #558711.
222
223 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
224
225         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
226         Guard more uncommon formats with ifdefs so that we can compile on older
227         versions.
228
229 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
230
231         Patch by: Nick Haddad <nick at haddads dot net>
232
233         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
234         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
235         (gst_avi_demux_stream_data):
236         Invert other uncompressed RGB formats. Fixes #558554.
237
238 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
239
240         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
241         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
242         * gst/wavenc/gstwavenc.h:
243         Add support for float/double as input and remove the (nowadays)
244         useless parsing of the depth as we require width==depth.
245
246 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
247
248         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
249         * gst/rtp/gstrtpmpapay.c:
250         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
251         mpeg version 1. Fixes #558427.
252
253 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
254
255         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
256         (gst_rtp_L16_pay_getcaps):
257         Only put an integral amount of samples in the RTP packet.
258         Fixes #556641.
259
260 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
261
262         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
263         * gst/rtp/gstrtpchannels.h:
264         Add method to get possible channel positions.
265
266 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
267
268         * gst/rtp/Makefile.am:
269         Also commit updated makefile
270
271 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
272
273         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
274         Don't allow width=32,depth=24 as input. WAV requires that the width
275         is the next integer multiply of 8 from the depth.
276
277 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
278
279         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
280         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
281         (gst_rtp_L16_pay_getcaps):
282         * gst/rtp/gstrtpchannels.c: (check_channels),
283         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
284         (gst_rtp_channels_create_default):
285         * gst/rtp/gstrtpchannels.h:
286         Add mappings for multichannel support. Does not completely just work
287         because the getcaps function does not yet return the allowed channel
288         mappings. See #556641.
289
290 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
291
292         * gst/goom/Makefile.am:
293         * gst/goom/README:
294         * gst/goom/config_param.c:
295         * gst/goom/convolve_fx.c:
296         * gst/goom/drawmethods.c:
297         * gst/goom/drawmethods.h:
298         * gst/goom/filters.c:
299         * gst/goom/filters_mmx.s:
300         * gst/goom/flying_stars_fx.c:
301         * gst/goom/goom.h:
302         * gst/goom/goom_config.h:
303         * gst/goom/goom_config_param.h:
304         * gst/goom/goom_core.c:
305         * gst/goom/goom_filters.h:
306         * gst/goom/goom_fx.h:
307         * gst/goom/goom_graphic.h:
308         * gst/goom/goom_plugin_info.h:
309         * gst/goom/goom_tools.c:
310         * gst/goom/goom_tools.h:
311         * gst/goom/goom_typedefs.h:
312         * gst/goom/goom_visual_fx.h:
313         * gst/goom/graphic.c:
314         * gst/goom/ifs.c:
315         * gst/goom/ifs.h:
316         * gst/goom/lines.c:
317         * gst/goom/lines.h:
318         * gst/goom/mathtools.c:
319         * gst/goom/mathtools.h:
320         * gst/goom/mmx.c:
321         * gst/goom/motif_goom1.h:
322         * gst/goom/motif_goom2.h:
323         * gst/goom/plugin_info.c:
324         * gst/goom/ppc_drawings.h:
325         * gst/goom/ppc_zoom_ultimate.h:
326         * gst/goom/sound_tester.c:
327         * gst/goom/sound_tester.h:
328         * gst/goom/surf3d.c:
329         * gst/goom/surf3d.h:
330         * gst/goom/tentacle3d.c:
331         * gst/goom/tentacle3d.h:
332         * gst/goom/v3d.c:
333         * gst/goom/v3d.h:
334         * gst/goom/xmmx.c:
335           Add license headers in all source files. Remove filter.c from
336           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
337           which are not used right now. Fixes #557709.
338
339 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
340
341         Patch by: Olivier Crete <tester at tester dot ca>
342
343         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
344         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
345         Implement getcaps in rtpL16pay. Fixes #556484.
346
347 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
348
349         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
350         (gst_rtp_L16_depay_process):
351         Check if clock-rate and channels are valid.
352         Don't ignore the return value of setcaps.
353         No need to validate the buffer, the base class does that for us.
354         Use the marker bit to set the DISCONT flag on outgoing buffers.
355
356         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
357         Don't ignore the return value of set_outcaps.
358
359         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
360         (gst_rtp_ac3_depay_process):
361         Don't ignore the return value of set_caps.
362         No need to validate the buffer, the base class does that for us.
363
364         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
365         (gst_rtp_amr_depay_process):
366         * gst/rtp/gstrtpamrdepay.h:
367         Don't ignore the return value of setcaps.
368         No need to validate the buffer, the base class does that for us.
369         No need to set output caps on the buffers, the base class does that for
370         us.
371         The subclass will make sure we are negotiated.
372         
373         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
374         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
375         * gst/rtp/gstrtpdvdepay.h:
376         Clean up caps negotiation.
377         The subclass will make sure we are negotiated.
378
379         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
380         (gst_rtp_g726_depay_process):
381         Clean up caps negotiation.
382         Use the marker bit to set the DISCONT flag on outgoing buffers.
383
384         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
385         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
386         * gst/rtp/gstrtpg729depay.h:
387         The subclass will make sure we are negotiated.
388         Use the marker bit to set the DISCONT flag on outgoing buffers.
389
390         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
391         (gst_rtp_gsm_depay_process):
392         Clean up caps negotiation.
393         Use the marker bit to set the DISCONT flag on outgoing buffers.
394
395         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
396         Clean up caps negotiation.
397         Don't ignore the return value of set_outcaps.
398
399         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
400         (gst_rtp_h263_depay_process):
401         Clean up caps negotiation.
402         No need to validate the buffer, the base class does that for us.
403
404         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
405         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
406         * gst/rtp/gstrtph263pay.h:
407         Don't ignore the return value of set_outcaps.
408         Do some more timestamps.
409
410         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
411         (gst_rtp_h263p_depay_process):
412         Clean up caps negotiation.
413         Don't ignore the return value of setcaps.
414         No need to validate the buffer, the base class does that for us.
415
416         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
417         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
418         (gst_rtp_h263p_pay_handle_buffer):
419         * gst/rtp/gstrtph263ppay.h:
420         Don't ignore the return value of set_outcaps.
421         Do some more timestamps.
422
423         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
424         (gst_rtp_h264_depay_process):
425         Clean up caps negotiation.
426         Don't ignore the return value of setcaps.
427         Fix possible caps leak.
428         No need to validate the buffer, the base class does that for us.
429
430         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
431         Add some more debug info.
432
433         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
434         (gst_rtp_ilbc_depay_process):
435         Clean up caps negotiation.
436         Use the marker bit to set the DISCONT flag on outgoing buffers.
437
438         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
439         Clean up caps negotiation.
440
441         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
442         (gst_rtp_mp1s_depay_process):
443         Clean up caps negotiation.
444         Don't ignore the return value of setcaps.
445         No need to validate the buffer, the base class does that for us.
446         No need to set caps on buffers, subclass does that for us.
447
448         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
449         (gst_rtp_mp2t_depay_process):
450         Clean up caps negotiation.
451         Don't ignore the return value of setcaps.
452         No need to validate the buffer, the base class does that for us.
453         No need to set caps on buffers, subclass does that for us.
454
455         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
456         (gst_rtp_mp4a_depay_process):
457         Clean up caps negotiation.
458         Don't ignore the return value of setcaps.
459         No need to validate the buffer, the base class does that for us.
460
461         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
462         (gst_rtp_mp4a_pay_setcaps):
463         Don't ignore the return value of set_outcaps.
464
465         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
466         (gst_rtp_mp4g_depay_process):
467         Clean up caps negotiation.
468         Don't ignore the return value of setcaps.
469         No need to validate the buffer, the base class does that for us.
470         No need to set caps on buffers, subclass does that for us.
471
472         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
473         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
474         Don't ignore the return value of set_outcaps.
475
476         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
477         (gst_rtp_mp4v_depay_process):
478         Clean up caps negotiation.
479         Don't ignore the return value of setcaps.
480         No need to validate the buffer, the base class does that for us.
481         No need to set caps on buffers, subclass does that for us.
482
483         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
484         (gst_rtp_mp4v_pay_setcaps):
485         Don't ignore the return value of set_outcaps.
486
487         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
488         (gst_rtp_mpa_depay_process):
489         Clean up caps negotiation.
490         Don't ignore the return value of setcaps.
491         No need to validate the buffer, the base class does that for us.
492         Use the marker bit to set the DISCONT flag on outgoing buffers.
493
494         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
495         Don't ignore the return value of set_outcaps.
496
497         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
498         (gst_rtp_mpv_depay_process):
499         Clean up caps negotiation.
500         Actually set output caps.
501         No need to validate the buffer, the base class does that for us.
502
503         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
504         Don't ignore the return value of set_outcaps.
505
506         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
507         (gst_rtp_pcma_depay_process):
508         Clean up caps negotiation.
509         Set output buffer duration because we can.
510         Use the marker bit to set the DISCONT flag on outgoing buffers.
511
512         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
513         Don't ignore the return value of set_outcaps.
514
515         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
516         (gst_rtp_pcmu_depay_process):
517         Clean up caps negotiation.
518         Use the marker bit to set the DISCONT flag on outgoing buffers.
519
520         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
521         Don't ignore the return value of set_outcaps.
522
523         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
524         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
525         Clean up caps negotiation.
526         Set output caps on the pad and header buffers.
527         Set duration on output buffers because we can.
528
529         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
530         Don't ignore the return value of set_outcaps.
531
532         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
533         (gst_rtp_sv3v_depay_process):
534         Clean up caps negotiation.
535         No need to validate the buffer, the base class does that for us.
536         No need to set caps out output buffers, subclass does that.
537
538         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
539         (gst_rtp_theora_depay_process):
540         Don't ignore the return value of setcaps.
541         No need to validate the buffer, the base class does that for us.
542
543         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
544         (gst_rtp_theora_pay_flush_packet), (encode_base64),
545         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
546         (gst_rtp_theora_pay_handle_buffer):
547         Don't ignore the return value of set_outcaps.
548
549         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
550         (gst_rtp_vorbis_depay_process):
551         Don't ignore the return value of setcaps.
552         No need to validate the buffer, the base class does that for us.
553
554         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
555         Don't ignore the return value of set_outcaps.
556
557         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
558         Clean up caps negotiation, don't ignore setcaps return.
559
560         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
561         Don't ignore the return value of set_outcaps.
562
563 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
564
565         * gst/matroska/matroska-demux.c:
566         (gst_matroska_demux_handle_src_event):
567         Forward unknown events upstream.
568
569 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
570
571         * tests/check/elements/icydemux.c: (icydemux_found_pad):
572         Add some refcount check
573
574         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
575         Don't ignore the result of write(), fixes a  compiler warning for me.
576
577         * tests/icles/videobox-test.c: (main):
578         Make the output a little more pretty.
579
580 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
581
582         * ext/esd/esdmon.c:
583           Add doc blob.
584
585 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
586
587         * docs/plugins/Makefile.am:
588         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
589         * docs/plugins/gst-plugins-good-plugins-sections.txt:
590         * docs/plugins/gst-plugins-good-plugins.args:
591         * docs/plugins/gst-plugins-good-plugins.hierarchy:
592         * docs/plugins/gst-plugins-good-plugins.interfaces:
593         * docs/plugins/inspect/plugin-autodetect.xml:
594           Add the docs of the new elements.
595
596 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
597
598         * gst/autodetect/gstautoaudiosrc.c:
599         (gst_auto_audio_src_class_init):
600         * gst/autodetect/gstautovideosrc.c:
601         (gst_auto_video_src_class_init):
602         Fix "Since" tags in the documentation.
603
604 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
605
606         Patch by: Sjoerd Simons <sjoerd at luon dot net>
607
608         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
609         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
610         Add support for souphttpsrc to act as a live source. This makes it
611         possible to get timestamped buffers in combination with the
612         "do-timestamp" property. Fixes bug #556019.
613
614 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
615
616         * gst/autodetect/Makefile.am:
617         * gst/autodetect/gstautoaudiosink.c:
618         * gst/autodetect/gstautoaudiosrc.c:
619         * gst/autodetect/gstautoaudiosrc.h:
620         * gst/autodetect/gstautodetect.c:
621         * gst/autodetect/gstautovideosink.c:
622         * gst/autodetect/gstautovideosrc.c:
623         * gst/autodetect/gstautovideosrc.h:
624           Implement src plugins. Little code/string cleanup in the sinks.
625           Fixes #523813.
626
627 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
628
629         Patch by: Peter Kjellerstedt <pkj at axis com>
630
631         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
632         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
633         Fix a memory leak when pads are requested but the pipeline never
634         goes into PLAYING.
635
636         Correctly remove request pads, no matter if they have collected
637         data or not.
638
639         Fixes bug #557710.
640
641 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
642
643         Patch by: <lrn1986 at gmail dot com>
644
645         * gst/udp/gstudpnetutils.h:
646         Define the correct WINVER so getaddinfo() can be used when using
647         mingw32. Fixes bug #557294.
648
649 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
650
651         Patch by: <lrn1986 at gmail dot com>
652
653         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
654         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
655         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
656         Fix "argument type mismatch" compiler warnings on Windows.
657         Fixes bug #557293.
658
659 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
660
661         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
662         Don't calculate the filter coefficients for every single buffer
663         but only when it's needed. Fixes bug #557260.
664
665 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
666
667         * configure.ac:
668         Back to development -> 0.10.11.1
669
670 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
671
672         * gst-plugins-good.doap:
673         Fix version number of 0.10.11 release in doap file
674
675 === release 0.10.11 ===
676
677 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
678
679         * configure.ac:
680           releasing 0.10.11, "Secondary Consideration"
681
682 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
683
684         * configure.ac:
685         Commit 0.10.10.4 pre-release
686
687 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
688
689         * gst/avi/gstavimux.c:
690         Fix VPRP chunk setup in avimux.
691         Fixes: #556010
692         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
693
694 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
695
696         * gst/videobox/gstvideobox.c:
697         support dynamically changing properties in videobox
698         Fixed: #557085
699         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
700
701 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
702
703         * configure.ac:
704         0.10.10.3 pre-release
705
706 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
707
708         * tests/check/Makefile.am:
709         Don't run the states test on pulsesrc and pulsesink
710
711 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
712
713         * configure.ac:
714         Commit 0.10.10.2 pre-release bump that actually went
715         out on 2008-10-11
716
717 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
718
719         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
720         Skip entries for streams that don't have a output pad yet, thereby
721         avoiding calling pad functions with a NULL pad.
722         Fixes #556424
723
724 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
725
726         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
727         * tests/check/elements/icydemux.c: (icydemux_found_pad):
728         Remove problematic and useless refcount check.
729         Fixes #556381
730
731 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
732
733         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
734         Remove problematic and useless refcount check.
735         Fixes #556381
736
737 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
738
739         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
740         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
741         Cast some size_t arguments to guint to avoid compiler
742         warnings on 64-bit systems.
743
744 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
745
746         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
747         Return TRUE instead of FALSE from the event handler when we swallowed the
748         event.
749
750 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
751
752         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
753         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
754         Reset header state. Fixes #555321.
755
756 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
757
758         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
759         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
760         * gst/avi/gstavidemux.h:
761         For timestamping audio packets we need to take into account the
762         amount of blocks in one entry using the blockalign. Fixes some sync
763         issues with zero-padded audio blocks in the beginning of avi files.
764
765 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
766
767         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
768         (gst_multi_file_src_query):
769         Implement DEFAULT and BUFFER position queries. See #555260.
770
771 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
772
773         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
774         Fix build for systems that don't have XDamage.
775
776 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
777
778         * tests/examples/rtp/client-H263p.sdp:
779         * tests/examples/rtp/client-H263p.sh:
780         * tests/examples/rtp/server-VTS-H263p.sh:
781         Add some more H263p server and client examples.
782
783 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
784
785         * configure.ac::
786           Depend on released versions of core and base.
787
788 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
789
790         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
791         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
792         Return -1 instead of 0 in error cases. Fixes #554771.
793
794 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
795
796         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
797         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
798         Stop leaking the cursor image.
799         Unref the last_ximage and the cached cursor image on shutdown.
800         Fixes #551570.
801
802 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
803
804         * sys/v4l2/gstv4l2object.h:
805         Getting the Class from an instance is not just a matter of casting it to
806         the class struct but it involves calling G_OBJECT_GET_CLASS on the
807         instance. Fixes #549784.
808
809 2008-10-01  Michael Smith <msmith@songbirdnest.com>
810
811         * configure.ac:
812           Fix libs for linking directsound.
813         * sys/directsound/gstdirectsoundsink.c:
814           Fix buffer sizing to prevent racing the ringbuffer at startup.
815           Add volume property.
816
817 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
818
819         * ext/pulse/pulsesink.c:
820         Fix problems with pulsesink randomly erroring with code 'OK' after a
821         format change on the stream by waiting when disconnecting the stream.
822
823 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
824
825         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
826         (gst_rtp_amr_depay_process):
827         Mark DISCONT on output buffers when the marker bit signals a new talk
828         spurt.
829
830         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
831         Set the marker bit for buffers with a DISCONT flag to signal a talk
832         spurt.
833
834 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
835
836         * gst/rtp/Makefile.am:
837         * gst/rtp/gstrtp.c: (plugin_init):
838         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
839         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
840         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
841         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
842         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
843         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
844         * gst/rtp/gstrtpmp4apay.h:
845         Added MP4A-LATM payloader to match the depayloader.
846
847 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
848
849         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
850         (gst_videomixer_sink_event):
851         Handle segments a little better. Fixes #537361.
852
853 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
854
855         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
856         Don't assume the server supports PAUSE by default. Fixes #551048.
857
858 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
859
860         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
861         (gst_udpsrc_set_uri), (gst_udpsrc_start):
862         Switch on the socket family to get the addrlen size right.
863
864 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
865
866         Patch by: Daniel Franke <df at dfranke dot us>
867
868         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
869         OS X's bind() implementation is picky about its addrlen parameter and
870         fails with EINVAL if it is larger than expected for the socket's address
871         family. Set the length to the expected length instead. Fixes #553191.
872
873 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
874
875         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
876         Handle the case where we cannot do desribe or when the describe result
877         does not contain a valid SDP message.
878
879 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
880
881         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
882         Fix setting the qos.
883
884 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
885
886         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
887         (gst_qtdemux_chain):
888         Some 'broken' files out there have atom lengths of zero...
889         which basically results in qtdemux consuming that atom again and again
890         until the *end of night* !
891         Detect that and emits an adequate element error message.
892
893 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
894
895         * gst/interleave/Makefile.am:
896         * gst/matroska/Makefile.am:
897         Fix build flags order.
898
899         * tests/check/elements/audioamplify.c: (GST_START_TEST):
900         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
901         * tests/check/elements/audioinvert.c: (GST_START_TEST):
902         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
903         Format fixes.
904
905         * tests/check/elements/multifile.c:
906         Pull in unistd.h
907
908 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
909
910         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
911         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
912         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
913         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
914         (gst_rtp_mp4g_depay_change_state):
915         * gst/rtp/gstrtpmp4gdepay.h:
916         Handle interleaved streams by reordering AU in a queue.
917
918 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
919
920         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
921         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
922         Change some of the ranges in the caps, mostly for the amount of bits we
923         can use.
924         Added a little bitstream parse and use it to parse the AU header fields.
925         Check for malformed and wrongly sized packets better.
926         Implement more header field parsing.
927         Handle the size of fragmented packets correctly.
928
929 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
930
931         Patch by: Jonathan Matthew <notverysmart@gmail.com>
932         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
933         Add mapping for 'tiff' => image/tiff
934         Fixes #552213
935
936 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
937
938
939         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
940         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
941           Pretend to care about the result of write() which works around
942           compiler warnings.
943
944 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
945
946         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
947           Make sure the desired default values are actually set, not only
948           registered as defaults (actual problem is that the stereo-specific
949           values are only updated if channels==2, which is not the case yet
950           when the object is created, so the default values for the
951           mid-side-stereo and loose-mid-side-stereo settings are never
952           set in _update_quality()). Makes flacenc create smaller files by
953           default (for stereo input), and fixes #550791.
954
955 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
956
957         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
958         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
959         (qtdemux_parse_trak), (qtdemux_video_caps):
960         * gst/qtdemux/qtdemux.h:
961         * gst/qtdemux/qtdemux_fourcc.h:
962         * gst/qtdemux/qtdemux_types.c:
963         Add support for video/mj2 mime-type and its additional atoms/boxes.
964         Fixes #550646.
965
966 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
967
968         * gst/debug/gsttaginject.c:
969           Add warning when tags parameter is unparsable and give example for
970           quoting in the docs.
971
972 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
973
974         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
975         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
976         Add some alternative byteswapped mappings that seem to pop up sometimes.
977         Fixes #550288.
978
979 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
980
981         * po/LINGUAS:
982         * po/POTFILES.in:
983         * po/POTFILES.skip:
984           Add 'ca' to LINGUAS; add some more files with translations and some
985           files which should be ignored by translation tools.
986
987 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
988
989         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
990         * ext/speex/gstspeexdec.h:
991         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
992         * ext/speex/gstspeexenc.h:
993         Use integer encoding and decoding functions instead of converting
994         the integer input to float in the element. The libspeex integer
995         functions are doing this for us already or, if libspeex was compiled
996         in integer mode, they're doing everything using integer arithmetics.
997         Also saves some copying around.
998
999 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1000
1001         * configure.ac:
1002           Fix --disable-external
1003
1004 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1005
1006         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1007         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1008         * ext/wavpack/gstwavpackenc.h:
1009         Handle non-zero start timestamps and stream discontinuities
1010         correctly. This only has an effect if we're muxing into
1011         a container format as the raw WavPack stream must contain
1012         continous sample numbers.
1013
1014 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1015
1016         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1017         Correct the timestamp and granulepos calculation by one Speex
1018         frame.
1019
1020 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1021
1022         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1023         Correctly take the granulepos from upstream if possible and
1024         correctly handle the granulepos in various calculations: the
1025         granulepos is the sample number of the _last_ sample in a frame, not
1026         the first.
1027
1028         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1029         (gst_speex_enc_encode), (gst_speex_enc_chain),
1030         (gst_speex_enc_change_state):
1031         * ext/speex/gstspeexenc.h:
1032         Handle non-zero start timestamps in the encoder and detect/handle
1033         stream discontinuities. Fixes bug #547075.
1034
1035 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1036
1037         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1038
1039         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1040         Fix compiler warnings caused by passing a string as format string
1041         instead of "%s" and then the string. This is only exposed by -Wformat=2
1042         as used by default on Ubuntu. Fixes bug #550015.
1043
1044 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1045
1046         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1047         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1048         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1049         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1050         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1051           (gst_ebml_read_element_length):
1052         * gst/matroska/matroska-demux.c:
1053           (gst_matroska_demux_check_subtitle_buffer):
1054           Make stuff compile with GST_DISABLE_GST_DEBUG.
1055
1056 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1057
1058         * gst/law/alaw.c:
1059         * gst/law/mulaw.c:
1060           Ref caps before passing to gst_pad_template_new(), since that takes
1061           ownership.
1062
1063 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1064
1065         Patch by: Mersad Jelacic <mersad at axis dot com>
1066
1067         * gst/multipart/multipartdemux.c:
1068         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1069         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1070         demuxer. Fixes #549551.
1071
1072 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1073
1074         * sys/osxaudio/gstosxaudiosink.c:
1075         (gst_osx_audio_sink_select_device):
1076         * sys/osxaudio/gstosxaudiosrc.c:
1077         (gst_osx_audio_src_create_ringbuffer),
1078         (gst_osx_audio_src_select_device):
1079         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1080         Fix the build on macosx.
1081
1082 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1083
1084         * gst/icydemux/gsticydemux.c:
1085           Small docs fix: in the example pipeline, we need to pass
1086           iradio-mode=true to the source, so the server actually sends
1087           an ICY stream.
1088
1089 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1090
1091         * sys/osxaudio/gstosxaudio.c:
1092           Oops. Revert more completely.
1093
1094 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1095
1096         * sys/osxaudio/gstosxaudio.c:
1097           Revert accidental element rename from testing.
1098
1099 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1100
1101         * gst-plugins-good.doap:
1102         Pull in 0.10.10 doap entry from release branch
1103
1104 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1105
1106         * configure.ac:
1107         Update version number to reflect 0.10.10 release from
1108         branch.
1109
1110 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1111
1112         * sys/osxaudio/Makefile.am:
1113         * sys/osxaudio/gstosxaudio.c:
1114         * sys/osxaudio/gstosxaudiosink.c:
1115         * sys/osxaudio/gstosxaudiosink.h:
1116         * sys/osxaudio/gstosxaudiosrc.c:
1117         * sys/osxaudio/gstosxaudiosrc.h:
1118         * sys/osxaudio/gstosxringbuffer.c:
1119         * sys/osxaudio/gstosxringbuffer.h:
1120           Rewrite caps setting and ring buffer initialisation.
1121           Previously we never told CoreAudio what format we were going to send it,
1122           so it only worked due to luck, and not at all on some hardware.
1123           Now we explicitly advertise what formats the hardware supports, and then
1124           configure the selected one correctly.
1125
1126 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1127
1128         * sys/v4l2/gstv4l2object.c:
1129         * sys/v4l2/gstv4l2src.c:
1130         * sys/v4l2/gstv4l2src.h:
1131         * sys/v4l2/v4l2_calls.c:
1132         * sys/v4l2/v4l2src_calls.c:
1133           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1134           need to memset instance structures. Some more FIXME's and comments.
1135
1136 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1137
1138         * tests/icles/.cvsignore:
1139           Ignore more.
1140
1141 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1142
1143         * gst/goom/.cvsignore:
1144         * gst/goom2k1/.cvsignore:
1145           Ignore files.
1146
1147 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1148
1149         * ext/cairo/gsttextoverlay.c:
1150           Fix compiler warning.
1151
1152 2008-08-25  David Schleef  <ds@schleef.org>
1153
1154         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1155
1156 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1157
1158         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1159         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1160         * gst/matroska/matroska-mux.c:
1161         (gst_matroska_mux_video_pad_setcaps),
1162         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1163         Add Real[Audio|Video] support to Matroska containers.
1164         It works fine for:
1165         * decoding real audio/video streams contained in mkv
1166         * 'transmuxing' real (.rm) files into .mkv files
1167         It will not work though for encoding real[audio/video] streams that
1168         don't contain the 'mdpr_data' extra data on the caps.
1169         The reason why this will not work is because I never intended to
1170         duplicate virtually all the 'mdpr' block creation into mkvmux.
1171         Fixes #536067
1172
1173 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1174
1175         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1176         * gst/law/mulaw-conversion.c:
1177         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1178         (gst_mulawenc_chain):
1179         The encoder can't really renegotiate at the time they perform a
1180         pad-alloc so make the srcpads use fixed caps.
1181         Check the buffer size after a pad-alloc because the returned size might
1182         not be right when the downstream element does not know the size of the
1183         new buffer (capsfilter). Fixes #549073.
1184
1185 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1186
1187         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1188
1189         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1190         v4l2src doesn't have a property named "norm" so don't try to notify
1191         about changes to that property. The "norm" property and related
1192         code are commented out currently. Fixes bug #549090.
1193
1194 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1195
1196         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1197
1198         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1199         Reprobe devices again instead of taking a cached list as new
1200         devices could've been plugged in. Fixes bug #549062.
1201
1202 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1203
1204         * gst/autodetect/Makefile.am:
1205         Don't link the autodetect plugin with GConf as it doesn't
1206         use GConf. Fixes bug #545463.
1207
1208 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1209
1210         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1211         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1212         (gst_ebml_read_sint), (gst_ebml_read_float),
1213         (gst_ebml_read_header):
1214         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1215         possible to ignore errors and not post any ERROR messages on
1216         the bus.
1217
1218         * gst/matroska/matroska-demux.c:
1219         (gst_matroska_demux_parse_contents):
1220         Ignore any errors and not just EOS when parsing the contents of
1221         a SeekHead. Errors here are usually caused by truncated files
1222         and playback of the file works fine. Fixes playback of the
1223         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1224         archive.
1225
1226 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1227
1228         * gst/multipart/multipartdemux.c:
1229         * gst/multipart/multipartmux.c:
1230         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1231
1232 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1233
1234         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1235           gst_directdraw_sink_bufferpool_clear):
1236           Fix two more buffer ref leaks.
1237
1238 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1239
1240         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1241
1242         * sys/directdraw/gstdirectdrawsink.c:
1243           (gst_directdraw_sink_show_frame):
1244           Fix buffer ref leak.
1245
1246 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1247
1248         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1249         Revert the last commit. wavenc still supports width!=depth for 32 bit
1250         width. Thanks Tim.
1251
1252 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1253
1254         * gst/matroska/matroska-demux.c:
1255         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1256         If the duration of a block is unknown only use the timestamp for the
1257         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1258         laces. Otherwise every lace has the same timestamp which leads to
1259         various problems. Really fixes bug #548831.
1260
1261 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1262
1263         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1264         If we're not allowing width!=depth in wavenc we should also disable
1265         the code that was added to support width!=depth.
1266
1267 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1268
1269         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1270         Don't calculate the default duration of a frame from the audio sampling
1271         rate. This only works for raw audio if every frame contains a single
1272         sample and results in broken buffer durations for other formats
1273         if no specified default duration is given or the blocks have no
1274         duration. Fixes bug #548831.
1275
1276 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1277
1278         * gst/matroska/matroska-demux.c:
1279         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1280         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1281         are used for text/plain subtitles as a gap-filler in some files.
1282
1283 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1284
1285         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1286         (gst_v4l2_get_caps_info):
1287         Add S910 and PWC formats with a low priority.
1288
1289         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1290         (gst_v4l2src_probe_caps_for_format):
1291         Add more debugging.
1292
1293 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1294
1295         * ext/flac/gstflacenc.c:
1296           Fix compilation against older libflac versions.
1297
1298 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1299
1300         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1301         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1302         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1303         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1304         (gst_pulsemixer_ctrl_set_volume):
1305         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1306         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1307         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1308         (gst_pulsesink_init), (gst_pulsesink_open),
1309         (gst_pulsesink_prepare), (gst_pulsesink_write),
1310         (gst_pulsesink_delay), (gst_pulsesink_reset):
1311         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1312         (gst_pulsesrc_init):
1313         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1314         Fix a locking issue in pulsesink's prepare function.
1315
1316         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1317         Check if the created channel layout is valid for GStreamer.
1318
1319 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1320
1321         * gst/rtsp/gstrtspgoogle.c:
1322         Things that can happen when your brain is in google mode trying to
1323         deal with their google rtsp server extensions and trying to type your
1324         google mail account.
1325
1326 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1327
1328         * gst/rtsp/Makefile.am:
1329         * gst/rtsp/gstrtsp.c: (plugin_init):
1330         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1331         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1332         (_do_init), (gst_rtsp_google_base_init),
1333         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1334         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1335         (gst_rtsp_google_extension_init):
1336         * gst/rtsp/gstrtspgoogle.h:
1337         Add google RTSP extension, it can only handle udp and responds with
1338         unsupported if we do anything else. Fixes #546465.
1339
1340         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1341         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1342         (gst_rtspsrc_create_transports_string),
1343         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1344         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1345         Make transport setup code a bit better using GString.
1346         Add some more debug.
1347         Check for closed connections before doing anything on them.
1348
1349 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1350
1351         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1352         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1353         (gst_pulsesrc_prepare):
1354         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1355         (gst_pulse_channel_map_to_gst):
1356         * ext/pulse/pulseutil.h:
1357         If downstream provides no channel layout and >2 channels should be
1358         used use the default layout that pulseaudio chooses and also
1359         add this layout to the caps. Fixes bug #547258.
1360
1361 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1362
1363         Patch by: Peter Kjellerstedt <pkj at axis com>
1364
1365         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1366         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1367         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1368         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1369         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1370         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1371         (gst_udpsrc_set_property):
1372         Avoid leaking internally allocated file descriptors when setting
1373         custom file descriptors. Fixes #543101.
1374
1375 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1376
1377         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1378         Don't try to configure RTCP back to the server when the server did not
1379         give us a valid port number.
1380
1381 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1382
1383         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1384         Use new basetransform method to renegotiate. Fixes #544956.
1385
1386         * tests/icles/Makefile.am:
1387         * tests/icles/videobox-test.c: (make_pipeline), (main):
1388         Add videobox renegotiation example.
1389
1390 2008-08-19  David Schleef  <ds@schleef.org>
1391
1392         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1393         with sane values.  Fixes #548530.
1394
1395 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1396
1397         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1398         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1399         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1400         are already filled with the correct values by
1401         gst_ring_buffer_parse_caps() so there's no need to set them again
1402         with wrong values.
1403
1404 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1405
1406         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1407         (gst_avi_demux_read_subindexes_push):
1408         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1409         and instead of using the 'ix##' nomenclature, use '##ix'.
1410         They're still valid though, this fixes the duration and indexes for
1411         virtually all the ODML files I have.
1412
1413 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1414
1415         Patch by: Olivier Crete <tester at tester dot ca>
1416
1417         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1418         (gst_rtp_vorbis_depay_process):
1419         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1420         Update the vorbis RTP pay/depay to RFC 5215.
1421         Fixes #547842.
1422
1423 2008-08-14  David Schleef  <ds@schleef.org>
1424
1425         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1426           with 3:2 pulldown, i.e., 24p.
1427
1428 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1429
1430         * tests/check/elements/level.c: (GST_START_TEST):
1431         Fix compilation some more.
1432
1433 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1434
1435         * configure.ac::
1436           Require -base CVS for wavparse acid chunk parsing.
1437
1438 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1439
1440         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1441         (gst_pulsesink_init), (gst_pulsesink_finalize),
1442         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1443         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1444         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1445         * ext/pulse/pulsesink.h:
1446         Add "device-name" property to pulsesink too and currently commented
1447         out and not working support for a "volume" property.
1448
1449 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1450
1451         * configure.ac:
1452         Remove more cdio stuff (moved to ugly)
1453
1454 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1455
1456         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1457
1458         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1459         (gst_pulsesrc_get_property):
1460         Add "device-name" property, which provides a human readable string
1461         for the audio device, to make it more consisten with other audio
1462         sources. Fixes bug #547519.
1463
1464 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1465
1466         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1467         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1468         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1469         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1470         * ext/pulse/pulsemixerctrl.h:
1471         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1472         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1473         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1474         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1475         * ext/pulse/pulseprobe.h:
1476         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1477         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1478         (gst_pulsesrc_change_state):
1479         Improve debugging a bit by including the parent object in pulsemixerctrl
1480         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1481         GST_WARNING.
1482
1483         Use the parent GObject subclass instead of a random struct as GObject
1484         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1485         when probing for another property than "device".
1486
1487 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1488
1489         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1490
1491         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1492         Fix property probing after the device property is set by calling
1493         set_server when the server property changes. Fixes bug #547518.
1494
1495 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1496
1497         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1498
1499         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1500         (gst_pulsesink_implements_interface_init),
1501         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1502         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1503         (gst_pulsesink_get_type):
1504         * ext/pulse/pulsesink.h:
1505         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1506         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1507         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1508         * ext/pulse/pulsesrc.h:
1509         Implement GstPropertyProbe interface on pulsesink for detecting
1510         sink devices and on pulsesrc for detecting source devices.
1511         Fixes bugs #547227 and #547217.
1512
1513 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1514
1515         * gst/spectrum/gstspectrum.c:
1516           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1517
1518 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1519
1520         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1521         Properly set the maximum latency value, in the same way it is done in
1522         v4lsrc.
1523         * sys/v4l2/v4l2src_calls.c:
1524         Simplify fraction equality check, no need to use GValues for this.
1525
1526 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1527
1528         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1529         Add warning messages stating exactly why the latency query failed.
1530         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1531         In some cases, the negotiated framerate might be the default one which
1532         is already set internally. But we still need to mark it down in fps_n
1533         and fps_d so that the latency query can happen properly.
1534
1535 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1536
1537         * docs/plugins/inspect/plugin-1394.xml:
1538         Whoops, forgot one doc file for people who can't/don't build the
1539         raw1394 plugin.
1540
1541 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
1542
1543         * docs/plugins/Makefile.am:
1544         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1545         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1546         * docs/plugins/inspect/plugin-cdio.xml:
1547         * ext/Makefile.am:
1548         * ext/cdio/Makefile.am:
1549         * ext/cdio/gstcdio.c:
1550         * ext/cdio/gstcdio.h:
1551         * ext/cdio/gstcdiocddasrc.c:
1552         * ext/cdio/gstcdiocddasrc.h:
1553
1554         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
1555         CDDA source to -ugly.
1556
1557         * po/LINGUAS:
1558         * po/POTFILES.in:
1559         * po/id.po:
1560         Pull in new translation from 0.10.9.2 release branch.
1561
1562 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1563
1564         * docs/plugins/Makefile.am:
1565         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1566         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1567         * docs/plugins/gst-plugins-good-plugins.args:
1568         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1569         * docs/plugins/gst-plugins-good-plugins.interfaces:
1570         Integrate documentation for new hdv1394src element.
1571
1572 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1573
1574         * ext/raw1394/Makefile.am:
1575         * ext/raw1394/gst1394.c: (plugin_init):
1576         * ext/raw1394/gsthdv1394src.c: (_do_init),
1577         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
1578         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
1579         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
1580         (gst_hdv1394src_from_raw1394handle),
1581         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
1582         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
1583         (gst_hdv1394src_start), (gst_hdv1394src_stop),
1584         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
1585         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
1586         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
1587         (gst_hdv1394src_uri_handler_init):
1588         * ext/raw1394/gsthdv1394src.h:
1589         mpeg2-ts (HDV) variant of firewire capture element.
1590         Fixes #350830
1591
1592 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1593
1594         * gst/level/gstlevel.c: (gst_level_message_new):
1595          Fix compilation (also known as the classic 'fix code that someone
1596          committed without compiling it first').
1597
1598 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1599
1600         * tests/check/elements/level.c:
1601           Add a test for level in stereo mode.
1602
1603 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1604
1605         * tests/examples/spectrum/demo-audiotest.c:
1606         * tests/examples/spectrum/demo-osssrc.c:
1607           Demo how to draw analyzer results synced to the clock.
1608
1609 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1610
1611         * gst/level/gstlevel.c:
1612           Little renaming (l -> level).
1613
1614         * gst/spectrum/gstspectrum.c:
1615         * gst/spectrum/gstspectrum.h:
1616           Also send full timestamp/duration details here.
1617
1618 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1619
1620         * gst/level/gstlevel.c:
1621         * gst/level/gstlevel.h:
1622           Send same timestamp/duration details as videoanalysis. This gives
1623           applications better chance to sync analysis results with playback.
1624
1625 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1626
1627         * gst/matroska/matroska-mux.c:
1628         (gst_matroska_mux_handle_sink_event),
1629         (flac_streamheader_to_codecdata):
1630         We need to drop one additional buffer for FLAC as the fLaC
1631         marker and STREAMINFO block are merged into one buffer in the caps.
1632
1633         Also don't pretend to support NEWSEGMENT events, otherwise we
1634         will most probably write some invalid data.
1635
1636 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1637
1638         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
1639         (gst_matroska_mux_audio_pad_setcaps):
1640         Add support for muxing FLAC into Matroska containers.
1641         Fixes bug #311586.
1642
1643 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1644
1645         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
1646         Actually provide the variables required for the format string.
1647
1648 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1649
1650         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1651         (gst_matroska_demux_element_send_event),
1652         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
1653         * gst/matroska/matroska-demux.h:
1654         Close the current segment if we're doing a non-flushing seek and send
1655         the close-segment and the new segment of the seek from the streaming
1656         thread.
1657
1658 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1659
1660         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
1661         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
1662         (gst_flac_enc_change_state):
1663         * ext/flac/gstflacenc.h:
1664         Handle non-zero start timestamps correctly, mark header packets as
1665         IN_CAPS and print a warning and suggest using audiorate if stream
1666         discontinuities are detected. When FLAC supports flushing the encoder
1667         somehow this should be done for discontinuities instead.
1668
1669         Remove some unused variables from the instance struct.
1670
1671 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1672
1673         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
1674         If seeking failed return the appropiate return value to FLAC.
1675         Otherwise it thinks seeking was successfull and tries to rewrite
1676         parts of the headers which then get appended to the output.
1677
1678 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1679
1680         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1681
1682         * ext/esd/gstesd.c: (plugin_init):
1683         * ext/flac/gstflac.c: (plugin_init):
1684         * ext/shout2/gstshout2.c: (plugin_init):
1685         * ext/wavpack/gstwavpack.c: (plugin_init):
1686         * sys/oss/gstossaudio.c: (plugin_init):
1687         * sys/v4l2/gstv4l2.c: (plugin_init):
1688         Make sure gettext returns translations in UTF-8 encoding rather
1689         than in the current locale encoding (#546822).
1690
1691 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1692
1693         * ext/flac/gstflacdec.c:
1694         Add FIXME for 0.11 to simply output everything with width=32 as given
1695         by FLAC and let audioconvert handle the conversions instead of doing
1696         them in flacdec.
1697
1698 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
1699
1700         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1701         When outputting a pad template range for the size, include a framerate
1702         range too, to avoid 'not a real subset of template caps' errors.
1703
1704 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1705
1706         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1707
1708         * ext/flac/Makefile.am:
1709         * ext/flac/gstflac.c: (plugin_init):
1710         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1711         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1712         (gst_flac_tag_dispose), (gst_flac_tag_init),
1713         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1714         (gst_flac_tag_change_state):
1715         * ext/flac/gstflactag.h:
1716         Port flactag to 0.10, add documentation for it and clean it up a bit.
1717         Fixes bug #413841.
1718
1719         * docs/plugins/Makefile.am:
1720         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1721         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1722         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1723         * docs/plugins/gst-plugins-good-plugins.interfaces:
1724         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1725         * docs/plugins/inspect/plugin-flac.xml:
1726         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1727         * ext/flac/gstflacdec.h:
1728         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1729         * ext/flac/gstflacenc.h:
1730         Add flactag and flacenc to the documentation and mark
1731         the private parts of the flacdec instance structure as private.
1732
1733         Also use gst_element_class_set_details_simple() in flacdec and
1734         flacenc.
1735
1736 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1737
1738         * gst/qtdemux/qtdemux.c:
1739           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1740           for it but ffmpeg does not.
1741
1742 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1743
1744         * gst/wavparse/gstwavparse.c:
1745           Handle the list chunk and use gst_riff_parse_info() to parse the info
1746           sub-chunk.
1747
1748 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1749
1750         * gst/wavparse/gstwavparse.c:
1751           Handle the acid chunk and send tempo as part of tags. Other fields are
1752           interesting too, but need more tag-definitions. Fixes #545433.
1753
1754 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1755
1756         * gst/wavparse/gstwavparse.c:
1757           Refactor wavparse. Call _reset() from dispose() and move old code from
1758           dispose into reset. This way we don't leak taglists when we abort
1759           parsing. Fix some comments. Move code for skipping a chunk into extra
1760           function. Replace chunk sizes with a const to ease readability.         
1761
1762 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1763
1764         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1765
1766         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1767         Improve udp port setup. Fixes #545710.
1768
1769 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1770
1771         * gst/rtp/Makefile.am:
1772         * gst/rtp/gstrtp.c: (plugin_init):
1773         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1774         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1775         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1776         (gst_rtp_mp1s_depay_set_property),
1777         (gst_rtp_mp1s_depay_get_property),
1778         (gst_rtp_mp1s_depay_change_state),
1779         (gst_rtp_mp1s_depay_plugin_init):
1780         * gst/rtp/gstrtpmp1sdepay.h:
1781         Add MP1S depayloader.
1782
1783         * gst/rtsp/URLS:
1784         Some more sample rtsp streams.
1785
1786 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1787
1788         * gst/rtsp/URLS:
1789         Add another URL.
1790
1791         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1792         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1793         Add some more debug info.
1794
1795 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1796
1797         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1798         Provide cbSize field for audio extra_data size, and take care to
1799         pad extra_data.
1800
1801 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1802
1803         * gst/qtdemux/qtdemux.c:
1804           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1805           TRUE.
1806
1807 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1808
1809         * gst/qtdemux/qtdemux.c:
1810         * gst/qtdemux/qtdemux_fourcc.h:
1811           Add keyword tag support. Fixes #520694 for qtdemux.
1812
1813 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1814
1815         * gst/qtdemux/qtdemux.c:
1816           Add support for tmpo tag (BPM).
1817
1818 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1819
1820         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1821         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1822         Set an estimate for the total number of samples that will be encoded
1823         if possible to help decoders if the streaminfo can't be rewritten
1824         later (like when muxing into Ogg containers).
1825
1826         Add a warning if we get header packets after data packets as those
1827         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1828         work.
1829
1830 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1831
1832         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1833         (gst_flac_dec_write):
1834         Support decoding of all depths between 4 and 32 bits and read the
1835         depth from the streaminfo header if needed. Also support all sampling
1836         rates between 1 and 655350 Hz.
1837
1838         * ext/flac/gstflacenc.c:
1839         (gst_flac_enc_caps_append_structure_with_widths),
1840         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
1841         (gst_flac_enc_chain):
1842         * ext/flac/gstflacenc.h:
1843         Support encoding in all bit depths supported by the streamable
1844         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
1845         between 1 Hz and 655350 Hz.
1846
1847 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1848
1849         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
1850         (gst_flac_enc_sink_getcaps):
1851         Support encoding of up to 8 channels.
1852
1853 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1854
1855         * ext/soup/gstsouphttpsrc.c:
1856         * ext/soup/gstsouphttpsrc.h:
1857         Fix seeking race condition in #540300
1858         Patch By: Wouter Cloetens  <wouter at mind be>
1859
1860 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1861
1862         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
1863         (gst_matroska_demux_element_send_event),
1864         (gst_matroska_demux_handle_seek_event),
1865         (gst_matroska_demux_handle_src_event):
1866         When receiving a SEEK event on a specific pad first search for a seek
1867         table entry for the stream of the pad and then fall back to an entry
1868         for a different stream.
1869
1870 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1871
1872         * configure.ac:
1873         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1874         * gst/matroska/matroska-ids.h:
1875         Build depend on core CVS for the attachment tag.
1876
1877 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1878
1879         * configure.ac:
1880         * gst/matroska/Makefile.am:
1881         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
1882         (copy_backptr), (lzo1x_decode), (main):
1883         * gst/matroska/lzo.h:
1884         * gst/matroska/matroska-demux.c:
1885         (gst_matroska_demux_read_track_encoding),
1886         (gst_matroska_decompress_data), (gst_matroska_decode_data),
1887         (gst_matroska_decode_buffer),
1888         (gst_matroska_decode_content_encodings),
1889         (gst_matroska_demux_read_track_encodings),
1890         (gst_matroska_demux_add_stream),
1891         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1892         * gst/matroska/matroska-ids.h:
1893         Decode the codec private data and following ContentEncoding if
1894         necessary.
1895
1896         Support bzip2, lzo and header stripped compression. For lzo use the
1897         ffmpeg lzo implementation as liblzo is GPL licensed.
1898         
1899         Fix zlib decompression.
1900
1901 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1902
1903         * gst/matroska/matroska-mux.c:
1904         (gst_matroska_mux_audio_pad_setcaps):
1905         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
1906         duration of a frame with the new mpegaudioversion caps field.
1907
1908 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1909
1910         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
1911         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
1912         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
1913         (gst_matroska_demux_stream_from_num),
1914         (gst_matroska_demux_tracknumber_unique),
1915         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
1916         (gst_matroska_demux_handle_seek_event),
1917         (gst_matroska_demux_sync_streams),
1918         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1919         (gst_matroska_demux_loop):
1920         * gst/matroska/matroska-demux.h:
1921         Allow an infinite number of stream inside Matroska containers and use
1922         a GPtrArray for storing them instead of allowing "only" 127 streams.
1923
1924 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1925
1926         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
1927         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
1928         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
1929         (gst_ebml_read_element_length), (gst_ebml_peek_id),
1930         (gst_ebml_read_get_length), (gst_ebml_read_skip),
1931         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
1932         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
1933         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
1934         (gst_ebml_read_master), (gst_ebml_read_binary),
1935         (gst_ebml_read_header):
1936         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
1937         (gst_ebml_write_element_size), (gst_ebml_write_uint),
1938         (gst_ebml_write_sint), (gst_ebml_write_ascii),
1939         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
1940         (gst_ebml_replace_uint):
1941         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1942         (gst_matroska_demux_read_track_encoding),
1943         (gst_matroska_demux_read_track_encodings),
1944         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
1945         (gst_matroska_demux_send_event),
1946         (gst_matroska_demux_element_send_event),
1947         (gst_matroska_demux_handle_seek_event),
1948         (gst_matroska_demux_handle_src_event),
1949         (gst_matroska_demux_init_stream),
1950         (gst_matroska_demux_parse_tracks),
1951         (gst_matroska_demux_parse_index_cuetrack),
1952         (gst_matroska_demux_parse_index_pointentry),
1953         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
1954         (gst_matroska_demux_parse_metadata_id_simple_tag),
1955         (gst_matroska_demux_parse_metadata_id_tag),
1956         (gst_matroska_demux_parse_metadata),
1957         (gst_matroska_demux_parse_attached_file),
1958         (gst_matroska_demux_parse_attachments),
1959         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
1960         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
1961         (gst_matroska_demux_push_flac_codec_priv_data),
1962         (gst_matroska_demux_push_xiph_codec_priv_data),
1963         (gst_matroska_demux_push_dvd_clut_change_event),
1964         (gst_matroska_demux_add_mpeg_seq_header),
1965         (gst_matroska_demux_add_wvpk_header),
1966         (gst_matroska_demux_check_subtitle_buffer),
1967         (gst_matroska_decode_buffer),
1968         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1969         (gst_matroska_demux_parse_cluster),
1970         (gst_matroska_demux_parse_contents_seekentry),
1971         (gst_matroska_demux_parse_contents),
1972         (gst_matroska_demux_loop_stream_parse_id),
1973         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
1974         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
1975         (gst_matroska_demux_subtitle_caps),
1976         (gst_matroska_demux_change_state):
1977         * gst/matroska/matroska-ids.c:
1978         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
1979         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
1980         (gst_matroska_mux_video_pad_setcaps),
1981         (xiph3_streamheader_to_codecdata),
1982         (vorbis_streamheader_to_codecdata),
1983         (theora_streamheader_to_codecdata),
1984         (gst_matroska_mux_audio_pad_setcaps),
1985         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1986         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
1987         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
1988         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
1989         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
1990         Fix indention everywhere. A broken indent version has added newlines
1991         after every single declaration some time ago.
1992
1993 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1994
1995         * gst/matroska/matroska-demux.c:
1996         (gst_matroska_demux_loop_stream_parse_id):
1997         If no Tracks are found error out instead of trying it again until the
1998         end of time.
1999
2000 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2001
2002         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2003         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2004         bit and signed otherwise, not the other way around.
2005
2006 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2007
2008         * gst/matroska/matroska-mux.c:
2009         Add more raw YUV formats to the list of supported formats.
2010
2011 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2012
2013         * gst/matroska/matroska-mux.c:
2014         (gst_matroska_mux_audio_pad_setcaps):
2015         Add support for muxing raw float audio now that the spec defines the
2016         endianness and add support for muxing raw integer audio with 24 and
2017         32 bits.
2018
2019         Allow muxing of more than 8 audio channels.
2020
2021 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2022
2023         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2024         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2025         Add locking to the global array of used track UIDs to prevent random
2026         crashes if more than a single matrosmux instance is used.
2027
2028         Use 64 bit values for the track UIDs.
2029
2030         Use the global GRandom of GLib instead of creating our own one
2031         for the few random numbers we need every single time.
2032
2033 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2034
2035         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2036         (gst_flac_dec_setup_stream_decoder),
2037         (gst_flac_dec_update_metadata):
2038         Always post the audio-codec tag, not only if other tags are present.
2039
2040 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2041
2042         * configure.ac:
2043         Back to development -> 0.10.9.1
2044
2045 === release 0.10.9 ===
2046
2047 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2048
2049         * configure.ac:
2050           releasing 0.10.9, "Steam Train Rolling"
2051
2052 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2053
2054         * ext/soup/gstsouphttpsrc.c:
2055         Don't throw an error when soup completes a msg with status
2056         'cancelled', as that indicates we cancelled a request while
2057         shutting down or seeking, and it's not an error.
2058         Fixes: #540300 again.
2059
2060 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2061
2062         * configure.ac:
2063         0.10.8.4 pre-release
2064
2065 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2066
2067         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2068         Fix segment-stop regression.
2069         Add documentation regarding segments in quicktime files by Wim Taymans.
2070         Fixes #544509
2071
2072 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2073
2074         * configure.ac:
2075         0.10.8.3 pre-release
2076
2077         * po/LINGUAS:
2078         * po/pt_BR.po:
2079         Add pt_BR translation
2080
2081 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2082
2083         * gst/goom/convolve_fx.c:
2084         * gst/goom/filters.c:
2085         * gst/goom/goom_config.h:
2086         * gst/goom/goom_core.c:
2087         * gst/goom/goom_tools.h:
2088           Fix build with MSVC: include glib.h to define inline appropriately,
2089           use header guards where needed.
2090         * gst/udp/gstudpnetutils.c:
2091         * gst/udp/gstudpsrc.c:
2092           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2093           g_snprintf rather than snprintf.
2094           Fixes #544433.
2095
2096 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2097
2098         * gst/debug/gsttaginject.c:
2099         * gst/debug/gsttaginject.h:
2100           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2101           partially.
2102
2103 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2104
2105         * configure.ac:
2106         0.10.8.2 pre-release
2107
2108 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2109
2110         * ext/Makefile.am:
2111         Finish hooking up pulseaudio plugin to the build.
2112
2113         * ext/pulse/pulsemixerctrl.c:
2114         Fix compilation error.
2115
2116 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2117
2118         * po/LINGUAS:
2119         * po/lt.po:
2120         Add new lithunian translation, and add french to the LINGUAS
2121         file.
2122
2123 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2124
2125         * ext/soup/gstsouphttpsrc.c:
2126         Fix Soup HTTP source seeking.
2127         Patch By: Wouter Cloetens  <wouter at mind be>
2128         Fixes: #540300
2129
2130         * tests/check/elements/.cvsignore:
2131         Ignore new check programs.
2132
2133 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2134
2135         * configure.ac:
2136         * docs/plugins/Makefile.am:
2137         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2138         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2139         * docs/plugins/gst-plugins-good-plugins.args:
2140         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2141         * docs/plugins/gst-plugins-good-plugins.interfaces:
2142         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2143         * docs/plugins/inspect/plugin-interleave.xml:
2144         * docs/plugins/inspect/plugin-replaygain.xml:
2145         * tests/check/Makefile.am:
2146
2147         Move replaygain and interleave plugins from -bad.
2148         Fixes: #543406
2149         Fixes: #536228
2150
2151 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2152
2153         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2154         (qtdemux_parse_trak):
2155         Revert ISO base media spec based pixel-aspect-ratio calculation.
2156         Fixes #543300.
2157
2158 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2159
2160         * sys/osxvideo/osxvideosink.m:
2161         Fix minor build issues on macosx.
2162         Fixes #543054
2163
2164 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2165
2166         * configure.ac::
2167         * ext/taglib/Makefile.am::
2168           Only use -Wno-attributes (which is there to work around a
2169           bug in the taglib 1.5 headers) if the c++ compiler actually
2170           supports it (#543255).
2171
2172 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2173
2174         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2175
2176         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2177           Avoid compiler warning by initialising variable to NULL (#543259).
2178
2179 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2180
2181         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2182         Don't pass NULL taglists to gst_tag_list_is_empty().
2183
2184 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2185
2186         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2187         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2188         (rtp_pipeline_run):
2189         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2190         Don't use declarations after statements.
2191
2192 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2193
2194         * ext/jpeg/gstjpegdec.c:
2195         Align documentation with reality.
2196
2197 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2198
2199         * gst/udp/gstudpnetutils.c:
2200         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2201         old value (1) if it's not defined which should not cause any problems
2202         as we're using it internal only anyway.
2203
2204 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2205
2206         Patch by: Alessandro Decina <alessandro at nnva dot org>
2207
2208         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2209         Fix build of avidemux on big endian architectures.
2210
2211 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2212
2213         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2214
2215         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2216         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2217
2218 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2219
2220         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2221         (qtdemux_parse_trak):
2222         Set pixel-aspect-ratio in caps using display width and height
2223         provided in track.
2224
2225 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2226
2227         * configure.ac:
2228         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2229         flags that are invalid for C++. Fixes bug #516509.
2230
2231 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2232
2233         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2234         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2235         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2236         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2237         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2238         * tests/examples/equalizer/demo.c: (message_handler):
2239         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2240         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2241         Don't use declarations after statements and variable length arrays.
2242
2243 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2244
2245         Patch by: Daniel Drake <dsd at gentoo dot org>
2246
2247         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2248         (gst_v4l2src_get_nearest_size):
2249         Try progressive video if interlaced fails. Fixes bug #541956
2250         and the usage of v4l2src on OLPC.
2251
2252 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2253
2254         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2255         (gst_rtp_speex_depay_process):
2256         * gst/rtp/gstrtpspeexdepay.h:
2257         Revert last change: Only the jitterbuffer is able to convert RTP to
2258         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2259         Reopens bug #541787.
2260
2261 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2262
2263         * gst/rtp/gstrtpvrawdepay.c:
2264           Include stdlib.h for atoi().
2265
2266         * gst/rtsp/gstrtspsrc.c:
2267           Use floating point math for latencies < 0 sec in log output.
2268
2269 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2270
2271         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2272
2273         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2274         (gst_rtp_speex_depay_process):
2275         * gst/rtp/gstrtpspeexdepay.h:
2276         Take timestamp from the RTP packet as a first step to fix problems
2277         with transmission over RTP when the network is not reliable.
2278         Fixes bug #541787.
2279
2280 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2281
2282         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2283
2284         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2285         Fix parsing of udp:// URIs containing IPv6 addresses.
2286         Fixes bug #541650.
2287
2288 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2289
2290         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2291         Do not leak incoming buffers.
2292
2293 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2294
2295         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2296
2297         * configure.ac:
2298         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2299         for htons() and htonl(). Fixes bug #541412.
2300
2301 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2302
2303         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2304         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2305         (gst_matroska_demux_element_query),
2306         (gst_matroska_demux_handle_src_query),
2307         (gst_matroska_demux_handle_seek_event):
2308         Handle position and duration query in DEFAULT format if the
2309         pad's track has a default frame duration set.
2310
2311         Fix seeking now that the segment's duration doesn't contain the
2312         (possibly wrong or inaccurate) duration of the Matroska file.
2313
2314 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2315
2316         * gst/matroska/ebml-read.c: (_ext2dbl):
2317         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2318         in math.h except on MSVC where it is defined in xmath.h.
2319         Fixes compilation with MSVC.
2320
2321 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2322
2323         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2324         (gst_matroska_demux_handle_src_query),
2325         (gst_matroska_demux_parse_info),
2326         (gst_matroska_demux_loop_stream_parse_id):
2327         * gst/matroska/matroska-demux.h:
2328         Don't set the segment duration to the duration from the Matroska
2329         header as this value could be wrong and is just informational.
2330
2331 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2332
2333         * gst/matroska/matroska-demux.c:
2334         (gst_matroska_demux_loop_stream_parse_id):
2335         If no Tracks element is found until the first Cluster is found
2336         search it and error out if none is found in the complete file.
2337
2338 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2339
2340         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2341         Resync non-subtitle tracks too if a too large gap compared to other
2342         tracks is detected.
2343
2344 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2345
2346         * gst/rtp/Makefile.am:
2347         * gst/rtp/gstrtp.c: (plugin_init):
2348         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2349         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2350         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2351         (gst_rtp_vraw_depay_change_state),
2352         (gst_rtp_vraw_depay_plugin_init):
2353         * gst/rtp/gstrtpvrawdepay.h:
2354         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2355         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2356         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2357         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2358         (gst_rtp_vraw_pay_plugin_init):
2359         * gst/rtp/gstrtpvrawpay.h:
2360         Add raw video pay and depayloaders, see RFC4175.
2361
2362 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2363
2364         * ext/libpng/gstpngdec.c:
2365         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2366         whatever it returned.
2367
2368 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2369
2370         * gst/avi/avi-ids.h:
2371         Add vprp chunk related structures.
2372         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2373         (gst_avi_demux_parse_stream):
2374         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2375         to caps.  Fixes #539482.
2376         * gst/avi/gstavimux.h:
2377         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2378         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2379         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2380
2381 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2382
2383         * tests/check/elements/avimux.c: (check_avimux_pad):
2384         Adjust avimux unit test according to increased streamheader size.
2385
2386 2008-06-27  David Schleef  <ds@schleef.org>
2387
2388         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2389
2390 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2391
2392         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2393         * gst/avi/gstavimux.h:
2394         Add 8 bytes to current streamheader to make for a complete one
2395         and to make more players happy.  Fixes #519460.
2396
2397 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2398
2399         * sys/v4l2/v4l2_calls.c::
2400           Don't include unused gstv4l2xoverlay.h. Fixes build
2401           in case where X11 headers are not installed.
2402
2403 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2404
2405         * ext/dv/gstdv.c: (plugin_init):
2406         Fix compilation.
2407
2408 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2409
2410         * ext/dv/gstdv.c: (plugin_init):
2411         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2412         DV decoder available.
2413         Fixes #532393
2414
2415 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2416
2417         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2418         Call getsockname() after the call to bind() to get updated values
2419         for the port, etc. This fixes the usage of udpsrc on anonymous
2420         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2421         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2422
2423 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2424
2425         * tests/check/pipelines/wavpack.c: (bus_handler):
2426         Remove workaround for a bug in identity that is fixed in 0.10.20.
2427
2428 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2429
2430         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2431
2432         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2433         Fix HTTP auth support with user/password passed via the URI.
2434         Fixes bug #540067.
2435
2436 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2437
2438         * configure.ac:
2439           Depend on released versions of core and -base.
2440
2441 2008-06-23  Julien Moutte  <julien@fluendo.com>
2442
2443         * gst/matroska/matroska-demux.c:
2444         (gst_matroska_demux_read_track_encoding),
2445         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2446         format strings in macros. (makes it build on OS X again...)
2447
2448 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2449
2450         * gst/rtp/gstrtptheorapay.c:
2451         * gst/udp/gstmultiudpsink.c:
2452           Added debug.
2453
2454 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2455
2456         * configure.ac: switch v4l2src over to the normal build instead of
2457         being 'experimental'. Fixes bug #536831.
2458
2459 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2460
2461         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2462         Remove unused variable so that we can compile again.
2463
2464 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2465
2466         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2467         No need to check for audio/G723 and audio/32KADPCM here as they are
2468         no longer supported.
2469
2470 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2471
2472         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2473         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2474         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2475         known length.
2476
2477 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2478
2479         * gst/matroska/matroska-demux.c:
2480         (gst_matroska_demux_add_wvpk_header),
2481         (gst_matroska_demux_audio_caps):
2482         * gst/matroska/matroska-ids.h:
2483         Fix demuxing of WavPack files. Muxing is still broken.
2484
2485 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2486
2487         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2488         (gst_matroska_demux_add_mpeg_seq_header),
2489         (gst_matroska_demux_add_wvpk_header),
2490         (gst_matroska_demux_check_subtitle_buffer),
2491         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2492         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2493         (gst_matroska_demux_subtitle_caps):
2494         * gst/matroska/matroska-ids.h:
2495         Add a "vfunc" to the track context for postprocessing frames and
2496         convert the wavpack and subtitle postprocessing to this vfunc.
2497         Copy buffer flags in those functions to the new buffers too.
2498
2499         Parse CodecState elements of Blocks.
2500
2501         Add a postprocessing function for MPEG video that adds the sequence
2502         header from the codec private data or codec state to the frames if
2503         it's not already there.
2504
2505 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2506
2507         * gst/matroska/matroska-demux.c:
2508         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2509         If a gap of more than 1/2 second is found in one stream send a
2510         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2511         This also fixes Matroska files where the first buffer doesn't start
2512         at timestamp 0. Fixes bug #429322.
2513
2514         The duration of a block is the default duration multiplied with the
2515         number of laces. Every lace is one frame and the default duration
2516         is the duration of one frame. This fixes playback of files that use
2517         lacing for some tracks.
2518
2519 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2520
2521         * gst/matroska/matroska-demux.c:
2522         (gst_matroska_demux_parse_contents_seekentry):
2523         Update FIXME/TODOs and only ignore EOS at the central, important place
2524         instead of several places.
2525
2526 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2527
2528         * gst/rtp/gstrtpg726pay.c:
2529         Fix caps, See #538891.
2530
2531 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2532
2533         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2534         (gst_matroska_demux_stream_from_num),
2535         (gst_matroska_demux_encoding_cmp),
2536         (gst_matroska_demux_encoding_order_unique),
2537         (gst_matroska_demux_read_track_encoding),
2538         (gst_matroska_demux_read_track_encodings),
2539         (gst_matroska_demux_tracknumber_unique),
2540         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2541         (gst_matroska_demux_parse_tracks),
2542         (gst_matroska_demux_parse_index_cuetrack),
2543         (gst_matroska_demux_parse_index_pointentry),
2544         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2545         (gst_matroska_demux_parse_metadata_id_simple_tag),
2546         (gst_matroska_demux_parse_metadata_id_tag),
2547         (gst_matroska_demux_parse_metadata),
2548         (gst_matroska_demux_parse_attached_file),
2549         (gst_matroska_demux_parse_attachments),
2550         (gst_matroska_demux_parse_chapters),
2551         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
2552         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2553         (gst_matroska_demux_parse_cluster),
2554         (gst_matroska_demux_parse_contents_seekentry),
2555         (gst_matroska_demux_parse_contents),
2556         (gst_matroska_demux_loop_stream_parse_id),
2557         (gst_matroska_demux_loop):
2558         Improve debug output everywhere and fix the EOS logic.
2559
2560         Check the values of the ContentEncoding elements more strictly and
2561         don't use tracks for which it's invalid.
2562
2563         Check that the track number is unique for this stream.
2564
2565         Check that seek positions are below G_MAXINT64 as our seeks are
2566         int64-based and overflows will fail badly.
2567
2568         After seeks also don't push SimpleBlocks until the first one
2569         containing a keyframe is found. Before this was done only for normal
2570         Blocks.
2571
2572         Update some FIXME/TODOs.
2573         
2574         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
2575         (gst_ebml_read_utf8), (gst_ebml_read_header):
2576         Improve debug output.
2577
2578         * gst/matroska/matroska-ids.c:
2579         (gst_matroska_track_init_video_context):
2580         * gst/matroska/matroska-ids.h:
2581         * gst/matroska/matroska-mux.c:
2582         (gst_matroska_mux_video_pad_setcaps):
2583         Remove eye mode and don't parse it anymore. We can't use that
2584         information in GStreamer yet so it's useless.
2585
2586
2587 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2588
2589         Patch by: Mersad Jelacic <mersad at axis dot com>
2590
2591         * gst/rtp/Makefile.am:
2592         * gst/rtp/gstrtp.c: (plugin_init):
2593         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
2594         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
2595         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
2596         (gst_rtp_g726_depay_plugin_init):
2597         * gst/rtp/gstrtpg726depay.h:
2598         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
2599         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
2600         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
2601         * gst/rtp/gstrtpg726pay.h:
2602         Added G726 pay/depayloaders. Fixes #538891.
2603
2604 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2605
2606         * gst/rtsp/URLS:
2607         Some more urls.
2608
2609         * gst/smpte/barboxwipes.c:
2610         Add a comment
2611
2612         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2613         Fix typo, add audioresample to the pipeline.
2614
2615 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2616
2617         * ext/libmng/Makefile.am:
2618         * ext/libmng/gstmng.c: (plugin_init):
2619         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
2620         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
2621         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
2622         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
2623         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
2624         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
2625         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2626         (gst_mng_dec_change_state):
2627         * ext/libmng/gstmngdec.h:
2628         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
2629         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
2630         (gst_mng_enc_init), (gst_mng_enc_chain),
2631         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
2632         * ext/libmng/gstmngenc.h:
2633         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
2634         bits ifdeffed out still.
2635
2636 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2637
2638         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
2639         When comparing index elements with the same time compare their
2640         block number.
2641
2642 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
2643
2644         * gst/matroska/matroska-demux.c:
2645           (gst_matroska_demux_parse_attached_file)
2646           Init variable to NULL to avoid compiler warning.
2647
2648 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2649
2650         * gst/matroska/Makefile.am:
2651         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2652         (gst_matroska_demux_parse_attached_file),
2653         (gst_matroska_demux_parse_attachments),
2654         (gst_matroska_demux_parse_contents_seekentry),
2655         (gst_matroska_demux_loop_stream_parse_id):
2656         * gst/matroska/matroska-demux.h:
2657         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2658         * gst/matroska/matroska-ids.h:
2659         * gst/matroska/matroska.c: (plugin_init):
2660         Parse Attachments and post them as GST_TAG_IMAGE if we detect
2661         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
2662         and description of the attachments in the caps. Fixes bug #537622.
2663
2664 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
2665
2666         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
2667         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
2668         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
2669         (gst_speex_enc_src_query), (gst_speex_enc_init),
2670         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
2671         (gst_speex_enc_chain), (gst_speex_enc_get_property),
2672         (gst_speex_enc_set_property):
2673         Add mode property.
2674         Some cleanups, add more debug info.
2675         Add latency query.
2676
2677 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2678
2679         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
2680         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
2681         If we get less bytes than requested we can't do anything except doing
2682         our EOS logic.
2683
2684 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2685
2686         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2687         (gst_matroskademux_do_index_seek),
2688         (gst_matroska_demux_parse_index_cuetrack),
2689         (gst_matroska_demux_parse_index_pointentry),
2690         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
2691         (gst_matroska_demux_parse_metadata):
2692         * gst/matroska/matroska-demux.h:
2693         * gst/matroska/matroska-ids.h:
2694         Use a GArray for storing the Cue (i.e. seek) information, store
2695         the CueTrackPositions for every track, store the block number
2696         and optimize searching in the array by sorting it after the last
2697         element was added.
2698
2699         Fix a small memory leak when trying to parse a tags element that was
2700         already parsed.
2701
2702 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2703
2704         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2705         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2706         (gst_matroska_mux_write_data):
2707         * gst/matroska/matroska-mux.h:
2708         Don't write another SeekHead which indexes all Clusters to the end of
2709         the file. This isn't useful for anything and just increases filesize.
2710
2711 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2712
2713         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2714         Prevent unaligned memory access when reading floats.
2715
2716 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2717
2718         * gst/matroska/ebml-read.c:
2719         * gst/matroska/ebml-read.h:
2720         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2721         (gst_matroska_demux_parse_metadata):
2722         * gst/matroska/matroska-demux.h:
2723         Make sure that every Tags element is only parsed once and it's
2724         containing tags are only posted once.
2725
2726 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2727
2728         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2729         (gst_ebml_read_header):
2730         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2731         (gst_matroska_demux_parse_tracks),
2732         (gst_matroska_demux_parse_index_cuetrack),
2733         (gst_matroska_demux_parse_index_pointentry),
2734         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2735         (gst_matroska_demux_parse_metadata_id_simple_tag),
2736         (gst_matroska_demux_parse_metadata_id_tag),
2737         (gst_matroska_demux_parse_metadata),
2738         (gst_matroska_demux_parse_attachments),
2739         (gst_matroska_demux_parse_chapters),
2740         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2741         (gst_matroska_demux_parse_cluster),
2742         (gst_matroska_demux_parse_contents_seekentry),
2743         (gst_matroska_demux_parse_contents),
2744         (gst_matroska_demux_loop_stream_parse_id):
2745         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2746         already. They're not useful in the matroska parser and only cause
2747         additional code.
2748
2749 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2750
2751         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2752         (gst_ebml_finalize), (gst_ebml_read_change_state),
2753         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2754         * gst/matroska/matroska-demux.c:
2755         (gst_matroska_demux_parse_contents_seekentry):
2756         Reverse the level list as we usually are only interested in the
2757         first element or want to add a new first element. Having the
2758         first element stored at the end and calling g_list_last() and
2759         g_list_append() is more expensive.
2760
2761         Also use GSlice for allocating the GstEbmlLevel structs.
2762
2763 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2764
2765         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2766           (gst_tag_inject_class_init), (gst_tag_inject_init):
2767           Don't unref NULL taglist in finalize. Don't use c++ style
2768           comments.
2769
2770 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2771
2772         * gst/matroska/matroska-demux.c:
2773         (gst_matroska_demux_parse_metadata_id_simple_tag):
2774         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2775         (gst_matroska_mux_write_data):
2776         Use gst_value_serialize() and gst_value_deserialize() for transforming
2777         tags from some GType to a string and the other way around. The default
2778         transformations in GLib don't include transformations from string to
2779         number types.
2780
2781 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2782
2783         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2784         (gst_matroska_demux_parse_tracks),
2785         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2786         (gst_matroska_demux_parse_attachments),
2787         (gst_matroska_demux_parse_chapters),
2788         (gst_matroska_demux_parse_contents_seekentry),
2789         (gst_matroska_demux_loop_stream_parse_id):
2790         * gst/matroska/matroska-demux.h:
2791         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2792         Tags multiple times. The first ones can appear more than once but must
2793         contain the same content as the first for backup purposes so we ignore
2794         all but the first one. Tags can appear multiple times with different
2795         content.
2796
2797         Jump to all elements except Clusters that are available from a
2798         SeekHead to make it more likely to have all required informations
2799         before getting to the first Clusters.
2800
2801         Add dummy functions for parsing Attachments and Chapters.
2802
2803 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2804
2805         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2806         (gst_udpsrc_create), (gst_udpsrc_set_property),
2807         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2808         * gst/udp/gstudpsrc.h:
2809         Add property to control automatic join/leave of multicast groups.
2810         Add G_LIKELY.
2811         Remove setting caps on buffers explicitly, basesrc does that for us now.
2812         Improve debug info.
2813         Convert some non-fatal error into warnings.
2814         Use g_ntohs for better portability.
2815         Leave multicast groups when stopping.
2816         When using external sockets, use getsockname() on them to fill up the
2817         addr structure before calling methods that use the structure.
2818         Should all fix #536903.
2819         API: GstUDPSrc::auto-multicast property
2820
2821 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2822
2823         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2824         Use g_ntohl for better portability.
2825
2826 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2827
2828         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2829         (gst_multiudpsink_remove):
2830         Fix a typo and do some small cleanups.
2831
2832 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2833
2834         Patch by: Olivier Crete <tester at tester dot ca>
2835
2836         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2837         Make the delivery-method mandatory on the caps and only accept inline
2838         for now.
2839         Reverse strcmp checks for delivery-method.
2840
2841         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
2842         Make delivery method optional when parsing caps and note this in the
2843         caps.
2844         Reverse strcmp checks for delivery-method.
2845
2846         * gst/rtp/gstrtpvorbispay.c:
2847         Update a comment to note that the delivery-method is optional, 
2848         Fixes #537675.
2849
2850 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2851
2852         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
2853         Set udpsrc for receiving data from multicast groups to PAUSED instead of
2854         leaving them in READY. Fixes #537832.
2855
2856 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2857
2858         * gst/avi/gstavimux.c:
2859           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
2860           for a random constant in tagmuxing code.
2861
2862 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2863
2864         * gst/debug/gsttaginject.c:
2865         * gst/debug/gsttaginject.h:
2866           Now actually adding the new element.
2867
2868 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2869
2870         * docs/plugins/Makefile.am:
2871         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2872         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2873         * docs/plugins/gst-plugins-good-plugins.args:
2874         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2875         * docs/plugins/gst-plugins-good-plugins.interfaces:
2876         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2877         * docs/plugins/inspect/plugin-aasink.xml:
2878         * docs/plugins/inspect/plugin-alaw.xml:
2879         * docs/plugins/inspect/plugin-alpha.xml:
2880         * docs/plugins/inspect/plugin-alphacolor.xml:
2881         * docs/plugins/inspect/plugin-annodex.xml:
2882         * docs/plugins/inspect/plugin-apetag.xml:
2883         * docs/plugins/inspect/plugin-audiofx.xml:
2884         * docs/plugins/inspect/plugin-auparse.xml:
2885         * docs/plugins/inspect/plugin-autodetect.xml:
2886         * docs/plugins/inspect/plugin-avi.xml:
2887         * docs/plugins/inspect/plugin-cacasink.xml:
2888         * docs/plugins/inspect/plugin-cairo.xml:
2889         * docs/plugins/inspect/plugin-cdio.xml:
2890         * docs/plugins/inspect/plugin-cutter.xml:
2891         * docs/plugins/inspect/plugin-debug.xml:
2892         * docs/plugins/inspect/plugin-dv.xml:
2893         * docs/plugins/inspect/plugin-efence.xml:
2894         * docs/plugins/inspect/plugin-effectv.xml:
2895         * docs/plugins/inspect/plugin-equalizer.xml:
2896         * docs/plugins/inspect/plugin-esdsink.xml:
2897         * docs/plugins/inspect/plugin-flac.xml:
2898         * docs/plugins/inspect/plugin-flxdec.xml:
2899         * docs/plugins/inspect/plugin-gamma.xml:
2900         * docs/plugins/inspect/plugin-gconfelements.xml:
2901         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2902         * docs/plugins/inspect/plugin-goom.xml:
2903         * docs/plugins/inspect/plugin-goom2k1.xml:
2904         * docs/plugins/inspect/plugin-halelements.xml:
2905         * docs/plugins/inspect/plugin-icydemux.xml:
2906         * docs/plugins/inspect/plugin-id3demux.xml:
2907         * docs/plugins/inspect/plugin-jpeg.xml:
2908         * docs/plugins/inspect/plugin-level.xml:
2909         * docs/plugins/inspect/plugin-matroska.xml:
2910         * docs/plugins/inspect/plugin-monoscope.xml:
2911         * docs/plugins/inspect/plugin-mulaw.xml:
2912         * docs/plugins/inspect/plugin-multifile.xml:
2913         * docs/plugins/inspect/plugin-multipart.xml:
2914         * docs/plugins/inspect/plugin-navigationtest.xml:
2915         * docs/plugins/inspect/plugin-ossaudio.xml:
2916         * docs/plugins/inspect/plugin-png.xml:
2917         * docs/plugins/inspect/plugin-quicktime.xml:
2918         * docs/plugins/inspect/plugin-rtp.xml:
2919         * docs/plugins/inspect/plugin-rtsp.xml:
2920         * docs/plugins/inspect/plugin-smpte.xml:
2921         * docs/plugins/inspect/plugin-soup.xml:
2922         * docs/plugins/inspect/plugin-spectrum.xml:
2923         * docs/plugins/inspect/plugin-speex.xml:
2924         * docs/plugins/inspect/plugin-taglib.xml:
2925         * docs/plugins/inspect/plugin-udp.xml:
2926         * docs/plugins/inspect/plugin-video4linux2.xml:
2927         * docs/plugins/inspect/plugin-videobalance.xml:
2928         * docs/plugins/inspect/plugin-videobox.xml:
2929         * docs/plugins/inspect/plugin-videocrop.xml:
2930         * docs/plugins/inspect/plugin-videoflip.xml:
2931         * docs/plugins/inspect/plugin-videomixer.xml:
2932         * docs/plugins/inspect/plugin-wavenc.xml:
2933         * docs/plugins/inspect/plugin-wavpack.xml:
2934         * docs/plugins/inspect/plugin-wavparse.xml:
2935         * docs/plugins/inspect/plugin-ximagesrc.xml:
2936         * gst/debug/Makefile.am:
2937         * gst/debug/breakmydata.c:
2938         * gst/debug/efence.c:
2939         * gst/debug/gstdebug.c:
2940         * gst/debug/gstnavseek.c:
2941         * gst/debug/gstpushfilesrc.c:
2942         * gst/debug/gstpushfilesrc.h:
2943         * gst/debug/negotiation.c:
2944         * gst/debug/progressreport.c:
2945         * gst/debug/progressreport.h:
2946         * gst/debug/rndbuffersize.c:
2947         * gst/debug/testplugin.c:
2948           Remove dummy plugin_init. Remove some undefined entries from doc-
2949           section file. Add taginject element and rebuild docs for it.
2950
2951 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2952
2953         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
2954         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
2955         Update the counter for the number of streams when pads are added or
2956         removed. This will make sure that a seek table is generated for
2957         files with just one audio stream.
2958
2959 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2960
2961         * gst/matroska/matroska-demux.c:
2962         (gst_matroska_demux_parse_metadata_id_simple_tag):
2963         * gst/matroska/matroska-ids.h:
2964         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
2965         Add some more tags, improve debugging a bit and make sure that
2966         GValue transformation has succeeded before using the result
2967         as a tag.
2968
2969 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2970
2971         Patch by: Olivier Crete <tester at tester dot ca>
2972
2973         * gst/rtp/gstrtptheorapay.c:
2974         The Theora RTP payloader only supports the "inline" delievery method
2975         so let's declare this on the caps of the static pad template.
2976         Fixes bug #537675.
2977
2978 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2979
2980         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2981         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
2982         Remove bogus check.
2983
2984 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2985
2986         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
2987         (gst_videomixer_blend_buffers):
2988         Use stream_time to synchronize the object properties.
2989         Use running_time of the master pad to timestamp outgoing buffers.
2990         Fix the initial segment event to extend an unknown amount of time.
2991         Fixes #537361.
2992
2993 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2994
2995         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
2996         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
2997         (gst_avi_demux_calculate_durations_from_index),
2998         (gst_avi_demux_stream_header_push),
2999         (gst_avi_demux_stream_header_pull):
3000         Try to ignore unparsable/unknown streams and give a warning instead of
3001         erroring out. Fixes #537377.
3002
3003 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3004
3005         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3006         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3007
3008         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3009         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3010         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3011         (gst_matroska_demux_read_track_encodings),
3012         (gst_matroska_demux_add_stream),
3013         (gst_matroska_demux_handle_src_query),
3014         (gst_matroska_demux_init_stream),
3015         (gst_matroska_demux_parse_index_cuetrack),
3016         (gst_matroska_demux_parse_index_pointentry),
3017         (gst_matroska_demux_parse_info),
3018         (gst_matroska_demux_parse_metadata_id_simple_tag),
3019         (gst_matroska_demux_parse_metadata),
3020         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3021         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3022         (gst_matroska_demux_parse_cluster),
3023         (gst_matroska_demux_parse_contents_seekentry),
3024         (gst_matroska_demux_loop_stream_parse_id),
3025         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3026         (gst_matroska_demux_audio_caps),
3027         (gst_matroska_demux_subtitle_caps):
3028         * gst/matroska/matroska-demux.h:
3029         * gst/matroska/matroska-ids.c:
3030         (gst_matroska_track_init_subtitle_context):
3031         * gst/matroska/matroska-ids.h:
3032         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3033         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3034         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3035         (gst_matroska_mux_video_pad_setcaps),
3036         (gst_matroska_mux_audio_pad_setcaps),
3037         (gst_matroska_mux_subtitle_pad_setcaps),
3038         (gst_matroska_mux_request_new_pad),
3039         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3040         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3041         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3042         (gst_matroska_mux_set_property):
3043         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3044         elements, do some checks for valid values in the demuxer, handle
3045         tracktimecodescale in the demuxer, set correct default values for all
3046         settings in the demuxer, review and add all missing matroska
3047         IDs and some more raw YUV formats, and some trivial cleanup.
3048
3049 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3050
3051         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3052         (gst_pulsemixer_class_init):
3053         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3054         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3055         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3056         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3057         (gst_pulsesrc_prepare):
3058         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3059         gst_element_class_set_details_simple() and fix coding style a bit
3060         more.
3061
3062 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3063
3064         * docs/plugins/Makefile.am:
3065         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3066         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3067         * docs/plugins/gst-plugins-good-plugins.args:
3068         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3069         * docs/plugins/gst-plugins-good-plugins.interfaces:
3070         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3071         * docs/plugins/inspect/plugin-aasink.xml:
3072         * docs/plugins/inspect/plugin-alaw.xml:
3073         * docs/plugins/inspect/plugin-alpha.xml:
3074         * docs/plugins/inspect/plugin-alphacolor.xml:
3075         * docs/plugins/inspect/plugin-annodex.xml:
3076         * docs/plugins/inspect/plugin-apetag.xml:
3077         * docs/plugins/inspect/plugin-audiofx.xml:
3078         * docs/plugins/inspect/plugin-auparse.xml:
3079         * docs/plugins/inspect/plugin-autodetect.xml:
3080         * docs/plugins/inspect/plugin-avi.xml:
3081         * docs/plugins/inspect/plugin-cacasink.xml:
3082         * docs/plugins/inspect/plugin-cairo.xml:
3083         * docs/plugins/inspect/plugin-cdio.xml:
3084         * docs/plugins/inspect/plugin-cutter.xml:
3085         * docs/plugins/inspect/plugin-debug.xml:
3086         * docs/plugins/inspect/plugin-dv.xml:
3087         * docs/plugins/inspect/plugin-efence.xml:
3088         * docs/plugins/inspect/plugin-effectv.xml:
3089         * docs/plugins/inspect/plugin-equalizer.xml:
3090         * docs/plugins/inspect/plugin-esdsink.xml:
3091         * docs/plugins/inspect/plugin-flac.xml:
3092         * docs/plugins/inspect/plugin-flxdec.xml:
3093         * docs/plugins/inspect/plugin-gamma.xml:
3094         * docs/plugins/inspect/plugin-gconfelements.xml:
3095         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3096         * docs/plugins/inspect/plugin-goom.xml:
3097         * docs/plugins/inspect/plugin-goom2k1.xml:
3098         * docs/plugins/inspect/plugin-halelements.xml:
3099         * docs/plugins/inspect/plugin-icydemux.xml:
3100         * docs/plugins/inspect/plugin-id3demux.xml:
3101         * docs/plugins/inspect/plugin-jpeg.xml:
3102         * docs/plugins/inspect/plugin-level.xml:
3103         * docs/plugins/inspect/plugin-matroska.xml:
3104         * docs/plugins/inspect/plugin-monoscope.xml:
3105         * docs/plugins/inspect/plugin-mulaw.xml:
3106         * docs/plugins/inspect/plugin-multifile.xml:
3107         * docs/plugins/inspect/plugin-multipart.xml:
3108         * docs/plugins/inspect/plugin-navigationtest.xml:
3109         * docs/plugins/inspect/plugin-ossaudio.xml:
3110         * docs/plugins/inspect/plugin-png.xml:
3111         * docs/plugins/inspect/plugin-pulseaudio.xml:
3112         * docs/plugins/inspect/plugin-quicktime.xml:
3113         * docs/plugins/inspect/plugin-rtp.xml:
3114         * docs/plugins/inspect/plugin-rtsp.xml:
3115         * docs/plugins/inspect/plugin-smpte.xml:
3116         * docs/plugins/inspect/plugin-soup.xml:
3117         * docs/plugins/inspect/plugin-spectrum.xml:
3118         * docs/plugins/inspect/plugin-speex.xml:
3119         * docs/plugins/inspect/plugin-taglib.xml:
3120         * docs/plugins/inspect/plugin-udp.xml:
3121         * docs/plugins/inspect/plugin-video4linux2.xml:
3122         * docs/plugins/inspect/plugin-videobalance.xml:
3123         * docs/plugins/inspect/plugin-videobox.xml:
3124         * docs/plugins/inspect/plugin-videocrop.xml:
3125         * docs/plugins/inspect/plugin-videoflip.xml:
3126         * docs/plugins/inspect/plugin-videomixer.xml:
3127         * docs/plugins/inspect/plugin-wavenc.xml:
3128         * docs/plugins/inspect/plugin-wavpack.xml:
3129         * docs/plugins/inspect/plugin-wavparse.xml:
3130         * docs/plugins/inspect/plugin-ximagesrc.xml:
3131         * ext/pulse/plugin.c:
3132         * ext/pulse/pulsemixer.c:
3133         * ext/pulse/pulsesink.c:
3134         * ext/pulse/pulsesrc.c:
3135         Add documentation to the pulseaudio plugin and run make update
3136         in docs/plugins.
3137
3138 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3139
3140         Patch by: Brian Cameron <brian.cameron at sun dot com>
3141
3142         * sys/sunaudio/gstsunaudiomixerctrl.c:
3143         (gst_sunaudiomixer_ctrl_get_volume),
3144         (gst_sunaudiomixer_ctrl_set_volume):
3145         Improvements for the SunAudio mixer by handling mute as no gain
3146         for tracks that have a gain property but no mute property.
3147         Fixes bug #536067.
3148
3149 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3150
3151         * configure.ac:
3152         * ext/pulse/Makefile.am:
3153         * ext/pulse/plugin.c: (plugin_init):
3154         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3155         (gst_pulsemixer_implements_interface_init),
3156         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3157         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3158         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3159         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3160         * ext/pulse/pulsemixer.h:
3161         * ext/pulse/pulsemixerctrl.c:
3162         (gst_pulsemixer_ctrl_context_state_cb),
3163         (gst_pulsemixer_ctrl_sink_info_cb),
3164         (gst_pulsemixer_ctrl_source_info_cb),
3165         (gst_pulsemixer_ctrl_subscribe_cb),
3166         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3167         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3168         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3169         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3170         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3171         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3172         * ext/pulse/pulsemixerctrl.h:
3173         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3174         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3175         * ext/pulse/pulsemixertrack.h:
3176         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3177         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3178         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3179         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3180         (gst_pulseprobe_new), (gst_pulseprobe_free),
3181         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3182         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3183         (gst_pulseprobe_set_server):
3184         * ext/pulse/pulseprobe.h:
3185         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3186         (gst_pulsesink_class_init), (gst_pulsesink_init),
3187         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3188         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3189         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3190         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3191         (gst_pulsesink_stream_request_cb),
3192         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3193         (gst_pulsesink_close), (gst_pulsesink_prepare),
3194         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3195         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3196         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3197         (gst_pulsesink_event), (gst_pulsesink_get_type):
3198         * ext/pulse/pulsesink.h:
3199         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3200         (gst_pulsesrc_implements_interface_init),
3201         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3202         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3203         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3204         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3205         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3206         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3207         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3208         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3209         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3210         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3211         (gst_pulsesrc_get_type):
3212         * ext/pulse/pulsesrc.h:
3213         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3214         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3215         * ext/pulse/pulseutil.h:
3216         Add pulseaudio GStreamer element from gst-pulse. Development will
3217         continue here instead of pulseaudio SVN. Fixes bug #400679.
3218         Only changes over gst-pulse SVN are added copyright to the top of
3219         files and coding style changes.
3220
3221 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3222
3223         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3224
3225         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3226           (gst_cdio_add_cdtext_album_tags):
3227         * ext/cdio/gstcdio.h:
3228         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3229           Also extract album title and album genre from CD-TEXT if
3230           available (#537021).
3231
3232 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3233
3234         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3235
3236         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3237         Improve negotiation a bit more by picking the smallest possible
3238         resolution that is larger than the resolution specified in the
3239         first caps entry of the peer caps. Fixes bug #536994.
3240
3241 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3242
3243         Patch by: Bastien Nocera <hadess at hadess dot net>
3244
3245         * sys/v4l2/gstv4l2vidorient.c:
3246         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3247         Fix compilation with newer GIT kernels that deprecated
3248         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3249
3250 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3251
3252         * configure.ac:
3253         * ext/cdio/gstcdio.c:
3254         * ext/cdio/gstcdio.h:
3255         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3256           Require libcdio >= 0.76.
3257
3258 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3259
3260         * gst/avi/gstavidemux.c:
3261         Catch UNEXPECTED when downstream has reached end of
3262         segment in reverse mode.
3263
3264 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3265
3266         * gst/avi/gstavidemux.c:
3267         Fix typo in comment
3268
3269 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3270
3271         * gst/avi/gstavidemux.c:
3272         Because we don't know the frame order we need to push till
3273         the next keyframe
3274
3275 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3276
3277         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3278
3279         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3280         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3281         Provide a custom negotiation function to make sure to pick the highest
3282         possible framerate and resolution. Fixes bug #536646.
3283
3284 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3285
3286         * gst/avi/gstavidemux.c:
3287         Set EOS when going out of the segment in reverse playback
3288
3289 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3290
3291         * ext/taglib/Makefile.am::
3292           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3293           taglib headers (with gcc 4.3.1).
3294
3295 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3296
3297         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3298         Use the new gst_rtsp_connection_get_ip() to access the IP address
3299         of a GstRTSPConnection since it is a private member.
3300
3301 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3302
3303         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3304         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3305           Use new utility functions in libgsttag to process coverart (#512333).
3306
3307 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3308
3309         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3310         We actually support left/side, right/side and mid/side files. The
3311         conversion to normal, interleaved stereo is done by libflac.
3312
3313 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3314
3315         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3316         (gst_ebml_write_set_cache):
3317         Unref the write cache in finalize if it was set and add add "FIXME"
3318         to a comment that needs it.
3319
3320 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3321
3322         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3323
3324         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3325         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3326         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3327         (gst_avi_demux_process_next_entry):
3328         * gst/avi/gstavidemux.h:
3329         Implement reverse playback. Fixes #535300.
3330         Small cleanups.
3331
3332 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3333
3334         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3335         (gst_videomixer_query_latency):
3336         When using gst_element_iterate_pads() one has to unref every pad
3337         after usage.
3338
3339 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3340
3341         Patch by: Bastien Nocera <hadess at hadess dot net>
3342         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3343         (qtdemux_parse_udta):
3344         * gst/qtdemux/qtdemux_fourcc.h:
3345         Improve meta-data handling, add 'comment', 'description' and
3346         'copyright' tag handling.
3347         Fixes #535935
3348
3349 2008-05-31  Julien Moutte  <julien@fluendo.com>
3350
3351         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3352         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3353         (gst_qtdemux_seek_to_previous_keyframe),
3354         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3355         we don't clip the segment's stop using the main segment duration as
3356         that could crop quite some video frames. Make reverse playback support
3357         more robust and support edit lists. Support seeking to the last frame,
3358         and fix reverse looping playback. Add some debugging.
3359         * win32/common/config.h: Updated.
3360
3361 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3362
3363         * gst/equalizer/gstiirequalizer.c:
3364         (gst_iir_equalizer_transform_ip):
3365         Don't clip float/double samples, correctly unset passthrough mode
3366         and use better rounding for integer samples.
3367
3368 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3369
3370         * gst/equalizer/gstiirequalizer.c:
3371         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3372         (setup_filter), (set_passthrough), (update_coefficients),
3373         (gst_iir_equalizer_compute_frequencies),
3374         (gst_iir_equalizer_transform_ip):
3375         * gst/equalizer/gstiirequalizer.h:
3376         Update the filter coefficients only when needed in the transform_ip
3377         function and correctly set the element into passthrough mode if the
3378         gain of all bands is 0.
3379
3380 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3381
3382         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3383
3384         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3385         (gst_alpha_set_property), (gst_alpha_get_property),
3386         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3387         Try to skip pixels or areas that are too dark or too bright for us to do
3388         meaningfull color detection.
3389         Added properties to control the sensitivity to light and darkness.
3390         Added some small cleanups. Fixes #512345.
3391
3392 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3393
3394         * docs/plugins/.cvsignore:
3395         * tests/check/elements/.cvsignore:
3396         Ignore some more generated things
3397
3398         * tests/check/Makefile.am:
3399         Ignore OSS elements in the state changes test too.
3400
3401 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3402
3403         * docs/plugins/Makefile.am:
3404         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3405         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3406         Add SMPTE effect elements to docs.
3407
3408 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3409
3410         * docs/plugins/Makefile.am:
3411         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3412         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3413         * ext/raw1394/gstdv1394src.c:
3414           Document whats first shown on the fdo plugin docs page :)
3415
3416 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3417
3418         * docs/plugins/Makefile.am:
3419         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3420         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3421         * docs/plugins/gst-plugins-good-plugins.args:
3422         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3423         * docs/plugins/inspect/plugin-audiofx.xml:
3424         * gst/audiofx/Makefile.am:
3425         * gst/audiofx/audiofx.c:
3426         * gst/audiofx/audiokaraoke.c:
3427         * gst/audiofx/audiokaraoke.h:
3428         * gst/audiofx/audiovoice.c:
3429         * gst/audiofx/audiovoice.h:
3430           Rename audiovoice to audiokaraoke and add it to the docs.
3431
3432 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3433
3434         * REQUIREMENTS:
3435         * docs/plugins/Makefile.am:
3436         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3437         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3438         * docs/plugins/gst-plugins-good-plugins.args:
3439         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3440         * docs/plugins/gst-plugins-good-plugins.interfaces:
3441         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3442         * docs/plugins/inspect/plugin-aasink.xml:
3443         * docs/plugins/inspect/plugin-alaw.xml:
3444         * docs/plugins/inspect/plugin-alpha.xml:
3445         * docs/plugins/inspect/plugin-alphacolor.xml:
3446         * docs/plugins/inspect/plugin-annodex.xml:
3447         * docs/plugins/inspect/plugin-apetag.xml:
3448         * docs/plugins/inspect/plugin-audiofx.xml:
3449         * docs/plugins/inspect/plugin-auparse.xml:
3450         * docs/plugins/inspect/plugin-autodetect.xml:
3451         * docs/plugins/inspect/plugin-avi.xml:
3452         * docs/plugins/inspect/plugin-cacasink.xml:
3453         * docs/plugins/inspect/plugin-cairo.xml:
3454         * docs/plugins/inspect/plugin-cdio.xml:
3455         * docs/plugins/inspect/plugin-cutter.xml:
3456         * docs/plugins/inspect/plugin-debug.xml:
3457         * docs/plugins/inspect/plugin-dv.xml:
3458         * docs/plugins/inspect/plugin-efence.xml:
3459         * docs/plugins/inspect/plugin-effectv.xml:
3460         * docs/plugins/inspect/plugin-equalizer.xml:
3461         * docs/plugins/inspect/plugin-esdsink.xml:
3462         * docs/plugins/inspect/plugin-flac.xml:
3463         * docs/plugins/inspect/plugin-flxdec.xml:
3464         * docs/plugins/inspect/plugin-gamma.xml:
3465         * docs/plugins/inspect/plugin-gconfelements.xml:
3466         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3467         * docs/plugins/inspect/plugin-goom.xml:
3468         * docs/plugins/inspect/plugin-goom2k1.xml:
3469         * docs/plugins/inspect/plugin-halelements.xml:
3470         * docs/plugins/inspect/plugin-icydemux.xml:
3471         * docs/plugins/inspect/plugin-id3demux.xml:
3472         * docs/plugins/inspect/plugin-jpeg.xml:
3473         * docs/plugins/inspect/plugin-level.xml:
3474         * docs/plugins/inspect/plugin-matroska.xml:
3475         * docs/plugins/inspect/plugin-monoscope.xml:
3476         * docs/plugins/inspect/plugin-mulaw.xml:
3477         * docs/plugins/inspect/plugin-multifile.xml:
3478         * docs/plugins/inspect/plugin-multipart.xml:
3479         * docs/plugins/inspect/plugin-navigationtest.xml:
3480         * docs/plugins/inspect/plugin-ossaudio.xml:
3481         * docs/plugins/inspect/plugin-png.xml:
3482         * docs/plugins/inspect/plugin-quicktime.xml:
3483         * docs/plugins/inspect/plugin-rtp.xml:
3484         * docs/plugins/inspect/plugin-rtsp.xml:
3485         * docs/plugins/inspect/plugin-smpte.xml:
3486         * docs/plugins/inspect/plugin-soup.xml:
3487         * docs/plugins/inspect/plugin-spectrum.xml:
3488         * docs/plugins/inspect/plugin-speex.xml:
3489         * docs/plugins/inspect/plugin-taglib.xml:
3490         * docs/plugins/inspect/plugin-udp.xml:
3491         * docs/plugins/inspect/plugin-video4linux2.xml:
3492         * docs/plugins/inspect/plugin-videobalance.xml:
3493         * docs/plugins/inspect/plugin-videobox.xml:
3494         * docs/plugins/inspect/plugin-videocrop.xml:
3495         * docs/plugins/inspect/plugin-videoflip.xml:
3496         * docs/plugins/inspect/plugin-videomixer.xml:
3497         * docs/plugins/inspect/plugin-wavenc.xml:
3498         * docs/plugins/inspect/plugin-wavpack.xml:
3499         * docs/plugins/inspect/plugin-wavparse.xml:
3500         * docs/plugins/inspect/plugin-ximagesrc.xml:
3501         * ext/aalib/gstaasink.c:
3502         * ext/libcaca/gstcacasink.c:
3503           Document aasink and cacasink.
3504
3505 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3506
3507         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3508         (gst_videomixer_init), (gst_videomixer_query_duration),
3509         (gst_videomixer_query_latency), (gst_videomixer_query),
3510         (gst_videomixer_blend_buffers):
3511         * gst/videomixer/videomixer.h:
3512         Implement position (in time), duration and latency queries.
3513
3514 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3515
3516         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3517         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3518         (gst_videomixer_fill_queues), (forward_event_func),
3519         (forward_event), (gst_videomixer_src_event),
3520         (gst_videomixer_sink_event):
3521         * gst/videomixer/videomixer.h:
3522         Implement proper seek/newsegment handling.
3523         Based on adder's implementation.
3524         Fixes #535121
3525
3526 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3527
3528         Patch by: Jan Gerber <j at oil21 dot org>
3529
3530         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3531         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3532
3533 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3534
3535         * gst/audiofx/Makefile.am:
3536         * gst/audiofx/audiofx.c: (plugin_init):
3537         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3538         (gst_audio_voice_class_init), (gst_audio_voice_init),
3539         (update_filter), (gst_audio_voice_set_property),
3540         (gst_audio_voice_get_property), (gst_audio_voice_setup),
3541         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3542         (gst_audio_voice_transform_ip):
3543         * gst/audiofx/audiovoice.h:
3544         Add simple voice removal element. Yay karaoke.
3545
3546 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3547
3548         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3549
3550         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3551         Fix potential caps leak.
3552         If we can't get the framerate with an ioctl, try to get it with the
3553         current norm. Fixes #520092.
3554
3555 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3556
3557         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3558
3559         * sys/v4l2/v4l2src_calls.c:
3560         (gst_v4l2src_probe_caps_for_format_and_size):
3561         If we fail to get the frame intervals, simply don't touch the framerates
3562         on the template caps instead of discarding the format. See #520092.
3563
3564 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3565
3566         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3567
3568         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
3569         (gst_v4l2_get_caps_info):
3570         Add NV12, NV21 and bayer support. See #520092.
3571
3572 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3573
3574         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3575         (gst_qtdemux_activate_segment):
3576         Unbreak segment activation again. Fixes #531672.
3577
3578 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
3579
3580         * ext/flac/Makefile.am:
3581         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3582         Set the channel layout when decoding FLAC files with more than 2
3583         channels as defined by the FLAC spec. Fixes bug #534570.
3584
3585         Also don't try to decode left/side, right/side and mid/side files
3586         as we don't support this at all.
3587
3588 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3589
3590         * configure.ac:
3591           We need -base CVS (rtsp).
3592
3593 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3594
3595         * gst/udp/Makefile.am:
3596           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
3597           when including netdb.h when building against glibc >= 2.8.
3598
3599 2008-05-22  Julien Moutte  <julien@fluendo.com>
3600
3601         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
3602         debug statement arguments.
3603         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
3604         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
3605         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
3606         on more platforms.
3607
3608 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3609
3610         * tests/check/elements/avimux.c: (setup_src_pad),
3611         (teardown_src_pad):
3612         * tests/check/elements/icydemux.c: (icydemux_found_pad),
3613         (GST_START_TEST):
3614         * tests/check/elements/matroskamux.c: (setup_src_pad),
3615         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
3616         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
3617         (GST_START_TEST):
3618         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
3619         (setup_wavpackparse), (cleanup_wavpackparse):
3620         Don't use gst_element_get_pad(), it's a bad, bad method.
3621
3622 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3623
3624         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3625         (do_toggle_element):
3626         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3627         (do_toggle_element):
3628         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3629         (do_toggle_element):
3630         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
3631         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
3632         (do_toggle_element):
3633         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
3634         (do_toggle_element):
3635         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
3636         (gst_auto_audio_sink_detect):
3637         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
3638         (gst_auto_video_sink_detect):
3639         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3640         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
3641         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
3642         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
3643         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
3644         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
3645         * tests/icles/videocrop-test.c: (test_with_caps),
3646         (video_crop_get_test_caps):
3647         Don't use gst_element_get_pad(), it's a bad method.
3648
3649 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3650
3651         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3652         (gst_multiudpsink_add_internal):
3653         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
3654         (gst_udp_join_group):
3655         * gst/udp/gstudpnetutils.h:
3656         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3657         Joining a multicast group and setting the loop/ttl properties are
3658         totally unrelated tasks are must be separated.
3659
3660 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
3661
3662         * gst/avi/gstavimux.c:
3663           Also support alaw/mulaw.
3664
3665 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3666
3667         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3668         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
3669         * gst/udp/gstmultiudpsink.h:
3670         Add a fixme for the auto-multicast property.
3671         Fix some confusing debug messages.
3672         Disable setting a qos value by default.
3673
3674 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3675
3676         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
3677
3678         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
3679         Ignore EPERM errors from sendto. Fixes #533619.
3680
3681 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3682
3683         Patch by: Henrik Eriksson <henriken at axis dot com>
3684
3685         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3686         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
3687         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3688         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
3689         * gst/udp/gstmultiudpsink.h:
3690         Add qos-dscp property to manage the Quality of service. Fixes #469917.
3691
3692 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3693
3694         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
3695         Improve debugging of the ident.
3696
3697 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3698
3699         Patch by: Bruno Santos <brunof at ua dot pt>
3700
3701         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3702         (gst_udp_join_group), (gst_udp_leave_group),
3703         (gst_udp_is_multicast):
3704         * gst/udp/gstudpnetutils.h:
3705         Provide a bunch of helper methods to deal with IPv4 and IPv6
3706         transparently.
3707
3708         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3709         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3710         (gst_multiudpsink_get_property), (join_multicast),
3711         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3712         (gst_multiudpsink_remove):
3713         * gst/udp/gstmultiudpsink.h:
3714         Add multicast TTL and loopback properties.
3715         Use the helper methods to implement ip4 and ip6.
3716
3717         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3718         * gst/udp/gstudpsrc.h:
3719         Use the helper methods to implement ip4 and ip6.
3720         Fixes #515962.
3721
3722 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3723
3724         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3725
3726         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3727         (gst_multipart_demux_get_gstname),
3728         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3729         * gst/multipart/multipartdemux.h:
3730         Don't blindly copy the mime-type as the caps name because they not
3731         always map directly. Instead use a hashtable with common mappings.
3732         Fixes #533287.
3733
3734 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3735
3736         * ext/esd/esdsink.c: (gst_esdsink_write):
3737         When we post an error, we must return -1 to let the parent know that we
3738         cannot write the segment else it will loop and continue to call us again
3739         forever. Patch by Michael Meeks.
3740
3741 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3742
3743         * gst/videomixer/videomixer.c:
3744           Add missing incudes.
3745
3746 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3747
3748         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3749         (gst_rtp_h264_pay_handle_buffer):
3750         * gst/rtp/gstrtph264pay.h:
3751         Correct a typo (sinle -> single).
3752
3753 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3754
3755         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3756         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3757         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3758         (gst_rtp_h264_depay_process):
3759         * gst/rtp/gstrtph264depay.h:
3760         Add experimental support for outputting quicktime-like AVC output in
3761         addition to the existing bytestream output.
3762
3763         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3764         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3765         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3766         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3767         (gst_rtp_h264_pay_get_property):
3768         * gst/rtp/gstrtph264pay.h:
3769         Make the parsing mode configurable, for some inputs we don't need to
3770         scan every byte for start codes.
3771         Only set the marker bit on ACCESS units.
3772
3773 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3774
3775         * gst/equalizer/gstiirequalizer.c:
3776         Use a bigger type in integer mode for the intermediate results to
3777         prevent overflows. This fixes the crippled sound when using the
3778         equalizer in integer mode. Fixes bug #510865.
3779
3780 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3781
3782         * gst/videomixer/videomixer.c:
3783         * gst/videomixer/videomixer.h:
3784         Instead of a random number for the request pad id's,
3785         use a counter.
3786
3787         Register the videomixerpad class from the element's class_init
3788         where it's safer, and allows the docs generator to scan it.
3789
3790 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3791
3792         * gst/smpte/Makefile.am:
3793         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3794         * gst/smpte/gstsmpte.h:
3795         * gst/smpte/gstsmptealpha.c:
3796         (gst_smpte_alpha_transition_type_get_type),
3797         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3798         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3799         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3800         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3801         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3802         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3803         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3804         * gst/smpte/gstsmptealpha.h:
3805         * gst/smpte/plugin.c: (plugin_init):
3806         Add new plugin that adds the SMPTE transition in the alpha channel of
3807         I420 and AYUV frames so that they can be blended with videomixer later
3808         on. Uses all niceties such as using base transform for efficient alloc
3809         and negotiation. It currently requires GstController to control the
3810         position in the transition effect.
3811
3812 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3813
3814         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3815         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3816         * docs/plugins/gst-plugins-good-plugins.args:
3817         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3818         * docs/plugins/gst-plugins-good-plugins.interfaces:
3819         * docs/plugins/gst-plugins-good-plugins.types:
3820         * gst/videomixer/videomixer.c:
3821           Try using thaytans new mechanism to get extra classes into plugin
3822           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3823           missing still.
3824
3825 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3826
3827         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3828         Set proper rate in avi stream header for PCM audio, and also do some
3829         more sanity checks on caps in this case.  Fixes #511489.
3830
3831 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3832
3833         * sys/v4l2/gstv4l2src.c:
3834         Don't include the gstv4l2xoverlay.h header as the XOverlay support
3835         isn't implemented at all yet and this requires X headers to be
3836         installed. Fixes bug #533264.
3837
3838 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3839
3840         reviewed by: <delete if not using a buddy>
3841
3842         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3843         (gst_ebml_write_set_cache):
3844         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3845         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3846         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3847         (gst_matroska_demux_read_track_encodings),
3848         (gst_matroska_demux_add_stream),
3849         (gst_matroska_demux_handle_src_query),
3850         (gst_matroska_demux_init_stream),
3851         (gst_matroska_demux_parse_index_cuetrack),
3852         (gst_matroska_demux_parse_index_pointentry),
3853         (gst_matroska_demux_parse_info),
3854         (gst_matroska_demux_parse_metadata_id_simple_tag),
3855         (gst_matroska_demux_parse_metadata),
3856         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3857         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3858         (gst_matroska_demux_parse_cluster),
3859         (gst_matroska_demux_parse_contents_seekentry),
3860         (gst_matroska_demux_loop_stream_parse_id),
3861         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3862         (gst_matroska_demux_audio_caps),
3863         (gst_matroska_demux_subtitle_caps):
3864         * gst/matroska/matroska-demux.h:
3865         * gst/matroska/matroska-ids.c:
3866         (gst_matroska_track_init_subtitle_context):
3867         * gst/matroska/matroska-ids.h:
3868         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3869         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
3870         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
3871         * sys/v4l2/gstv4l2src.c:
3872         * tests/check/pipelines/wavpack.c: (bus_handler):
3873         * win32/common/config.h:
3874
3875 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3876
3877         * ext/wavpack/gstwavpackstreamreader.c:
3878         * tests/examples/spectrum/demo-audiotest.c:
3879         * tests/examples/spectrum/demo-osssrc.c:
3880         Fix some compiler warnings.
3881
3882 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3883
3884         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
3885         Small comment added.
3886
3887         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3888         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
3889         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
3890         Debug string cleanups (remove trailing \n)
3891         Refactor and clean up the payloader a bit and make sure that we only
3892         put one NAL unit in an RTP packet even if the input buffer contains
3893         multiple NAL units.
3894         Add suport for AVC format input.
3895
3896 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
3897
3898         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3899         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
3900         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
3901         * gst/rtp/gstrtph264pay.h:
3902         Make it possible to specify profile-level-id and sprop-parameter-sets
3903         using properties in case they are not available in-stream.
3904
3905 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3906
3907         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3908         * docs/plugins/gst-plugins-good-plugins.args:
3909         * docs/plugins/inspect/plugin-ladspa.xml:
3910           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
3911
3912 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
3913
3914         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
3915         Send an initial BYTE segment to inform downstream of later seeking,
3916         and to forego sync attempts.
3917
3918 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3919
3920         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
3921         Fix wrong caps string.
3922
3923 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3924
3925         Based on patch by: Olivier Crete <tester at tester dot ca>
3926
3927         * gst/rtp/Makefile.am:
3928         * gst/rtp/gstrtp.c: (plugin_init):
3929         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
3930         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
3931         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
3932         (gst_rtp_g729_depay_plugin_init):
3933         * gst/rtp/gstrtpg729depay.h:
3934         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
3935         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
3936         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
3937         * gst/rtp/gstrtpg729pay.h:
3938         Added G729 pay and depayloaders. Fixes #532409.
3939
3940 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3941
3942         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
3943         Fix the calculation of the duration of the concealment packets.
3944
3945 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3946
3947         Based on patch by: Olivier Crete <tester at tester dot ca>
3948
3949         * gst/rtp/Makefile.am:
3950         * gst/rtp/gstrtp.c: (plugin_init):
3951         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
3952         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
3953         (parse_encode), (gst_rtp_dv_depay_setcaps),
3954         (calculate_difblock_location), (gst_rtp_dv_depay_process),
3955         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
3956         (gst_rtp_dv_depay_plugin_init):
3957         * gst/rtp/gstrtpdvdepay.h:
3958         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
3959         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
3960         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
3961         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
3962         (gst_dv_pay_negotiate), (include_dif),
3963         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
3964         * gst/rtp/gstrtpdvpay.h:
3965         Add DV pay and depayloaders. Fixes #532423.
3966
3967 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3968
3969         * gst/matroska/matroska-demux.c:
3970         (gst_matroska_demux_push_dvd_clut_change_event):
3971         Convert subtitle palette info in VobSub private data from VobSub's
3972         (buggy) RGB to YUV.
3973
3974 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
3975
3976         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
3977         Do not leave fourcc stream header field empty upon reset.
3978         Fixes #519301.
3979
3980 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3981
3982         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3983         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3984         * docs/plugins/inspect/plugin-goom.xml:
3985         * docs/plugins/inspect/plugin-goom2k1.xml:
3986         * gst/goom/gstgoom.c:
3987         * gst/goom2k1/gstgoom.c:
3988         Add goom2k1 into the docs.
3989
3990 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3991
3992         Based on patch by: Wouter Cloetens  <wouter at mind be>
3993
3994         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3995         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
3996         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
3997         (gst_rtsp_decode_quoted_string),
3998         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
3999         (gst_rtspsrc_setup_auth):
4000         Support Digest authentication. Fixes #532065.
4001
4002 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4003
4004         * gst/level/gstlevel.c:
4005           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4006           about whats needed for liboil acceleration. Simplify docs a bit.
4007
4008 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4009
4010         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4011
4012         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4013         Update the track duration if the old one was invalid.
4014         Fixes bug #532117.
4015
4016 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4017
4018         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4019           Use GST_STR_NULL when trying to print sps and pps strings that could
4020           be NULL, as this might crash on some platforms.
4021
4022 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4023
4024         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4025
4026         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4027           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4028           set after creating the clipper.
4029
4030 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4031
4032         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4033
4034         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4035           Added checking of surface lost case after an unsuccessful
4036           IDirectDrawSurface7_Lock() call.
4037           If surface is lost, return GST_FLOW_OK.
4038
4039 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4040
4041         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4042
4043         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4044           WndProc, gst_directdraw_sink_window_thread):
4045           Improved Windows message loop and fixed window destruction issue.
4046           When the window which DirectDraw is rendering to is destroyed, the
4047           render/show_frame function will return GST_FLOW_ERROR.
4048           Partially fixes #520885.
4049
4050 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4051
4052         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4053
4054         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4055           Fixed mid stream resolution change bug, the offscreen surface is now
4056           released when set_caps is called.
4057           Partially fixes #520885.
4058
4059 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4060
4061         * sys/directdraw/gstdirectdrawsink.c
4062           (gst_directdraw_sink_buffer_alloc):
4063           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4064           width/height.
4065
4066           Especially when looking through the pool of buffers, make sure that
4067           the width/height of caps is used instead of the already negotiated
4068           dimensions.
4069           For example if a buffer with different caps is requested, i.e.
4070           higher resolution, the caller would get a buffer with the old
4071           dimensions and thus corrupt the heap.
4072
4073 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4074
4075         * sys/directdraw/gstdirectdrawsink.c
4076           (gst_directdraw_sink_buffer_alloc):
4077           Clear the flags on recycled buffers from buffer_alloc.
4078           Partially fixes #520885.
4079
4080 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4081
4082         * gst/rtp/gstrtpilbcpay.c:
4083           Added missing stdlib.h include for strtol(), and made include ordering and
4084           style consistent with the corresponding depayloader.
4085
4086 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4087
4088         * configure.ac:
4089           Error out if we don't have the required core/base versions.
4090
4091 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4092
4093         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4094
4095         * sys/osxvideo/cocoawindow.m:
4096         Fix compiler warnings on PPC64. Fixes bug #499318.
4097
4098 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4099
4100         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4101
4102         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4103         Don't leak file descriptors on error. Fixes #531532.
4104
4105 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4106
4107         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4108         (gst_gconf_audio_src_change_state):
4109         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4110         (gst_gconf_video_sink_change_state):
4111         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4112         (gst_gconf_video_src_change_state):
4113         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4114         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4115         When we can't create a fakesink/fakesrc complain instead of unreffing
4116         NULL pointers and crashing later. See bug #530535.
4117
4118 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4119
4120         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4121         Add some more debug info and guard against small payloads.
4122
4123         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4124         Set duration on outgoing buffers because we can.
4125
4126 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4127
4128         Patch by: Olivier Crete <tester at tester dot ca>
4129
4130         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4131         (gst_speex_enc_init), (gst_speex_enc_chain):
4132         Add negotiation for the speex channels and rate. Fixes #465146.
4133
4134 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4135
4136         Patch by: Olivier Crete <tester at tester dot ca>
4137
4138         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4139         (gst_rtp_speex_pay_getcaps):
4140         Add negotiation for the speex channels and rate. See #465146.
4141
4142 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4143
4144         Patch by: Olivier Crete <tester at tester dot ca>
4145
4146         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4147         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4148         Add negotiation for the ILBC mode. See #465146.
4149
4150 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4151
4152         * ext/soup/gstsouphttpsrc.c:
4153           Include stdlib to fix the build. Use g_free instead of free, libsoup
4154           uses glib.
4155
4156 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4157
4158         Patch by: j^ <j@bootlab.org>
4159
4160         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4161         Add more mpeg2 variants. Fixes #530886.
4162
4163 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4164
4165         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4166
4167         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4168           Don't error out if we get an ICMP destination-unreachable
4169           message when trying to read packets on win32 (#529454).
4170
4171 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4172
4173         * configure.ac:
4174         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4175           Use new error code for encrypted streams (which requires core CVS).
4176
4177 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4178
4179         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4180           (gst_qtdemux_audiosrc_template):
4181           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4182
4183 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4184
4185         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4186         (speex_dec_chain_parse_data):
4187         Produce concealment data when time progresses in a segment update.
4188
4189 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4190
4191         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4192         (speex_dec_chain):
4193         Try to preserve input timestamps when we can.
4194         Do beginnings of error concealment.
4195
4196 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4197
4198         * gst/debug/gstnavigationtest.c:
4199           MSVC doesn't provide rint(), define an adequate replacement locally as
4200           elsewhere.
4201
4202 2008-04-28  Julien Moutte  <julien@fluendo.com>
4203
4204         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4205         format to pacify Mac OSX's gcc.
4206
4207 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4208
4209         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4210           (DEFAULT_MAX), (src_template), (sink_template),
4211           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4212           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4213           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4214           Bring rndbuffersize element into a state that doesn't require us
4215           to move it to -bad immediately. For one, fix up default min/max
4216           values so that the element actuall works using the default values.
4217           Also, don't ignore flow return values and do some kind of minimal
4218           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4219           other gratuitious clean-ups.
4220
4221 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4222
4223         * docs/plugins/Makefile.am:
4224         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4225         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4226         * docs/plugins/gst-plugins-good-plugins.args:
4227         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4228         * docs/plugins/gst-plugins-good-plugins.interfaces:
4229         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4230         * docs/plugins/inspect/plugin-1394.xml:
4231         * docs/plugins/inspect/plugin-aasink.xml:
4232         * docs/plugins/inspect/plugin-alaw.xml:
4233         * docs/plugins/inspect/plugin-alpha.xml:
4234         * docs/plugins/inspect/plugin-alphacolor.xml:
4235         * docs/plugins/inspect/plugin-annodex.xml:
4236         * docs/plugins/inspect/plugin-apetag.xml:
4237         * docs/plugins/inspect/plugin-audiofx.xml:
4238         * docs/plugins/inspect/plugin-auparse.xml:
4239         * docs/plugins/inspect/plugin-autodetect.xml:
4240         * docs/plugins/inspect/plugin-avi.xml:
4241         * docs/plugins/inspect/plugin-cacasink.xml:
4242         * docs/plugins/inspect/plugin-cairo.xml:
4243         * docs/plugins/inspect/plugin-cdio.xml:
4244         * docs/plugins/inspect/plugin-cutter.xml:
4245         * docs/plugins/inspect/plugin-debug.xml:
4246         * docs/plugins/inspect/plugin-dv.xml:
4247         * docs/plugins/inspect/plugin-efence.xml:
4248         * docs/plugins/inspect/plugin-effectv.xml:
4249         * docs/plugins/inspect/plugin-equalizer.xml:
4250         * docs/plugins/inspect/plugin-esdsink.xml:
4251         * docs/plugins/inspect/plugin-flac.xml:
4252         * docs/plugins/inspect/plugin-flxdec.xml:
4253         * docs/plugins/inspect/plugin-gamma.xml:
4254         * docs/plugins/inspect/plugin-gconfelements.xml:
4255         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4256         * docs/plugins/inspect/plugin-goom.xml:
4257         * docs/plugins/inspect/plugin-halelements.xml:
4258         * docs/plugins/inspect/plugin-icydemux.xml:
4259         * docs/plugins/inspect/plugin-id3demux.xml:
4260         * docs/plugins/inspect/plugin-jpeg.xml:
4261         * docs/plugins/inspect/plugin-level.xml:
4262         * docs/plugins/inspect/plugin-matroska.xml:
4263         * docs/plugins/inspect/plugin-monoscope.xml:
4264         * docs/plugins/inspect/plugin-mulaw.xml:
4265         * docs/plugins/inspect/plugin-multifile.xml:
4266         * docs/plugins/inspect/plugin-multipart.xml:
4267         * docs/plugins/inspect/plugin-navigationtest.xml:
4268         * docs/plugins/inspect/plugin-ossaudio.xml:
4269         * docs/plugins/inspect/plugin-png.xml:
4270         * docs/plugins/inspect/plugin-quicktime.xml:
4271         * docs/plugins/inspect/plugin-rtp.xml:
4272         * docs/plugins/inspect/plugin-rtsp.xml:
4273         * docs/plugins/inspect/plugin-shout2send.xml:
4274         * docs/plugins/inspect/plugin-smpte.xml:
4275         * docs/plugins/inspect/plugin-spectrum.xml:
4276         * docs/plugins/inspect/plugin-speex.xml:
4277         * docs/plugins/inspect/plugin-taglib.xml:
4278         * docs/plugins/inspect/plugin-udp.xml:
4279         * docs/plugins/inspect/plugin-video4linux2.xml:
4280         * docs/plugins/inspect/plugin-videobalance.xml:
4281         * docs/plugins/inspect/plugin-videobox.xml:
4282         * docs/plugins/inspect/plugin-videocrop.xml:
4283         * docs/plugins/inspect/plugin-videoflip.xml:
4284         * docs/plugins/inspect/plugin-videomixer.xml:
4285         * docs/plugins/inspect/plugin-wavenc.xml:
4286         * docs/plugins/inspect/plugin-wavpack.xml:
4287         * docs/plugins/inspect/plugin-wavparse.xml:
4288         * docs/plugins/inspect/plugin-ximagesrc.xml:
4289           Add docs for gdkpixbufsink; update docs to CVS version.
4290
4291 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4292
4293         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4294         Remove test sync-offset by default.
4295
4296 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4297
4298         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4299         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4300         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4301           Use GLib versions of htonl, htons, ntohl and ntohs in order
4302           to avoid problems on win32 (#529707).
4303
4304 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4305
4306         Patch by: Jesús Corrius <jesus at softcatala org>
4307
4308         * gst/goom/filters.c: (zoomVector):
4309         * gst/goom/goom_core.c: (init_buffers):
4310           Fix build with mingw32: use rand() instead of random() and
4311           replace bzero() with memset(). Fixes #529692.
4312
4313 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4314
4315         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4316         Fix typo in comments.
4317
4318         * tests/examples/rtp/client-H263p-PCMA.sdp:
4319         * tests/examples/rtp/client-H263p-PCMA.sh:
4320         * tests/examples/rtp/client-H264-PCMA.sdp:
4321         * tests/examples/rtp/client-H264-PCMA.sh:
4322         * tests/examples/rtp/client-H264.sdp:
4323         * tests/examples/rtp/client-H264.sh:
4324         * tests/examples/rtp/client-PCMA.sdp:
4325         * tests/examples/rtp/client-PCMA.sh:
4326         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4327         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4328         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4329         Add some more docs and fix examples.
4330
4331 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4332
4333         * tests/check/elements/multifile.c:
4334         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4335         declared in the former, some have it declared in the latter.
4336
4337 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4338
4339         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4340         * gst/debug/tests.c: (md5_get_value):
4341         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4342         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4343         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4344         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4345         Stop using deprecated GLib functions.
4346
4347 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4348
4349         * configure.ac:
4350         Back to development -> 0.10.8.1
4351
4352 === release 0.10.8 ===
4353
4354 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4355
4356         * configure.ac:
4357           releasing 0.10.8, "One For The Money"
4358
4359 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4360
4361         * configure.ac:
4362         0.10.7.4 pre-release
4363
4364 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4365
4366         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4367         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4368         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4369         * gst/goom/flying_stars_fx.c: (fs_free):
4370         * gst/goom/goom_config_param.h:
4371         * gst/goom/goom_core.c: (goom_init), (goom_close):
4372         * gst/goom/goom_plugin_info.h:
4373         * gst/goom/gstgoom.c: (gst_goom_finalize):
4374         * gst/goom/lines.c: (goom_lines_free):
4375         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4376         * gst/goom/surf3d.c: (grid3d_free):
4377         * gst/goom/surf3d.h:
4378         * gst/goom/tentacle3d.c: (tentacle_free):
4379         Free a bunch of stuff, and initialise things to fix leaks
4380         and valgrind warnings in the testsuite.
4381
4382         Fixes: #529268
4383
4384 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4385
4386         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4387         (gst_rtspsrc_configure_caps):
4388         Ref caps as the return value for the request_pt_map signal.
4389         Remove some caps weirdness when configuring a stream. See #528245.
4390
4391 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4392
4393         * tests/icles/gdkpixbufsink-test.c:
4394           Add cast to placate gcc 4.1.2.
4395
4396 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4397
4398         * configure.ac:
4399         0.10.7.3 pre-release
4400
4401 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4402
4403         * tests/check/Makefile.am:
4404         Disable some more elements in the state test.
4405         Add a define so the soup test can find the test files
4406         it needs at runtime.
4407
4408         * tests/check/elements/souphttpsrc.c: (run_server):
4409
4410         Add a define so the soup test can find the test files
4411         it needs at runtime.
4412
4413 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4414
4415         * gst/goom/convolve_fx.c: (convolve_apply):
4416         Don't ever draw the GOOM logo.
4417         Fixes: #528615
4418
4419 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4420
4421         * ext/cdio/gstcdiocddasrc.c:
4422         * ext/dv/gstdvdemux.c: 
4423         gst_atomic_int_set ==> g_atomic_int_set
4424
4425 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4426
4427         * configure.ac:
4428         * gst/goom/Makefile.am:
4429         * gst/goom/convolve_fx.c:
4430         * gst/goom/default_scripts.h:
4431         * gst/goom/goom.h:
4432         * gst/goom/goom_core.c: (choose_a_goom_line):
4433         * gst/goom/goom_plugin_info.h:
4434         * gst/goom/goomsl.c:
4435         * gst/goom/goomsl.h:
4436         * gst/goom/goomsl_hash.c:
4437         * gst/goom/goomsl_hash.h:
4438         * gst/goom/goomsl_heap.c:
4439         * gst/goom/goomsl_heap.h:
4440         * gst/goom/goomsl_private.h:
4441         * gst/goom/plugin_info.c:
4442           Strip out the config/script parsing stuff, we don't need it.
4443           Fixes #527999.
4444
4445 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4446
4447         * gst/goom/plugin_info.c: (setOptimizedMethods):
4448           Disable altivec optimisations for 32-bit PPC as well to make
4449           things build properly on all PPC systems. Fixes #528143
4450
4451 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4452
4453         * gst-plugins-good.spec.in:
4454           Update for souphttpsrc plugin which has moved to -good.
4455
4456 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4457
4458         * gst/matroska/matroska-demux.c:
4459         (gst_matroska_demux_handle_seek_event):
4460         Fix open-ended seeks in matroskademux
4461         Patch by: Mark Nauwelaerts <manauw skynet be>
4462         Fixes: #526557
4463
4464 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4465
4466         * tests/check/Makefile.am:
4467         Add soup test certificates to the dist.
4468
4469 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4470
4471         * ext/Makefile.am:
4472         Remove LADSPA reference I missed.
4473
4474 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4475
4476         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4477         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4478         over gnome-vfs and everything else. Fixes bug #527848.
4479
4480 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4481
4482         * configure.ac:
4483         * ext/Makefile.am:
4484         Remove LADSPA plugin. Fixes: #515978
4485
4486 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4487
4488         * configure.ac:
4489         * docs/plugins/Makefile.am:
4490         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4491         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4492         * docs/plugins/gst-plugins-good-plugins.args:
4493         * docs/plugins/inspect/plugin-soup.xml:
4494         * ext/Makefile.am:
4495         * tests/check/Makefile.am:
4496         Move soup plugin from -bad (Fixes: #523124)
4497
4498 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4499
4500         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4501         Fix bounds checking of mode in Speex header, which may
4502         produce negative numbers in speex <= 1.1.12
4503
4504 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4505
4506         * gst/goom/Makefile.am:
4507         * gst/goom/gfontlib.c:
4508         * gst/goom/gfontlib.h:
4509         * gst/goom/gfontrle.c:
4510         * gst/goom/gfontrle.h:
4511         * gst/goom/goom.h:
4512         * gst/goom/goom_core.c: (goom_update):
4513         * gst/goom/goom_plugin_info.h:
4514         * gst/goom/gstgoom.c: (gst_goom_chain):
4515         * gst/goom/plugin_info.c:
4516           Remove a bunch of font/text related code that we don't need.
4517
4518 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4519
4520         * gst/goom/ppc_drawings.s:
4521         * gst/goom/ppc_zoom_ultimate.s:
4522           Change license of these files to LGPL, as permitted by the
4523           author, Guillaume Borios. See #515073.
4524
4525 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4526
4527         * gst/goom/convolve_fx.c:
4528         * gst/goom/motif_goom1.h:
4529         * gst/goom/motif_goom2.h:
4530           As hinted in Bug #518213, revert one change and fix warnings properly.
4531           This fixes both #518213 and #520073 for me.     
4532
4533 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4534
4535         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4536         * gst/matroska/matroska-demux.c:
4537         (gst_matroska_demux_handle_seek_event),
4538         (gst_matroska_demux_parse_contents_seekentry),
4539         (gst_matroska_demux_loop):
4540         Fix the Forte build by making function declaration signatures
4541         match the implementations.
4542
4543 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
4544
4545         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4546         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
4547         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
4548           More logging when probing (see #518474), some comments in _reset().
4549
4550 2008-04-07  Julien Moutte  <julien@fluendo.com>
4551
4552         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
4553         because of a bad argument number.
4554
4555 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4556
4557         * tests/icles/.cvsignore:
4558         * tests/icles/Makefile.am:
4559         * tests/icles/gdkpixbufsink-test.c:
4560           Interactive test app for gdkpixbufsink.
4561
4562 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4563
4564         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4565
4566         * configure.ac:
4567         Actually build dlls when cross-compiling with mingw32.
4568         Fixes bug #526247.
4569
4570 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
4571
4572         * ext/hal/hal.c: (gst_hal_get_alsa_element):
4573           Don't munge device string to 'default:x' for capture devices.
4574           Fixes #525833.
4575
4576 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4577
4578         * ext/wavpack/gstwavpackparse.c:
4579         (gst_wavpack_parse_index_entry_free):
4580         Always use GSlice as we actually depend on GLib 2.12 already.
4581
4582 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4583
4584         * configure.ac:
4585           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
4586           Also bump the GLib requirement to the current de-facto requirement
4587           (ie. 2.12).
4588
4589 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4590
4591         * gst/rtp/gstrtph264pay.c: (encode_base64),
4592         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
4593         * gst/rtp/gstrtph264pay.h:
4594         Parse codec_data for future AVC compatibility.
4595         Fail when we encounter AVC data for now.
4596
4597 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4598
4599         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
4600           (gst_spectrum_init), (gst_spectrum_set_property),
4601           (gst_spectrum_get_property), (gst_spectrum_message_new):
4602           Rename property enums and default defines for the properties to match
4603           the property names and rephrase property descriptions to make them a
4604           bit clearer (hopefully). See #518188.
4605
4606 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4607
4608         * tests/check/Makefile.am:
4609         * tests/check/elements/.cvsignore:
4610         * tests/check/elements/gdkpixbufsink.c:
4611           Add unit test for gdkpixbufsink element.
4612
4613 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4614
4615         * ext/gdk_pixbuf/Makefile.am:
4616         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4617         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
4618           (gst_gdk_pixbuf_sink_base_init),
4619           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
4620           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
4621           (gst_gdk_pixbuf_sink_set_caps),
4622           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
4623           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
4624           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
4625           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
4626           (gst_gdk_pixbuf_sink_get_property):
4627         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
4628           Add gdkpixbufsink element for easy snapshotting (#525946).
4629
4630 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4631
4632         * tests/check/pipelines/wavpack.c: (wavpack_suite):
4633         Bump timeout from 3 to 60 seconds.
4634
4635 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4636
4637         * tests/check/pipelines/.cvignore:
4638         Remove useless file.
4639
4640         * tests/check/pipelines/.cvsignore:
4641         Add new test to .cvsignore.
4642
4643 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4644
4645         * tests/check/Makefile.am:
4646         * tests/check/pipelines/wavpack.c: (bus_handler),
4647         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
4648         (wavpack_suite), (main):
4649         Add unit test that encodes and decodes some data, checks that it
4650         is still the same and that all timestamps/offsets are perfect.
4651
4652 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4653
4654         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
4655         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
4656         * ext/wavpack/gstwavpackparse.c:
4657         (gst_wavpack_parse_index_entry_new),
4658         (gst_wavpack_parse_index_entry_free),
4659         (gst_wavpack_parse_base_init),
4660         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
4661         Use GSlice for allocating index entries and use
4662         gst_element_class_set_details_simple().
4663
4664 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4665
4666         Patch by: Brian Cameron <brian.cameron at sun dot com>
4667
4668         * sys/sunaudio/gstsunaudio.c:
4669         * sys/sunaudio/gstsunaudiomixer.c:
4670         * sys/sunaudio/gstsunaudiomixer.h:
4671         * sys/sunaudio/gstsunaudiomixerctrl.c:
4672         * sys/sunaudio/gstsunaudiomixerctrl.h:
4673         * sys/sunaudio/gstsunaudiomixertrack.c:
4674         * sys/sunaudio/gstsunaudiomixertrack.h:
4675         * sys/sunaudio/gstsunaudiosink.c:
4676         * sys/sunaudio/gstsunaudiosink.h:
4677         * sys/sunaudio/gstsunaudiosrc.c:
4678         * sys/sunaudio/gstsunaudiosrc.h:
4679           Fix up copyrights (#525860).
4680
4681 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4682
4683         * gst/goom/goomsl.c: (gsl_read_file):
4684           Check return value of fread() to avoid compiler warnings.
4685
4686 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4687
4688         Based on patch by: Mersad Jelacic <mersad at axis dot com>
4689
4690         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
4691         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
4692         * gst/law/alaw-decode.h:
4693         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
4694         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4695         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4696         * gst/law/mulaw-decode.h:
4697         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
4698         Make negotiation a bit modern.
4699         Use pad_alloc. Fixes #525359.
4700
4701 2008-03-31  David Schleef  <ds@schleef.org>
4702
4703         * gst/goom/xmmx.c: Fix constraints on asm code so that it
4704           compiles consistently.  Fixes #522278.
4705
4706 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4707
4708         Patch by: Brian Cameron <brian.cameron at sun dot com>
4709
4710         * sys/sunaudio/gstsunaudiomixerctrl.c:
4711           (gst_sunaudiomixer_ctrl_get_volume),
4712           (gst_sunaudiomixer_ctrl_set_volume):
4713         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4714           Fix up the mixer tracks to use a volume range of 0-255, which is what
4715           the sun audio API uses. This simplifies the code and avoids rounding
4716           errors. Fixes #524593.
4717
4718 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4719
4720         * sys/v4l2/gstv4l2object.c:
4721         * sys/v4l2/gstv4l2object.h:
4722         Add device-fd property to make it possible to apps to call ioctl's.
4723
4724 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4725
4726         * gst/qtdemux/qtdemux.c: (next_entry_size):
4727         Unbreak streaming mode again.
4728
4729 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4730
4731         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4732           Remove superfluous DEBUG macro.
4733
4734 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4735
4736         Based on patch by: William M. Brack <wbrack at mmm com hk>
4737
4738         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4739           (gst_v4l2src_set_capture):
4740           Check whether the device supports setting the framerate before
4741           trying to set it and then posting a warning or error if it doesn't
4742           work (#516649, #520092). Also compare fractions more correctly.
4743
4744 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4745
4746         * gst/goom/Makefile.am:
4747           Remove ppc assembler optimisations from the build until they
4748           actually build (they also seem to have GPL headers).
4749
4750 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4751
4752         * m4/Makefile.am:
4753           Better not dist files that don't exist any longer (lrint*m4).
4754
4755 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4756
4757         * configure.ac:
4758         * m4/lrint.m4:
4759         * m4/lrintf.m4:
4760         Remove lrint/lrintf checks. We don't use it anywhere.
4761
4762 2008-03-18  Andy Wingo  <wingo@pobox.com>
4763
4764         * sys/osxvideo/osxvideosink.m
4765         (gst_osx_video_sink_osxwindow_destroy)
4766         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4767         task, whoopdee.
4768         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4769         2 ms.
4770
4771 2008-03-18  Andy Wingo  <wingo@pobox.com>
4772
4773         * sys/osxvideo/osxvideosink.m
4774         (gst_osx_video_sink_osxwindow_destroy)
4775         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4776         task, whoopdee.
4777         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4778         2 ms.
4779         
4780 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4781
4782         Patch by: William M. Brack <wbrack at mmm com hk>
4783
4784         * sys/v4l2/v4l2src_calls.c:
4785           (gst_v4l2src_probe_caps_for_format_and_size),
4786           (gst_v4l2src_probe_caps_for_format):
4787           Make sure the probed frame sizes are reversed in the resulting
4788           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4789           highest resolution first); also remove unused variable.
4790           (Partly fixes #520092)
4791
4792 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4793
4794         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4795
4796         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4797         (gst_rtspsrc_finalize):
4798         Call WSAStartup() and WSACleanup before using the Winsock API.
4799         See #520808.
4800
4801 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4802
4803         * gst/avi/gstavidemux.c:
4804           Erm, the buffer-size is just guint, no need for the special format
4805           specifier.
4806
4807 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4808
4809         * gst/goom/plugin_info.c:
4810         * gst/goom/ppc_zoom_ultimate.h:
4811           Small fixes to build more on PPC: ifdef out code that uses unknown
4812           define; add newline at end of header file to avoid compiler warning.
4813           Assembler code still doesn't build though.
4814
4815 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4816
4817         * gst/avi/gstavidemux.c:
4818           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4819           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4820
4821 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4822
4823         * gst/avi/gstavidemux.c:
4824           Chunksize is uint32. Fix format specifier.
4825
4826 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4827
4828         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4829         mistake. Return file to pure MIT text.
4830
4831 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4832
4833         * gst/audiofx/audiofx.c:
4834         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4835         of hardcoding values.
4836
4837 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4838
4839         Patch by: Mark Nauwelaerts <manauw skynet be>
4840
4841         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
4842           (gst_oss_src_close):
4843         * sys/oss/gstosssrc.h:
4844           Cache probed caps, so _get_caps() during recording doesn't cause
4845           ioctl calls which may disrupt the recording (fixes #521875).
4846
4847 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4848
4849         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
4850         (gst_qtdemux_activate_segment),
4851         (gst_qtdemux_prepare_current_sample),
4852         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
4853         Make sure we always send a DISCONT after a seek by setting the sample
4854         index to an undefined value after a seek.
4855
4856 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4857
4858         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
4859           (GST_IS_AVI_SUBTITLE_CLASS):
4860           Fix up IS_FOO macros, which makes gtk-doc much happier.
4861
4862 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4863
4864         * tests/icles/Makefile.am:
4865           Move the -lgstfoo where it belongs.
4866
4867 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4868
4869         * gst/matroska/ebml-ids.h:
4870         Add ID for EBML CRC32 elements.
4871
4872         * gst/matroska/Makefile.am:
4873         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
4874         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
4875         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
4876         (gst_ebml_read_header):
4877         Support reading 80bit floats, add finalize method to clean up
4878         in any case, support reading length/id elements with any length
4879         as long as it's smaller than our supported maximum, don't leak
4880         buffers if reading as much data as we wanted failed and some
4881         smaller cleanup.
4882
4883 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4884
4885         Patch by: Olivier Crete <tester at tester dot ca>
4886
4887         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4888         Check that a buffer is large enough before reading from it.
4889         Fixes bug #521102.
4890         
4891 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4892
4893         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4894         Fix compilation after removing the GstPollMode from the
4895         constructor.
4896
4897 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4898
4899         * configure.ac:
4900         * gst/audiofx/Makefile.am:
4901         * gst/audiofx/audiochebband.c:
4902         * gst/audiofx/audiocheblimit.c:
4903         * gst/audiofx/math_compat.h:
4904         Check for sinh(), cosh() and asinh() and define our own
4905         implementations if they're not available. Fixes bug #520880.
4906
4907 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4908
4909         Patch by: Olivier Crete <tester at tester dot ca>
4910
4911         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
4912         Unref the buffers only once when handling not-negotiated errors.
4913         Fixes bug #520764.
4914
4915 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4916
4917         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4918
4919         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
4920         (gst_udpsrc_stop):
4921         Properly balance WSA_Cleanup with WSA_Startup.
4922         Also make the poll controllable on windows. Fixes #520888.
4923
4924 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4925
4926         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
4927         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
4928         (gst_ebml_read_element_length), (gst_ebml_peek_id),
4929         (gst_ebml_read_skip), (gst_ebml_read_buffer),
4930         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
4931         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
4932         (gst_ebml_read_date), (gst_ebml_read_master),
4933         (gst_ebml_read_binary), (gst_ebml_read_header):
4934         * gst/matroska/ebml-read.h:
4935         * gst/matroska/matroska-demux.c:
4936         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
4937         (gst_matroska_demux_read_track_encodings),
4938         (gst_matroska_demux_add_stream),
4939         (gst_matroska_demux_handle_src_query),
4940         (gst_matroska_demux_handle_seek_event),
4941         (gst_matroska_demux_init_stream),
4942         (gst_matroska_demux_parse_tracks),
4943         (gst_matroska_demux_parse_index_cuetrack),
4944         (gst_matroska_demux_parse_index_pointentry),
4945         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
4946         (gst_matroska_demux_parse_metadata_id_simple_tag),
4947         (gst_matroska_demux_parse_metadata_id_tag),
4948         (gst_matroska_demux_parse_metadata),
4949         (gst_matroska_demux_sync_streams),
4950         (gst_matroska_demux_push_hdr_buf),
4951         (gst_matroska_demux_push_flac_codec_priv_data),
4952         (gst_matroska_demux_push_xiph_codec_priv_data),
4953         (gst_matroska_demux_add_wvpk_header),
4954         (gst_matroska_demux_check_subtitle_buffer),
4955         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4956         (gst_matroska_demux_parse_cluster),
4957         (gst_matroska_demux_parse_contents_seekentry),
4958         (gst_matroska_demux_parse_contents),
4959         (gst_matroska_demux_loop_stream_parse_id),
4960         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
4961         * gst/matroska/matroska-demux.h:
4962         * gst/matroska/matroska-ids.h:
4963         Handle return values from pull_range in a more granular way to properly
4964         shut down on seeks.
4965         Combine return values from push.
4966         Implement proper error handling.
4967         Prepare for handling seeking correctly.
4968
4969 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4970
4971         * gst/matroska/ebml-read.c:
4972         Use GINT64 formatting constants from GLIB.
4973
4974         * gst/matroska/matroska-demux.c:
4975         Add some guards to avoid a possible division by 0 and crashing
4976         with NULL events on some systems.
4977         Use gst_gdouble_to_guint64 somewhere instead of an implicit
4978         conversion. 
4979
4980         * gst/matroska/matroska-mux.c:
4981         Check for invalid timestamps in a bunch of places to avoid
4982         writing bogus durations into the output file.
4983         Fix some double<->gint64 conversions that weren't using
4984         gst_guint64_to_gdouble
4985
4986 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4987
4988         * configure.ac:
4989         Move the checks for bison, flex and as to the program section and the
4990         check for gcc inline asm to the compiler characteristics section.
4991
4992 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4993
4994         * configure.ac:
4995         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4996         plug-ins are included/excluded. (#498222)
4997
4998 2008-02-29  Michael Smith <msmith@fluendo.com>
4999
5000         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5001           Don't call gst_object_sync_values() unless we have a valid timestamp.
5002
5003 2008-02-28  David Schleef  <ds@schleef.org>
5004
5005         * gst/matroska/matroska-demux.c:
5006         * gst/matroska/matroska-ids.h:
5007         * gst/matroska/matroska-mux.c:
5008           Fix Dirac mapping.  I had previously added a VfW-type
5009           mapping, but it looks like Dirac will get a native Matroska
5010           mapping, and this is the most likely method.
5011
5012 2008-02-28  David Schleef  <ds@schleef.org>
5013
5014         * gst/avi/gstavimux.c: Add Dirac encoding
5015
5016 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5017
5018         Patch by: Peter Kjellerstedt <pkj at axis com>
5019
5020         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5021         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5022         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5023         * gst/udp/gstudpsrc.h:
5024         Port to GstPoll. See #505417.
5025
5026 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5027
5028         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5029         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5030         yet on the srcpad. We need rate and channels before we
5031         can do any processing. Fixes bug #519088.
5032
5033 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5034
5035         * configure.ac:
5036         Detect and indicate if GCC inline assembly syntax is
5037         available.
5038
5039         * gst/goom/Makefile.am:
5040         * gst/goom/convolve_fx.c:
5041         * gst/goom/flying_stars_fx.c:
5042         * gst/goom/goom_config.h:
5043         * gst/goom/goom_core.c:
5044         * gst/goom/goomsl.c:
5045         * gst/goom/ifs.c:
5046         * gst/goom/mmx.c:
5047         * gst/goom/plugin_info.c:
5048         * gst/goom/xmmx.c:
5049         Fix various GCC-isms, and only build the inline assembly
5050         with compilers that support GCC inline assembly.
5051
5052         Fix a couple of other warnings shown with Forte.
5053
5054 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5055
5056         * gst/goom/xmmx.c:
5057           Use 'emms' instead of 'femms' to not crash on cpus that do not
5058           implement this 3dnow specific instruction.
5059
5060 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5061
5062         * gst/goom/plugin_info.c: (setOptimizedMethods):
5063         Use extended MMX for draw_line() too if available, not only
5064         normal MMX.
5065
5066 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5067
5068         * ext/jpeg/gstjpeg.c: (plugin_init):
5069         Remove (commented out) smoke typefinder. This is in base now.
5070
5071 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5072
5073         * gst/goom2k1/Makefile.am:
5074         * gst/goom2k1/gstgoom.c:
5075
5076         Rename the installed library, and don't register the same 
5077         GType name as the new goom.
5078
5079 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5080
5081         * configure.ac:
5082         * ext/taglib/Makefile.am:
5083           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5084           when building C++ code (#516509).
5085
5086 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5087
5088         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5089         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5090           (setOptimizedMethods):
5091           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5092           anything useful. Export goom debug category so we can get
5093           rid of the VERBOSE define and the printfs.
5094
5095 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5096
5097         * gst/goom/goomsl_heap.c: (align_it):
5098         * gst/goom/plugin_info.c: (setOptimizedMethods):
5099           Compile fixes for x86-64.
5100
5101 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5102
5103         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5104         with warnings, but add other CFLAGS
5105
5106         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5107         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5108         (calculate_labels), (gsl_read_file):
5109         * gst/goom/goomsl_lex.l:
5110         * gst/goom/goomsl_yacc.y:
5111         * gst/goom/plugin_info.c: Remove a few live printf, and
5112         fprintf, replace exit() calls with g_assert_not_reached()
5113         if it not optimal for a library
5114
5115 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5116
5117         * gst/goom/Makefile.am: Remove the warnings being disabled,
5118         fix linkage on x86, spotted by Sebastian Dröge
5119         <slomo@circular-chaos.org>
5120
5121         * gst/goom/convolve_fx.c (convolve_init),
5122         (create_output_with_brightness), (convolve_apply):
5123         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5124         * gst/goom/goomsl.c:
5125         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5126         * gst/goom/plugin_info.c:
5127         * gst/goom/tentacle3d.c (tentacle_fx_create):
5128         Fix warnings, and disable the motifs in the convolve_fx
5129         plugin (they were causing warnings, and they were just
5130         "Goom" in funny letterring)
5131
5132 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5133
5134         * configure.ac: Add checks for Flex/Yacc/Bison and other
5135         furry animals, for the new goom 2k4 based plugin
5136
5137         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5138         CPU optimisations (not working yet), move the old plugin to...
5139
5140         * gst/goom2k1/*: ... here, in case somebody is sick enough
5141
5142         Fixes #515073
5143
5144 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5145
5146         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5147         Post the server response code in an error message instead of a generic
5148         'error' message. Fixes #517237.
5149
5150 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5151
5152         * tests/check/Makefile.am:
5153         Ignore gconfaudiosrc for the states unit test too. It will fallback
5154         to alsasrc if the gconf settings can't be read and not everybody has
5155         alsa.
5156
5157 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5158
5159         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5160         (gst_wavpack_parse_create_src_pad):
5161         * ext/wavpack/gstwavpackparse.h:
5162         Always report the duration if we know it in push mode and don't
5163         return 0 just to make totem believe we can't seek in push mode.
5164         Newer totem version use the SEEKING query which properly reports
5165         if we can seek or not.
5166
5167 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5168
5169         Patch by: Jens Granseuer <jensgr at gmx dot net>
5170
5171         * tests/examples/equalizer/demo.c: (main):
5172         C89 fix, moving variable declarations to the beginning of
5173         the block. Fixes bug #517933.
5174
5175 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5176
5177         * configure.ac:
5178         Back to development...
5179
5180 === release 0.10.7 ===
5181
5182 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5183
5184         * configure.ac:
5185           releasing 0.10.7, "Red Door Black"
5186
5187 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5188
5189         * gst/alpha/Makefile.am:
5190         Link alpha plugin with libgstbase. Fixes bug #517386.
5191
5192 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5193
5194         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5195         Init values to -1 instead of the default 0 value.
5196         Fixes #516524.
5197
5198 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5199
5200         * tests/examples/spectrum/spectrum-example.c:
5201         Add missing include to fix compilation when libxml usage is disabled.
5202         Fixes: #516371
5203
5204 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5205
5206         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5207         fixes: #514889
5208
5209         * gst/rtp/gstrtph264pay.c:
5210         * gst/rtp/gstrtpmp4gdepay.c:
5211         * gst/rtp/gstrtpmp4gpay.c:
5212         * gst/rtp/gstrtpmp4gpay.h:
5213         * gst/rtp/gstrtptheorapay.c:
5214         * gst/rtp/gstrtpvorbispay.c:
5215
5216         Fix various leaks shown up in valgrind
5217         - free sprops and buffer in error cases in H264 payloader
5218         - fix leak in mp4g depayloader when construction the caps
5219         - don't leak config string in the mp4g payloader
5220         - don't leak buffers and headers in theora and vorbis payloaders
5221
5222         * tests/check/elements/rtp-payloading.c:
5223
5224         Fix the RTP data test
5225         - Actually send valid amr data to the payloader instead of 20
5226         zero-bytes
5227         - The mp4g payloader expects codec_data on the caps
5228
5229 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5230
5231         * win32/MANIFEST:
5232         Add libgstpng.dsp to MANIFEST.
5233         * win32/vs6/libgstaudiofx.dsp:
5234         Add new source files to VS project file.
5235
5236 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5237
5238         * sys/ximage/gstximagesrc.c:
5239         Initialise variables when opening the X display rather
5240         than in _start(), as the display can be opened before that.
5241
5242         Fixes: #515985
5243
5244 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5245
5246         * sys/directdraw/gstdirectdrawsink.c:
5247         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5248         (gst_directdraw_sink_finalize):
5249         Properly chain up finalize functions. Fixes bug #515980.
5250
5251 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5252
5253         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5254         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5255         (gst_v4l2_buffer_pool_class_init):
5256         Chain up the finalize functions. Fixes bug #515984.
5257
5258 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5259
5260         * sys/ximage/ximageutil.c:
5261         Chain up in the finalize function for our custom
5262         buffer sub-class.
5263         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5264         Fixes: #515706
5265
5266 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5267
5268         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5269         (gst_fenced_buffer_class_init):
5270         Properly chain up finalize method. Fixes bug #515979.
5271
5272 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5273
5274         * sys/ximage/gstximagesrc.c:
5275         Free allocated Damage memory before closing our connection to the
5276         X server. Partially fixes: #515706
5277
5278 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5279
5280         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5281         * tests/check/Makefile.am:
5282         * tests/check/gst-plugins-good.supp:
5283         Add a few libjpeg suppressions and initialize a variable to
5284         make smokeenc valgrind clean. Fixes bug #515701.
5285
5286 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5287
5288         * gst/avi/gstavidemux.c:
5289         Revert patch which sends timestamps only on keyframes, as it
5290         breaks playback with current gst-ffmpeg.
5291
5292         Fixes: #515562
5293
5294 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5295
5296         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5297         * tests/check/elements/multifile.c: (GST_START_TEST):
5298         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5299
5300 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5301
5302         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5303         Use and unset the GError when pipeline creation fails instead of
5304         simply leaking it. Fixes bug #515704.
5305
5306 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5307
5308         * gst/audiofx/audioamplify.c:
5309         * gst/audiofx/audiochebband.c:
5310         * gst/audiofx/audiocheblimit.c:
5311         * gst/audiofx/audiodynamic.c:
5312         * gst/audiofx/audioinvert.c:
5313         * gst/audiofx/audiopanorama.c:
5314         * gst/audiofx/audiowsincband.c:
5315         * gst/audiofx/audiowsinclimit.c:
5316         Fix long description of audiofx elements. Fixes bug #515457.
5317
5318 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5319
5320         * docs/plugins/Makefile.am:
5321         * gst/spectrum/gstspectrum.c:
5322         * tests/examples/spectrum/.cvsignore:
5323         * tests/examples/spectrum/Makefile.am:
5324         * tests/examples/spectrum/spectrum-example.c:
5325
5326         Add a simple example application for the spectrum element, include it
5327         in the docs, and fix some documentation ambiguities.
5328
5329         Fixes: #348085
5330
5331 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5332
5333         * gst/equalizer/Makefile.am:
5334         * gst/spectrum/Makefile.am:
5335         Fix includes order
5336
5337         * tests/check/Makefile.am:
5338         Exclude v4l2src from the states test - it takes too long to start.
5339
5340         * tests/check/elements/spectrum.c:
5341         Make the test run properly with CK_FORK=no
5342
5343 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5344
5345         * gst/audiofix/Makefile.am: add missing header files 
5346
5347 2008-02-08  Julien Moutte  <julien@fluendo.com>
5348
5349         * gst/matroska/matroska-demux.c:
5350         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5351         keyframe and delta units correctly when dealign with a BlockGroup.
5352         Fixes: #514397
5353
5354 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5355
5356         * tests/check/elements/.cvsignore:
5357         Spell the new tests correctly in .cvsignore
5358
5359 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5360
5361         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5362           Need to use gsize here for the size, fixes compiler warning.
5363
5364         * tests/examples/equalizer/.cvsignore:
5365         * tests/examples/equalizer/Makefile.am:
5366         * tests/examples/spectrum/.cvsignore:
5367         * tests/examples/spectrum/Makefile.am:
5368           Add missing files to fix the build.
5369
5370 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5371
5372         * configure.ac:
5373         * docs/plugins/Makefile.am:
5374         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5375         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5376         * docs/plugins/gst-plugins-good-plugins.args:
5377         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5378         * docs/plugins/inspect/plugin-multifile.xml:
5379         * tests/check/Makefile.am:
5380         * tests/check/elements/.cvsignore:
5381
5382         Move multifile plugin from -bad.
5383         Fixes: #490283
5384
5385 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5386
5387         * configure.ac:
5388         * docs/plugins/Makefile.am:
5389         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5390         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5391         * docs/plugins/gst-plugins-good-plugins.args:
5392         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5393         * docs/plugins/inspect/plugin-spectrum.xml:
5394         * gst/spectrum/Makefile.am:
5395         * tests/check/Makefile.am:
5396         * tests/check/elements/.cvsignore:
5397         * tests/examples/Makefile.am:
5398
5399         Move spectrum plugin from -bad.
5400         Move examples into tests/examples/spectrum.
5401
5402 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5403
5404         * configure.ac:
5405         * docs/plugins/Makefile.am:
5406         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5407         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5408         * docs/plugins/gst-plugins-good-plugins.args:
5409         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5410         * docs/plugins/gst-plugins-good-plugins.interfaces:
5411         * docs/plugins/inspect/plugin-equalizer.xml:
5412         * gst/equalizer/Makefile.am:
5413         * tests/check/Makefile.am:
5414         * tests/examples/Makefile.am:
5415         Move the equalizer plugin across from -bad
5416
5417         * tests/check/elements/.cvsignore:
5418         Add equalizer, audiosincwband and audiosincwlimit
5419
5420         * tests/check/elements/equalizer.c:
5421         Fix compiler warnings
5422
5423         Fixes: #415627
5424
5425 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5426
5427         * configure.ac:
5428         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5429         are treated like releases and build without it.
5430
5431 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5432
5433         * docs/plugins/Makefile.am:
5434         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5435         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5436         * docs/plugins/gst-plugins-good-plugins.args:
5437         * docs/plugins/inspect/plugin-audiofx.xml:
5438         * gst/audiofx/Makefile.am:
5439         * gst/audiofx/audiofx.c:
5440         * gst/audiofx/audiowsincband.c:
5441         * gst/audiofx/audiowsincband.h:
5442         * gst/audiofx/audiowsinclimit.c:
5443         * gst/audiofx/audiowsinclimit.h:
5444         * tests/check/Makefile.am:
5445         * tests/check/elements/audiowsincband.c:
5446         * tests/check/elements/audiowsinclimit.c:
5447
5448         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5449         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5450         respectively.
5451
5452         Fixes: #467666
5453
5454 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5455
5456         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5457         * tests/check/elements/icydemux.c:
5458           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5459           caps, and add a somewhat useful debug message. Plus test.
5460
5461 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5462
5463         * gst/rtsp/gstrtspsrc.c:
5464         Include unistd.h only if HAVE_UNISTD_H is defined
5465         * win32/common/config.h.in:
5466         * win32/common/config.h:
5467         Define socklen_t as it seems it's not defined in default 
5468         Visual Studio headers.
5469         * win32/vs6/libgstalpha.dsp:
5470         * win32/vs6/libgstapetag.dsp:
5471         * win32/vs6/libgstavi.dsp:
5472         * win32/vs6/libgstrtp.dsp:
5473         * win32/vs6/libgstrtsp.dsp:
5474         * win32/vs6/libgstvideomixer.dsp:
5475         Update project file dependencies and add new source files       
5476
5477 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5478
5479         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5480
5481         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5482         Don't leak buffers when we don't push them downstream.
5483         Fixes bug #514965.
5484
5485 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5486
5487         * configure.ac:
5488           Bump requirements to (good) released versions to avoid
5489           confusion and make implicit core requirement explicit.
5490
5491 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5492
5493         * docs/plugins/Makefile.am:
5494         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5495         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5496         * docs/plugins/gst-plugins-good-plugins.args:
5497         * docs/plugins/inspect/plugin-audiofx.xml:
5498         * gst/audiofx/Makefile.am:
5499         * gst/audiofx/audiochebband.c:
5500         * gst/audiofx/audiochebband.h:
5501         * gst/audiofx/audiocheblimit.c:
5502         * gst/audiofx/audiocheblimit.h:
5503         * gst/audiofx/audiochebyshevfreqband.c:
5504         * gst/audiofx/audiochebyshevfreqband.h:
5505         * gst/audiofx/audiochebyshevfreqlimit.c:
5506         * gst/audiofx/audiochebyshevfreqlimit.h:
5507         * gst/audiofx/audiofx.c:
5508         * tests/check/Makefile.am:
5509         * tests/check/elements/.cvsignore:
5510         * tests/check/elements/audiochebband.c:
5511         * tests/check/elements/audiocheblimit.c:
5512         * tests/check/elements/audiochebyshevfreqband.c:
5513         * tests/check/elements/audiochebyshevfreqlimit.c:
5514
5515         Rename audiochebyshevfreqband -> audiochebband and
5516         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5517         surgery.
5518
5519         Closes: #491811
5520
5521 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5522
5523         Patch by: Orjan Friberg <orjanf at axis dot com>
5524
5525         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5526         Fix caps memory leak. Fixes #514573.
5527
5528 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5529
5530         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5531         If there's no entries in the subindex, don't try to do anything stupid,
5532         just return.
5533
5534 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5535
5536         Patch by: John Millikin <jmillikin at gmail dot com>
5537
5538         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5539           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5540           Fix extraction of picture blocks with newer libflac versions again:
5541           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5542
5543 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5544
5545         * tests/check/Makefile.am:
5546           Add rtp-payloading test to VALGRIND_TO_FIX.
5547
5548         * tests/check/elements/rtp-payloading.c:
5549           Add semicolons after GST_TEST_END so gst-indent gets the
5550           formatting right; make test less verbose in general, but
5551           more verbose in the error case (which should probably
5552           make the test fail anyway).
5553
5554 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
5555
5556         * docs/plugins/Makefile.am:
5557         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5558         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5559         * gst/avi/gstavisubtitle.c:
5560         Add documentation for avisubtitle and change class to
5561         Codec/Parser/Subtitle
5562
5563 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5564
5565         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5566         Treat ENOTTY (driver does not implement ioctl) the same as
5567         EINVAL since it implies there are no available standards.
5568
5569         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
5570         (gst_v4l2src_get_nearest_size):
5571         Replace gst_v4l2src_get_size_limits with 2 calls to new function
5572         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
5573         probe if the driver does not support VIDIOC_TRY_FMT for whatever
5574         reason, and if we aren't yet actively capturing.
5575
5576         * sys/v4l2/v4l2src_calls.h:
5577         Remove replaced function declaration.
5578
5579 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5580
5581         * configure.ac:
5582         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
5583         API.
5584
5585 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
5586
5587         * configure.ac:
5588         Fix typo.
5589
5590 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5591
5592         * gst/alpha/Makefile.am:
5593         * gst/alpha/gstalpha.c:
5594
5595         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
5596         some stuff, and making buffer-alloc and resizing work automatically.
5597         No longer crashes on odd frame widths and heights, although there
5598         seems to be a disagreement with ffmpegcolorspace about what size
5599         an AYUV frame with odd height should be.
5600
5601 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5602
5603         Patch by: Alessandro Decina <alessandro at nnva dot org>
5604
5605         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
5606         * ext/libpng/gstpngenc.h:
5607         Preallocate the output buffer so that g_memdup() and
5608         gst_buffer_merge() aren't needed anymore. This greatly improves
5609         performances and fixes #512544.
5610
5611 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5612
5613         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
5614         (gst_avi_demux_stream_data):
5615         GStreamer timestamps are PTS values while AVI only knows about DTS
5616         timestamps. Make sure we only copy the DTS as the buffer timestamp when
5617         we are dealing with a key frame.
5618
5619 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5620
5621         * tests/check/Makefile.am:
5622         * tests/check/elements/.cvsignore:
5623         * tests/check/elements/rtp-payloading.c:
5624           Add add testsuite for the rtp-payloader that tries simulating
5625           dataflow. Needs more test data.
5626
5627 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5628
5629         * tests/check/elements/alphacolor.c:
5630           Remove two unused variables.
5631
5632 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5633
5634         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5635           Use g_ascii_strtoll() instead of atoll, which is only
5636           available in C99.
5637
5638 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
5639
5640         * gst/rtp/Makefile.am:
5641         * gst/rtp/gstrtp.c:
5642         * gst/rtp/gstrtpmpvpay.c:
5643         * gst/rtp/gstrtpmpvpay.h:
5644         Add MPEG2 video payloader
5645
5646 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5647
5648         * gst/level/gstlevel.c:
5649         Use #include <math.h> instead of #include "math.h".
5650
5651 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5652
5653         * tests/check/Makefile.am:
5654         Fix up some CFLAGS sets.
5655         Don't include gconfvideosrc in the states test.
5656
5657         * tests/check/elements/autodetect.c: (GST_START_TEST):
5658         Add some error strings to fail_unless arguments to fix some weird
5659         compiler errors on Solaris.
5660
5661 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5662
5663         * configure.ac:
5664         Detect video4linux headers on Solaris too.
5665         * sys/v4l2/gstv4l2colorbalance.h:
5666         * sys/v4l2/gstv4l2object.h:
5667         * sys/v4l2/v4l2_calls.c:
5668         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5669         (gst_v4l2_buffer_new):
5670
5671         Make v4l2 build on Solaris.
5672         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5673         Fixes: #510505
5674
5675 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
5676
5677         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5678           Update list from (still local) scanning script.
5679
5680 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
5681
5682         Based on a patch by:
5683             Victor STINNER <victor dot stinner at haypocalc dot com>
5684
5685         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5686         Set variable to NULL after freeing it to prevent double frees
5687         or make failures by another use of it afterwards more obvious
5688         and fix use of it after the freeing. Fixes bug #510592.
5689
5690 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5691
5692         * gst/udp/gstmultiudpsink.c:
5693         use GST_WARNING for logging
5694
5695 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5696
5697         * gst/udp/gstmultiudpsink.c:
5698         Don't try to leave a multicast group with an invalid socket
5699
5700 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5701
5702         * ext/flac/gstflacdec.c:
5703           Fix compilation against flac 1.1.2 (as on debian stable), where
5704           the picture metadata defines and structs don't exist yet.
5705           Fixes #509301.
5706
5707 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5708
5709         Patch by: Olivier Crete <tester at tester dot ca>
5710
5711         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5712         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5713         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5714         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5715         * gst/udp/gstmultiudpsink.h:
5716         Add property to automatically join a multicast group or not. This can be
5717         useful when sharing a socket between multiple elements.
5718         Fixes #509531.
5719
5720 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5721
5722         * gst/videomixer/Makefile.am:
5723           Add controller flags.
5724
5725 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5726
5727         * gst/videomixer/videomixer.c:
5728           Also commit the missing gst_object_sync_values().
5729
5730 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5731
5732         * docs/plugins/Makefile.am:
5733           Remove duplicate entry.
5734
5735 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5736
5737         * docs/plugins/Makefile.am:
5738         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5739         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5740         * docs/plugins/inspect/plugin-gamma.xml:
5741         * docs/plugins/inspect/plugin-monoscope.xml:
5742         * docs/plugins/inspect/plugin-video4linux2.xml:
5743           Add 3 more plugins to docs.
5744
5745 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5746
5747         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5748         * sys/osxvideo/osxvideosink.h:
5749           Revert previous change caused by a file that got stuck on an old
5750           revision.
5751
5752 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5753
5754         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5755         * gst/multipart/Makefile.am:
5756         * gst/multipart/multipartdemux.c:
5757         * gst/multipart/multipartdemux.h:
5758         * gst/multipart/multipartmux.c:
5759         * gst/multipart/multipartmux.h:
5760           Re-add multipartdemux to the docs. Last round of section cleanup.
5761
5762 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5763
5764         * docs/plugins/Makefile.am:
5765         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5766         * sys/osxaudio/gstosxaudiosink.h:
5767         * sys/osxvideo/osxvideosink.h:
5768           Managed to resolve most unused declarations. Filed a bug for one left.          
5769
5770 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5771
5772         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5773           Cleanup section file.
5774
5775 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5776
5777         * docs/plugins/Makefile.am:
5778         * docs/plugins/gst-plugins-good-plugins.args:
5779         * docs/plugins/gst-plugins-good-plugins.signals:
5780         * docs/plugins/inspect/plugin-alaw.xml:
5781         * docs/plugins/inspect/plugin-alpha.xml:
5782         * docs/plugins/inspect/plugin-alphacolor.xml:
5783         * docs/plugins/inspect/plugin-annodex.xml:
5784         * docs/plugins/inspect/plugin-apetag.xml:
5785         * docs/plugins/inspect/plugin-audiofx.xml:
5786         * docs/plugins/inspect/plugin-auparse.xml:
5787         * docs/plugins/inspect/plugin-autodetect.xml:
5788         * docs/plugins/inspect/plugin-avi.xml:
5789         * docs/plugins/inspect/plugin-cairo.xml:
5790         * docs/plugins/inspect/plugin-cdio.xml:
5791         * docs/plugins/inspect/plugin-cutter.xml:
5792         * docs/plugins/inspect/plugin-debug.xml:
5793         * docs/plugins/inspect/plugin-dv.xml:
5794         * docs/plugins/inspect/plugin-efence.xml:
5795         * docs/plugins/inspect/plugin-effectv.xml:
5796         * docs/plugins/inspect/plugin-flac.xml:
5797         * docs/plugins/inspect/plugin-flxdec.xml:
5798         * docs/plugins/inspect/plugin-gconfelements.xml:
5799         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5800         * docs/plugins/inspect/plugin-goom.xml:
5801         * docs/plugins/inspect/plugin-halelements.xml:
5802         * docs/plugins/inspect/plugin-icydemux.xml:
5803         * docs/plugins/inspect/plugin-id3demux.xml:
5804         * docs/plugins/inspect/plugin-jpeg.xml:
5805         * docs/plugins/inspect/plugin-ladspa.xml:
5806         * docs/plugins/inspect/plugin-level.xml:
5807         * docs/plugins/inspect/plugin-matroska.xml:
5808         * docs/plugins/inspect/plugin-mulaw.xml:
5809         * docs/plugins/inspect/plugin-multipart.xml:
5810         * docs/plugins/inspect/plugin-navigationtest.xml:
5811         * docs/plugins/inspect/plugin-png.xml:
5812         * docs/plugins/inspect/plugin-quicktime.xml:
5813         * docs/plugins/inspect/plugin-rtp.xml:
5814         * docs/plugins/inspect/plugin-rtsp.xml:
5815         * docs/plugins/inspect/plugin-shout2send.xml:
5816         * docs/plugins/inspect/plugin-smpte.xml:
5817         * docs/plugins/inspect/plugin-speex.xml:
5818         * docs/plugins/inspect/plugin-taglib.xml:
5819         * docs/plugins/inspect/plugin-udp.xml:
5820         * docs/plugins/inspect/plugin-videobalance.xml:
5821         * docs/plugins/inspect/plugin-videobox.xml:
5822         * docs/plugins/inspect/plugin-videocrop.xml:
5823         * docs/plugins/inspect/plugin-videoflip.xml:
5824         * docs/plugins/inspect/plugin-videomixer.xml:
5825         * docs/plugins/inspect/plugin-wavenc.xml:
5826         * docs/plugins/inspect/plugin-wavpack.xml:
5827         * docs/plugins/inspect/plugin-wavparse.xml:
5828           Update plugin docs.
5829
5830         * gst/videomixer/Makefile.am:
5831         * gst/videomixer/videomixer.c:
5832         * gst/videomixer/videomixer.h:
5833         * gst/videomixer/videomixerpad.h:
5834           Split out header to fix warnings from the doc-build.
5835
5836 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5837
5838         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5839
5840         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5841         Use atoll to parse the rtptime with enough precision. Fixes #509329.
5842
5843 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5844
5845         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
5846         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
5847           Initialise variables to work around (false) 'foo might be used
5848           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
5849
5850 2008-01-11  David Schleef  <ds@schleef.org>
5851
5852         * docs/plugins/.cvsignore:
5853         * tests/check/pipelines/.cvsignore:
5854           Ignore more files for the buildbot.
5855
5856 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5857
5858         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
5859         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5860         Generate the image-type values correctly. Leave them out of the caps
5861         when outputting a "preview image" tag, since it only makes sense
5862         to have one of those - the type is irrelevant.
5863
5864         * sys/sunaudio/gstsunaudiomixerctrl.c:
5865         (gst_sunaudiomixer_ctrl_open):
5866         If we can, mark the mixer multiple open when we use it, in case
5867         (for some reason) the process wants to open it again elsewhere.
5868
5869 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5870
5871         Patch by: Olivier Crete <tester at tester dot ca>
5872
5873         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5874         * gst/rtp/gstrtptheorapay.c:
5875         Fix the clock rate to 90000 as required by the RFC.
5876         Fixes #508644.
5877
5878 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5879
5880         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
5881           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
5882
5883 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5884
5885         * autogen.sh:
5886           Add -Wno-portability to the automake parameters to stop warnings
5887           about GNU make extensions being used. We require GNU make in almost
5888           every Makefile anyway.
5889           
5890         * configure.ac:
5891           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5892           at the same time is required for per target flags.
5893
5894 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5895
5896         * gst/videomixer/videomixer.c: (gst_videomixer_init):
5897         Fix error from my last commit.
5898
5899 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5900
5901         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5902
5903         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
5904           Make sure the ISO 639-X language code in ID3v2 COMM frames
5905           is actually valid UTF-8 (or rather: ASCII), so we don't end
5906           up with non-UTF8 strings in tags if there's garbage in the
5907           language field. Also make sure the language code is always
5908           lower case. Fixes: #508291.
5909
5910 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5911
5912         * ChangeLog:
5913           Fix ChangeLog typo.
5914
5915 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5916
5917         * Makefile.am:
5918           Include lcov.mak to allow building coverage reports. Guard
5919           check-torture target like in the other packages.
5920
5921 2008-01-09  Sameer Naik  <sameer@damagehead.com>
5922
5923         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
5924
5925         * gst/videomixer/videomixer.c:
5926         (gst_videomixer_set_master_geometry), (_do_init),
5927         (gst_videomixer_child_proxy_get_child_by_index),
5928         (gst_videomixer_child_proxy_get_children_count),
5929         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
5930         (gst_videomixer_init), (gst_videomixer_request_new_pad),
5931         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
5932         Implement GstChildProxy interface.
5933         Send newsegment at the right moment
5934         Fixes #488879
5935
5936 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5937
5938         * gst/alpha/Makefile.am:
5939         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
5940         (gst_alpha_sink_event), (gst_alpha_chain),
5941         (gst_alpha_change_state), (plugin_init):
5942         Make the various properties of 'alpha' controllable. This allows doing
5943         niceties like fade-in/fade-out.
5944
5945 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
5946
5947         * gst/rtp/gstasteriskh263.c:
5948         * gst/rtp/gstrtpL16depay.c:
5949         * gst/rtp/gstrtpac3depay.c:
5950         * gst/rtp/gstrtpamrpay.c:
5951         * gst/rtp/gstrtpdepay.c:
5952         * gst/rtp/gstrtpgsmdepay.c:
5953         * gst/rtp/gstrtph263depay.c:
5954         * gst/rtp/gstrtph263pdepay.c:
5955         * gst/rtp/gstrtph263ppay.c:
5956         * gst/rtp/gstrtph264depay.c:
5957         * gst/rtp/gstrtph264pay.c:
5958         * gst/rtp/gstrtpmp2tdepay.c:
5959         * gst/rtp/gstrtpmp4adepay.c:
5960         * gst/rtp/gstrtpmp4gdepay.c:
5961         * gst/rtp/gstrtpmp4gpay.c:
5962         * gst/rtp/gstrtpmp4vdepay.c:
5963         * gst/rtp/gstrtpmpadepay.c:
5964         * gst/rtp/gstrtpmpvdepay.c:
5965         * gst/rtp/gstrtpsv3vdepay.c:
5966         * gst/rtp/gstrtptheoradepay.c:
5967         * gst/rtp/gstrtptheorapay.c:
5968         * gst/rtp/gstrtpvorbisdepay.c:
5969         * gst/rtp/gstrtpvorbispay.c:
5970           Remove copy/paste unused code (property setters and getter) found by
5971           the coverage suite (yay, saves ~20k on disk).
5972
5973 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5974
5975         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
5976           (videosink_templ):
5977           Also fix up pad templates to indicate that image/jpeg doesn't
5978           absolutely require the framerate property to be set (#504081).
5979
5980 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5981
5982         Based on patch by: Wouter Cloetens  <wouter at mind be>
5983
5984         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
5985           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
5986           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
5987         * gst/matroska/matroska-mux.h:
5988           Keep track of first and last timestamps for each incoming stream,
5989           so we can calculate the total duration for live sources and other
5990           input where we can't query the duration from the start or where
5991           there's no constant framerate from which we can deduce the
5992           duration; also use calculated/observed duration if it is bigger
5993           than the previously queried duration. Furthermore, use
5994           gst_pad_query_peer_duration() and take into account that it may
5995           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
5996           screws up comparisons when using unsigned integers. Fixes #504081.
5997
5998 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
5999
6000         * configure.ac:
6001         * gst/audiofx/audioamplify.c:
6002         (gst_audio_amplify_clipping_method_get_type),
6003         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6004         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6005         (gst_audio_dynamic_transform_ip):
6006         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6007         (gst_audio_invert_transform_ip):
6008         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6009         (gst_audio_panorama_transform):
6010         * gst/level/gstlevel.c: (gst_level_init):
6011         Make elements GST_BUFFER_FLAG_GAP aware and call
6012         gst_base_transform_set_gap_aware for this.
6013         Bump core requirement to CVS.
6014         
6015         * gst/audiofx/audiochebyshevfreqband.c:
6016         (gst_audio_chebyshev_freq_band_transform_ip):
6017         * gst/audiofx/audiochebyshevfreqlimit.c:
6018         (gst_audio_chebyshev_freq_limit_transform_ip):
6019         Also sync GObject properties to the controller if operating
6020         in passthrough mode.
6021
6022 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6023
6024         * sys/directdraw/gstdirectdrawsink.c:
6025           (gst_directdraw_sink_window_thread):
6026           FALSE is not a gpointer.
6027
6028 2008-01-05  Julien Moutte  <julien@fluendo.com>
6029
6030         * sys/directdraw/gstdirectdrawsink.c:
6031         (gst_directdraw_sink_set_window_id),
6032         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6033         (gst_directdraw_sink_buffer_alloc),
6034         (gst_directdraw_sink_draw_borders),
6035         (gst_directdraw_sink_show_frame),
6036         (gst_directdraw_sink_setup_ddraw),
6037         (gst_directdraw_sink_window_thread),
6038         (gst_directdraw_sink_get_ddrawcaps),
6039         (gst_directdraw_sink_surface_create): Make sure we create our
6040         internal window only when we need it. That will give a chance to
6041         the application to get the prepare-xwindow-id bus message. Draw
6042         black borders when keeping aspect ratio. Handle the case where our
6043         rendering window disappears (closed or errors) like other sinks
6044         do. Various 80 columns fixes, improve state change order. That
6045         element could need some more love.
6046
6047 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6048
6049         * ext/taglib/gstapev2mux.h:
6050         * ext/taglib/gstid3v2mux.h:
6051         Remove useless typedefs without new type name. Fixes a warning with
6052         gcc 4.3.
6053
6054 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6055
6056         Patch by: John Millikin <jmillikin at gmail dot com>
6057
6058         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6059         (gst_flac_dec_setup_stream_decoder),
6060         (gst_flac_normalize_picture_mime_type),
6061         (gst_flac_extract_picture_buffer),
6062         (gst_flac_dec_metadata_callback):
6063         Emit metadata messages when a PICTURE block is encountered.
6064         Fixes #506715.
6065
6066 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6067
6068         * gst/avi/gstavi.c:
6069         increase rank because no known issues anymore ...
6070         * gst/avi/gstavisubtitle.c:
6071         send subtitle name to the srcpad
6072
6073 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6074
6075         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6076         * gst/rtsp/gstrtspsrc.h:
6077         Implement redirect for the DESCRIBE reply. Fixes #506025.
6078
6079 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6080
6081         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6082         Fix 'xyz may be used uninitialized' compiler warnings caused
6083         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6084         abort() in any case but properly report the error.
6085
6086 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6087
6088         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6089         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6090         * sys/ximage/gstximagesrc.c: (composite_pixel):
6091           Fix 'xyz may be used uninitialized' compiler warnings caused
6092           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6093           not really nice to abort in any case). Fixes #505745.
6094
6095 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6096
6097         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6098           Small unit test fix (has no practical impact at the moment,
6099           since we're only feeding utf8 and hence just create a sub-
6100           buffer for the output).
6101
6102 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6103
6104         * gst/avi/gstavisubtitle.c:
6105         * tests/check/elements/avisubtitle.c:
6106         Add seeking support for avi subtitle
6107
6108 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6109
6110         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6111         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6112         (gst_flac_dec_write):
6113         * ext/flac/gstflacdec.h:
6114         Remove some unused vars.
6115         Do more cleanup of leftover events and tags.
6116         Output tags after the segment event. Fixes #504018.
6117
6118 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6119
6120         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6121           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6122           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6123           Detect other UTF byte order markers and convert to UTF-8 as
6124           appropriate.
6125
6126 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6127
6128         * gst/avi/gstavisubtitle.c: (src_template),
6129           (gst_avi_subtitle_extract_utf8_file),
6130           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6131           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6132           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6133         * gst/avi/gstavisubtitle.h:
6134           Refactor a bit; fix name extraction; don't assume all the data
6135           in the chunk is actually subtitle data, there may be padding at
6136           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6137           file so it's there to send again after a seek (for future use).
6138
6139 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6140
6141         * gst/avi/Makefile.am:
6142         * gst/avi/gstavi.c:
6143         * gst/avi/gstavisubtitle.c:
6144         * gst/avi/gstavisubtitle.h:
6145         * tests/check/Makefile.am:
6146         * tests/check/elements/avisubtitle.c:
6147         * win32/common/config.h:
6148                 Add avi subtitle element for bug #442034. Need seeking support
6149                 and more support for character conversion.
6150
6151 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6152
6153         * Makefile.am:
6154           Include common/win32.mak for CRLF check of win32 project
6155           files (see #393626).
6156
6157         * win32/vs6/libgstpng.dsp:
6158           Fix line endings and do cvs admin -kb.
6159
6160 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6161
6162         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6163         Actually drop the buffers which are outside the currently configured
6164         segment instead of just emitting a WARNING.
6165
6166 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6167
6168         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6169         (gst_flac_dec_write):
6170         * ext/flac/gstflacdec.h:
6171         Send segments from the streaming thread. Fixes #502187.
6172         Fix segment seeking and a bunch of other seeking cases.
6173
6174 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6175
6176         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6177           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6178           which is where it would end up if the same information was
6179           put in a vorbis comment (don't think it's worth adding a
6180           new URI tag for this). Fixes #488112.
6181
6182 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6183
6184         * configure.ac:
6185           We need core/base 0.10.15 or later.
6186
6187 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6188
6189         Patch by: Mark Nauwelaerts <manauw skynet be>
6190
6191         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6192         Fix regression in stream numbering. Fixes #502655.
6193
6194 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6195
6196         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6197
6198         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6199         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6200         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6201         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6202         (gst_rtp_h264_pay_handle_buffer):
6203         * gst/rtp/gstrtph264pay.h:
6204         Use higher performance start-code searching.
6205         Parse NALs and store SPS, PPS and profile in the caps so that they can
6206         be used in the SDP. Fixes #502814.
6207
6208 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6209
6210         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6211         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6212           Init some structs to zero before we pass them to ioctl, which
6213           avoids valgrind warnings.  Also fix a small memory leak.
6214
6215 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6216
6217         Patch by: Wouter Cloetens <wouter at mind dot be>
6218
6219         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6220         Copy timestamp from input to output. Not very perfect yet but better
6221         than nothing. Fixes #503023.
6222
6223 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6224
6225         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6226           Also print a useful error message with the old Wavpack API
6227           if possible.
6228
6229 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6230
6231         * ext/wavpack/gstwavpackdec.c:
6232           More build fixes for old libwavpack versions: include config.h so
6233           that WAVPACK_OLD_API is actually defined as detected; only use
6234           WavpackGetErrorMessage if it is available. This fixes the build
6235           on debian stable for me.
6236
6237 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6238
6239         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6240         * ext/wavpack/gstwavpackparse.c:
6241           (gst_wavpack_parse_create_src_pad):
6242           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6243           versions below 4.40.0.
6244
6245 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6246
6247         * configure.ac:
6248           And now do it right for real...
6249
6250 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6251
6252         * configure.ac:
6253           Correctly reset $LIBS to not contain -lm.
6254
6255 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6256
6257         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6258
6259         * configure.ac:
6260         * ext/cairo/gsttimeoverlay.c:
6261           (gst_cairo_time_overlay_print_smpte_time):
6262           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6263           and checking for rint() and implementing it ourself if it doesn't
6264           exist. Fixes #497293.
6265
6266 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6267
6268         * configure.ac:
6269           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6270
6271 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6272
6273         * sys/oss/gstosshelper.c:
6274         Verify that the format returned after the ioctl is the one
6275         we requested. It is valid for the ioctl to succeed while
6276         substituting an alternate 'supported' sample format.
6277
6278 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6279
6280         * sys/oss/gstossaudio.c: (plugin_init):
6281         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6282         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6283           Post decent (and translated) error message when we can't
6284           open the audio device for some reason.
6285
6286 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6287
6288         * sys/oss/gstosssink.c:
6289         * sys/oss/gstosssrc.c:
6290         Allow the AUDIODEV environment variable to redirect us
6291         to a different default OSS device, like sunaudiosink does
6292         on Solaris (makes audio play automatically on SunRays).
6293
6294 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6295
6296         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6297         * gst/audiofx/audiochebyshevfreqband.c:
6298         (gst_audio_chebyshev_freq_band_transform_ip):
6299         * gst/audiofx/audiochebyshevfreqlimit.c:
6300         (gst_audio_chebyshev_freq_limit_transform_ip):
6301         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6302         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6303         The transform_ip() methods should do nothing if in passthrough mode.
6304         It might get non-writable buffers in that case but the buffer might
6305         as well be writable.
6306
6307         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6308         The transform() methods won't be called in passthrough mode and
6309         otherwise the buffer is always writable so don't check here.
6310
6311 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6312
6313         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6314           Fix seeking in .wav files again (#501775).  Some people seem to think
6315           they don't need to test their changes when they're just 'reflowing'
6316           some code.
6317
6318 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6319
6320         * gst/autodetect/gstautovideosink.c:
6321         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6322         (gst_auto_video_sink_init),
6323         (gst_auto_video_sink_create_element_with_pretty_name),
6324         (gst_auto_video_sink_find_best),
6325         (gst_auto_video_sink_set_property),
6326         (gst_auto_video_sink_get_property):
6327         * gst/autodetect/gstautovideosink.h:
6328         Fix docs.
6329         Use same error reporting code as autoaudiosink.
6330         Add property to filter sinks based on caps. Only select raw video sinks
6331         by default for backwards compat.
6332         API: GstAutoVideoSink::filter-caps
6333
6334 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6335
6336         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6337
6338         * gst/autodetect/gstautoaudiosink.c:
6339         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6340         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6341         (gst_auto_audio_sink_set_property),
6342         (gst_auto_audio_sink_get_property):
6343         * gst/autodetect/gstautoaudiosink.h:
6344         Add property to filter sinks based on caps. Only select raw audio sinks
6345         by default for backwards compat.  Fixes #417420.
6346         API: GstAutoAudioSink::filter-caps
6347
6348 2007-11-29  Michael Smith <msmith@fluendo.com>
6349
6350         Patch by: Arek Korbik <arkadini@gmail.com>
6351
6352         * gst/videobox/gstvideobox.c: (plugin_init):
6353           Initialise liboil in plugin_init()
6354
6355 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6356
6357         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6358         Post error before sending EOS. Fixes #499178.
6359
6360 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6361
6362         * win32/vs6/gst_plugins_good.dsw:
6363         * win32/vs6/libgstpng.dsp:
6364         Add a project file for libgstpng
6365
6366 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6367
6368         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6369         (gst_rtp_h263_depay_process):
6370         Code beautification.
6371         Added debug statements.
6372         Don't bit-shift everything, just do operations on last/first byte
6373         instead.
6374
6375 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6376
6377         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6378
6379         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6380         Fix wrong comparison in overrun check. Fixes #499239 some more.
6381
6382 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6383
6384         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6385         (gst_rtp_h263_depay_process):
6386         * gst/rtp/gstrtph263depay.h:
6387         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6388         stream.
6389
6390 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6391
6392         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6393
6394         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6395         (gst_rtp_mp4a_depay_process):
6396         * gst/rtp/gstrtpmp4adepay.h:
6397         Fix depayloading when multiple frames are inside one RTP packet.
6398         Fixes #499239.
6399
6400 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6401
6402         * gst/level/gstlevel.c:
6403           Add GAP-flag support.
6404
6405 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6406
6407         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6408         Read the I flag for Mode A h263 rtp stream and set the
6409         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6410         Fixes #499383
6411
6412 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6413
6414         * gst/level/gstlevel.c:
6415           Remove some dead code and do cleanups.
6416
6417 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6418
6419         * tests/check/pipelines/simple-launch-lines.c:
6420           Improve the tests by allowing to set a target state.
6421
6422 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6423
6424         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6425         Don't check the caps of the output buffer if they're equal some
6426         other caps. The caps can change in a backward compatible way
6427         and did at this point.
6428
6429 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6430
6431         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6432         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6433         (gst_qtdemux_seek_to_previous_keyframe),
6434         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6435         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6436         reverse playback support.
6437
6438 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6439
6440         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6441         Also set the channel layout on the Wavpack caps if we're having
6442         a mono layout. Of course only do it for "audio/x-wavpack".
6443
6444 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6445
6446         * ext/wavpack/gstwavpackcommon.c:
6447         (gst_wavpack_get_default_channel_mask),
6448         (gst_wavpack_set_channel_layout),
6449         (gst_wavpack_get_default_channel_positions),
6450         (gst_wavpack_get_channel_mask_from_positions),
6451         (gst_wavpack_set_channel_mapping):
6452         * ext/wavpack/gstwavpackcommon.h:
6453         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6454         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6455         * ext/wavpack/gstwavpackdec.h:
6456         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6457         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6458         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6459         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6460         (gst_wavpack_enc_rewrite_first_block),
6461         (gst_wavpack_enc_sink_event):
6462         * ext/wavpack/gstwavpackenc.h:
6463         * ext/wavpack/gstwavpackparse.c:
6464         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6465         (gst_wavpack_parse_scan_to_find_sample),
6466         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6467         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6468         * ext/wavpack/gstwavpackparse.h:
6469         Add support for encoding, parsing and decoding multichannel
6470         files with up to 8 channels. This also improves the robustness
6471         of parsing quite a bit.
6472
6473         * ext/wavpack/gstwavpackstreamreader.c:
6474         (gst_wavpack_stream_reader_read_bytes),
6475         (gst_wavpack_stream_reader_get_pos),
6476         (gst_wavpack_stream_reader_set_pos_abs),
6477         (gst_wavpack_stream_reader_set_pos_rel),
6478         (gst_wavpack_stream_reader_push_back_byte),
6479         (gst_wavpack_stream_reader_get_length),
6480         (gst_wavpack_stream_reader_can_seek),
6481         (gst_wavpack_stream_reader_write_bytes):
6482         Improve debugging.
6483
6484 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6485
6486         * ext/libpng/gstpngdec.c:
6487         * ext/libpng/gstpngdec.h:
6488           Don't release the png-memory from within the callback.
6489
6490 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6491
6492         Patch by: René Stadler <mail at renestadler dot de>
6493
6494         * ext/libpng/gstpngenc.c:
6495           Don't leak buffer data memory. Fixes #498395.
6496
6497 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6498
6499         Patch by: René Stadler <mail at renestadler dot de>
6500
6501         * tests/check/pipelines/simple-launch-lines.c:
6502           Tests for #498395.
6503
6504 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6505
6506         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6507         (gst_tag_lib_mux_adjust_event_offsets):
6508         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6509         * sys/osxaudio/Makefile.am:
6510         * sys/osxvideo/cocoawindow.h:
6511         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6512
6513 2007-11-15  David Schleef  <ds@schleef.org>
6514
6515         * ext/cairo/gsttextoverlay.c:
6516           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6517
6518 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6519
6520         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6521
6522         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6523         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6524         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6525         * gst/rtp/gstrtpmp2tpay.h:
6526         Fill the MTU with as many packets as possible. Fixes #491323.
6527
6528 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6529
6530         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6531
6532         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6533         Fix some more leaks. Fixes #497007.
6534
6535 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6536
6537         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6538
6539         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6540         (gst_rtspsrc_stream_configure_tcp):
6541         Fix 3 pad leaks. Fixes #496983.
6542
6543 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6544
6545         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6546
6547         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6548         Fix small leak. Fixes #497017.
6549
6550 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6551
6552         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6553         (gst_qtdemux_prepare_current_sample),
6554         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
6555         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
6556         * gst/qtdemux/qtdemux_fourcc.h:
6557         * gst/qtdemux/qtdemux_types.c:
6558         Add suppport for theora in quicktime according to XiphQT.
6559
6560 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
6561
6562         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6563         (gst_v4l2src_init), (gst_v4l2src_set_property),
6564         (gst_v4l2src_get_property):
6565         * sys/v4l2/gstv4l2src.h:
6566         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6567           Always copy buffers by default (handle safer with bugged drivers)
6568           and added a property to make it possible to use mmap effectively (no
6569           copy if possible) when application wants to. Fixes: #480557.
6570
6571 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6572
6573         * gst/id3demux/id3tags.c:
6574         * gst/id3demux/id3tags.h:
6575         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6576           We don't want the same string multiple times in a tag list for the
6577           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
6578           this doesn't happen and remove special-case code for GST_TAG_GENRE.
6579
6580 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6581
6582         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
6583           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
6584           into ID3v2 TXXX frames (fixes #347848).
6585
6586 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6587
6588         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6589           Don't leak sdp message contents (fixes #496773).
6590
6591         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
6592           Don't leak URI string.
6593
6594 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6595
6596         Patch by: Julien Puydt <julien dot puydt at laposte net>
6597
6598         * ext/raw1394/Makefile.am:
6599         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
6600           (gst_1394_property_probe_get_properties),
6601           (gst_1394_property_probe_probe_property),
6602           (gst_1394_property_probe_needs_probe),
6603           (gst_1394_property_probe_get_values),
6604           (gst_1394_property_probe_interface_init),
6605           (gst_1394_type_add_property_probe_interface):
6606         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
6607         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
6608           (gst_dv1394src_init), (gst_dv1394src_dispose),
6609           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
6610           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
6611           (gst_dv1394src_update_device_name):
6612         * ext/raw1394/gstdv1394src.h:
6613           Implement GstPropertyProbe interface and add "device-name" property,
6614           so applications can use this to probe for available devices in the
6615           same way they can already with v4lsrc and v4l2src (however horrible
6616           this property probe interface may be). Fixes #358841.
6617
6618 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6619
6620         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6621
6622         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6623           (gst_rtspsrc_parse_range):
6624           Don't leak event, don't leak range (fixes #496752).
6625
6626 2007-11-14  Michael Smith <msmith@fluendo.com>
6627
6628         Patch by: Arek Korbik <arkadini@gmail.com>
6629
6630         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
6631           Detect RGBA/BGRA correctly on little endian systems.
6632
6633 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6634
6635         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
6636           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
6637           corresponding ioctl() call fails even though the driver claims to
6638           support this format, just fall back to the pre-2.6.19 kernel
6639           routine that creates caps with suitable height and width ranges
6640           (see #448278).
6641
6642 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6643
6644         Patch by: Mark Nauwelaerts <manauw skynet be>
6645
6646         * gst/matroska/matroska-demux.c:
6647           (gst_matroska_demux_push_dvd_clut_change_event),
6648           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6649           (gst_matroska_demux_subtitle_caps):
6650         * gst/matroska/matroska-ids.h:
6651           Extract palette data for dvd subpicture streams and send it
6652           downstream as custom gstreamer dvd event (fixes #453417).
6653
6654 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6655
6656         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
6657           Implement minimal parsing of the passed pango font description
6658           string, so passing a font size works the same as with the
6659           pango textoverlay plugin; fixes #455086.
6660           (Maybe we could just use pangocairo here at some point).
6661
6662 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6663
6664         * gst/avi/gstavidemux.c:
6665         * gst/wavparse/gstwavparse.c:
6666           Return the result in _activate_pull(). Don't ref element there.
6667
6668 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6669
6670         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6671         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6672         (gst_wavparse_srcpad_event):
6673           Ref the element when we should, but not when we its not needed. Reflow
6674           the event_handling to not leak the event.       
6675
6676 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
6677
6678         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6679         (qtdemux_parse_samples):
6680         Properly free QTDemuxSamples array.
6681         Protect table write with a sensible check, some files apparently DO contain
6682         stts values starting with 0 :(
6683
6684 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6685
6686         * gst/avi/gstavidemux.c:
6687         * gst/qtdemux/qtdemux.c:
6688           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
6689           previous commit messed up.
6690
6691 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6692
6693         * gst/avi/gstavidemux.c:
6694         * gst/qtdemux/qtdemux.c:
6695           Sync _handle_src_event() with oggdemux. In avidemux also ref the
6696           element when we should, but not when we its not needed.
6697
6698 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
6699
6700         * gst/wavparse/gstwavparse.c:
6701           Return FALSE if we can't handle a query instead of changing the
6702           format. Ignore fact when dealing with mpeg audio.
6703
6704 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6705
6706         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6707
6708         * configure.ac:
6709         * gst/udp/gstdynudpsink.c:
6710         * gst/udp/gstdynudpsink.h:
6711         * gst/udp/gstmultiudpsink.c:
6712         * gst/udp/gstmultiudpsink.h:
6713         * gst/udp/gstudpsink.c:
6714         * gst/udp/gstudpsink.h:
6715           Fix includes for MSVC and GLib-2.14.0 (#492388).
6716
6717         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6718           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6719
6720 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6721
6722         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6723         (gst_mulawdec_chain):
6724         * gst/law/mulaw-decode.h:
6725         Calculate outgoing buffer duration if incoming buffer didn't have a
6726         valid duration.
6727
6728 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6729
6730         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6731         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6732         Smarter combine_flow code that also deals with downstream elements
6733         returning UNEXPECTED when they receive data out of the segment
6734         boundaries. Fixes #491305.
6735
6736 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6737
6738         * sys/v4l2/v4l2src_calls.c:
6739           Fix 'unused variable' compiler warning when compiling against
6740           older kernel headers.
6741
6742 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6743
6744         * ext/taglib/gstid3v2mux.cc (add_funcs):
6745           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6746
6747 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6748
6749         * tests/check/pipelines/simple-launch-lines.c:
6750            Improve the tests a little more.
6751
6752 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6753
6754         patch by: Yun Zheng Hu
6755
6756         * sys/osxaudio/gstosxaudiosrc.c:
6757         Use default input device instead of default output device and
6758         only memcpy actual available bytes.
6759
6760 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6761
6762         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6763           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6764           early. It is temporary until we find something better.
6765
6766 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6767
6768         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6769
6770         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6771         Fix race when pausing a RTSP stream in interleaved.
6772         Fixes #475784.
6773
6774 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6775
6776         Patch by: Peter Kjellerstedt <pkj at axis com>
6777
6778         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6779         Use correct unref function for buffers. #488844.
6780
6781 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6782
6783         * gst/avi/gstavimux.c:
6784         * tests/check/elements/avimux.c:
6785           Add some debug and sync tests with the fix.     
6786
6787 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6788
6789         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6790
6791         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6792         When the socket is used by the app for other purposes, don't generate an
6793         error if there is activaty on the socket that is not data related.
6794         Fixes #487488.
6795
6796 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6797
6798         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6799         (gst_v4l2src_grab_frame):
6800         Add some more debug info. Generate an error when we run out of buffers
6801         for some reason. See #480557.
6802
6803 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6804
6805         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6806
6807         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6808         Set marker bit correctly.
6809
6810 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6811
6812         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6813         Use allowed name for the GstStructure.
6814
6815 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6816
6817         * ext/gconf/gstswitchsink.c:
6818         * gst/autodetect/gstautoaudiosink.c:
6819           Use new gst_bus_pop_filtered().
6820
6821 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6822
6823         * sys/v4l2/gstv4l2src.c:
6824         * sys/v4l2/v4l2src_calls.c:
6825           When probing the formats and sizes a camera supports, make
6826           sure the best ones (highest resolution, prefered format)
6827           end up at the beginning of the probed caps and the less
6828           desirable ones at the end.  This is important because the
6829           order within the caps matters for things like fixation and
6830           negotiation, ie. what format is chosen in the end.
6831           With recent kernels, the current probing code will end up
6832           querying the supported sizes from lowest resolution to
6833           highest resolution, adding them to the probed caps in that
6834           order, resulting to v4l2src fixating to the lowest possible
6835           resolution if downstream does not express a size preference.
6836           Also make up a somewhat random ranking of prefered output
6837           formats for the same reason. Fixes #485828.
6838         
6839 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6840
6841         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
6842
6843         * gst/id3demux/id3v2frames.c:
6844           Extract license/copyright URIs from ID3v2 WCOP frames
6845           (Fixes #447000).
6846
6847         * tests/check/elements/id3demux.c:
6848         * tests/files/Makefile.am:
6849         * tests/files/id3-447000-wcop.tag:
6850           Add simple unit test.
6851
6852 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6853
6854         * ext/taglib/gstid3v2mux.cc:
6855           Add support for license/copyright URI tags (ID3v2 WCOP frame).
6856           Prerequisite for #447000.
6857
6858 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6859
6860         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
6861         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
6862         a GstClockTime.
6863
6864 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6865
6866         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6867         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
6868         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
6869         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
6870         (gst_rtspsrc_change_state):
6871         More seeking fixes, mostly passing around the new playback segment in
6872         order to configure it properly.
6873         Also reset base_time of udp sources when setting them back to PLAYING as
6874         a temporary hack until core supports seek in live sources properly.
6875
6876 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6877
6878         * gst/rtp/gstrtpmp4adepay.c:
6879         Fix caps as to not confuse autopluggers.
6880
6881 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6882
6883         * gst/id3demux/gstid3demux.c:
6884         * gst/id3demux/gstid3demux.h:
6885         * gst/id3demux/id3tags.c:
6886         * gst/id3demux/id3tags.h:
6887         * gst/id3demux/id3v2frames.c:
6888           Port ID3 tag demuxer over to the new GstTagDemux in -base
6889           (now would be a good time to test re-importing your music
6890           collection).
6891
6892 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6893
6894         * gst/apetag/Makefile.am:
6895         * gst/apetag/gstapedemux.c:
6896         * gst/apetag/gstapedemux.h:
6897         * gst/apetag/gsttagdemux.c:
6898         * gst/apetag/gsttagdemux.h:
6899           Port APE tag demuxer over to the new GstTagDemux in -base.
6900
6901 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
6902
6903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6904         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
6905         (gst_rtspsrc_handle_internal_src_query),
6906         (gst_rtspsrc_handle_src_query), (new_session_pad),
6907         (gst_rtspsrc_stream_configure_tcp),
6908         (gst_rtspsrc_stream_configure_transport),
6909         (gst_rtspsrc_loop_send_cmd):
6910         Improve flushing behaviour.
6911         Set state of the udp sources to PAUSE/PLAYING correctly.
6912         Handle events and queries for UDP and TCP transport now.
6913
6914 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6915
6916         * gst/rtp/gstrtpgsmdepay.c:
6917         * gst/rtp/gstrtpgsmpay.c:
6918           Add log category.
6919
6920 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6921
6922         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
6923
6924         * tests/check/Makefile.am:
6925         * tests/check/pipelines/simple-launch-lines.c:
6926           Add unit tests for payloaders/depayloaders.
6927
6928 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6929
6930         * gst/avi/gstavimux.c:
6931         * gst/avi/gstavimux.h:
6932           Also save codec data for audio streams. Fixes #482495.
6933
6934 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6935
6936         * gst/avi/gstavimux.c:
6937           Fix "Index entry has invalid stream nr 1".
6938           Add support for muxing aac - work in progress (see #482495).
6939
6940 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6941
6942         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
6943         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
6944         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6945         * gst/rtsp/gstrtspsrc.h:
6946         Parse bandwidth modifiers, they are not yet configured in the session
6947         manager because we don't have an API for that yet.
6948
6949 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6950
6951         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
6952         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
6953         Use shiny new function in -base to get the default clock-rate.
6954         Update some docs.
6955
6956 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
6957
6958         * win32/MANIFEST:
6959         Add files to win32 manifest.
6960         * win32/vs6/libgstaudiofx.dsp:
6961         * win32/vs6/libgstqtdemux.dsp:
6962         * win32/vs6/libgstrtp.dsp:
6963         * win32/vs6/libgstrtsp.dsp:
6964         Update project files.
6965
6966 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
6967
6968         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
6969         (gst_rtspsrc_play):
6970         * gst/rtsp/gstrtspsrc.h:
6971         In TCP mode, only timestamp the first buffer. TCP is not real time and
6972         it does not make sense to try to skew compensate, also some servers send
6973         the first batch of data in a burst.
6974
6975 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
6976
6977         * gst/matroska/matroska-demux.c:
6978           Fix setting the discont flag on the first buffer
6979           pushed downstream for formats with private codec
6980           data that needs to be deserialised into buffers
6981           (such as vorbis and FLAC when in a matroska container).
6982
6983 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
6984
6985         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6986
6987         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
6988         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
6989         (gst_rtp_mp4v_pay_handle_buffer):
6990         * gst/rtp/gstrtpmp4vpay.h:
6991         Free the config string. Fixes #480707.
6992         Clean up the timestamp code a little.
6993
6994 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6995
6996         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6997         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
6998         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
6999         * gst/rtsp/gstrtspsrc.h:
7000         Set timestamps on RTP buffers in interleaved mode.
7001         Mark first buffers with a DISCONT.
7002         Remove flush hack now that sync for live sources has been figured out.
7003
7004 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7005
7006         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7007         Update documentation.
7008
7009 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7010
7011         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7012         (gst_rtp_xqt_depay_change_state):
7013         * gst/qtdemux/gstrtpxqtdepay.h:
7014         Fail if we don't know the quicktime format.
7015
7016 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7017
7018         * ext/flac/gstflacenc.c:
7019         * ext/flac/gstflacenc.h:
7020           Save the flow return from the last gst_pad_push() and
7021           make sure we pass the right flow return value upstream
7022           in the case of failure; minor clean-ups.
7023
7024 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7025
7026         * ext/taglib/gstapev2mux.cc:
7027         * ext/taglib/gstid3v2mux.cc:
7028         * gst/apetag/gstapedemux.c:
7029           Add support for the new GST_TAG_COMPOSER (#459809).
7030
7031 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7032
7033         * gst/law/alaw-decode.c:
7034         * gst/law/alaw-decode.h:
7035         * gst/law/alaw-encode.c:
7036         * gst/law/alaw-encode.h:
7037         * gst/law/alaw.c:
7038         * gst/law/mulaw-conversion.h:
7039           Compulsive clean-ups: use boilerplate macros, add debug
7040           categories, fix up things to conform to symbol nomenklatura,
7041           etc.
7042
7043 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7044
7045         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7046
7047         * gst/law/alaw-decode.c:
7048         * gst/law/alaw-encode.c:
7049           Use static tables for A-Law decoding and encoding; this makes
7050           A-Law decoding and encoding less CPU-intensive, but increases
7051           the binary size a bit. Leaving old code around for now,
7052           selectable by a define in the code. Fixes #435435.
7053
7054 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7055
7056         * configure.ac:
7057         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7058         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7059         in configure.ac.
7060
7061 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7062
7063         Patch by: Jan Gerber <j at bootlab dot org>
7064
7065         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7066         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7067
7068 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7069
7070         * sys/oss/gstosshelper.c:
7071           Use GST_WARNING instead of a g_critical. This situation is not caused
7072           by the application.
7073
7074 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7075
7076         * po/LINGUAS:
7077         * po/nl.po:
7078           Updated translations.
7079
7080 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7081
7082         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7083
7084         * po/eu.po:
7085           Added Basque translation.
7086
7087 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7088
7089         translated by: Abel Cheung <abelcheung@gmail.com>
7090
7091         * po/zh_HK.po:
7092         * po/zh_TW.po:
7093           Added Chinese (traditional and Hong Kong) translation.
7094
7095 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7096
7097         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7098
7099         * po/pl.po:
7100           Added Polish translation.
7101
7102 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7103
7104         translated by: Ilkka Tuohela <hile@iki.fi>
7105
7106         * po/fi.po:
7107           Added Finnish translation.
7108
7109 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7110
7111         translated by: Jorge González González <aloriel@gmail.com>
7112
7113         * po/es.po:
7114           Added Spanish translation.
7115
7116 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7117
7118         translated by: Mogens Jaeger <mogens@jaeger.tf>
7119
7120         * po/da.po:
7121           Added Danish translation.
7122
7123 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7124
7125         translated by: Funda Wang <fundawang@linux.net.cn>
7126
7127         * po/zh_CN.po:
7128           Added Chinese (simplified) translation.
7129
7130 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7131
7132         translated by: Alexander Shopov <ash@contact.bg>
7133
7134         * po/bg.po:
7135           Added Bulgarian translation.
7136
7137 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7138
7139         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7140         Set outgoing packet duration because we can. Fixes #478244 some more.
7141
7142 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7143
7144         * ext/cairo/gsttextoverlay.c:
7145           Add info about static leak.
7146         
7147         * tests/check/Makefile.am:
7148         * tests/check/generic/states.c:
7149           Improved state change unit test.
7150
7151 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7152
7153         * docs/plugins/.cvsignore:
7154         * tests/check/.cvsignore:
7155           Ignore registries in any format.
7156
7157 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7158
7159         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7160         Removed some unused code.
7161
7162         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7163         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7164         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7165         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7166         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7167         (gst_rtp_theora_pay_flush_packet):
7168         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7169         Try to preserve the incomming buffer duration on the outgoing
7170         packets. Fixes #478244.
7171
7172 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7173
7174         * ext/taglib/gstapev2mux.cc:
7175         * ext/taglib/gstid3v2mux.cc:
7176           Work around compiler warnings with g++-4.2 when assigning a
7177           string constant to a gchar * (partially fixes #478092).
7178
7179 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7180
7181         * configure.ac:
7182           We require core CVS now for gst_base_src_set_do_timestamp().
7183
7184 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7185
7186         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7187         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7188         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7189         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7190         (gst_rtspsrc_handle_message):
7191         Fix compiler warnings shown with Forte.
7192
7193 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7194
7195         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7196         (gst_rtspsrc_dup_printf):
7197         Give meaningfull error when all streams failed to configure for some
7198         reason.
7199
7200 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7201
7202         * gst/rtp/README:
7203         Update README with the design for synchronisation rules of RTP on
7204         sender and receiver.
7205
7206 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7207
7208         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7209         (gst_wavparse_chain):
7210         Don't push EOS from the chain function, the element
7211         driving the pipeline is responsible for this. The bug
7212         this was meant to fix seems to be queue not forwarding
7213         EOS in all cases (see #476514).
7214
7215 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7216
7217         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7218         (gst_level_transform_ip):
7219         * gst/level/gstlevel.h:
7220         Use basetransform segment so that it is correctly managed on flushes and
7221         start/stop.
7222         Report message timestamp as stream time, which is what an application
7223         can understand.
7224
7225 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7226
7227         * ext/taglib/gstapev2mux.cc:
7228         * ext/taglib/gstapev2mux.h:
7229         * ext/taglib/gsttaglibmux.c:
7230         * tests/check/elements/apev2mux.c:
7231         Update my mail address.
7232
7233 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7234
7235         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7236         (gst_wavparse_loop), (gst_wavparse_chain):
7237         Add EOS logic for the push-based mode too. Fixes #476514.
7238
7239 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7240
7241         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7242         * gst/law/alaw-encode.h:
7243         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7244         (gst_mulawenc_chain):
7245         * gst/law/mulaw-encode.h:
7246         Fix law encoder timestamps.
7247
7248 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7249
7250         * ext/gconf/gstgconfaudiosink.c:
7251           Fix warning when building without debug.
7252
7253         * sys/oss/gstossmixertrack.c:
7254           Use const like in alsamixertrack.c (fixes warnings).
7255
7256 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7257
7258         * sys/v4l2/v4l2src_calls.c:
7259         (gst_v4l2src_probe_caps_for_format_and_size):
7260         Fix framerate detection code some more.
7261         Handle the case where there is a weird step in the stepwise framerates.
7262         Don't overwrite the min interval with the framerate, use a temp variable
7263         instead.
7264         Use max in the Continuous framerate intervals instead of step, which is
7265         1 according to the docs. Fixes #475424.
7266
7267 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7268
7269         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7270         Make udpsrc timestamp outgoing buffers based on when they were received.
7271         Also make it output a segment in time.
7272
7273 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7274
7275         * gst/avi/gstavidemux.c:
7276           Plug a little leak. Little code cleanups.
7277
7278 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7279
7280         * configure.ac:
7281           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7282           flac versions, 's good for cross-compilation karma.
7283
7284 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7285
7286         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7287
7288         * gst/rtp/gstrtph263pay.c:
7289           Fix up header structure so that compilers don't add padding
7290           between the structure fields, since that would lead to us
7291           sending RTP packets with broken headers (as is currently the
7292           case when compiling with MSVC). Also see similar fixes in
7293           libgstrtp in gst-plugins-base. (#474616; #471194)
7294
7295 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7296
7297         * sys/v4l2/v4l2src_calls.c:
7298         (gst_v4l2src_probe_caps_for_format_and_size):
7299         Don't overwrite our GValue with 0 but instead use the previously
7300         computed value. Fixes #471823 some more.
7301
7302 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7303
7304         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7305           No tabs in this file please, or gtk-doc will end up documenting
7306           rather absurd class hierarchies.
7307
7308 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7309
7310         * ext/gconf/gstswitchsink.c:
7311           If the new kid element fails to change state for some reason
7312           (e.g. esdsink not being able to connect to the sound server),
7313           forward the error message it posted on the bus instead of just
7314           posting a generic 'Internal state change error: please file a
7315           bug' error message. Fixes #471364.
7316
7317 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7318
7319         * gst/qtdemux/Makefile.am:
7320         * gst/qtdemux/qtdemux.c:
7321           Don't assume tags are encoded as UTF-8 (#473670).
7322
7323 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7324
7325         * sys/v4l2/gstv4l2src.c:
7326         * sys/v4l2/gstv4l2src.h:
7327         * sys/v4l2/v4l2src_calls.c:
7328           Implement LATENCY queries in the crudest way possible so I don't
7329           have to use sync=false any longer when testing with videosinks.
7330
7331 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7332
7333         * configure.ac:
7334           Fix build.
7335
7336 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7337
7338         * sys/v4l2/v4l2src_calls.c:
7339         (gst_v4l2src_probe_caps_for_format_and_size):
7340         Add some more debugging in the framerate function.
7341         Iterate stepwise framerate up to and _including_ the max and if nothing
7342         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7343         don't end up with an empty list. Fixes #471823
7344
7345 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7346
7347         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7348         (gst_multiudpsink_set_clients_string),
7349         (gst_multiudpsink_get_clients_string),
7350         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7351         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7352         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7353         (gst_multiudpsink_clear):
7354         Add property do configure destination address/port pairs
7355         API:GstMultiUDPSink::clients
7356
7357 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7358
7359         * tests/examples/Makefile.am:
7360         * tests/examples/rtp/Makefile.am:
7361         * tests/examples/rtp/client-H263p-AMR.sh:
7362         * tests/examples/rtp/client-H263p-PCMA.sdp:
7363         * tests/examples/rtp/client-H263p-PCMA.sh:
7364         * tests/examples/rtp/client-H264-PCMA.sdp:
7365         * tests/examples/rtp/client-H264-PCMA.sh:
7366         * tests/examples/rtp/client-PCMA.sh:
7367         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7368         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7369         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7370         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7371         Added some RTP example scripts for sending and receiving RTP streams.
7372
7373 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7374
7375         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7376         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7377         Restructure the setcaps function so that we can also compute the
7378         expected GStreamer output size of the video frames.
7379         Set frame_byte_size correctly so that read-based devices have a chance
7380         of working correctly.
7381         When grabbing a frame, discard frames that are not of the expected size.
7382         Some cameras don't output the right framesize for the first buffer.
7383         Try only a couple of times to get a valid frame, else error out.
7384
7385         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7386         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7387         Add some more debug info when scanning the device.
7388
7389         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7390         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7391         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7392         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7393         Add some more debug info when dequeing a frame.
7394
7395 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7396
7397         * gst/wavparse/gstwavparse.c:
7398           More code cleanups. Add some more comment and improve debugs logs.
7399
7400 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7401
7402         * gst/wavparse/gstwavparse.c:
7403         * gst/wavparse/gstwavparse.h:
7404           Implement seek-query. Refactor duration calculations. Appropriate use
7405           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7406           out of loops.
7407
7408 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7409
7410         * gst/avi/gstavidemux.c:
7411           Implement seek-query.
7412
7413 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7414
7415         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7416         (gst_rtspsrc_dup_printf):
7417         Use new basesink async property to make sparse RTCP packet not wait for
7418         preroll.
7419
7420 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7421
7422         * gst/audiofx/Makefile.am:
7423         Dist the right file.
7424
7425 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7426
7427         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7428         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7429         Make sure we generate and parse floating point values in the POSIX
7430         locale instead of the current locale. 
7431
7432 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7433
7434         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7435         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7436         (gst_rtspsrc_play):
7437         * gst/rtsp/gstrtspsrc.h:
7438         Fix method detection again.
7439         Keep track of when we must send a Range header.
7440         Use segment values for Range, Speed and Scale headers.
7441         Parse Speed and Scale headers to update the segment values.
7442
7443 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7444
7445         patch by: Mark Nauwelaerts <manauw@skynet.be>
7446
7447         * sys/v4l2/v4l2src_calls.c:
7448           Handle optional v4l2 ioctls gracefully.
7449
7450 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7451
7452         * gst/rtp/Makefile.am:
7453         * gst/rtp/gstrtp.c: (plugin_init):
7454         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7455         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7456         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7457         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7458         (gst_rtp_h263_depay_get_property),
7459         (gst_rtp_h263_depay_change_state),
7460         (gst_rtp_h263_depay_plugin_init):
7461         * gst/rtp/gstrtph263depay.h:
7462         Added an H263 depayloader. Fixes #369392.
7463
7464         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7465         (gst_rtp_h263p_depay_process):
7466         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7467         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7468         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7469         payloads.
7470         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7471
7472 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7473
7474         * gst/audiofx/audiochebyshevfreqband.c:
7475         * gst/audiofx/audiochebyshevfreqlimit.c:
7476         Add small comparision with the windowed sinc filters in the docs.
7477
7478 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7479
7480         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7481         (audiochebyshevfreqband_suite):
7482         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7483         (audiochebyshevfreqlimit_suite):
7484         Also test 32 bit float mode and the type 2 variants of the filters.
7485
7486 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7487
7488         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7489         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7490         (gst_rtspsrc_loop):
7491         Refactor the udp and interleaved loop function a bit.
7492
7493 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7494
7495         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7496         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7497         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7498         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7499         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7500         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7501         * gst/rtsp/gstrtspsrc.h:
7502         Protect connection activity with a new lock, avoids deadlocks when going
7503         to PAUSED. Fixes #455808.
7504
7505 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7506
7507         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7508         Fix debug statement.
7509
7510 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7511
7512         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7513         Fix stray %u in debug line as spotted by Saur on IRC.
7514
7515 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7516
7517         * gst/audiofx/audiochebyshevfreqband.c:
7518         (gst_audio_chebyshev_freq_band_class_init):
7519         * gst/audiofx/audiochebyshevfreqlimit.c:
7520         (gst_audio_chebyshev_freq_limit_class_init):
7521         Use generator macros for the process functions for the different
7522         sample types, add lower upper boundaries for the GObject properties
7523         so automatically generated UIs can use sliders and add a note about
7524         the number of poles as a too high number of poles combined with
7525         very low or very high frequencies will produce only noise.
7526         * docs/plugins/gst-plugins-good-plugins.args:
7527         Regenerated for the property changes.
7528
7529 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7530
7531         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7532         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7533         (gst_rtspsrc_stream_configure_udp_sink),
7534         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7535         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7536         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7537         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7538         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7539         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7540         * gst/rtsp/gstrtspsrc.h:
7541         Improve timeout handling.
7542         Use the same socket for sending and receiving RTCP packets so that some
7543         servers can track clients better.
7544         Improve connection closed handling. Try to reconnect.
7545         Don't overwrite our content base with NULL.
7546         Improve debugging.
7547         Improve range parsing and handling.
7548         Remove flushing hack now that core does the right thing.
7549
7550 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7551
7552         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7553         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
7554         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
7555         (gst_multiudpsink_close), (gst_multiudpsink_add):
7556         * gst/udp/gstmultiudpsink.h:
7557         Add support for getting and setting the socket to use.
7558
7559         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7560         (gst_udpsrc_create), (gst_udpsrc_get_property):
7561         Add support for getting the currently used socket.
7562
7563 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
7564
7565         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7566
7567         * gst/audiofx/Makefile.am:
7568         * gst/audiofx/audiochebyshevfreqband.c:
7569         (gst_audio_chebyshev_freq_band_mode_get_type),
7570         (gst_audio_chebyshev_freq_band_base_init),
7571         (gst_audio_chebyshev_freq_band_dispose),
7572         (gst_audio_chebyshev_freq_band_class_init),
7573         (gst_audio_chebyshev_freq_band_init),
7574         (generate_biquad_coefficients), (calculate_gain),
7575         (generate_coefficients),
7576         (gst_audio_chebyshev_freq_band_set_property),
7577         (gst_audio_chebyshev_freq_band_get_property),
7578         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
7579         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
7580         (gst_audio_chebyshev_freq_band_start):
7581         * gst/audiofx/audiochebyshevfreqband.h:
7582         * gst/audiofx/audiochebyshevfreqlimit.c:
7583         (gst_audio_chebyshev_freq_limit_mode_get_type),
7584         (gst_audio_chebyshev_freq_limit_base_init),
7585         (gst_audio_chebyshev_freq_limit_dispose),
7586         (gst_audio_chebyshev_freq_limit_class_init),
7587         (gst_audio_chebyshev_freq_limit_init),
7588         (generate_biquad_coefficients), (calculate_gain),
7589         (generate_coefficients),
7590         (gst_audio_chebyshev_freq_limit_set_property),
7591         (gst_audio_chebyshev_freq_limit_get_property),
7592         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
7593         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
7594         (gst_audio_chebyshev_freq_limit_start):
7595         * gst/audiofx/audiochebyshevfreqlimit.h:
7596         * gst/audiofx/audiofx.c: (plugin_init):
7597         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
7598         Fixes #464800.
7599
7600         * tests/check/Makefile.am:
7601         * tests/check/elements/.cvsignore:
7602         * tests/check/elements/audiochebyshevfreqband.c:
7603         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
7604         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
7605         * tests/check/elements/audiochebyshevfreqlimit.c:
7606         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
7607         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
7608         Add unit tests for the chebyshev filters.
7609
7610         * docs/plugins/Makefile.am:
7611         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7612         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7613         * docs/plugins/gst-plugins-good-plugins.args:
7614         * docs/plugins/inspect/plugin-1394.xml:
7615         * docs/plugins/inspect/plugin-audiofx.xml:
7616         * docs/plugins/inspect/plugin-dv.xml:
7617         * docs/plugins/inspect/plugin-flac.xml:
7618         * docs/plugins/inspect/plugin-jpeg.xml:
7619         * docs/plugins/inspect/plugin-png.xml:
7620         * docs/plugins/inspect/plugin-rtp.xml:
7621         * docs/plugins/inspect/plugin-shout2send.xml:
7622         * docs/plugins/inspect/plugin-wavpack.xml:
7623         And add docs for the chebyshev filters. While doing
7624         that also run make update in docs/plugins.
7625
7626 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7627
7628         * ext/annodex/gstcmmltag.c:
7629         * gst/rtp/gstrtpvorbispay.c:
7630           Make ro memory to share.
7631
7632 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7633
7634         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7635         Improve UDP performance by avoiding a select() when we have data
7636         available immediatly.
7637
7638 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7639
7640         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
7641         (gst_rtp_dec_class_init):
7642         * gst/rtsp/gstrtpdec.h:
7643         Add (dummy) SSRC management signals.
7644
7645         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7646         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7647         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
7648         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
7649         (on_timeout), (gst_rtspsrc_stream_configure_manager),
7650         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
7651         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7652         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7653         * gst/rtsp/gstrtspsrc.h:
7654         Add connection-speed property.
7655         Add find_stream helper functions.
7656         Handle stream EOS based on BYE messages or SSRC timeout.
7657         Returns SUCCESS from the state change function as we hide our async
7658         elements from the parent.
7659
7660 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7661
7662         * gst/debug/rndbuffersize.c:
7663           Fix da leak.
7664
7665 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
7666
7667         * gst/debug/Makefile.am:
7668         * gst/debug/breakmydata.c:
7669         * gst/debug/gstdebug.c:
7670         * gst/debug/negotiation.c:
7671         * gst/debug/progressreport.c:
7672         * gst/debug/rndbuffersize.c:
7673         * gst/debug/testplugin.c:
7674           Add new test element and clean-up the others a little.
7675
7676 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7677
7678         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7679         Fix parsing of mp4a version 0 atoms. Fixes #465774.
7680
7681 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7682
7683         * gst/rtp/gstrtpilbcdepay.c:
7684           Include stdlib.
7685
7686 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
7687
7688         * gst/rtp/gstrtpmpvdepay.c:
7689         Set the mpegversion in the caps so that autoplugging does not get
7690         confused.
7691
7692 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7693
7694         * po/hu.po:
7695         * po/uk.po:
7696         * po/vi.po:
7697           Updated translations.
7698
7699 2007-08-08  Michael Smith <msmith@fluendo.com>
7700
7701         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7702           Render right border in the correct location.
7703
7704 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7705
7706         Patch by: Olivier Crete <tester at tester dot ca>
7707
7708         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7709         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7710         Make mode property a string. Fixes #464475.
7711
7712 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7713
7714         * ext/flac/gstflacenc.c:
7715           Widen caps to match decoder a bit and add more FIXMEs.
7716
7717 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7718
7719         patch by: Mark Nauwelaerts <manauw@skynet.be>
7720
7721         * gst/avi/gstavimux.c:
7722           Fix ODML index tag numbering. Fixes #463624.
7723
7724 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7725
7726         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7727         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7728         (gst_rtspsrc_stream_configure_tcp),
7729         (gst_rtspsrc_stream_configure_udp_sink):
7730         Fix default clock-rate for realmedia.
7731         Fix parsing of transport.
7732         Don't try to link NULL pads.
7733
7734 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7735
7736         * po/POTFILES.skip:
7737           Add POTFILES.skip with list of source files that aren't disted at the
7738           moment but contain translatable strings. Should hopefully pacify
7739           broken tools and make it clearer that these files are left out
7740           intentionally (#461600).
7741
7742 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7743
7744         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7745         If the buffer was entirely clipped ... don't try sending it :)
7746
7747 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7748
7749         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7750         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7751         (gst_rtspsrc_create_transports_string),
7752         (gst_rtspsrc_prepare_transports):
7753         If we don't hav a session manager, set the caps on outgoing buffers
7754         ourselves.
7755         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7756         Append final bit of the transport string even when it does not contain a
7757         placeholder.
7758
7759 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7760
7761         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7762         (gst_rtsp_ext_list_connect):
7763         * gst/rtsp/gstrtspext.h:
7764         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7765         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7766         Clean up the interface list.
7767         Allow connecting to interface signals for the extensions.
7768         Remove old extension code.
7769         Free list on cleanup.
7770         Allow extensions to send additional RTSP messages.
7771
7772 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7773
7774         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7775         Handle a NULL gconf key gracefully by rendering the default element.
7776
7777 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7778
7779         * gst/rtsp/gstrtspext.h:
7780         Fix include path for extension interface.
7781
7782 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7783
7784         * gst/audiofx/audioamplify.h:
7785         Also remove a now unecessary variable here.
7786
7787 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7788
7789         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7790         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7791         * gst/audiofx/audiodynamic.c:
7792         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7793         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7794         * gst/audiofx/audiodynamic.h:
7795         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7796         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7797         * gst/audiofx/audioinvert.h:
7798         Don't save format information ourselves, this is already saved in
7799         GstAudioFilter.
7800
7801 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7802
7803         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7804         (gst_rtsp_ext_list_stream_select):
7805         * gst/rtsp/gstrtspext.h:
7806         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7807         Use rank to filter out extensions.
7808         Add url to stream_select interface call.
7809
7810 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7811
7812         * gst/rtsp/Makefile.am:
7813         * gst/rtsp/base64.c:
7814         * gst/rtsp/base64.h:
7815         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7816         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7817         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7818         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7819         (gst_rtsp_ext_list_setup_media),
7820         (gst_rtsp_ext_list_configure_stream),
7821         (gst_rtsp_ext_list_get_transports),
7822         (gst_rtsp_ext_list_stream_select):
7823         * gst/rtsp/gstrtspext.h:
7824         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7825         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7826         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7827         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7828         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
7829         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
7830         (gst_rtspsrc_stream_configure_tcp),
7831         (gst_rtspsrc_stream_configure_mcast),
7832         (gst_rtspsrc_stream_configure_udp),
7833         (gst_rtspsrc_stream_configure_udp_sink),
7834         (gst_rtspsrc_stream_configure_transport),
7835         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7836         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7837         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
7838         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
7839         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7840         (gst_rtspsrc_parse_methods),
7841         (gst_rtspsrc_create_transports_string),
7842         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7843         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
7844         (gst_rtspsrc_play), (gst_rtspsrc_pause),
7845         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
7846         * gst/rtsp/gstrtspsrc.h:
7847         * gst/rtsp/rtsp.h:
7848         * gst/rtsp/rtspconnection.c:
7849         * gst/rtsp/rtspconnection.h:
7850         * gst/rtsp/rtspdefs.c:
7851         * gst/rtsp/rtspdefs.h:
7852         * gst/rtsp/rtspext.h:
7853         * gst/rtsp/rtspextwms.c:
7854         * gst/rtsp/rtspextwms.h:
7855         * gst/rtsp/rtspmessage.c:
7856         * gst/rtsp/rtspmessage.h:
7857         * gst/rtsp/rtsprange.c:
7858         * gst/rtsp/rtsprange.h:
7859         * gst/rtsp/rtsptransport.c:
7860         * gst/rtsp/rtsptransport.h:
7861         * gst/rtsp/rtspurl.c:
7862         * gst/rtsp/rtspurl.h:
7863         * gst/rtsp/sdp.h:
7864         * gst/rtsp/sdpmessage.c:
7865         * gst/rtsp/sdpmessage.h:
7866         * gst/rtsp/test.c:
7867         Use shiny new RTSP and SDP library.
7868         Implement RTSP extensions using the new interface.
7869         Remove a lot of old code.
7870
7871 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
7872
7873         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7874         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
7875
7876 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7877
7878         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7879         Don't unref the outgoing buffer twice when dropping it because it's
7880         outside of the segment.
7881
7882 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7883
7884         * configure.ac:
7885         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7886         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
7887         Use the new buffer clipping function from gstaudio here and
7888         require gst-plugins-base CVS.
7889         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7890         For framed Wavpack buffers we require a valid timestamp.
7891
7892 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7893
7894         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7895         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
7896         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
7897         Clip raw audio and video when we can, keep track of current output
7898         segment.
7899         Don't leak buffers and events when there is no output pad.
7900         Improve debugging here and there.
7901
7902 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7903
7904         * configure.ac:
7905           Sync liboil check with plugins-base.
7906
7907 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7908
7909         * ext/annodex/Makefile.am:
7910           Fix CFLAGS/LIBS.
7911
7912         * ext/cdio/gstcdiocddasrc.c:
7913         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7914           Include stdlib
7915
7916         * ext/cairo/Makefile.am:
7917         * gst/videofilter/Makefile.am:
7918         * tests/examples/level/Makefile.am:
7919           Use $(LIBM) instead of -lm
7920
7921 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7922
7923         * sys/v4l2/gstv4l2src.c:
7924           Add another example pipeline.
7925
7926 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7927
7928         Patch by: Alexander Eichner <alexeichi@yahoo.de>
7929
7930         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7931           Use define here.
7932
7933         * sys/v4l2/gstv4l2tuner.c:
7934         (gst_v4l2_tuner_set_frequency_and_notify):
7935           Don't touch the property - its still disabled.
7936
7937         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
7938         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
7939         * sys/v4l2/v4l2src_calls.h:
7940           Improve fallback format negotionation. Fixes #451388
7941
7942 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7943
7944         * tests/check/elements/videocrop.c: (GST_START_TEST):
7945           Fix the test.
7946
7947 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
7948
7949         * docs/plugins/Makefile.am:
7950         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7951         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7952         * docs/plugins/inspect/plugin-jpeg.xml:
7953         * docs/plugins/inspect/plugin-png.xml:
7954         * ext/jpeg/gstjpegdec.c:
7955         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
7956         (gst_pngdec_sink_setcaps):
7957           More docs. More logs in pngdec.
7958
7959 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
7960
7961         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
7962           Initialize num_buffers with minimum value.
7963
7964         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7965         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
7966           Handle frame-size query failure gracefully.
7967
7968 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7969
7970         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7971         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
7972         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
7973         of qt/aac files.
7974
7975 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
7976
7977         * ext/wavpack/gstwavpackdec.c:
7978         (gst_wavpack_dec_clip_outgoing_buffer):
7979         Fix buffer clipping to correctly clip to the segment stop.
7980
7981 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7982
7983         * configure.ac:
7984         * tests/Makefile.am:
7985         Remove bogus check for libcheck, since we check for
7986         gstreamer-check and it pulls in the required info from there,
7987         and we weren't actually _using_ the information for libcheck
7988         ourselves anyway.
7989
7990 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7991
7992         * configure.ac:
7993           Use pkg-config to locate check.
7994
7995 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7996
7997         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7998         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7999         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8000         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8001         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8002         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8003         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8004         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8005         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8006         * gst/effectv/gstrev.c: (gst_revtv_transform):
8007         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8008         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8009         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8010         * gst/matroska/matroska-demux.c:
8011         (gst_matroska_demux_add_wvpk_header),
8012         (gst_matroska_demux_check_subtitle_buffer),
8013         (gst_matroska_decode_buffer):
8014         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8015           Fix build against core CVS.
8016
8017 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8018
8019         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8020         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8021         don't have enough granularity to convert that boolean into a
8022         GstFlowReturn.
8023
8024 2007-07-06  Michael Smith <msmith@fluendo.com>
8025
8026         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8027         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8028         (gst_alawdec_change_state):
8029         * gst/law/alaw-decode.h:
8030         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8031         (gst_mulawdec_class_init), (gst_mulawdec_init),
8032         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8033         * gst/law/mulaw-decode.h:
8034           Fix capsnego bogosity in *law decoders. 
8035
8036 2007-07-06  Michael Smith <msmith@fluendo.com>
8037
8038         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8039         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8040         (gst_smokeenc_change_state):
8041         * ext/jpeg/gstsmokeenc.h:
8042           Remove stupidity in get/set caps functions.
8043           Fix some refcounting problems.
8044
8045 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8046
8047         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8048         Remove endianness-flipping hack that seems to have been required
8049         only because of a bug in ffmpegcolorspace.
8050         Partially Fixes: #451908
8051
8052 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8053
8054         * docs/plugins/Makefile.am:
8055           Simplify --extra-dir as gtkdoc scans recursively.
8056
8057 2007-07-03  Wim Taymans  <wim@fluendo.com>
8058
8059         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8060
8061         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8062         Set the encoding-name in the rtp caps to all uppercase, as required by
8063         the caps spec.
8064         Some small cleanups in the error paths. Fixes #453037.
8065
8066 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8067
8068         * ext/wavpack/gstwavpackparse.c:
8069         (gst_wavpack_parse_index_get_last_entry),
8070         (gst_wavpack_parse_index_get_entry_from_sample),
8071         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8072         (gst_wavpack_parse_scan_to_find_sample):
8073         * ext/wavpack/gstwavpackparse.h:
8074         Use a GSList for the GArray that is used like a list anyway.
8075
8076 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8077
8078         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8079         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8080         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8081           Add state change function where we set 0/1 as default framerate in
8082           case our setcaps function isn't called, like it might not in a
8083           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8084           gdkpixbufdec trying to create caps with a 0/0 framerate.
8085           Also post an error message on the bus if gst_pad_push() fails when
8086           called from our sink event handler (+1 for flow returns for event
8087           functions in 0.11) instead of failing silently.
8088
8089 2007-06-27  Wim Taymans  <wim@fluendo.com>
8090
8091         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8092         Cast stack args to the proper types. Fixes #451249.
8093
8094 2007-06-27  Wim Taymans  <wim@fluendo.com>
8095
8096         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8097         (new_session_pad), (gst_rtspsrc_setup_streams):
8098         * gst/rtsp/gstrtspsrc.h:
8099         For container formats we only need to activate one of the streams so
8100         that we correctly signal no-more-pads. Fixes #451015.
8101
8102 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8103
8104         * docs/plugins/gst-plugins-good-plugins.args:
8105         * docs/plugins/inspect/plugin-aasink.xml:
8106         * docs/plugins/inspect/plugin-alaw.xml:
8107         * docs/plugins/inspect/plugin-alpha.xml:
8108         * docs/plugins/inspect/plugin-alphacolor.xml:
8109         * docs/plugins/inspect/plugin-annodex.xml:
8110         * docs/plugins/inspect/plugin-apetag.xml:
8111         * docs/plugins/inspect/plugin-audiofx.xml:
8112         * docs/plugins/inspect/plugin-auparse.xml:
8113         * docs/plugins/inspect/plugin-autodetect.xml:
8114         * docs/plugins/inspect/plugin-avi.xml:
8115         * docs/plugins/inspect/plugin-cacasink.xml:
8116         * docs/plugins/inspect/plugin-cairo.xml:
8117         * docs/plugins/inspect/plugin-cdio.xml:
8118         * docs/plugins/inspect/plugin-cutter.xml:
8119         * docs/plugins/inspect/plugin-debug.xml:
8120         * docs/plugins/inspect/plugin-efence.xml:
8121         * docs/plugins/inspect/plugin-effectv.xml:
8122         * docs/plugins/inspect/plugin-esdsink.xml:
8123         * docs/plugins/inspect/plugin-flac.xml:
8124         * docs/plugins/inspect/plugin-flxdec.xml:
8125         * docs/plugins/inspect/plugin-gconfelements.xml:
8126         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8127         * docs/plugins/inspect/plugin-goom.xml:
8128         * docs/plugins/inspect/plugin-halelements.xml:
8129         * docs/plugins/inspect/plugin-icydemux.xml:
8130         * docs/plugins/inspect/plugin-id3demux.xml:
8131         * docs/plugins/inspect/plugin-jpeg.xml:
8132         * docs/plugins/inspect/plugin-ladspa.xml:
8133         * docs/plugins/inspect/plugin-level.xml:
8134         * docs/plugins/inspect/plugin-matroska.xml:
8135         * docs/plugins/inspect/plugin-mulaw.xml:
8136         * docs/plugins/inspect/plugin-multipart.xml:
8137         * docs/plugins/inspect/plugin-navigationtest.xml:
8138         * docs/plugins/inspect/plugin-ossaudio.xml:
8139         * docs/plugins/inspect/plugin-png.xml:
8140         * docs/plugins/inspect/plugin-quicktime.xml:
8141         * docs/plugins/inspect/plugin-rtp.xml:
8142         * docs/plugins/inspect/plugin-rtsp.xml:
8143         * docs/plugins/inspect/plugin-smpte.xml:
8144         * docs/plugins/inspect/plugin-speex.xml:
8145         * docs/plugins/inspect/plugin-taglib.xml:
8146         * docs/plugins/inspect/plugin-udp.xml:
8147         * docs/plugins/inspect/plugin-videobalance.xml:
8148         * docs/plugins/inspect/plugin-videobox.xml:
8149         * docs/plugins/inspect/plugin-videocrop.xml:
8150         * docs/plugins/inspect/plugin-videoflip.xml:
8151         * docs/plugins/inspect/plugin-videomixer.xml:
8152         * docs/plugins/inspect/plugin-wavenc.xml:
8153         * docs/plugins/inspect/plugin-wavparse.xml:
8154         * docs/plugins/inspect/plugin-ximagesrc.xml:
8155           Update docs with caps info.
8156
8157 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8158
8159         * po/POTFILES.in:
8160           Add more files with translatable strings (#450878).
8161
8162 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8163
8164         * MAINTAINERS:
8165         Updating all the maintainers files
8166
8167 2007-06-22  Edward Hervey  <edward@fluendo.com>
8168
8169         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8170         * gst/interleave/deinterleave.c: (deinterleave_init),
8171         (deinterleave_sink_link):
8172         * gst/interleave/interleave.c: (interleave_init):
8173         * gst/median/gstmedian.c: (gst_median_init):
8174         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8175         Fix memory leaks.
8176         * tests/check/elements/id3demux.c: (pad_added_cb):
8177         Remove unused variable.
8178
8179 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8180
8181         * ext/gconf/gconf.h:
8182         Make the prototype of gst_gconf_get_key_for_sink_profile
8183         match the implementation.
8184         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8185         Fixes: #449747
8186
8187 2007-06-20  Michael Smith <msmith@fluendo.com>
8188
8189         * gst/rtp/gstrtpdepay.c:
8190           Fix description - rtpdepay is not a payloader.
8191
8192 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8193
8194         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8195         (qtdemux_video_caps):
8196         * gst/qtdemux/qtdemux_fourcc.h:
8197           Add MJPG to the variants of motion jpeg.
8198
8199 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8200
8201         * tests/check/Makefile.am:
8202         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8203         * tests/check/elements/videocrop.c: (GST_START_TEST):
8204         * tests/check/elements/videofilter.c:
8205         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8206         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8207           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8208           error flags are included and it errors out on compiler warnings
8209           for CVS builds; remove unused variables in various unit tests.
8210
8211 2007-06-19  Wim Taymans  <wim@fluendo.com>
8212
8213         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8214         (rtsp_connection_close), (rtsp_connection_free):
8215         Use threadsafe inet_ntop to convert an ip number to a string. 
8216         Fixes #447961.
8217         Don't leak fd (and ip) when freeing a connection without first closing
8218         it.
8219
8220 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8221
8222         * configure.ac:
8223         Back to CVS
8224
8225         * gst-plugins-good.doap:
8226         Add 0.10.6 to the doap file.
8227
8228 === release 0.10.6 ===
8229
8230 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8231
8232         * configure.ac:
8233           releasing 0.10.6, "Wobble Board"
8234
8235 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8236
8237         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8238         (rtsp_connection_free):
8239           Revert previous commit again, since we are frozen (sorry).
8240
8241 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8242
8243         Patch by: Peter Kjellerstedt <pkj at axis com>
8244
8245         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8246         (rtsp_connection_free):
8247           inet_ntoa() uses a static buffer internally, so we need to copy the
8248           returned string if we want to store it for later (#447961).
8249
8250 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8251
8252         * win32/vs6/autogen.dsp:
8253         * win32/vs6/gst_plugins_good.dsw:
8254         * win32/vs6/libgstalaw.dsp:
8255         * win32/vs6/libgstalpha.dsp:
8256         * win32/vs6/libgstalphacolor.dsp:
8257         * win32/vs6/libgstapetag.dsp:
8258         * win32/vs6/libgstaudiofx.dsp:
8259         * win32/vs6/libgstauparse.dsp:
8260         * win32/vs6/libgstautodetect.dsp:
8261         * win32/vs6/libgstavi.dsp:
8262         * win32/vs6/libgstcutter.dsp:
8263         * win32/vs6/libgstdirectdraw.dsp:
8264         * win32/vs6/libgstdirectsound.dsp:
8265         * win32/vs6/libgsteffectv.dsp:
8266         * win32/vs6/libgstflx.dsp:
8267         * win32/vs6/libgstgoom.dsp:
8268         * win32/vs6/libgsticydemux.dsp:
8269         * win32/vs6/libgstid3demux.dsp:
8270         * win32/vs6/libgstinterleave.dsp:
8271         * win32/vs6/libgstjpeg.dsp:
8272         * win32/vs6/libgstlevel.dsp:
8273         * win32/vs6/libgstmatroska.dsp:
8274         * win32/vs6/libgstmedian.dsp:
8275         * win32/vs6/libgstmonoscope.dsp:
8276         * win32/vs6/libgstmulaw.dsp:
8277         * win32/vs6/libgstmultipart.dsp:
8278         * win32/vs6/libgstqtdemux.dsp:
8279         * win32/vs6/libgstrtp.dsp:
8280         * win32/vs6/libgstrtsp.dsp:
8281         * win32/vs6/libgstsmpte.dsp:
8282         * win32/vs6/libgstspeex.dsp:
8283         * win32/vs6/libgstudp.dsp:
8284         * win32/vs6/libgstvideobalance.dsp:
8285         * win32/vs6/libgstvideobox.dsp:
8286         * win32/vs6/libgstvideocrop.dsp:
8287         * win32/vs6/libgstvideoflip.dsp:
8288         * win32/vs6/libgstvideomixer.dsp:
8289         * win32/vs6/libgstwaveform.dsp:
8290         * win32/vs6/libgstwavenc.dsp:
8291         * win32/vs6/libgstwavparse.dsp:
8292         Mark *.dsp & *.dsw as binary files and convert to DOS line
8293         endings, as they don't load into VS6 correctly otherwise.
8294
8295 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8296
8297         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8298         (rtsp_connection_connect):
8299         Fix the MingW build. 
8300         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8301         Fixes: #446981
8302
8303 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8304
8305         * tests/check/elements/.cvsignore:
8306         * tests/icles/.cvsignore:
8307         Hush the buildbots up
8308
8309 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8310
8311         * configure.ac:
8312         * sys/Makefile.am:
8313         * sys/directdraw/Makefile.am:
8314         * sys/directsound/Makefile.am:
8315         * sys/waveform/Makefile.am:
8316         Make sure to dist everything needed for win32 builds.
8317
8318 2007-06-14  Edward Hervey  <edward@fluendo.com>
8319
8320         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8321         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8322         caps.
8323         Fixes #447458
8324
8325 2007-06-13  Wim Taymans  <wim@fluendo.com>
8326
8327         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8328         Make sure we allocate enough memory for the codec_data.
8329         Fixes #447210.
8330
8331 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8332
8333         * win32/MANIFEST:
8334         Add videocrop project file to the win32 manifest.
8335         * win32/vs6/gst_plugins_good.dsw:
8336         Add qtdemux,videocrop and waveform projects to the workspace.
8337         * win32/vs6/libgstqtdemux.dsp:
8338         Add zlib to the link list of qtdemux.
8339         * win32/vs6/libgstvideocrop.dsp:
8340         Add a project file for videocrop.
8341
8342 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8343
8344         * po/POTFILES.in:
8345         Add qtdemux for translation
8346
8347 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8348
8349         * configure.ac:
8350         * docs/plugins/Makefile.am:
8351         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8352         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8353         * docs/plugins/inspect/plugin-videocrop.xml:
8354         * gst-plugins-good.spec.in:
8355         * sys/Makefile.am:
8356         * tests/check/Makefile.am:
8357         * tests/icles/Makefile.am:
8358         * tests/icles/videocrop-test.c:
8359         Move videocrop and osxvideo from -bad.
8360
8361 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8362
8363         * configure.ac:
8364         * docs/plugins/Makefile.am:
8365         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8366         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8367         * docs/plugins/gst-plugins-good-plugins.args:
8368         * docs/plugins/inspect/plugin-qtdemux.xml:
8369         * docs/plugins/inspect/plugin-quicktime.xml:
8370         * win32/MANIFEST:
8371         Move qtdemux from -bad.
8372
8373         * gst-plugins-good.spec.in:
8374         Update spec file to reflect moving of qtdemux and wavpack
8375
8376 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8377         
8378         * win32/MANIFEST:
8379         * docs/plugins/Makefile.am:
8380         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8381         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8382         * docs/plugins/inspect/plugin-directdraw.xml:
8383         * docs/plugins/inspect/plugin-directsound.xml:
8384         * docs/plugins/inspect/plugin-waveform.xml:
8385         Move the waveform plugin from -bad too. Update the inspect xml
8386         files to mention Plugins Good instead of Plugins Bad.
8387
8388 2007-06-12  Andy Wingo  <wingo@pobox.com>
8389
8390         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8391         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8392         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8393         finalization and resuscitation. No longer public.
8394         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8395         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8396         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8397         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8398         miniobject semantics, and be threadsafe.
8399         (gst_v4l2src_queue_frame): Remove this function, as we just call
8400         the ioctls directly in the two places where we queue buffers.
8401         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8402         directly.
8403         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8404         to allocate the pool, which also preallocates the GstBuffers.
8405         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8406         queueing the frames directly.
8407         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8408         mmap buffers have been dequeued.
8409
8410         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8411         real MiniObject instead of rolling our own refcounting and
8412         finalizing. Give it a lock.
8413         (struct _GstV4l2Buffer): Remove one intermediary object, having
8414         the buffers hold the struct v4l2_buffer directly.
8415
8416         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8417         capture_init so that it can set them on the buffers that it will
8418         create.
8419         (gst_v4l2src_get_read): For better or for worse, include the
8420         timestamping and offsetting code here; really we should be using
8421         bufferalloc though.
8422         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8423         preallocated, mmap'd buffers.
8424
8425 2007-06-11  Wim Taymans  <wim@fluendo.com>
8426
8427         Patch by: daniel fischer <dan at f3c dot com>
8428
8429         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8430         (gst_ximage_src_get_caps):
8431         Actually use the display_name property so that we can dump any
8432         available X display. Fixes #445905.
8433
8434 2007-06-11  Wim Taymans  <wim@fluendo.com>
8435
8436         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8437
8438         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8439         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8440         Add missing rate fields to caps. Fixes #441118.
8441
8442 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8443
8444         * win32/vs6/gst_plugins_good.dsw:
8445         * win32/vs8/gst-plugins-good.sln:
8446         Add DirectSound and DirectDraw sinks project files to
8447         workspace and solution files.
8448
8449 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8450
8451         Patch by: Josh Coalson <xflac at yahoo dot com>,
8452         updated by Alexis Ballier <aballier at gentoo dot org>:
8453
8454         * configure.ac:
8455         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8456         (gst_flac_dec_setup_seekable_decoder),
8457         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8458         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8459         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8460         * ext/flac/gstflacdec.h:
8461         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8462         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8463         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8464         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8465         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8466         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8467         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8468         * ext/flac/gstflacenc.h:
8469         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8470         
8471 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8472
8473         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8474         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8475         not necessary anymore as we need at least that core version. 
8476
8477 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8478
8479         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8480         (gst_wavpack_dec_chain):
8481         * ext/wavpack/gstwavpackdec.h:
8482         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8483         (gst_wavpack_parse_push_buffer):
8484         * ext/wavpack/gstwavpackparse.h:
8485         Improve discont handling by checking if the next Wavpack block has
8486         the expected, following block index.
8487
8488 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8489
8490         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8491           Fix element description.
8492
8493 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8494
8495         * configure.ac:
8496         * docs/plugins/Makefile.am:
8497         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8498         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8499         * docs/plugins/gst-plugins-good-plugins.args:
8500         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8501         * docs/plugins/gst-plugins-good-plugins.signals:
8502         * docs/plugins/inspect/plugin-autodetect.xml:
8503         * docs/plugins/inspect/plugin-gconfelements.xml:
8504         * docs/plugins/inspect/plugin-ladspa.xml:
8505         * docs/plugins/inspect/plugin-rtp.xml:
8506         * docs/plugins/inspect/plugin-wavpack.xml:
8507         * ext/Makefile.am:
8508         * tests/check/Makefile.am:
8509           move wavpack plugin.  See #352605.
8510
8511 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8512
8513         * configure.ac:
8514         * docs/plugins/Makefile.am:
8515         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8516         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8517         * docs/plugins/gst-plugins-good-plugins.args:
8518         * sys/Makefile.am:
8519         * win32/MANIFEST:
8520         Add DirectDraw & DirectSound plugins to the build and docs.
8521
8522 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8523
8524         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8525         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8526           When operating in pull mode, error out correct on not-linked.
8527
8528 2007-06-06  Andy Wingo  <wingo@pobox.com>
8529
8530         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8531         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8532         format and size if the ioctls are defined; should fix compilation
8533         on Linux < 2.16.19.
8534
8535 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
8536
8537         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8538           Printf fixes in debug statements; use LOG level for debug statements
8539           that are printed for each and every frame; convert c++ comments to
8540           C-style comments; not much point using g_try_malloc() if we then not
8541           even check the return value.
8542
8543 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8544
8545         * configure.ac:
8546           Bump requirements to released versions (core and base 0.10.13).
8547
8548         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
8549           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8550           own implementation.
8551
8552 2007-06-05  Andy Wingo  <wingo@pobox.com>
8553
8554         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
8555         some useless comments.
8556
8557         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
8558         frames before calling STREAMON, that might leave them in a state
8559         where they can't be dequeued if we go back to NULL without calling
8560         STREAMON, according to the docs.
8561         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
8562         before we call STREAMON.
8563         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
8564         failures. (For me this code hung.) The pool refcounting is still
8565         crack; added a note to that effect.
8566
8567 2007-06-05  Wim Taymans  <wim@fluendo.com>
8568
8569         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8570         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
8571         Add support for mapping gst structure names to the MIME type equivalent.
8572         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
8573
8574 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
8575
8576         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8577         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
8578         (gst_wavenc_chain), (gst_wavenc_change_state):
8579         * gst/wavenc/gstwavenc.h:
8580         Properly write wav files with width!=depth by having the depth most
8581         significant bytes set and all others zero. Fixes #442535.
8582
8583 2007-06-01  Wim Taymans  <wim@fluendo.com>
8584
8585         * gst/rtsp/rtspconnection.c:
8586         Add include to make buildbot happy.
8587
8588 2007-06-01  Wim Taymans  <wim@fluendo.com>
8589
8590         Patch by: Peter Kjellerstedt  <pkj at axis com>
8591
8592         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8593         (rtsp_connection_connect), (add_date_header),
8594         (rtsp_connection_send), (parse_response_status),
8595         (parse_request_line), (parse_line), (rtsp_connection_receive):
8596         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
8597         * gst/rtsp/rtspdefs.h:
8598         * gst/rtsp/rtspmessage.c: (key_value_foreach),
8599         (rtsp_message_init_request), (rtsp_message_init_response),
8600         (rtsp_message_remove_header), (rtsp_message_append_headers),
8601         (rtsp_message_dump):
8602         * gst/rtsp/rtspmessage.h:
8603         Improves version checking, allowing an RTSP server to reply with "505
8604         RTSP Version not supported.
8605         Adds a Date header to all messages.
8606         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
8607         want to be able to send a response even if something in the request was
8608         invalid. EINVAL is only used when passing wrong arguments to functions.
8609         Do not handle an invalid method in parse_request_line(). Defer this to
8610         the caller so it can respond with "405 Method Not Allowed".
8611         Improves parsing of the timeout parameter to the Session header,
8612         allowing whitespace after the semicolon. 
8613         Avoids a compiler warning due to variables shadowing a function argument.
8614
8615 2007-06-01  Wim Taymans  <wim@fluendo.com>
8616
8617         Based on Patch by: Daniel Charles <dcharles at ti dot com>
8618
8619         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8620         (gst_rtp_amr_depay_process):
8621         * gst/rtp/gstrtpamrdepay.h:
8622         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
8623         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
8624         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
8625         * gst/rtp/gstrtpamrpay.h:
8626         Add support for AMR-WB.
8627         Small cleanups such as using BOILERPLATE.
8628
8629 2007-05-31  Wim Taymans  <wim@fluendo.com>
8630
8631         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
8632         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
8633
8634 2007-05-30  Andy Wingo  <wingo@pobox.com>
8635
8636         * sys/v4l2/gstv4l2object.h: 
8637         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
8638         unintended changes.
8639
8640         * sys/v4l2/v4l2src_calls.h: 
8641         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
8642         the format list in the order that the driver gives it to us.
8643         (gst_v4l2src_probe_caps_for_format_and_size)
8644         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
8645         based on the capabilities of the device.
8646         (gst_v4l2src_grab_frame): Update for object variable renaming.
8647         (gst_v4l2src_set_capture): Update to be strict in its parameters,
8648         as in the set_caps below.
8649         (gst_v4l2src_capture_init): Update for object variable renaming,
8650         and reflow.
8651         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
8652         (gst_v4l2src_capture_deinit): Update for object variable renaming.
8653         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
8654         (gst_v4l2src_get_fps): Remove; these functions don't have much
8655         meaning outside of an atomic set_caps method.
8656         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
8657         known.
8658
8659         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
8660         call to update_fps; not sure about this change.
8661         (gst_v4l2_tuner_set_norm): Work around the fact that for the
8662         moment we don't have an update_fps_func.
8663
8664         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
8665         structures in the object, just store what we need. Do store the
8666         probed caps of the device. Don't store the current frame rate.
8667
8668         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
8669         update_fps_function, for now. Update for new object variable
8670         naming.
8671         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
8672         new object variable naming.
8673         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
8674         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
8675         (gst_v4l2src_get_caps): Rework to probe the device for supported
8676         frame sizes and frame rates.
8677         (gst_v4l2src_set_caps): Rework to be strict in the given
8678         parameters: if someone asks us to have a certain size and rate,
8679         that is what we configure.
8680         (gst_v4l2src_get_read): Update for object variable naming. Don't
8681         leak buffers on short reads.
8682         (gst_v4l2src_get_mmap): Update for object variable naming, and add
8683         comments.
8684         (gst_v4l2src_create): Update for object variable naming.
8685
8686 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8687
8688         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
8689         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
8690         * gst/avi/gstavidemux.h:
8691           Parse subtitle text streams instead of erroring out (#442034). Still
8692           needs a parser for the subtitles to actually show up.
8693
8694 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8695
8696         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
8697         (gst_avi_demux_loop):
8698           Make _push_event() return TRUE if the event could be pushed on at
8699           least one pad and not only if it could be pushed on all pads,
8700           otherwise we'll end up posting an error message on EOS if one or
8701           more source pads are not connected.
8702
8703 2007-05-28  Wim Taymans  <wim@fluendo.com>
8704
8705         * gst/rtsp/rtsptransport.c:
8706         Use renamed RTP bin.
8707
8708 2007-05-28  Wim Taymans  <wim@fluendo.com>
8709
8710         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
8711
8712         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8713         (gst_video_box_set_property), (gst_video_box_transform_caps),
8714         (video_box_recalc_transform), (gst_video_box_set_caps),
8715         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8716         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8717         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8718         (gst_video_box_i420_i420), (gst_video_box_transform),
8719         (plugin_init):
8720         Add AYUV->AYUV and AYUV->I420 formats. 
8721         Fix negotiation and I420->AYUV conversion.
8722         Fixes #429329.
8723
8724 2007-05-26  Wim Taymans  <wim@fluendo.com>
8725
8726         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8727         Use different variables for nested for loops so that the outer loop
8728         functions properly and speex files with multiple frames per buffer work
8729         properly.
8730         Fixes #441408.
8731
8732 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8733
8734         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8735           Don't leak newsegment events.
8736
8737 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8738
8739         * gst/wavparse/Makefile.am:
8740           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8741           drags it in.
8742
8743 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8744
8745         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8746         (notgst_value_array_append_buffer),
8747         (gst_flac_enc_process_stream_headers),
8748         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8749         (gst_flac_enc_change_state):
8750         * ext/flac/gstflacenc.h:
8751           Collect headers, add "streamheader" field to output caps and set
8752           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8753           produces output according to the official FLAC-to-Ogg mapping
8754           instead of completely broken files. Fixes #426044.
8755
8756 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8757
8758         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8759         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8760         (gst_id3demux_sink_event):
8761         * gst/id3demux/gstid3demux.h:
8762         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8763         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8764         (gst_tag_demux_send_new_segment):
8765         Handle and adjust new-segment events so that downstream really
8766         sees a stream with the tag pieces stripped off the front and back.
8767         Fixes strangeness in seeking when mp3 decoders use the new-segment
8768         byte position to estimate their current playback position timestamp
8769         and then the arriving buffers don't match up.
8770
8771 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8772
8773         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8774           Don't unnecessarily perform a READY->NULL->READY transition on the
8775           detected audio sink when starting up. Fixes: #440127
8776
8777 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8778
8779         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8780         (gst_flac_enc_chain):
8781           Don't crash in chain function if setcaps hasn't been called.
8782
8783 2007-05-24  Wim Taymans  <wim@fluendo.com>
8784
8785         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8786         Init value to avoid infinte loops.
8787
8788 2007-05-24  Wim Taymans  <wim@fluendo.com>
8789
8790         Patch by: Peter Kjellerstedt  <pkj at axis com>
8791
8792         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8793         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8794         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8795         (gst_rtspsrc_play):
8796         (rtsp_connection_send), (rtsp_connection_receive):
8797         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8798         Fix for new API.
8799
8800         * gst/rtsp/rtspconnection.c: (add_auth_header),
8801         Only add authorisation and session headers when sending messages.
8802
8803         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8804         (rtsp_message_init_request), (rtsp_message_init_response),
8805         (rtsp_message_unset), (rtsp_message_add_header),
8806         (rtsp_message_remove_header), (rtsp_message_get_header),
8807         (rtsp_message_append_headers), (dump_key_value),
8808         (rtsp_message_dump):
8809         * gst/rtsp/rtspmessage.h:
8810         Add support for multiple headers of the same type by storing the parsed
8811         headers in a GArray instaed of a hashtable.
8812
8813 2007-05-21  Wim Taymans  <wim@fluendo.com>
8814
8815         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8816         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8817         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8818         safer shutdown.
8819
8820 2007-05-21  Wim Taymans  <wim@fluendo.com>
8821
8822         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8823         * gst/rtsp/gstrtpdec.h:
8824         Added signal for backwards compat.
8825
8826 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8827         
8828         Patch by: René Stadler <mail at renestadler dot de>
8829
8830         * configure.ac:
8831         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8832         (gst_au_parse_parse_header), (gst_au_parse_chain):
8833         * gst/auparse/gstauparse.h:
8834         Use audioconvert for converting from non-native endianness floats
8835         in auparse instead of doing it ourself. Fixes #424527.
8836         This needs the audioconvert from plugins-base CVS.
8837         
8838 2007-05-21  Wim Taymans  <wim@fluendo.com>
8839
8840         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8841         (gst_rtp_h263p_pay_flush):
8842         Fix enum registration.
8843
8844 2007-05-21  Wim Taymans  <wim@fluendo.com>
8845
8846         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8847
8848         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8849         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
8850         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
8851         (gst_rtp_h263p_pay_flush):
8852         * gst/rtp/gstrtph263ppay.h:
8853         Add new fragmentation mode base on GOB headers. Fixes #438940.
8854
8855 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
8856
8857         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
8858           Printf format fix.
8859
8860 2007-05-18  Wim Taymans  <wim@fluendo.com>
8861
8862         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8863         Don't crash when an unsupported transport error was returned by the
8864         server, just try to configure the next stream. Fixes #439255.
8865
8866 2007-05-18  Wim Taymans  <wim@fluendo.com>
8867
8868         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8869         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8870         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
8871         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8872         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
8873         * gst/rtsp/gstrtspsrc.h:
8874         Add TCP timeout property and use it for all TCP connection.
8875
8876         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8877         (rtsp_connection_write), (rtsp_connection_next_timeout),
8878         (rtsp_connection_reset_timeout):
8879         Make connect and writes cancelable and make them use the timeout.
8880
8881 2007-05-18  Wim Taymans  <wim@fluendo.com>
8882
8883         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8884         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8885         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8886         (gst_rtspsrc_setup_streams):
8887         Refactor timeout handling.
8888         Also send keep-alive when dealing with TCP transport.
8889
8890         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8891         (rtsp_connection_free), (rtsp_connection_next_timeout),
8892         (rtsp_connection_reset_timeout):
8893         * gst/rtsp/rtspconnection.h:
8894         Use a timer to handle the session timeouts, add some methods to deal
8895         with timeouts.
8896
8897 2007-05-17  Wim Taymans  <wim@fluendo.com>
8898
8899         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8900         (gst_rtspsrc_setup_streams):
8901         Ignore streams that fail the setup command, we will retry with a
8902         different transport later on.
8903
8904         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8905         (rtsp_ext_wms_configure_stream):
8906         Fix encoding name case.
8907
8908 2007-05-16  Edward Hervey  <edward@fluendo.com>
8909
8910         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
8911         Fix build on macosx.
8912
8913 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
8914
8915         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
8916         Replace direct comparison of a string with the string literal "" with
8917         a comparison of the first character with '\0'. Fixes #438926.
8918
8919 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8920
8921         * gst/debug/breakmydata.c (gst_break_my_data_init):
8922           One more try. This should be the proper fix now.
8923
8924 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8925
8926         * gst/debug/breakmydata.c:
8927           Ooops, no // comments please.
8928
8929 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8930
8931         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
8932         (gst_break_my_data_init):
8933           Fix gst_buffer_is_writable() assertion.
8934
8935 2007-05-14  David Schleef  <ds@schleef.org>
8936
8937         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
8938           video/x-raw-bayer.  Fixes #314160.
8939
8940 2007-05-14  Wim Taymans  <wim@fluendo.com>
8941
8942         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
8943         (gst_rtp_theora_depay_parse_configuration):
8944         * gst/rtp/gstrtptheorapay.c: (encode_base64),
8945         (gst_rtp_theora_pay_finish_headers),
8946         (gst_rtp_theora_pay_handle_buffer):
8947         Update theora pay/depayloader in a similar to vorbis.
8948
8949         * gst/rtp/gstrtpvorbisdepay.c:
8950         (gst_rtp_vorbis_depay_parse_configuration):
8951         Update docs.
8952
8953 2007-05-14  Wim Taymans  <wim@fluendo.com>
8954
8955         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
8956         When we try to execute a method that is not supported by the server,
8957         don't error out but remove the method from the accepted methods so that
8958         we never try to perform this method again.
8959
8960 2007-05-14  Wim Taymans  <wim@fluendo.com>
8961
8962         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8963         Remove annoying _dump_mem.
8964
8965 2007-05-14  Wim Taymans  <wim@fluendo.com>
8966
8967         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
8968         Parse range correctly.
8969
8970         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
8971         The baseurl now always has a '/' at the start.
8972
8973 2007-05-14  Wim Taymans  <wim@fluendo.com>
8974
8975         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
8976         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
8977         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8978         Factor out caps configuration and configure more stuff such as the time
8979         ranges and speed/scale values.
8980
8981         * gst/rtsp/rtsptransport.c:
8982         Add Copyright after non-trival fixes.
8983
8984 2007-05-12  Wim Taymans  <wim@fluendo.com>
8985
8986         Patch by: Peter Kjellerstedt  <pkj at axis com>
8987
8988         * gst/rtsp/gstrtspsrc.h:
8989         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
8990         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
8991         (rtsp_message_get_header):
8992         * gst/rtsp/rtspmessage.h:
8993         Make channel guint8 where possible.
8994         Make rtsp_message_init_data() take the channel as a guint8.
8995
8996         * gst/rtsp/rtspdefs.c:
8997         Fixed a typo: Timout -> Timeout
8998
8999         * gst/rtsp/rtspdefs.h:
9000         Make RTSP_CHECK() behave as a statement.
9001
9002         * gst/rtsp/sdpmessage.c:
9003         Avoid a compiler warning in INIT_ARRAY().
9004         Fixes #437692.
9005
9006 2007-05-12  Wim Taymans  <wim@fluendo.com>
9007
9008         Patch by: Peter Kjellerstedt  <pkj at axis com>
9009
9010         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9011         (rtsp_url_get_request_uri):
9012         * gst/rtsp/rtspurl.h:
9013         Add support for query parameters to RTSP URLs.
9014
9015 2007-05-12  Wim Taymans  <wim@fluendo.com>
9016
9017         Patch by: Peter Kjellerstedt  <pkj at axis com>
9018
9019         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9020         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9021         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9022         (rtsp_transport_parse), (rtsp_transport_as_text):
9023         * gst/rtsp/rtsptransport.h:
9024         Add validation to rtsp_transport_parse().
9025         Add rtsp_transport_as_text() to generate an RTSP header from an
9026         RTSPTransport.
9027         Change ssrc to guint (was a string) since that is what it is, even
9028         though it is sent as a hex string.
9029         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9030         incorrect, which can be seen when looking at the examples in the RFC).
9031         Fixes #437670.
9032
9033 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9034
9035         Patch by: Eric Anholt
9036
9037         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9038           gst_ximage_src_ximage_get):
9039         Use union of all damage between frames to make it faster.
9040         Fixes bug #342463.
9041         Also fix crasher when cursor is at bottom right of window.
9042
9043 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9044
9045         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9046           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9047           streaming mode regression for file from #343837 with 'bext' chunk
9048           before the 'fmt' chunk.
9049
9050 2007-05-11  Wim Taymans  <wim@fluendo.com>
9051
9052         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9053         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9054         (gst_rtspsrc_handle_src_event),
9055         (gst_rtspsrc_stream_configure_manager),
9056         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9057         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9058         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9059         * gst/rtsp/gstrtspsrc.h:
9060         * gst/rtsp/rtspdefs.h:
9061         Preliminary seek support.
9062         Activate internal pads so that we can receive events on them.
9063         Don't try to parse a range string when it's NULL.
9064
9065 2007-05-11  Wim Taymans  <wim@fluendo.com>
9066
9067         * gst/rtp/README:
9068         Update README with new RTP variables that will be used for
9069         synchronisation.
9070
9071         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9072         (gst_rtp_vorbis_depay_parse_configuration),
9073         (gst_rtp_vorbis_depay_process):
9074         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9075         (gst_rtp_vorbis_pay_finish_headers),
9076         (gst_rtp_vorbis_pay_handle_buffer):
9077         Update vorbis pay and depayloader to draft-04.
9078
9079 2007-05-11  Wim Taymans  <wim@fluendo.com>
9080
9081         * gst/rtsp/rtsptransport.c:
9082         UDP MCAST is actually the default for RTP/AVP.
9083 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9084
9085         * gst/level/gstlevel.c: (gst_level_transform_ip):
9086         Use guint8 * instead of gpointer then vs6 can build 
9087         in_data += (filter->width / 8).
9088
9089 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9090
9091         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9092           gst_ximage_src_ximage_get):
9093         * sys/ximage/gstximagesrc.h (last_ximage):
9094         When using Damage actually keep the last frame, and not assume
9095         that the buffer we get already has the last frame on it.
9096         Copy the cursor over if we specify a non-zero start x and
9097         start y.
9098
9099 2007-05-11  Wim Taymans  <wim@fluendo.com>
9100
9101         * gst/rtsp/rtsptransport.c:
9102         Make UDP the default transport when not specified.
9103
9104 2007-05-09  David Schleef  <ds@schleef.org>
9105
9106         * gst/level/gstlevel.c:
9107           Revert last change.
9108
9109 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9110
9111         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9112         (gst_level_transform_ip):
9113         Use guint8 * instead of gpointer then vs6 know the size of data
9114         pointed when moving the pointer.
9115         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9116         Move instructions after variables declaration.
9117         * win32/vs6/autogen.dsp:
9118         * win32/vs6/libgstrtp.dsp:
9119         * win32/vs6/libgstrtsp.dsp:
9120         Update vs6 project files.
9121
9122 2007-05-09  Wim Taymans  <wim@fluendo.com>
9123
9124         * gst/rtsp/Makefile.am:
9125         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9126         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9127         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9128         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9129         (rtsp_range_free):
9130         * gst/rtsp/rtsprange.h:
9131         Add code to parse time ranges.
9132         Report DURATION on the stream when possible.
9133
9134 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9135
9136         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9137         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9138         (gst_videomixer_collected):
9139           Fix strides calculation for AYUV (it's just width*4) (#436910).
9140
9141 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9142
9143         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9144         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9145         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9146         Sync the GObject properties before each processing step to properly
9147         work with the controller.
9148
9149 2007-05-04  Wim Taymans  <wim@fluendo.com>
9150
9151         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9152         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9153         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9154         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9155         (gst_rtspsrc_change_state):
9156         Let more error state trickle down so that we can catch more error
9157         cases.
9158         Handle keep-alive a little smarter by selecting a method the server
9159         actually supports.
9160         Fix a race in UDP streaming shutdown.
9161
9162 2007-05-04  Wim Taymans  <wim@fluendo.com>
9163
9164         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9165         Ignore errors when trying to use the keep-alive messages.
9166
9167 2007-05-04  Wim Taymans  <wim@fluendo.com>
9168
9169         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9170         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9171         (gst_rtspsrc_stream_configure_manager),
9172         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9173         (gst_rtspsrc_stream_configure_mcast),
9174         (gst_rtspsrc_stream_configure_udp),
9175         (gst_rtspsrc_stream_configure_udp_sink),
9176         (gst_rtspsrc_stream_configure_transport):
9177         Send RTCP messages back to the server over the TCP connection.
9178
9179         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9180         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9181         (rtsp_connection_receive):
9182         * gst/rtsp/rtspconnection.h:
9183         Factor out and expose lowlevel _write and _read methods.
9184         Implement sending data messages to the server.
9185
9186 2007-05-03  Wim Taymans  <wim@fluendo.com>
9187
9188         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9189         (gst_multipart_mux_collected):
9190         Fix timestamps on outgoing buffers.
9191
9192 2007-05-03  Wim Taymans  <wim@fluendo.com>
9193
9194         * gst/multipart/multipartmux.c:
9195         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9196         (gst_multipart_mux_change_state):
9197         Emit NEWSEGMENT events before pushing the first buffer.
9198
9199 2007-05-03  Wim Taymans  <wim@fluendo.com>
9200
9201         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9202         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9203         (gst_rtspsrc_handle_src_query),
9204         (gst_rtspsrc_stream_configure_manager),
9205         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9206         (gst_rtspsrc_stream_configure_mcast),
9207         (gst_rtspsrc_stream_configure_udp),
9208         (gst_rtspsrc_stream_configure_udp_sink),
9209         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9210         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9211         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9212         (gst_rtspsrc_pause):
9213         Refactor transport configuration code.
9214         Create internal pads for TCP transport so that we can implement events
9215         and queries.
9216         Handle events and queries.
9217         Parse range from the SDP.
9218         Fix race in pause handler where the connection could still be flushing.
9219
9220 2007-05-02  Wim Taymans  <wim@fluendo.com>
9221
9222         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9223         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9224         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9225         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9226         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9227         (gst_rtspsrc_change_state):
9228         * gst/rtsp/gstrtspsrc.h:
9229         Fix race when multiple udp sources post timeouts, just act on the first
9230         received timeout.
9231         Protect stream list with a recursive lock to fix some races.
9232         Flush connection when we need to do a reconnect or stop.
9233         Make state lock recursive.
9234
9235         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9236         (rtsp_connection_close):
9237         Some small cleanups.
9238
9239 2007-05-02  Wim Taymans  <wim@fluendo.com>
9240
9241         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9242         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9243         Only set DISCONT when there actually is a discont or when we just
9244         started.
9245
9246 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9247
9248         * ext/flac/gstflac.c: (plugin_init):
9249         Call bindtextdomain() to get localized strings.
9250
9251 2007-05-02  Wim Taymans  <wim@fluendo.com>
9252
9253         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9254         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9255         (gst_wavparse_stream_data):
9256         * gst/wavparse/gstwavparse.h:
9257         Be a bit more clever when dealing with VBR files with FACT tags, we
9258         don't want to timestamp buffers in that case but the estimated BPS can
9259         be used for seeking.
9260         Only send close segment in the streaming thread.
9261
9262 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9263
9264         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9265         Correctly post an error on the bus if something went wrong in the loop
9266         function. This fixes a few cases where the task was paused and nothing
9267         happened anymore.
9268
9269 2007-05-02  Wim Taymans  <wim@fluendo.com>
9270
9271         * gst/rtsp/test.c: (main):
9272         Fix compilation of deprecated test just because I'm too lazy to delete
9273         it.
9274
9275 2007-05-02  Wim Taymans  <wim@fluendo.com>
9276
9277         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9278         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9279         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9280         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9281         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9282         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9283         * gst/rtsp/gstrtspsrc.h:
9284         Fix sending RTCP to the right place.
9285         Fix bug in reffing the wrong UDP element.
9286         Use new pad names for the session manager.
9287         Implement handling server requests in interleaved and UDP modes.
9288         Handle session keep-alive in UDP modes.
9289         Remove GCond for handling UDP timeouts.
9290
9291         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9292         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9293         (rtsp_connection_receive), (rtsp_connection_close):
9294         * gst/rtsp/rtspconnection.h:
9295         Store connection IP address for later.
9296         Add timeout args to all operations that might block forever.
9297         Parse session timeout.
9298         Only close sockets when not already closed.
9299
9300         * gst/rtsp/rtspdefs.c:
9301         * gst/rtsp/rtspdefs.h:
9302         Add timeout return value and error string.
9303
9304         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9305         Add small comment.
9306
9307 2007-05-01  Wim Taymans  <wim@fluendo.com>
9308
9309         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9310
9311         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9312         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9313         * gst/rtp/gstrtpmp4vpay.h:
9314         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9315
9316 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9317
9318         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9319           Remove v4l2src from docs, since it breaks the docs build, and the
9320           plugin is only built if --enable-experimental is used anyway.
9321
9322         * docs/plugins/Makefile.am:
9323           Spaces => tab.
9324
9325 2007-04-29  Wim Taymans  <wim@fluendo.com>
9326
9327         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9328         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9329         Add code to drop membership of a multicast group.
9330
9331         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9332         (gst_udpsink_set_uri):
9333         Implement URI handler.
9334
9335         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9336         (gst_rtspsrc_parse_rtpinfo):
9337         Use URI handler to make udpsink instace.
9338         Improve code to configure port and destination.
9339
9340 2007-04-29  Wim Taymans  <wim@fluendo.com>
9341
9342         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9343         Fix multicast detection.
9344         Don't try to join a multicast group if the address is not multicast.
9345
9346         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9347         Small debug improvement.
9348
9349 2007-04-27  Wim Taymans  <wim@fluendo.com>
9350
9351         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9352         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9353         (gst_rtspsrc_handle_message):
9354         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9355         parent.
9356
9357 2007-04-27  Wim Taymans  <wim@fluendo.com>
9358
9359         * gst/rtp/gstrtpilbcdepay.h:
9360         Fix mode property when specified as an arg.
9361
9362 2007-04-26  Edward Hervey  <edward@fluendo.com>
9363
9364         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9365         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9366         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9367         * docs/plugins/inspect/plugin-osxaudio.xml:
9368         Add documentation for osxaudio plugin.
9369
9370 2007-04-26  Wim Taymans  <wim@fluendo.com>
9371
9372         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9373         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9374         (gst_rtspsrc_open), (gst_rtspsrc_close),
9375         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9376         (gst_rtspsrc_pause):
9377         * gst/rtsp/gstrtspsrc.h:
9378         Protect state changes with a lock.
9379
9380         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9381         (parse_line):
9382         * gst/rtsp/rtspconnection.h:
9383         Remove some unused stuff.
9384
9385 2007-04-26  Wim Taymans  <wim@fluendo.com>
9386
9387         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9388         Handle the case where there are exactly 0 bytes to read and the ioctl
9389         did not report an error. Fixes #433530.
9390
9391 2007-04-26  Wim Taymans  <wim@fluendo.com>
9392
9393         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9394         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9395         * gst/wavparse/gstwavparse.h:
9396         Apply DISCONT to buffers.
9397         Only apply timestamp to the first sample after a DISCONT, too many VBR
9398         files cause random jitter in the timestamps. Fixes #433119.
9399
9400 2007-04-25  Wim Taymans  <wim@fluendo.com>
9401
9402         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9403         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9404         (gst_rtp_dec_get_property):
9405         * gst/rtsp/gstrtpdec.h:
9406         Add dummy latency property to be backwards compat with rtpbin.
9407
9408         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9409         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9410         (gst_rtspsrc_stream_configure_transport),
9411         (gst_rtspsrc_parse_rtpinfo):
9412         * gst/rtsp/gstrtspsrc.h:
9413         Add latency property and configure in the session manager.
9414         Don't set invalid clock-base and seqnum-base on caps, some servers
9415         sometimes don't send them.
9416
9417 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9418
9419         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9420         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9421           Double-check that RGB input caps are really RGBA caps (apparently
9422           the core doesn't always catch it if those caps aren't a subset of
9423           our template caps, also see #421543). Fixes #429319 in a way.
9424           Also, don't leak the pad template in the transform_caps function.
9425
9426         * tests/check/Makefile.am:
9427         * tests/check/elements/.cvsignore:
9428         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9429         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9430         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9431         (GST_START_TEST), (alphacolor_suite):
9432           Add some basic unit tests for alphacolor.
9433
9434 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9435
9436         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9437           If we get a fatal flow return in the loop function, first post the
9438           error message and only then send the EOS event downstream, otherwise
9439           applications might get an eos message before the error message and
9440           think everything was ok (related to #429319).
9441
9442 2007-04-25  Wim Taymans  <wim@fluendo.com>
9443
9444         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9445         Read the channel byte as an unsigned byte.
9446
9447 2007-04-25  Wim Taymans  <wim@fluendo.com>
9448
9449         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9450         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9451         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9452         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9453         (gst_rtp_gsm_depay_setcaps):
9454         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9455         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9456         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9457         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9458         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9459         (gst_ilbc_depay_get_property):
9460         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9461         * gst/rtp/gstrtpmp4adepay.c:
9462         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9463         (gst_rtp_pcma_depay_setcaps):
9464         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9465         (gst_rtp_pcmu_depay_setcaps):
9466         Make sure we configure the clock_rate in the baseclass in the setcaps
9467         function. Fixes #431282.
9468
9469 2007-04-25  Wim Taymans  <wim@fluendo.com>
9470
9471         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9472         (gst_rtspsrc_stream_free), (request_pt_map),
9473         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9474         * gst/rtsp/gstrtspsrc.h:
9475         Parse server address from SDP.
9476         Hook up a udpsink to send RTCP back to the server.
9477
9478         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9479         * gst/rtsp/rtsptransport.h:
9480         Add some docs.
9481
9482 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9483
9484         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9485           Make header field check conditional. Fixes #433135
9486
9487 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9488
9489         * docs/plugins/Makefile.am:
9490         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9491         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9492         * docs/plugins/inspect/plugin-alphacolor.xml:
9493         * gst/alpha/Makefile.am:
9494         * gst/alpha/gstalphacolor.c:
9495         * gst/alpha/gstalphacolor.h:
9496           Add minimal docs blurb to alphacolor; split out headers into
9497           separate header file for gtk-doc.
9498
9499 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9500
9501         * gst/debug/progressreport.c: (gst_progress_report_report):
9502           Don't try to post NULL message (in case we can't query upstream
9503           position or duration).
9504
9505 2007-04-18  Michael Smith  <msmith@fluendo.com>
9506
9507         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9508         (gst_cutter_get_caps):
9509         * gst/cutter/gstcutter.h:
9510           Fix some of the most obvious bugs in cutter. Now doesn't leak
9511           everything if input is silent.
9512
9513 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9514
9515         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9516         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9517         * gst/wavenc/gstwavenc.h:
9518         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9519         else results in a invalid block align and invalid files.
9520
9521 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9522
9523         Patch by: Snaik <snaik32 gmail com>
9524
9525         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9526           Add missing break statement for BOX_HORIZONTAL case.
9527
9528 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9529
9530         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9531
9532         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9533         Use correct format strings for integer types.
9534
9535 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9536
9537         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9538         (gst_wavparse_create_sourcepad):
9539         Use gst_riff_create_audio_template_caps () instead of the local caps.
9540         This makes updates of the local caps unecessary whenever libgstriff
9541         gets support for new formats.
9542
9543 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
9544
9545         Patch by: Brian Cameron  <brian.cameron at sun dot com>
9546
9547         * sys/sunaudio/gstsunaudio.c:
9548         * sys/sunaudio/gstsunaudiomixer.c:
9549         * sys/sunaudio/gstsunaudiomixer.h:
9550         * sys/sunaudio/gstsunaudiomixerctrl.c:
9551         * sys/sunaudio/gstsunaudiomixerctrl.h:
9552         * sys/sunaudio/gstsunaudiomixertrack.h:
9553         * sys/sunaudio/gstsunaudiosink.c:
9554         * sys/sunaudio/gstsunaudiosink.h:
9555         * sys/sunaudio/gstsunaudiosrc.c:
9556         * sys/sunaudio/gstsunaudiosrc.h:
9557           Fix and/or update copyright attributions (#430228).
9558
9559 2007-04-13  Wim Taymans  <wim@fluendo.com>
9560
9561         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9562         Fix docs.
9563
9564         * gst/rtsp/URLS:
9565         Add some more example urls.
9566
9567         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9568         (gst_rtp_dec_chain_rtp):
9569         Better debugging.
9570
9571         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
9572         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9573         (gst_rtspsrc_parse_rtpinfo):
9574         Remove unused code.
9575
9576 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9577
9578         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9579         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9580         (gst_wavparse_stream_data):
9581           Relax the audio/mpeg caps again and add FIXME: comment.
9582
9583 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9584
9585         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9586         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9587         (gst_wavparse_stream_data):
9588         * gst/wavparse/gstwavparse.h:
9589           More sanity check for the header fields. Fix type for 'rate' header
9590           field.
9591
9592 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9593
9594         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
9595         (gst_icydemux_unicodify):
9596           If the metadata strings we get in the stream are not UTF-8, try to
9597           interpret them according to the character encodings specified in the
9598           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
9599           only fall back to locale/ISO-8859-1 if those aren't set or don't
9600           work. Should fix #428901.
9601
9602 2007-04-12  Wim Taymans  <wim@fluendo.com>
9603
9604         * gst/rtp/gstrtph264depay.c:
9605         Use the proper sync word for SPS and PPS.
9606
9607 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9608
9609         * gst/rtp/Makefile.am:
9610         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
9611           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
9612         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
9613           Add a simple hashing implementation that we can use to generate
9614           a 24-bit ident value based on the codebooks for vorbis and theora.
9615         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
9616           gst_rtp_theora_pay_handle_buffer):
9617         * gst/rtp/gstrtpvorbisdepay.c
9618           (gst_rtp_vorbis_depay_parse_configuration,
9619           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
9620         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
9621           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
9622           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
9623           Use the hashing function, ensuring that the same codebooks result
9624           in the same ident and thus the same SDP description.
9625           Various log fixes/changes.
9626
9627 2007-04-12  Wim Taymans  <wim@fluendo.com>
9628
9629         Patch by: jerry tan <jerry dot tan at sun dot com>
9630
9631         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9632         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
9633         application's responsibility to make sure it open the device once.
9634         Remove a careless error if AUDIODEV is set. Fixes #392620.
9635
9636 2007-04-12  Wim Taymans  <wim@fluendo.com>
9637
9638         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9639         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
9640         * gst/rtsp/gstrtpdec.h:
9641         Make backward compat with rtpbin by adding the request-pt-map signals.
9642
9643         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9644         (new_session_pad), (request_pt_map),
9645         (gst_rtspsrc_stream_configure_transport),
9646         (gst_rtspsrc_stream_configure_caps),
9647         (gst_rtspsrc_activate_streams):
9648         * gst/rtsp/gstrtspsrc.h:
9649         Implement request-pt-map signals instead of setting caps on the buffers
9650         for the session manager.
9651
9652 2007-04-11  Wim Taymans  <wim@fluendo.com>
9653
9654         * gst/udp/gstudp.c: (plugin_init):
9655         Register GstNetBuffer in plugin_init so that the type can be used from
9656         multiple threads without races.
9657
9658 2007-04-10  Wim Taymans  <wim@fluendo.com>
9659
9660         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9661         (gst_rtp_amr_depay_process):
9662         Fix depayloader clock_rate and some cleanups.
9663
9664         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
9665         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9666         * gst/rtp/gstrtph264depay.h:
9667         Don't push codec_data in the adapter because it might get flushed when
9668         we get a discont.
9669
9670         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9671         Handle multiple AU per packet.
9672
9673         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
9674         (gst_rtp_sv3v_depay_plugin_init):
9675         Disable rank, this one does not work.
9676         Remove timestamping, base class does that.
9677
9678 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
9679
9680         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9681           limit caps to the formats we announce in the template
9682
9683         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9684         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9685         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
9686           fix some crashers/asserts when dealing with broken files
9687
9688 2007-04-10  Wim Taymans  <wim@fluendo.com>
9689
9690         Patch by: Peter Kjellerstedt  <pkj at axis com>
9691
9692         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9693         * gst/rtp/gstrtpL16depay.c:
9694         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9695         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9696         (gst_rtp_speex_depay_setcaps):
9697         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9698         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
9699         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9700         Fix some compiler warnings. Fixes #428182.
9701
9702 2007-04-06  Wim Taymans  <wim@fluendo.com>
9703
9704         * gst/rtsp/Makefile.am:
9705         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9706         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9707         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9708         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9709         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9710         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9711         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9712         (create_rtcp), (gst_rtp_dec_request_new_pad),
9713         (gst_rtp_dec_release_pad):
9714         * gst/rtsp/gstrtpdec.h:
9715         * gst/rtsp/gstrtsp.c: (plugin_init):
9716         Morph RTPDec into something compatible with RTPBin as a fallback.
9717         Various other style fixes.
9718
9719         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9720         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9721         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9722         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9723         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9724         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9725         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9726         * gst/rtsp/gstrtspsrc.h:
9727         Implement RTPBin session manager handling.
9728         Don't try to add empty properties to caps.
9729         Implement fallback session manager, handling.
9730         Don't combine errors from RTCP streams, just ignore them.
9731
9732         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9733         * gst/rtsp/rtsptransport.h:
9734         Implement fallback session manager.
9735         Make RTPBin the default one when available.
9736
9737 2007-04-05  Wim Taymans  <wim@fluendo.com>
9738
9739         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9740         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9741         This element is ready to be autoplugged.
9742
9743 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9744
9745         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9746         Don't leave the offsets defined by upstream element on the
9747         compressed data buffer we are pushing downstream. Make them
9748         GST_BUFFER_OFFSET_NONE.
9749
9750 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9751
9752         * gst/avi/README:
9753         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9754         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9755         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9756         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9757         (gst_avi_demux_calculate_durations_from_index),
9758         (gst_avi_demux_stream_header_push),
9759         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9760         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9761           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9762
9763 2007-04-03  Wim Taymans  <wim@fluendo.com>
9764
9765         * gst/smpte/barboxwipes.c:
9766         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9767
9768 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9769
9770         * gst/wavparse/gstwavparse.c:
9771         Support audio/x-raw-float in wav files. This only works with
9772         plugins-base CVS, using an older version doesn't have any
9773         disadvantages though.
9774
9775 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9776
9777         * configure.ac:
9778         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9779         (gst_au_parse_parse_header), (gst_au_parse_chain):
9780         * gst/auparse/gstauparse.h:
9781         Revert last change as we don't want plugins-good to depend on
9782         plugins-base CVS now.
9783
9784 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9785
9786         * configure.ac:
9787         Require gst-plugins-base CVS for audioconvert with non-native
9788         float support and width/depth fix in libgstriff.
9789
9790         Patch by: René Stadler <mail at renestadler dot de>
9791
9792         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9793         (gst_au_parse_parse_header), (gst_au_parse_chain):
9794         * gst/auparse/gstauparse.h:
9795         Don't swap the floats ourself if they're not in native endianness.
9796         Instead let audioconvert handle this. Fixes #339838.
9797
9798 2007-03-29  Wim Taymans  <wim@fluendo.com>
9799
9800         * gst/rtp/gstasteriskh263.h:
9801         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9802         (gst_rtp_h263p_depay_change_state):
9803         * gst/rtp/gstrtph263pdepay.h:
9804         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9805         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9806         (gst_rtp_h264_depay_change_state):
9807         * gst/rtp/gstrtph264depay.h:
9808         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9809         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9810         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9811         Flush adapter on disconts.
9812
9813 2007-03-29  Wim Taymans  <wim@fluendo.com>
9814
9815         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9816         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9817         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9818         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9819         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9820         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9821         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9822         (gst_rtp_mp4v_depay_process):
9823         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9824         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9825         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9826         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9827         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9828         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
9829         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
9830         Use more efficient adapter and rtpbuffer methods when possible.
9831
9832 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9833
9834         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9835         (gst_wavenc_sink_setcaps):
9836         Correctly handle width!=depth input.
9837         * gst/wavparse/gstwavparse.c:
9838         Already export in the caps that width==8 uses unsigned samples and
9839         everything else uses signed samples.
9840
9841 2007-03-29  Wim Taymans  <wim@fluendo.com>
9842
9843         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9844
9845         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
9846         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
9847         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
9848         (gst_dynudpsink_close):
9849         * gst/udp/gstdynudpsink.h:
9850         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9851         (gst_udpsrc_create), (gst_udpsrc_set_property),
9852         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
9853         * gst/udp/gstudpsrc.h:
9854         Rework the socket allocation a bit based on the sockfd argument so that
9855         it becomes usable.
9856         Add a closefd property to instruct the udp elements to close the custom
9857         file descriptors when going to READY. Fixes #423304.
9858         API:GstUDPSrc::closefd property
9859         API:GstDynUDPSink::closefd property
9860
9861 2007-03-29  Wim Taymans  <wim@fluendo.com>
9862
9863         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9864
9865         * gst/rtp/Makefile.am:
9866         * gst/rtp/gstrtp.c: (plugin_init):
9867         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
9868         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
9869         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
9870         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
9871         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
9872         (gst_rtp_h264_pay_plugin_init):
9873         * gst/rtp/gstrtph264pay.h:
9874         Added H264 payloader. Fixes #423782.
9875
9876         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9877         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9878         Small fixes.
9879
9880 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9881
9882         * gst/wavparse/gstwavparse.c:
9883         Actually support depths from 1 to 32, not only 8 to 32.
9884
9885 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9886
9887         * gst/wavparse/gstwavparse.c:
9888         Add support for wav files containing audio/x-raw-int with random
9889         depths between 1 and 32 bits.
9890
9891 2007-03-28  Wim Taymans  <wim@fluendo.com>
9892
9893         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
9894
9895         * gst/rtp/Makefile.am:
9896         * gst/rtp/gstrtp.c: (plugin_init):
9897         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
9898         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
9899         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
9900         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
9901         (gst_rtp_mp4a_depay_get_property),
9902         (gst_rtp_mp4a_depay_change_state),
9903         (gst_rtp_mp4a_depay_plugin_init):
9904         * gst/rtp/gstrtpmp4adepay.h:
9905         Added MP4A-LATM depayloader. Fixes #417792.
9906
9907         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9908         (gst_rtp_mp4v_depay_process):
9909         Fixup depayloader, setting codec_data, using more efficient adaptor and
9910         rtpbuffer handling.
9911
9912         * gst/rtsp/URLS:
9913         Add url to test above.
9914
9915 2007-03-25  Wim Taymans  <wim@fluendo.com>
9916
9917         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
9918         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
9919         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
9920         (gst_rtspsrc_media_to_caps),
9921         (gst_rtspsrc_stream_configure_transport),
9922         (gst_rtspsrc_stream_configure_caps),
9923         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
9924         * gst/rtsp/gstrtspsrc.h:
9925         Handle default clock-rates for static payload types, rearrange stuff so
9926         that the rtpmap field in the sdp can override the defaults.
9927         Parse RTP-Info field to get the seqnum and timebase fields that should
9928         go in the caps.
9929         Delay configuring caps after we got the RTP-Info from the PLAY reply from
9930         the server. 
9931
9932 2007-03-22  Wim Taymans  <wim@fluendo.com>
9933
9934         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
9935
9936         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
9937         Accept complex pipeline descriptions as an audio profile instead of just
9938         a single element. Fixes #420658.
9939
9940 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9941
9942         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
9943           Rename registered type in preparation of GstTagDemux moving to
9944           -base at some point in the future.
9945
9946 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9947
9948         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9949           Streaming mode fixes: don't unref buffer we don't own any longer;
9950           remove bogus adapter flush. Fixes #419338.
9951
9952 2007-03-17  David Schleef  <ds@schleef.org>
9953
9954         * REQUIREMENTS: Change the format to key/value, add a bunch of
9955           information, remove a bunch of requirements that are for
9956           other GStreamer packages.
9957
9958 2007-03-17  David Schleef  <ds@schleef.org>
9959
9960         * REQUIREMENTS: Fix a few things.  This file really needs a
9961         good once-over.
9962
9963 2007-03-15  Edward Hervey  <edward@fluendo.com>
9964
9965         * sys/Makefile.am:
9966         Don't forget to distribute the sys/osxaudio/ directory.
9967
9968 2007-03-15  Edward Hervey  <edward@fluendo.com>
9969
9970         * configure.ac:
9971         * sys/Makefile.am:
9972         * sys/osxaudio/Makefile.am:
9973         * sys/osxaudio/gstosxaudio.c:
9974         * sys/osxaudio/gstosxaudiosink.c:
9975         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
9976         (gst_osx_audio_sink_getcaps),
9977         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
9978         * sys/osxaudio/gstosxaudiosrc.c:
9979         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
9980         (gst_osx_audio_src_create_ringbuffer):
9981         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
9982         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
9983         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
9984         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
9985         * sys/osxaudio/gstosxringbuffer.h:
9986         Activate osxaudio in gst-plugins-good with proper build setup.
9987         Add inlined documentation.
9988         Fix debug statements
9989         Fix ringbuffer when pausing.
9990         Fixes #323471
9991
9992 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9993         * gst/rtp/gstrtppcmapay.c:
9994         * gst/rtp/gstrtppcmapay.h:
9995         * gst/rtp/gstrtppcmupay.c:
9996         * gst/rtp/gstrtppcmupay.h:
9997         Ported mulaw and alaw payloaders to use new base class
9998
9999 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10000
10001         * po/af.po:
10002         * po/az.po:
10003         * po/cs.po:
10004         * po/en_GB.po:
10005         * po/it.po:
10006         * po/nl.po:
10007         * po/or.po:
10008         * po/sq.po:
10009         * po/sr.po:
10010         * po/sv.po:
10011         * po/uk.po:
10012         * po/vi.po:
10013           Update translations.
10014
10015 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10016
10017         * configure.ac:
10018           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10019
10020 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10021
10022         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10023           Fix handling of -1 values for start and stop values when seeking,
10024           and SEEK_CUR+SEEK_END here as well.
10025
10026 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10027
10028         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10029           Fix handling of -1 values for start and stop values when seeking, 
10030           and SEEK_CUR+SEEK_END.
10031
10032 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10033
10034         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10035           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10036           the image format a variable-length NUL-terminated string; in
10037           versions before that the image format is a fixed-length string of
10038           3 characters (see #348644 for a sample tag).
10039           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10040
10041 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10042
10043         * win32/MANIFEST:
10044         Add new project files to MANIFEST.
10045         * win32/vs6/libgstaudiofx.dsp:
10046         * win32/vs6/libgstrtp.dsp:
10047         * win32/vs6/libgstrtsp.dsp:
10048         Update project files.
10049         
10050 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10051
10052         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10053         (gst_avi_demux_parse_index):
10054         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10055         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10056           Printf format fixes; also add some missing quotes in translated
10057           strings. Fixes #416728 and #416727.
10058
10059 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10060
10061         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10062           Tim and I can't think of any reason the child audio sink needs to 
10063           be set back to NULL after successfully determining that it can 
10064           reach READY - it gets immediately set back to READY by the caller
10065           anyway, causing an unnecessary close/open of any audio devices
10066           involved.
10067
10068 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10069
10070         * po/LINGUAS:
10071         * po/ja.po:
10072           Add ja.po file from #377306.
10073
10074 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10075
10076         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10077         * sys/sunaudio/gstsunaudiomixertrack.c:
10078         (gst_sunaudiomixer_track_new):
10079           Actually translate sunaudio mixer track labels instead of just
10080           marking the strings as translatable (#377306); clean up weird
10081           label string mapping code that serves no apparent purpose. Also
10082           set the 'untranslated-label' property when creating mixer tracks
10083           if the GstMixerTrack base class supports this.
10084
10085         * tests/check/Makefile.am:
10086         * tests/check/elements/.cvsignore:
10087         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10088         (sunaudio_suite):
10089           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10090           actually tested on a system where sunaudiomixer is available).
10091
10092 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10093
10094         * tests/check/Makefile.am:
10095         Re-enable the states test and see if it works on the buildbots.
10096
10097 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10098
10099         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10100         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10101         (gst_dvdec_change_state):
10102         * ext/dv/gstdvdec.h:
10103         Infer pixel-aspect-ratio from the video frame format if it isn't
10104         provided by the container, as happens when playing DV from AVI
10105         or Quicktime containers.
10106
10107         Patch by: Wim Taymans <wim@fluendo.com>
10108         Fixes #380944
10109
10110 2007-03-09  Wim Taymans  <wim@fluendo.com>
10111
10112         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10113         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10114         will later be handled by the jitterbuffer.
10115
10116 2007-03-09  Wim Taymans  <wim@fluendo.com>
10117
10118         * ext/taglib/gstid3v2mux.cc:
10119         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10120         Fixes #414496.
10121         
10122         Patch by: Alex Lancaster <alexl at users sourceforge net>
10123
10124 2007-03-09  Wim Taymans  <wim@fluendo.com>
10125
10126         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10127         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10128         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10129         (gst_avi_demux_chain):
10130         Fix stream position reporting after a seek. Fixes #416445.
10131
10132 2007-03-08  Wim Taymans  <wim@fluendo.com>
10133
10134         Patch by: René Stadler <mail at renestadler dot de>
10135
10136         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10137         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10138         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10139         Make avidemux accept optional header chunks in any order.
10140         Fixes #415446.
10141
10142 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10143
10144         * tests/check/Makefile.am:
10145         Disable the states check until the remaining Valgrind errors
10146         are fixed or suppressed.
10147
10148 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10149
10150         * tests/check/elements/.cvsignore:
10151           Add audiodynamic check to .cvsignore
10152
10153 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10154
10155         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10156
10157         * gst/audiofx/Makefile.am:
10158         * gst/audiofx/audiodynamic.c:
10159         (gst_audio_dynamic_characteristics_get_type),
10160         (gst_audio_dynamic_mode_get_type),
10161         (gst_audio_dynamic_set_process_function),
10162         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10163         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10164         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10165         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10166         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10167         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10168         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10169         (gst_audio_dynamic_transform_hard_knee_expander_int),
10170         (gst_audio_dynamic_transform_hard_knee_expander_float),
10171         (gst_audio_dynamic_transform_soft_knee_expander_int),
10172         (gst_audio_dynamic_transform_soft_knee_expander_float),
10173         (gst_audio_dynamic_transform_ip):
10174         * gst/audiofx/audiodynamic.h:
10175         * gst/audiofx/audiofx.c: (plugin_init):
10176         Add new audiodynamic element which can act as a compressor or
10177         expander. Supported are hard-knee and soft-knee operation modes with
10178         user-specified ratio and threshold.
10179         Attack and release parameters are not yet implemented but will follow.
10180         * docs/plugins/Makefile.am:
10181         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10182         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10183         * docs/plugins/gst-plugins-good-plugins.args:
10184         * docs/plugins/inspect/plugin-audiofx.xml:
10185         Integrate audiodynamic into the docs.
10186         * tests/check/Makefile.am:
10187         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10188         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10189         Add unit test for audiodynamic.
10190
10191 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10192
10193         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10194         Free handles that we allocated when exiting via the error paths.
10195
10196 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10197
10198         * gst/level/gstlevel.c: (gst_level_class_init),
10199         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10200         (gst_level_transform_ip):
10201         * gst/level/gstlevel.h:
10202           Resolve message timestamps against the playback segment.
10203
10204 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10205
10206         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10207         (gst_id3demux_sink_activate):
10208           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10209           caps passed to it (previously one code path assumed it took ownership
10210           while another one assumed it didn't, while in fact it sometimes did and
10211           sometimes didn't ...).
10212
10213         * configure.ac:
10214         * tests/files/Makefile.am:
10215         * tests/files/id3-407349-1.tag:
10216         * tests/files/id3-407349-2.tag:
10217           Add directory where data for unit tests can be stored.
10218
10219         * tests/Makefile.am:
10220         * tests/check/Makefile.am:
10221         * tests/check/elements/.cvsignore:
10222         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10223         (read_tags_from_file), (run_check_for_file),
10224         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10225           Add unit test for id3demux, and in particular for bug #407349. Only
10226           testing pull-mode for now; push mode doesn't work yet because the test
10227           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10228
10229 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10230
10231         * tests/check/Makefile.am:
10232           Add missing backslash at end of line.
10233
10234 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10235
10236         Trigger rebuild.
10237
10238 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10239
10240         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10241         * gst/id3demux/id3tags.h:
10242         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10243         (parse_obsolete_tdat_frame):
10244           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10245           the four-digit number will be interpreted as a year, whereas it is
10246           month and day in DDMM format. Instead, parse TDAT frames and fix up
10247           the date in the GST_TAG_DATE tag later if we also extracted a year.
10248           Fixes #407349.
10249
10250 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10251
10252         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10253         (gst_switch_commit_new_kid):
10254         Fix up the dispose logic so it doesn't leak, and fix setting of 
10255         the child state so that we don't set a child to our current state 
10256         just as we are changing it to something else.
10257
10258 2007-03-06  Wim Taymans  <wim@fluendo.com>
10259
10260         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10261         (gst_goom_chain):
10262         * gst/goom/gstgoom.h:
10263         Document, fix and improve goom adapter behaviour.
10264         Fixes #407006.
10265
10266 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10267
10268         * ext/esd/esdsink.c: (gst_esdsink_open):
10269         Unref static pad template after using it.
10270
10271 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10272
10273         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10274         (gst_switch_commit_new_kid):
10275         Fix up the reference counting of the child elements.
10276
10277 2007-03-05  Wim Taymans  <wim@fluendo.com>
10278
10279         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10280         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10281         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10282         Fix encoding-name case.
10283
10284 2007-03-05  Wim Taymans  <wim@fluendo.com>
10285
10286         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10287         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10288         (gst_rtp_speex_depay_process):
10289         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10290         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10291         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10292         (gst_rtp_speex_pay_change_state):
10293         * gst/rtp/gstrtpspeexpay.h:
10294         Fix speex (de)payloader. Fixes #358040.
10295
10296 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10297
10298         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10299         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10300         Install fakesink in NULL by fixing some broken logic. This obviates
10301         the need to manually set _IS_SINK.
10302         Add some comments and remove a little cruft while I'm at it.
10303
10304 2007-03-05  Wim Taymans  <wim@fluendo.com>
10305
10306         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10307         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10308
10309 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10310
10311         * po/POTFILES.in:
10312           Update.
10313
10314 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10315
10316         * tests/check/Makefile.am:
10317         Gah! Also disable gconfvideosink from the tests, otherwise
10318         it will instantiate autovideosink, and dfbvideosink and
10319         leak on the buildbots.
10320
10321 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10322
10323         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10324         (gst_cdio_cdda_src_finalize):
10325         Make sure we always destroy our libcdio handle.
10326
10327 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10328
10329         * tests/check/Makefile.am:
10330         Disable autovideosink so the buildbots don't barf over memory
10331         leaked in the directfb sink.
10332
10333 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10334
10335         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10336         Chain up in dispose
10337
10338 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10339
10340         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10341         (gst_multipart_find_pad_by_mime):
10342         Use gst_pad_new_from_static_template instead of
10343         static_pad_template_get+pad_new.
10344
10345 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10346
10347         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10348         Catch the case where no clock has been set.
10349
10350 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10351
10352         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10353         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10354         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10355         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10356         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10357         (gst_gconf_audio_src_finalize), (do_toggle_element):
10358         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10359         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10360         (do_toggle_element):
10361         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10362         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10363         (gst_gconf_video_src_finalize), (do_toggle_element):
10364         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10365         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10366         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10367         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10368         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10369         (gst_shout2send_init), (gst_shout2send_finalize):
10370         * gst/debug/testplugin.c: (gst_test_class_init),
10371         (gst_test_finalize):
10372         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10373         (gst_flxdec_dispose):
10374         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10375         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10376         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10377         (gst_rtspsrc_finalize):
10378         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10379         * gst/rtsp/rtspextwms.h:
10380         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10381         (gst_smpte_finalize):
10382         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10383         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10384         (gst_udpsink_finalize):
10385         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10386         (gst_wavparse_sink_activate):
10387         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10388         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10389         (gst_oss_src_finalize):
10390         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10391         * sys/v4l2/gstv4l2object.h:
10392         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10393         (gst_v4l2src_finalize):
10394         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10395
10396         Fix a bunch of leaks shown by the newly-added states test.
10397
10398 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10399
10400         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10401         Use gst_pad_new_from_static_template instead of 
10402         static_pad_template_get+pad_new.
10403
10404 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10405
10406         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10407
10408         * ext/libcaca/Makefile.am:
10409         * gst/debug/Makefile.am:
10410           Don't mix tabs and spaces (#414168).
10411
10412 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10413
10414         * tests/check/generic/.cvsignore:
10415           Ignore files to please buildbot.
10416
10417 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10418
10419         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10420         (gst_wavparse_stream_data):
10421           Unbreak my previous commit (swapped nominator & denominator). Tim,
10422           thanks for spotting.
10423
10424 2007-03-02  Wim Taymans  <wim@fluendo.com>
10425
10426         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10427         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10428         (gst_cdio_cdda_src_finalize):
10429         Small code cleanups.
10430         Don't use pad_alloc as the base class cannot deal with the error codes.
10431
10432 2007-03-02  Wim Taymans  <wim@fluendo.com>
10433
10434         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10435         (gst_udpsrc_create):
10436         Fix doc.
10437
10438 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10439
10440         Patch by: René Stadler <mail@renestadler.de>
10441
10442         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10443         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10444         (gst_wavparse_stream_data):
10445           Handle rounding better to not drop last sample frame. Fixes #356692
10446
10447 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10448
10449         * tests/check/Makefile.am:
10450         Disable cacasink from the states check too - it also calls exit(1)
10451         on us when it can't find a terminal to talk to.
10452
10453 2007-03-02  Wim Taymans  <wim@fluendo.com>
10454
10455         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10456
10457         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10458         (gst_udpsrc_create), (gst_udpsrc_set_property),
10459         (gst_udpsrc_get_property):
10460         * gst/udp/gstudpsrc.h:
10461         Add support to strip proprietary headers. Fixes #350296.
10462
10463 2007-03-02  Wim Taymans  <wim@fluendo.com>
10464
10465         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10466         Fix compilation.
10467
10468 2007-03-02  Wim Taymans  <wim@fluendo.com>
10469
10470         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10471
10472         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10473         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10474         (gst_rtp_mp2t_depay_set_property),
10475         (gst_rtp_mp2t_depay_get_property):
10476         * gst/rtp/gstrtpmp2tdepay.h:
10477         Add support to strip off proprietary headers. Fixes #350278.
10478
10479 2007-03-02  Wim Taymans  <wim@fluendo.com>
10480
10481         * ext/hal/hal.c:
10482         Fix compilation.
10483
10484 2007-03-02  Wim Taymans  <wim@fluendo.com>
10485
10486         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10487         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10488         (gst_sunaudiosrc_open):
10489         * sys/sunaudio/gstsunaudiosrc.h:
10490         Remove device-name from GstSunAudioSrc. Fixes #412597.
10491
10492 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10493
10494         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10495         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10496         Having NULL as UDI previously selected the default sink/src. Change
10497         this back but mention it in the debug output.
10498         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10499         (gst_hal_get_oss_element), (gst_hal_get_string),
10500         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10501         (gst_hal_get_audio_src):
10502         * ext/hal/hal.h:
10503         Refactor a bit, check all error conditions, greatly improve debugging
10504         and fix some possible memory leaks. Also implement OSS support
10505         and allow specifying an UDI that points to a real device. For this the
10506         child device which supports ALSA (preferred) or OSS is used.
10507         As a side effect this makes it impossible now to get a alsasink in
10508         halaudiosrc and a alsasrc in halaudiosink.
10509
10510 2007-03-01  Wim Taymans  <wim@fluendo.com>
10511
10512         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10513         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10514         Errors from the udp sources are not fatal unless all of them are in
10515         error.
10516
10517 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10518
10519         * tests/check/Makefile.am:
10520         Disable aasink in the states test. I suspect this is the element that
10521         is calling exit(1) when it can't proceed.
10522
10523 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10524
10525         * tests/check/Makefile.am:
10526         Draw plugins in from the build tree sys/ dir, rather than picking
10527         up the already installed versions.
10528
10529 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10530
10531         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10532         Error out correctly when getting xcontext fails.
10533
10534 2007-03-01  Wim Taymans  <wim@fluendo.com>
10535
10536         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10537         Make state change to PAUSED NO_PREROLL because that's what it will be in
10538         the future and rtspsrc relies on it.
10539
10540         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10541         (gst_rtspsrc_change_state):
10542         Don't error out when we don't get an error from the state change
10543         function.
10544
10545 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10546
10547         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10548         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10549           Check if the device UDI is set before trying to query HAL
10550           about it and give a useful error message if it wasn't set.
10551         * ext/hal/hal.c: (gst_hal_get_string):
10552           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
10553           gives an assertion failure in D-Bus when running with
10554           DBUS_FATAL_WARNINGS=1.
10555
10556 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10557
10558         * configure.ac:
10559           Convert to new AG_GST style.
10560
10561 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10562
10563         * tests/check/Makefile.am:
10564         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
10565           add test for states
10566
10567 2007-02-28  Wim Taymans  <wim@fluendo.com>
10568
10569         * tests/check/elements/.cvsignore:
10570         Add new videofilter check to .cvsignore.
10571
10572 2007-02-28  Wim Taymans  <wim@fluendo.com>
10573
10574         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
10575         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10576         (gst_avi_demux_loop), (gst_avi_demux_chain):
10577         Fix combined flow return. Fixes #412608.
10578
10579 2007-02-28  Wim Taymans  <wim@fluendo.com>
10580
10581         * gst/videofilter/Makefile.am:
10582         Dist header..
10583
10584 2007-02-28  Wim Taymans  <wim@fluendo.com>
10585
10586         * gst/videofilter/gstgamma.h:
10587         Add header too.
10588
10589 2007-02-28  Wim Taymans  <wim@fluendo.com>
10590
10591         Patch by: Mark Nauwelaerts <manauw at skynet be>
10592
10593         * gst/videofilter/Makefile.am:
10594         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
10595         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
10596         (gst_gamma_get_property), (gst_gamma_calculate_tables),
10597         (oil_tablelookup_u8), (gst_gamma_set_caps),
10598         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
10599         Port gamma filter to 0.10. Fixes #412704.
10600
10601         * tests/check/Makefile.am:
10602         * tests/check/elements/videofilter.c: (setup_filter),
10603         (cleanup_filter), (check_filter), (GST_START_TEST),
10604         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
10605         Add unit tests for videofilters.
10606
10607 2007-02-28  Wim Taymans  <wim@fluendo.com>
10608
10609         * gst/rtsp/URLS:
10610         Add another interesting test url.
10611
10612         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
10613         Don't allow getting header fields from data packets.
10614
10615 2007-02-28  Michael Smith  <msmith@fluendo.com>
10616
10617         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10618         (gst_shout2send_init), (gst_shout2send_start),
10619         (gst_shout2send_set_property), (gst_shout2send_get_property):
10620         * ext/shout2/gstshout2.h:
10621           Add a property for username.
10622
10623 2007-02-27  Christian Schallerr <christian@fluendo.com>
10624
10625         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
10626
10627 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10628
10629         * gst/rtsp/Makefile.am:
10630         Fix make check too.
10631
10632 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10633
10634         * gst/rtsp/base64.c: (util_base64_encode):
10635         * gst/rtsp/base64.h:
10636         Commit missing files for base64 encoding.
10637
10638 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10639
10640         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10641
10642         * configure.ac:
10643         * ext/annodex/Makefile.am:
10644         * ext/jpeg/Makefile.am:
10645         * ext/speex/Makefile.am:
10646         * gst/alpha/Makefile.am:
10647         * gst/cutter/Makefile.am:
10648         * gst/debug/Makefile.am:
10649         * gst/effectv/Makefile.am:
10650         * gst/goom/Makefile.am:
10651         * gst/level/Makefile.am:
10652         * gst/smpte/Makefile.am:
10653         * gst/videofilter/Makefile.am:
10654           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
10655
10656 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10657
10658         * gst/rtsp/Makefile.am:
10659         * gst/rtsp/rtspconnection.c: (append_auth_header),
10660         (rtsp_connection_send), (rtsp_connection_set_auth):
10661         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
10662         from icecast to replace it. Relicensed from GPL courtesy of Mike
10663         Smith.
10664
10665 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10666
10667         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10668         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
10669         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
10670         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
10671         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10672         (gst_rtspsrc_uri_set_uri):
10673         * gst/rtsp/gstrtspsrc.h:
10674         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10675         (append_auth_header), (rtsp_connection_send),
10676         (rtsp_connection_free), (rtsp_connection_set_auth):
10677         * gst/rtsp/rtspconnection.h:
10678         * gst/rtsp/rtspdefs.h:
10679         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10680         * gst/rtsp/rtspurl.h:
10681
10682         Implement simple Basic Authentication support so that urls like
10683         rtsp://user:pass@hostname/rtspstream work on hosts that require
10684         authentication.
10685
10686 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
10687
10688         * sys/v4l2/gstv4l2object.c:
10689         * sys/v4l2/gstv4l2tuner.c:
10690         * sys/v4l2/v4l2_calls.c:
10691         Fix segfault when oppening a radio device.
10692         
10693 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10694
10695         * gst/level/gstlevel.c: (gst_level_set_caps),
10696         (gst_level_transform_ip):
10697         * sys/v4l2/README:
10698         * tests/check/elements/level.c: (GST_START_TEST):
10699           Fix level for multi-channel case.
10700
10701 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10702
10703         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10704         (gst_level_transform_ip):
10705         * gst/level/gstlevel.h:
10706           Use function pointer for process function and add process functions
10707           for float audio.
10708
10709 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10710
10711         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10712         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10713         (gst_v4l2src_capture_init):
10714           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10715           fixes #407369
10716
10717 2007-02-18  Wim Taymans  <wim@fluendo.com>
10718
10719         * gst/rtp/Makefile.am:
10720         * gst/rtp/gstrtp.c: (plugin_init):
10721         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10722         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10723         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10724         (gst_rtp_mp2t_pay_plugin_init):
10725         * gst/rtp/gstrtpmp2tpay.h:
10726         Added simple mpeg transport stream payloader.
10727
10728 2007-02-16  Wim Taymans  <wim@fluendo.com>
10729
10730         * gst/rtsp/URLS:
10731         Add example H264 rtsp url.
10732
10733         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10734         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10735         Don't convert values to lowercase or we might mess up base64 encoded
10736         properties.
10737
10738 2007-02-16  Wim Taymans  <wim@fluendo.com>
10739
10740         * gst/rtp/README:
10741         Fix case of string params.
10742
10743         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10744         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10745         Fix depayloader, support more packet types.
10746         Add sync codes to make sure the packetizer can do its job.
10747
10748         * gst/rtp/gstrtpmp4gdepay.c:
10749         * gst/rtp/gstrtpmp4gpay.c:
10750         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10751         Fix caps case again.
10752
10753 2007-02-15  Wim Taymans  <wim@fluendo.com>
10754
10755         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10756         Set right caps on output buffers.
10757
10758 2007-02-14  Wim Taymans  <wim@fluendo.com>
10759
10760         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10761         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10762         Clear stack allocated SDPMedia struct before calling _init() on it.
10763         Clarify this in the docs as well.
10764
10765 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10766
10767         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10768         (do_change_child):
10769         Don't reset the profile when going switching states, as it makes
10770         the element non-reusable.
10771
10772 2007-02-14  Wim Taymans  <wim@fluendo.com>
10773
10774         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10775         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10776         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10777         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10778         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10779         (sdp_parse_line):
10780         * gst/rtsp/sdpmessage.h:
10781         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10782         Fix memory management of SDP messages. Fixes #407793.
10783
10784 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10785
10786         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10787
10788         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10789         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10790
10791 2007-02-14  Wim Taymans  <wim@fluendo.com>
10792
10793         Patch by: jp.liu <jp_liu at astrocom dot cn>
10794
10795         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10796         Fix parsing of password field in url. Fixes #407797.
10797
10798 2007-02-14  Wim Taymans  <wim@fluendo.com>
10799
10800         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10801         (gst_wavparse_reset), (gst_wavparse_init),
10802         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10803         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10804         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10805         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10806         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10807         (gst_wavparse_loop), (gst_wavparse_chain),
10808         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10809         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10810         (plugin_init):
10811         * gst/wavparse/gstwavparse.h:
10812         Update docs.
10813         Use boilerplate.
10814         Various code cleanups.
10815         When the bitrate is not known (bps == 0 or compressed formats) let
10816         downstream element guestimate the duration and position and don't
10817         generate timestamps or durations. Fixes #405213.
10818         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10819         error flowreturn upstream.
10820
10821 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10822
10823         * ext/gconf/Makefile.am:
10824         * ext/gconf/gconf.c: (gst_gconf_get_string),
10825         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10826         (gst_gconf_render_bin_with_default):
10827         * ext/gconf/gconf.h:
10828         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
10829         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
10830         (gst_gconf_audio_sink_dispose), (do_change_child),
10831         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
10832         (cb_change_child), (gst_gconf_audio_sink_change_state):
10833         * ext/gconf/gstgconfaudiosink.h:
10834         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
10835         (gst_switch_sink_class_init), (gst_switch_sink_reset),
10836         (gst_switch_sink_init), (gst_switch_sink_dispose),
10837         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
10838         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
10839         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
10840         * ext/gconf/gstswitchsink.h:
10841         * gst/autodetect/gstautoaudiosink.c:
10842         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
10843         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
10844         (gst_auto_audio_sink_detect):
10845         * gst/autodetect/gstautovideosink.c:
10846         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
10847         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
10848         (gst_auto_video_sink_detect):
10849         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
10850         and a child that implements the GConf key monitoring. The end goal of
10851         this is an audio sink that can be changed on the fly, but at the 
10852         moment it still only changes on the next READY transition.
10853
10854 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10855
10856         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10857         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10858         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
10859         (gst_avi_demux_calculate_durations_from_index),
10860         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10861         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10862         (gst_avi_demux_loop):
10863           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
10864
10865 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10866
10867         * configure.ac:
10868         * docs/plugins/Makefile.am:
10869           Add crossreferences to glib/gobject/gstream docs.
10870
10871 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10872
10873         * gst/monoscope/Makefile.am:
10874         * gst/monoscope/gstmonoscope.c:
10875           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
10876           (but no LIBS, since we only use defines from the headers).
10877
10878 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10879
10880         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10881
10882         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
10883         (gst_wavparse_stream_data):
10884           Fix massive memory leak when operating in streaming mode due to
10885           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
10886           Fixes #407057.
10887
10888 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10889
10890         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10891         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
10892         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
10893         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
10894         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10895         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
10896         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10897         (gst_avi_demux_calculate_durations_from_index),
10898         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10899         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
10900         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10901         * gst/avi/gstavidemux.h:
10902           Save some memory (8%) by repacking the index entry structure (more to
10903           come). Add more FIXMEs to questionable parts.
10904
10905 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10906
10907         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
10908         (gst_v4l2src_get_caps):
10909         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10910         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10911         (gst_v4l2src_capture_init):
10912           More FIXME comments and messaging changes.
10913
10914 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10915
10916         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10917         (gst_goom_change_state):
10918         * gst/goom/gstgoom.h:
10919           Improved docs and use GST_DEBUG_FUNCPTR.
10920
10921         * gst/level/gstlevel.c: (gst_level_class_init):
10922           Use GST_DEBUG_FUNCPTR.
10923
10924         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
10925         (gst_monoscope_chain), (gst_monoscope_change_state):
10926           Improved docs source cleanups.
10927
10928 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10929
10930         * gst/debug/Makefile.am:
10931         * gst/debug/gstdebug.c: (plugin_init):
10932         * gst/debug/gstpushfilesrc.c:
10933         * gst/debug/gstpushfilesrc.h:
10934           Add code for a pushfilesrc element that implements a pushfile:// URI
10935           handler, to make debugging push-mode operation of demuxer/decoders
10936           that support both easier in connection with seek/playbin/etc.
10937           The element isn't registered at the moment.
10938
10939 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
10940
10941         * gst/avi/gstavimux.c:
10942           Comment a #if 0 in caps template definition as VS6 seems to 
10943         do not support it.
10944         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
10945           Use gst_guint64_to_gdouble for conversion.
10946         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
10947           Move variables declaration before the first instruction.
10948         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
10949           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
10950           And don't include netdb.h for G_OS_WIN32
10951         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
10952           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
10953           by VS6 then use an other way to initialize SDPMedia structure.
10954         * gst/udp/gstdynudpsink.h:
10955         * gst/udp/gstdynudpnetutils.h:
10956           Do not include <sys/time.h> for G_OS_WIN32
10957         * gst/udp/gstudpsrc.c:
10958           Define socklen_t as int for G_OS_WIN32
10959         * win/common/config.h.in:
10960           Undef HAVE_NETINET_IN_H
10961         * win32/vs6/gst_plugins_good.dsw:
10962         * win32/vs6/libgstrtp.dsp:
10963         * win32/vs6/libgstrtsp.dsp:
10964         * win32/vs6/libgstautogen.dsp:
10965         * win32/vs6/libgstaudiofx.dsp:
10966         * win32/vs6/libgstudp.dsp:
10967           Add and update project files.
10968         * win32/common/gstudp-enumtypes.c:
10969         * win32/common/gstudp-enumtypes.h:
10970           Add a copy of udp enumtypes to win32/common as in core 
10971           and base.
10972         
10973 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
10974
10975         * configure.ac:
10976           Activate monoscope when building with --enable-experimental. Fix
10977           --enable-external configure switch description.
10978
10979         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
10980         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
10981           Help gst-indent.
10982
10983 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10984
10985         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
10986           Explicitly cast result of pointer arithmetic to integer in order to
10987           avoid compiler warnings on some 64-bit systems. Should fix #406018.
10988
10989 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10990
10991         * gst/debug/progressreport.c:
10992           Some more docs.
10993
10994 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10995
10996         * docs/plugins/inspect/plugin-rtp.xml:
10997           Update for new elements.
10998
10999         * gst/debug/progressreport.h:
11000           Commit newly-created header file as well.
11001
11002 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11003
11004         * docs/plugins/Makefile.am:
11005         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11006         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11007         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11008         * gst/debug/Makefile.am:
11009         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11010         (gst_progress_report_do_query), (gst_progress_report_report):
11011           Make progressreport element post messages with the current progress
11012           on the bus. Also add some basic docs for it.
11013
11014 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11015
11016         * ext/hal/hal.c: (gst_hal_get_string):
11017         * ext/hal/hal.h:
11018           Some small cleanups; deal with errors when parsing the HAL ALSA
11019           capabilities a bit better.
11020
11021 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11022
11023         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11024           Let's try this again and use the right cast this time.
11025
11026 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11027
11028         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11029           Add cast to avoid compiler warnings with older GLib versions
11030           where the nick/name members in GEnumValue are not declared as
11031           constant strings.
11032
11033 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11034
11035         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11036         (gst_gconf_render_bin_from_key),
11037         (gst_gconf_get_default_audio_sink):
11038         * ext/gconf/gconf.h:
11039         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11040         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11041         (gst_gconf_audio_sink_get_property):
11042           In gconfaudiosink, get the right key as the old key in do_toggle
11043           (ie. one dependent on the profile selected). Log some more stuff so
11044           we can see what's actually going on.
11045
11046 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11047
11048         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11049         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11050         (gst_audio_amplify_set_process_function),
11051         (gst_audio_amplify_setup):
11052         * gst/audiofx/audioamplify.h:
11053         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11054         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11055         * gst/audiofx/audioinvert.h:
11056         Some small cleanups and port both elements to the new GstAudioFilter
11057         base class to save a few lines of common code.
11058         * gst/audiofx/Makefile.am:
11059         Link against libgstaudio for the above changes
11060
11061 2007-01-29  Wim Taymans  <wim@fluendo.com>
11062
11063         * tests/check/elements/.cvsignore:
11064         Some more ignores.
11065
11066 2007-01-26  Wim Taymans  <wim@fluendo.com>
11067
11068         Patch by: charles <charlesg3 at gmail dot com>
11069
11070         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11071         (set_shout_metadata), (gst_shout2send_event):
11072         * ext/shout2/gstshout2.h:
11073         Properly handle tags in shout2send. Fixes #399825.
11074
11075 2007-01-25  Wim Taymans  <wim@fluendo.com>
11076
11077         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11078         (gst_rtspsrc_activate_streams):
11079         Convert SDP fields to upper/lowercase following the rules in the SDP to
11080         caps document. 
11081
11082 2007-01-25  Wim Taymans  <wim@fluendo.com>
11083
11084         * gst/rtp/README:
11085         * gst/rtp/gstrtpilbcdepay.c:
11086         * gst/rtp/gstrtpilbcpay.c:
11087         * gst/rtp/gstrtpmp4gdepay.c:
11088         * gst/rtp/gstrtpmp4gpay.c:
11089         * gst/rtp/gstrtpspeexdepay.c:
11090         * gst/rtp/gstrtpspeexpay.c:
11091         * gst/rtp/gstrtpsv3vdepay.c:
11092         * gst/rtp/gstrtptheoradepay.c:
11093         * gst/rtp/gstrtptheorapay.c:
11094         * gst/rtp/gstrtpvorbisdepay.c:
11095         * gst/rtp/gstrtpvorbispay.c:
11096         Fix case of encoding-name and key/value pairs to match the document.
11097         This is to make interoperation with SDP case-insensitive as required by
11098         the relevant RFCs.
11099
11100 2007-01-25  Wim Taymans  <wim@fluendo.com>
11101
11102         * configure.ac:
11103         Bump required -core/-base to CVS
11104
11105 2007-01-25  Wim Taymans  <wim@fluendo.com>
11106
11107         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11108         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11109         * gst/rtp/gstrtpL16pay.h:
11110         Fill up to MTU using adapter.
11111         Timestamp rtp packets.
11112
11113 2007-01-25  Edward Hervey  <edward@fluendo.com>
11114
11115         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11116         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11117         Use G_GSIZE_FORMAT in print statements for portability.
11118         Fixes build on macosx.
11119
11120 2007-01-24  Wim Taymans  <wim@fluendo.com>
11121
11122         * gst/rtp/Makefile.am:
11123         * gst/rtp/gstrtp.c: (plugin_init):
11124         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11125         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11126         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11127         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11128         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11129         (gst_rtp_L16_depay_plugin_init):
11130         * gst/rtp/gstrtpL16depay.h:
11131         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11132         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11133         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11134         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11135         (gst_rtp_L16_pay_plugin_init):
11136         * gst/rtp/gstrtpL16pay.h:
11137         Port and enable raw audio payloader/depayloader. Needs a bit more work
11138         on the payloader side.
11139
11140 2007-01-24  Wim Taymans  <wim@fluendo.com>
11141
11142         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11143         (gst_rtspsrc_stream_configure_transport),
11144         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11145         * gst/rtsp/gstrtspsrc.h:
11146         Only unblock the udp pads when we linked and activated them all.
11147         Fixes #395688.
11148
11149 2007-01-24  Wim Taymans  <wim@fluendo.com>
11150
11151         * gst/rtp/Makefile.am:
11152         * gst/rtp/gstrtp.c: (plugin_init):
11153         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11154         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11155         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11156         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11157         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11158         * gst/rtp/gstrtpac3depay.h:
11159         Added simple AC3 depayloader (RFC 4184).
11160
11161         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11162         Fix a leak.
11163
11164 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11165
11166         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11167
11168         * gst/audiofx/Makefile.am:
11169         * gst/audiofx/audioamplify.c:
11170         (gst_audio_amplify_clipping_method_get_type),
11171         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11172         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11173         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11174         (gst_audio_amplify_set_caps),
11175         (gst_audio_amplify_transform_int_clip),
11176         (gst_audio_amplify_transform_int_wrap_negative),
11177         (gst_audio_amplify_transform_int_wrap_positive),
11178         (gst_audio_amplify_transform_float_clip),
11179         (gst_audio_amplify_transform_float_wrap_negative),
11180         (gst_audio_amplify_transform_float_wrap_positive),
11181         (gst_audio_amplify_transform_ip):
11182         * gst/audiofx/audioamplify.h:
11183         * gst/audiofx/audiofx.c: (plugin_init):
11184         Add new element "audioamplify". This allows scaling of raw audio
11185         samples, similar to the "volume" element, but provides different modes
11186         for clipping and allows unlimited amplification. It's mainly targeted
11187         for creative sound design and not as a replacement of the "volume"
11188         element. Fixes #397162
11189         * docs/plugins/Makefile.am:
11190         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11191         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11192         * docs/plugins/gst-plugins-good-plugins.args:
11193         * docs/plugins/inspect/plugin-audiofx.xml:
11194         Add docs for audioamplify and integrate them into the build system
11195         * tests/check/Makefile.am:
11196         * tests/check/elements/audioamplify.c: (setup_amplify),
11197         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11198         Add fairly extensive unit test suite for audioamplify
11199
11200 2007-01-24  Wim Taymans  <wim@fluendo.com>
11201
11202         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11203         Unblock pads after adding the pads to the element so that autopluggers
11204         get a change to link something. Possibly fixes #395688.
11205
11206 2007-01-24  Wim Taymans  <wim@fluendo.com>
11207
11208         * gst/rtp/gstrtpamrdepay.c:
11209         * gst/rtp/gstrtpgsmdepay.c:
11210         * gst/rtp/gstrtph263pdepay.c:
11211         * gst/rtp/gstrtph263ppay.c:
11212         * gst/rtp/gstrtph264depay.c:
11213         * gst/rtp/gstrtpilbcdepay.c:
11214         * gst/rtp/gstrtpmp2tdepay.c:
11215         * gst/rtp/gstrtpmp4gdepay.c:
11216         * gst/rtp/gstrtpmp4gpay.c:
11217         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11218         * gst/rtp/gstrtpmp4vpay.c:
11219         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11220         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11221         (gst_rtp_mpa_depay_process):
11222         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11223         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11224         * gst/rtp/gstrtppcmadepay.c:
11225         * gst/rtp/gstrtppcmudepay.c:
11226         * gst/rtp/gstrtpspeexdepay.c:
11227         * gst/rtp/gstrtpspeexpay.c:
11228         * gst/rtp/gstrtpsv3vdepay.c:
11229         * gst/rtp/gstrtptheoradepay.c:
11230         * gst/rtp/gstrtptheorapay.c:
11231         * gst/rtp/gstrtpvorbisdepay.c:
11232         * gst/rtp/gstrtpvorbispay.c:
11233         Fix caps with payload numbers.
11234         Add some fixed payload numbers to caps when possible.
11235
11236 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11237
11238         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11239
11240         * gst/audiofx/Makefile.am:
11241         * gst/audiofx/audiofx.c: (plugin_init):
11242         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11243         (gst_audio_invert_class_init), (gst_audio_invert_init),
11244         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11245         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11246         (gst_audio_invert_transform_float),
11247         (gst_audio_invert_transform_ip):
11248         * gst/audiofx/audioinvert.h:
11249         Add new audiofx element "audioinvert". This element swaps the upper
11250         and lower half of samples and can be used for example for a
11251         wide-stereo effect. Fixes #396057
11252         * docs/plugins/Makefile.am:
11253         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11254         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11255         * docs/plugins/gst-plugins-good-plugins.args:
11256         * docs/plugins/inspect/plugin-audiofx.xml:
11257         Add docs for the audioinvert element and add them to the build system.
11258         * tests/check/Makefile.am:
11259         * tests/check/elements/audioinvert.c: (setup_invert),
11260         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11261         Add unit test suite for the audioinvert element.
11262
11263 2007-01-23  Wim Taymans  <wim@fluendo.com>
11264
11265         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11266         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11267         Parse config params as string and int.
11268         Parse and use AU header length
11269
11270 2007-01-23  Wim Taymans  <wim@fluendo.com>
11271
11272         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11273         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11274         * gst/smpte/gstmask.c: (_gst_mask_register):
11275         * gst/smpte/gstmask.h:
11276         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11277         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11278         (gst_smpte_paint_triangle_clock):
11279         constify some static structs.
11280         Don't update the mask if nothing changed to the params.
11281         Make sure we never draw outside of the picture. Fixes #398325.
11282
11283 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11284
11285         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11286           Error out properly when pull_range fails while we're reading the
11287           headers, instead of just pausing the task silently. Fixes #399338.
11288
11289 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11290
11291         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11292           Some more sanity checks to make sure the input formats match and the
11293           input pads are actually negotiated, in case someone tries to feed
11294           buffers from fakesrc or filesrc. Fixes #398299.
11295           Also const-ify an array, just because we can.
11296
11297 2007-01-19  Edward Hervey  <edward@fluendo.com>
11298
11299         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11300         Ignore previous commit, that was only valid for widths and heights
11301         that are multiples of 4.
11302         Copy over size/stride macros from jpegdec. This allows the element
11303         to work with any width,height...
11304         ... but puts in evidence that the actual transformations only work
11305         with width/height that are multiples of 4.
11306
11307 2007-01-19  Edward Hervey  <edward@fluendo.com>
11308
11309         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11310         Allocate buffers of the right size.
11311         The proper size of a I420 buffer in bytes is:
11312         
11313             width * height * 3
11314             ------------------
11315                     2
11316
11317 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11318
11319         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11320           Proxy getcaps on sink pads too, so that we either end up with the
11321           same dimensions on all pads or error out if that's not possible
11322           (seems to work even!). Fixes #398086, I think.
11323
11324 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11325
11326         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11327         * docs/plugins/gst-plugins-good-plugins.args:
11328         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11329           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11330           fix integer properties with -1 as minimum value.
11331
11332         * docs/plugins/inspect/plugin-1394.xml:
11333         * docs/plugins/inspect/plugin-aasink.xml:
11334         * docs/plugins/inspect/plugin-alaw.xml:
11335         * docs/plugins/inspect/plugin-alpha.xml:
11336         * docs/plugins/inspect/plugin-alphacolor.xml:
11337         * docs/plugins/inspect/plugin-annodex.xml:
11338         * docs/plugins/inspect/plugin-apetag.xml:
11339         * docs/plugins/inspect/plugin-audiofx.xml:
11340         * docs/plugins/inspect/plugin-auparse.xml:
11341         * docs/plugins/inspect/plugin-autodetect.xml:
11342         * docs/plugins/inspect/plugin-avi.xml:
11343         * docs/plugins/inspect/plugin-cacasink.xml:
11344         * docs/plugins/inspect/plugin-cairo.xml:
11345         * docs/plugins/inspect/plugin-cdio.xml:
11346         * docs/plugins/inspect/plugin-cutter.xml:
11347         * docs/plugins/inspect/plugin-debug.xml:
11348         * docs/plugins/inspect/plugin-dv.xml:
11349         * docs/plugins/inspect/plugin-efence.xml:
11350         * docs/plugins/inspect/plugin-effectv.xml:
11351         * docs/plugins/inspect/plugin-esdsink.xml:
11352         * docs/plugins/inspect/plugin-flac.xml:
11353         * docs/plugins/inspect/plugin-flxdec.xml:
11354         * docs/plugins/inspect/plugin-gconfelements.xml:
11355         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11356         * docs/plugins/inspect/plugin-goom.xml:
11357         * docs/plugins/inspect/plugin-halelements.xml:
11358         * docs/plugins/inspect/plugin-icydemux.xml:
11359         * docs/plugins/inspect/plugin-id3demux.xml:
11360         * docs/plugins/inspect/plugin-jpeg.xml:
11361         * docs/plugins/inspect/plugin-level.xml:
11362         * docs/plugins/inspect/plugin-matroska.xml:
11363         * docs/plugins/inspect/plugin-mulaw.xml:
11364         * docs/plugins/inspect/plugin-multipart.xml:
11365         * docs/plugins/inspect/plugin-navigationtest.xml:
11366         * docs/plugins/inspect/plugin-ossaudio.xml:
11367         * docs/plugins/inspect/plugin-png.xml:
11368         * docs/plugins/inspect/plugin-rtp.xml:
11369         * docs/plugins/inspect/plugin-rtsp.xml:
11370         * docs/plugins/inspect/plugin-shout2send.xml:
11371         * docs/plugins/inspect/plugin-smpte.xml:
11372         * docs/plugins/inspect/plugin-speex.xml:
11373         * docs/plugins/inspect/plugin-taglib.xml:
11374         * docs/plugins/inspect/plugin-udp.xml:
11375         * docs/plugins/inspect/plugin-videobalance.xml:
11376         * docs/plugins/inspect/plugin-videobox.xml:
11377         * docs/plugins/inspect/plugin-videoflip.xml:
11378         * docs/plugins/inspect/plugin-videomixer.xml:
11379         * docs/plugins/inspect/plugin-wavenc.xml:
11380         * docs/plugins/inspect/plugin-wavparse.xml:
11381         * docs/plugins/inspect/plugin-ximagesrc.xml:
11382           Update to CVS.
11383
11384 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11385
11386         Patch by: Sebastian Dröge <slomo circular-chaos org>
11387
11388         * gst/audiofx/audiopanorama.c:
11389           Fix doc section name (Fixes #397946)
11390
11391 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11392
11393         * sys/v4l2/gstv4l2object.c:
11394         (gst_v4l2_object_install_properties_helper),
11395         (gst_v4l2_object_set_property_helper),
11396         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11397         * sys/v4l2/gstv4l2object.h:
11398         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11399         (gst_v4l2src_init), (gst_v4l2src_set_property),
11400         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11401         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11402         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11403         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11404         (gst_v4l2src_capture_deinit):
11405           Fix EIO handing when capturing. Add new property to specify the number of
11406           buffers to enque (and remove the borked num-buffers usage).
11407
11408 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11409
11410         Patch by: Sebastian Dröge <slomo circular-chaos org>
11411
11412         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11413         (gst_audio_panorama_set_process_function):
11414           Use a function array for process methods, add more docs and define the
11415           startindex of enums.
11416
11417 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11418
11419         Patch by: Mark Nauwelaerts <manauw at skynet be>
11420
11421         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11422         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11423         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11424         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11425         (gst_avi_mux_riff_get_avi_header),
11426         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11427         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11428         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11429         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11430         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11431         (gst_avi_mux_change_state):
11432         * gst/avi/gstavimux.h:
11433         * tests/check/elements/avimux.c: (teardown_src_pad):
11434           Add support for more than one audio stream; write better AVIX
11435           header; refactor code a bit; don't announce vorbis caps on our audio
11436           sink pads since we don't support it anyway. Closes #379298.
11437
11438 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11439
11440         Patch by: Sebastian Dröge <slomo circular-chaos org>
11441
11442         * gst/audiofx/audiopanorama.c:
11443         (gst_audio_panorama_method_get_type),
11444         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11445         (gst_audio_panorama_set_process_function),
11446         (gst_audio_panorama_set_property),
11447         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11448         (gst_audio_panorama_transform_m2s_int_simple),
11449         (gst_audio_panorama_transform_s2s_int_simple),
11450         (gst_audio_panorama_transform_m2s_float_simple),
11451         (gst_audio_panorama_transform_s2s_float_simple):
11452         * gst/audiofx/audiopanorama.h:
11453           Add 'method' property and provide a simple (non-psychoacustic)
11454           processing method (#394859).
11455
11456         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11457         (panorama_suite):
11458           Tests for new method.
11459
11460 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11461
11462         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11463         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11464           Set correct caps on outgoing pulled buffers, or things blow up
11465           after recent core changes.
11466
11467 2007-01-11  Wim Taymans  <wim@fluendo.com>
11468
11469         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11470
11471         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11472         (gst_multipart_mux_request_new_pad),
11473         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11474         (gst_multipart_mux_change_state):
11475         Return FLOW errors ASAP. Fixes #394977.
11476         Misc cleanups.
11477
11478 2007-01-11  Wim Taymans  <wim@fluendo.com>
11479
11480         Patch by: Lutz Mueller <lutz at topfrose dot de>
11481
11482         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11483         Check for stream pad before activating. 
11484
11485 2007-01-10  Wim Taymans  <wim@fluendo.com>
11486
11487         Patch by: Peter Kjellerstedt  <pkj at axis com>
11488
11489         * gst/rtsp/COPYING.MIT:
11490         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11491         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11492         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11493         (gst_rtspsrc_stream_configure_transport),
11494         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11495         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11496         (gst_rtspsrc_parse_methods),
11497         (gst_rtspsrc_create_transports_string),
11498         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11499         (gst_rtspsrc_open), (gst_rtspsrc_close):
11500         * gst/rtsp/gstrtspsrc.h:
11501         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11502         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11503         (parse_request_line), (parse_line), (rtsp_connection_read),
11504         (rtsp_connection_close):
11505         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11506         (rtsp_method_as_text), (rtsp_header_as_text),
11507         (rtsp_status_as_text), (rtsp_find_header_field),
11508         (rtsp_find_method):
11509         * gst/rtsp/rtspdefs.h:
11510         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11511         (rtsp_ext_wms_configure_stream):
11512         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11513         (rtsp_message_new_request), (rtsp_message_init_request),
11514         (rtsp_message_new_response), (rtsp_message_init_response),
11515         (rtsp_message_init_data), (rtsp_message_unset),
11516         (rtsp_message_free), (rtsp_message_add_header),
11517         (rtsp_message_get_header), (rtsp_message_set_body),
11518         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11519         * gst/rtsp/rtspmessage.h:
11520         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11521         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11522         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11523         (sdp_message_dump):
11524         Allow url to be NULL to be able to use it for server connections.
11525         Can now send responses as well as requests.
11526         No longer hangs in an endless loop if EOF is received.
11527         Can now convert a status code to a text string.
11528         Return RTSP_HDR_INVALID for unknown headers.
11529         Return RTSP_INVALID for unknown methods.
11530         Copy CSeq and Session headers from the request.
11531         Only free memory corresponding to the currently set message type.
11532         Added const to function arguments as appropriate.
11533         Avoid a compiler warning when initializing nmedia.
11534         Use guint rather than gint to avoid compiler warnings.
11535         Fix crasher in wms extension.
11536         Factor out stream setup from open_connection.
11537         Delay activation of streams when actual data is received from the
11538         server, this prepares us to do proper protocol switching.
11539         Added new license.
11540         Fixes #380895.
11541
11542
11543 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11544
11545         Patch by: Sebastian Dröge <slomo ubuntu com>
11546
11547         * docs/plugins/Makefile.am:
11548         * gst/audiofx/audiopanorama.c:
11549           Some small docs fixes (#394851).
11550
11551 2007-01-09  Wim Taymans  <wim@fluendo.com>
11552
11553         * gst/avi/gstavidemux.c:
11554         Fix docs.
11555
11556 2007-01-09  Wim Taymans  <wim@fluendo.com>
11557
11558         * gst/rtp/Makefile.am:
11559         * gst/rtp/gstrtp.c: (plugin_init):
11560         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
11561         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
11562         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
11563         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
11564         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
11565         * gst/rtp/gstrtpmpvdepay.h:
11566           Added RFC 2250 MPEG Video Depayloader.
11567
11568         * gst/rtp/gstrtpL16depay.h:
11569         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
11570         (gst_rtp_h263p_depay_process):
11571         Fix Header file. Small cleanups.
11572
11573         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
11574         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
11575         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
11576         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
11577         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
11578         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
11579         (gst_rtp_mp4v_depay_change_state):
11580         Remove usused code. Remove Adapter from state Change. Added debug.
11581
11582         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
11583         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
11584         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
11585         * gst/rtp/gstrtpmpadepay.h:
11586         Subclass base depayloader.
11587         Added debug.
11588         Support static payload type assignment as well.
11589
11590         * gst/rtp/gstrtpmpapay.c:
11591         Fix caps.
11592
11593 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11594
11595         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11596
11597         * ext/jpeg/gstjpegdec.c:
11598         * ext/jpeg/gstjpegenc.c:
11599         * ext/jpeg/smokecodec.c:
11600           These libjpeg callbacks should return a 'boolean' (unsigned char
11601           apparently) and not a 'gboolean' (which maps to gint). Fixes
11602           warnings when compiling with MingW (#393427).
11603
11604         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11605           Use ioctlsocket on win32.
11606
11607         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11608           Some printf format fixes for win32.
11609
11610 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11611
11612         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11613           Use gst_guint64_to_gdouble for conversion.
11614         * win32/vs6/libgstmatroska.dsp:
11615           Add zlib to the link.
11616         * win32/vs6/libgstvideobox.dsp:
11617           Update liboil library name (project is linked to 
11618           liboil-0.3-0.lib now).
11619           
11620 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11621
11622         * gst/matroska/Makefile.am:
11623           If zlib is available and used, we must link it explicitly for
11624           things to work on MingW (fixes #392855).
11625
11626 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
11627
11628         * ext/esd/esdsink.c: (gst_esdsink_delay):
11629           Don't return bogus values when esd_get_delay() fails for some
11630           reason (#392189).
11631
11632 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11633
11634         * sys/ximage/gstximagesrc.c: (composite_pixel):
11635           Fix presumably copy'n'pasto for 16bpp depth.
11636
11637 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11638
11639         * gst/matroska/matroska-mux.c:
11640         (gst_matroska_mux_audio_pad_setcaps):
11641           The "signed" field in audio caps is of boolean type, trying to use
11642           gst_structure_get_int() to extract it will fail. Fixing this makes
11643           matroskamux accept raw audio input (#387121) (use at your own risk
11644           though, due to the matroska spec being not entirely useful in this
11645           respect).
11646           Also fix up raw audio structures in template caps so that they
11647           represent what our setcaps function will actually accept, so that
11648           converters know what to convert to.
11649           Finally, don't fail if there isn't an "endianness" field in 8-bit
11650           PCM caps.
11651
11652 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11653
11654         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11655         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11656         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11657         (teardown_cmmldec):
11658         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11659         (teardown_cmmlenc):
11660         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11661           reapply consistent pad (de)activation
11662
11663 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11664
11665         * configure.ac:
11666         Back to CVS
11667
11668         * gst-plugins-good.doap:
11669         Add 0.10.5 doap entry
11670
11671 === release 0.10.5 ===
11672
11673 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
11674
11675         * configure.ac:
11676           releasing 0.10.5, "The Path of Thorns"
11677
11678 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11679
11680         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11681         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11682         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11683         (teardown_cmmldec):
11684         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11685         (teardown_cmmlenc):
11686         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11687           revert my freeze breakage
11688
11689 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11690
11691         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11692         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11693         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11694         (teardown_cmmldec):
11695         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11696         (teardown_cmmlenc):
11697         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11698           consistent pad (de)activation
11699
11700 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11701
11702         * configure.ac:
11703         * ext/Makefile.am:
11704         Disable LADPSA, as it has moved to the -bad module for the duration.
11705
11706 2006-12-18  Wim Taymans  <wim@fluendo.com>
11707
11708         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11709         (gst_signal_processor_event):
11710         Reset flow_state back to _OK after a flush stop so that we exit our
11711         error state after the flush. Fixes #374213
11712
11713 2006-12-16  David Schleef  <ds@schleef.org>
11714
11715         * sys/osxvideo/osxvideosink.h:
11716         * sys/osxvideo/osxvideosink.m:
11717           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11718
11719 2006-12-16  David Schleef  <ds@schleef.org>
11720
11721         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11722
11723         * sys/osxvideo/Makefile.am:
11724         * sys/osxvideo/osxvideosink.h:
11725         * sys/osxvideo/osxvideosink.m:
11726           Preliminary patch for porting osxvideosink
11727
11728 2006-12-16  Wim Taymans  <wim@fluendo.com>
11729
11730         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11731
11732         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11733         (gst_videomixer_set_master_geometry),
11734         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11735         (gst_videomixer_reset), (gst_videomixer_init),
11736         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11737         (gst_videomixer_release_pad), (gst_videomixer_collected),
11738         (gst_videomixer_change_state):
11739         Introduce some locking around the videomixer state so that it does not
11740         crash when adding/removing pads. Fixes #383043.
11741
11742 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11743
11744         * configure.ac:
11745           Make sure libcaca can actually be used instead of just checking for
11746           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11747           cross-compiling (fixes #384587).
11748
11749 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11750
11751         * Makefile.am:
11752         * gst-plugins-good.doap:
11753         * gst-plugins-good.spec.in:
11754           adding doap file
11755
11756 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11757
11758         * configure.ac:
11759           libflac-1.1.3 changed API again, but we can't build against it yet,
11760           so make sure our check doesn't use libflac-1.1.3 and add a comment
11761           to this effect.
11762
11763 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11764
11765         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11766         (gst_quarktv_planetable_clear):
11767           Add some NULL pointer checks (possibly related to #385623).
11768
11769 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11770
11771         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11772         (gst_tag_demux_chain):
11773         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11774           In streaming mode, if the first buffer we get doesn't have an
11775           offset, fix it up to be 0, otherwise trimming won't work later on
11776           and we'll be typefinding application/x-id3, which may result in
11777           decodebin plugging an endless number of id3demux elements as a
11778           consequence. Fixes #385031.
11779           
11780 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11781
11782         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11783           Ignore the buffer_time the sound device reports. Turns out it is 
11784           sometimes completely bogus and we're better off without it.
11785
11786 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11787
11788         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11789         (gst_matroska_demux_video_caps):
11790         * gst/matroska/matroska-ids.c:
11791         (gst_matroska_track_init_video_context):
11792         * gst/matroska/matroska-ids.h:
11793           Try harder to extract the framerate for video tracks correctly and
11794           save it directly instead of converting it back and forth a few
11795           times. Mostly makes a difference for very small framerates (<1).
11796           Fixes #380199.
11797
11798 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11799
11800         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11801         (gst_gconf_audio_src_dispose), (do_toggle_element):
11802         * ext/gconf/gstgconfaudiosrc.h:
11803           Remove gconf notify hook when the gconfaudiosrc element is
11804           destroyed, otherwise the callback may be called on an
11805           already-destroyed instance and bad things happen. Should fix
11806           #378184.
11807           Also ignore gconf key changes when the source is already running.
11808
11809 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11810
11811         Patch by: Sebastian Dröge  <mail at slomosnail de>
11812
11813         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11814           We need to be able to read and parse any possible floating point string
11815           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11816           will parse the former only in certain locales though, so we really need
11817           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11818           make sure we can parse either version at all times.
11819           Fixes #382982 for real.
11820
11821 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11822
11823         * sys/sunaudio/gstsunaudiomixerctrl.c:
11824         * sys/sunaudio/gstsunaudiosrc.c:
11825
11826         Use the sunaudio debug category.
11827
11828         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
11829         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
11830         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11831         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
11832         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
11833         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
11834         (gst_sunaudiosink_reset):
11835         * sys/sunaudio/gstsunaudiosink.h:
11836
11837         Uses the sunaudio debug category for all debug output
11838         Implements the _delay() callback to synchronise video playback better
11839         Change the segtotal and segsize values back to the parent class 
11840           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
11841           respectively)
11842         Measure the samples written to the device vs. played.
11843         Keep track of segments in the device by writing empty eof frames, and
11844         sleep using a GCond when we get too far ahead and risk overrunning the
11845         sink's ringbuffer.
11846
11847         Fixes: #360673
11848
11849 2006-12-08  Wim Taymans  <wim@fluendo.com>
11850
11851         Patch by: Sebastian Dröge  <mail at slomosnail de >
11852
11853         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
11854         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
11855         * gst/audiofx/audiopanorama.h:
11856         Fix audiopanorame with float samples. Fixes #383726.
11857
11858 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11859
11860         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
11861         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
11862         (gst_sunaudiosrc_reset):
11863
11864         Implement reset functions to unblock the src/sink more quickly on 
11865         state change requests.
11866         Patch by: Brian Cameron <brian dot cameron at sun com>
11867
11868 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11869
11870         * sys/sunaudio/gstsunaudiomixer.c:
11871         (gst_sunaudiomixer_change_state):
11872         Construct the correct mixer device name when the AUDIODEV env var
11873         is set.
11874
11875         Patch by: Jerry Tan <jerry.tan at sun dot com>
11876         Fixes: #383596
11877
11878 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11879
11880         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
11881         Apply patch to open the mixer control and set the MULTIPLE_OPEN
11882         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
11883         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
11884         Patch by: Jerry Tan <jerry.tan at sun dot com>
11885         Fixes: #349015
11886
11887 2006-12-07  Wim Taymans  <wim@fluendo.com>
11888
11889         * gst/smpte/gstmask.h:
11890         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11891         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
11892         (gst_smpte_collected), (gst_smpte_set_property),
11893         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
11894         * gst/smpte/gstsmpte.h:
11895         Port to 0.10 some more. 
11896         Added duration property to specify the duration of the transition.
11897         Make framerate a fraction.
11898         Deprecate fps property, we only use negotiated fps.
11899         Added docs.
11900         Fix collectpad usage.
11901         Reset state in READY.
11902         Send NEWSEGMENT event.
11903         Fix racy updates of object properties.
11904         Added debug category.
11905         Fixes #383323.
11906
11907 2006-12-06  Wim Taymans  <wim@fluendo.com>
11908
11909         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11910
11911         * gst/videomixer/videomixer.c:
11912         (gst_videomixer_set_master_geometry),
11913         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
11914         Don't reset xpos and ypos in the setcaps function because causes
11915         unexpected behaviour.
11916         Fixes #382179.
11917
11918 2006-12-06  Wim Taymans  <wim@fluendo.com>
11919
11920         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
11921         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
11922         Keep track of the buffer timestamp in the collectdata member instead
11923         of modifying the buffer without making the metadata writable first.
11924         Fixes #382277.
11925
11926 2006-12-06  Wim Taymans  <wim@fluendo.com>
11927
11928         Patch by: Rob Taylor <robtaylor at floopily dot org>
11929
11930         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
11931         If using multicast in udpsrc, bind to the multicast address rather than
11932         IN_ADDR_ANY.
11933         This allows the simultanous use of multiple udpsrcs listening on
11934         different multicat addresses. Without this all udpsrcs will receive all
11935         packets from all subscribed multicast addresses.
11936         Fixes #383001.
11937
11938 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11939
11940         * ext/taglib/gstid3v2mux.cc:
11941         Don't attempt to write a NULL frame into the ID3 tag set when the 
11942         createFrame method returned NULL.
11943         Fixes: #381857
11944         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
11945
11946 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
11947
11948         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11949         Use g_strtod() instead of sscanf to parse doubles, so that it will
11950         try parsing in the C locale if the current locale fails.
11951         Fixes: #382982
11952         Patch by: Sebastian Dröge  <mail at slomosnail de >
11953
11954 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11955
11956         * win32/MANIFEST:
11957         Fix compilation on win32 under VS8
11958         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11959         Partially fixes #381175
11960
11961 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11962
11963         * gst/avi/gstavimux.c:
11964           accept all mpegversions,fixes #380825
11965           spotted by: Jerome Alet  
11966
11967 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
11968
11969         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11970         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
11971         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
11972         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
11973           cleanup the error message a bit more
11974
11975 2006-11-28  Wim Taymans  <wim@fluendo.com>
11976
11977         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11978         Fix width and height properties.
11979
11980         * ext/libcaca/gstcacasink.h:
11981         Fix compilation on newer libcaca that require us to include a new
11982         header. Fixes #379918.
11983
11984 2006-11-28  Wim Taymans  <wim@fluendo.com>
11985
11986         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11987         * gst/rtsp/gstrtspsrc.h:
11988         * gst/rtsp/rtspext.h:
11989         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
11990         (rtsp_ext_wms_get_context):
11991         Add method so that extensions can choose to disable the setup of
11992         a stream.
11993         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
11994
11995 2006-11-27  Wim Taymans  <wim@fluendo.com>
11996
11997         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11998
11999         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12000         Push header in a separate buffer instead of memcpy:ing all data.
12001         Change LF => CRLF in headers.
12002         Move trailing LF to header. Fixes #379792.
12003
12004 2006-11-27  Wim Taymans  <wim@fluendo.com>
12005
12006         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12007         Small buffer overflow fix and improve debugging.
12008
12009 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12010
12011         * ext/esd/esdmon.h:
12012         * ext/esd/esdsink.h:
12013           remove obsolete _factory_init protos
12014
12015 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12016
12017         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12018         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12019         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12020         (gst_avi_demux_read_subindexes_push),
12021         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12022         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12023         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12024         (gst_avi_demux_massage_index),
12025         (gst_avi_demux_calculate_durations_from_index),
12026         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12027         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12028         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12029           remove dead code, tweak debugs statements, add comments, use
12030           _uint64_scale instead _uint64_scale_int when using guint64 values,
12031           small optimizations, reflow some error handling
12032
12033 2006-11-22  Edward Hervey  <edward@fluendo.com>
12034
12035         * po/.cvsignore:
12036         We never put .pot files in cvs. Let's ignore them all.
12037
12038 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12039
12040         * po/POTFILES.in:
12041           ... but better exclude files that aren't disted.
12042
12043 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12044
12045         * po/POTFILES.in:
12046           Add v4l2 source files to list of files with translations, so the
12047           strings are actually extracted (however bad they still may be).
12048
12049 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12050
12051         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12052           Minor clean-ups: const-ify static array, remove trailing comma from
12053           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12054
12055 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12056
12057         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12058         Make sure that g_free always gets called on the same pointer that was 
12059         returned by g_malloc.  Fixes #376594.
12060         Do not leak memory if decompressed size is wrong.
12061         Remove unneeded check of return value of g_malloc.
12062         Patch by: René Stadler <mail@renestadler.de>
12063
12064 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12065
12066         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12067           Add missing curly brackets.
12068
12069 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12070
12071         * sys/v4l2/v4l2src_calls.c:
12072         Fix capture_deinit.
12073
12074 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12075
12076         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12077         (gst_matroska_mux_request_new_pad):
12078           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12079
12080         * tests/check/elements/matroskamux.c: (setup_src_pad),
12081         (setup_sink_pad), (GST_START_TEST):
12082         Activate pads before using them.
12083
12084 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12085
12086         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12087           Initialise variable to get rid of bogus compiler warning.
12088
12089 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12090
12091         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12092
12093         * gst/rtp/gstrtph263pay.c:
12094         * gst/rtp/gstrtph263pdepay.c:
12095         * gst/rtp/gstrtph263ppay.c:
12096           Specify H.263 variant and version in the caps (fixes #361637)
12097
12098 2006-11-15  Wim Taymans  <wim@fluendo.com>
12099
12100         * gst/rtsp/rtspconnection.c: (read_body):
12101         Don't set a data pointer to NULL and a size > 0 when we deal
12102         with empty packets.
12103
12104         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12105         (rtsp_message_init_response), (rtsp_message_init_data),
12106         (rtsp_message_unset), (rtsp_message_free),
12107         (rtsp_message_take_body):
12108         Check that we can't create invalid empty packets. 
12109
12110 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12111
12112         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12113
12114         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12115         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12116         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12117         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12118         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12119         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12120         * gst/matroska/matroska-mux.h:
12121           Add basic tag writing support; implement releasing pads (#374658).
12122
12123 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12124
12125         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12126         (gst_matroska_demux_audio_caps):
12127           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12128
12129 2006-11-14  David Schleef  <ds@schleef.org>
12130
12131         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12132
12133 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12134
12135         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12136
12137         * win32/vs8/gst-plugins-good.sln:
12138         * win32/vs8/libgst1394.vcproj:
12139         * win32/vs8/libgstaasink.vcproj:
12140         * win32/vs8/libgstalaw.vcproj:
12141         * win32/vs8/libgstalpha.vcproj:
12142         * win32/vs8/libgstalphacolor.vcproj:
12143         * win32/vs8/libgstannodex.vcproj:
12144         * win32/vs8/libgstapetag.vcproj:
12145         * win32/vs8/libgstaudiofx.vcproj:
12146         * win32/vs8/libgstauparse.vcproj:
12147         * win32/vs8/libgstautodetect.vcproj:
12148         * win32/vs8/libgstavi.vcproj:
12149         * win32/vs8/libgstcacasink.vcproj:
12150         * win32/vs8/libgstcdio.vcproj:
12151         * win32/vs8/libgstcutter.vcproj:
12152         * win32/vs8/libgstdv.vcproj:
12153         * win32/vs8/libgsteffectv.vcproj:
12154         * win32/vs8/libgstflac.vcproj:
12155         * win32/vs8/libgstflxdec.vcproj:
12156         * win32/vs8/libgstgoom.vcproj:
12157         * win32/vs8/libgsticydemux.vcproj:
12158         * win32/vs8/libgstid3demux.vcproj:
12159         * win32/vs8/libgstjpeg.vcproj:
12160         * win32/vs8/libgstladspa.vcproj:
12161         * win32/vs8/libgstlevel.vcproj:
12162         * win32/vs8/libgstmatroska.vcproj:
12163         * win32/vs8/libgstmikmod.vcproj:
12164         * win32/vs8/libgstmng.vcproj:
12165         * win32/vs8/libgstmonoscope.vcproj:
12166         * win32/vs8/libgstmulaw.vcproj:
12167         * win32/vs8/libgstmultipart.vcproj:
12168         * win32/vs8/libgstpng.vcproj:
12169         * win32/vs8/libgstrtp.vcproj:
12170         * win32/vs8/libgstrtsp.vcproj:
12171         * win32/vs8/libgstshout2.vcproj:
12172         * win32/vs8/libgstsmpte.vcproj:
12173         * win32/vs8/libgstspeex.vcproj:
12174         * win32/vs8/libgsttaglib.vcproj:
12175         * win32/vs8/libgstudp.vcproj:
12176         * win32/vs8/libgstvideobalance.vcproj:
12177         * win32/vs8/libgstvideobox.vcproj:
12178         * win32/vs8/libgstvideoflip.vcproj:
12179         * win32/vs8/libgstvideomixer.vcproj:
12180         * win32/vs8/libgstwavenc.vcproj:
12181         * win32/vs8/libgstwavparse.vcproj:
12182           Make end-of-line returns unixy, so that when the files are checked
12183           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12184           Hopefully fixes #366492.
12185
12186 2006-11-14  Wim Taymans  <wim@fluendo.com>
12187
12188         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12189         Disable init_frames delay timestamp adjustment, it does not
12190         seem to be needed at all. Fixes #369621.
12191
12192 2006-11-13  Wim Taymans  <wim@fluendo.com>
12193
12194         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12195
12196         * gst/videomixer/videomixer.c:
12197         (gst_videomixer_set_master_geometry),
12198         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12199         (gst_videomixer_collect_free), (gst_videomixer_reset),
12200         (gst_videomixer_init), (gst_videomixer_finalize),
12201         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12202         (gst_videomixer_collected), (gst_videomixer_change_state):
12203         Fix memleak by unref'ing collectpads instance (when finalizing)
12204         Implement releasing a request pad. Fixes #374479.
12205
12206 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12207
12208         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12209
12210         * win32/vs8/gst-plugins-good.sln:
12211         * win32/vs8/libgst1394.vcproj:
12212         * win32/vs8/libgstaasink.vcproj:
12213         * win32/vs8/libgstalaw.vcproj:
12214         * win32/vs8/libgstalpha.vcproj:
12215         * win32/vs8/libgstalphacolor.vcproj:
12216         * win32/vs8/libgstannodex.vcproj:
12217         * win32/vs8/libgstapetag.vcproj:
12218         * win32/vs8/libgstaudiofx.vcproj:
12219         * win32/vs8/libgstauparse.vcproj:
12220         * win32/vs8/libgstautodetect.vcproj:
12221         * win32/vs8/libgstavi.vcproj:
12222         * win32/vs8/libgstcacasink.vcproj:
12223         * win32/vs8/libgstcdio.vcproj:
12224         * win32/vs8/libgstcutter.vcproj:
12225         * win32/vs8/libgstdv.vcproj:
12226         * win32/vs8/libgsteffectv.vcproj:
12227         * win32/vs8/libgstflac.vcproj:
12228         * win32/vs8/libgstflxdec.vcproj:
12229         * win32/vs8/libgstgoom.vcproj:
12230         * win32/vs8/libgsticydemux.vcproj:
12231         * win32/vs8/libgstid3demux.vcproj:
12232         * win32/vs8/libgstjpeg.vcproj:
12233         * win32/vs8/libgstladspa.vcproj:
12234         * win32/vs8/libgstlevel.vcproj:
12235         * win32/vs8/libgstmatroska.vcproj:
12236         * win32/vs8/libgstmikmod.vcproj:
12237         * win32/vs8/libgstmng.vcproj:
12238         * win32/vs8/libgstmonoscope.vcproj:
12239         * win32/vs8/libgstmulaw.vcproj:
12240         * win32/vs8/libgstmultipart.vcproj:
12241         * win32/vs8/libgstpng.vcproj:
12242         * win32/vs8/libgstrtp.vcproj:
12243         * win32/vs8/libgstrtsp.vcproj:
12244         * win32/vs8/libgstshout2.vcproj:
12245         * win32/vs8/libgstsmpte.vcproj:
12246         * win32/vs8/libgstspeex.vcproj:
12247         * win32/vs8/libgsttaglib.vcproj:
12248         * win32/vs8/libgstudp.vcproj:
12249         * win32/vs8/libgstvideobalance.vcproj:
12250         * win32/vs8/libgstvideobox.vcproj:
12251         * win32/vs8/libgstvideoflip.vcproj:
12252         * win32/vs8/libgstvideomixer.vcproj:
12253         * win32/vs8/libgstwavenc.vcproj:
12254         * win32/vs8/libgstwavparse.vcproj:
12255           Add VS8 project files (note that many of the plugins in ext are
12256           disabled by default). Fixes #366492.
12257
12258 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12259
12260         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12261           we do not translate debug messages
12262
12263 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12264
12265         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12266           fix categorisation, make short desc more explicit, remove unused code
12267           Fixes #372021
12268
12269 2006-11-08  Wim Taymans  <wim@fluendo.com>
12270
12271         * gst/rtp/gstrtpL16depay.c:
12272         * gst/rtp/gstrtpamrdepay.c:
12273         * gst/rtp/gstrtpamrpay.c:
12274         * gst/rtp/gstrtpgsmdepay.c:
12275         * gst/rtp/gstrtph263pay.c:
12276         * gst/rtp/gstrtph263pdepay.c:
12277         * gst/rtp/gstrtph263ppay.c:
12278         * gst/rtp/gstrtph264depay.c:
12279         * gst/rtp/gstrtpmp2tdepay.c:
12280         * gst/rtp/gstrtpmp4gdepay.c:
12281         * gst/rtp/gstrtpmp4gpay.c:
12282         * gst/rtp/gstrtpmp4vdepay.c:
12283         * gst/rtp/gstrtpmp4vpay.c:
12284         * gst/rtp/gstrtpmpadepay.c:
12285         * gst/rtp/gstrtpmpapay.c:
12286         * gst/rtp/gstrtppcmadepay.c:
12287         * gst/rtp/gstrtppcmapay.c:
12288         * gst/rtp/gstrtppcmudepay.c:
12289         * gst/rtp/gstrtppcmupay.c:
12290         * gst/rtp/gstrtpspeexdepay.c:
12291         * gst/rtp/gstrtpspeexpay.c:
12292         * gst/rtp/gstrtpsv3vdepay.c:
12293         Fix element descriptions.
12294
12295 2006-11-08  Wim Taymans  <wim@fluendo.com>
12296
12297         * gst/rtp/gstrtpvorbisdepay.c:
12298         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12299         Fix description.
12300         Small cleanup in the payloader.
12301
12302 2006-11-08  Wim Taymans  <wim@fluendo.com>
12303
12304         * gst/rtp/Makefile.am:
12305         * gst/rtp/gstrtp.c: (plugin_init):
12306         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12307         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12308         (gst_rtp_theora_depay_finalize),
12309         (gst_rtp_theora_depay_parse_configuration),
12310         (gst_rtp_theora_depay_setcaps),
12311         (gst_rtp_theora_depay_switch_codebook),
12312         (gst_rtp_theora_depay_process),
12313         (gst_rtp_theora_depay_set_property),
12314         (gst_rtp_theora_depay_get_property),
12315         (gst_rtp_theora_depay_change_state),
12316         (gst_rtp_theora_depay_plugin_init):
12317         * gst/rtp/gstrtptheoradepay.h:
12318         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12319         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12320         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12321         (gst_rtp_theora_pay_init_packet),
12322         (gst_rtp_theora_pay_flush_packet),
12323         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12324         (gst_rtp_theora_pay_handle_buffer),
12325         (gst_rtp_theora_pay_plugin_init):
12326         * gst/rtp/gstrtptheorapay.h:
12327         Add theora pay/depayloaders.
12328
12329 2006-11-06  Wim Taymans  <wim@fluendo.com>
12330
12331         * gst/rtp/Makefile.am:
12332         We depend on gsttag to generate the vorbis comments.
12333
12334         * gst/rtp/gstrtpvorbisdepay.c:
12335         (gst_rtp_vorbis_depay_parse_configuration),
12336         (gst_rtp_vorbis_depay_setcaps),
12337         (gst_rtp_vorbis_depay_switch_codebook),
12338         (gst_rtp_vorbis_depay_process):
12339         * gst/rtp/gstrtpvorbisdepay.h:
12340         Parse configuration string in the depayloader.
12341         Implement selecting and switching to a new codebook.
12342         Receiving vorbis over RTP now works.
12343
12344         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12345         (gst_rtp_vorbis_pay_init_packet),
12346         (gst_rtp_vorbis_pay_finish_headers),
12347         (gst_rtp_vorbis_pay_handle_buffer):
12348         * gst/rtp/gstrtpvorbispay.h:
12349         Set timestamps on outgoing buffers and RTP packets.
12350         Fix configuration string, prepend number of Packet headers.
12351         Fix encoding of ident string.
12352         Add delivery-method to caps.
12353         Streaming vorbis over RTP now works.
12354
12355 2006-11-06  Wim Taymans  <wim@fluendo.com>
12356
12357         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12358         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12359         (gst_rtp_vorbis_pay_handle_buffer):
12360         * gst/rtp/gstrtpvorbispay.h:
12361         Generate a valid configuration string in the caps based on the
12362         vorbis headers.
12363
12364 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12365
12366         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12367         * ext/cdio/gstcdio.h:
12368         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12369           Move CD-TEXT utility function into common file so it can also be
12370           used by a future cdioparanoiasrc.
12371
12372 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12373         
12374         * sys/v4l2/Makefile.am:
12375         * sys/v4l2/gstv4l2object.c:
12376         * sys/v4l2/gstv4l2src.c:
12377         * sys/v4l2/gstv4l2xoverlay.c:
12378         * sys/v4l2/v4l2_calls.c:
12379         * sys/v4l2/v4l2src_calls.c:
12380         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12381         xoverlay code that is still not implemented.
12382
12383 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12384
12385         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12386           We require a -base more recent than 0.10.9, so it's safe to use
12387           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12388
12389         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12390         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12391           Use _newsegment_full() now that we depend on a recent enough core.
12392
12393         * gst/wavparse/gstwavparse.c:
12394           Remove cruft that we don't need any longer now that we depend on
12395           a recent enough -base.
12396
12397 2006-10-31  Wim Taymans  <wim@fluendo.com>
12398
12399         * gst/rtp/Makefile.am:
12400         * gst/rtp/gstrtp.c: (plugin_init):
12401         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12402         (gst_rtpilbcpay_setcaps):
12403         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12404
12405 2006-10-31  Wim Taymans  <wim@fluendo.com>
12406
12407         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12408         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12409         Some small cleanups, use _scale.
12410
12411 2006-10-31  Wim Taymans  <wim@fluendo.com>
12412
12413         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12414         Use higher precision scale function.
12415
12416 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12417
12418         Patch by: Michal Benes  <michal dot benes at itonis tv>
12419
12420         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12421         (gst_matroska_demux_read_track_encodings),
12422         (gst_matroska_decode_buffer):
12423           Fix several issues with encoded/compressed/encrypted/signed tracks;
12424           also, remove superfluous newline characters from some debug
12425           statements. (#366155)
12426
12427 2006-10-30  Wim Taymans  <wim@fluendo.com>
12428
12429         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12430         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12431         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12432         (gst_smokedec_change_state):
12433         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12434         (gst_smokeenc_init), (gst_smokeenc_finalize),
12435         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12436         (gst_smokeenc_resync), (gst_smokeenc_chain),
12437         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12438         (gst_smokeenc_change_state):
12439         Various cleanups, capsnego and leak fixes.
12440
12441 2006-10-30  Wim Taymans  <wim@fluendo.com>
12442
12443         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12444
12445         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12446         Fix videomixer so that it can handle any combination of framerates.
12447         Fixes #367221.
12448
12449 2006-10-28  Wim Taymans  <wim@fluendo.com>
12450
12451         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12452         (gst_avi_demux_parse_file_header),
12453         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12454         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12455         (gst_avi_demux_chain):
12456         Fix position query for audio. also fixes timestamps in streaming
12457         mode and bug #364958.
12458         Small cleanups.
12459
12460 2006-10-27  Wim Taymans  <wim@fluendo.com>
12461
12462         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12463         * ext/libpng/gstpngenc.h:
12464         Fix strides. Fixes #364856.
12465         Cleanup capsnego.
12466         Set caps on outgoing buffers.
12467
12468 2006-10-18  Wim Taymans  <wim@fluendo.com>
12469
12470         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12471
12472         * gst/rtp/gstrtpgsmpay.c:
12473         * gst/rtp/gstrtph263pay.c:
12474         * gst/rtp/gstrtpmpapay.c:
12475         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12476         (gst_rtp_pcma_pay_handle_buffer):
12477         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12478         Add static payload numbers in addition to the dynamic ones.
12479         Fixes #361639.
12480
12481 2006-10-18  Wim Taymans  <wim@fluendo.com>
12482
12483         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12484         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12485         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12486         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12487         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12488         * gst/rtsp/rtspdefs.h:
12489         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12490         * gst/rtsp/rtspurl.h:
12491         Reuse already existing enum for lower transport.
12492         Add rtspt and rtspu protocols.
12493         Send redirect to rtspt when udp times out.
12494
12495 2006-10-18  Wim Taymans  <wim@fluendo.com>
12496
12497         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12498         (gst_wavparse_stream_data):
12499         Fix seeking some more, mostly for speed changes.
12500
12501 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12502
12503         Patch by: Fredrik Persson  <frepe at bredband net>
12504
12505         * sys/v4l2/gstv4l2tuner.c:
12506         * sys/v4l2/gstv4l2tuner.h:
12507           Fix _set_channel(): remove useless g_object_notify() for "channel"
12508           property that doesn't exist any longer and therefore now also
12509           useless redirect (#338818).
12510
12511 2006-10-17  Wim Taymans  <wim@fluendo.com>
12512
12513         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12514         Some drivers do not support unsetting the non-blocking flag once the
12515         device is opened. In those cases, close/open the device in
12516         non-blocking mode. Fixes #362673.
12517
12518 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12519
12520         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12521         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12522         (gst_v4l2src_get_fps):
12523           dear stefan, framespersecond is not frameperiod, reverting but adding
12524           comment
12525
12526 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12527
12528         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12529         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12530         (gst_v4l2src_get_fps):
12531           Numerator is numerator and denominator is denominator. Say that aloud
12532           5 times and retry after next beer.
12533
12534 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
12535
12536         Patch by: Josep Torra Valles  <josep at fluendo com>
12537
12538         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12539         * ext/esd/esdsink.c: (gst_esdsink_write):
12540         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12541         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12542         (gst_flac_dec_send_newsegment):
12543         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12544         (gst_flac_enc_tell_callback):
12545         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12546         (smokecodec_parse_header), (smokecodec_decode):
12547         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
12548         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
12549         * gst/goom/Makefile.am:
12550         * gst/goom/gstgoom.c:
12551         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
12552         * gst/rtsp/gstrtspsrc.c:
12553         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12554         * gst/udp/gstudpsink.c:
12555         * gst/udp/gstudpsrc.c:
12556         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
12557         * sys/sunaudio/gstsunaudiomixertrack.h:
12558           Fix a bunch of problems discovered by the Forte compiler, mostly type
12559           mixups and pointer arithmetics with void pointers. Fixes #362603.
12560
12561 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12562
12563         * ext/speex/gstspeex.c: (plugin_init):
12564         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
12565         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
12566         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
12567         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
12568         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
12569         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
12570         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
12571         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
12572         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
12573         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
12574         (gst_speex_enc_chain), (gst_speex_enc_get_property),
12575         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
12576         * ext/speex/gstspeexenc.h:
12577           Miscellaneous clean-ups, among other things: speexenc => enc to
12578           enhance code readability; change speexenc => speex_enc; in chain
12579           function unref input buffer in case of error; take reference in
12580           event function; use boilerplate macro; use gst_pad_query_peer_*
12581           convenience functions.
12582
12583 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12584
12585         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
12586         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
12587         (gst_speexenc_set_header_on_caps):
12588           Fix some mem leaks.
12589
12590 2006-10-11  Wim Taymans  <wim@fluendo.com>
12591
12592         * gst/rtsp/URLS:
12593         Added some other URL.
12594
12595         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
12596         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
12597         (gst_rtspsrc_open), (gst_rtspsrc_play),
12598         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12599         * gst/rtsp/gstrtspsrc.h:
12600         Work on fallback to TCP connection when the UDP socket times out.
12601         Handler server requests, just reply with OK for now.
12602
12603         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12604         * gst/rtsp/rtspdefs.h:
12605         Added some more Real extension headers.
12606
12607         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12608         Fix parsing of urls with a ':' that is not part of the hostname:port
12609         part of the url.
12610
12611 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
12612
12613         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
12614         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
12615         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12616           Activate pad before adding it to the already-running element.
12617
12618         * tests/check/elements/icydemux.c: (icydemux_found_pad):
12619           Activate newly-created pad too.
12620
12621 2006-10-11  Wim Taymans  <wim@fluendo.com>
12622
12623         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12624
12625         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12626         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
12627         (gst_udpsrc_start):
12628         Fix some leaks in caps and uris. Fixes #361252.
12629
12630 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12631
12632         * gst/wavparse/Makefile.am:
12633           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
12634
12635 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
12636
12637         * sys/v4l2/gstv4l2xoverlay.c:
12638         * sys/v4l2/gstv4l2xoverlay.h:
12639         Fix build as per the patch in #338818 comment 36.
12640
12641 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12642
12643         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12644           Activate pads before adding them to the source.
12645
12646 2006-10-06  Wim Taymans  <wim@fluendo.com>
12647
12648         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
12649         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
12650         Activate pads before adding.
12651
12652 2006-10-06  Wim Taymans  <wim@fluendo.com>
12653
12654         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12655         (gst_multipart_find_pad_by_mime):
12656         Activate pads before adding.
12657
12658         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12659         BOILERPLATE sets parent_class for us.
12660
12661 2006-10-06  Wim Taymans  <wim@fluendo.com>
12662
12663         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
12664         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
12665         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
12666         (gst_rtspsrc_alloc_udp_ports),
12667         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12668         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
12669         (gst_rtspsrc_create_transports_string),
12670         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
12671         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12672         * gst/rtsp/gstrtspsrc.h:
12673         Rework how the transport string is constructed, try to share channels
12674         and udp ports.
12675         Make most of the stuff less dependant on RTP as we are also going to use
12676         it for RDT.
12677         Add support for transport specific session managers.
12678
12679         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
12680         Implement _flush().
12681
12682         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12683         * gst/rtsp/rtspdefs.h:
12684         Add generic error return code.
12685
12686         * gst/rtsp/rtspext.h:
12687         Add support for pluggable tranport strings.
12688
12689         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
12690         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
12691         (rtsp_ext_wms_get_context):
12692         Detect WMServer and activate the extension.
12693
12694         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
12695         (rtsp_transport_get_manager), (rtsp_transport_parse):
12696         * gst/rtsp/rtsptransport.h:
12697         Added methods to get mime/manager for certain transports.
12698
12699 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12700
12701         * ext/cairo/gsttimeoverlay.c:
12702         (gst_cairo_time_overlay_update_font_height):
12703         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12704         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12705         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12706         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12707         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12708         * ext/libpng/gstpngdec.c: (user_endrow_callback):
12709         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12710         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12711         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12712         (gst_avi_demux_stream_data):
12713         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12714         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12715         (gst_fenced_buffer_copy):
12716         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12717         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12718         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12719         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12720         (gst_rtspsrc_handle_message):
12721         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12722         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12723           Printf format fixes.
12724
12725 2006-10-04  Wim Taymans  <wim@fluendo.com>
12726
12727         * gst/rtsp/Makefile.am:
12728         Dist new .h file too.
12729
12730 2006-10-04  Wim Taymans  <wim@fluendo.com>
12731
12732         * gst/rtsp/Makefile.am:
12733         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12734         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12735         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12736         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12737         (gst_rtspsrc_parse_rtpmap),
12738         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12739         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12740         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12741         * gst/rtsp/gstrtspsrc.h:
12742         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12743         * gst/rtsp/rtspdefs.h:
12744         * gst/rtsp/rtspext.h:
12745         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12746         (rtsp_ext_wms_get_context):
12747         * gst/rtsp/rtspextwms.h:
12748         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12749         (rtsp_transport_parse):
12750         * gst/rtsp/rtsptransport.h:
12751         Factor out extension in separate module.
12752         Fix getcaps to filter against the padtemplate.
12753         Use Content-Base if the server gives one.
12754         Rework the transport parsing a bit for future extensions.
12755         Added some Real Header field definitions.
12756
12757 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12758
12759         * docs/plugins/Makefile.am:
12760         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12761         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12762           added v4l2 stubs
12763         * gst-plugins-good.spec.in:
12764           add v4l2
12765
12766 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12767
12768         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12769           Extract disc/album/medium number and count and try harder
12770           to extract track number/count.
12771
12772 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12773
12774         * configure.ac:
12775         * sys/Makefile.am:
12776           add build stuff for v4l2, needs --enable-experimental until
12777           the last bits are resolved
12778
12779 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12780
12781         * tests/check/Makefile.am:
12782           Disable autodetect test temporarily, so that the build bots
12783           update -bad and the ranks of unreliable video sinks in there.
12784
12785         * tests/check/elements/autodetect.c: (GST_START_TEST):
12786           Skip test if no usable videosink is found.
12787
12788 2006-09-29  Wim Taymans  <wim@fluendo.com>
12789
12790         * gst/rtsp/URLS:
12791         Add some more URLs.
12792
12793         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12794         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12795         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12796         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12797         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12798         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12799         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12800         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12801         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12802         * gst/rtsp/gstrtspsrc.h:
12803         Add timeout property to control UDP timeouts.
12804         Fix error messages.
12805         Also start a loop function when operating in UDP mode so that we can
12806         do some more stuff async.
12807         Handle element messages from udpsrc to detect timeouts. If a timeout
12808         happens we currently generate an error.
12809         API: rtspsrc::timeout property.
12810
12811         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12812         (gst_udpsrc_create):
12813         Really implement the timeout in microseconds and not milliseconds.
12814
12815 2006-09-29  Wim Taymans  <wim@fluendo.com>
12816
12817         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12818         (gst_udpsrc_create), (gst_udpsrc_set_property),
12819         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12820         * gst/udp/gstudpsrc.h:
12821         Added property to post a message on timeout.
12822         Updated docs.
12823         When restarting the select, initialize the fdsets again.
12824         Init control sockets so we don't accidentally close a random socket.
12825         API: GstUDPSrc::timeout property
12826
12827 2006-09-29  Wim Taymans  <wim@fluendo.com>
12828
12829         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12830         Fix flag registration.
12831
12832         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12833         Reading 0 also means 'no more commands'
12834
12835 2006-09-29  Wim Taymans  <wim@fluendo.com>
12836
12837         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
12838
12839         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12840         Fix possible infinite loop when shutting down, a read can also return
12841         0 to indicate no more messages are available. Fixes #358156.
12842
12843 2006-09-25  Wim Taymans  <wim@fluendo.com>
12844
12845         * gst/autodetect/gstautoaudiosink.c:
12846         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
12847         (gst_auto_audio_sink_find_best):
12848         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
12849         Small cleanups.
12850         don't try to set "sync" property when it is not available.
12851
12852 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12853
12854         Patch by: Peter Kjellerstedt  <pkj at axis com>
12855
12856         * gst/alpha/gstalpha.c:
12857         * gst/rtp/gstrtpamrdepay.c:
12858         * gst/rtsp/gstrtspsrc.c:
12859         * gst/udp/gstudpsrc.c:
12860         * gst/videomixer/videomixer.c:
12861           Include stdlib.h in some more places, makes things compile
12862           with uClibc and -Werror (#357592).
12863
12864 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12865
12866         * ext/jpeg/gstjpegdec.c:
12867           Set minimum height to 8 (from 16), our code should handle
12868           that fine. Some of the buttons on the apple trailer site
12869           are apparently only 15 pixels high (see #357470).
12870
12871 2006-09-23  Wim Taymans  <wim@fluendo.com>
12872
12873         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
12874         (gst_rtspsrc_open):
12875         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12876         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12877         (rtsp_connection_receive):
12878         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12879         * gst/rtsp/rtspdefs.h:
12880         Improve error reporting.
12881
12882 2006-09-23  Wim Taymans  <wim@fluendo.com>
12883
12884         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
12885         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
12886         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
12887         * gst/rtp/gstrtpdepay.c:
12888         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
12889         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
12890         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
12891         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
12892         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
12893         (gst_rtp_mp2t_depay_plugin_init):
12894         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
12895         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
12896         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
12897         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
12898         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
12899         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
12900         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
12901         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
12902         Fix klass typos.
12903         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
12904
12905 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12906
12907         * configure.ac:
12908           Need  -base CVS for gst_base_rtp_depayload_push_ts().
12909
12910 2006-09-22  Wim Taymans  <wim@fluendo.com>
12911
12912         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
12913         Don't check for a tag that is never there and check if we read the
12914         correct tag. Fixes seeking again.
12915         We must post an error when all pads are unlinked.
12916
12917 2006-09-22  Wim Taymans  <wim@fluendo.com>
12918
12919         * gst/rtp/Makefile.am:
12920         * gst/rtp/gstrtp.c: (plugin_init):
12921         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
12922         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12923         (gst_rtp_vorbis_pay_reset_packet),
12924         (gst_rtp_vorbis_pay_init_packet),
12925         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
12926         (gst_rtp_vorbis_pay_handle_buffer):
12927         More fixage, set endoder-params correctly in the payloader.
12928
12929 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12930
12931         * gst/autodetect/gstautoaudiosink.c:
12932         (gst_auto_audio_sink_base_init):
12933         * gst/autodetect/gstautovideosink.c:
12934         (gst_auto_video_sink_base_init):
12935           Make static pad templates static to appease valgrind's leak
12936           detector.
12937
12938         * tests/check/Makefile.am:
12939         * tests/check/elements/.cvsignore:
12940         * tests/check/elements/autodetect.c: (GST_START_TEST),
12941         (autodetect_suite):
12942           Add simple test for the ghostpad lockup on shutdown fixed in core
12943           CVS (audio bit disabled because it would need dozens of alsa
12944           suppressions and I'm too lazy to add those now).
12945
12946 2006-09-22  Wim Taymans  <wim@fluendo.com>
12947
12948         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
12949         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
12950         Small cleanups.
12951
12952         * gst/rtp/Makefile.am:
12953         * gst/rtp/gstrtp.c: (plugin_init):
12954         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
12955         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
12956         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
12957         (gst_rtp_vorbis_depay_process),
12958         (gst_rtp_vorbis_depay_set_property),
12959         (gst_rtp_vorbis_depay_get_property),
12960         (gst_rtp_vorbis_depay_change_state),
12961         (gst_rtp_vorbis_depay_plugin_init):
12962         * gst/rtp/gstrtpvorbisdepay.h:
12963         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
12964         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
12965         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
12966         (gst_rtp_vorbis_pay_flush_packet),
12967         (gst_rtp_vorbis_pay_append_buffer),
12968         (gst_rtp_vorbis_pay_handle_buffer),
12969         (gst_rtp_vorbis_pay_plugin_init):
12970         * gst/rtp/gstrtpvorbispay.h:
12971         Add experimental vorbis pay and depayloaders.
12972
12973 2006-09-21  Wim Taymans  <wim@fluendo.com>
12974
12975         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
12976         Fix profile-level-id parsing and setup.
12977
12978 2006-09-21  Wim Taymans  <wim@fluendo.com>
12979
12980         * gst/udp/README:
12981         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
12982         Update README, simple cleanup.
12983
12984 2006-09-21  Wim Taymans  <wim@fluendo.com>
12985
12986         * gst/rtp/README:
12987         Update README with some examples.
12988
12989         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
12990         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
12991         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12992         (gst_rtp_mp4g_pay_setcaps):
12993         * gst/rtp/gstrtpmp4gpay.h:
12994         Make optional RTP parameters of type STRING, as required by the
12995         application/x-rtp caps specification.
12996
12997 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12998
12999         * gst/rtp/gstrtph263pdepay.c:
13000         * gst/rtp/gstrtph263ppay.c:
13001         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13002         RTP header.
13003
13004 2006-09-20  Wim Taymans  <wim@fluendo.com>
13005
13006         * gst/rtp/Makefile.am:
13007         And makefile too.
13008
13009 2006-09-20  Wim Taymans  <wim@fluendo.com>
13010
13011         * gst/rtp/gstrtp.c: (plugin_init):
13012         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13013         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13014         (decode_base64), (gst_rtp_asf_depay_setcaps),
13015         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13016         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13017         (gst_rtp_asf_depay_plugin_init):
13018         * gst/rtp/gstrtpasfdepay.h:
13019         Added preliminary ASF depayloader.
13020
13021         * gst/rtp/gstrtph264depay.c: (decode_base64):
13022         Fix base64 decoding.
13023
13024 2006-09-20  Wim Taymans  <wim@fluendo.com>
13025
13026         * gst/rtsp/URLS:
13027         Added some test URLS.
13028
13029         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13030         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13031         * gst/rtsp/gstrtspsrc.h:
13032         When creating streams, give access to the complete SDP.
13033         Fix some leaks.
13034         Collect and merge global stream properties in stream caps.
13035         Preliminary support for WMServer.
13036
13037         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13038         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13039         (rtsp_connection_receive):
13040         * gst/rtsp/rtspconnection.h:
13041         Make connection interruptable.
13042         Refactor to make it reconnectable.
13043         Don't fail on short reads when reading data packets.
13044
13045         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13046         (rtsp_url_get_port):
13047         * gst/rtsp/rtspurl.h:
13048         Add methods for getting/setting the port.
13049
13050         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13051         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13052         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13053         (sdp_media_get_format), (sdp_parse_line),
13054         (sdp_message_parse_buffer):
13055         Fix headers. 
13056         Add methods for getting multiple attributes with the same name.
13057         Increase buffer size when parsing.
13058         Fix parsing of a=foo fields.
13059
13060         * gst/rtsp/test.c: (main):
13061         Update to new connection API.
13062
13063         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13064         (rtsp_message_init_response), (rtsp_message_init_data),
13065         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13066         * gst/rtsp/rtspmessage.h:
13067         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13068         * gst/rtsp/rtsptransport.h:
13069         * gst/rtsp/sdp.h:
13070         * gst/rtsp/sdpmessage.h:
13071         * gst/rtsp/gstrtsp.c:
13072         * gst/rtsp/gstrtsp.h:
13073         * gst/rtsp/gstrtpdec.c:
13074         * gst/rtsp/gstrtpdec.h:
13075         * gst/rtsp/rtsp.h:
13076         * gst/rtsp/rtspdefs.c:
13077         * gst/rtsp/rtspdefs.h:
13078         Dual licensed under MIT and LGPL now.
13079
13080 2006-09-19  Wim Taymans  <wim@fluendo.com>
13081
13082         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13083         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13084         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13085         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13086         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13087         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13088         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13089         * gst/rtsp/gstrtspsrc.h:
13090         Reorganize stream parsing and creation.
13091         Detect container formats in interleaved mode.
13092         Keep more state about the streams.
13093         Assume a server also supports PLAY if it does not say.
13094         Add unicast and interleaved properties to TCP transport requests to make
13095         some servers happy (WMServer).
13096
13097         * gst/rtsp/sdpmessage.h:
13098         Add some defines for the standard Bandwidth types.
13099
13100 2006-09-19  Wim Taymans  <wim@fluendo.com>
13101
13102         * gst/rtsp/test.c: (main):
13103         Fix build.
13104
13105 2006-09-19  Wim Taymans  <wim@fluendo.com>
13106
13107         * gst/wavparse/gstwavparse.c:
13108         Add ms-gsm to the src template.
13109
13110 2006-09-18  Wim Taymans  <wim@fluendo.com>
13111
13112         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13113         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13114         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13115         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13116         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13117         * gst/rtsp/gstrtspsrc.h:
13118         Small cleanups, added documentation.
13119         Try to clean up the requests and responses.
13120         Refactor parsing the supported methods.
13121
13122         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13123         (rtsp_connection_create), (rtsp_connection_send),
13124         (parse_response_status), (parse_request_line),
13125         (rtsp_connection_receive), (rtsp_connection_close),
13126         (rtsp_connection_free):
13127         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13128         (rtsp_transport_init), (rtsp_transport_parse),
13129         (rtsp_transport_free):
13130         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13131         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13132         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13133         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13134         Use g_return_val some more.
13135
13136         * gst/rtsp/rtspdefs.h:
13137         Add more enum values to track initial states.
13138
13139         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13140         (rtsp_message_init_request), (rtsp_message_new_response),
13141         (rtsp_message_init_response), (rtsp_message_init_data),
13142         (rtsp_message_unset), (rtsp_message_free),
13143         (rtsp_message_add_header), (rtsp_message_remove_header),
13144         (rtsp_message_get_header), (rtsp_message_set_body),
13145         (rtsp_message_take_body), (rtsp_message_get_body),
13146         (rtsp_message_steal_body), (rtsp_message_dump):
13147         * gst/rtsp/rtspmessage.h:
13148         Reorder arguments, object goes as the first one.
13149         Use g_return_val some more.
13150
13151 2006-09-18  Wim Taymans  <wim@fluendo.com>
13152
13153         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13154         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13155         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13156         * gst/rtsp/gstrtspsrc.h:
13157         Export sometimes source pad with correct caps on the template, create
13158         the ghostpad from the template.
13159         Remove RTCP template as we never expose RTCP.
13160         Protect against invalid body size.
13161         Avoid memcpy when creating the output buffer.
13162         Properly post an error and send EOS when the loop function is shut down.
13163
13164 2006-09-18  Wim Taymans  <wim@fluendo.com>
13165
13166         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13167
13168         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13169         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13170         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13171         * gst/rtsp/gstrtspsrc.h:
13172         Make sure we can never set an invalid location.
13173
13174         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13175         * gst/rtsp/rtspmessage.h:
13176         Added _steal_body method for future use.
13177
13178         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13179         Make freeing of NULL url return immediatly.
13180
13181 2006-09-18  Wim Taymans  <wim@fluendo.com>
13182
13183         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13184
13185         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13186         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13187         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13188         (gst_rtspsrc_change_state):
13189         * gst/rtsp/gstrtspsrc.h:
13190         Use boilerplate.
13191         Make rtspsrc subclass GstBin to make state changes easier.
13192         Add Range header field on the PLAY request.
13193
13194 2006-09-18  Wim Taymans  <wim@fluendo.com>
13195
13196         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13197
13198         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13199         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13200         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13201         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13202         * gst/rtsp/rtspconnection.c: (inet_aton):
13203         Small cleanups.
13204         when multicast is selected as the transport, create UDP sources and
13205         connect to the multicast group.
13206         Move parsing and setting of caps to a common place.
13207         Fixes #349894.
13208
13209 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13210
13211         * ext/flac/gstflactag.c:
13212         * gst/alpha/gstalpha.c:
13213         * gst/debug/breakmydata.c:
13214         * gst/debug/negotiation.c:
13215         * gst/debug/testplugin.c:
13216         * gst/effectv/gstaging.c:
13217         * gst/effectv/gstdice.c:
13218         * gst/effectv/gstedge.c:
13219         * gst/effectv/gstquark.c:
13220         * gst/effectv/gstrev.c:
13221         * gst/effectv/gstshagadelic.c:
13222         * gst/effectv/gstvertigo.c:
13223         * gst/effectv/gstwarp.c:
13224         * gst/multipart/multipartdemux.c:
13225         * gst/multipart/multipartmux.c:
13226         * gst/videobox/gstvideobox.c:
13227         * gst/videofilter/gstgamma.c:
13228         * gst/videofilter/gstvideotemplate.c:
13229         * gst/videomixer/videomixer.c:
13230         * sys/sunaudio/gstsunaudiosrc.h:
13231         More G_OBJECT macro fixing.
13232
13233 2006-09-16  Wim Taymans  <wim@fluendo.com>
13234
13235         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13236
13237         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13238         Correctly set the dwLength in strh.
13239         With this patch, the file duration is now displayed correctly in window
13240         media player and the AVI plays completely. Fixes #356147
13241
13242 2006-09-15  Wim Taymans  <wim@fluendo.com>
13243
13244         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13245
13246         * sys/sunaudio/gstsunaudiomixerctrl.c:
13247         (gst_sunaudiomixer_ctrl_build_list):
13248         Set the output track as the MASTER so that the gnome-settings-daemon
13249         keybindings for changing the volume using the keyboard works.
13250         Fixes #356142.
13251
13252 2006-09-15  Wim Taymans  <wim@fluendo.com>
13253
13254         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13255         Fix documentation, it is not possible to control the framerate of jpegdec
13256         using filtered caps yet. Fixes #355210.
13257         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13258         stop when there is an error.
13259
13260 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13261
13262         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13263         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13264           Don't interpret a first buffer with an offset of NONE as
13265           'from the middle of the stream', but only a first buffer
13266           that has a valid buffer offset that's non-zero (see #345449).
13267
13268 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13269
13270         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13271         (gst_icydemux_typefind_or_forward):
13272         * gst/icydemux/gsticydemux.h:
13273           When we merge/collect multiple incoming buffers for typefinding
13274           purposes, keep an initial 0 offset on the first outgoing buffer
13275           as well (otherwise id3demux won't work right). Fixes #345449.
13276           Also Make buffer metadata writable before setting buffer caps.
13277
13278         * tests/check/elements/icydemux.c: (typefind_succeed),
13279         (cleanup_icydemux), (push_data), (GST_START_TEST),
13280         (icydemux_suite):
13281           Small test case for the above.
13282
13283 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13284
13285         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13286         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13287         (gst_avi_demux_stream_header_push),
13288         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13289         (gst_avi_demux_loop):
13290           More code reuse and better logging in _peek_chunk(). Reintroduce check
13291           for chunk sizes before reading them (avoid oom). Better handling for 
13292           invalid chunksizes when streaming.
13293
13294 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13295
13296         * gst/level/gstlevel.c: (gst_level_set_property):
13297         * gst/level/gstlevel.h:
13298           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13299           René Stadler
13300
13301 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13302
13303         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13304         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13305         (gst_avi_demux_stream_data):
13306           Revert one change to fix streaming avi (adapter size != data size).
13307
13308 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13309
13310         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13311
13312         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13313         (gst_matroska_demux_reset),
13314         (gst_matroska_demux_read_track_encodings),
13315         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13316         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13317         (gst_matroska_demux_subtitle_caps):
13318         * gst/matroska/matroska-ids.h:
13319           Add support for VOBSUB subtitle tracks and zlib-compressed
13320           tracks. Make sure we start on a keyframe after a seek. (#343348)
13321
13322 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13323
13324         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13325         (gst_matroska_demux_push_flac_codec_priv_data),
13326         (gst_matroska_demux_push_xiph_codec_priv_data),
13327         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13328         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13329         * gst/matroska/matroska-ids.h:
13330           Add basic FLAC support (#311586), not perfect yet though, needs some
13331           tweaking in flacdec; also, seeking could be better.
13332           Do better bounds checking when deserialising vorbis stream headers
13333           to make sure we don't read beyond the end of the buffer on bad input.
13334
13335 2006-09-04  Wim Taymans  <wim@fluendo.com>
13336
13337         Patch by: Alessandro Decina <alessandro at nnva dot org>
13338
13339         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13340         Seeking back in a file containing a CMML stream errors out if the seek
13341         goes back up to the CMML headers. This is because after the seek the xml
13342         processing instruction <?xml ...?> is submitted to the xml parser again, 
13343         which results in an error. The attached patch fixes the problem. 
13344         Fixes #353908.
13345
13346         * ext/annodex/gstcmmlenc.h:
13347         Fix authors name.
13348
13349
13350 2006-08-28  Andy Wingo  <wingo@pobox.com>
13351
13352         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13353         New helper function to lessen the ifdefs.
13354         (GST_INFO_OBJECT): 
13355         (gst_dv1394src_iso_receive): Use it.
13356         (gst_dv1394src_create): Also use the control sockets in iec61883
13357         mode.
13358         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13359         handle for AVC operations; fixes #348233.
13360
13361 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13362
13363         * configure.ac:
13364         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13365         * docs/plugins/inspect/plugin-audiofx.xml:
13366         * docs/plugins/inspect/plugin-audiofxgood.xml:
13367         * gst/audiofx/Makefile.am:
13368         * gst/audiofx/audiofx.c:
13369         * gst/audiofxgood/.cvsignore:
13370         * gst/audiofxgood/Makefile.am:
13371         * gst/audiofxgood/audiofx.c:
13372         * gst/audiofxgood/audiopanorama.c:
13373         * gst/audiofxgood/audiopanorama.h:
13374           Rename again (audiofxgood -> audiofx).
13375
13376 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13377
13378         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13379         (gst_avi_demux_stream_scan):
13380           Initialze variables.
13381
13382 2006-08-25  Wim Taymans  <wim@fluendo.com>
13383
13384         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13385         (gst_avi_demux_init), (gst_avi_demux_finalize),
13386         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13387         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13388         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13389         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13390         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13391         (gst_avi_demux_massage_index),
13392         (gst_avi_demux_calculate_durations_from_index),
13393         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13394         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13395         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13396         (gst_avi_demux_change_state):
13397         * gst/avi/gstavidemux.h:
13398         More attempts to turn this into readable code.
13399         Don't leak adapters.
13400         Calculate duration according to index more efficiently.
13401         Don't try to act like we drive the pipeline in chain mode.
13402
13403 2006-08-25  Wim Taymans  <wim@fluendo.com>
13404
13405         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13406         Fix build.
13407
13408 2006-08-25  Wim Taymans  <wim@fluendo.com>
13409
13410         Patch by: Alessandro Decina <alessandro at nnva dot org>
13411
13412         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13413         Do some extra sanity checks.
13414         Fixes #350340.
13415
13416         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13417         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13418         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13419         Check if clip->start_time is valid before adding the clip to the
13420         track list.
13421         Reset enc->preamble going from PAUSED to READY.
13422         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13423         only used for EOS.
13424         Only post an error message if we were the one that created the fatal
13425         GstFlowReturn value.
13426
13427         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13428         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13429         Parse the seconds field of the npt-sec time format using %llu rather than
13430         %d and check that the value scaled by GST_SECOND doesn't overflow.
13431         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13432         Lookup a clip's track with clip->track rather than clip->id which
13433         makes no sense.
13434         Identify a clip by its track and start time and not its xml id.
13435         do some more input checking and make sure we don't do undefined shifts.
13436
13437         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13438         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13439         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13440         (push_clip), (push_empty_clip), (check_output_clip),
13441         (GST_START_TEST), (cmmldec_suite):
13442         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13443         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13444         (check_headers), (push_clip), (check_clip_times), (check_clip),
13445         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13446         Added some more checks.
13447
13448 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13449
13450         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13451         (gst_audio_panorama_set_property),
13452         (gst_audio_panorama_get_property),
13453         (gst_audio_panorama_transform_m2s_int),
13454         (gst_audio_panorama_transform_s2s_int),
13455         (gst_audio_panorama_transform_m2s_float),
13456         (gst_audio_panorama_transform_s2s_float):
13457         * gst/audiofxgood/audiopanorama.h:
13458         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13459           Make also the pan-property float (saves scaling and yields better
13460           resolution)
13461
13462 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13463
13464         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13465         (gst_audio_panorama_transform_m2s_float),
13466         (gst_audio_panorama_transform_s2s_float):
13467           ChangeLog surgery to add cymax's real name
13468
13469
13470 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13471
13472         Patch by: René Stadler <mail@renestadler.de>
13473
13474         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13475         (gst_audio_panorama_transform_m2s_int),
13476         (gst_audio_panorama_transform_s2s_int),
13477         (gst_audio_panorama_transform_m2s_float),
13478         (gst_audio_panorama_transform_s2s_float),
13479         (gst_audio_panorama_transform):
13480         * gst/audiofxgood/audiopanorama.h:
13481           Added float support
13482
13483 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13484
13485         * gst/audiofxgood/audiopanorama.c:
13486         (gst_audio_panorama_transform_m2s):
13487           Fix docs & debug category. Add Fixme for volume pan levels.
13488
13489 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13490
13491         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13492         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13493         (gst_avi_demux_stream_header_pull),
13494         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13495         (gst_avi_demux_chain):
13496           unbreak AVI index handling, some more debug, remove an obsolete
13497           adapter_flush that caused streaming to wander off in the wild
13498
13499 2006-08-24  Wim Taymans  <wim@fluendo.com>
13500
13501         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13502         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13503         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13504         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13505         (gst_avi_demux_calculate_durations_from_index),
13506         (gst_avi_demux_stream_header_push),
13507         (gst_avi_demux_stream_header_pull):
13508         * gst/avi/gstavidemux.h:
13509         Some more cleanups. 
13510         Fix totalFrames parsing in ODML.
13511         Disable use of index for length calculation in case of ODML as this is
13512         broken now.
13513
13514 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13515
13516         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13517           Use libgsttag helper function here too.
13518
13519 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13520
13521         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13522         (gst_avi_demux_init), (gst_avi_demux_dispose),
13523         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13524         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13525         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13526         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13527         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13528         (gst_avi_demux_parse_subindex),
13529         (gst_avi_demux_read_subindexes_push),
13530         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13531         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13532         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13533         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13534         (gst_avi_demux_stream_header_pull),
13535         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13536         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13537         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13538         (gst_avi_demux_change_state):
13539         * gst/avi/gstavidemux.h:
13540           Initial streaming support for avidemux (fixes #336465)
13541
13542 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13543
13544         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13545           There is no taglibmux element ...
13546
13547         * gst/rtsp/gstrtspsrc.c:
13548           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
13549           was complaining about unknown entity here.
13550
13551 2006-08-22  Wim Taymans  <wim@fluendo.com>
13552
13553         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13554         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
13555         (gst_avi_demux_process_next_entry):
13556         * gst/avi/gstavidemux.h:
13557         Mark DISCONT.
13558         Remove old unused fields and reorder the struct a bit.
13559
13560 2006-08-22  Wim Taymans  <wim@fluendo.com>
13561
13562         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13563         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
13564         (gst_rtspsrc_pause):
13565         * gst/rtsp/gstrtspsrc.h:
13566         * sys/oss/gstosssink.c: (gst_oss_sink_open),
13567         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13568         Small documentation updates.
13569
13570 2006-08-22  Wim Taymans  <wim@fluendo.com>
13571
13572         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13573         (gst_avi_demux_index_entry_for_time),
13574         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13575         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
13576         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13577         (gst_avi_demux_next_data_buffer),
13578         (gst_avi_demux_calculate_durations_from_index),
13579         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
13580         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13581         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13582         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
13583         * gst/avi/gstavidemux.h:
13584         Precalc most of the duration query for each stream.
13585         Make seeking more correct.
13586         Use GstSegment to track position and duration.
13587         Code cleanups and leak fixes.
13588         Calculate correct total duration based on index length.
13589
13590 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
13591
13592         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13593         (parse_insert_string_field):
13594           If strings in text fields are marked ISO8859-1, but contain
13595           valid UTF-8 already, then handle them as UTF-8 and ignore
13596           the encoding. (#351794)
13597
13598 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13599
13600         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
13601         (gst_flac_dec_write), (gst_flac_dec_loop),
13602         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
13603         (gst_flac_dec_src_query):
13604         * ext/flac/gstflacdec.h:
13605           Make flac-in-ogg work (#352100).
13606
13607 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13608
13609         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13610           Don't unref buffers of which we've already given away
13611           ownership to the adapter.
13612
13613 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13614
13615         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
13616           Make metadata extraction actually work.
13617
13618         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
13619         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
13620         (gst_speexenc_chain):
13621           Fix metadata writing: replace old code which wrote completely
13622           broken tags with libgsttag-based code. Plus miscellaneous
13623           code cleanups (use static pad templates etc.) and a bunch
13624           of leak fixes.
13625
13626 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13627
13628         * gst/audiopanorama/.cvsignore:
13629         * gst/audiopanorama/Makefile.am:
13630         * gst/audiopanorama/audiofx.c:
13631         * gst/audiopanorama/audiopanorama.c:
13632         * gst/audiopanorama/audiopanorama.h:
13633           die! die! die! you should never have been there
13634
13635 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13636
13637         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13638         Fix invalid memory access in audiopanorama test suite.
13639
13640 2006-08-21  Edward Hervey  <edward@fluendo.com>
13641
13642         * tests/check/elements/.cvsignore:
13643         ignore built file
13644
13645 2006-08-21  Wim Taymans  <wim@fluendo.com>
13646
13647         * gst/rtp/Makefile.am:
13648         Fix the build again.
13649
13650 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13651
13652         * gst/audiofxgood/.cvsignore:
13653         * gst/audiofxgood/Makefile.am:
13654         * gst/audiofxgood/audiofx.c: (plugin_init):
13655         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13656         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13657         (gst_audio_panorama_set_property),
13658         (gst_audio_panorama_get_property),
13659         (gst_audio_panorama_get_unit_size),
13660         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13661         (gst_audio_panorama_transform_m2s),
13662         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13663         * gst/audiofxgood/audiopanorama.h:
13664           resubmit with the desired name *again*
13665
13666 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13667
13668         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
13669         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
13670           use g_assert in _get_unit_size
13671
13672 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13673
13674         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13675         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13676         * docs/plugins/inspect/plugin-audiofxgood.xml:
13677           cleanup -unused.txt to make it useful, add previously missing docs
13678
13679         * ext/Makefile.am:
13680           Quietly (accidentally) enable LADSPA for building by default, 
13681           despite the fact that it doesn't meet the plugin checklist.
13682             -- Added by Jan Schmidt 18 Dec 2006
13683
13684         * ext/esd/esdmon.c:
13685         * ext/esd/esdsink.c:
13686         * ext/esd/gstesd.c: (plugin_init):
13687           reflow to get rid of two external symbols
13688
13689         * gst/audiofxgood/audiofx.c: (plugin_init):
13690           re-add
13691
13692 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13693
13694         * configure.ac:
13695         * gst/audiofxgood/.cvsignore:
13696         * gst/audiofxgood/Makefile.am:
13697         * gst/audiofxgood/audiofx.c
13698         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13699         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13700         (gst_audio_panorama_set_property),
13701         (gst_audio_panorama_get_property),
13702         (gst_audio_panorama_get_unit_size),
13703         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13704         (gst_audio_panorama_transform_m2s),
13705         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13706         * gst/audiofxgood/audiopanorama.h:
13707         * tests/check/Makefile.am:
13708         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13709         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13710         (panorama_suite), (main):
13711         Add audiofxgood plugin with audiopanorama element
13712
13713 2006-08-18  Wim Taymans  <wim@fluendo.com>
13714
13715         * docs/plugins/Makefile.am:
13716         More Oss docs fixage. 
13717
13718 2006-08-18  Wim Taymans  <wim@fluendo.com>
13719
13720         * gst/rtp/Makefile.am:
13721         * gst/rtp/gstrtp.c: (plugin_init):
13722         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13723         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13724         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13725         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13726         (gst_rtp_sv3v_depay_get_property),
13727         (gst_rtp_sv3v_depay_change_state),
13728         (gst_rtp_sv3v_depay_plugin_init):
13729         * gst/rtp/gstrtpsv3vdepay.h:
13730         Added experimental SVQ3 depayloader.
13731
13732 2006-08-18  Edward Hervey  <edward@fluendo.com>
13733
13734         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13735         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13736         * ext/dv/gstdvdemux.h:
13737         When handling seek requests, don't send the newsegment event from the
13738         calling thread. Instead save it so it can be sent from the streaming
13739         thread.
13740
13741 2006-08-17  Wim Taymans  <wim@fluendo.com>
13742
13743         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13744
13745         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13746         Accept leading whitespace before the boundary
13747         This patch makes the demuxer allow some whitespace before the actual
13748         boundary. This makes the demuxer work with the ``old'' gstreamer
13749         multipartmuxer again (which placed an extra \n before the start
13750         of the stream) Fixes #349068.
13751
13752 2006-08-17  Wim Taymans  <wim@fluendo.com>
13753
13754         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13755         Error out on non-implemented stuff.
13756
13757 2006-08-16  Wim Taymans  <wim@fluendo.com>
13758
13759         Patch by: Andy Wingo <wingo at pobox dot com>
13760
13761         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13762         (gst_signal_processor_start), (gst_signal_processor_stop),
13763         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13764         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13765         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13766         (gst_signal_processor_change_state):
13767         Make ladspa elements reusable. Fixes #350006.
13768
13769 2006-08-16  Wim Taymans  <wim@fluendo.com>
13770
13771         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13772         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13773         names as possible. Fixes #349901.
13774
13775 2006-08-16  Wim Taymans  <wim@fluendo.com>
13776
13777         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13778         (gst_signal_processor_do_pushes):
13779         A push() gives away our refcount so we should not use the buffer on the
13780         pen anymore.
13781
13782 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13783
13784         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13785         (gst_oss_mixer_element_finalize):
13786           Don't leak device string.
13787
13788 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13789
13790         * configure.ac:
13791           Require CVS of GStreamer core and -base (for
13792           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13793
13794         * ext/taglib/gstid3v2mux.cc:
13795           Write extended comment tags properly (#348762).
13796
13797         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13798         (parse_comment_frame):
13799           Extract COMM frames into extended comments, which makes it
13800           easier to properly retain the description bit of the tag
13801           and maintain this information when re-tagging (#348762).
13802
13803 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13804
13805         * tests/check/Makefile.am:
13806           Don't try to run annodex unit tests if the annodex
13807           plugin has not been built (Fixes #351116).
13808
13809 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13810
13811         * gst/autodetect/gstautoaudiosink.c:
13812         (gst_auto_audio_sink_find_best):
13813           When we can't find a usable audiosink, don't error out,
13814           but use a fake sink instead and post a warning message
13815           on the bus (#341278).
13816
13817 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13818
13819         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13820         * sys/oss/gstosssink.c:
13821         * sys/oss/gstosssrc.c:
13822           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13823           ossmixer's new device property.
13824
13825         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13826         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13827           Add docs for OSS elements.
13828
13829         * docs/plugins/inspect/plugin-aasink.xml:
13830         * docs/plugins/inspect/plugin-alaw.xml:
13831         * docs/plugins/inspect/plugin-alpha.xml:
13832         * docs/plugins/inspect/plugin-alphacolor.xml:
13833         * docs/plugins/inspect/plugin-annodex.xml:
13834         * docs/plugins/inspect/plugin-apetag.xml:
13835         * docs/plugins/inspect/plugin-auparse.xml:
13836         * docs/plugins/inspect/plugin-autodetect.xml:
13837         * docs/plugins/inspect/plugin-avi.xml:
13838         * docs/plugins/inspect/plugin-cacasink.xml:
13839         * docs/plugins/inspect/plugin-cairo.xml:
13840         * docs/plugins/inspect/plugin-cdio.xml:
13841         * docs/plugins/inspect/plugin-cutter.xml:
13842         * docs/plugins/inspect/plugin-debug.xml:
13843         * docs/plugins/inspect/plugin-dv.xml:
13844         * docs/plugins/inspect/plugin-efence.xml:
13845         * docs/plugins/inspect/plugin-effectv.xml:
13846         * docs/plugins/inspect/plugin-esdsink.xml:
13847         * docs/plugins/inspect/plugin-flac.xml:
13848         * docs/plugins/inspect/plugin-flxdec.xml:
13849         * docs/plugins/inspect/plugin-gconfelements.xml:
13850         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13851         * docs/plugins/inspect/plugin-goom.xml:
13852         * docs/plugins/inspect/plugin-halelements.xml:
13853         * docs/plugins/inspect/plugin-icydemux.xml:
13854         * docs/plugins/inspect/plugin-id3demux.xml:
13855         * docs/plugins/inspect/plugin-jpeg.xml:
13856         * docs/plugins/inspect/plugin-level.xml:
13857         * docs/plugins/inspect/plugin-matroska.xml:
13858         * docs/plugins/inspect/plugin-mulaw.xml:
13859         * docs/plugins/inspect/plugin-multipart.xml:
13860         * docs/plugins/inspect/plugin-navigationtest.xml:
13861         * docs/plugins/inspect/plugin-ossaudio.xml:
13862         * docs/plugins/inspect/plugin-png.xml:
13863         * docs/plugins/inspect/plugin-rtp.xml:
13864         * docs/plugins/inspect/plugin-rtsp.xml:
13865         * docs/plugins/inspect/plugin-shout2send.xml:
13866         * docs/plugins/inspect/plugin-smpte.xml:
13867         * docs/plugins/inspect/plugin-speex.xml:
13868         * docs/plugins/inspect/plugin-taglib.xml:
13869         * docs/plugins/inspect/plugin-udp.xml:
13870         * docs/plugins/inspect/plugin-videobalance.xml:
13871         * docs/plugins/inspect/plugin-videobox.xml:
13872         * docs/plugins/inspect/plugin-videoflip.xml:
13873         * docs/plugins/inspect/plugin-videomixer.xml:
13874         * docs/plugins/inspect/plugin-wavenc.xml:
13875         * docs/plugins/inspect/plugin-wavparse.xml:
13876         * docs/plugins/inspect/plugin-ximagesrc.xml:
13877           Update to CVS version.
13878           
13879 2006-08-16  Wim Taymans  <wim@fluendo.com>
13880
13881         * gst/rtp/gstrtpamrdepay.c:
13882         * gst/rtp/gstrtpmp4gdepay.c:
13883         Caps extra properties must be defined as strings for
13884         depayloaders because they are generated from an SDP.
13885
13886         * gst/rtp/Makefile.am:
13887         * gst/rtp/gstrtp.c: (plugin_init):
13888         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
13889         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
13890         (gst_rtp_h264_depay_finalize), (decode_base64),
13891         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
13892         (gst_rtp_h264_depay_set_property),
13893         (gst_rtp_h264_depay_get_property),
13894         (gst_rtp_h264_depay_change_state),
13895         (gst_rtp_h264_depay_plugin_init):
13896         * gst/rtp/gstrtph264depay.h:
13897         Added basic, not completely functional RFC 3984 H264 depayloader.
13898
13899 2006-08-16  Wim Taymans  <wim@fluendo.com>
13900
13901         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
13902         Add pads after setting them up.
13903
13904         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13905         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13906         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
13907         (gst_rtspsrc_stream_setup_rtp),
13908         (gst_rtspsrc_stream_configure_transport),
13909         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
13910         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13911         (gst_rtspsrc_pause):
13912         * gst/rtsp/gstrtspsrc.h:
13913         Fix interleaved mode.
13914          - Protect streaming with lock.
13915          - Combine flows
13916          - set caps on outgoing buffers.
13917          - strip trailing \0 from data packets.
13918          - Configure RTP/RTCP in stream.
13919         Use DEBUG_OBJECT more.
13920
13921 2006-08-16  Wim Taymans  <wim@fluendo.com>
13922
13923         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
13924         Turn a g_print into a DEBUG line.
13925
13926 2006-08-13  Wim Taymans  <wim@fluendo.com>
13927
13928         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
13929         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13930         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
13931         (gst_oss_mixer_element_get_property),
13932         (gst_oss_mixer_element_change_state):
13933         * sys/oss/gstossmixerelement.h:
13934         Small cleanups. Better error reporting.
13935         Add device property for the mixer instead of the hardcoded
13936         /dev/mixer. Fixes #350785.
13937         API: GstOssMixerElement::device property
13938
13939 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13940
13941         Patch by: Jens Granseuer <jensgr at gmx net>
13942
13943         * gconf/Makefile.am:
13944           Make --disable-schemas work right (they still need
13945           to be copied to the installation directory, just not
13946           applied). Fixes #351347 (also #344100).
13947           
13948 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13949
13950         * configure.ac: back to HEAD
13951
13952 === release 0.10.4 ===
13953
13954 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
13955
13956         * configure.ac:
13957           releasing 0.10.4, "Dear Leader"
13958
13959 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13960
13961         Patch by: Edward Hervey <edward@fluendo.com>
13962
13963         * configure.ac:
13964         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13965         (gst_wavparse_stream_data):
13966         Send the newsegment event in the streaming thread.
13967         Fixes #347529
13968
13969 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13970
13971         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13972         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
13973         (gst_smokeenc_resync), (gst_smokeenc_chain):
13974           Refuse sink caps in the encoder if width or height is not a
13975           multiple of 16, the encoder does not support that yet (#349939);
13976           along the same lines, check the return value of the encoder
13977           setup function; also remove some debug log clutter.
13978
13979 2006-08-04  Andy Wingo  <wingo@pobox.com>
13980
13981         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
13982         whether a processor can work in place or not, and for keeping
13983         track of its state. Change the FlowReturn instance variable from
13984         "state" to "flow_state", all callers changed.
13985
13986         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
13987         (gst_signal_processor_start, gst_signal_processor_stop)
13988         (gst_signal_processor_cleanup): New functions to manage the
13989         processor's state.
13990         (gst_signal_processor_setcaps): start() as well as setup() here.
13991         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
13992         (gst_signal_processor_change_state): Stop and cleanup the
13993         processor as we go to NULL.
13994
13995         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
13996         INPLACE_BROKEN is not set.
13997
13998         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
13999         Do the alloc_buffer in bytes, not frames.
14000         
14001 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14002
14003         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14004         Fix rgb masks when recording in < 24bpp.
14005
14006 2006-08-04  Andy Wingo  <wingo@pobox.com>
14007
14008         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14009         (gst_signal_processor_prepare)
14010         (gst_signal_processor_update_inputs)
14011         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14012         (gst_signal_processor_flush)
14013         (gst_signal_processor_sink_activate_push)
14014         (gst_signal_processor_src_activate_pull)
14015         (gst_signal_processor_change_state): Remove the last of the code
14016         that assumes that we process whole buffers at a time. Fix some
14017         debugging. Seems to work now in some cases.
14018         (gst_signal_processor_src_activate_pull): BPB
14019
14020 2006-08-01  Andy Wingo  <wingo@pobox.com>
14021
14022         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14023         Fix nframes-choosing.
14024         (gst_signal_processor_init): Init pending_in and pending_out.
14025
14026         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14027         more default sample rate, although we never check that the sample
14028         rate actually gets set. Something for the future.
14029         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14030         (gst_signal_processor_event): Refcount fixen.
14031         (gst_signal_processor_process): Pull the number of frames to
14032         process from the sizes of the buffers in the input pens.
14033         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14034         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14035         it instead of buffer_frames.
14036         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14037         to do_pulls.
14038         (gst_signal_processor_chain)
14039         (gst_signal_processor_sink_activate_push)
14040         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14041
14042         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14043
14044 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14045
14046         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14047         (gst_signal_processor_process):
14048           don't query buffer-frames from caps, add lots of debug-log,
14049           try fix for assert (#349189)
14050
14051 2006-07-31  Wim Taymans  <wim@fluendo.com>
14052
14053         * gst/udp/gstudpsrc.c:
14054         Fix docs.
14055
14056 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14057
14058         * ext/ladspa/gstsignalprocessor.c:
14059         (gst_signal_processor_add_pad_from_template),
14060         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14061         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14062         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14063         (gst_signal_processor_sink_activate_push),
14064         (gst_signal_processor_src_activate_pull),
14065         (gst_signal_processor_change_state):
14066          Add debugs logs here and there, add more error handling, add some
14067          FIXME comments, filed #349189
14068
14069 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14070
14071         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14072         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14073         Set caps on buffer correctly.  Fixes bug #349155.
14074
14075 2006-07-28  Wim Taymans  <wim@fluendo.com>
14076
14077         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14078
14079         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14080         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14081         (gst_multipart_demux_finalize), (get_line_end),
14082         (multipart_parse_header), (multipart_find_boundary),
14083         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14084         (gst_multipart_set_property), (gst_multipart_get_property):
14085         Uses GstAdapter instead of own buffering.
14086         Actually parses the mime-type correctly (In tests the mime-type was
14087         always "" with the old version).
14088         Uses the Content-length header if available to speed up things.
14089         Reliably autoscans the boundary name by default.
14090         Fixes #349068.
14091
14092         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14093         Don't start the stream with a \n.
14094
14095 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14096
14097         Patch by: Brian Cameron <brian dot cameron at sun com>
14098
14099         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14100           Open source with O_NONBLOCK (#349015).
14101
14102 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14103
14104         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14105         (gst_avi_demux_massage_index):
14106         * gst/avi/gstavidemux.h:
14107           Whitespace fixes and more debug
14108
14109 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14110
14111         * gst/autodetect/gstautoaudiosink.c:
14112         (gst_auto_audio_sink_create_element_with_pretty_name),
14113         (gst_auto_audio_sink_find_best),
14114         (gst_auto_audio_sink_change_state):
14115           Get rid of old and unused magic sound-server properties stuff.
14116           Add suffix to child sink's name that makes it easy to see from
14117           the name alone which type it actually is (alsa, oss, esd, etc.).
14118
14119 2006-07-27  Wim Taymans  <wim@fluendo.com>
14120
14121         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14122         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14123         (gst_udpsrc_start):
14124         * gst/udp/gstudpsrc.h:
14125         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14126         not some sort of feature we enable.
14127
14128 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14129
14130         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14131           Use CLOSE_SOCKET() here instead of close() to maintain
14132           win32 workiness.
14133
14134 2006-07-27  Wim Taymans  <wim@fluendo.com>
14135
14136         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14137
14138         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14139         (gst_udpsrc_create), (gst_udpsrc_set_property),
14140         (gst_udpsrc_get_property), (gst_udpsrc_start):
14141         * gst/udp/gstudpsrc.h:
14142         Added "buffer-size" property to control the kernel receive buffer size.
14143         Update documentation.
14144         Small cleanups. Fixes #348752.
14145         API: buffer-size property
14146
14147 2006-07-26  Wim Taymans  <wim@fluendo.com>
14148
14149         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14150
14151         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14152         (gst_rtp_pcma_pay_handle_buffer):
14153         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14154         (gst_rtp_pcmu_pay_handle_buffer):
14155         Fix timestamp calculation on outgoing RTP packets.
14156         Fixes #348675.
14157
14158 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14159
14160         * ext/taglib/gstid3v2mux.cc:
14161           Fix writing of comment frames (should be COMM not TCOM),
14162           is still sub-optimal though, since we don't retain or
14163           extract the comment descriptions properly (#334375,
14164           also see #334375).
14165
14166 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14167
14168         * gst/wavparse/gstwavparse.c:
14169           #define 'fact' RIFF chunk if we are not compiling against
14170           -base CVS (we don't want to depend on -base CVS for this
14171           one define only, and also not for release order reasons).
14172
14173 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14174
14175         * ext/taglib/gstid3v2mux.cc:
14176           Handle multiple tags of the same type properly. Re-inject
14177           unparsed ID3v2 frames that we get as binary blobs from
14178           id3demux into the tag again so we don't lose information
14179           when retagging (#334375).
14180
14181 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14182
14183         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14184           Document newly-added properties properly, so that there is a
14185           'Since: 0.10.4' in the plugin docs. Convert some property
14186           names into canonical GObject style (GObject will do that
14187           internally anyway).
14188
14189 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14190
14191         * gst/id3demux/id3tags.c:
14192         (id3demux_add_id3v2_frame_blob_to_taglist):
14193           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14194           well, and add the version to the blob's buffer caps, since that
14195           information will be needed for deserialisation later on (#348644).
14196
14197 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14198
14199         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14200         (gst_avi_demux_parse_stream):
14201          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14202          indentation and spacing.
14203
14204 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14205
14206         * docs/plugins/Makefile.am:
14207         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14208         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14209         * docs/plugins/gst-plugins-good-plugins.args:
14210         * docs/plugins/inspect/plugin-1394.xml:
14211         * docs/plugins/inspect/plugin-aasink.xml:
14212         * docs/plugins/inspect/plugin-alaw.xml:
14213         * docs/plugins/inspect/plugin-alpha.xml:
14214         * docs/plugins/inspect/plugin-alphacolor.xml:
14215         * docs/plugins/inspect/plugin-annodex.xml:
14216         * docs/plugins/inspect/plugin-apetag.xml:
14217         * docs/plugins/inspect/plugin-auparse.xml:
14218         * docs/plugins/inspect/plugin-autodetect.xml:
14219         * docs/plugins/inspect/plugin-avi.xml:
14220         * docs/plugins/inspect/plugin-cacasink.xml:
14221         * docs/plugins/inspect/plugin-cairo.xml:
14222         * docs/plugins/inspect/plugin-cdio.xml:
14223         * docs/plugins/inspect/plugin-cutter.xml:
14224         * docs/plugins/inspect/plugin-debug.xml:
14225         * docs/plugins/inspect/plugin-dv.xml:
14226         * docs/plugins/inspect/plugin-efence.xml:
14227         * docs/plugins/inspect/plugin-effectv.xml:
14228         * docs/plugins/inspect/plugin-esdsink.xml:
14229         * docs/plugins/inspect/plugin-flac.xml:
14230         * docs/plugins/inspect/plugin-flxdec.xml:
14231         * docs/plugins/inspect/plugin-gconfelements.xml:
14232         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14233         * docs/plugins/inspect/plugin-goom.xml:
14234         * docs/plugins/inspect/plugin-halelements.xml:
14235         * docs/plugins/inspect/plugin-icydemux.xml:
14236         * docs/plugins/inspect/plugin-id3demux.xml:
14237         * docs/plugins/inspect/plugin-jpeg.xml:
14238         * docs/plugins/inspect/plugin-level.xml:
14239         * docs/plugins/inspect/plugin-matroska.xml:
14240         * docs/plugins/inspect/plugin-mulaw.xml:
14241         * docs/plugins/inspect/plugin-multipart.xml:
14242         * docs/plugins/inspect/plugin-navigationtest.xml:
14243         * docs/plugins/inspect/plugin-ossaudio.xml:
14244         * docs/plugins/inspect/plugin-png.xml:
14245         * docs/plugins/inspect/plugin-rtp.xml:
14246         * docs/plugins/inspect/plugin-rtsp.xml:
14247         * docs/plugins/inspect/plugin-shout2send.xml:
14248         * docs/plugins/inspect/plugin-smpte.xml:
14249         * docs/plugins/inspect/plugin-speex.xml:
14250         * docs/plugins/inspect/plugin-udp.xml:
14251         * docs/plugins/inspect/plugin-videobalance.xml:
14252         * docs/plugins/inspect/plugin-videobox.xml:
14253         * docs/plugins/inspect/plugin-videoflip.xml:
14254         * docs/plugins/inspect/plugin-videomixer.xml:
14255         * docs/plugins/inspect/plugin-wavenc.xml:
14256         * docs/plugins/inspect/plugin-wavparse.xml:
14257         * docs/plugins/inspect/plugin-ximagesrc.xml:
14258           Update files to CVS/Prerelease version, add esdsink docs.
14259
14260         * ext/esd/esdsink.c:
14261           Add gtk-doc blurb.
14262
14263         * gst/rtp/gstrtpmp4vpay.c:
14264           Fix typo in element description.
14265
14266 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14267
14268         * ext/esd/esdsink.c: (gst_esdsink_open),
14269         (gst_esdsink_factory_init):
14270           Prevent libesd from auto-spawning a sound daemon if it
14271           is not already running. Now that we don't do evil stuff
14272           like that any longer we can give esdsink a rank so that
14273           autoaudiosink will try it as well if all other audio
14274           sinks fail (#343051).
14275
14276 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14277
14278         * ext/esd/Makefile.am:
14279           Oops, need to remove README from EXTRA_DIST as well.
14280
14281 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14282
14283         * ext/esd/README:
14284           Remove, it contains nothing useful anyway.
14285
14286         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14287         (gst_esdsink_delay):
14288           Some small clean-ups; use GST_BOILERPLATE etc.
14289
14290 2006-07-24  Wim Taymans  <wim@fluendo.com>
14291
14292         * gst/law/alaw-decode.c: (alawdec_getcaps):
14293         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14294         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14295         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14296         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14297
14298 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14299
14300         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14301         (gst_wavparse_other), (gst_wavparse_perform_seek),
14302         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14303         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14304         (gst_wavparse_pad_query):
14305         * gst/wavparse/gstwavparse.h:
14306           Use information from 'fact' chunk for length calculation of compressed
14307           samples. Calculate bps if bogus value is found in wav header (embeded
14308           mp2/mp3).
14309           
14310
14311 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14312
14313         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14314
14315         * configure.ac:
14316         * gst/udp/Makefile.am:
14317         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14318         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14319         * gst/udp/gstdynudpsink.h:
14320         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14321         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14322         * gst/udp/gstmultiudpsink.h:
14323         * gst/udp/gstudp.c: (plugin_init):
14324         * gst/udp/gstudpsink.h:
14325         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14326         (gst_udpsrc_start), (gst_udpsrc_stop):
14327         * gst/udp/gstudpsrc.h:
14328         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14329         (gst_udp_net_utils_win32_wsa_startup):
14330         * gst/udp/gstudpnetutils.h:
14331           Port udp plugin to win32 (#345288).
14332
14333 2006-07-24  Wim Taymans  <wim@fluendo.com>
14334
14335         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14336         Remove unwanted DEBUG line.
14337
14338 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14339
14340         * gst/id3demux/gstid3demux.c: (plugin_init):
14341         * gst/id3demux/id3tags.c:
14342         (id3demux_add_id3v2_frame_blob_to_taglist):
14343         * gst/id3demux/id3tags.h:
14344           On second thought, it might be wiser and more efficient
14345           not to do tag registration from a streaming thread.
14346
14347 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14348
14349         * gst/id3demux/id3tags.c:
14350         (id3demux_add_id3v2_frame_blob_to_taglist),
14351         (id3demux_id3v2_frames_to_tag_list):
14352           Put ID3v2 frames we can't parse as binary blobs into private
14353           tags, so that they are not lost when retagging, at least once
14354           id3v2mux has been taught to re-inject those frames again.
14355           See bug #334375.
14356
14357 2006-07-21  Wim Taymans  <wim@fluendo.com>
14358
14359         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14360         (gst_avi_demux_process_next_entry):
14361         Fix some leaks.
14362
14363         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14364         Don't use \n in debug lines.
14365
14366 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14367
14368         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14369         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14370           Add annodex and icydemux, cleanup the sections a bit
14371
14372 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14373
14374         Patch by: Alex Lancaster <alexl at users sourceforge net>
14375
14376         * ext/taglib/gstid3v2mux.cc:
14377           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14378           ID3v2 TSSE frames (#347898).
14379
14380 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14381
14382         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14383           Respect mpegversion for "video/mpeg" and give message in case of
14384           unhandled versions.
14385
14386 2006-07-17  Wim Taymans  <wim@fluendo.com>
14387
14388         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14389         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14390         (gst_pngdec_chain), (gst_pngdec_sink_event),
14391         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14392         (gst_pngdec_sink_activate_push):
14393         * ext/libpng/gstpngdec.h:
14394         Use statically allocated segment instead of leaking.
14395         Various cleanups.
14396         Fix flush and seek handling.
14397
14398 2006-07-16  Wim Taymans  <wim@fluendo.com>
14399
14400         * gst/rtp/Makefile.am:
14401         * gst/rtp/gstrtp.c: (plugin_init):
14402         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14403         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14404         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14405         (gst_rtp_mp4g_depay_set_property),
14406         (gst_rtp_mp4g_depay_get_property),
14407         (gst_rtp_mp4g_depay_change_state),
14408         (gst_rtp_mp4g_depay_plugin_init):
14409         * gst/rtp/gstrtpmp4gdepay.h:
14410         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14411         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14412         (gst_rtp_mp4g_pay_flush):
14413         Added simple generic mpeg4 depayloader.
14414         Fix generic mpeg4 payloader.
14415
14416 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14417
14418         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14419           Don't try doing state changes on a NULL pointer.
14420
14421 2006-07-14  Wim Taymans  <wim@fluendo.com>
14422
14423         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14424
14425         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14426         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14427         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14428         * gst/rtp/gstrtpamrdepay.h:
14429         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14430         Fixes #321191
14431
14432 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14433
14434         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14435         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14436         Fix segfault when moving mouse pointer to the bottom right corner.
14437
14438 2006-07-12  Wim Taymans  <wim@fluendo.com>
14439
14440         * gst/rtp/Makefile.am:
14441         * gst/rtp/gstrtp.c: (plugin_init):
14442         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14443         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14444         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14445         (gst_rtp_mp2t_depay_set_property),
14446         (gst_rtp_mp2t_depay_get_property),
14447         (gst_rtp_mp2t_depay_change_state),
14448         (gst_rtp_mp2t_depay_plugin_init):
14449         * gst/rtp/gstrtpmp2tdepay.h:
14450         Added mpeg2 TS depayloader. Closing #347234.
14451
14452 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14453
14454         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14455           Remove g_assert that shouldn't be there and was triggered
14456           after trying to open a device that doesn't exist or can't
14457           be opened for some other reason (#347972).
14458
14459 2006-07-10  Edward Hervey  <edward@fluendo.com>
14460
14461         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14462         (gst_avi_demux_stream_header), (push_tag_lists):
14463         * gst/avi/gstavidemux.h:
14464         Don't push tag events found by gst_riff_parse_info() before outputting
14465         GST_EVENT_NEWSEGMENT.
14466
14467 2006-07-10  Wim Taymans  <wim@fluendo.com>
14468
14469         * gst/rtsp/Makefile.am:
14470         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14471         (rtsp_connection_close):
14472         * gst/rtsp/rtspdefs.h:
14473         replaced closesocket and close in code with one CLOSE_SOCKET. 
14474         Some more cleanups. Fixes #345301.
14475
14476 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14477
14478         * gst/autodetect/gstautoaudiosink.c:
14479           Fix example pipeline in docs.
14480
14481 2006-07-10  Wim Taymans  <wim@fluendo.com>
14482
14483         Patch by: Rob Taylor <robtaylor at floopily dot org>
14484
14485         * gst/udp/gstmultiudpsink.c: (join_multicast),
14486         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14487         If a destination is added before the stream is set to PAUSED, the
14488         multicast group is not joined as the socket is not created yet. 
14489         Also TTL and LOOP should also be set. Fixes #346921.
14490
14491 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14492
14493         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14494         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14495         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14496         (gst_ximage_src_init):
14497         * sys/ximage/gstximagesrc.h:
14498         Fix use-damage property to actually work :)
14499         Add startx, starty, endx, endy properties so screencasts other than full
14500         screen ones can work.
14501
14502 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14503
14504         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14505         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14506         (gst_ximage_src_class_init), (gst_ximage_src_init):
14507         * sys/ximage/gstximagesrc.h:
14508         Add use_damage property to offer ability to choose whether to use
14509         XDamage or not.
14510
14511 2006-07-07  Wim Taymans  <wim@fluendo.com>
14512
14513         * gst/goom/filters.c: (zoomFilterSetResolution):
14514         Avoid goom coredumping by clearing memory. 
14515         Fixes 345679.
14516
14517 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14518
14519         * win32/vs6/libgstid3demux.dsp:
14520         Add a link to libgsttag-0.10.lib.
14521
14522 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14523
14524         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14525         (gst_tag_demux_read_range):
14526         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14527         (gst_id3demux_read_range):
14528           Don't return FLOW_UNEXPECTED when a buffer is before
14529           the start of the stream (which might happen with
14530           large ID3v2 tags if the tag reading was done pullrange
14531           based and we then switched to push mode later on).
14532           Fixes regression introduced by commit from June 29th.
14533
14534 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14535
14536         * ext/taglib/gstid3v2mux.cc:
14537           Make UTF-8 the default encoding when writing string
14538           tags (before, our UTF-8 strings would automatically
14539           be converted to ISO-8859-1 by taglib and written as
14540           ISO-8859-1 fields if that was possible).
14541
14542         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14543         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14544         (test_taglib_id3mux_with_tags):
14545           Add test case that makes sure our UTF-8 strings have
14546           actually been written into the tag as UTF-8.
14547
14548 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14549
14550         * configure.ac:
14551           Let's try that again.
14552
14553 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14554
14555         * configure.ac:
14556           Disable monoscope plugin for now until it fulfills
14557           all the requirements.
14558
14559 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14560
14561         * configure.ac:
14562         * gst/monoscope/Makefile.am:
14563         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
14564         (gst_monoscope_class_init), (gst_monoscope_init),
14565         (gst_monoscope_finalize), (gst_monoscope_reset),
14566         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
14567         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
14568         (gst_monoscope_sink_event), (gst_monoscope_src_event),
14569         (gst_monoscope_change_state), (plugin_init):
14570         * gst/monoscope/gstmonoscope.h:
14571           Port monoscope visualisation to 0.10.
14572
14573 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14574
14575         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
14576         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14577           Return FLOW_UNEXPECTED when at the end of the file, not
14578           FLOW_ERROR. Fixes 'internal stream error' errors that
14579           would sometimes occur in totem when scrubbing to the
14580           end of an ID3v1 tagged mp3 file.
14581
14582 2006-07-03  Edward Hervey  <edward@fluendo.com>
14583
14584         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
14585         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
14586         (gst_pngdec_sink_event), (gst_pngdec_change_state):
14587         * ext/libpng/gstpngdec.h:
14588         Implement buffer clipping/dropping using GstSegment.
14589         This provides accurate seeking.
14590
14591 2006-07-03  Edward Hervey  <edward@fluendo.com>
14592
14593         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14594         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14595         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14596         (gst_avi_demux_process_next_entry), (push_tag_lists),
14597         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14598         * gst/avi/gstavidemux.h:
14599         Proper aggregation of each stream's GstFlowReturn in order to figure out
14600         whether the task should stop or not.
14601         Don't send inline events before pushing out a NEW_SEGMENT, more
14602         specifically for GST_TAG_EVENT.
14603         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
14604         sub-indexes.
14605
14606 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14607
14608         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14609
14610         * sys/sunaudio/gstsunaudiomixerctrl.c:
14611         (gst_sunaudiomixer_ctrl_build_list):
14612           Move "Monitor" slider to input tab so it works more like
14613           sdtaudiocontrol, which is what people on Solaris are used
14614           to using for their mixer program (#346259).
14615
14616 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14617
14618         * tests/check/elements/level.c: (GST_START_TEST):
14619           fix a leak, clean up at the end
14620
14621 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14622
14623         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14624         (gst_matroska_demux_send_event),
14625         (gst_matroska_demux_loop_stream_parse_id):
14626         * gst/matroska/matroska-ids.h:
14627           Send tag event after newsegment event.
14628
14629 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14630
14631         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14632         (gst_id3demux_read_range):
14633           Make sure we don't return GST_FLOW_OK with a NULL buffer in
14634           certain cases where a read beyond the end of the file is
14635           requested. Fixes #345930.
14636
14637         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14638         (gst_tag_demux_read_range):
14639           Fix same issue here as well.
14640
14641 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14642
14643         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
14644         
14645         Fix hypothetical crash.
14646
14647 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
14648
14649         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14650
14651         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
14652           Do not modify the ports value. If the user has turned off the
14653           built-in speakers, then we should not reset it in the prepare
14654           function, since this causes the built-in speakers to turn
14655           back on anytime the user changes a track in totem, rhythmbox,
14656           etc. (#346066).
14657
14658 2006-06-23  Wim Taymans  <wim@fluendo.com>
14659
14660         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14661         Fix double caps unref when negotiation fails.
14662
14663 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14664
14665         * ext/annodex/gstcmmldec.c:
14666         * ext/annodex/gstcmmlenc.c:
14667         * ext/annodex/gstcmmlparser.c:
14668         * ext/dv/gstdvdec.c:
14669         * ext/dv/gstdvdemux.c:
14670         * ext/gdk_pixbuf/pixbufscale.c:
14671         * ext/jpeg/gstjpegenc.c:
14672         * ext/jpeg/gstsmokedec.c:
14673         * ext/jpeg/gstsmokeenc.c:
14674         * ext/libpng/gstpngdec.c:
14675         * ext/libpng/gstpngenc.c:
14676         * ext/speex/gstspeexenc.c:
14677         * gst/alpha/gstalphacolor.c:
14678         * gst/cutter/gstcutter.c:
14679         * gst/debug/gstnavigationtest.c:
14680         * gst/icydemux/gsticydemux.c:
14681         * gst/level/gstlevel.c:
14682         * gst/multipart/multipart.c:
14683         * gst/rtp/gstrtpamrpay.c:
14684         * gst/rtp/gstrtpdepay.c:
14685         * gst/rtp/gstrtpilbcpay.c:
14686         * gst/rtp/gstrtpmp4gpay.c:
14687         * gst/rtp/gstrtpmp4vpay.c:
14688         * gst/rtsp/gstrtpdec.c:
14689         * gst/rtsp/gstrtspsrc.c:
14690         * gst/udp/gstdynudpsink.c:
14691         * gst/udp/gstmultiudpsink.c:
14692         * gst/udp/gstudpsrc.c:
14693         * gst/videobox/gstvideobox.c:
14694         * gst/videofilter/gstvideoflip.c:
14695           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
14696           plus two minor macro fixes.
14697
14698 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14699
14700         * gst/matroska/matroska-demux.c:
14701         (gst_matroska_demux_check_subtitle_buffer),
14702         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14703         (gst_matroska_demux_subtitle_caps):
14704         * gst/matroska/matroska-ids.c:
14705         (gst_matroska_track_init_subtitle_context):
14706         * gst/matroska/matroska-ids.h:
14707           Try to fix up broken matroska files containing subtitle
14708           streams with non-UTF8 character encodings (courtesy of
14709           mkvmerge) using either the encoding specified in the
14710           GST_SUBTITLE_ENCODING environment variable or the
14711           current locale's character set if it is non-UTF8.
14712           Fixes #337076.
14713
14714 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14715
14716         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14717           Set image type from APIC frame as "image-type" field
14718           of GST_TAG_IMAGE buffer caps (#344605).
14719
14720 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14721
14722         * ext/flac/Makefile.am:
14723         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14724         (gst_flac_dec_reset_decoders),
14725         (gst_flac_dec_setup_seekable_decoder),
14726         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14727         (gst_flac_dec_metadata_callback),
14728         (gst_flac_dec_metadata_callback_seekable),
14729         (gst_flac_dec_metadata_callback_stream),
14730         (gst_flac_dec_error_callback),
14731         (gst_flac_dec_error_callback_seekable),
14732         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14733         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14734         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14735         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14736         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14737         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14738         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14739         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14740         (gst_flac_dec_sink_activate_push),
14741         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14742         * ext/flac/gstflacdec.h:
14743           Support chain-based operation, should make flac-over-DAAP
14744           work (#340492).
14745
14746 2006-06-20  Wim Taymans  <wim@fluendo.com>
14747
14748         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14749         Doc updates, merge some unused symbols.
14750
14751 2006-06-20  Wim Taymans  <wim@fluendo.com>
14752
14753         * docs/plugins/Makefile.am:
14754         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14755         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14756         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14757         * gst/rtsp/gstrtspsrc.c:
14758         * gst/rtsp/gstrtspsrc.h:
14759         Added documentation for the rtsp plugin. Fixes #345393.
14760
14761 2006-06-20  Wim Taymans  <wim@fluendo.com>
14762
14763         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14764         (rtsp_connection_close), (rtsp_connection_free):
14765         Use better G_OS_* macros. Fixes #345301 some more.
14766
14767 2006-06-20  Wim Taymans  <wim@fluendo.com>
14768
14769         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14770
14771         * sys/sunaudio/Makefile.am:
14772         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14773         * sys/sunaudio/gstsunaudiomixerctrl.c:
14774         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14775         (gst_sunaudiomixer_ctrl_list_tracks),
14776         (gst_sunaudiomixer_ctrl_get_volume),
14777         (gst_sunaudiomixer_ctrl_set_volume),
14778         (gst_sunaudiomixer_ctrl_set_mute),
14779         (gst_sunaudiomixer_ctrl_set_record):
14780         * sys/sunaudio/gstsunaudiomixerctrl.h:
14781         * sys/sunaudio/gstsunaudiomixertrack.c:
14782         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14783         * sys/sunaudio/gstsunaudiomixertrack.h:
14784         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14785         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14786         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14787         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14788         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14789         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14790         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14791         (gst_sunaudiosrc_reset):
14792         * sys/sunaudio/gstsunaudiosrc.h:
14793         Add a SunAudio source plugin.
14794         Support stereo and right/left channel gain in the mixer plugin.
14795         Support the RECORD flag so that you can switch between line-input and
14796         microphone in gnome-volume-control.
14797         Code cleanups like using an enumerator for track number instead of an 
14798         integer. Fixes #344923.
14799
14800 2006-06-20  Wim Taymans  <wim@fluendo.com>
14801
14802         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14803
14804         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14805         (rtsp_connection_close):
14806         Make RTSP plugin compile on windows. Fixes #345301.
14807         Some changes to original patch to catch errors better.
14808         use ifdef WIN32 instead of ifndef.
14809
14810 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14811
14812         * configure.ac:
14813         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14814
14815 2006-06-18  Edward Hervey  <edward@fluendo.com>
14816
14817         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14818         After a failed buffer alloc, we need to abort the jpeg decoding (it
14819         started when parsing headers to figure out how many bytes we need
14820         to request downstream).
14821
14822 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14823
14824         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14825
14826         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14827           Make sure we don't read beyond the end of the file (#345232).
14828
14829 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14830
14831         * configure.ac:
14832           Fix --disable-external (can't set conditionals conditionally,
14833           #343602).
14834
14835 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14836
14837         * autogen.sh:
14838         * configure.ac:
14839         * docs/Makefile.am:
14840           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
14841
14842         * docs/plugins/Makefile.am:
14843         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14844         * docs/plugins/inspect/plugin-taglib.xml:
14845           Add/fix apev2mux docs.
14846
14847 2006-06-14  Wim Taymans  <wim@fluendo.com>
14848
14849         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14850         (gst_dvdec_finalize), (gst_dvdec_sink_event),
14851         (gst_dvdec_change_state):
14852         Reset segment info on flush.
14853         Alloc segment in _init, free in _finalize.
14854
14855         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
14856         Don't send segments twice.
14857
14858 2006-06-14  Wim Taymans  <wim@fluendo.com>
14859
14860         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14861         Respect segment.stop. Fixes #342592.
14862
14863 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14864
14865         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
14866           No language specified means the implied language is English
14867           according to the matroska spec (partially fixes #344708);
14868           add some more debug output.
14869
14870 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14871
14872         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
14873         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
14874         (gst_wavparse_chain):
14875           When operating chain-based, don't make any assumptions about the
14876           chunking of the incoming data and make streaming work on days other
14877           than the second Thursday after a full moon. Also fix up debug
14878           messages here and there and make use of the most excellent new
14879           gst_pad_query_peer_duration() utility function.
14880           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
14881
14882         * gst/wavparse/gstwavparse.h:
14883           Remove trailing comma after last enum value, some compilers don't
14884           like that.
14885
14886 2006-06-13  Wim Taymans  <wim@fluendo.com>
14887
14888         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
14889         Handle premature EOS gracefully.
14890
14891 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
14892
14893         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14894           Prevent out of bounds array access when scrubbing towards
14895           the end of the file between the last index entry and the
14896           end. Fixes occasional 'start <= stop' newsegment event
14897           assertions when scrubbing in MJPEG files.
14898
14899 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14900
14901         * tests/check/elements/.cvsignore:
14902           And another one.
14903
14904 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14905
14906         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14907         (scan_encoded_string), (parse_picture_frame):
14908           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
14909
14910         * configure.ac:
14911           Require core >= 0.10.8 (for GST_TAG_IMAGE and
14912           GST_TAG_PPEVIEW_IMAGE used in the patch above).
14913
14914 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14915
14916         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
14917           gratuitous comment changes
14918         * tests/check/elements/level.c: (GST_START_TEST):
14919           fix level test leaks
14920
14921 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14922
14923         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
14924         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
14925           Use gst_pad_query_peer_duration() utility function here.
14926
14927 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14928
14929         * autogen.sh:
14930           require am17
14931         * configure.ac:
14932         * ext/annodex/Makefile.am:
14933         * ext/cdio/Makefile.am:
14934         * ext/dv/Makefile.am:
14935         * ext/esd/Makefile.am:
14936         * ext/flac/Makefile.am:
14937         * ext/gdk_pixbuf/Makefile.am:
14938         * ext/ladspa/Makefile.am:
14939         * ext/libcaca/Makefile.am:
14940         * ext/speex/Makefile.am:
14941         * ext/taglib/Makefile.am:
14942         * sys/oss/Makefile.am:
14943         * sys/sunaudio/Makefile.am:
14944         * sys/ximage/Makefile.am:
14945           clean up build further
14946
14947 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14948
14949         * gconf/Makefile.am:
14950           Honour --disable-schemas-install configure option. Fixes #344100.
14951
14952 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14953
14954         * tests/examples/level/Makefile.am:
14955           Add -lm to LIBS for pow() function, don't assume one of our
14956           dependencies (such as libxml-2.0) drags it in automatically
14957           (#343603).
14958
14959 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
14960
14961         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
14962
14963         * configure.ac:
14964           We should use $SED and not $(SED) in configure.ac (#343678).
14965
14966 2006-06-09  Wim Taymans  <wim@fluendo.com>
14967
14968         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14969
14970         * sys/sunaudio/gstsunaudiomixerctrl.c:
14971         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
14972         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
14973         (gst_sunaudiomixer_ctrl_set_mute):
14974         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
14975         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
14976         (gst_sunaudiosink_write):
14977         Attached find a patch that fixes a number of bugs with the SunAudio
14978         mixer plugin and fixes #344101:
14979         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
14980            tracks onto the tracklist causing gnome-volume-control's preferences
14981            dialog to be messed up and would core dump if you checked/unchecked
14982            any item.
14983         2. We weren't previously setting the MUTE flag properly.  Fixing this
14984            makes gnome-volume-control work better.
14985         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
14986            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
14987            gnome-volume-control look better.
14988         Also some minor cleanup in gstsunaudiosink.c.
14989
14990 2006-06-09  Wim Taymans  <wim@fluendo.com>
14991
14992         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
14993         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
14994         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
14995         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
14996         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
14997         * ext/jpeg/gstjpegdec.h:
14998         API: Added IDCT method property
14999         Small cleanups.
15000         Avoid dynamic allocation of trivial fixed structure.
15001         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15002
15003 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15004
15005         * configure.ac:
15006         We now require libraw1394 >= 1.1.0 and that version onwards all
15007         have .pc files.
15008
15009 2006-06-02  Edward Hervey  <edward@fluendo.com>
15010
15011         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15012         Trying to get items from an ANY or EMPTY caps is ... stupid.
15013
15014 2006-06-02  Edward Hervey  <edward@fluendo.com>
15015
15016         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15017         (gst_dvdec_chain), (gst_dvdec_change_state):
15018         * ext/dv/gstdvdec.h:
15019         Added GstSegment handling, now implements dropping/clipping.
15020
15021 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15022
15023         * ext/aalib/gstaasink.h:
15024         * ext/annodex/gstcmmldec.h:
15025         * ext/cairo/gsttimeoverlay.h:
15026         * ext/dv/gstdvdec.h:
15027         * ext/dv/gstdvdemux.h:
15028         * ext/esd/esdmon.h:
15029         * ext/esd/esdsink.h:
15030         * ext/flac/gstflacenc.h:
15031         * ext/gconf/gstgconfaudiosink.h:
15032         * ext/gconf/gstgconfaudiosrc.h:
15033         * ext/gconf/gstgconfvideosink.h:
15034         * ext/gconf/gstgconfvideosrc.h:
15035         * ext/gdk_pixbuf/gstgdkanimation.h:
15036         * ext/gdk_pixbuf/pixbufscale.h:
15037         * ext/hal/gsthalaudiosink.h:
15038         * ext/hal/gsthalaudiosrc.h:
15039         * ext/jpeg/gstjpegenc.h:
15040         * ext/jpeg/gstsmokedec.h:
15041         * ext/jpeg/gstsmokeenc.h:
15042         * ext/libcaca/gstcacasink.h:
15043         * ext/libmng/gstmngdec.h:
15044         * ext/libmng/gstmngenc.h:
15045         * ext/libpng/gstpngdec.h:
15046         * ext/libpng/gstpngenc.h:
15047         * ext/raw1394/gstdv1394src.h:
15048         * ext/speex/gstspeexenc.h:
15049         * gst/autodetect/gstautoaudiosink.h:
15050         * gst/autodetect/gstautovideosink.h:
15051         * gst/avi/gstavidemux.h:
15052         * gst/cutter/gstcutter.h:
15053         * gst/debug/efence.h:
15054         * gst/debug/gstnavigationtest.h:
15055         * gst/debug/gstnavseek.h:
15056         * gst/flx/gstflxdec.h:
15057         * gst/goom/gstgoom.h:
15058         * gst/icydemux/gsticydemux.h:
15059         * gst/id3demux/gstid3demux.h:
15060         * gst/law/alaw-decode.h:
15061         * gst/law/alaw-encode.h:
15062         * gst/law/mulaw-decode.h:
15063         * gst/law/mulaw-encode.h:
15064         * gst/matroska/matroska-mux.h:
15065         * gst/median/gstmedian.h:
15066         * gst/oldcore/gstaggregator.h:
15067         * gst/oldcore/gstfdsink.h:
15068         * gst/oldcore/gstmd5sink.h:
15069         * gst/oldcore/gstmultifilesrc.h:
15070         * gst/oldcore/gstpipefilter.h:
15071         * gst/oldcore/gstshaper.h:
15072         * gst/oldcore/gststatistics.h:
15073         * gst/rtp/gstasteriskh263.h:
15074         * gst/rtp/gstrtpL16depay.h:
15075         * gst/rtp/gstrtpL16pay.h:
15076         * gst/rtp/gstrtpamrdepay.h:
15077         * gst/rtp/gstrtpamrpay.h:
15078         * gst/rtp/gstrtpdepay.h:
15079         * gst/rtp/gstrtpgsmdepay.h:
15080         * gst/rtp/gstrtpgsmpay.h:
15081         * gst/rtp/gstrtph263pay.h:
15082         * gst/rtp/gstrtph263pdepay.h:
15083         * gst/rtp/gstrtph263ppay.h:
15084         * gst/rtp/gstrtpmp4gpay.h:
15085         * gst/rtp/gstrtpmp4vdepay.h:
15086         * gst/rtp/gstrtpmp4vpay.h:
15087         * gst/rtp/gstrtpmpadepay.h:
15088         * gst/rtp/gstrtpmpapay.h:
15089         * gst/rtp/gstrtppcmadepay.h:
15090         * gst/rtp/gstrtppcmapay.h:
15091         * gst/rtp/gstrtppcmudepay.h:
15092         * gst/rtp/gstrtppcmupay.h:
15093         * gst/rtp/gstrtpspeexdepay.h:
15094         * gst/rtp/gstrtpspeexpay.h:
15095         * gst/rtsp/gstrtpdec.h:
15096         * gst/rtsp/gstrtspsrc.h:
15097         * gst/smpte/gstsmpte.h:
15098         * gst/udp/gstdynudpsink.h:
15099         * gst/udp/gstmultiudpsink.h:
15100         * gst/udp/gstudpsink.h:
15101         * gst/udp/gstudpsrc.h:
15102         * gst/videofilter/gstvideobalance.h:
15103         * gst/videofilter/gstvideoflip.h:
15104         * sys/oss/gstossdmabuffer.h:
15105         * sys/oss/gstossmixerelement.h:
15106         * sys/oss/gstosssink.h:
15107         * sys/oss/gstosssrc.h:
15108         * sys/osxvideo/osxvideosink.h:
15109         * sys/sunaudio/gstsunaudiomixer.h:
15110         * sys/sunaudio/gstsunaudiosink.h:
15111         * sys/ximage/gstximagesrc.h:
15112         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15113
15114 2006-05-31  Wim Taymans  <wim@fluendo.com>
15115
15116         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15117         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15118         (gst_goom_src_setcaps), (gst_goom_src_event),
15119         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15120         (gst_goom_change_state):
15121         * gst/goom/gstgoom.h:
15122         Handle QoS.
15123         Handle flushing, discont and events.
15124         Fix timestamps and various other cleanups.
15125
15126 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15127
15128         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15129         Fix bus reset when using libiec61883
15130
15131 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15132
15133         * configure.ac:
15134         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15135         * ext/raw1394/Makefile.am:
15136         Add CFLAGS.
15137         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15138         New method, to receive using libiec61883.
15139         (gst_dv1394src_iso_receive),
15140         #ifdef'd out if libiec61883 is present.
15141         (gst_dv1394src_bus_reset),
15142         Get userdata correctly if using libiec61883. 
15143         (gst_dv1394src_create),
15144         When using libiec61883, only poll one fd and no need to read.
15145         (gst_dv1394src_discover_avc_node),
15146         Replace g_warnings.
15147         (gst_dv1394src_start),
15148         Create new handle when we know which dv port.  More reliable
15149         than setting port on an existing handle.  Initialise libiec61883.
15150         (gst_dv1394src_stop):
15151         If using libiec61883, then cleanup its handle properly.
15152         * ext/raw1394/gstdv1394src.h:
15153         Add libiec61883 handle.
15154
15155 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15156
15157         * gst/avi/gstavidemux.c:
15158           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15159         * win32/MANIFEST:
15160           sort file listing
15161         * win32/vs6/libgstavi.dsp:
15162           add gstavimux.c to the project
15163         * win32/vs6/libgstid3demux.dsp:
15164           add link to zlib library
15165         * win32/vs6/libgstmatroska.dsp:
15166           add matroska-ids.c to the project
15167
15168 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15169
15170         Patch by: Sebastian Dröge  <mail at slomosnail de >
15171
15172         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15173         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15174         * ext/taglib/Makefile.am:
15175         * ext/taglib/gstapev2mux.cc:
15176         * ext/taglib/gstapev2mux.h:
15177         * ext/taglib/gstid3v2mux.cc:
15178         * ext/taglib/gsttaglibmux.c: (plugin_init):
15179         * ext/taglib/gsttaglibmux.h:
15180           Add apev2mux element (#343122).
15181         
15182         * tests/check/Makefile.am:
15183         * tests/check/elements/apev2mux.c:
15184         (test_taglib_apev2mux_create_tags),
15185         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15186         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15187         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15188         (apev2mux_suite), (main):
15189           Add unit test for apev2mux element.
15190
15191 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15192
15193         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15194         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15195         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15196           GST_PTR_FORMAT should be used to print caps in debug statements.
15197
15198 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15199
15200         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15201
15202         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15203         (ape_demux_parse_tags):
15204           Some clean-ups and additions: map APE 'file' tag to
15205           GST_TAG_LOCATION (#343123); add support for extracting
15206           the track count and clean up parsing a bit (#343127).
15207
15208 2006-05-28  Edward Hervey  <edward@fluendo.com>
15209
15210         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15211         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15212
15213 2006-05-28  Edward Hervey  <edward@fluendo.com>
15214
15215         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15216         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15217         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15218         * ext/jpeg/gstjpegdec.h:
15219         Clip outgoing buffers according to currently configured segment.
15220
15221 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15222
15223         * ext/taglib/gstid3v2mux.cc:
15224           Handle  writing of track-count or album-volume-count without
15225           track-number or albume-volume-number (in this case the number
15226           will just be set to 0).
15227
15228         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15229           It would be nice if we actually checked the values received for
15230           track/album-volume number/count in  _check_tags(), rather than
15231           setting them again ...
15232
15233 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15234
15235         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15236           A track/volume number or count of 0 does not make sense,
15237           just ignore it along with negative numbers (a tag might
15238           only contain a track count without a track number).
15239
15240 2006-05-27  Edward Hervey  <edward@fluendo.com>
15241
15242         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15243         (gst_jpeg_dec_sink_event):
15244         Abort decompression when receiving FLUSH_STOP. This should avoid
15245         issues when interrupting decoding with flushes.
15246
15247 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15248
15249         * ext/flac/gstflac.c:
15250           Don't #include file we don't dist any longer.
15251
15252 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15253
15254         * README:
15255           Replace current README (containing the release notes from
15256           some 0.9.x version) with a proper README taken from the core.
15257
15258 2006-05-24  Wim Taymans  <wim@fluendo.com>
15259
15260         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15261         Implement EOS correctly by either posting
15262         SEGMENT_DONE or pushing an EOS message depending
15263         on the seek type. Fixes #342592
15264
15265 2006-05-24  Wim Taymans  <wim@fluendo.com>
15266
15267         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15268         * gst/law/alaw-decode.h:
15269         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15270         * gst/law/alaw-encode.h:
15271         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15272         * gst/law/mulaw-decode.h:
15273         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15274         * gst/law/mulaw-encode.h:
15275         Some cleanups in the chain functions.
15276         Remove some GStreamer 0.0.2 bits.
15277
15278 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15279
15280         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15281
15282         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15283           gst_collect_pads_stop() needs to be called before chaining up
15284           to the parent class (#342734).
15285
15286 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15287
15288         * ext/flac/Makefile.am:
15289         * ext/flac/flac_compat.h:
15290         * ext/flac/gstflac.c:
15291         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15292         * ext/flac/gstflacenc.c:
15293           Remove backwards compatibility cruft for dealing with FLAC API
15294           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15295
15296 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15297
15298         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15299         (gst_matroska_demux_push_xiph_codec_priv_data),
15300         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15301         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15302         * gst/matroska/matroska-ids.h:
15303         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15304         (gst_matroska_mux_video_pad_setcaps),
15305         (xiph3_streamheader_to_codecdata),
15306         (vorbis_streamheader_to_codecdata),
15307         (theora_streamheader_to_codecdata),
15308         (gst_matroska_mux_audio_pad_setcaps),
15309         (gst_matroska_mux_write_data):
15310           Add support for muxing/demuxing theora video (#342448; too bad
15311           none of the usual linux players can actually play this). Playback
15312           in GStreamer will require additional changes to theoradec in -base.
15313           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15314           cleanups.
15315
15316 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15317
15318         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15319         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15320           Fix crashes when the horizontal subsampling is 1.
15321           Fixes #342097.
15322
15323 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15324
15325         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15326
15327         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15328         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15329         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15330         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15331         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15332         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15333         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15334         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15335         (gst_avi_mux_change_state):
15336         * gst/avi/gstavimux.h:
15337           Some enhancements for avimux (#342526):
15338            - add odml (large file) index support
15339            - store codec init data (e.g. huffyuv)
15340            - miscellaneous other fixes/cleanups
15341
15342 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15343
15344         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15345         Don't output any tag when we encounter a negative track number - the
15346         tag type is uint, so we end up outputting huge positive numbers
15347         instead. (Fixes: #342029)
15348
15349 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15350
15351         * configure.ac:
15352           update for new GSTPB_PLUGINS_DIR
15353
15354 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15355
15356         * rtp/gst/gstrtph263pay.c:
15357         Properly set static caps for H263 at 34.
15358
15359 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15360
15361         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15362
15363         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15364           Merge event tags and tag setter tags correctly (#339918). Also,
15365           don't leak taglist in case of an error.
15366           
15367 2006-05-17  Edward Hervey  <edward@fluendo.com>
15368
15369         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15370         We can only do caps intersection if the othercaps are non-empty and not
15371         ANY. Else we return the pad template (base_caps).
15372
15373 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15374
15375         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15376           Fix crash when outputting debugging information for certain
15377           pictures (always good to use the right struct member for
15378           the number of records in an array).
15379
15380 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15381
15382         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15383
15384         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15385         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15386         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15387         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15388         (gst_ebml_read_float), (gst_ebml_read_ascii),
15389         (gst_ebml_read_binary):
15390           Don't create unnecessary sub-buffers all the time. Dramatically
15391           improves performance with multiple concurrently running
15392           matroskademux instances (#341818) (and avoids doing
15393           unnecessarily inefficient things in the general case).
15394
15395 2006-05-16  Edward Hervey  <edward@fluendo.com>
15396
15397         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15398         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15399         return value of gst_pad_push_event().
15400
15401 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15402
15403         * gst/autodetect/gstautoaudiosink.c:
15404         (gst_auto_audio_sink_find_best):
15405         * gst/autodetect/gstautovideosink.c:
15406         (gst_auto_video_sink_find_best):
15407         Make the name of the child element be based on the name of the
15408         parent, so that debug output is more useful.
15409         
15410         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15411         (parse_insert_string_field), (parse_split_strings):
15412         Rework string parsing to always walk over BOM markers in UTF16
15413         strings, using the endianness indicated by the innermost one,
15414         then trying the opposite endianness if that fails to convert
15415         to valid UTF-8. Fixes #341774
15416
15417 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15418
15419         Patch from: Matthieu <matthieu at fluendo dot com>
15420
15421         * ext/libpng/Makefile.am:
15422         Add LIBPNG_CFLAGS.
15423
15424 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15425
15426         * ext/taglib/gstid3v2mux.cc:
15427           Add support for writing images (APIC frames) into ID3v2
15428           tags (picture type always set to 'other' for now though).
15429
15430 2006-05-14  Michael Smith  <msmith@fluendo.com>
15431
15432         * gst/wavparse/gstwavparse.c:
15433           Update docs; wavparse implements push and pull modes.
15434
15435 2006-05-12  Wim Taymans  <wim@fluendo.com>
15436
15437         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15438         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15439         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15440         Ooops, bitten by the copy-and-paste design paradigm, fixes
15441         seek again.
15442
15443 2006-05-12  Wim Taymans  <wim@fluendo.com>
15444
15445         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15446         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15447         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15448         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15449         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15450         (gst_avi_demux_massage_index),
15451         (gst_avi_demux_calculate_durations_from_index),
15452         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15453         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15454         (gst_avi_demux_loop):
15455         * gst/avi/gstavidemux.h:
15456         Some cleanups, prepare to use GstSegment.
15457         Fix error in entry walking code.
15458         Fix VBR detection.
15459         Smarter timestamp calculation code.
15460         Uniform error/eos handling.
15461
15462 2006-05-12  Michael Smith  <msmith@fluendo.com>
15463
15464         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15465         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15466           Fix use of uninitialised values if we're NOT seeking in ready.
15467           Fix typos.
15468
15469 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15470
15471         * gst/wavparse/Makefile.am:
15472           Add CFLAGS and LIBS for libgstbase, fixes build on
15473           Cygwin (#341489).
15474
15475 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15476
15477         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15478           Some more debug info. No need to check whether the string
15479           returned by g_convert() is really UTF-8 - either it is or
15480           we get NULL returned.
15481
15482 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15483
15484         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15485           Fix parsing of numeric genre strings some more, by ensuring that
15486           we only try and parse strings that a) Start with '(' and b) Consist
15487           only of digits.
15488           Also, when finding an escaping '((' sequence, bust it back to '(' by
15489           swallowing the first parenthesis
15490
15491 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15492
15493         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15494         (gst_esdsink_open), (gst_esdsink_close):
15495         * ext/esd/esdsink.h:
15496           Move the esd_get_server_info() into gst_esdsink_open() and fail
15497           with a decent error message on errors.
15498
15499 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15500
15501         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15502         (gst_esdmon_channels_get_type):
15503         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15504         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15505         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15506         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15507         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15508         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15509         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15510         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15511         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15512         * gst/videomixer/videomixer.c:
15513         (gst_video_mixer_background_get_type):
15514           Const-ify GEnumValue arrays.
15515
15516 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15517
15518         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15519
15520         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15521         (gst_avi_mux_do_video_buffer):
15522           Work around gst_buffer_make_metadata_writable() bug that
15523           results in avimux marking all frames in the index as
15524           keyframes (#340859).
15525           
15526 2006-05-08  Wim Taymans  <wim@fluendo.com>
15527
15528         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15529         Make parsing of urls suck slightly less.
15530
15531 2006-05-08  Edward Hervey  <edward@fluendo.com>
15532
15533         * autogen.sh: (CONFIGURE_DEF_OPT): 
15534         libtoolize on Darwin/MacOSX is called glibtoolize.
15535
15536 2006-05-08  Wim Taymans  <wim@fluendo.com>
15537
15538         Patch by: Jens Granseuer <jensgr at gmx dot net>
15539
15540         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15541         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15542         C89 compliance fixes. Fixes #340980
15543
15544 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
15545
15546         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15547         * ext/flac/gstflacdec.h:
15548           Handle segment seeks that include the end of the file as stop point
15549           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
15550           message instead of an EOS event in case we're in segment seek
15551           mode (fixes #340699).
15552           
15553 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
15554
15555         * ext/cairo/gsttextoverlay.c:
15556         * ext/flac/gstflacdec.c:
15557         * ext/gdk_pixbuf/pixbufscale.c:
15558         * gst/apetag/gstapedemux.c:
15559         * gst/debug/breakmydata.c:
15560         * gst/debug/testplugin.c:
15561         * gst/matroska/ebml-write.c:
15562         * gst/multipart/multipartdemux.c:
15563         * sys/osxaudio/gstosxaudiosink.c:
15564         * sys/osxaudio/gstosxaudiosrc.c:
15565         Add semicolons after GST_BOILERPLATE[_FULL] so that
15566         indent doesn't mess up following lines.
15567
15568 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
15569
15570         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15571
15572         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
15573           Don't leak caps when freeing the stream context (#340623).
15574
15575 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
15576
15577         * configure.ac:
15578           Back to CVS
15579
15580 === release 0.10.3 ===
15581
15582 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
15583
15584         * configure.ac:
15585           releasing 0.10.3, "Desplazado"
15586
15587 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15588
15589         * gst/matroska/matroska-mux.c:
15590         (gst_matroska_mux_stream_is_vorbis_header),
15591         (gst_matroska_mux_write_data):
15592           Don't strcmp() NULL strings.
15593           Only start new clusters on video keyframes, not on any
15594           random audio buffer that doesn't have the DELTA_UNIT
15595           flag set (fixes 'make check' again).
15596
15597 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15598
15599         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15600
15601         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15602         (gst_matroska_mux_stream_is_vorbis_header),
15603         (gst_matroska_mux_write_data):
15604           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
15605           value and then dead-lock when muxing vorbis audio streams
15606           (the three vorbis header buffers carry no timestamp, and it
15607           would try to mux these after all video buffers). Fixes #340346.
15608
15609           Improve clustering: start a new cluster also whenever we get
15610           a keyframe.     
15611
15612 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15613
15614         * win32/common/config.h:
15615         * win32/MANIFEST
15616           add the generated file as well
15617
15618 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15619
15620         * Makefile.am:
15621         * configure.ac:
15622         * win32/common/config.h.in:
15623           add win32 stuff
15624
15625 2006-05-03  Michael Smith  <msmith@fluendo.com>
15626
15627         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
15628           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
15629           SUCKS.
15630
15631 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15632
15633         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15634         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15635         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15636           don't leak caps-string
15637
15638 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15639
15640         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15641         (gst_id3demux_sink_activate):
15642           Let core insert default error message for TYPE_NOT_FOUND
15643           errors, it's just as good as our own and has the added
15644           bonus of being translated.
15645
15646 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15647
15648         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
15649         (gst_tag_demux_sink_event):
15650         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
15651         (gst_id3demux_sink_event):
15652           Post an error message when we get an EOS event and were not
15653           able to find out the type of stream.
15654
15655         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
15656         (test_taglib_id3mux_with_tags):
15657           Decrease num-buffers to 16 per iteration again, otherwise the
15658           many memcpy()s and reallocations in the test will hammer slow
15659           CPUs completely and make the test timeout.
15660
15661 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15662
15663         * configure.ac:
15664           figure out where plugins-base plugins are
15665         * tests/check/Makefile.am:
15666           use plugins-base plugins, so we have typefind functions
15667         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
15668           increase num-buffers, this makes sure the test errors out instead
15669           of timing out when no typefind functions are present
15670
15671 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15672
15673         * docs/plugins/Makefile.am:
15674           also check .cc files for gtk-doc markup
15675         * configure.ac:
15676         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15677         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15678         * tests/check/Makefile.am:
15679         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
15680         * ext/Makefile.am:
15681         * ext/taglib/Makefile.am:
15682         * ext/taglib/gstid3v2mux.h:
15683         * ext/taglib/gsttaglibmux.c:
15684         * ext/taglib/gsttaglibmux.h:
15685           move taglib-based id3v2muxer to -good.  Fixes #336110.
15686
15687 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15688
15689         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15690           ... and fix multichannel/WAVFORMATEX support again.
15691
15692 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
15693
15694         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15695         (gst_wavparse_class_init), (gst_wavparse_dispose),
15696         (gst_wavparse_reset), (gst_wavparse_init),
15697         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
15698         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
15699         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15700         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15701         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15702         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15703         (gst_wavparse_stream_data), (gst_wavparse_loop),
15704         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15705         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15706         (gst_wavparse_change_state), (plugin_init):
15707         * gst/wavparse/gstwavparse.h:
15708           Add push (streaming) mode to wavparse (fixes #337625)
15709
15710 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15711
15712         * configure.ac:
15713         * tests/Makefile.am:
15714           add ximagesrc icles test
15715
15716 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15717
15718         * configure.ac:
15719         * docs/plugins/Makefile.am:
15720         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15721         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15722         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15723         (gst_cmml_enc_push_clip):
15724         * sys/Makefile.am:
15725         * sys/ximage/Makefile.am:
15726         * sys/ximage/gstximagesrc.c:
15727           Move ximagesrc plug-in to good after review.  Fixes #336756.
15728
15729 2006-04-28  Michael Smith  <msmith@fluendo.com>
15730
15731         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15732         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15733         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15734         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15735         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15736         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15737         * gst/icydemux/gsticydemux.h:
15738           Fix event handling: cache events when typefinding and forward later.
15739
15740 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15741
15742         * sys/osxaudio/gstosxaudiosink.c:
15743         (plugin_init):
15744          Register osxaudiosrc to the plugin.
15745         * sys/osxaudio/gstosxaudiosrc.c:
15746         (gst_osx_audio_src_osxelement_do_init),
15747         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15748         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15749         (gst_osx_audio_src_get_property),
15750         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15751         (gst_osx_audio_src_osxelement_init):
15752         * sys/osxaudio/gstosxaudiosrc.h:
15753           Port of osxaudiosrc to 0.10.
15754         * sys/osxaudio/Makefile.am:
15755           Add osxaudiosrc
15756
15757 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15758
15759         * sys/osxaudio/gstosxringbuffer.c:
15760         * sys/osxaudio/gstosxringbuffer.h:
15761           Forgot to commit earlier, part of the OSX audio plugin port
15762
15763 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15764
15765         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15766         (parse_split_strings):
15767           Recognise and skip any byte order marker (BOM) in
15768           UTF-16 strings.
15769
15770 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15771
15772         * docs/plugins/Makefile.am:
15773         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15774         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15775         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15776         * docs/plugins/inspect/plugin-avi.xml:
15777         * gst/avi/gstavidemux.c:
15778         * gst/avi/gstavimux.c:
15779           Add docs for both avidemux and avimux.
15780
15781 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15782
15783         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15784
15785         * gst/avi/Makefile.am:
15786         * gst/avi/gstavi.c: (plugin_init):
15787         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15788         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15789         (gst_avi_mux_class_init), (gst_avi_mux_init),
15790         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15791         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15792         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15793         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15794         (gst_avi_mux_riff_get_avix_header),
15795         (gst_avi_mux_riff_get_video_header),
15796         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15797         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15798         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15799         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15800         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15801         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15802         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15803         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15804         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15805         (gst_avi_mux_change_state):
15806         * gst/avi/gstavimux.h:
15807           Port AVI muxer to GStreamer-0.10 (#332031).
15808
15809         * tests/check/Makefile.am:
15810         * tests/check/elements/avimux.c:
15811         * tests/check/elements/.cvsignore:
15812           Add unit test for AVI muxer.
15813
15814 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15815
15816         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15817         (gst_wavparse_class_init), (gst_wavparse_reset),
15818         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15819         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15820         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15821         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15822         (gst_wavparse_stream_data), (gst_wavparse_loop),
15823         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15824         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15825         (plugin_init):
15826         * gst/wavparse/gstwavparse.h:
15827           reverted patch #337625 for the price of 1 hour sleep
15828
15829 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15830
15831         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15832         (gst_wavparse_class_init), (gst_wavparse_reset),
15833         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15834         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
15835         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15836         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15837         (gst_wavparse_stream_data), (gst_wavparse_loop),
15838         (gst_wavparse_chain), (plugin_init):
15839         * gst/wavparse/gstwavparse.h:
15840           correct partial implementation of push mode
15841           (from my last commit)
15842
15843 2006-04-26  Wim Taymans  <wim@fluendo.com>
15844
15845         * ext/esd/esdsink.c:
15846         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
15847         it is not in esd.h
15848
15849 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
15850
15851         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
15852         (gst_au_parse_class_init), (gst_au_parse_init),
15853         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
15854         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
15855         (gst_au_parse_chain), (gst_au_parse_src_convert),
15856         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
15857         (gst_au_parse_sink_event), (gst_au_parse_src_event),
15858         (gst_au_parse_change_state):
15859         * gst/auparse/gstauparse.h:
15860           Rewrite auparse to suck a little bit less: make source pad
15861           dynamic, so decodebin/playbin work with non-raw formats
15862           like alaw/mulaw; add query function for duration/position
15863           queries; check whether we have enough data before attempting
15864           to parse the header (instead of crashing when that is not the
15865           case); work around audioconvert sucking by swapping endianness
15866           to the native endianness ourselves for float formats; send
15867           initial newsegment event. Fixes #161712.
15868
15869 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15870
15871         * sys/osxaudio/Makefile.am:
15872         * sys/osxaudio/gstosxaudioelement.c:
15873         (gst_osx_audio_element_get_type),
15874         (gst_osx_audio_element_class_init):
15875         * sys/osxaudio/gstosxaudioelement.h:
15876         * sys/osxaudio/gstosxaudiosink.c:
15877         (gst_osx_audio_sink_osxelement_do_init),
15878         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
15879         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
15880         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
15881         (gst_osx_audio_sink_create_ringbuffer),
15882         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
15883         (plugin_init):
15884         * sys/osxaudio/gstosxaudiosink.h:
15885         Port of osxaudiosink to 0.10
15886
15887 2006-04-26  Wim Taymans  <wim@fluendo.com>
15888
15889         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
15890         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
15891         the size of the ringbuffer. This should fix hangs with older 
15892         esd sound servers.
15893
15894 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15895
15896         * ext/aalib/gstaasink.c:
15897         * ext/annodex/gstcmmldec.c:
15898         * ext/annodex/gstcmmlenc.c:
15899         * ext/cairo/gsttextoverlay.c:
15900         * ext/cairo/gsttimeoverlay.c:
15901         * ext/cdio/gstcdiocddasrc.c:
15902         * ext/dv/gstdvdec.c:
15903         * ext/dv/gstdvdemux.c:
15904         * ext/esd/esdmon.c:
15905         * ext/esd/esdsink.c:
15906         * ext/flac/gstflacenc.c:
15907         * ext/flac/gstflactag.c:
15908         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
15909         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
15910         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
15911         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
15912         * ext/gdk_pixbuf/pixbufscale.c:
15913         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
15914         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
15915         * ext/jpeg/gstjpegdec.c:
15916         * ext/jpeg/gstjpegenc.c:
15917         * ext/jpeg/gstsmokedec.c:
15918         * ext/jpeg/gstsmokeenc.c:
15919         * ext/libcaca/gstcacasink.c:
15920         * ext/libmng/gstmngdec.c:
15921         * ext/libmng/gstmngenc.c:
15922         * ext/libpng/gstpngdec.c:
15923         * ext/libpng/gstpngenc.c:
15924         * ext/mikmod/gstmikmod.c:
15925         * ext/raw1394/gstdv1394src.c:
15926         * ext/shout2/gstshout2.c: (gst_shout2send_init):
15927         * ext/shout2/gstshout2.h:
15928         * ext/speex/gstspeexdec.c:
15929         * ext/speex/gstspeexenc.c:
15930         * gst/alpha/gstalpha.c:
15931         * gst/alpha/gstalphacolor.c:
15932         * gst/apetag/gstapedemux.c:
15933         * gst/auparse/gstauparse.c:
15934         * gst/autodetect/gstautoaudiosink.c:
15935         (gst_auto_audio_sink_base_init):
15936         * gst/autodetect/gstautovideosink.c:
15937         (gst_auto_video_sink_base_init):
15938         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
15939         * gst/avi/gstavimux.c: (gst_avimux_base_init):
15940         * gst/cutter/gstcutter.c:
15941         * gst/debug/breakmydata.c:
15942         * gst/debug/efence.c:
15943         * gst/debug/gstnavigationtest.c:
15944         * gst/debug/gstnavseek.c:
15945         * gst/debug/negotiation.c:
15946         * gst/debug/progressreport.c:
15947         * gst/debug/testplugin.c:
15948         * gst/effectv/gstaging.c:
15949         * gst/effectv/gstdice.c:
15950         * gst/effectv/gstedge.c:
15951         * gst/effectv/gstquark.c:
15952         * gst/effectv/gstrev.c:
15953         * gst/effectv/gstshagadelic.c:
15954         * gst/effectv/gstvertigo.c:
15955         * gst/effectv/gstwarp.c:
15956         * gst/flx/gstflxdec.c:
15957         * gst/goom/gstgoom.c:
15958         * gst/icydemux/gsticydemux.c:
15959         * gst/id3demux/gstid3demux.c:
15960         * gst/interleave/deinterleave.c:
15961         * gst/interleave/interleave.c:
15962         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
15963         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
15964         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
15965         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
15966         * gst/level/gstlevel.c:
15967         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
15968         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
15969         * gst/median/gstmedian.c:
15970         * gst/monoscope/gstmonoscope.c:
15971         * gst/multipart/multipartdemux.c:
15972         * gst/multipart/multipartmux.c:
15973         * gst/oldcore/gstaggregator.c:
15974         * gst/oldcore/gstfdsink.c:
15975         * gst/oldcore/gstmd5sink.c:
15976         * gst/oldcore/gstmultifilesrc.c:
15977         * gst/oldcore/gstpipefilter.c:
15978         * gst/oldcore/gstshaper.c:
15979         * gst/oldcore/gststatistics.c:
15980         * gst/rtp/gstasteriskh263.c:
15981         * gst/rtp/gstrtpL16depay.c:
15982         * gst/rtp/gstrtpL16pay.c:
15983         * gst/rtp/gstrtpamrdepay.c:
15984         * gst/rtp/gstrtpamrpay.c:
15985         * gst/rtp/gstrtpdepay.c:
15986         * gst/rtp/gstrtpgsmpay.c:
15987         * gst/rtp/gstrtph263pay.c:
15988         * gst/rtp/gstrtph263pdepay.c:
15989         * gst/rtp/gstrtph263ppay.c:
15990         * gst/rtp/gstrtpilbcdepay.c:
15991         * gst/rtp/gstrtpmp4gpay.c:
15992         * gst/rtp/gstrtpmp4vdepay.c:
15993         * gst/rtp/gstrtpmp4vpay.c:
15994         * gst/rtp/gstrtpmpadepay.c:
15995         * gst/rtp/gstrtpmpapay.c:
15996         * gst/rtp/gstrtppcmadepay.c:
15997         * gst/rtp/gstrtppcmapay.c:
15998         * gst/rtp/gstrtppcmudepay.c:
15999         * gst/rtp/gstrtppcmupay.c:
16000         * gst/rtp/gstrtpspeexdepay.c:
16001         * gst/rtp/gstrtpspeexpay.c:
16002         * gst/rtsp/gstrtpdec.c:
16003         * gst/rtsp/gstrtspsrc.c:
16004         * gst/smpte/gstsmpte.c:
16005         * gst/udp/gstdynudpsink.c:
16006         * gst/udp/gstmultiudpsink.c:
16007         * gst/udp/gstudpsink.c:
16008         * gst/udp/gstudpsrc.c:
16009         * gst/videobox/gstvideobox.c:
16010         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16011         * gst/videofilter/gstvideobalance.c:
16012         * gst/videofilter/gstvideoflip.c:
16013         * gst/videofilter/gstvideotemplate.c:
16014         (gst_videotemplate_base_init):
16015         * gst/videomixer/videomixer.c:
16016         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16017         (gst_wavparse_class_init), (gst_wavparse_dispose),
16018         (gst_wavparse_reset), (gst_wavparse_init),
16019         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16020         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16021         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16022         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16023         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16024         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16025         (gst_wavparse_change_state):
16026         * gst/wavparse/gstwavparse.h:
16027         * sys/oss/gstossmixerelement.c:
16028         * sys/oss/gstosssink.c:
16029         * sys/oss/gstosssrc.c:
16030         * sys/osxaudio/gstosxaudioelement.c:
16031         * sys/osxaudio/gstosxaudiosink.c:
16032         * sys/osxaudio/gstosxaudiosrc.c:
16033         * sys/sunaudio/gstsunaudiomixer.c:
16034         * sys/sunaudio/gstsunaudiosink.c:
16035           Define GstElementDetails as const and also static (when defined as
16036           global)
16037
16038 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16039
16040         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16041           Source pad has fixed caps. If we don't set this, bad
16042           things happen when the window is resized.
16043
16044 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16045
16046         * gst/matroska/Makefile.am:
16047         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16048         (gst_matroska_demux_handle_src_event):
16049         * gst/matroska/matroska-ids.c:
16050         (gst_matroska_track_init_video_context),
16051         (gst_matroska_track_init_audio_context),
16052         (gst_matroska_track_init_subtitle_context),
16053         (gst_matroska_track_init_complex_context):
16054         * gst/matroska/matroska-ids.h:
16055           Handle case where the TrackType ebml chunk does not come before the
16056           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16057           events.
16058
16059 2006-04-25  Wim Taymans  <wim@fluendo.com>
16060
16061         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16062         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16063         It's codec_data, not codec_info.
16064
16065 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16066
16067         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16068
16069         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16070           Handle codec_data for VfW compatibility codec IDs (#339451)
16071
16072         * gst/matroska/matroska-mux.c:
16073         (gst_matroska_mux_video_pad_setcaps):
16074           Same here, handle codec_data and add additional caps we can handle
16075           now to the pad template (huffyuv, dv and h263 video) (#339451)
16076
16077 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16078
16079         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16080
16081         * gst/matroska/matroska-mux.c:
16082         (gst_matroska_mux_create_buffer_header),
16083         (gst_matroska_mux_write_data):
16084           Fix timestamping of B-frames, use signed integers, do
16085           some rounding (#339678).
16086
16087 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16088
16089         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16090         just make it compile with --disable-gst-debug.
16091
16092 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16093
16094         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16095         Fix a bad conversion using gst_guint64_to_gdouble.
16096         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16097         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16098         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16099     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16100         mistake.
16101
16102 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16103
16104         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16105         Use gst_guint64_to_gdouble for conversions
16106         * win32/vs6/gst_plugins_good.dsw:
16107         * win32/vs6/libgsticydemux.dsp:
16108         Add a project file for icydemux
16109
16110 2006-04-21  Wim Taymans  <wim@fluendo.com>
16111
16112         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16113
16114         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16115         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16116         When splitting audio chunks, the block alignment is not taken in
16117         consideration, so the smaller chunks could be of size which is 
16118         not a multiple of the block alignment. Fixes #336904
16119
16120 2006-04-21  Wim Taymans  <wim@fluendo.com>
16121
16122         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16123         Use scale functions
16124
16125 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16126
16127         * ext/dv/gstdv.c: (plugin_init):
16128           Fix build.
16129
16130 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16131
16132         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16133         (gst_progress_report_class_init), (gst_progress_report_init),
16134         (gst_progress_report_do_query), (gst_progress_report_report),
16135         (gst_progress_report_set_property),
16136         (gst_progress_report_get_property):
16137           Add 'format' property to force querying to a particular format.
16138
16139 2006-04-21  Andy Wingo  <wingo@pobox.com>
16140
16141         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16142         best, on big endian systems. Drop its rank in that case. OTOH on
16143         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16144
16145 2006-04-21  Michael Smith  <msmith@fluendo.com>
16146
16147         * configure.ac:
16148         * gst/icydemux/Makefile.am:
16149         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16150         (gst_icydemux_base_init), (gst_icydemux_class_init),
16151         (gst_icydemux_reset), (gst_icydemux_init),
16152         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16153         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16154         (unicodify), (gst_icydemux_unicodify),
16155         (gst_icydemux_parse_and_send_tags),
16156         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16157         (gst_icydemux_chain), (gst_icydemux_change_state),
16158         (gst_icydemux_send_tag_event), (plugin_init):
16159         * gst/icydemux/gsticydemux.h:
16160         * tests/check/Makefile.am:
16161         * tests/check/elements/icydemux.c: (typefind_succeed),
16162         (plugin_init), (icydemux_found_pad), (create_icydemux),
16163         (cleanup_icydemux), (push_data), (GST_START_TEST),
16164         (icydemux_suite), (main):
16165           Add icydemux, and tests.
16166
16167 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16168
16169         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16170           Post SEGMENT_DONE message in TIME format.
16171
16172 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16173
16174         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16175
16176         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16177         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16178           Fix index creation when we have to scan the file to create
16179           an index. There may be other types of RIFF 'LIST' chunks than
16180           'movi' and we need to skip them properly as well or we'll end up
16181           reading garbage (#336889). Some other cosmetic changes.
16182           
16183 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16184
16185         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16186         (gst_flac_dec_handle_seek_event):
16187           Add support for segment seeks (fixes #338290). Also demote
16188           some recurring debug message from DEBUG to LOG level.
16189
16190 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16191
16192         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16193         (gst_matroskademux_do_index_seek),
16194         (gst_matroska_demux_handle_seek_event),
16195         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16196         * gst/matroska/matroska-ids.h:
16197           Set DISCONT flag on first buffer after a discontinuity.
16198           Fix newsegment events sent when seeking and honour KEY_UNIT
16199           seek flag. Create pad with bogus caps if we don't recognise
16200           the stream codec id.
16201
16202         * gst/matroska/matroska-demux.h:
16203           Fix GObject macros.
16204
16205 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16206
16207         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16208
16209         * gst/matroska/matroska-demux.c:
16210         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16211           Handle end of segment properly when set; don't dead-lock when
16212           posting start of segment message when doing a segment seek.
16213           Fixes #338810.
16214
16215 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16216
16217         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16218         (gst_matroska_demux_plugin_init):
16219           Make mpeg2 aac audio work: create artificial private codec data
16220           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16221           Also call gst_riff_init(). Partially fixes #338767.
16222
16223 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16224
16225         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16226         (gst_wavenc_class_init), (gst_wavenc_init),
16227         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16228         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16229         (gst_wavenc_chain), (gst_wavenc_change_state):
16230         * gst/wavenc/gstwavenc.h:
16231           Set caps on first outgoing buffer, so that it doesn't error out
16232           immediately with a non-negotiated error (#338716). Rewrite and
16233           clean up a bit; fix setcaps function to parse things properly;
16234           fix sink caps (8bit audio is unsigned and doesn't have depth);
16235           use boilerplate macros; remove unused properties stuff.
16236
16237 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16238
16239         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16240           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16241           handle MJPEG streams and might be autoplugged for those if the
16242           user doesn't have jpegdec installed (resulting in a cryptic error
16243           message about huffman tables). Better to disable JPEG decoding here
16244           and let the user figure out that she needs to install jpegdec.
16245
16246 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16247
16248         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16249         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16250         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16251         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16252           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16253           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16254           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16255           debug messages. Fix boilerplate macros.
16256
16257 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16258
16259         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16260         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16261           No need to special-case for Gdk-2.0 any longer, we require
16262           Gdk 2.2 or newer; minor clean-ups.
16263
16264 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16265
16266         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16267         (gst_shout2send_class_init), (gst_shout2send_init),
16268         (set_shout_metadata), (gst_shout2send_set_metadata),
16269         (gst_shout2send_event), (gst_shout2send_start),
16270         (gst_shout2send_connect), (gst_shout2send_stop),
16271         (gst_shout2send_render), (gst_shout2send_set_property),
16272         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16273         (plugin_init):
16274         * ext/shout2/gstshout2.h:
16275         * po/POTFILES.in:
16276           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16277           change function; use GST_ELEMENT_ERROR for error reporting, not
16278           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16279           will cause crashes or assertion failures; remove (unused) "sync"
16280           property, basesink already has such a property; misc. other
16281           minor fixes and cleanups.
16282
16283 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16284
16285         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16286         * ext/esd/gstesd.c: (plugin_init):
16287         * po/POTFILES.in:
16288           Add translatable error message for when we cannot
16289           connect to the sound server, as "Cannot open resource
16290           for writing" isn't really an acceptable message to show
16291           to the user in this case.
16292
16293 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16294
16295         * sys/oss/gst-i18n-plugin.h:
16296           Remove bogus file that doesn't belong here.
16297
16298 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16299
16300         Patch by: Philippe Valembois
16301
16302         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16303         (gst_shout2send_set_metadata), (gst_shout2send_event),
16304         (gst_shout2send_render), (gst_shout2send_change_state):
16305         * ext/shout2/gstshout2.h:
16306           Handle tags being received before the connection to
16307           the server is established properly (see #338636).
16308
16309 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16310
16311         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16312           Don't crash in case the connection to the server fails:
16313           don't set pointer to NULL by assigning FALSE; error out
16314           properly by using GST_ELEMENT_ERROR and returning
16315           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16316           before resetting the pointer.
16317
16318 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16319
16320         * gst/id3demux/id3tags.c:
16321         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16322         (Fixes #338713)
16323
16324 2006-04-12  Wim Taymans  <wim@fluendo.com>
16325
16326         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16327         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16328         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16329         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16330         (gst_gdk_pixbuf_chain):
16331         Some cleanups.
16332         Added RGBA as a possible output format.
16333         Correctly free the supported mimetypes.
16334         deprecate silent arg, it's not used.
16335         Return result from _alloc_buffer to peer.
16336
16337 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16338
16339         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16340           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16341           overwriting GST_BUFFER_MALLOCDATA.
16342
16343 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16344
16345         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16346         (user_endrow_callback), (user_end_callback),
16347         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16348         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16349         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16350         * ext/libpng/gstpngdec.h:
16351           Handle more than one frame if the content is framed,
16352           like with png-in-quicktime (#331917).
16353
16354 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16355
16356         * sys/oss/Makefile.am:
16357         * sys/oss/common.h:
16358         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16359         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16360         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16361         (gst_oss_src_unprepare):
16362           - the user-visible error strings were in the wrong category
16363           - and the messages were not marked for translation
16364           - which is actually a good thing, because they were exactly
16365             the kind of message you would never want anyone to see
16366           - the macros were using variables that didn't exist in the macro
16367             arguments
16368           - and they were obviously copied from each other and then modified
16369           - so a common header makes sense
16370
16371 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16372
16373         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16374           Don't try to modify read-only data.
16375
16376         * gst/matroska/matroska-demux.c:
16377         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16378           Fix comment (won't crash any longer now).
16379
16380 2006-04-10  Michael Smith  <msmith@fluendo.com>
16381
16382         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16383           Use copies of header buffers for caps to avoid circular refcounting
16384           problems (as in theoradec, vorbisdec).
16385
16386         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16387           Fix a typo in test that meant it was testing the wrong thing.
16388
16389         * tests/check/elements/cmmlenc.c: (check_headers):
16390           Fix refcount checks now that we use buffer-copies for caps.
16391
16392 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16393
16394         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16395         (gst_matroska_demux_handle_seek_event),
16396         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16397         (gst_matroska_demux_subtitle_caps),
16398         (gst_matroska_demux_plugin_init):
16399           Use static pad templates with ANY caps for audio and video
16400           source pads and get rid of a lot of unnecessary (and partially
16401           broken) code for the template caps. Clean up caps finding
16402           functions. Fixes playback of audio files/streams that do not
16403           contain the sample rate and/or number of channels in the audio
16404           context (happens a lot with vorbis/mp3 .mka files it seems).
16405           Fixes #337183.
16406           Also add myself to copyright holders.
16407
16408 2006-04-10  Michael Smith  <msmith@fluendo.com>
16409
16410         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16411           Use g_list_delete_link () instead of g_list_remove_link () so that
16412           we free the link as well as the contained data.
16413
16414 2006-04-10  Wim Taymans  <wim@fluendo.com>
16415
16416         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16417
16418         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16419         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16420         (gst_avi_demux_stream_header):
16421         Fix some crashers with empty chunks. (Fixes #337749)
16422
16423 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16424
16425         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16426           use G_GINT64_CONSTANT for INT64 constants
16427         * gst/videofilter/gstvideobalance.c:
16428           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16429         * win32/vs6/libgstavi.dsp:
16430          add missing libraries for the link and remove avimux.c from
16431          the project as it isn't ported to 0.10 yet
16432         
16433 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16434
16435         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16436           Even better would be if we actually did the right thing
16437           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16438
16439 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16440
16441         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16442           Can't just replace 1LL with 1L here just because MSVC doesn't
16443           support it, as it might lead to incorrect results when doing the
16444           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16445           force a 64-bit constant in a way that all compilers are happy with.
16446
16447 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16448
16449         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16450         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16451         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16452         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16453         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16454         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16455         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16456         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16457         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16458         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16459         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16460         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16461         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16462         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16463         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16464         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16465         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16466         * gst/debug/efence.c: (gst_efence_class_init):
16467         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16468         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16469         * gst/goom/gstgoom.c: (gst_goom_class_init):
16470         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16471         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16472         * gst/interleave/interleave.c: (interleave_class_init):
16473         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16474         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16475         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16476         * gst/median/gstmedian.c: (gst_median_class_init):
16477         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16478         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16479         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16480         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16481         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16482         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16483         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16484         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16485         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16486         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16487         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16488         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16489         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16490         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16491         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16492         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16493         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16494         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16495         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16496         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16497         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16498         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16499         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16500         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16501         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16502         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16503         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16504         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16505         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16506         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16507         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16508         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16509         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16510         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16511         * sys/osxaudio/gstosxaudioelement.c:
16512         (gst_osxaudioelement_class_init):
16513         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16514         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16515         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16516         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16517
16518 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16519
16520         * ext/mikmod/gstmikmod.h:
16521         * gst/level/gstlevel.h:
16522         Fix more broken GObject macros
16523
16524 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16525
16526         * ext/annodex/gstcmmldec.h:
16527         * ext/annodex/gstcmmlenc.h:
16528         * ext/annodex/gstcmmltag.h:
16529         * ext/cairo/gsttextoverlay.h:
16530         * ext/ladspa/gstsignalprocessor.h:
16531         * gst/matroska/ebml-read.h:
16532         * gst/matroska/ebml-write.h:
16533         * sys/osxaudio/gstosxaudioelement.h:
16534         Fix broken GObject macros
16535
16536 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16537
16538         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16539           Don't try to seek beyond the end of the file (would
16540           occasionally display error dialogs in totem when seeking
16541           to the end) (#335869). Will still throw an error though
16542           if the file is truncated and the total_samples value in
16543           the stream header is wrong.
16544
16545 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
16546
16547         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
16548         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
16549         (gst_flac_dec_metadata_callback):
16550         * ext/flac/gstflacdec.h:
16551           If the stream header doesn't contain the total number of samples,
16552           search for the last flac frame at the end of the file and calculate
16553           the total duration from that frame's offset (fixes #337609).
16554
16555 2006-04-07  Edward Hervey  <edward@fluendo.com>
16556
16557         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
16558         Don't unref the GstPadTemplate returned by
16559         gst_element_class_get_pad_template().
16560
16561 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16562
16563         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
16564
16565         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
16566         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
16567         * sys/sunaudio/gstsunaudiosink.h:
16568           Use spec->segsize and spec->segtotal in the prepare function
16569           to initialise the ring buffer instead of using the buffer-time
16570           property (#337421).
16571
16572 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16573
16574         * configure.ac:
16575           Bump core requirements to CVS for gst_pad_query_peer_duration()
16576           which is used by speexdec.
16577
16578 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16579
16580         * ext/speex/gstspeex.c: (plugin_init):
16581         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
16582         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
16583         (speex_get_sink_query_types), (speex_dec_sink_query),
16584         (speex_get_src_query_types), (speex_dec_src_query),
16585         (speex_dec_src_event), (speex_dec_sink_event),
16586         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
16587         (speex_dec_chain_parse_data), (speex_dec_chain),
16588         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
16589         (speex_dec_change_state):
16590         * ext/speex/gstspeexdec.h:
16591           Fix seeking and duration queries (#337033); clean up and
16592           refactor a bit.
16593
16594 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16595
16596         * ext/raw1394/gstdv1394src.c:
16597           distinguish between device not found and could not open for
16598           reading
16599
16600 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16601
16602         * Makefile.am:
16603         * configure.ac:
16604         * pkgconfig/.cvsignore:
16605         * pkgconfig/Makefile.am:
16606         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
16607           add a .pc file so other modules can use good plugins in tests
16608
16609 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16610
16611         * configure.ac:
16612           clean up, use AS_VERSION and AS_NANO
16613         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16614           use PACKAGE_VERSION define
16615         * po/af.po:
16616         * po/az.po:
16617         * po/cs.po:
16618         * po/en_GB.po:
16619         * po/hu.po:
16620         * po/it.po:
16621         * po/nb.po:
16622         * po/nl.po:
16623         * po/or.po:
16624         * po/sq.po:
16625         * po/sr.po:
16626         * po/sv.po:
16627         * po/uk.po:
16628         * po/vi.po:
16629           updated
16630
16631 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
16632
16633         * ext\jpeg\smokecodec.c:
16634           use of GST_DEBUG instead of DEBUG(a...) for WIN32
16635         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
16636           move first instruction after all variables declarations
16637         * gst\alpha\gstalpha.c:
16638         * gst\effectv\gstshagadelic.c:
16639         * gst\smpte\paint.c:
16640         * gst\videofilter\gstvideobalance.c:
16641           define M_PI if it's not defined (it's not defined on WIN32)
16642         * gst\cutter\gstcutter.c: (gst_cutter_chain):
16643         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
16644         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
16645         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
16646         (gst_matroska_demux_video_caps):
16647         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
16648         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
16649           use gst_guint64_to_gdouble for conversions
16650         * gst\goom\filters.c: (setPixelRGB_):
16651           fix a debug which was using undefined variable
16652         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
16653         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
16654           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
16655         * win32/vs6:
16656           add vs6 projects files for most of plugins-good
16657         
16658 2006-03-30  j^  <j@bootlab.org>
16659
16660         * ext/aalib/gstaasink.c:
16661         * ext/annodex/gstcmmldec.c:
16662         * ext/annodex/gstcmmlenc.c:
16663         * ext/cairo/gsttextoverlay.c:
16664         * ext/cairo/gsttimeoverlay.c:
16665         * ext/cdio/gstcdiocddasrc.c:
16666         * ext/dv/gstdvdec.c:
16667         * ext/esd/esdmon.c:
16668         * ext/esd/esdsink.c:
16669         * ext/flac/gstflacdec.c:
16670         * ext/flac/gstflacenc.c:
16671         * ext/flac/gstflactag.c:
16672         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16673         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16674         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16675         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16676         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16677         * ext/gdk_pixbuf/pixbufscale.c:
16678         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16679         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16680         * ext/jpeg/gstjpegdec.c:
16681         * ext/jpeg/gstjpegenc.c:
16682         * ext/jpeg/gstsmokedec.c:
16683         * ext/jpeg/gstsmokeenc.c:
16684         * ext/libcaca/gstcacasink.c:
16685         * ext/libmng/gstmngdec.c:
16686         * ext/libmng/gstmngenc.c:
16687         * ext/libpng/gstpngdec.c:
16688         * ext/libpng/gstpngenc.c:
16689         * ext/mikmod/gstmikmod.c:
16690         * ext/raw1394/gstdv1394src.c:
16691         * ext/shout2/gstshout2.c:
16692         * ext/speex/gstspeexdec.c:
16693         * ext/speex/gstspeexenc.c:
16694         * gst/alpha/gstalpha.c:
16695         * gst/alpha/gstalphacolor.c:
16696         * gst/auparse/gstauparse.c:
16697         * gst/autodetect/gstautoaudiosink.c:
16698         (gst_auto_audio_sink_base_init):
16699         * gst/autodetect/gstautovideosink.c:
16700         (gst_auto_video_sink_base_init):
16701         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16702         * gst/cutter/gstcutter.c:
16703         * gst/debug/breakmydata.c:
16704         * gst/debug/efence.c:
16705         * gst/debug/gstnavigationtest.c:
16706         * gst/debug/negotiation.c:
16707         * gst/debug/progressreport.c:
16708         * gst/debug/testplugin.c:
16709         * gst/effectv/gstaging.c:
16710         * gst/effectv/gstdice.c:
16711         * gst/effectv/gstedge.c:
16712         * gst/effectv/gstquark.c:
16713         * gst/effectv/gstrev.c:
16714         * gst/effectv/gstvertigo.c:
16715         * gst/effectv/gstwarp.c:
16716         * gst/flx/gstflxdec.c:
16717         * gst/goom/gstgoom.c:
16718         * gst/interleave/deinterleave.c:
16719         * gst/interleave/interleave.c:
16720         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16721         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16722         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16723         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16724         * gst/level/gstlevel.c:
16725         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16726         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16727         * gst/median/gstmedian.c:
16728         * gst/monoscope/gstmonoscope.c:
16729         * gst/multipart/multipartdemux.c:
16730         * gst/multipart/multipartmux.c:
16731         * gst/oldcore/gstmd5sink.c:
16732         * gst/oldcore/gstmultifilesrc.c:
16733         * gst/oldcore/gstpipefilter.c:
16734         * gst/oldcore/gstshaper.c:
16735         * gst/oldcore/gststatistics.c:
16736         * gst/rtp/gstasteriskh263.c:
16737         * gst/rtp/gstrtpL16depay.c:
16738         * gst/rtp/gstrtpL16pay.c:
16739         * gst/rtp/gstrtpamrdepay.c:
16740         * gst/rtp/gstrtpamrpay.c:
16741         * gst/rtp/gstrtpdepay.c:
16742         * gst/rtp/gstrtpgsmpay.c:
16743         * gst/rtp/gstrtph263pay.c:
16744         * gst/rtp/gstrtph263pdepay.c:
16745         * gst/rtp/gstrtph263ppay.c:
16746         * gst/rtp/gstrtpmp4gpay.c:
16747         * gst/rtp/gstrtpmp4vdepay.c:
16748         * gst/rtp/gstrtpmp4vpay.c:
16749         * gst/rtp/gstrtpmpadepay.c:
16750         * gst/rtp/gstrtpmpapay.c:
16751         * gst/rtp/gstrtppcmadepay.c:
16752         * gst/rtp/gstrtppcmapay.c:
16753         * gst/rtp/gstrtppcmudepay.c:
16754         * gst/rtp/gstrtppcmupay.c:
16755         * gst/rtp/gstrtpspeexdepay.c:
16756         * gst/rtp/gstrtpspeexpay.c:
16757         * gst/rtsp/gstrtpdec.c:
16758         * gst/smpte/gstsmpte.c:
16759         * gst/videobox/gstvideobox.c:
16760         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16761         * gst/videofilter/gstvideobalance.c:
16762         * gst/videofilter/gstvideoflip.c:
16763         * gst/videofilter/gstvideotemplate.c:
16764         (gst_videotemplate_base_init):
16765         * gst/videomixer/videomixer.c:
16766         * gst/wavenc/gstwavenc.c:
16767         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16768          better/unified long descriptions
16769          Fixed #336602
16770          Some cleanups to auparse, don't send multiple newsegments.
16771
16772 2006-03-29  Wim Taymans  <wim@fluendo.com>
16773
16774         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16775
16776         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16777         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16778         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16779         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16780         * ext/dv/gstdvdemux.h:
16781         Seek in READY patch. Only works for pull based mode.
16782         Fixes #323880
16783
16784 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16785
16786         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16787         (gst_gdk_pixbuf_event):
16788           Fix two crashers: don't unref the same caps twice, and
16789           set pixbuf loader to NULL after freeing it.
16790
16791 2006-03-27  Wim Taymans  <wim@fluendo.com>
16792
16793         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16794         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16795         (gst_speexenc_chain):
16796         * ext/speex/gstspeexenc.h:
16797         Don't leak adapter.
16798         A push *always* takes ownership of the buffer, even on
16799         errors.
16800         Small cleanups.
16801
16802 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16803
16804         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16805           Create source pad without leaking.
16806
16807 2006-03-24  Wim Taymans  <wim@fluendo.com>
16808
16809         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16810         * ext/flac/gstflacdec.h:
16811         * ext/flac/gstflacenc.h:
16812         Spifify a bit.
16813         Fix deadly lock order error in seeking code, STREAM_LOCK
16814         cannot be taken within LOCK and the streaming variables are
16815         protected with the STREAM_LOCK anyway.
16816
16817 2006-03-24  Wim Taymans  <wim@fluendo.com>
16818
16819         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16820         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16821         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16822         this patch combines the global init_frames with the stream
16823         init_frames. Rationale being that the global delay should 
16824         be subtracted from any stream delay.
16825         Fixes #335858.
16826
16827 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16828
16829         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
16830         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16831         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16832         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16833         use DEBUG_FUNCPTR for collectpads
16834
16835 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16836
16837         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
16838           Don't crash when encoding images where the number of rows isn't
16839           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
16840
16841 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16842
16843         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
16844         * gst/interleave/deinterleave.c: (deinterleave_change_state):
16845         * gst/interleave/interleave.c: (interleave_change_state):
16846         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
16847           More state change function fixes.
16848
16849 2006-03-23  Wim Taymans  <wim@fluendo.com>
16850
16851         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16852         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
16853         (gst_esdsink_prepare), (gst_esdsink_unprepare),
16854         (gst_esdsink_delay), (gst_esdsink_reset):
16855         * ext/esd/esdsink.h:
16856         Fix esd choppy playback by configuring audiosink
16857         correctly. Fixes #325191
16858
16859 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16860
16861         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
16862           Make state change function thread-safe.
16863
16864 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16865
16866         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
16867         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
16868           Don't try to read beyond the end of the file just because
16869           the header claims a bigger size (like with truncated files).
16870
16871 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16872
16873         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16874         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
16875         (gst_wavparse_stream_data), (gst_wavparse_loop):
16876         * gst/wavparse/gstwavparse.h:
16877           Delay source pad creation until we have the first chunk of
16878           media data, so the we can examine the data and adjust the
16879           caps accordingly if required. This makes playback of .wav
16880           files with DTS-declared-as-PCM content work (#313266).
16881
16882 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
16883
16884         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16885         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
16886         Don't attempt typefinding on too-short buffers that have been
16887         completely trimmed away. (Fixes #330239)
16888
16889         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
16890         Improve the debug output
16891
16892 2006-03-21  Wim Taymans  <wim@fluendo.com>
16893
16894         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
16895         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
16896         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
16897         (gst_esdsink_set_property), (gst_esdsink_get_property):
16898         Some cleanups.
16899         Reset fd to -1 when we close them.
16900
16901 2006-03-21  Wim Taymans  <wim@fluendo.com>
16902
16903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
16904         the OPTIONS request result is optional so don't
16905         fail on it.
16906
16907 2006-03-21  Edward Hervey  <edward@fluendo.com>
16908
16909         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
16910         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
16911         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16912         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
16913         (gst_wavparse_change_state):
16914         gcc 4.1 unreferenced pointer fixes.
16915
16916 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16917
16918         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16919
16920         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
16921           Fix block alignment calculation. Alignment should be done before
16922           adding the byte offset where the data starts (#335231).
16923
16924 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16925
16926         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
16927           Ensure that we set correct caps on buffers that are transferred
16928           direct from the input.
16929
16930 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
16931
16932         * gst/goom/filters.c: (zoomFilterDestroy):
16933         * gst/goom/goom_core.c: (goom_close):
16934           Free filter data when cleaning up. (Fixes: #334995)
16935
16936 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
16937
16938         * configure.ac:
16939           Don't compile udp and rtsp plugins on win32 (mingw) or other
16940           systems that don't have <sys/socket.h> for some reason (#316203).
16941
16942 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16943
16944         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
16945         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
16946         * ext/raw1394/gstdv1394src.h:
16947           Change bus reset handler so it reports useful information such as
16948           whether the device being used connected or disconnected
16949
16950 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16951
16952         * gst/id3demux/id3v2frames.c:
16953         (parse_relative_volume_adjustment_two):
16954           We only care about gain and peak data for the master volume.
16955
16956 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16957
16958         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
16959         (parse_id_string), (parse_unique_file_identifier),
16960         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
16961           Read replay gain tags (#323721).
16962
16963 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16964
16965         * configure.ac:
16966           Bump requirements to gst-plugins-base CVS because
16967           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
16968
16969 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16970
16971         * rtp/gst/gstrtppcmadepay.c:
16972         Fixed one of the caps in the code from mulaw to alaw.
16973
16974 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16975
16976         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16977           Ensure that we set caps on the buffers we pass.
16978
16979         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16980         (gst_id3demux_sink_activate):
16981           Ensure that we set caps on the buffers we pass.
16982
16983           Use STREAM, TYPE_NOT_FOUND as the error class when
16984           typefinding fails.
16985
16986 2006-03-15  Edward Hervey  <edward@fluendo.com>
16987
16988         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
16989         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
16990         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
16991         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16992         (gst_jpeg_dec_setcaps):
16993         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
16994         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
16995         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
16996         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
16997         (gst_mngdec_src_getcaps):
16998         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16999         (gst_pngdec_caps_create_and_set):
17000         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17001         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17002         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17003         * gst/alpha/gstalpha.c: (gst_alpha_init):
17004         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17005         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17006         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17007         * gst/cutter/gstcutter.c: (gst_cutter_init):
17008         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17009         (gst_efence_checkgetrange):
17010         * gst/debug/negotiation.c: (gst_negotiation_init):
17011         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17012         * gst/goom/gstgoom.c: (gst_goom_init):
17013         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17014         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17015         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17016         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17017         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17018         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17019         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17020         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17021         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17022         (gst_wavparse_create_sourcepad):
17023         Fix memleak with gst_static_pad_template_get().
17024         This uses gst_pad_new_from_static_template() instead.
17025         Fixes #333512
17026
17027 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17028
17029         * configure.ac:
17030           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17031           used by id3demux.
17032
17033         * gst/id3demux/gstid3demux.c: (plugin_init):
17034         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17035         (parse_user_text_identification_frame),
17036         (parse_unique_file_identifier):
17037           Add support for UFID and TXXX frames and extract musicbrainz tags.
17038
17039 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17040
17041         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17042           Catch short reads, like they might happen with truncated
17043           files (see #305279); remove unnecessary indentation.
17044
17045 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17046
17047         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17048           Fix DIB image inversion for pictures with a
17049           depth != 8 (#305279).
17050
17051 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17052
17053         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17054         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17055         * ext/jpeg/gstjpegdec.h:
17056           Fix durations on outgoing buffers after seeking
17057           in MJPEG files (#334083); some minor clean-ups.
17058
17059 2006-03-13  Wim Taymans  <wim@fluendo.com>
17060
17061         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17062         (gst_wavparse_change_state):
17063         Implement seek in READY (re-fixes #327658)
17064
17065 2006-03-13  Wim Taymans  <wim@fluendo.com>
17066
17067         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17068         * ext/esd/esdmon.c: (gst_esdmon_get):
17069         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17070         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17071         (gst_gdk_pixbuf_sink_getcaps):
17072         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17073         (gst_jpegenc_setcaps):
17074         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17075         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17076         (gst_smokeenc_setcaps):
17077         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17078         (gst_mngdec_src_getcaps):
17079         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17080         (gst_mngenc_chain):
17081         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17082         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17083         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17084         (speex_dec_src_event), (speex_dec_chain):
17085         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17086         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17087         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17088         (gst_negotiation_pad_link), (gst_negotiation_chain):
17089         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17090         (gst_flxdec_chain):
17091         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17092         (deinterleave_chain):
17093         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17094         * gst/median/gstmedian.c: (gst_median_link):
17095         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17096         (gst_monoscope_chain):
17097         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17098         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17099         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17100         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17101         close #333784 unref the result of gst_pad_get_parent()
17102         by: Christophe Fergeau.
17103
17104 2006-03-09  Wim Taymans  <wim@fluendo.com>
17105
17106         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17107         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17108         Handle events in push mode better, can now do non-flushing
17109         seeks in push mode as well.
17110
17111 2006-03-07  Wim Taymans  <wim@fluendo.com>
17112
17113         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17114         Applied patch from Kai Vehmanen, fixes #333624.
17115
17116 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17117
17118         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17119         Implement paletted and grayscale png files handling.
17120         (#150363).
17121
17122 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17123
17124         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17125         (gst_speexenc_chain):
17126           fix a tag list assert
17127           follow gst-plugins-base/ext/ogg/README; set OFFSET
17128           and OFFSET_END.  Muxes correctly with gst-plugins-base
17129           > 0.9.3
17130
17131 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17132
17133         * gst/id3demux/Makefile.am:
17134         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17135         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17136           Use new typefind helper functions here as well, and
17137           do typefinding in pull-mode if upstream supports that.
17138
17139 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17140
17141         * sys/sunaudio/gstsunaudiomixerctrl.c:
17142         (gst_sunaudiomixer_ctrl_get_volume),
17143         (gst_sunaudiomixer_ctrl_set_volume):
17144         * sys/sunaudio/gstsunaudiomixertrack.c:
17145         (gst_sunaudiomixer_track_new):
17146           Remove unused variables, breaks build from CVS
17147           with -Werror (#333392, patch by: Benjamin Pineau)
17148
17149 2006-03-03  Wim Taymans  <wim@fluendo.com>
17150
17151         * docs/plugins/Makefile.am:
17152         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17153         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17154         Added wavparse docs.
17155
17156         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17157         (gst_wavparse_reset), (gst_wavparse_init),
17158         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17159         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17160         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17161         (gst_wavparse_stream_data), (gst_wavparse_loop),
17162         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17163         (gst_wavparse_change_state):
17164         * gst/wavparse/gstwavparse.h:
17165         Implement seek in READY (fixes #327658)
17166         Added docs and did some cleanups.
17167
17168 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17169
17170         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17171         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17172         (gst_avi_demux_calculate_durations_from_index),
17173         (gst_avi_demux_stream_header):
17174         * gst/avi/gstavidemux.h:
17175           If we have an index, use a duration based on the index instead
17176           of blindly trusting the information in the stream headers
17177           (fixes #331817).
17178
17179 2006-03-03  Wim Taymans  <wim@fluendo.com>
17180
17181         * docs/plugins/Makefile.am:
17182         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17183         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17184         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17185         Added smoke and jpeg to the docs.
17186
17187         * ext/jpeg/Makefile.am:
17188         * ext/jpeg/gstjpeg.c: (plugin_init):
17189         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17190         * ext/jpeg/gstjpegenc.h:
17191         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17192         (gst_smokedec_chain):
17193         * ext/jpeg/gstsmokedec.h:
17194         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17195         * ext/jpeg/gstsmokeenc.h:
17196         * ext/jpeg/smokecodec.h:
17197         Port smokedec (fixes #331905).
17198         Added some docs.
17199         Some cleanups.
17200
17201 2006-03-03  Wim Taymans  <wim@fluendo.com>
17202
17203         * docs/plugins/Makefile.am:
17204         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17205         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17206         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17207         Added videobalance and videoflip to the docs.
17208
17209         * gst/videofilter/Makefile.am:
17210         * gst/videofilter/gstvideobalance.c:
17211         (gst_video_balance_update_tables_planar411),
17212         (gst_video_balance_is_passthrough),
17213         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17214         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17215         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17216         (gst_video_balance_finalize), (gst_video_balance_class_init),
17217         (gst_video_balance_init), (gst_video_balance_interface_supported),
17218         (gst_video_balance_interface_init),
17219         (gst_video_balance_colorbalance_list_channels),
17220         (gst_video_balance_colorbalance_set_value),
17221         (gst_video_balance_colorbalance_get_value),
17222         (gst_video_balance_colorbalance_init),
17223         (gst_video_balance_set_property), (gst_video_balance_get_property),
17224         (gst_video_balance_get_type), (plugin_init):
17225         * gst/videofilter/gstvideobalance.h:
17226         Ported to 0.10. (Fixes #326160)
17227         Added docs.
17228
17229         * gst/videofilter/gstvideoflip.c:
17230         * gst/videofilter/gstvideoflip.h:
17231         Added docs.
17232
17233 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17234
17235         * configure.ac:
17236           Bump requirements to current core and -base CVS
17237           (core for new typefind helper API, and -base for the
17238           WAVFORMATEX support that was added to libgstriff and
17239           is needed by wavparse).
17240         
17241         * gst/apetag/Makefile.am:
17242         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17243         (gst_tag_demux_sink_activate):
17244           Use new typefind helpers for typefinding instead of our
17245           home-grown stuff; also, do typefinding in pull-mode if
17246           upstream supports that.
17247
17248 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17249
17250         Reviewed by: Christian Schaller <christian@fluendo.com>
17251
17252         This patch fixes bug: 329107
17253
17254         This Changelog entry is for a commit done on February 17
17255
17256         * ext/gconf/gconf.c
17257         * ext/gconf/gconf.h
17258         * ext/gconf/gstgconfaudiosink.c
17259         * ext/gconf/gstgconfaudiosink.h
17260         * gconf/gstreamer.schemas.in
17261
17262 2006-02-28  Wim Taymans  <wim@fluendo.com>
17263
17264         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17265         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17266         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17267         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17268         Use DEBUG_OBJECT more.
17269
17270 2006-02-28  Wim Taymans  <wim@fluendo.com>
17271
17272         * docs/plugins/Makefile.am:
17273         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17274         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17275         Added dvdec and dvdemux to docs.
17276
17277         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17278         Added docs.
17279         Check frame sizes so we don't crash when don't have enough
17280         data.
17281         Send nice error messages on error.
17282
17283         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17284         (gst_dvdemux_class_init), (gst_dvdemux_init),
17285         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17286         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17287         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17288         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17289         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17290         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17291         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17292         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17293         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17294         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17295         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17296         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17297         * ext/dv/gstdvdemux.h:
17298         Added docs.
17299         Implement pull mode.
17300         Fix memleaks.
17301         Reduce memcpy for the video demuxing.
17302
17303 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17304
17305         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17306         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17307         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17308         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17309           Add a little extra debug. Make the decoder not return NOT_LINKED,
17310           as we want to continue decoding all CMML and emitting tags.
17311
17312 2006-02-27  Michael Smith  <msmith@fluendo.com>
17313
17314         * ext/annodex/gstskeltag.c:
17315         * ext/annodex/gstskeltag.h:
17316           Deleted; these files aren't used any more either.
17317
17318 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17319
17320         * ext/Makefile.am: Fix dist-check.
17321
17322 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17323
17324         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17325         memleak.
17326
17327 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17328
17329         * ext/annodex/Makefile.am:
17330         * ext/annodex/gstannodex.c:
17331         * ext/annodex/gstcmmldec.c:
17332         * ext/annodex/gstcmmlenc.c:
17333         * ext/annodex/gstcmmlparser.c:
17334         * ext/annodex/gstcmmlparser.h:
17335         * ext/annodex/gstcmmlutils.c:
17336         * tests/check/elements/cmmldec.c:
17337         * tests/check/elements/cmmlenc.c:
17338           Fix a memleak in gst_cmml_track_list_add_clip.
17339           Handle overflows in clip's start and end times.
17340           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17341           Do not parse junk at the end of a CMML preamble buffer.
17342           Register a libxml error handler to not print stuff on stderr.
17343           Check for bad clip start and end times in the testsuites.
17344
17345 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17346
17347         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17348         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17349         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17350         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17351         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17352         possible memleaks.
17353
17354 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17355
17356         * tests/check/Makefile.am:
17357         * tests/check/elements/cmmldec.c:
17358         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17359         the plugins-base tags.
17360
17361 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17362
17363         * ext/Makefile.am: Re-enable module.
17364
17365 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17366
17367         * tests/check/Makefile.am: Forgot to remove that test.
17368
17369 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17370
17371         * ext/annodex/Makefile.am:
17372         * ext/annodex/gstannodex.c: (plugin_init):
17373         * ext/annodex/gstcmmldec.c:
17374         * ext/annodex/gstskeldec.c:
17375         * ext/annodex/gstskeldec.h:
17376         * tests/check/Makefile.am:
17377         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17378
17379 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17380
17381         * tests/check/Makefile.am: Disable those checks as well.
17382
17383 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17384
17385         * ext/Makefile.am: Disable annodex for now until we figure out
17386         how to make it build.
17387         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17388         Add a rule to your checklist : "please try to at least build 
17389         what you are going to commit into -good, or if you are too lazy
17390         to do that, please check that the buildbots are not crying because
17391         of your commit."
17392
17393 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17394
17395         * configure.ac:
17396         * ext/Makefile.am:
17397         * ext/gdk_pixbuf/Makefile.am:
17398         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17399         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17400         * ext/gdk_pixbuf/pixbufscale.c:
17401         * ext/gdk_pixbuf/pixbufscale.h:
17402           Gdkpixbuf ported from 0.8 to 0.10 by
17403           Renato Filho <renato.filho@indt.org.br>.
17404           gst_loader and gdkpixbufanimation still need port.
17405
17406 2006-02-24  Michael Smith  <msmith@fluendo.com>
17407
17408         * configure.ac:
17409         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17410         * ext/Makefile.am:
17411         * ext/annodex/Makefile.am:
17412         * ext/annodex/gstannodex.c:
17413         * ext/annodex/gstannodex.h:
17414         * ext/annodex/gstcmmldec.c:
17415         * ext/annodex/gstcmmldec.h:
17416         * ext/annodex/gstcmmlenc.c:
17417         * ext/annodex/gstcmmlenc.h:
17418         * ext/annodex/gstcmmlparser.c:
17419         * ext/annodex/gstcmmlparser.h:
17420         * ext/annodex/gstcmmltag.c:
17421         * ext/annodex/gstcmmltag.h:
17422         * ext/annodex/gstcmmlutils.c:
17423         * ext/annodex/gstcmmlutils.h:
17424         * ext/annodex/gstskeldec.c:
17425         * ext/annodex/gstskeldec.h:
17426         * ext/annodex/gstskeltag.c:
17427         * ext/annodex/gstskeltag.h:
17428         * tests/check/Makefile.am:
17429         * tests/check/elements/cmmldec.c:
17430         * tests/check/elements/cmmlenc.c:
17431         * tests/check/elements/skeldec.c:
17432           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17433           Includes tests & docs, oh my! Passes Thomas's -good checklist
17434           entirely. Wow.
17435
17436 2006-02-24  Michael Smith  <msmith@fluendo.com>
17437
17438         * autogen.sh:
17439           Check for automake 1.9 as well.
17440
17441 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17442
17443         * ext/flac/gstflacenc.c:
17444           Change min. sample rate to 8kHz to match flacdec's.
17445           
17446 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17447
17448         * ext/cdio/Makefile.am:
17449           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17450           required for Cygwin, see #317048)
17451
17452         * gst/rtp/gstasteriskh263.c:
17453           Cygwin has includes for both the unix network socket API
17454           and the windows API, but only one can be included, so fix
17455           includes to only use one or the other, prefering the unxi
17456           one (#317048).
17457
17458 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17459
17460         * rtp/gst/gstrtppcmadepay.c:
17461         * rtp/gst/gstrtppcmadepay.h:
17462         * rtp/gst/gstgstrtppcmapay.c:
17463         * rtp/gst/gstgstrtppcmapay.h:
17464         * rtp/gst/gstrtppcmudepay.c:
17465         * rtp/gst/gstrtppcmudepay.h:
17466         * rtp/gst/gstrtppcmupay.c:
17467         * rtp/gst/gstrtppcmupay.h:
17468         * rtp/gst/Makefile.am:
17469         * rtp/gst/gstrtp.c:
17470         * rtp/gst/README:
17471         Separated the G711 payloaders/depayloaders into separate elements for
17472         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17473
17474 2006-02-22  Wim Taymans  <wim@fluendo.com>
17475
17476         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17477         (gst_dvdec_change_state):
17478         * ext/dv/gstdvdec.h:
17479         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17480         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17481         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17482         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17483         (gst_dvdemux_flush), (gst_dvdemux_chain),
17484         (gst_dvdemux_change_state):
17485         * ext/dv/gstdvdemux.h:
17486         Ueber spiffify some more, added debug category.
17487         Use _scale.
17488         Use segments, respect playback rate from newsegment.
17489         Fix refcount issue.
17490
17491 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17492
17493         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17494         (gst_signal_processor_process):
17495         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17496         enabled for the build, but it helps me win the feature-count
17497         competitions ooh yeah.
17498
17499 2006-02-19  Wim Taymans  <wim@fluendo.com>
17500
17501         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17502         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17503         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17504         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17505         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17506         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17507         Use scaling code for added precission and more correct stop
17508         position in case scale==0.
17509
17510 2006-02-19  Wim Taymans  <wim@fluendo.com>
17511
17512         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17513         (gst_flxdec_chain):
17514         * gst/flx/gstflxdec.h:
17515         Implement DURATION query.
17516
17517 2006-02-19  Wim Taymans  <wim@fluendo.com>
17518
17519         * gst/flx/flx_color.h:
17520         * gst/flx/flx_fmt.h:
17521         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17522         (gst_flxdec_src_query_handler), (flx_decode_color),
17523         (gst_flxdec_chain):
17524         * gst/flx/gstflxdec.h:
17525         Set MALLOCDATA for the temp buffers so we don't leak.
17526         Some debug cleanups.
17527         Consume all data in the adapter before leaving the chain
17528         function. Fixes #330678.
17529
17530 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17531
17532         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17533         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17534          Handle 0 data size in otherwise valid frames.
17535          Handle numeric strings in 2.4.0 even when not in parentheses 
17536
17537 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
17538
17539         * gst/matroska/matroska-demux.c:
17540         (gst_matroska_demux_subtitle_caps),
17541         (gst_matroska_demux_plugin_init):
17542         * gst/matroska/matroska-ids.h:
17543           Recognise SSA/ASS and USF subtitle formats and
17544           set proper caps when they are found.
17545
17546 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17547
17548         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
17549         (gst_jpeg_dec_chain):
17550           Fix invalid memory access for some odd-sized images
17551           (see image contained in quicktime stream in #327083);
17552           use g_malloc() instead of g_alloca().
17553
17554 2006-02-17  Wim Taymans  <wim@fluendo.com>
17555
17556         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17557         Patch from Sebastien Cote, fixes #319884
17558
17559 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17560
17561         * ext/cdio/gstcdio.c: (plugin_init):
17562           Init debug category (#331253).
17563
17564 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17565
17566         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
17567           Pass extra_data to gst_riff_create_audio_caps(), so that
17568           WAVEFORMATEX stuff works. Post audio codec name and post
17569           it as taglist on the bus. Allow up to 8 channesl for raw
17570           PCM in the source pad template caps.
17571
17572 2006-02-16  Wim Taymans  <wim@fluendo.com>
17573
17574         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17575         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17576         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
17577         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
17578         (gst_multipart_set_property), (gst_multipart_get_property):
17579         Applied #318663. Gives quite a few false positives in
17580         autoscan mode, but it's better than nothing. Not closing yet.
17581
17582 2006-02-16  Wim Taymans  <wim@fluendo.com>
17583
17584         * docs/plugins/Makefile.am:
17585         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17586         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17587         * docs/plugins/gst-plugins-good-plugins.args:
17588         * docs/plugins/inspect/plugin-udp.xml:
17589         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
17590         (gst_udpsrc_start):
17591         Update documentation.
17592         Fix args.
17593
17594 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
17595
17596         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17597         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
17598         frame size. (Fixes #331368)
17599
17600 2006-02-16  Wim Taymans  <wim@fluendo.com>
17601
17602         * gst/rtsp/README:
17603         Updated README.
17604
17605         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17606         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
17607         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
17608         * gst/rtsp/gstrtspsrc.h:
17609         Make sure the RTP port is an even port an try to allocate 
17610         another if not.
17611         Added retry property to control max retries for port allocation.
17612         Make sure RTCP port is RTP port+1.
17613         Cleanup when port allocation fails.
17614         Fixes #319183.
17615         
17616 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17617
17618         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
17619           Don't ignore return value of the parent class's state
17620           change function (#331385, patch by: Wouter Paesen).
17621
17622 2006-02-15  Wim Taymans  <wim@fluendo.com>
17623
17624         * configure.ac:
17625         * docs/plugins/Makefile.am:
17626         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17627         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17628         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17629         * ext/Makefile.am:
17630         * ext/hal/Makefile.am:
17631         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
17632         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
17633         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
17634         (do_toggle_element), (gst_hal_audio_sink_set_property),
17635         (gst_hal_audio_sink_get_property),
17636         (gst_hal_audio_sink_change_state):
17637         * ext/hal/gsthalaudiosink.h:
17638         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
17639         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
17640         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
17641         (do_toggle_element), (gst_hal_audio_src_set_property),
17642         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
17643         * ext/hal/gsthalaudiosrc.h:
17644         * ext/hal/gsthalelements.c: (plugin_init):
17645         * ext/hal/gsthalelements.h:
17646         * ext/hal/hal.c: (gst_hal_get_string),
17647         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
17648         (gst_hal_get_audio_src):
17649         * ext/hal/hal.h:
17650         Add HAL sound device wrapper plugins. Closes #329106
17651
17652 2006-02-15  Wim Taymans  <wim@fluendo.com>
17653
17654         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17655         Add comment in a fultile attempt to stop the copy-and-paste 
17656         paradigm leading to duplication of bad code.
17657
17658         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
17659         Mime parameters have to be checked case insensitive
17660
17661 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17662
17663         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
17664           Advance stream time for lagging subtitle streams by sending
17665           newsegment events with the update flag set.
17666
17667 2006-02-14  Edward Hervey  <edward@fluendo.com>
17668
17669         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17670         There can be bogus data before the hdrl LIST tag in the RIFF header.
17671         It's hard to say if it's not respecting the AVI specifications or not,
17672         but since Google Video is producing AVIs like that and the other player
17673         don't seem to complain, I guess we should do the same.
17674
17675 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
17676
17677         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
17678         (parse_split_strings):
17679         Add more validation to ensure that a char encoding conversion
17680         produced a valid UTF-8 string.
17681
17682 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
17683
17684         Reviewed by: Edward Hervey  <edward@fluendo.com>
17685
17686         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17687         Properly handle end of segment. Closes #330885.
17688
17689 2006-02-13  Wim Taymans  <wim@fluendo.com>
17690
17691         * gst/rtp/gstrtpmp4gpay.h:
17692         For got to commit this one.
17693
17694 2006-02-12  Wim Taymans  <wim@fluendo.com>
17695
17696         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
17697         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
17698         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
17699         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17700         * gst/rtp/gstrtpmp4gpay.h:
17701         Make more things work.
17702         Handle ACC config strings.
17703
17704 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17705
17706         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17707           set timestamps if no incoming timestamps set
17708
17709 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17710
17711         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17712         (gst_tag_demux_do_typefind):
17713           ... and fix the very same leaks in GstTagDemux.
17714
17715 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17716
17717         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17718         (gst_id3demux_do_typefind):
17719         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17720         <jonathan at kaolin dot wh9 dot net>)
17721
17722 2006-02-10  Wim Taymans  <wim@fluendo.com>
17723
17724         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17725         First set options, then set caps or else the baseclass
17726         will not know about the options, duh.
17727
17728 2006-02-10  Wim Taymans  <wim@fluendo.com>
17729
17730         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17731         (gst_rtp_mp4v_pay_setcaps):
17732         Don't waste time looking for a config string if we have codec_info
17733         on the incomming caps.
17734
17735 2006-02-10  Wim Taymans  <wim@fluendo.com>
17736
17737         * gst/rtp/README:
17738         Say something about case-sensitivity of caps vs mime-attributes.
17739
17740         * gst/rtp/Makefile.am:
17741         * gst/rtp/gstrtp.c: (plugin_init):
17742         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17743         (gst_rtp_amr_pay_handle_buffer):
17744         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17745         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17746         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17747         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17748         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17749         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17750         (gst_rtp_mp4g_pay_plugin_init):
17751         * gst/rtp/gstrtpmp4gpay.h:
17752         Added beginnings of mpeg4-generic payloader (RFC 3640)
17753
17754 2006-02-09  Wim Taymans  <wim@fluendo.com>
17755
17756         * gst/rtsp/Makefile.am:
17757         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17758         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17759         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17760         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17761         (gst_rtpdec_change_state):
17762         * gst/rtsp/gstrtpdec.h:
17763         * gst/rtsp/gstrtsp.c: (plugin_init):
17764         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17765         * gst/rtsp/rtspconnection.c: (read_body),
17766         (rtsp_connection_receive):
17767         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17768         Resurected rtpdec to make rtspsrc happy again.
17769         Skip attributes from the session id.
17770         Don't crash when dumping a message with an empty body.
17771
17772
17773 2006-02-09  Wim Taymans  <wim@fluendo.com>
17774
17775         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17776         Added more meaningfull warnings when something goes wrong.
17777         Clear F bit on outgoing AMR packets.
17778
17779         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17780         (gst_rtp_amr_pay_handle_buffer):
17781         Added debugging category
17782         Support payloading of multiple AMR frames.
17783
17784         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17785         Added some debugging.
17786
17787 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17788
17789         * configure.ac:
17790           Back to CVS
17791
17792 === release 0.10.2 ===
17793
17794 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17795
17796         * configure.ac:
17797           releasing 0.10.2, "Papa was a rolling stone"
17798
17799 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17800
17801         * configure.ac:
17802           Bump core and plugins-base requirement to 0.10.2.2
17803           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17804
17805 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17806
17807         * ext/flac/gstflac.c: (plugin_init):
17808         * ext/speex/gstspeex.c: (plugin_init):
17809           Register musicbrainz tags.
17810
17811 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17812
17813         * ext/gconf/gconf.h:
17814           Remove declaration of function that no longer exists.
17815
17816 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17817
17818         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17819         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17820         Make shout2 work for non ogg streams
17821
17822 2006-02-06  Wim Taymans  <wim@fluendo.com>
17823
17824         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17825         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17826         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17827         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17828         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
17829         * gst/udp/gstmultiudpsink.h:
17830         Updated docs.
17831         Added properties bytes-served, bytes_to_serve.
17832         Post proper error messages,
17833         Emit client added signal too.
17834
17835 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17836
17837         * docs/plugins/Makefile.am:
17838         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17839         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17840         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17841         (gst_multiudpsink_get_stats):
17842           adding docs for multiudpsink
17843
17844 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17845
17846         * gst/level/gstlevel.c: (gst_level_transform_ip):
17847           peak below decay is not necessarily an error, so don't ERROR log
17848
17849 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17850
17851         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
17852         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
17853         (gst_ebml_write_seek):
17854         * gst/matroska/ebml-write.h:
17855           Make sure we send a newsegment event in BYTES format
17856           before sending buffers (#328531).
17857
17858 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17859
17860         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
17861         (gst_dvdemux_sink_query):
17862         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
17863         * ext/speex/gstspeexdec.c: (speex_get_query_types),
17864         (speex_dec_src_query):
17865         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
17866         (gst_speexenc_sink_query):
17867         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17868         * gst/matroska/matroska-demux.c:
17869         (gst_matroska_demux_get_src_query_types),
17870         (gst_matroska_demux_handle_src_query):
17871         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
17872         (gst_wavparse_pad_query):
17873           Pass unhandled queries upstream instead of just dropping
17874           them (#326446). Update query type arrays here and there.
17875
17876 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17877
17878         * tests/check/elements/matroskamux.c: (setup_src_pad):
17879           Collectpads in core got changed and now also holds a
17880           reference to any pad that is part of it. Fix refcount
17881           checks in test case accordingly.
17882
17883 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17884
17885         * gst/apetag/gstapedemux.h:
17886           Fix include, for now GstTagDemux is in the apetag dir.
17887
17888 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17889
17890         * docs/plugins/Makefile.am:
17891         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17892         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17893         * docs/plugins/inspect/plugin-cdio.xml:
17894           Add cdio plugin to docs.
17895
17896         * ext/cdio/gstcdiocddasrc.c:
17897           Add gtk-doc blurb.
17898
17899         * ext/cdio/gstcdio.c:
17900           The plugin is called 'cdio' not 'cddio'.
17901
17902 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17903
17904         * configure.ac:
17905         * docs/plugins/Makefile.am:
17906         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17907         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17908         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17909         * docs/plugins/inspect/plugin-apetag.xml:
17910         * gst/apetag/Makefile.am:
17911         * gst/apetag/gstapedemux.c:
17912         * gst/apetag/gstapedemux.h:
17913         * gst/apetag/gsttagdemux.c:
17914         * gst/apetag/gsttagdemux.h:
17915           Add APE tag demuxer (#325649).
17916
17917 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17918
17919         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
17920         (gst_gconf_get_default_video_sink),
17921         (gst_gconf_get_default_audio_src),
17922         (gst_gconf_get_default_video_src):
17923         * ext/gconf/gconf.h:
17924         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
17925         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
17926         (do_toggle_element):
17927         * ext/gconf/gstgconfaudiosink.h:
17928         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
17929         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
17930         (do_toggle_element):
17931         * ext/gconf/gstgconfaudiosrc.h:
17932         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
17933         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
17934         (do_toggle_element):
17935         * ext/gconf/gstgconfvideosink.h:
17936         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
17937         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
17938         (do_toggle_element):
17939         * ext/gconf/gstgconfvideosrc.h:
17940           Ignore changing the GConf key to "". Ignore GConf key updates
17941           that don't actually change the string.
17942           For now, ignore the GConf key when the state is > READY, as
17943           it breaks streaming. Sometime it will be nice to bring the
17944           new sink online even mid-stream, by sending NEWSEGMENT info
17945           and possibly prerolling.
17946           (Fixes #326736)
17947
17948 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17949
17950         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
17951         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
17952         (zoomFilterSetResolution), (zoomFilterDestroy),
17953         (zoomFilterFastRGB), (pointFilter):
17954         * gst/goom/filters.h:
17955         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
17956         (goom_update), (goom_close):
17957         * gst/goom/goom_core.h:
17958         * gst/goom/goom_tools.h:
17959         * gst/goom/graphic.c:
17960         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
17961         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
17962         * gst/goom/gstgoom.h:
17963         * gst/goom/lines.c: (goom_lines):
17964         * gst/goom/lines.h:
17965           Make goom reentrant by moving all important static variables
17966           into instance structures.
17967           (Fixes #329181)
17968
17969 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
17970
17971         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
17972         (gst_avi_demux_all_source_pads_unlinked),
17973         (gst_avi_demux_process_next_entry):
17974         * gst/avi/gstavidemux.h:
17975           Third attempt, use gst_pad_is_linked() this time.
17976
17977 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
17978
17979         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17980         (parse_split_strings):
17981         Adjust for data length indicators when parsing (Fixes #329810)
17982         Fix stupid bug parsing UTF-8 tag text.
17983         Output tag strings with multiple fields as multiple tags, so the
17984         app gets all the data.
17985
17986 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17987
17988         * ext/flac/gstflacenc.c:
17989         Fixed a bug add in last commit, where no event is send. Thanks Tim to
17990         show me.
17991         
17992 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17993
17994         * ext/flac/gstflacenc.c:
17995         * gst/matroska/ebml-read.c:
17996         Just make it compile with --disable-gst-debug.
17997
17998 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
17999
18000         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18001         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18002         (id3v2_genre_fields_to_taglist):
18003           Never output a tag with a null contents string.
18004
18005 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18006
18007         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18008           Only pause if all pads are unlinked AND we've tried to send data
18009           on all of them at least once.
18010
18011 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18012
18013         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18014         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18015           Make loop function/task pause itself when all source pads are
18016           unlinked.
18017
18018 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18019
18020         * configure.ac:
18021         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18022           Use new functions from core to render a bin from a
18023           string. Fixes build. Up requirements to core CVS.
18024
18025 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18026
18027         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18028           Don't push buffers into the adapter that we are going to
18029           push downstream again without framing anyway. Also, the
18030           adaptor takes ownership of buffers put into it (fixes
18031           auparse pushing invalid buffers for .au files with
18032           ADPCM contents). Finally, set caps on all outgoing buffers.
18033
18034 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18035
18036         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18037         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18038         (gst_id3demux_send_tag_event):
18039         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18040         Someone should kick my butt. Remove ID3v1 tags from the end of the
18041         file.
18042
18043         Improve error messages. Send the TAG message as soon as we complete
18044         typefinding, instead of waiting until we send the first buffer.
18045         Downstream tag event is still sent before the first buffer.
18046
18047 2006-01-27  Jan Gerber  <j@bootlab.org>
18048
18049         Reviewed by: Andy Wingo <wingo@pobox.com>
18050
18051         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18052         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18053         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18054         to not have warings flooding stderr. this is the suggested way
18055         also used in dvgrab and kino. (#328336)
18056
18057 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18058
18059         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18060         (gst_oss_sink_init), (gst_oss_sink_finalise):
18061           Free the device name string when finalised.
18062
18063 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18064
18065         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18066           Don't put function calls in g_return_if_fail() statements,
18067           or they'll be replaced with NOOPs if someone compiles with
18068           G_DISABLE_CHECKS defined.
18069           
18070 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18071
18072         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18073         Never trust ANY information encoded in a media file, especially
18074         when it's giving you sizes. (Fixes #328452)
18075
18076 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18077
18078         * gst/rtp/gstrtpg711pay.c:
18079         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18080         bug #325148.
18081
18082 2006-01-23  Edward Hervey  <edward@fluendo.com>
18083
18084         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18085         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18086         * gst/matroska/matroska-ids.h:
18087         Added recognition of Real Audio and Video streams in matroska demuxer.
18088
18089 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18090
18091         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18092           Remove errant break statement, and fix compilation with
18093           older GCC.
18094
18095 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18096
18097         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18098
18099         * sys/sunaudio/gstsunaudiomixerctrl.c:
18100         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18101           Export functions that are needed in other parts of the code,
18102           makes the mixer actually work; adjust magic minimum buffer-time
18103           value from 3ms to 5ms to work around stuttering during mp3
18104           playback (#327765).
18105
18106 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18107
18108         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18109
18110         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18111         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18112           Fix possible deadlock in matroska muxer (#327825).
18113
18114 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18115
18116         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18117         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18118         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18119         * gst/rtsp/sdpmessage.h:
18120         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18121         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18122           C89 fixes: declare variables at the beginning of a block and
18123           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18124           <jensgr at gmx dot net>).
18125
18126 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18127
18128         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18129         * gst/id3demux/id3tags.h:
18130         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18131         (parse_comment_frame), (parse_text_identification_frame),
18132         (id3v2_tag_to_taglist), (id3v2_are_digits),
18133         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18134         (parse_split_strings), (free_tag_strings):
18135           Rewrite parsing of text tags to handle multiple NULL terminated
18136           strings. Parse numeric genre strings and ID3v2 type
18137           "(3)(6)Alternative" style genre strings.
18138           Parse dates that are only YYYY or YYYY-mm format.
18139           (Fixes #328241 and #322154)
18140
18141 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18142
18143         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18144           Don't forget to initialize liboil, otherwise our oil functions
18145           will crash (fixes #327871; patch by: Christoph Burghardt
18146           <hawkes at web dot de>).
18147
18148 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18149
18150         * configure.ac:
18151           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18152           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18153           patch by: Brian Cameron <brian dot cameron at sun dot com>
18154
18155 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18156
18157         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18158         * ext/cdio/gstcdio.h:
18159         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18160           Fix build for libcdio versions >= 76; give slightly lower rank
18161           than cdparanoia.
18162
18163 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18164
18165         * configure.ac:
18166         * ext/Makefile.am:
18167         * ext/cdio/Makefile.am:
18168         * ext/cdio/gstcdio.c:
18169         * ext/cdio/gstcdio.h:
18170         * ext/cdio/gstcdiocddasrc.c:
18171         * ext/cdio/gstcdiocddasrc.h:
18172           Port libcdio cdda source, formerly known as cddasrc, now known as
18173           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18174           but that's not tested (fixes #317658).
18175
18176 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18177
18178         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18179           Fix conversion from TIME to BYTES format (fixes #326864;
18180           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18181
18182 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18183
18184         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18185           Fix compilation of id3demux when zlib is not present.
18186           (Fixes #326602; patch by: Sergey Scobich)
18187
18188 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18189
18190         * ext/esd/Makefile.am:
18191           Add $(ESD_CFLAGS), otherwise build will fail for folks
18192           with libesd in a non-standard prefix (#327009).
18193
18194 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18195
18196         * configure.ac:
18197           back to HEAD
18198
18199 === release 0.10.1 ===
18200
18201 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18202
18203         * configure.ac:
18204           releasing 0.10.1, "Li"
18205
18206 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18207
18208           patch by: Wim Taymans
18209
18210         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18211           fix memleak.  Fixes #326618
18212
18213 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18214
18215           patch by: Mike Smith
18216
18217         * gst/level/gstlevel.c: (gst_level_message_new),
18218         (gst_level_message_append_channel):
18219           Fix memleak.  Fixes #326612
18220
18221 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18222
18223         * configure.ac:
18224           prereleasing
18225         * po/af.po:
18226         * po/az.po:
18227         * po/cs.po:
18228         * po/en_GB.po:
18229         * po/hu.po:
18230         * po/it.po:
18231         * po/nb.po:
18232         * po/nl.po:
18233         * po/or.po:
18234         * po/sq.po:
18235         * po/sr.po:
18236         * po/sv.po:
18237         * po/uk.po:
18238         * po/vi.po:
18239           update translations
18240
18241 2006-01-10  Michael Smith  <msmith@fluendo.com>
18242
18243         * gst/level/gstlevel.c: (gst_level_class_init),
18244         (gst_level_dispose):
18245           Don't leak filter arrays.
18246
18247 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18248
18249         reviewed by: Christian Schaller <uraeus@gnome.org>
18250         
18251         * configure.ac:
18252         * gst-plugins-good.spec.in:
18253         * sys/Makefile.am:
18254         * sys/sunaudio/Makefile.am:
18255         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18256         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18257         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18258         (gst_sunaudiomixer_change_state):
18259         * sys/sunaudio/gstsunaudiomixer.h:
18260         * sys/sunaudio/gstsunaudiomixerctrl.c:
18261         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18262         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18263         (gst_sunaudiomixer_ctrl_list_tracks),
18264         (gst_sunaudiomixer_ctrl_get_volume),
18265         (gst_sunaudiomixer_ctrl_set_volume),
18266         (gst_sunaudiomixer_ctrl_set_mute),
18267         (gst_sunaudiomixer_ctrl_set_record):
18268         * sys/sunaudio/gstsunaudiomixerctrl.h:
18269         * sys/sunaudio/gstsunaudiomixertrack.c:
18270         (gst_sunaudiomixer_track_class_init),
18271         (gst_sunaudiomixer_track_init), (fill_labels),
18272         (gst_sunaudiomixer_track_new):
18273         * sys/sunaudio/gstsunaudiomixertrack.h:
18274         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18275         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18276         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18277         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18278         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18279         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18280         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18281         * sys/sunaudio/gstsunaudiosink.h:
18282
18283         Add SunAudio plugin - tested to make sure it doesn't break
18284         the build under GNU/Linux.      
18285
18286 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18287
18288         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18289         * gst-plugins-good/gst/udp/gstudpsrc.c:
18290         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18291         overrides the port or multicast parameters. Fixes bugs #323021.
18292         API addition: adds GstUDPSrc::sockfd property   
18293
18294 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18295
18296         * ext/gconf/Makefile.am:
18297         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18298         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18299         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18300         (do_toggle_element), (cb_toggle_element),
18301         (gst_gconf_audio_src_change_state):
18302         * ext/gconf/gstgconfaudiosrc.h:
18303         * ext/gconf/gstgconfelements.c: (plugin_init):
18304         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18305         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18306         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18307         (do_toggle_element), (cb_toggle_element),
18308         (gst_gconf_video_src_change_state):
18309         * ext/gconf/gstgconfvideosrc.h:
18310           Add new gconfaudiosrc and gconfvideosrc elements
18311           (needed for gnome-sound-recorder).
18312
18313 2006-01-06  Edward Hervey  <edward@fluendo.com>
18314
18315         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18316         Add gst_element_no_more_pads() for proper decodebin behaviour.
18317         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18318         (parse_text_identification_frame), (parse_split_strings):
18319         Failure to decode some tags is not a GST_ERROR() but a
18320         GST_WARNING()
18321         When iterating over a chunk of text, check that we haven't gone too
18322         far.
18323
18324 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18325
18326         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18327         (plugin_init):
18328           call oil_init() when using liboil
18329
18330 2006-01-04  Wim Taymans  <wim@fluendo.com>
18331
18332         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18333         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18334         Fix leaks.
18335
18336 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18337
18338         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18339
18340         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18341         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18342         (gst_flac_dec_change_state):
18343           Don't g_assert() where we should just return FALSE; remove
18344           unnecessary g_assert(); initialize some fields properly in
18345           state change function (fixes #325504). Also, use
18346           GST_DEBUG_OBJECT in two more places.
18347
18348 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18349
18350         * configure.ac:
18351           also remove smoothwave's Makefile.am
18352         * docs/plugins/Makefile.am:
18353           fix plugin docs
18354
18355 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18356
18357         * tests/examples/Makefile.am:
18358           added missing Makefile.am
18359
18360 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18361
18362         * configure.ac:
18363         * gst/level/Makefile.am:
18364         * gst/level/level-example.c:
18365         * tests/Makefile.am:
18366         * tests/examples/level/Makefile.am:
18367         * tests/examples/level/level-example.c: (message_handler), (main):
18368           moved level-example to tests/examples/level-example
18369         * tests/old/examples/level/demo.c: (main):
18370         * tests/old/examples/level/plot.c: (main):
18371           some initial fixes
18372
18373 2005-12-29  Michael Smith  <msmith@fluendo.com>
18374
18375         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18376         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18377         * gst/udp/gstmultiudpsink.h:
18378           Track packets sent per client in addition to bytes sent; provide
18379           this info through get-stats signal
18380
18381 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18382
18383         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18384           Can't use gst_object_unref() on a GstAdapter (#325191).
18385
18386 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18387
18388         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18389         If a broken tag has 0 bytes payload, at least still skip
18390         the 10 byte header
18391
18392 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18393
18394         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18395         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18396         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18397         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18398           Making these depayloaders (H263+ and mpeg4 video) inherit from
18399           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18400
18401 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18402
18403         * docs/plugins/gst-plugins-good-plugins.args:
18404         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18405         Regenerate the plugin hiearchy.
18406
18407 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18408
18409         * docs/plugins/Makefile.am:
18410         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18411         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18412         * docs/plugins/gst-plugins-good-plugins.args:
18413         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18414         (gst_id3demux_base_init), (gst_id3demux_class_init),
18415         (gst_id3demux_chain):
18416         * gst/id3demux/gstid3demux.h:
18417           Add documentation for id3demux.
18418           Don't fail if the first buffer is not at offset 0, just
18419           attempt to typefind and do pass through
18420           Rename the gst_type function from gst_gst_id3demux..
18421
18422 2005-12-20  Michael Smith  <msmith@fluendo.com>
18423
18424         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18425         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18426         (gst_multiudpsink_get_stats):
18427         * gst/udp/gstmultiudpsink.h:
18428           Collect statistics; return them from get_stats.
18429
18430 2005-12-19  Edward Hervey  <edward@fluendo.com>
18431
18432         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18433         Stupid signedness issue...
18434
18435 2005-12-19  Edward Hervey  <edward@fluendo.com>
18436
18437         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18438         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18439         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18440         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18441         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18442         Construct index for indexless files.
18443         Make sure pad/buffers are correctly reset to NULL once we don't need
18444         them anymore, else we get lovely segfaults/assertions.
18445         * gst/wavparse/gstwavparse.c:
18446         Yes, you can have 96KHz audio and wma in wav :(
18447
18448 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18449
18450         * configure.ac:
18451           Check for optional dependency on zlib for id3demux
18452
18453         * gst/id3demux/Makefile.am:
18454         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18455         (gst_id3demux_base_init), (gst_id3demux_class_init),
18456         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18457         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18458         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18459         (gst_id3demux_set_property), (gst_id3demux_get_property),
18460         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18461         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18462         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18463         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18464         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18465         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18466         (simple_find_peek), (simple_find_suggest),
18467         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18468         (plugin_init):
18469         * gst/id3demux/gstid3demux.h:
18470         * gst/id3demux/id3tags.c: (read_synch_uint),
18471         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18472         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18473         (id3demux_id3v2_frames_to_tag_list):
18474         * gst/id3demux/id3tags.h:
18475         * gst/id3demux/id3v2.4.0-frames.txt:
18476         * gst/id3demux/id3v2.4.0-structure.txt:
18477         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18478         (parse_comment_frame), (parse_text_identification_frame),
18479         (id3v2_tag_to_taglist), (parse_split_strings):
18480           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18481           otherwise it discards them. Works on my test files. 
18482
18483         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18484           Don't send EOS to a non-existing srcpad
18485           The debug category can be static
18486
18487 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18488
18489         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18490         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18491         * gst/multipart/multipartdemux.c:
18492           change some char* into char[]
18493
18494 2005-12-16  Wim Taymans  <wim@fluendo.com>
18495
18496         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18497         (gst_wavparse_other), (gst_wavparse_perform_seek),
18498         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18499         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18500         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18501         * gst/wavparse/gstwavparse.h:
18502         Use GstSegment to implement more seeking features.
18503
18504 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18505
18506         * gst/rtsp/rtspconnection.c:
18507           Add <netinet/in.h> include and move <arpa/inet.h> include
18508           to make things work on OpenBSD as well (fixes #323717;
18509           patch by: Benjamin Pineau)
18510
18511 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18512
18513         * gst/rtp/gstrtpspeexdepay.c:
18514         * gst/rtp/gstrtpspeexpay.c:
18515         Set clock rate to be fixed in 8000. It fixes bug #324012.
18516
18517 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18518
18519         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18520         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18521         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18522         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18523         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18524         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18525         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18526         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18527         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18528         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18529         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18530         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18531         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18532         * gst-plugins-good/gst/rtp/README:
18533         Fixed payload range in payloder caps. Removed payload range completely
18534         from depayloaders as they don't require payload type in their caps.
18535         In effect, there isn't any specific payload type for any given codec,
18536         only suggestions.
18537         Fixes bug #324011.
18538
18539 2005-12-13  Julien MOUTTE  <julien@moutte.net>
18540
18541         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18542         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18543         (gst_videomixer_collected): Code cleanup and re-enabling 
18544         queued time validity check for correct EOS handling.
18545
18546 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
18547
18548         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
18549         (gst_oss_mixer_element_get_property),
18550         (gst_oss_mixer_element_change_state):
18551         Add 'device-name' property and fix state change function.
18552
18553 2005-12-13  Edward Hervey  <edward@fluendo.com>
18554
18555         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
18556         If the speed of the file is null in the header, set the frame_time to
18557         the default setting of GST_SECOND / 70. Which is the default
18558         frame_delay for .fli files as stated in this document :
18559         http://www.compuphase.com/flic.htm
18560         Would be nice to have the time conversion done properly too (duration =
18561         flxh->frames * flxdec->frame_time)
18562
18563 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18564
18565         * docs/plugins/Makefile.am:
18566         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18567         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18568         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18569         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18570         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18571         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
18572         documentation for videomixer on my way with a funny sample
18573         pipeline.
18574
18575 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18576
18577         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18578         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18579         (gst_videomixer_update_queues), (gst_videomixer_collected):
18580         Fix caps negotiation. (#323896)
18581
18582 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
18583
18584         * gst/matroska/matroska-demux.c:
18585         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
18586           Set correct timestamps on audio laces, fixes playback of mp3 from
18587                 matroska.
18588
18589 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18590
18591         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
18592         (gst_au_parse_class_init), (gst_au_parse_init),
18593         (gst_au_parse_dispose), (gst_au_parse_chain),
18594         (gst_au_parse_change_state), (plugin_init):
18595         * gst/auparse/gstauparse.h:
18596           Use gst_object_unref() for GstObjects instead of
18597           g_object_unref() and fix a mem leak in a debug
18598           statement; while we're at it, also borgify, use
18599           boilerplate macros and clean up a little bit.
18600
18601 2005-12-11  Edward Hervey  <edward@fluendo.com>
18602
18603         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18604         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
18605         Added pull mode.
18606
18607 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18608
18609         * gst/goom/gstgoom.c:
18610         * gst/level/level-example.c: (main):
18611         * gst/smoothwave/demo-osssrc.c: (main):
18612           Use audiotestsrc instead of sinesrc (#323798).
18613
18614 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
18615
18616         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
18617           more debug-func-ptr usage
18618
18619 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
18620
18621         * gst/flx/flx_color.c: (flx_colorspace_convert):
18622         * gst/flx/flx_color.h:
18623         * gst/flx/flx_fmt.h:
18624         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
18625         * gst/flx/gstflxdec.h:
18626           Now flxdec works on big-endian machines as well.
18627
18628 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18629
18630         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18631         (gst_fenced_buffer_copy):
18632           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
18633           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
18634           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
18635           and use GST_DEBUG_FUNCPTR for pad functions.
18636
18637 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18638
18639         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
18640         (gst_flac_dec_class_init), (gst_flac_dec_init),
18641         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
18642         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
18643         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
18644         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
18645         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
18646         (gst_flac_dec_change_state):
18647         * ext/flac/gstflacdec.h:
18648           Rewrite flacdec a bit, so that even seeking might work now. Most
18649           importantly, don't act upon any flow return values we get, just tell
18650           the decoder everything's dandy and act on the flow return values
18651           later on in the loop function. We don't want to mess up the internal
18652           decoder state for non-fatal things like flushing pads etc. Other
18653           than that, use GstSegment (segment seeks don't work yet though, but
18654           should be easy to add), use boilerplate macros, drop the superfluous
18655           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
18656           lots of other things.
18657
18658 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18659
18660         * configure.ac:
18661           Update comment in OSS includes check.
18662
18663         * sys/oss/gstossdmabuffer.c:
18664         * sys/oss/gstosshelper.c:
18665         * sys/oss/gstossmixer.c:
18666         * sys/oss/gstossmixertrack.c:
18667         * sys/oss/gstosssink.c:
18668         * sys/oss/gstosssrc.c:
18669         * sys/oss/oss_probe.c:
18670           Don't assume the OSS soundcard.h include is always in
18671           the sys/ directory. Instead, use the existing defines
18672           from config.h to include the right file. Fixes
18673           compilation on OpenBSD 3.8 (#323718).
18674
18675 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18676
18677         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18678         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18679         * docs/plugins/inspect/plugin-1394.xml:
18680         * docs/plugins/inspect/plugin-aasink.xml:
18681         * docs/plugins/inspect/plugin-alaw.xml:
18682         * docs/plugins/inspect/plugin-alpha.xml:
18683         * docs/plugins/inspect/plugin-alphacolor.xml:
18684         * docs/plugins/inspect/plugin-auparse.xml:
18685         * docs/plugins/inspect/plugin-autodetect.xml:
18686         * docs/plugins/inspect/plugin-avi.xml:
18687         * docs/plugins/inspect/plugin-cacasink.xml:
18688         * docs/plugins/inspect/plugin-cairo.xml:
18689         * docs/plugins/inspect/plugin-cutter.xml:
18690         * docs/plugins/inspect/plugin-debug.xml:
18691         * docs/plugins/inspect/plugin-dv.xml:
18692         * docs/plugins/inspect/plugin-efence.xml:
18693         * docs/plugins/inspect/plugin-effectv.xml:
18694         * docs/plugins/inspect/plugin-esdsink.xml:
18695         * docs/plugins/inspect/plugin-flac.xml:
18696         * docs/plugins/inspect/plugin-flxdec.xml:
18697         * docs/plugins/inspect/plugin-gconfelements.xml:
18698         * docs/plugins/inspect/plugin-goom.xml:
18699         * docs/plugins/inspect/plugin-jpeg.xml:
18700         * docs/plugins/inspect/plugin-level.xml:
18701         * docs/plugins/inspect/plugin-matroska.xml:
18702         * docs/plugins/inspect/plugin-mulaw.xml:
18703         * docs/plugins/inspect/plugin-multipart.xml:
18704         * docs/plugins/inspect/plugin-navigationtest.xml:
18705         * docs/plugins/inspect/plugin-ossaudio.xml:
18706         * docs/plugins/inspect/plugin-png.xml:
18707         * docs/plugins/inspect/plugin-rtp.xml:
18708         * docs/plugins/inspect/plugin-rtsp.xml:
18709         * docs/plugins/inspect/plugin-shout2send.xml:
18710         * docs/plugins/inspect/plugin-smpte.xml:
18711         * docs/plugins/inspect/plugin-speex.xml:
18712         * docs/plugins/inspect/plugin-udp.xml:
18713         * docs/plugins/inspect/plugin-videobox.xml:
18714         * docs/plugins/inspect/plugin-videoflip.xml:
18715         * docs/plugins/inspect/plugin-videomixer.xml:
18716         * docs/plugins/inspect/plugin-wavenc.xml:
18717         * docs/plugins/inspect/plugin-wavparse.xml:
18718         * ext/flac/gstflac.c: (plugin_init):
18719         * ext/flac/gstflacdec.c: (flacdec_get_type),
18720         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18721         (gst_flac_dec_init), (gst_flac_dec_finalize),
18722         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18723         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18724         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18725         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18726         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18727         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18728         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18729         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18730         * ext/flac/gstflacdec.h:
18731         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18732         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18733         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18734         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18735         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18736         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18737         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18738         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18739         (gst_flac_enc_change_state):
18740         * ext/flac/gstflacenc.h:
18741           borgify and fix up documentation
18742
18743 2005-12-09  Michael Smith  <msmith@fluendo.com>
18744
18745         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18746           Accept a wider range of flac files, more closely matching flac spec.
18747
18748 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18749
18750         * docs/plugins/Makefile.am: Add multipart elements.
18751         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18752         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18753         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18754         * gst/multipart/multipartdemux.c:
18755         * gst/multipart/multipartmux.c: Add docs.
18756
18757 2005-12-07  Edward Hervey  <edward@fluendo.com>
18758
18759         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18760         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18761         (gst_avi_demux_invert):
18762         Memleak and crasher fixes.
18763         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18764         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18765         Memleak fixes
18766
18767 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18768
18769         * ext/aalib/gstaasink.h:
18770         * ext/cairo/gsttextoverlay.h:
18771         * ext/dv/gstdvdec.h:
18772         * ext/dv/gstdvdemux.c:
18773         * ext/dv/gstdvdemux.h:
18774         * ext/esd/esdsink.h:
18775         * ext/flac/flac_compat.h:
18776         * ext/flac/gstflacdec.h:
18777         * ext/flac/gstflacenc.h:
18778         * ext/gconf/gconf.h:
18779         * ext/gconf/gstgconfaudiosink.h:
18780         * ext/gconf/gstgconfvideosink.h:
18781         * ext/gdk_pixbuf/gstgdkanimation.h:
18782         * ext/jpeg/gstjpegdec.h:
18783         * ext/jpeg/smokecodec.h:
18784         * ext/jpeg/smokeformat.h:
18785         * ext/ladspa/gstsignalprocessor.h:
18786         * ext/ladspa/search.c: (LADSPAPluginSearch):
18787         * ext/ladspa/utils.h:
18788         * ext/libmng/gstmng.c:
18789         * ext/libmng/gstmngdec.h:
18790         * ext/libmng/gstmngenc.c:
18791         * ext/libmng/gstmngenc.h:
18792         * ext/libpng/gstpng.c:
18793         * ext/libpng/gstpngenc.c:
18794         * ext/libpng/gstpngenc.h:
18795         * ext/shout2/gstshout2.h:
18796         * ext/speex/gstspeexdec.h:
18797         * ext/speex/gstspeexenc.c:
18798         * ext/speex/gstspeexenc.h:
18799         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18800         * gst/autodetect/gstautoaudiosink.h:
18801         * gst/autodetect/gstautovideosink.h:
18802         * gst/avi/gstavidemux.h:
18803         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18804         (gst_cutter_set_property), (gst_cutter_get_caps):
18805         * gst/cutter/gstcutter.h:
18806         * gst/debug/tests.c: (md5_process_block):
18807         * gst/debug/tests.h:
18808         * gst/effectv/gstwarp.c:
18809         * gst/flx/flx_fmt.h:
18810         * gst/flx/gstflxdec.h:
18811         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18812         (zoomFilterFastRGB):
18813         * gst/goom/filters.h:
18814         * gst/goom/goom_tools.h:
18815         * gst/law/alaw-encode.c:
18816         * gst/level/gstlevel.c:
18817         * gst/level/gstlevel.h:
18818         * gst/matroska/ebml-write.h:
18819         * gst/matroska/matroska-demux.h:
18820         * gst/matroska/matroska-ids.h:
18821         * gst/matroska/matroska-mux.h:
18822         * gst/monoscope/convolve.c: (convolve_match):
18823         * gst/monoscope/convolve.h:
18824         * gst/multipart/multipartmux.c:
18825         * gst/oldcore/gstaggregator.c:
18826         * gst/oldcore/gstaggregator.h:
18827         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18828         * gst/oldcore/gstmd5sink.h:
18829         * gst/oldcore/gstmultifilesrc.c:
18830         * gst/oldcore/gstmultifilesrc.h:
18831         * gst/oldcore/gstpipefilter.h:
18832         * gst/oldcore/gstshaper.h:
18833         * gst/rtp/gstrtpL16depay.h:
18834         * gst/rtp/gstrtpL16pay.h:
18835         * gst/rtp/gstrtpdepay.h:
18836         * gst/rtp/gstrtpmp4vpay.c:
18837         * gst/rtp/gstrtpmp4vpay.h:
18838         * gst/rtsp/gstrtspsrc.c:
18839         * gst/rtsp/gstrtspsrc.h:
18840         * gst/rtsp/rtspconnection.h:
18841         * gst/rtsp/rtspdefs.h:
18842         * gst/rtsp/rtspmessage.h:
18843         * gst/rtsp/rtsptransport.h:
18844         * gst/rtsp/rtspurl.c:
18845         * gst/rtsp/rtspurl.h:
18846         * gst/rtsp/sdpmessage.c:
18847         * gst/rtsp/sdpmessage.h:
18848         * gst/smpte/barboxwipes.c:
18849         * gst/smpte/gstmask.h:
18850         * gst/smpte/gstsmpte.h:
18851         * gst/smpte/paint.c:
18852         * gst/smpte/paint.h:
18853         * gst/udp/gstdynudpsink.h:
18854         * gst/udp/gstmultiudpsink.h:
18855         * gst/udp/gstudpsink.c:
18856         * gst/udp/gstudpsink.h:
18857         * gst/udp/gstudpsrc.c:
18858         * gst/videomixer/videomixer.c:
18859         * gst/wavenc/riff.h:
18860         * gst/wavparse/gstwavparse.h:
18861         * sys/oss/gstossdmabuffer.h:
18862         * sys/oss/gstossmixer.h:
18863         * sys/oss/gstossmixerelement.h:
18864         * sys/oss/gstossmixertrack.h:
18865         * sys/oss/gstosssink.c:
18866         * sys/oss/gstosssink.h:
18867         * sys/oss/gstosssrc.c:
18868         * sys/oss/gstosssrc.h:
18869         * sys/osxaudio/gstosxaudioelement.h:
18870         * sys/osxaudio/gstosxaudiosink.h:
18871         * sys/osxaudio/gstosxaudiosrc.h:
18872           expand tabs
18873
18874 === release 0.10.0 ===
18875
18876 2005-12-05   <thomas (at) apestaart (dot) org>
18877
18878         * configure.ac:
18879           releasing 0.10.0, "Abondance"
18880
18881 2005-12-05  Andy Wingo  <wingo@pobox.com>
18882
18883         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18884         * ext/flac/gstflacdec.c: (gst_flacdec_write):
18885         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
18886         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18887         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
18888         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18889         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
18890         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
18891         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
18892         * ext/speex/gstspeexdec.c: (speex_dec_chain):
18893         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18894         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18895         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18896         * gst/goom/gstgoom.c: (gst_goom_chain):
18897         * gst/matroska/matroska-demux.c:
18898         (gst_matroska_demux_push_vorbis_codec_priv_data),
18899         (gst_matroska_demux_add_wvpk_header):
18900         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
18901         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
18902         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
18903         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
18904         alloc_buffer changes.
18905
18906 2005-12-05  Michael Smith  <msmith@fluendo.com>
18907
18908         * docs/plugins/gst-plugins-good-plugins.args:
18909           Remove args for plugins that aren't in -good.
18910
18911 === release 0.9.7 ===
18912
18913 2005-12-01   <thomas (at) apestaart (dot) org>
18914
18915         * configure.ac:
18916           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
18917
18918 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18919
18920         * docs/plugins/.cvsignore:
18921         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18922         * docs/plugins/inspect/plugin-multipart.xml:
18923         * docs/plugins/inspect/plugin-rtp.xml:
18924           add multipart plugin to docs
18925
18926 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18927
18928         * configure.ac:
18929         * ext/Makefile.am:
18930         * ext/pango/Makefile.am:
18931         * ext/pango/gstclockoverlay.c:
18932         * ext/pango/gstclockoverlay.h:
18933         * ext/pango/gsttextoverlay.c:
18934         * ext/pango/gsttextoverlay.h:
18935         * ext/pango/gsttextrender.c:
18936         * ext/pango/gsttextrender.h:
18937         * ext/pango/gsttimeoverlay.c:
18938         * ext/pango/gsttimeoverlay.h:
18939           move pango to base
18940
18941 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18942
18943         * gst/rtp/Makefile.am:
18944         * gst/rtp/gstrtpL16depay.c:
18945         * gst/rtp/gstrtpL16depay.h:
18946         * gst/rtp/gstrtpL16parse.c:
18947         * gst/rtp/gstrtpL16parse.h:
18948         * gst/rtp/gstrtpgsmdepay.c:
18949         * gst/rtp/gstrtpgsmdepay.h:
18950         * gst/rtp/gstrtpgsmparse.c:
18951         * gst/rtp/gstrtpgsmparse.h:
18952           parsers are depayers
18953
18954 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18955
18956         * gst/rtp/Makefile.am:
18957         * gst/rtp/gstasteriskh263.c:
18958         * gst/rtp/gstrtp.c:
18959         * gst/rtp/gstrtpL16enc.c:
18960         * gst/rtp/gstrtpL16enc.h:
18961         * gst/rtp/gstrtpL16parse.c:
18962         * gst/rtp/gstrtpL16parse.h:
18963         * gst/rtp/gstrtpL16pay.c:
18964         * gst/rtp/gstrtpL16pay.h:
18965         * gst/rtp/gstrtpamrdec.c:
18966         * gst/rtp/gstrtpamrdec.h:
18967         * gst/rtp/gstrtpamrdepay.c:
18968         * gst/rtp/gstrtpamrdepay.h:
18969         * gst/rtp/gstrtpamrenc.c:
18970         * gst/rtp/gstrtpamrenc.h:
18971         * gst/rtp/gstrtpamrpay.c:
18972         * gst/rtp/gstrtpamrpay.h:
18973         * gst/rtp/gstrtpdec.c:
18974         * gst/rtp/gstrtpdec.h:
18975         * gst/rtp/gstrtpdepay.c:
18976         * gst/rtp/gstrtpdepay.h:
18977         * gst/rtp/gstrtpg711dec.c:
18978         * gst/rtp/gstrtpg711dec.h:
18979         * gst/rtp/gstrtpg711depay.c:
18980         * gst/rtp/gstrtpg711depay.h:
18981         * gst/rtp/gstrtpg711enc.c:
18982         * gst/rtp/gstrtpg711enc.h:
18983         * gst/rtp/gstrtpg711pay.c:
18984         * gst/rtp/gstrtpg711pay.h:
18985         * gst/rtp/gstrtpgsmenc.c:
18986         * gst/rtp/gstrtpgsmenc.h:
18987         * gst/rtp/gstrtpgsmparse.c:
18988         * gst/rtp/gstrtpgsmparse.h:
18989         * gst/rtp/gstrtpgsmpay.c:
18990         * gst/rtp/gstrtpgsmpay.h:
18991         * gst/rtp/gstrtph263enc.c:
18992         * gst/rtp/gstrtph263enc.h:
18993         * gst/rtp/gstrtph263pay.c:
18994         * gst/rtp/gstrtph263pay.h:
18995         * gst/rtp/gstrtph263pdec.c:
18996         * gst/rtp/gstrtph263pdec.h:
18997         * gst/rtp/gstrtph263pdepay.c:
18998         * gst/rtp/gstrtph263pdepay.h:
18999         * gst/rtp/gstrtph263penc.c:
19000         * gst/rtp/gstrtph263penc.h:
19001         * gst/rtp/gstrtph263ppay.c:
19002         * gst/rtp/gstrtph263ppay.h:
19003         * gst/rtp/gstrtpmp4vdec.c:
19004         * gst/rtp/gstrtpmp4vdec.h:
19005         * gst/rtp/gstrtpmp4vdepay.c:
19006         * gst/rtp/gstrtpmp4vdepay.h:
19007         * gst/rtp/gstrtpmp4venc.c:
19008         * gst/rtp/gstrtpmp4venc.h:
19009         * gst/rtp/gstrtpmp4vpay.c:
19010         * gst/rtp/gstrtpmp4vpay.h:
19011         * gst/rtp/gstrtpmpadec.c:
19012         * gst/rtp/gstrtpmpadec.h:
19013         * gst/rtp/gstrtpmpadepay.c:
19014         * gst/rtp/gstrtpmpadepay.h:
19015         * gst/rtp/gstrtpmpaenc.c:
19016         * gst/rtp/gstrtpmpaenc.h:
19017         * gst/rtp/gstrtpmpapay.c:
19018         * gst/rtp/gstrtpmpapay.h:
19019         * gst/rtp/gstrtpspeexdec.c:
19020         * gst/rtp/gstrtpspeexdec.h:
19021         * gst/rtp/gstrtpspeexdepay.c:
19022         * gst/rtp/gstrtpspeexdepay.h:
19023         * gst/rtp/gstrtpspeexenc.c:
19024         * gst/rtp/gstrtpspeexenc.h:
19025         * gst/rtp/gstrtpspeexpay.c:
19026         * gst/rtp/gstrtpspeexpay.h:
19027           Do burger's rename for rtp payloaders and depayloaders
19028
19029 2005-11-30  Wim Taymans  <wim@fluendo.com>
19030
19031         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19032         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19033         * ext/dv/gstdvdemux.h:
19034         Fix seeking in dvdemux again, add some more debug info.
19035
19036 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19037
19038         * configure.ac:
19039           fix tests
19040
19041 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19042
19043         * PORTED_09:
19044         * docs/random/PORTED_09:
19045           move
19046         * tests/Makefile.am:
19047           add
19048         * win32/gst.sln:
19049           remove
19050
19051 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19052
19053         * Makefile.am:
19054         * check/.cvsignore:
19055         * check/Makefile.am:
19056         * check/elements/.cvsignore:
19057         * check/elements/level.c:
19058         * check/elements/matroskamux.c:
19059         * configure.ac:
19060         * examples/Makefile.am:
19061         * examples/capsfilter/Makefile.am:
19062         * examples/capsfilter/capsfilter1.c:
19063         * examples/gob/Makefile.am:
19064         * examples/gob/gst-identity2.gob:
19065         * examples/gstplay/.cvsignore:
19066         * examples/gstplay/Makefile.am:
19067         * examples/gstplay/player.c:
19068         * examples/indexing/.cvsignore:
19069         * examples/indexing/Makefile.am:
19070         * examples/indexing/indexmpeg.c:
19071         * examples/level/Makefile.am:
19072         * examples/level/README:
19073         * examples/level/demo.c:
19074         * examples/level/plot.c:
19075         * examples/stats/Makefile.am:
19076         * examples/stats/mp2ogg.c:
19077         * examples/switch/.cvsignore:
19078         * examples/switch/Makefile.am:
19079         * examples/switch/switcher.c:
19080           move under tests/
19081
19082 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19083
19084         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19085         (gst_text_render_class_init), (resize_bitmap),
19086         (gst_text_render_render_text), (gst_text_render_setcaps),
19087         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19088         (gst_text_render_chain), (gst_text_render_finalize),
19089         (gst_text_render_init), (gst_text_render_set_property):
19090         * ext/pango/gsttextrender.h:
19091           Add missing files.
19092
19093 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19094
19095         * configure.ac:
19096         * ext/Makefile.am:
19097         * ext/pango/Makefile.am:
19098         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19099         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19100         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19101         * ext/pango/gstclockoverlay.h:
19102         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19103         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19104         (gst_text_overlay_finalize), (gst_text_overlay_init),
19105         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19106         (gst_text_overlay_text_pad_linked),
19107         (gst_text_overlay_text_pad_unlinked),
19108         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19109         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19110         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19111         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19112         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19113         (gst_text_overlay_change_state), (plugin_init):
19114         * ext/pango/gsttextoverlay.h:
19115         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19116         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19117         (gst_time_overlay_class_init), (gst_time_overlay_init):
19118         * ext/pango/gsttimeoverlay.h:
19119           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19120           and add background shading and text wrapping modes. Make 
19121           timoverlay derive from textoverlay. Also add new clockoverlay
19122           element.
19123
19124 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19125
19126         * gst/udp/Makefile.am: Moved to netbuffer.
19127
19128 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19129
19130         * configure.ac:
19131         * PORTED_O9:
19132         * gst/multipart/Makefile.am:
19133         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19134         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19135         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19136         (gst_multipart_demux_change_state),
19137         (gst_multipart_demux_plugin_init):
19138         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19139         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19140         (gst_multipart_mux_sinkconnect),
19141         (gst_multipart_mux_request_new_pad),
19142         (gst_multipart_mux_handle_src_event),
19143         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19144         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19145         0.9.
19146
19147 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19148
19149         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19150         * gst/debug/gstnavigationtest.h:
19151         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19152         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19153         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19154         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19155         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19156         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19157         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19158         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19159         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19160         (gst_video_flip_get_type):
19161         * gst/videofilter/gstvideoflip.h:
19162           update for symbols change
19163
19164 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19165
19166         * gst/udp/gstdynudpsink.c:
19167         * gst/udp/gstudpsrc.c:
19168           the old gstnet lib was renamed gstnetbuffer (#322257)
19169
19170 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19171
19172         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19173         (gst_text_overlay_collected):
19174           Actually render the text from the text pad.
19175
19176 2005-11-29  Edward Hervey  <edward@fluendo.com>
19177
19178         * gst/debug/gstnavseek.c: (gst_navseek_event):
19179         * gst/debug/progressreport.c: (gst_progress_report_event):
19180         Update for GstBaseTransform event virtual method
19181
19182 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19183
19184         * ext/cairo/Makefile.am:
19185           no need to link to videofilter
19186
19187 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19188
19189         * gst/debug/Makefile.am:
19190         * gst/debug/gstnavigationtest.h:
19191         * gst/effectv/Makefile.am:
19192         * gst/effectv/gstaging.c:
19193         * gst/effectv/gstdice.c:
19194         * gst/effectv/gstedge.c:
19195         * gst/effectv/gstquark.c:
19196         * gst/effectv/gstrev.c:
19197         * gst/effectv/gstshagadelic.c:
19198         * gst/effectv/gstvertigo.c:
19199         * gst/effectv/gstwarp.c:
19200         * gst/videofilter/Makefile.am:
19201         * gst/videofilter/gstvideofilter.c:
19202         * gst/videofilter/gstvideofilter.h:
19203         * gst/videofilter/gstvideoflip.h:
19204           remove the videofilter library and link to the one in base
19205
19206 2005-11-28  Edward Hervey  <edward@fluendo.com>
19207
19208         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19209         Useless check now we're setting the current entry correctly.
19210
19211 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19212
19213         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19214         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19215         (gst_jpegenc_change_state):
19216           Don't leak input buffer in chain function (fixes #322667); make 
19217           state change function thread-safe; don't repeat the current function
19218           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19219           gst_pad_alloc_buffer(); misc. minor cleanups.
19220
19221 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19222
19223         * gst/matroska/matroska-mux.c:
19224         (gst_matroska_mux_video_pad_setcaps):
19225         Look for pixel-aspect-ratio in caps, not pixel_width and
19226         pixel_height (Fixes: #322645)
19227
19228 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19229
19230         * gst/matroska/matroska-mux.c:
19231         (gst_matroska_mux_video_pad_setcaps):
19232         From Michal Benes:
19233         frame duration should be GST_SECOND / framerate, not
19234         GST_SECOND * framerate. (Fixes: #322643)
19235
19236 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19237
19238         * configure.ac:
19239           fix up GST_PLUGIN_LDFLAGS
19240         * gst/rtsp/rtspconnection.c:
19241           fix includes (see #317043)
19242         * gst/videofilter/Makefile.am:
19243           stop installing this library
19244
19245 2005-11-26  Edward Hervey  <edward@fluendo.com>
19246
19247         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19248         Handle the case where the incoming Video dv stream doesn't have
19249         a pixel aspect ratio set.
19250
19251 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19252
19253         * docs/plugins/Makefile.am:
19254         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19255         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19256         * ext/flac/gstflacdec.c:
19257           document flacdec
19258
19259 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19260
19261         * docs/plugins/Makefile.am:
19262         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19263         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19264         * docs/plugins/inspect/plugin-autodetect.xml:
19265         * ext/cairo/gstcairo.c: (plugin_init):
19266         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19267         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19268         (gst_text_overlay_init), (gst_text_overlay_font_init),
19269         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19270         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19271         (gst_text_overlay_text_pad_linked),
19272         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19273         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19274         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19275         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19276         (gst_text_overlay_change_state):
19277         * ext/cairo/gsttextoverlay.h:
19278         * ext/cairo/gsttimeoverlay.c:
19279         (gst_cairo_time_overlay_update_font_height),
19280         (gst_cairo_time_overlay_set_caps),
19281         (gst_cairo_time_overlay_get_unit_size),
19282         (gst_cairo_time_overlay_print_smpte_time),
19283         (gst_cairo_time_overlay_transform),
19284         (gst_cairo_time_overlay_base_init),
19285         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19286         (gst_cairo_time_overlay_get_type):
19287         * ext/cairo/gsttimeoverlay.h:
19288           do some name borgifying
19289           document
19290
19291 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19292
19293         * docs/plugins/Makefile.am:
19294         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19295         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19296         * gst/autodetect/gstautoaudiosink.c:
19297         (gst_auto_audio_sink_base_init):
19298         * gst/autodetect/gstautovideosink.c:
19299         (gst_auto_video_sink_base_init),
19300         (gst_auto_video_sink_factory_filter):
19301           documenting auto*sink
19302           using strstr for the video sink lookup, class field is not ordered
19303         * docs/plugins/inspect/plugin-1394.xml:
19304         * docs/plugins/inspect/plugin-aasink.xml:
19305         * docs/plugins/inspect/plugin-alaw.xml:
19306         * docs/plugins/inspect/plugin-alpha.xml:
19307         * docs/plugins/inspect/plugin-alphacolor.xml:
19308         * docs/plugins/inspect/plugin-auparse.xml:
19309         * docs/plugins/inspect/plugin-autodetect.xml:
19310         * docs/plugins/inspect/plugin-avi.xml:
19311         * docs/plugins/inspect/plugin-cacasink.xml:
19312         * docs/plugins/inspect/plugin-cairo.xml:
19313         * docs/plugins/inspect/plugin-cutter.xml:
19314         * docs/plugins/inspect/plugin-debug.xml:
19315         * docs/plugins/inspect/plugin-dv.xml:
19316         * docs/plugins/inspect/plugin-efence.xml:
19317         * docs/plugins/inspect/plugin-effectv.xml:
19318         * docs/plugins/inspect/plugin-esdsink.xml:
19319         * docs/plugins/inspect/plugin-flac.xml:
19320         * docs/plugins/inspect/plugin-flxdec.xml:
19321         * docs/plugins/inspect/plugin-gconfelements.xml:
19322         * docs/plugins/inspect/plugin-goom.xml:
19323         * docs/plugins/inspect/plugin-jpeg.xml:
19324         * docs/plugins/inspect/plugin-level.xml:
19325         * docs/plugins/inspect/plugin-matroska.xml:
19326         * docs/plugins/inspect/plugin-mulaw.xml:
19327         * docs/plugins/inspect/plugin-navigationtest.xml:
19328         * docs/plugins/inspect/plugin-ossaudio.xml:
19329         * docs/plugins/inspect/plugin-png.xml:
19330         * docs/plugins/inspect/plugin-rtp.xml:
19331         * docs/plugins/inspect/plugin-rtsp.xml:
19332         * docs/plugins/inspect/plugin-shout2send.xml:
19333         * docs/plugins/inspect/plugin-smpte.xml:
19334         * docs/plugins/inspect/plugin-speex.xml:
19335         * docs/plugins/inspect/plugin-udp.xml:
19336         * docs/plugins/inspect/plugin-videobox.xml:
19337         * docs/plugins/inspect/plugin-videoflip.xml:
19338         * docs/plugins/inspect/plugin-videomixer.xml:
19339         * docs/plugins/inspect/plugin-wavenc.xml:
19340         * docs/plugins/inspect/plugin-wavparse.xml:
19341           update for HEAD version
19342
19343 2005-11-25  Michael Smith  <msmith@fluendo.com>
19344
19345         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19346           Patch from Sebastien Cote to close control sockets in udpsrc.
19347
19348 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19349
19350         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19351         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19352         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19353         (gst_quarktv_base_init), (gst_quarktv_class_init),
19354         (gst_quarktv_init): Flush the planes list on reverse caps
19355         negotiation. This was crashing because of differently sized
19356         buffers.
19357
19358 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19359
19360         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19361         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19362         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19363         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19364         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19365         (gst_videoflip_set_property), (gst_videoflip_base_init),
19366         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19367         correctly, fix identity flipping, convert navigation event 
19368         correctly again.
19369
19370 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19371
19372         * configure.ac: back to HEAD
19373
19374 === release 0.9.6 ===
19375
19376 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19377
19378         * configure.ac:
19379           releasing 0.9.6, "Everything's Not Lost"
19380
19381 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19382
19383         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19384         Oops, initialise the framerate GValue
19385
19386 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19387
19388         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19389         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19390         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19391         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19392         (gst_timeoverlay_get_type):
19393         * ext/cairo/gsttimeoverlay.h:
19394         * gst/debug/Makefile.am:
19395         * gst/debug/gstnavigationtest.c:
19396         (gst_navigationtest_handle_src_event),
19397         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19398         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19399         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19400         (gst_navigationtest_init), (gst_navigationtest_get_type),
19401         (plugin_init):
19402         * gst/debug/gstnavigationtest.h:
19403         * gst/effectv/Makefile.am:
19404         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19405         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19406         (gst_agingtv_base_init), (gst_agingtv_class_init),
19407         (gst_agingtv_init), (gst_agingtv_get_type):
19408         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19409         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19410         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19411         (gst_dicetv_get_type):
19412         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19413         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19414         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19415         (gst_edgetv_get_type):
19416         * gst/effectv/gsteffectv.c:
19417         * gst/effectv/gsteffectv.h:
19418         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19419         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19420         (gst_quarktv_change_state), (gst_quarktv_base_init),
19421         (gst_quarktv_class_init), (gst_quarktv_init),
19422         (gst_quarktv_get_type):
19423         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19424         (gst_revtv_get_unit_size), (gst_revtv_transform),
19425         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19426         (gst_revtv_get_type):
19427         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19428         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19429         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19430         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19431         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19432         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19433         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19434         (gst_vertigotv_init), (gst_vertigotv_get_type):
19435         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19436         (gst_warptv_get_unit_size), (gst_warptv_transform),
19437         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19438         (gst_warptv_get_type):
19439         * gst/videofilter/Makefile.am:
19440         * gst/videofilter/gstvideobalance.c:
19441         * gst/videofilter/gstvideobalance.h:
19442         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19443         (gst_videofilter_class_init), (gst_videofilter_init):
19444         * gst/videofilter/gstvideofilter.h:
19445         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19446         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19447         (gst_videoflip_flip), (gst_videoflip_transform),
19448         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19449         (gst_videoflip_base_init), (gst_videoflip_class_init),
19450         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19451         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19452         BaseTransform, it's just a place holder for now and every video
19453         effect plugin has been ported to use BaseTransform features 
19454         directly. QuarkTV was fixed too (was broken), navigationtest works
19455         and best for the end, videoflip converts navigation events depending
19456         on flip method ! Fixes #320953
19457
19458 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19459
19460         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19461         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19462         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19463         (gst_goom_src_negotiate), (gst_goom_chain):
19464         * gst/matroska/matroska-mux.c:
19465         (gst_matroska_mux_video_pad_setcaps):
19466         * sys/osxvideo/osxvideosink.m:
19467           Fixes for API changes
19468
19469 2005-11-23  Michael Smith <msmith@fluendo.com>
19470
19471         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19472         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19473         * ext/jpeg/gstjpegdec.h:
19474         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19475         * ext/jpeg/gstjpegenc.h:
19476         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19477         (gst_smokeenc_resync):
19478         * ext/jpeg/gstsmokeenc.h:
19479           JPEG fractiony goodness.
19480
19481 2005-11-22  Michael Smith <msmith@fluendo.com>
19482
19483         * gst/goom/filters.c:
19484         * gst/goom/graphic.h:
19485           Fix compilation by making some functions static inline instead of
19486           extern inline, matching the way they're used.
19487
19488 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19489
19490         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19491         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19492         * ext/cairo/gsttextoverlay.h:
19493         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19494         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19495         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19496         (gst_pngdec_caps_create_and_set):
19497         * ext/libpng/gstpngdec.h:
19498         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19499         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19500         * gst/avi/gstavimux.c: (gst_avimux_init),
19501         (gst_avimux_vidsinkconnect):
19502         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19503         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19504         (gst_goom_src_negotiate), (gst_goom_chain):
19505         * gst/goom/gstgoom.h:
19506         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19507         * gst/matroska/matroska-mux.c:
19508         (gst_matroska_mux_video_pad_setcaps):
19509         * sys/osxvideo/osxvideosink.h:
19510         * sys/osxvideo/osxvideosink.m:
19511           More fractional framerate conversions 
19512
19513 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19514
19515         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19516         * gst/debug/gstnavigationtest.c:
19517         (gst_navigationtest_handle_src_event):
19518         * gst/videofilter/gstvideofilter.c:
19519         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19520         (gst_videofilter_init):
19521         * gst/videofilter/gstvideofilter.h:
19522           Convert to fractional framerates.
19523
19524 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19525
19526         * ext/aalib/gstaasink.c:
19527         * ext/dv/gstdvdec.c:
19528         * ext/esd/esdmon.c:
19529         * ext/flac/gstflacenc.c:
19530         * ext/gdk_pixbuf/pixbufscale.c:
19531         * ext/libcaca/gstcacasink.c:
19532         * ext/shout2/gstshout2.c:
19533         * gst/alpha/gstalpha.c:
19534         * gst/oldcore/gstaggregator.c:
19535         * gst/oldcore/gstshaper.c:
19536         * gst/smpte/barboxwipes.c:
19537         * gst/smpte/gstsmpte.c:
19538         * gst/videobox/gstvideobox.c:
19539         * gst/videofilter/gstvideoflip.c:
19540         * gst/videomixer/videomixer.c:
19541           fix up more enums
19542
19543 2005-11-22  Michael Smith <msmith@fluendo.com>
19544
19545         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19546         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19547         (gst_videomixer_update_queues):
19548           Fractional framerates, videomixer.
19549
19550 2005-11-22  Michael Smith <msmith@fluendo.com>
19551
19552         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
19553         * ext/dv/gstdvdec.h:
19554         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
19555         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
19556         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
19557         (gst_dvdemux_flush):
19558         * ext/dv/gstdvdemux.h:
19559           Fractional framerates for DV. 
19560
19561 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19562
19563         * gst/autodetect/gstautoaudiosink.c:
19564         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19565         * gst/autodetect/gstautovideosink.c:
19566         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19567           Use gst_plugin_feature_list_free() to free feature list and
19568           in the case of autovideosink free the list at all. Also
19569           miscellaneous cosmetic fixes.
19570
19571 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19572
19573         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19574         (gst_cutter_set_property), (gst_cutter_get_caps):
19575           copy calculation code from level; remove use of some audio
19576           functions
19577
19578 2005-11-22  Andy Wingo  <wingo@pobox.com>
19579
19580         * Update for gst_tag_setter API changes.
19581
19582 2005-11-22  Andy Wingo  <wingo@pobox.com>
19583
19584         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
19585         (gst_dvdemux_demux_frame)
19586         * ext/flac/gstflacdec.c (gst_flacdec_write)
19587         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
19588         (gst_flacenc_sink_event)
19589         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
19590         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
19591         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
19592         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
19593         * gst/auparse/gstauparse.c (gst_auparse_chain)
19594         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
19595         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
19596         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
19597         (gst_avi_demux_handle_seek)
19598         * gst/goom/gstgoom.c (gst_goom_event)
19599         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
19600         * gst/matroska/matroska-demux.c
19601         (gst_matroska_demux_handle_seek_event)
19602         (gst_matroska_demux_loop_stream_parse_id)
19603         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
19604         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
19605         (gst_wavparse_stream_headers): Run update-funcnames.
19606
19607 2005-11-22  Edward Hervey  <edward@fluendo.com>
19608
19609         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19610         (gst_dv1394src_init), (gst_dv1394src_dispose),
19611         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
19612         (gst_dv1394src_uri_set_uri):
19613         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19614         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
19615         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
19616         URIHandler interface and element properties are now properly
19617         synchronized for DV1394src and UDPSrc
19618
19619 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19620
19621         * ext/flac/Makefile.am:
19622         * ext/speex/Makefile.am:
19623           libgsttagedit has been renamed to libgsttag.
19624
19625 2005-11-21  Wim Taymans  <wim@fluendo.com>
19626
19627         * gst/rtsp/rtspconnection.c: (read_body):
19628         Apply patch from Sebastien Cote to fix #319184.
19629
19630 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19631
19632         * configure.ac:
19633         * gst/cutter/Makefile.am:
19634         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
19635         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
19636         (gst_cutter_set_property), (gst_cutter_get_property),
19637         (plugin_init), (gst_cutter_get_caps):
19638           port cutter
19639         * gst/level/gstlevel.c:
19640           fix up plugin details
19641
19642 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19643
19644         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
19645         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
19646         (gst_flacdec_src_event):
19647         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
19648         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
19649         (gst_signal_processor_getrange), (gst_signal_processor_chain):
19650         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19651         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
19652         (gst_flxdec_sink_event_handler):
19653         * gst/matroska/matroska-demux.c:
19654         (gst_matroska_demux_handle_seek_event):
19655         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
19656           Update for stream lock API changes: don't take stream log
19657           in sink event handlers any longer and change GST_STREAM_LOCK
19658           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
19659           functions.
19660
19661 2005-11-21  Michael Smith <msmith@fluendo.com>
19662
19663         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
19664           gst_object_unref, not g_object_unref
19665
19666 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19667
19668         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19669         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
19670           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
19671
19672 2005-11-21  Michael Smith <msmith@fluendo.com>
19673
19674         * gst/auparse/Makefile.am:
19675         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19676         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
19677         (gst_auparse_change_state):
19678         * gst/auparse/gstauparse.h:
19679           Partially fix #161712. playbin still doesn't work on these files,
19680           (on the bug report, Andy says we aren't typefinding it for some
19681           reason?) but at least auparse isn't totally busted like it was before.
19682
19683 2005-11-21  Andy Wingo  <wingo@pobox.com>
19684
19685         * *.h:
19686         * *.c: Ran scripts/update-macros. Oh yes.
19687
19688 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19689
19690         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
19691           Filler events are gone for now, comment out section generating
19692           them.
19693
19694 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19695
19696         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19697         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
19698         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
19699         * sys/osxvideo/osxvideosink.m:
19700           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19701           (#322027)
19702
19703 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19704
19705         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19706         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19707         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19708         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19709         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19710         (gst_avi_demux_stream_data):
19711         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19712         * gst/wavenc/gstwavenc.c: (write_metadata):
19713         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19714         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19715         Fixes for GST_FOURCC_FORMAT API change.
19716
19717 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19718
19719         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19720         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19721         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19722         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19723         (gst_text_overlay_change_state):
19724         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19725         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19726         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19727         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19728         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19729         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19730         (gst_videomixer_change_state):
19731           Fix for collect pads API change. Also fix textoverlay state
19732           change function.
19733
19734 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19735
19736         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19737         GST_PAD_IS_USABLE by something approaching it.
19738
19739 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19740
19741         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19742         API changes.
19743         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19744         but also fix the code that was not checking return values from
19745         pad_push neither using pad_alloc_buffer.
19746
19747 2005-11-18  Edward Hervey  <edward@fluendo.com>
19748
19749         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19750         (gst_pngenc_chain):
19751         Added debug category
19752         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19753         goes to EOS.
19754
19755 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19756
19757         * gst/rtp/Makefile.am
19758         * gst/rtp/gstrtp.c
19759         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19760         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19761         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19762         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19763         * gst/rtp/gstrtpg711enc.h:
19764         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19765         * gst/rtp/gstrtpspeexenc.c:
19766         * gst/rtp/gstrtpspeexenc.h:
19767         * gst/rtp/gstrtpspeexdec.c:
19768         * gst/rtp/gstrtpspeexdec.h:
19769         Created Speex payloader and depayloader; Optimize G711 payloader to
19770         use adapter and send packets until MTU size.
19771
19772 2005-11-16  Wim Taymans  <wim@fluendo.com>
19773
19774         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19775         Fix leak in check.
19776
19777 2005-11-16  Wim Taymans  <wim@fluendo.com>
19778
19779         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19780         Fix state change.
19781
19782 2005-11-16  Andy Wingo  <wingo@pobox.com>
19783
19784         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19785         (gst_udpsrc_create): Move comment.
19786
19787 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19788
19789         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19790
19791         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19792           When seeking, seek to closest index entry at or before the requested
19793           seek position, not just the closest one (#321001).
19794
19795 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19796
19797         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19798         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19799           Invert DIB images again (see #132341).
19800
19801 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19802
19803         * configure.ac:
19804           rework configure.ac file
19805         * ext/aalib/gstaasink.c:
19806         * ext/cairo/gstcairo.c:
19807         * ext/dv/gstdv.c:
19808         * ext/esd/gstesd.c:
19809         * ext/flac/gstflac.c:
19810         * ext/gconf/gstgconfelements.c:
19811         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19812         * ext/jpeg/gstjpeg.c:
19813         * ext/ladspa/gstladspa.c:
19814         * ext/libcaca/gstcacasink.c:
19815         * ext/libmng/gstmng.c:
19816         * ext/libpng/gstpng.c:
19817         * ext/mikmod/gstmikmod.c:
19818         * ext/pango/gsttextoverlay.c:
19819         * ext/pango/gsttimeoverlay.c:
19820         * ext/raw1394/gst1394.c:
19821         * ext/speex/gstspeex.c:
19822         * gst/alpha/Makefile.am:
19823         * gst/alpha/gstalpha.c:
19824         * gst/alpha/gstalphacolor.c:
19825         * gst/auparse/gstauparse.c:
19826         * gst/autodetect/gstautoaudiosink.c:
19827         (gst_auto_audio_sink_factory_filter),
19828         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19829         * gst/autodetect/gstautodetect.c:
19830         * gst/avi/gstavi.c:
19831         * gst/cutter/gstcutter.c:
19832         * gst/debug/efence.c:
19833         * gst/debug/gstdebug.c:
19834         * gst/debug/gstnavigationtest.c:
19835         * gst/effectv/gsteffectv.c:
19836         * gst/flx/gstflxdec.c:
19837         * gst/goom/gstgoom.c:
19838         * gst/interleave/plugin.c:
19839         * gst/law/alaw.c:
19840         * gst/law/mulaw.c:
19841         * gst/level/gstlevel.c:
19842         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19843         * gst/matroska/matroska.c:
19844         * gst/median/gstmedian.c:
19845         * gst/monoscope/gstmonoscope.c:
19846         * gst/multipart/multipart.c:
19847         * gst/oldcore/gstelements.c:
19848         * gst/rtp/gstrtp.c:
19849         * gst/rtsp/gstrtsp.c:
19850         * gst/smoothwave/gstsmoothwave.c:
19851         * gst/smpte/gstsmpte.c:
19852         * gst/udp/gstudp.c:
19853         * gst/videobox/gstvideobox.c:
19854         * gst/videofilter/gstgamma.c:
19855         * gst/videofilter/gstvideobalance.c:
19856         * gst/videofilter/gstvideoflip.c:
19857         * gst/videofilter/gstvideotemplate.c:
19858         * gst/videomixer/videomixer.c:
19859         * gst/wavenc/gstwavenc.c:
19860         * gst/wavparse/gstwavparse.c:
19861         * sys/oss/gstossaudio.c:
19862         * sys/osxaudio/gstosxaudio.c:
19863           update GST_PLUGIN_DEFINE
19864         * gst/rtp/Makefile.am:
19865         * gst/rtp/gstasteriskh263.c:
19866           check for htons/htonl headers and possibly link to winsock2 lib
19867
19868 2005-11-12  Edward Hervey  <edward@fluendo.com>
19869
19870         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
19871         Only GST_DEBUG() information on the valid components.
19872
19873 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19874
19875         * configure.ac: back to HEAD
19876
19877 === release 0.9.5 ===
19878
19879 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19880
19881         * configure.ac:
19882           releasing 0.9.5, "Phone Alarm"
19883
19884 2005-11-11  Edward Hervey  <edward@fluendo.com>
19885
19886         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19887         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
19888         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
19889         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19890         (gst_avi_demux_loop):
19891         * gst/avi/gstavidemux.h:
19892         Yeah, implement proper seeking. Exact seeking and segment seeking.
19893         Still need to do some checks for segment_stop.
19894
19895 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19896
19897         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19898
19899         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19900           Don't try to ready buffer duration from buffer that we don't
19901           own any  longer and that might already have been unreffed.
19902           (#321136)
19903
19904 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
19905
19906         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
19907         (flx_decode_delta_flc), (gst_flxdec_chain):
19908         Attempting to optimize the code for embedded systems.
19909
19910 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
19911
19912         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19913
19914         * sys/oss/gstosssink.c: (gst_oss_sink_close):
19915           Don't re-use already closed file descriptor. (#320920)
19916
19917 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19918
19919         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
19920         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
19921         (gst_oss_sink_prepare):
19922         * sys/oss/gstosssink.h:
19923           Cache probed caps; fix debug output for SET_PARAM macros.
19924
19925 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19926
19927         * ext/cairo/Makefile.am:
19928         * ext/cairo/gstcairo.c: (plugin_init):
19929         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19930         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19931         (gst_text_overlay_init), (gst_text_overlay_font_init),
19932         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19933         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19934         (gst_text_overlay_text_pad_linked),
19935         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19936         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19937         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19938         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19939         (gst_text_overlay_change_state):
19940         * ext/cairo/gsttextoverlay.h:
19941           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
19942           property and redo positioning. Doesn't handle upstream renegotiation
19943           yet though.
19944
19945 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19946
19947         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
19948         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19949         (gst_avi_demux_loop):
19950           No need to take the STREAM_LOCK in the loop function. Improve
19951           some debug messages. Don't leak pad names in debug messages.
19952
19953 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19954
19955         * gst/matroska/matroska-demux.c:
19956         (gst_matroska_demux_push_vorbis_codec_priv_data),
19957         (gst_matroska_demux_add_wvpk_header):
19958           Don't error out when the source pad isn't linked.
19959
19960 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
19961
19962         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
19963         (gst_gconf_audio_sink_change_state):
19964         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
19965         (gst_gconf_video_sink_change_state):
19966           Fix state change functions here as well and set kid
19967           to NULL state before removing it.
19968
19969 2005-11-01  Edward Hervey  <edward@fluendo.com>
19970
19971         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
19972         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
19973         Added proper event handlind, 
19974         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
19975         ignored),
19976         and don't set a duration of 0 for buffers otherwise they are discarded
19977         by GstBaseSink.
19978
19979         GstWavEnc needs some serious loving, after going through the code I'm
19980         really wondering how this can stay in -good ...
19981
19982 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19983
19984         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
19985         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
19986         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
19987         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
19988         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
19989         (gst_matroska_mux_collected):
19990           Fix leaks and invalid memory access as reported by valgrind
19991
19992 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19993
19994         Patch by: Michal Benes <michal.benes@xeris.cz>
19995
19996         * check/Makefile.am:
19997         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19998         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
19999         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20000           add a unit test for matroskamux
20001           fix the bugs that the unit test exposed
20002
20003 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20004
20005         * gst/autodetect/gstautoaudiosink.c:
20006         (gst_auto_audio_sink_class_init),
20007         (gst_auto_audio_sink_change_state):
20008         * gst/autodetect/gstautovideosink.c:
20009         (gst_auto_video_sink_class_init),
20010         (gst_auto_video_sink_change_state):
20011           Fix state change function and use GST_DEBUG_FUNCPTR in
20012           class_init.
20013
20014 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20015
20016         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20017
20018         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20019         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20020         * gst/matroska/ebml-write.h:
20021         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20022           Set timestamps on outgoing ebml headers as well, so that the
20023           element after matroskamux can get the timestamp already when
20024           reading the first ebml element and doesn't have to wait for
20025           the actual data buffer for that (#320308).
20026           
20027 2005-10-31  Andy Wingo  <wingo@pobox.com>
20028
20029         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20030         (gst_videomixer_pad_link): Kill some memleaks.
20031         (gst_videomixer_pad_get_property): Style fix.
20032         (gst_videomixer_pad_set_property): Style fix.
20033         (gst_videomixer_pad_init): Style fix.
20034         (gst_videomixer_update_queues): Kill memleak.
20035         (gst_videomixer_loop): Kill memleak.
20036         (gst_videomixer_collected): Kill memleak.
20037
20038 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20039
20040         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20041         gst_auparse_change_state:
20042         Just some cleanup.
20043
20044 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20045
20046         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20047         Add checks to GST_FLOW_NOT_LINKED for values returned
20048         from gst_pad_push.
20049         
20050 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20051
20052         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20053         (gst_rtpg711dec_process):
20054         * gst/rtp/gstrtpgsmenc.c:
20055         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20056         are never set. This is important for the g711 to work with burger's rtpbin
20057         element.
20058
20059 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20060
20061         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20062         (gst_speexenc_push_buffer):
20063         Add checks for return values from gst_pad_push and
20064         gst_pad_alloc_buffer.
20065
20066 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20067
20068         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20069
20070         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20071         (gst_matroska_demux_parse_info),
20072         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20073         (gst_matroska_demux_parse_cluster):
20074         * gst/matroska/matroska-ids.h:
20075         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20076         (gst_matroska_mux_init), (gst_matroska_mux_start),
20077         (gst_matroska_mux_create_buffer_header),
20078         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20079         (gst_matroska_mux_get_property):
20080         * gst/matroska/matroska-mux.h:
20081           Add SimpleBlock support to matroska demuxer and muxer (part of
20082           Matroska v2). (#319731)
20083
20084 2005-10-28  Wim Taymans  <wim@fluendo.com>
20085
20086         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20087         (gst_jpeg_dec_change_state):
20088         * ext/jpeg/gstjpegdec.h:
20089         Cleanups. Don't create caps for every chain.
20090
20091 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20092
20093         * gst/law/alaw-encode.c: (gst_alawenc_init),
20094         (alawenc_setcaps), (gst_alawenc_chain)
20095         * gst/law/alaw-encode.h:
20096         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20097         (mulawenc_setcaps), (gst_mulawenc_chain)
20098         * gst/law/mulaw-encode.h:
20099         Set timestamp on buffer and it allows RTP G711 elements
20100         work properly.
20101
20102 2005-10-27  Wim Taymans  <wim@fluendo.com>
20103
20104         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20105         Set correct format on oss instead of a silly value. 
20106
20107 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20108
20109         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20110         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20111         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20112         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20113         I420 rendering as well, doesn't bring much for my platform.
20114         Might help on some other platforms.
20115
20116 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20117
20118         * gst/rtp/gstrtpgsmenc.c:
20119         * gst/rtp/gstrtpgsmparse.c:
20120         Declaring the padtemplate correctly.
20121
20122 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20123
20124         * gst/rtp/gstrtpg711dec.c:
20125         * gst/rtp/gstrtpg711enc.c:
20126         * gst/rtp/gstrtpgsmenc.c:
20127         * gst/rtp/gstrtpgsmparse.c:
20128         Setting the proper copyright notice.
20129
20130 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20131
20132         * gst/videobox/Makefile.am: Use liboil.
20133         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20134         (gst_video_box_set_property), (gst_video_box_transform_caps),
20135         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20136         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20137         using liboil. Will dot the same to I420 border generation
20138         tomorrow.
20139
20140 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20141
20142         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20143         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20144         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20145         * gst/rtp/gstrtpg711dec.h:
20146         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20147         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20148         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20149         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20150         (gst_rtpgsmenc_handle_buffer):
20151         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20152         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20153         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20154         * gst/rtp/gstrtpgsmparse.h:
20155         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20156         inherits from the basertpdepayloader.
20157
20158 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20159
20160         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20161         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20162         (gst_video_box_ayuv): Removing this forgotten debug.
20163
20164 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20165
20166         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20167         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20168         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20169
20170 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20171
20172         * sys/oss/gstossaudio.c:
20173         * sys/oss/gstossdmabuffer.c:
20174         * sys/oss/gstosshelper.c:
20175         * sys/oss/gstossmixer.c:
20176         * sys/oss/gstossmixerelement.c:
20177         * sys/oss/gstossmixertrack.c:
20178         * sys/oss/gstosssink.c:
20179         * sys/oss/gstosssrc.c:
20180           Actually use the 'oss' debug category we register.
20181
20182 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20183
20184         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20185         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20186         Use gst_pad_get_parent and drop the ref that was added through
20187         that call.
20188
20189 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20190
20191         * gst/rtp/gstrtpgsmenc.c:
20192           Fix compilation
20193
20194 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20195
20196         * gst/rtp/gstrtpg711dec.c
20197         Just removed a couple of lines of weird code used during
20198         development/test time.
20199
20200 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20201
20202         * gst/rtp/Makefile.am
20203         * gst/rtp/gstrtp.c
20204         * gst/rtp/gstrtpg711enc.c
20205         * gst/rtp/gstrtpg711enc.h
20206         * gst/rtp/gstrtpg711dec.c
20207         * gst/rtp/gstrtpg711dec.h
20208         Created G711 payloader and depayloader (it supports mulaw and alaw
20209         (dec)encoders)
20210
20211 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20212
20213         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20214         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20215         Doh ! I introduced wingo's bug again ! Sorry...
20216
20217 2005-10-25  Christian Schaller <christian@fluendo.com> 
20218
20219         * gst/rtp/Makefile.am: add missing header files for disting
20220
20221 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20222
20223         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20224         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20225         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20226         (gst_rtpgsmenc_handle_buffer):
20227         * gst/rtp/gstrtpgsmenc.h:
20228         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20229         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20230         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20231         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20232         * gst/rtp/gstrtpgsmparse.h:
20233         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20234
20235 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20236
20237         * ext/libpng/gstpngdec.c: (user_info_callback),
20238         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20239         a newsegment event, move some redundant code in a single place.
20240
20241 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20242
20243         * ext/libpng/gstpngdec.c: (user_info_callback),
20244         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20245         hack to get correct colors order when we have a png image with
20246         alpha channel.
20247
20248 2005-10-24  Edward Hervey  <edward@fluendo.com>
20249
20250         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20251         Call gst_element_no_more_pads when there will be no more pads.
20252
20253 2005-10-24  Wim Taymans  <wim@fluendo.com>
20254
20255         * gst/rtp/Makefile.am:
20256         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20257         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20258         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20259         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20260         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20261         (gst_asteriskh263_plugin_init):
20262         * gst/rtp/gstasteriskh263.h:
20263         * gst/rtp/gstrtp.c: (plugin_init):
20264         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20265         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20266         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20267         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20268         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20269         (gst_rtph263enc_plugin_init):
20270         * gst/rtp/gstrtph263enc.h:
20271         Added two new payloaders, an RFC 2190 payloader for h263 and
20272         a payload convertor for an asterisk server.
20273
20274 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20275
20276         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20277           Set bytes_per_sample correctly (is not always 4, but 
20278           depends on width and number of channels).
20279
20280 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20281
20282         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20283         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20284         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20285         (gst_flacenc_sink_event), (gst_flacenc_chain),
20286         (gst_flacenc_set_property), (gst_flacenc_get_property),
20287         (gst_flacenc_change_state):
20288         * ext/flac/gstflacenc.h:
20289           Fix seeking, so that flacenc can rewrite the header with the
20290           correct duration and amount of samples and all that at EOS;
20291           also set timestamps and granulepos on outgoing buffers; add
20292           debug category; fix state change function.
20293           
20294 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20295
20296         * gst/videomixer/videomixer.c: Don't restrict video geometry
20297         from 16 to 4096.
20298
20299 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20300
20301         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20302         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20303         Fix caps negotiation correctly, add debugging category.
20304
20305 2005-10-24  Christian Schaller  <christian@fluendo.com>
20306
20307         * configure.ac: Port over Thomas's change from base listing all plugins
20308
20309 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20310
20311         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20312         a sink pad.
20313
20314 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20315
20316         * configure.ac:
20317         * docs/upload.mak:
20318           back to HEAD
20319
20320 === release 0.9.4 ===
20321
20322 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20323
20324         * configure.ac:
20325           Releasing 0.9.4, "Dromiceiomimus"
20326
20327 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20328
20329         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20330         (gst_speexenc_src_query):
20331           Add position and duration query, fix query type function.
20332           
20333         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20334         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20335           Let's not set non-fixed caps on source pads.
20336
20337 2005-10-21  Wim Taymans  <wim@fluendo.com>
20338
20339         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20340         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20341         (gst_avi_demux_handle_seek):
20342         Set correct stream_time in newsegment event.
20343         avi can also handle a duration query now.
20344
20345 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20346
20347         * gst/matroska/matroska-demux.c:
20348         (gst_matroska_demux_handle_src_query),
20349         (gst_matroska_demux_handle_seek_event),
20350         (gst_matroska_demux_loop_stream_parse_id):
20351           Fix duration query; fix basetime in newsegment event after
20352           seek; fix duration in initial newsegment event.
20353
20354         * gst/matroska/matroska-mux.c:
20355         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20356           Extract number of channels and samplerate from vorbis headers;
20357           add some debug messages when querying the durations of the
20358           input streams.
20359
20360 2005-10-20  Wim Taymans  <wim@fluendo.com>
20361
20362         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20363         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20364         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20365         Set stream time correctly in newsegment.
20366
20367 2005-10-20  Wim Taymans  <wim@fluendo.com>
20368
20369         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20370         Correctly fill in the stream time.
20371
20372 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20373
20374         * check/elements/level.c: (GST_START_TEST):
20375         * gst/level/gstlevel.c: (gst_level_message_new):
20376         * gst/level/level-example.c: (message_handler):
20377           use ELEMENT messages instead
20378
20379 2005-10-19  Wim Taymans  <wim@fluendo.com>
20380
20381         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20382         (gst_dvdemux_src_query):
20383         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20384         (gst_flacdec_src_query):
20385         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20386         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20387         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20388         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20389         * gst/debug/progressreport.c: (gst_progress_report_report):
20390         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20391         * gst/matroska/matroska-demux.c:
20392         (gst_matroska_demux_handle_src_query):
20393         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20394         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20395         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20396         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20397         (gst_wavparse_srcpad_event):
20398         API change fix.
20399
20400 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20401
20402         * gst/goom/filters.c:
20403         * gst/goom/graphic.h:
20404         * gst/goom/lines.c:
20405           Make inline functions either 'static inline' or 'extern inline',
20406           otherwise the Forte compiler apparently won't inline them (#317300).
20407
20408 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20409
20410         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20411         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20412         (user_info_callback), (user_endrow_callback), (user_end_callback),
20413         (user_read_data), (gst_pngdec_caps_create_and_set),
20414         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20415         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20416         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20417         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20418         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20419         very nice and handle push/pull based model. if you have filesrc
20420         connected to it, it will do random access to load the png file.
20421         If you have a network source that can't do _getrange, it does 
20422         progressive loading through the chain function.
20423         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20424         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20425         thanks to Master Wim Taymans ;-)
20426
20427 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20428
20429         * gst/matroska/Makefile.am:
20430         * gst/matroska/ebml-read.c:
20431         * gst/matroska/ebml-read.h:
20432         * gst/matroska/matroska-demux.c:
20433         * gst/matroska/matroska-demux.h:
20434         * gst/matroska/matroska.c: (plugin_init):
20435           Ported matroska demuxer to 0.9.
20436
20437 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20438
20439         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20440
20441         * gst/matroska/matroska-mux.c:
20442         (gst_matroska_mux_video_pad_setcaps),
20443         (gst_matroska_mux_audio_pad_setcaps):
20444           Fix mpeg4 input handling (#318847); also, while we're at it,
20445           fix media type for Motion-JPEG: should be image/jpeg.
20446
20447 2005-10-18  Wim Taymans  <wim@fluendo.com>
20448
20449         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20450         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20451         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20452         Fix for segment-start/stop API change.
20453
20454 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20455
20456         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20457         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20458         way.
20459
20460 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20461
20462         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20463         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20464         output declared in transform_caps.
20465
20466 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20467
20468         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20469
20470 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20471
20472         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20473         (gst_video_box_get_unit_size): Fix wrong size calculations and
20474         implement get_unit_size correctly.
20475
20476 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20477
20478         * configure.ac:
20479           Enable flx plugin.
20480
20481         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20482           Fix gcc4 signedness issue.
20483
20484 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20485
20486         * configure.ac: Adding videomixer.
20487         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20488         (user_read_data), (gst_pngdec_chain): More debugging.
20489         * gst/alpha/Makefile.am: Adding alphacolor
20490         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20491         (gst_alpha_color_class_init), (gst_alpha_color_init),
20492         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20493         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20494         (plugin_init): Ported to 0.9 using in place base tranform.
20495         * gst/videomixer/Makefile.am:
20496         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20497         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20498         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20499         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20500         (gst_videomixer_init), (gst_videomixer_getcaps),
20501         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20502         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20503         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20504         to 0.9 using collectpads.
20505
20506 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20507
20508         * configure.ac:
20509         * gst/flx/Makefile.am:
20510         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20511         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20512         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20513         * gst/flx/gstflxdec.h:
20514         flx plugin ported to 0.9
20515
20516 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20517
20518         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20519           use new gst_version_string()
20520
20521 2005-10-16  Andy Wingo  <wingo@pobox.com>
20522
20523         * configure.ac: GLIB_CHECK.
20524
20525 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20526
20527         * ext/libpng/Makefile.am:
20528         * ext/libpng/gstpng.c: (plugin_init):
20529         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20530         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20531         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20532
20533 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
20534
20535         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20536
20537         * configure.ac:
20538         * gst/matroska/Makefile.am:
20539         * gst/matroska/ebml-ids.h:
20540         * gst/matroska/ebml-write.c:
20541         * gst/matroska/ebml-write.h:
20542         * gst/matroska/matroska-ids.h:
20543         * gst/matroska/matroska-mux.c:
20544         * gst/matroska/matroska-mux.h:
20545         * gst/matroska/matroska.c: (plugin_init):
20546           Port matroska muxer to 0.9 (#318847).
20547
20548 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20549
20550         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
20551         (comment_init), (comment_add):
20552           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
20553           use GST_READ_UINT32_LE() and friends rather than the private
20554           implementation of those same macros.
20555
20556 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20557
20558         * examples/stats/mp2ogg.c:
20559           more typo fixes
20560
20561 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20562
20563         * examples/indexing/indexmpeg.c: (main):
20564         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
20565         (gst_esdmon_close_audio), (gst_esdmon_change_state):
20566         * ext/esd/esdmon.h:
20567         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
20568         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
20569         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20570         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20571         * gst/avi/gstavimux.c: (gst_avimux_init):
20572         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
20573         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
20574         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
20575         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
20576         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
20577         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
20578         * gst/oldcore/gstmultifilesrc.h:
20579         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
20580         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
20581         (gst_pipefilter_change_state):
20582         * gst/oldcore/gstpipefilter.h:
20583         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20584         * gst/videomixer/videomixer.c: (gst_videomixer_init):
20585         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
20586         * sys/osxaudio/gstosxaudiosink.h:
20587         * sys/osxaudio/gstosxaudiosrc.h:
20588           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20589           moved bitshift from macro to enum definition
20590
20591 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20592
20593         * ext/Makefile.am:
20594         * ext/cairo/Makefile.am:
20595         * ext/cairo/gstcairo.c: (plugin_init):
20596         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
20597         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20598         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
20599         * ext/cairo/gsttimeoverlay.h:
20600           update of cairo-based timeoverlay to 1.0 Cairo API
20601           doesn't work yet for resizing of output sink
20602
20603 2005-10-11  Wim Taymans  <wim@fluendo.com>
20604
20605         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
20606         newsegment API fix.
20607
20608 2005-10-11  Wim Taymans  <wim@fluendo.com>
20609
20610         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
20611         (gst_dvdemux_demux_frame):
20612         * ext/flac/gstflacdec.c: (gst_flacdec_write):
20613         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20614         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
20615         (gst_avi_demux_handle_seek):
20616         * gst/goom/gstgoom.c: (gst_goom_event):
20617         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20618         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20619         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20620         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20621         (gst_wavparse_srcpad_event):
20622         newsegment API update.
20623
20624 2005-10-11  Andy Wingo  <wingo@pobox.com>
20625
20626         * ext/speex/gstspeexenc.c: Signedness cleanups.
20627
20628 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
20629
20630         * PORTED_09:
20631         * ext/speex/Makefile.am:
20632         * ext/speex/gstspeex.c:
20633         * ext/speex/gstspeexenc.c:
20634         Speexenc ported to 0.9
20635
20636 2005-10-10  Wim Taymans  <wim@fluendo.com>
20637
20638         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
20639         (gst_oss_sink_init), (gst_oss_sink_set_property),
20640         (gst_oss_sink_get_property), (gst_oss_sink_open),
20641         (gst_oss_sink_prepare), (gst_oss_sink_reset):
20642         * sys/oss/gstosssink.h:
20643         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
20644         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
20645         (gst_oss_src_prepare):
20646         Cleanups, make device configurable in the sink, handle and report
20647         errors.
20648
20649 2005-10-10  Wim Taymans  <wim@fluendo.com>
20650
20651         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
20652         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
20653         Make sure element is NULL before removing from the bin.
20654
20655 2005-10-07  Andy Wingo  <wingo@pobox.com>
20656
20657         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
20658         block forever in a read().
20659         (gst_dv1394src_bus_reset): Post a message when the cable is
20660         unplugged.
20661         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
20662         (gst_dv1394src_bus_reset): Don't unref the message.
20663
20664         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
20665         hacking. The only change should be that the state change stuff was
20666         put into basesrc's start() and stop() routines, which coalesces
20667         some steps.
20668
20669 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
20670
20671         * configure.ac:
20672           Add check for mmap
20673           
20674         * gst/debug/Makefile.am:
20675           Only compile efence plugin on systems that have mmap.
20676
20677 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
20678
20679         * gst/debug/Makefile.am:
20680         * gst/debug/breakmydata.c:
20681         * gst/debug/gstdebug.c:
20682         * gst/debug/gstnavigationtest.c:
20683         * gst/debug/gstnavseek.c: 
20684         * gst/debug/gstnavseek.h:
20685         * gst/debug/progressreport.c: 
20686         * gst/debug/testplugin.c:
20687           Port progressreport, navseek, navigationtest, testsink and
20688           breakmydata.
20689
20690 2005-10-05  Edward Hervey  <edward@fluendo.com>
20691
20692         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
20693         (gst_dvdemux_src_query):
20694         Fixes for better conversion
20695
20696 2005-10-04  Michael Smith <msmith@fluendo.com>
20697
20698         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
20699         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20700         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20701         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20702           Set state of elements to NULL before removing from bins.
20703           Set state of test element to NULL if we failed to move it to READY
20704
20705 2005-10-04  Edward Hervey  <edward@fluendo.com>
20706
20707         * ext/dv/Makefile.am:
20708         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
20709         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20710         Corrected the query function for position so it doesn't forget what
20711         format was asked, and calls the conversion functions on the correct pad.
20712
20713 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20714
20715         * configure.ac:
20716           back to development
20717
20718 === release 0.9.3 ===
20719
20720 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20721
20722         * configure.ac:
20723           Releasing 0.9.3, "Aramis"
20724
20725 2005-10-03  Andy Wingo  <wingo@pobox.com>
20726
20727         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20728         error returns.
20729
20730 2005-10-02  Andy Wingo  <wingo@pobox.com>
20731
20732         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20733
20734         * ext/flac/gstflacenc.c: Ported to 0.9.
20735
20736         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20737
20738         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20739         and link to gsttagedit. Enable flacenc.
20740
20741         * ext/flac/gstflacdec.c: Re-enable tag reading.
20742
20743 2005-09-30  Wim Taymans  <wim@fluendo.com>
20744
20745         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20746         * gst/rtp/gstrtpgsmparse.c:
20747         * gst/rtp/gstrtph263penc.c:
20748         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20749         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20750         (gst_rtpmp4venc_set_property):
20751         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20752         Various class and caps fixes from Andre Magalhaes (andrunko)
20753
20754 2005-09-29  Wim Taymans  <wim@fluendo.com>
20755
20756         * gst/level/level-example.c: (main):
20757         Update for new bus API.
20758
20759 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20760
20761         * configure.ac:
20762           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20763           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20764
20765 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20766
20767         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20768           Fix playback of mono streams (bytes_per_sample should be set
20769           from the sample width and the number of channels negotiated,
20770           and not just be set to 4) (#317338)
20771
20772 2005-09-26  Wim Taymans  <wim@fluendo.com>
20773
20774         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20775         (gst_rtpmpaenc_handle_buffer):
20776         Set buffer duration correctly.
20777
20778 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20779
20780         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20781         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20782         (gst_avi_demux_change_state):
20783           Don't crash when encountering a stream with an unknown fourcc or
20784           codec id. Instead, create a pad of type video/x-avi-unknown or
20785           audio/x-avi-unknown, which as a side-effect also results in less
20786           confusing error messages in players ('no decoder' vs. 'no streams');
20787           minor fixes to state change function and class_init function.
20788
20789 2005-09-24  Wim Taymans  <wim@fluendo.com>
20790
20791         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20792         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20793         These are sinks.
20794
20795 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20796
20797         * check/elements/level.c: (GST_START_TEST):
20798           fix test for new GstClockTime use
20799         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20800         (gst_level_transform_ip):
20801         * gst/level/gstlevel.h:
20802           fix up the decay peak, ensuring the decay peak is never lower
20803           than the peak for that interval
20804
20805 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20806
20807         * docs/plugins/gst-plugins-good-plugins.args:
20808         * docs/plugins/inspect/plugin-alpha.xml:
20809         * docs/plugins/inspect/plugin-rtp.xml:
20810         * gst/level/gstlevel.c: (gst_level_set_caps),
20811         (gst_level_transform_ip):
20812           updating docs
20813
20814 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20815
20816         * Makefile.am:
20817         * check/elements/level.c: (GST_START_TEST):
20818         * gst/level/Makefile.am:
20819         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20820         (gst_level_set_property), (gst_level_get_property),
20821         (gst_level_set_caps), (gst_level_message_new),
20822         (gst_level_transform_ip):
20823         * gst/level/gstlevel.h:
20824         * gst/level/level-example.c: (message_handler), (main):
20825           convert to using GstClockTime for all time values, finally.
20826
20827 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20828
20829         * gst/auparse/Makefile.am:
20830         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20831           fix up build
20832         * configure.ac:
20833         * ext/cairo/Makefile.am:
20834         * ext/dv/Makefile.am:
20835         * ext/esd/Makefile.am:
20836         * ext/flac/Makefile.am:
20837         * ext/gconf/Makefile.am:
20838         * ext/gdk_pixbuf/Makefile.am:
20839         * ext/jpeg/Makefile.am:
20840         * ext/ladspa/Makefile.am:
20841         * ext/libcaca/Makefile.am:
20842         * ext/libmng/Makefile.am:
20843         * ext/libpng/Makefile.am:
20844         * ext/mikmod/Makefile.am:
20845         * ext/pango/Makefile.am:
20846         * ext/raw1394/Makefile.am:
20847         * ext/shout2/Makefile.am:
20848         * ext/speex/Makefile.am:
20849         * gst/alpha/Makefile.am:
20850         * gst/autodetect/Makefile.am:
20851         * gst/avi/Makefile.am:
20852         * gst/cutter/Makefile.am:
20853         * gst/debug/Makefile.am:
20854         * gst/effectv/Makefile.am:
20855         * gst/flx/Makefile.am:
20856         * gst/goom/Makefile.am:
20857         * gst/interleave/Makefile.am:
20858         * gst/law/Makefile.am:
20859         * gst/matroska/Makefile.am:
20860         * gst/median/Makefile.am:
20861         * gst/monoscope/Makefile.am:
20862         * gst/multipart/Makefile.am:
20863         * gst/oldcore/Makefile.am:
20864         * gst/rtp/Makefile.am:
20865         * gst/rtsp/Makefile.am:
20866         * gst/smoothwave/Makefile.am:
20867         * gst/smpte/Makefile.am:
20868         * gst/videobox/Makefile.am:
20869         * gst/videofilter/Makefile.am:
20870         * gst/videomixer/Makefile.am:
20871         * gst/wavenc/Makefile.am:
20872         * gst/wavparse/Makefile.am:
20873         * sys/oss/Makefile.am:
20874         * sys/osxaudio/Makefile.am:
20875         * sys/osxvideo/Makefile.am:
20876           fix up GST_LIBS use
20877
20878 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20879
20880         * gst/auparse/Makefile.am:
20881         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20882           fix build of auparse
20883
20884 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
20885
20886         * configure.ac:
20887         * PORTED_09:
20888         * gst/auparse/gstauparse.c:
20889         * gst/auparse/gstauparse.h:
20890         Auparse ported to 0.9.
20891
20892 2005-09-22  Wim Taymans  <wim@fluendo.com>
20893
20894         * gst/rtp/TODO:
20895         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
20896         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20897         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20898         (gst_rtpmp4venc_set_property):
20899         * gst/rtp/gstrtpmp4venc.h:
20900         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20901         * gst/rtp/gstrtpmpaenc.h:
20902         Use is_filled to both check MTU and max-ptime of base class.
20903
20904 2005-09-22  Wim Taymans  <wim@fluendo.com>
20905
20906         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20907         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20908         (gst_rtpmp4venc_set_property):
20909         Don't fragment packets with multiple frames.
20910
20911 2005-09-22  Wim Taymans  <wim@fluendo.com>
20912
20913         * gst/rtp/TODO:
20914         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20915         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20916         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
20917         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
20918         (gst_rtpmp4venc_get_property):
20919         * gst/rtp/gstrtpmp4venc.h:
20920         Remove g_print.
20921         Update TODO
20922         Make payload encoder a bit smarter and more correct with
20923         timestamps.
20924         Added option in payloader to include config string in-band.
20925
20926 2005-09-21  Wim Taymans  <wim@fluendo.com>
20927
20928         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20929         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20930         (gst_rtspsrc_send):
20931         Strip spaces for key/value pairs.
20932
20933 2005-09-21  Wim Taymans  <wim@fluendo.com>
20934
20935         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
20936         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
20937         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
20938         (gst_rtspsrc_change_state):
20939         More SDP parsing and caps setting.
20940         Do NO_PREROLL differently.
20941         add pads only after negotiated.
20942
20943         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20944         (gst_udpsrc_getcaps):
20945         Implement the getcaps function.
20946
20947 2005-09-21  Wim Taymans  <wim@fluendo.com>
20948
20949         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
20950         (gst_rtpamrdec_chain):
20951         Handle multiple AMr packets per payload. Handle CRC and
20952         parse ILL/ILP.
20953
20954         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20955         Make caps params strings for easy SDP mapping.
20956         
20957         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
20958         Handle capsnego better.
20959
20960         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
20961         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
20962         Generate and parse config string in the caps.
20963
20964 2005-09-21  Wim Taymans  <wim@fluendo.com>
20965
20966         * gst/rtp/README:
20967         Update README
20968
20969         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
20970         Make extra params as strings.
20971
20972         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
20973         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20974         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
20975         Make state change return NO_PREROLL as this is a live
20976         source.
20977
20978         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
20979         Don't unref old caps when NULL.
20980
20981 2005-09-20  Wim Taymans  <wim@fluendo.com>
20982
20983         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
20984         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
20985         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
20986         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
20987         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
20988         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
20989         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
20990         * gst/rtsp/sdpmessage.h:
20991         Add URI handler.
20992         Parse SDP and create caps.
20993
20994 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
20995
20996         * gst/alpha/gstalpha.c:
20997           fix element description
20998
20999 2005-09-19  Wim Taymans  <wim@fluendo.com>
21000
21001         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21002         Don't check payload for now.
21003
21004 2005-09-19  Wim Taymans  <wim@fluendo.com>
21005
21006         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21007         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21008         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21009         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21010         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21011         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21012         (gst_wavparse_change_state):
21013         * gst/wavparse/gstwavparse.h:
21014         Fix wavparse some more.
21015
21016 2005-09-19  Wim Taymans  <wim@fluendo.com>
21017
21018         * check/elements/level.c: (GST_START_TEST):
21019         Fix for bus API change.
21020
21021 2005-09-19  Wim Taymans  <wim@fluendo.com>
21022
21023         * gst/level/level-example.c: (main):
21024         Fix for new bus API.
21025
21026         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21027         Set caps on pads.
21028
21029 2005-09-15  Wim Taymans  <wim@fluendo.com>
21030
21031         * gst/rtp/Makefile.am:
21032         * gst/rtp/README:
21033         * gst/rtp/gstrtp.c: (plugin_init):
21034         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21035         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21036         (gst_rtpamrdec_change_state):
21037         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21038         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21039         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21040         * gst/rtp/gstrtpamrenc.h:
21041         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21042         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21043         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21044         * gst/rtp/gstrtpgsmenc.h:
21045         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21046         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21047         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21048         (gst_rtpgsmparse_change_state):
21049         * gst/rtp/gstrtpgsmparse.h:
21050         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21051         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21052         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21053         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21054         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21055         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21056         * gst/rtp/gstrtph263penc.h:
21057         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21058         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21059         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21060         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21061         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21062         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21063         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21064         * gst/rtp/gstrtpmp4venc.h:
21065         * gst/rtp/gstrtpmpadec.c:
21066         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21067         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21068         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21069         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21070         * gst/rtp/gstrtpmpaenc.h:
21071         Updates to payloader/depayloaders, make payloaders use
21072         the base classes.
21073         Updated README with suggested RTP caps and how to convert
21074         to/from SDP.
21075         Added config descriptor in mp4v payloader.
21076
21077 2005-09-15  Andy Wingo  <wingo@pobox.com>
21078
21079         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21080         * gst/autodetect/gstautovideosink.c
21081         (gst_auto_video_sink_find_best): Update for new registry API.
21082
21083 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21084
21085         * common/c-to-xml.py:
21086         * common/gtk-doc-plugins.mak:
21087           a simple py script to generate valid xml from a C example
21088           probably also need to strip an MIT license when we decide
21089         * docs/plugins/Makefile.am:
21090         * gst/level/Makefile.am:
21091         * gst/level/gstlevel.c: (gst_level_init):
21092         * gst/level/level-example.c: (message_handler), (main):
21093           add an example to level that will show up in the docs
21094         * gst/rtp/TODO:
21095           add a note for the future
21096
21097 2005-09-14  Michael Smith <msmith@fluendo.com>
21098
21099         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21100           Actually define the debug object being used in wavenc. Fixes #316205
21101
21102 2005-09-14  Michael Smith <msmith@fluendo.com>
21103
21104         * gst/smpte/Makefile.am:
21105           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21106           needed to build on windows (bug 316204)
21107
21108 2005-09-12  Andy Wingo  <wingo@pobox.com>
21109
21110         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21111
21112 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21113
21114         * configure.ac:
21115         * gst/fdsrc/Makefile.am:
21116         * gst/fdsrc/gstfdsrc.c:
21117         * gst/fdsrc/gstfdsrc.h:
21118           Move fdsrc back into gstreamer core elements.
21119
21120         * gst/level/gstlevel.c: (gst_level_class_init),
21121         (gst_level_transform_ip):
21122         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21123           Basetransform changes.
21124
21125 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21126
21127         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21128         * ext/jpeg/smokecodec.c: (find_best_size):
21129           fix compiler warnings
21130
21131 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21132
21133         * gst-plugins-good.spec.in:
21134           spec file fixes
21135         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21136         (gst_multiudpsink_render), (gst_multiudpsink_add),
21137         (gst_multiudpsink_clear):
21138           it actually helps to actually stream if we hook up the
21139           "add" signal to an actual implementation
21140         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21141           some debugging
21142
21143 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21144
21145         * ext/jpeg/Makefile.am:
21146         * ext/jpeg/gstjpeg.c
21147         * ext/jpeg/gstjpegenc.c:
21148         * ext/jpeg/gstsmokeenc.c:
21149
21150 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21151
21152         * ext/flac/gstflacdec.c:
21153         * ext/flac/gstflacenc.c:
21154         * ext/flac/gstflactag.c:
21155         * ext/speex/gstspeexenc.c:
21156           gsttaginterface.h -> gsttagsetter.h
21157
21158 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21159
21160         * configure.ac:
21161         * gst/debug/Makefile.am:
21162         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21163         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21164         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21165         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21166         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21167           Port to 0.9 and re-enable efence plugin.
21168
21169 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21170
21171         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21172         (gst_flacdec_write), (gst_flacdec_convert_src):
21173         * ext/flac/gstflacdec.h:
21174           Add support for flac files with 24/32 bits per sample; and misc.
21175           minor clean-ups. Seeking is still partly broken (for me at least).
21176
21177 2005-09-06  Wim Taymans  <wim@fluendo.com>
21178
21179         * gst/rtp/Makefile.am:
21180         * gst/rtp/gstrtp.c: (plugin_init):
21181         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21182         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21183         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21184         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21185         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21186         (gst_rtpmp4vdec_plugin_init):
21187         * gst/rtp/gstrtpmp4vdec.h:
21188         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21189         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21190         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21191         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21192         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21193         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21194         * gst/rtp/gstrtpmp4venc.h:
21195         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21196         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21197         Added mpeg4 video payload encoder/decoder.
21198         Added some docs in mpa payloader.
21199
21200 === release 0.9.1 ===
21201
21202 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21203
21204         * NEWS:
21205         * README:
21206         * RELEASE:
21207         * autogen.sh:
21208         * configure.ac:
21209           releasing 0.9.1, "Blondie"
21210
21211 2005-09-05  Andy Wingo  <wingo@pobox.com>
21212
21213         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21214         here from the state change handler, so we fire signals without
21215         holding the state lock.
21216
21217 2005-09-02  Andy Wingo  <wingo@pobox.com>
21218
21219         * All plugins updated for element state changes.
21220
21221 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21222
21223         * Makefile.am:
21224         * check/.cvsignore:
21225         * check/Makefile.am:
21226         * check/elements/.cvsignore:
21227         * check/elements/level.c: (setup_level), (cleanup_level),
21228         (GST_START_TEST), (level_suite), (main):
21229           add a test for level
21230         * common/release.mak:
21231           move the enum checking to release.mak
21232         * configure.ac:
21233           add valgrind and check checking
21234         * gst/level/gstlevel.c: (gst_level_transform):
21235         * gst/level/gstlevel.h:
21236           fix Andy's cast bug
21237           convert a field to int
21238           fix the arithmetic to int when checking for emit so that a
21239           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21240
21241 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21242
21243         * Makefile.am:
21244         * configure.ac:
21245           add docs to build
21246         * common/plugins.xsl:
21247           wrap Description into a refsect2
21248         * docs/Makefile.am:
21249         * docs/plugins/Makefile.am:
21250         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21251         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21252         * gst/goom/Makefile.am:
21253         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21254         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21255         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21256         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21257         (gst_goom_change_state):
21258         * gst/goom/gstgoom.h:
21259           GstGOOM -> GstGoom
21260           add an example launch line
21261         * gst/level/gstlevel.h:
21262         * gst/monoscope/gstmonoscope.c:
21263           cleanups
21264
21265 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21266
21267         * configure.ac:
21268         * docs/plugins/Makefile.am:
21269         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21270         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21271         * docs/plugins/gst-plugins-good-plugins.types:
21272           document elements and plugins.  Shazam !
21273
21274 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21275
21276         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21277           be found under doc/random/ChangeLog-0.8