gst/matroska/: Make mkvdemux aware of E-AC3.
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2
3         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
4         * gst/matroska/matroska-ids.h:
5         Make mkvdemux aware of E-AC3.
6
7 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
8
9         * gst/rtp/Makefile.am:
10         * gst/rtp/gstrtp.c: (plugin_init):
11         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
12         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
13         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
14         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
15         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
16         (gst_rtp_jpeg_depay_change_state),
17         (gst_rtp_jpeg_depay_plugin_init):
18         * gst/rtp/gstrtpjpegdepay.h:
19         Add a jpeg depayloader.
20
21         * gst/rtp/gstrtpjpegpay.c:
22         Set the default properties on the payloader to better defaults.
23
24 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
25
26         * sys/v4l2/gstv4l2.c:
27           Give it a primary rank for autovideosrc.
28
29 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
30
31         Patch by: Bjorn Ostby <bjornos at axis dot com>
32
33         * gst/rtp/Makefile.am:
34         * gst/rtp/gstrtp.c: (plugin_init):
35         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
36         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
37         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
38         (gst_rtp_jpeg_pay_read_quant_table),
39         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
40         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
41         (gst_rtp_jpeg_pay_plugin_init):
42         * gst/rtp/gstrtpjpegpay.h:
43         Add JPEG payloader. Fixes #560756.
44
45 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
46
47         Patch by: Fabricio Godoy <skarllot at gmail dot com>
48
49         * sys/oss/gstosssink.c: (gst_oss_sink_open):
50         * sys/oss/gstosssrc.c: (gst_oss_src_open):
51         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
52         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
53         Fix some spelling mistakes. Fixes #556802.
54
55 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
56
57         * gst/equalizer/GstIirEqualizer10Bands.prs:
58         * gst/equalizer/GstIirEqualizer3Bands.prs:
59         * gst/equalizer/Makefile.am:
60         * gst/equalizer/gstiirequalizer10bands.c:
61         * gst/equalizer/gstiirequalizer3bands.c:
62           Add presets for equalizer. Fixes #522183.
63
64 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
65
66         * gst/rtsp/Makefile.am:
67         * gst/rtsp/gstrtsp.c: (plugin_init):
68         * gst/rtsp/gstrtspgoogle.c:
69         * gst/rtsp/gstrtspgoogle.h:
70         Remove google extension again, it's not needed anymore because we never
71         send multiple transports anymore.
72
73 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
74
75         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
76
77         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
78         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
79         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
80         (gst_rtspsrc_stream_free),
81         (gst_rtspsrc_stream_configure_udp_sinks),
82         (gst_rtspsrc_stream_configure_transport),
83         (gst_rtspsrc_send_dummy_packets),
84         (gst_rtspsrc_create_transports_string),
85         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
86         * gst/rtsp/gstrtspsrc.h:
87         Add property to configure NAT traversal method.
88         Ignore EOS from the internal sinks.
89         Implement sending dummy packets as a (simple) method to open up
90         some firewalls.
91         Send PLAY request to the server after we started the udp sources.
92         Fixes #559545.
93
94 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
95
96         Patch by: Yotam <sh dot yotam at gmail dot com>
97
98         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
99         Flush the remaining frames on EOS. Fixes #560641.
100
101 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
102
103         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
104         Fix compiler warning about printf formatting.
105
106 2008-11-12  Andy Wingo  <wingo@pobox.com>
107
108         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
109         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
110         segment events instead of sending them from the seeking thread.
111         Fixes #559288.
112         (gst_qtdemux_push_pending_newsegment): New helper, sends out
113         queued newsegment events.
114         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
115         call it here, as we only seek when looping, and only push in the
116         movie state.
117
118 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
119
120         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
121         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
122         * gst/qtdemux/qtdemux_fourcc.h:
123         * gst/qtdemux/qtdemux_types.c:
124         Add cover and alternative copyright tag, and enhance some existing
125         ones by marking them as container atoms.
126
127 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
128
129         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
130         Don't ignore the return value of setcaps.
131
132 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
133
134         Patch by: Olivier Crete <tester at tester dot ca>
135
136         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
137         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
138         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
139         * gst/rtp/gstrtpg729pay.h:
140         Replace G729 payloader with an improved version. Fixes #532409.
141
142 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
143
144         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
145         (gst_rtspsrc_change_state):
146         Only send one transport at a time for improved compatibility with some
147         broken servers. See #537832.
148
149 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
150
151         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
152         (gst_rtspsrc_perform_seek):
153         Only pause/play in the seek handler when the source was playing.
154         Fixes #529379.
155
156 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
157
158         * gst/matroska/matroska-mux.c:
159         (gst_matroska_mux_handle_dirac_packet):
160         Fix muxing of Dirac streams if the input already has the format
161         we need, i.e. is the output of matroskademux.
162
163 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
164
165         * gst/avi/gstavimux.c:
166           Don't segfault on string typed tags being NULL. Fixes #560155.
167
168 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
169
170         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
171         (gst_matroska_mux_audio_pad_setcaps):
172         Fix mapping AAC profile to Matroska codec id.
173
174 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
175
176         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
177         (qtdemux_video_caps), (qtdemux_audio_caps):
178         Refactor some raw audio caps building, and handle >16-bit cases.
179         Fix/replace building caps from a string description.
180
181 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
182
183         * gst/audiofx/audiowsincband.c:
184         * gst/audiofx/audiowsinclimit.c:
185         * gst/cutter/gstcutter.c:
186           Make author name consistent with others.
187
188 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
189
190         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
191
192         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
193         (gst_rtspsrc_stream_configure_udp_sink):
194         Pause the RTSP stream before doing a new play request.
195         Make sure that adding the udpsinks does not cause the rtspsrc to become
196         a sink. Fixes #559547.
197
198 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
199
200         * gst/matroska/matroska-ids.h:
201         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
202         (gst_matroska_mux_handle_dirac_packet),
203         (gst_matroska_mux_write_data):
204         Implement Dirac muxing into Matroska comforming to the spec, i.e.
205         put all Dirac packages up to a picture into a Matroska block.
206
207         TODO: Implement writing of the ReferenceBlock Matroska elements,
208         currently the Dirac muxing is only 100% correct if Matroska version 2
209         is selected for muxing.
210
211 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
212
213         Patch by: Bastien Nocera <hadess at hadess dot net>,
214                   Hans de Goede <jwrdegoede at fedoraproject dot org>
215
216         * configure.ac:
217         * sys/v4l2/Makefile.am:
218         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
219         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
220         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
221         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
222         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
223         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
224         (gst_v4l2_get_input), (gst_v4l2_set_input):
225         * sys/v4l2/v4l2_calls.h:
226         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
227         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
228         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
229         (gst_v4l2src_fill_format_list),
230         (gst_v4l2src_probe_caps_for_format_and_size),
231         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
232         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
233         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
234         (gst_v4l2src_get_nearest_size):
235         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
236
237 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
238
239         * ext/aalib/Makefile.am:
240         * ext/annodex/Makefile.am:
241         * ext/cairo/Makefile.am:
242         * ext/dv/Makefile.am:
243         * ext/esd/Makefile.am:
244         * ext/flac/Makefile.am:
245         * ext/gconf/Makefile.am:
246         * ext/gdk_pixbuf/Makefile.am:
247         * ext/hal/Makefile.am:
248         * ext/jpeg/Makefile.am:
249         * ext/ladspa/Makefile.am:
250         * ext/libcaca/Makefile.am:
251         * ext/libmng/Makefile.am:
252         * ext/libpng/Makefile.am:
253         * ext/mikmod/Makefile.am:
254         * ext/pulse/Makefile.am:
255         * ext/raw1394/Makefile.am:
256         * ext/shout2/Makefile.am:
257         * ext/soup/Makefile.am:
258         * ext/speex/Makefile.am:
259         * ext/taglib/Makefile.am:
260         * ext/wavpack/Makefile.am:
261         * gst/alpha/Makefile.am:
262         * gst/apetag/Makefile.am:
263         * gst/audiofx/Makefile.am:
264         * gst/auparse/Makefile.am:
265         * gst/autodetect/Makefile.am:
266         * gst/avi/Makefile.am:
267         * gst/cutter/Makefile.am:
268         * gst/debug/Makefile.am:
269         * gst/effectv/Makefile.am:
270         * gst/equalizer/Makefile.am:
271         * gst/flx/Makefile.am:
272         * gst/goom/Makefile.am:
273         * gst/goom2k1/Makefile.am:
274         * gst/icydemux/Makefile.am:
275         * gst/id3demux/Makefile.am:
276         * gst/interleave/Makefile.am:
277         * gst/law/Makefile.am:
278         * gst/level/Makefile.am:
279         * gst/matroska/Makefile.am:
280         * gst/median/Makefile.am:
281         * gst/monoscope/Makefile.am:
282         * gst/multifile/Makefile.am:
283         * gst/multipart/Makefile.am:
284         * gst/oldcore/Makefile.am:
285         * gst/qtdemux/Makefile.am:
286         * gst/replaygain/Makefile.am:
287         * gst/rtp/Makefile.am:
288         * gst/rtsp/Makefile.am:
289         * gst/smpte/Makefile.am:
290         * gst/spectrum/Makefile.am:
291         * gst/udp/Makefile.am:
292         * gst/videobox/Makefile.am:
293         * gst/videocrop/Makefile.am:
294         * gst/videofilter/Makefile.am:
295         * gst/videomixer/Makefile.am:
296         * gst/wavenc/Makefile.am:
297         * gst/wavparse/Makefile.am:
298         * sys/directdraw/Makefile.am:
299         * sys/directsound/Makefile.am:
300         * sys/oss/Makefile.am:
301         * sys/osxaudio/Makefile.am:
302         * sys/osxvideo/Makefile.am:
303         * sys/sunaudio/Makefile.am:
304         * sys/v4l2/Makefile.am:
305         * sys/waveform/Makefile.am:
306         * sys/ximage/Makefile.am:
307           Don't install static libs for plugins. Fixes #550851 for -good.
308
309 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
310
311         * ext/flac/Makefile.am:
312         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
313         This fixes compilation if FLAC is installed in an uncommon location
314         that is not already handled by other CFLAGS. Fixes bug #558711.
315
316 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
317
318         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
319         Guard more uncommon formats with ifdefs so that we can compile on older
320         versions.
321
322 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
323
324         Patch by: Nick Haddad <nick at haddads dot net>
325
326         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
327         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
328         (gst_avi_demux_stream_data):
329         Invert other uncompressed RGB formats. Fixes #558554.
330
331 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
332
333         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
334         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
335         * gst/wavenc/gstwavenc.h:
336         Add support for float/double as input and remove the (nowadays)
337         useless parsing of the depth as we require width==depth.
338
339 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
340
341         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
342         * gst/rtp/gstrtpmpapay.c:
343         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
344         mpeg version 1. Fixes #558427.
345
346 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
347
348         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
349         (gst_rtp_L16_pay_getcaps):
350         Only put an integral amount of samples in the RTP packet.
351         Fixes #556641.
352
353 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
354
355         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
356         * gst/rtp/gstrtpchannels.h:
357         Add method to get possible channel positions.
358
359 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
360
361         * gst/rtp/Makefile.am:
362         Also commit updated makefile
363
364 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
365
366         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
367         Don't allow width=32,depth=24 as input. WAV requires that the width
368         is the next integer multiply of 8 from the depth.
369
370 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
371
372         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
373         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
374         (gst_rtp_L16_pay_getcaps):
375         * gst/rtp/gstrtpchannels.c: (check_channels),
376         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
377         (gst_rtp_channels_create_default):
378         * gst/rtp/gstrtpchannels.h:
379         Add mappings for multichannel support. Does not completely just work
380         because the getcaps function does not yet return the allowed channel
381         mappings. See #556641.
382
383 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
384
385         * gst/goom/Makefile.am:
386         * gst/goom/README:
387         * gst/goom/config_param.c:
388         * gst/goom/convolve_fx.c:
389         * gst/goom/drawmethods.c:
390         * gst/goom/drawmethods.h:
391         * gst/goom/filters.c:
392         * gst/goom/filters_mmx.s:
393         * gst/goom/flying_stars_fx.c:
394         * gst/goom/goom.h:
395         * gst/goom/goom_config.h:
396         * gst/goom/goom_config_param.h:
397         * gst/goom/goom_core.c:
398         * gst/goom/goom_filters.h:
399         * gst/goom/goom_fx.h:
400         * gst/goom/goom_graphic.h:
401         * gst/goom/goom_plugin_info.h:
402         * gst/goom/goom_tools.c:
403         * gst/goom/goom_tools.h:
404         * gst/goom/goom_typedefs.h:
405         * gst/goom/goom_visual_fx.h:
406         * gst/goom/graphic.c:
407         * gst/goom/ifs.c:
408         * gst/goom/ifs.h:
409         * gst/goom/lines.c:
410         * gst/goom/lines.h:
411         * gst/goom/mathtools.c:
412         * gst/goom/mathtools.h:
413         * gst/goom/mmx.c:
414         * gst/goom/motif_goom1.h:
415         * gst/goom/motif_goom2.h:
416         * gst/goom/plugin_info.c:
417         * gst/goom/ppc_drawings.h:
418         * gst/goom/ppc_zoom_ultimate.h:
419         * gst/goom/sound_tester.c:
420         * gst/goom/sound_tester.h:
421         * gst/goom/surf3d.c:
422         * gst/goom/surf3d.h:
423         * gst/goom/tentacle3d.c:
424         * gst/goom/tentacle3d.h:
425         * gst/goom/v3d.c:
426         * gst/goom/v3d.h:
427         * gst/goom/xmmx.c:
428           Add license headers in all source files. Remove filter.c from
429           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
430           which are not used right now. Fixes #557709.
431
432 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
433
434         Patch by: Olivier Crete <tester at tester dot ca>
435
436         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
437         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
438         Implement getcaps in rtpL16pay. Fixes #556484.
439
440 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
441
442         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
443         (gst_rtp_L16_depay_process):
444         Check if clock-rate and channels are valid.
445         Don't ignore the return value of setcaps.
446         No need to validate the buffer, the base class does that for us.
447         Use the marker bit to set the DISCONT flag on outgoing buffers.
448
449         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
450         Don't ignore the return value of set_outcaps.
451
452         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
453         (gst_rtp_ac3_depay_process):
454         Don't ignore the return value of set_caps.
455         No need to validate the buffer, the base class does that for us.
456
457         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
458         (gst_rtp_amr_depay_process):
459         * gst/rtp/gstrtpamrdepay.h:
460         Don't ignore the return value of setcaps.
461         No need to validate the buffer, the base class does that for us.
462         No need to set output caps on the buffers, the base class does that for
463         us.
464         The subclass will make sure we are negotiated.
465         
466         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
467         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
468         * gst/rtp/gstrtpdvdepay.h:
469         Clean up caps negotiation.
470         The subclass will make sure we are negotiated.
471
472         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
473         (gst_rtp_g726_depay_process):
474         Clean up caps negotiation.
475         Use the marker bit to set the DISCONT flag on outgoing buffers.
476
477         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
478         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
479         * gst/rtp/gstrtpg729depay.h:
480         The subclass will make sure we are negotiated.
481         Use the marker bit to set the DISCONT flag on outgoing buffers.
482
483         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
484         (gst_rtp_gsm_depay_process):
485         Clean up caps negotiation.
486         Use the marker bit to set the DISCONT flag on outgoing buffers.
487
488         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
489         Clean up caps negotiation.
490         Don't ignore the return value of set_outcaps.
491
492         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
493         (gst_rtp_h263_depay_process):
494         Clean up caps negotiation.
495         No need to validate the buffer, the base class does that for us.
496
497         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
498         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
499         * gst/rtp/gstrtph263pay.h:
500         Don't ignore the return value of set_outcaps.
501         Do some more timestamps.
502
503         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
504         (gst_rtp_h263p_depay_process):
505         Clean up caps negotiation.
506         Don't ignore the return value of setcaps.
507         No need to validate the buffer, the base class does that for us.
508
509         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
510         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
511         (gst_rtp_h263p_pay_handle_buffer):
512         * gst/rtp/gstrtph263ppay.h:
513         Don't ignore the return value of set_outcaps.
514         Do some more timestamps.
515
516         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
517         (gst_rtp_h264_depay_process):
518         Clean up caps negotiation.
519         Don't ignore the return value of setcaps.
520         Fix possible caps leak.
521         No need to validate the buffer, the base class does that for us.
522
523         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
524         Add some more debug info.
525
526         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
527         (gst_rtp_ilbc_depay_process):
528         Clean up caps negotiation.
529         Use the marker bit to set the DISCONT flag on outgoing buffers.
530
531         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
532         Clean up caps negotiation.
533
534         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
535         (gst_rtp_mp1s_depay_process):
536         Clean up caps negotiation.
537         Don't ignore the return value of setcaps.
538         No need to validate the buffer, the base class does that for us.
539         No need to set caps on buffers, subclass does that for us.
540
541         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
542         (gst_rtp_mp2t_depay_process):
543         Clean up caps negotiation.
544         Don't ignore the return value of setcaps.
545         No need to validate the buffer, the base class does that for us.
546         No need to set caps on buffers, subclass does that for us.
547
548         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
549         (gst_rtp_mp4a_depay_process):
550         Clean up caps negotiation.
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/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
555         (gst_rtp_mp4a_pay_setcaps):
556         Don't ignore the return value of set_outcaps.
557
558         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
559         (gst_rtp_mp4g_depay_process):
560         Clean up caps negotiation.
561         Don't ignore the return value of setcaps.
562         No need to validate the buffer, the base class does that for us.
563         No need to set caps on buffers, subclass does that for us.
564
565         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
566         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
567         Don't ignore the return value of set_outcaps.
568
569         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
570         (gst_rtp_mp4v_depay_process):
571         Clean up caps negotiation.
572         Don't ignore the return value of setcaps.
573         No need to validate the buffer, the base class does that for us.
574         No need to set caps on buffers, subclass does that for us.
575
576         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
577         (gst_rtp_mp4v_pay_setcaps):
578         Don't ignore the return value of set_outcaps.
579
580         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
581         (gst_rtp_mpa_depay_process):
582         Clean up caps negotiation.
583         Don't ignore the return value of setcaps.
584         No need to validate the buffer, the base class does that for us.
585         Use the marker bit to set the DISCONT flag on outgoing buffers.
586
587         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
588         Don't ignore the return value of set_outcaps.
589
590         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
591         (gst_rtp_mpv_depay_process):
592         Clean up caps negotiation.
593         Actually set output caps.
594         No need to validate the buffer, the base class does that for us.
595
596         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
597         Don't ignore the return value of set_outcaps.
598
599         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
600         (gst_rtp_pcma_depay_process):
601         Clean up caps negotiation.
602         Set output buffer duration because we can.
603         Use the marker bit to set the DISCONT flag on outgoing buffers.
604
605         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
606         Don't ignore the return value of set_outcaps.
607
608         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
609         (gst_rtp_pcmu_depay_process):
610         Clean up caps negotiation.
611         Use the marker bit to set the DISCONT flag on outgoing buffers.
612
613         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
614         Don't ignore the return value of set_outcaps.
615
616         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
617         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
618         Clean up caps negotiation.
619         Set output caps on the pad and header buffers.
620         Set duration on output buffers because we can.
621
622         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
623         Don't ignore the return value of set_outcaps.
624
625         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
626         (gst_rtp_sv3v_depay_process):
627         Clean up caps negotiation.
628         No need to validate the buffer, the base class does that for us.
629         No need to set caps out output buffers, subclass does that.
630
631         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
632         (gst_rtp_theora_depay_process):
633         Don't ignore the return value of setcaps.
634         No need to validate the buffer, the base class does that for us.
635
636         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
637         (gst_rtp_theora_pay_flush_packet), (encode_base64),
638         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
639         (gst_rtp_theora_pay_handle_buffer):
640         Don't ignore the return value of set_outcaps.
641
642         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
643         (gst_rtp_vorbis_depay_process):
644         Don't ignore the return value of setcaps.
645         No need to validate the buffer, the base class does that for us.
646
647         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
648         Don't ignore the return value of set_outcaps.
649
650         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
651         Clean up caps negotiation, don't ignore setcaps return.
652
653         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
654         Don't ignore the return value of set_outcaps.
655
656 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
657
658         * gst/matroska/matroska-demux.c:
659         (gst_matroska_demux_handle_src_event):
660         Forward unknown events upstream.
661
662 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
663
664         * tests/check/elements/icydemux.c: (icydemux_found_pad):
665         Add some refcount check
666
667         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
668         Don't ignore the result of write(), fixes a  compiler warning for me.
669
670         * tests/icles/videobox-test.c: (main):
671         Make the output a little more pretty.
672
673 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
674
675         * ext/esd/esdmon.c:
676           Add doc blob.
677
678 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
679
680         * docs/plugins/Makefile.am:
681         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
682         * docs/plugins/gst-plugins-good-plugins-sections.txt:
683         * docs/plugins/gst-plugins-good-plugins.args:
684         * docs/plugins/gst-plugins-good-plugins.hierarchy:
685         * docs/plugins/gst-plugins-good-plugins.interfaces:
686         * docs/plugins/inspect/plugin-autodetect.xml:
687           Add the docs of the new elements.
688
689 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
690
691         * gst/autodetect/gstautoaudiosrc.c:
692         (gst_auto_audio_src_class_init):
693         * gst/autodetect/gstautovideosrc.c:
694         (gst_auto_video_src_class_init):
695         Fix "Since" tags in the documentation.
696
697 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
698
699         Patch by: Sjoerd Simons <sjoerd at luon dot net>
700
701         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
702         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
703         Add support for souphttpsrc to act as a live source. This makes it
704         possible to get timestamped buffers in combination with the
705         "do-timestamp" property. Fixes bug #556019.
706
707 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
708
709         * gst/autodetect/Makefile.am:
710         * gst/autodetect/gstautoaudiosink.c:
711         * gst/autodetect/gstautoaudiosrc.c:
712         * gst/autodetect/gstautoaudiosrc.h:
713         * gst/autodetect/gstautodetect.c:
714         * gst/autodetect/gstautovideosink.c:
715         * gst/autodetect/gstautovideosrc.c:
716         * gst/autodetect/gstautovideosrc.h:
717           Implement src plugins. Little code/string cleanup in the sinks.
718           Fixes #523813.
719
720 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
721
722         Patch by: Peter Kjellerstedt <pkj at axis com>
723
724         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
725         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
726         Fix a memory leak when pads are requested but the pipeline never
727         goes into PLAYING.
728
729         Correctly remove request pads, no matter if they have collected
730         data or not.
731
732         Fixes bug #557710.
733
734 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
735
736         Patch by: <lrn1986 at gmail dot com>
737
738         * gst/udp/gstudpnetutils.h:
739         Define the correct WINVER so getaddinfo() can be used when using
740         mingw32. Fixes bug #557294.
741
742 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
743
744         Patch by: <lrn1986 at gmail dot com>
745
746         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
747         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
748         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
749         Fix "argument type mismatch" compiler warnings on Windows.
750         Fixes bug #557293.
751
752 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
753
754         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
755         Don't calculate the filter coefficients for every single buffer
756         but only when it's needed. Fixes bug #557260.
757
758 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
759
760         * configure.ac:
761         Back to development -> 0.10.11.1
762
763 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
764
765         * gst-plugins-good.doap:
766         Fix version number of 0.10.11 release in doap file
767
768 === release 0.10.11 ===
769
770 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
771
772         * configure.ac:
773           releasing 0.10.11, "Secondary Consideration"
774
775 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
776
777         * configure.ac:
778         Commit 0.10.10.4 pre-release
779
780 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
781
782         * gst/avi/gstavimux.c:
783         Fix VPRP chunk setup in avimux.
784         Fixes: #556010
785         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
786
787 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
788
789         * gst/videobox/gstvideobox.c:
790         support dynamically changing properties in videobox
791         Fixed: #557085
792         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
793
794 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
795
796         * configure.ac:
797         0.10.10.3 pre-release
798
799 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
800
801         * tests/check/Makefile.am:
802         Don't run the states test on pulsesrc and pulsesink
803
804 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
805
806         * configure.ac:
807         Commit 0.10.10.2 pre-release bump that actually went
808         out on 2008-10-11
809
810 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
811
812         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
813         Skip entries for streams that don't have a output pad yet, thereby
814         avoiding calling pad functions with a NULL pad.
815         Fixes #556424
816
817 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
818
819         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
820         * tests/check/elements/icydemux.c: (icydemux_found_pad):
821         Remove problematic and useless refcount check.
822         Fixes #556381
823
824 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
825
826         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
827         Remove problematic and useless refcount check.
828         Fixes #556381
829
830 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
831
832         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
833         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
834         Cast some size_t arguments to guint to avoid compiler
835         warnings on 64-bit systems.
836
837 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
838
839         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
840         Return TRUE instead of FALSE from the event handler when we swallowed the
841         event.
842
843 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
844
845         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
846         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
847         Reset header state. Fixes #555321.
848
849 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
850
851         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
852         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
853         * gst/avi/gstavidemux.h:
854         For timestamping audio packets we need to take into account the
855         amount of blocks in one entry using the blockalign. Fixes some sync
856         issues with zero-padded audio blocks in the beginning of avi files.
857
858 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
859
860         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
861         (gst_multi_file_src_query):
862         Implement DEFAULT and BUFFER position queries. See #555260.
863
864 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
865
866         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
867         Fix build for systems that don't have XDamage.
868
869 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
870
871         * tests/examples/rtp/client-H263p.sdp:
872         * tests/examples/rtp/client-H263p.sh:
873         * tests/examples/rtp/server-VTS-H263p.sh:
874         Add some more H263p server and client examples.
875
876 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
877
878         * configure.ac::
879           Depend on released versions of core and base.
880
881 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
882
883         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
884         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
885         Return -1 instead of 0 in error cases. Fixes #554771.
886
887 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
888
889         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
890         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
891         Stop leaking the cursor image.
892         Unref the last_ximage and the cached cursor image on shutdown.
893         Fixes #551570.
894
895 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
896
897         * sys/v4l2/gstv4l2object.h:
898         Getting the Class from an instance is not just a matter of casting it to
899         the class struct but it involves calling G_OBJECT_GET_CLASS on the
900         instance. Fixes #549784.
901
902 2008-10-01  Michael Smith <msmith@songbirdnest.com>
903
904         * configure.ac:
905           Fix libs for linking directsound.
906         * sys/directsound/gstdirectsoundsink.c:
907           Fix buffer sizing to prevent racing the ringbuffer at startup.
908           Add volume property.
909
910 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
911
912         * ext/pulse/pulsesink.c:
913         Fix problems with pulsesink randomly erroring with code 'OK' after a
914         format change on the stream by waiting when disconnecting the stream.
915
916 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
917
918         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
919         (gst_rtp_amr_depay_process):
920         Mark DISCONT on output buffers when the marker bit signals a new talk
921         spurt.
922
923         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
924         Set the marker bit for buffers with a DISCONT flag to signal a talk
925         spurt.
926
927 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
928
929         * gst/rtp/Makefile.am:
930         * gst/rtp/gstrtp.c: (plugin_init):
931         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
932         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
933         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
934         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
935         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
936         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
937         * gst/rtp/gstrtpmp4apay.h:
938         Added MP4A-LATM payloader to match the depayloader.
939
940 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
941
942         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
943         (gst_videomixer_sink_event):
944         Handle segments a little better. Fixes #537361.
945
946 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
947
948         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
949         Don't assume the server supports PAUSE by default. Fixes #551048.
950
951 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
952
953         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
954         (gst_udpsrc_set_uri), (gst_udpsrc_start):
955         Switch on the socket family to get the addrlen size right.
956
957 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
958
959         Patch by: Daniel Franke <df at dfranke dot us>
960
961         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
962         OS X's bind() implementation is picky about its addrlen parameter and
963         fails with EINVAL if it is larger than expected for the socket's address
964         family. Set the length to the expected length instead. Fixes #553191.
965
966 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
967
968         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
969         Handle the case where we cannot do desribe or when the describe result
970         does not contain a valid SDP message.
971
972 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
973
974         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
975         Fix setting the qos.
976
977 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
978
979         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
980         (gst_qtdemux_chain):
981         Some 'broken' files out there have atom lengths of zero...
982         which basically results in qtdemux consuming that atom again and again
983         until the *end of night* !
984         Detect that and emits an adequate element error message.
985
986 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
987
988         * gst/interleave/Makefile.am:
989         * gst/matroska/Makefile.am:
990         Fix build flags order.
991
992         * tests/check/elements/audioamplify.c: (GST_START_TEST):
993         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
994         * tests/check/elements/audioinvert.c: (GST_START_TEST):
995         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
996         Format fixes.
997
998         * tests/check/elements/multifile.c:
999         Pull in unistd.h
1000
1001 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1002
1003         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1004         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1005         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1006         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1007         (gst_rtp_mp4g_depay_change_state):
1008         * gst/rtp/gstrtpmp4gdepay.h:
1009         Handle interleaved streams by reordering AU in a queue.
1010
1011 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1012
1013         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1014         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1015         Change some of the ranges in the caps, mostly for the amount of bits we
1016         can use.
1017         Added a little bitstream parse and use it to parse the AU header fields.
1018         Check for malformed and wrongly sized packets better.
1019         Implement more header field parsing.
1020         Handle the size of fragmented packets correctly.
1021
1022 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1023
1024         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1025         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1026         Add mapping for 'tiff' => image/tiff
1027         Fixes #552213
1028
1029 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1030
1031
1032         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1033         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1034           Pretend to care about the result of write() which works around
1035           compiler warnings.
1036
1037 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1038
1039         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1040           Make sure the desired default values are actually set, not only
1041           registered as defaults (actual problem is that the stereo-specific
1042           values are only updated if channels==2, which is not the case yet
1043           when the object is created, so the default values for the
1044           mid-side-stereo and loose-mid-side-stereo settings are never
1045           set in _update_quality()). Makes flacenc create smaller files by
1046           default (for stereo input), and fixes #550791.
1047
1048 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1049
1050         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1051         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1052         (qtdemux_parse_trak), (qtdemux_video_caps):
1053         * gst/qtdemux/qtdemux.h:
1054         * gst/qtdemux/qtdemux_fourcc.h:
1055         * gst/qtdemux/qtdemux_types.c:
1056         Add support for video/mj2 mime-type and its additional atoms/boxes.
1057         Fixes #550646.
1058
1059 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1060
1061         * gst/debug/gsttaginject.c:
1062           Add warning when tags parameter is unparsable and give example for
1063           quoting in the docs.
1064
1065 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1066
1067         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1068         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1069         Add some alternative byteswapped mappings that seem to pop up sometimes.
1070         Fixes #550288.
1071
1072 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1073
1074         * po/LINGUAS:
1075         * po/POTFILES.in:
1076         * po/POTFILES.skip:
1077           Add 'ca' to LINGUAS; add some more files with translations and some
1078           files which should be ignored by translation tools.
1079
1080 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1081
1082         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1083         * ext/speex/gstspeexdec.h:
1084         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1085         * ext/speex/gstspeexenc.h:
1086         Use integer encoding and decoding functions instead of converting
1087         the integer input to float in the element. The libspeex integer
1088         functions are doing this for us already or, if libspeex was compiled
1089         in integer mode, they're doing everything using integer arithmetics.
1090         Also saves some copying around.
1091
1092 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1093
1094         * configure.ac:
1095           Fix --disable-external
1096
1097 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1098
1099         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1100         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1101         * ext/wavpack/gstwavpackenc.h:
1102         Handle non-zero start timestamps and stream discontinuities
1103         correctly. This only has an effect if we're muxing into
1104         a container format as the raw WavPack stream must contain
1105         continous sample numbers.
1106
1107 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1108
1109         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1110         Correct the timestamp and granulepos calculation by one Speex
1111         frame.
1112
1113 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1114
1115         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1116         Correctly take the granulepos from upstream if possible and
1117         correctly handle the granulepos in various calculations: the
1118         granulepos is the sample number of the _last_ sample in a frame, not
1119         the first.
1120
1121         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1122         (gst_speex_enc_encode), (gst_speex_enc_chain),
1123         (gst_speex_enc_change_state):
1124         * ext/speex/gstspeexenc.h:
1125         Handle non-zero start timestamps in the encoder and detect/handle
1126         stream discontinuities. Fixes bug #547075.
1127
1128 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1129
1130         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1131
1132         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1133         Fix compiler warnings caused by passing a string as format string
1134         instead of "%s" and then the string. This is only exposed by -Wformat=2
1135         as used by default on Ubuntu. Fixes bug #550015.
1136
1137 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1138
1139         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1140         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1141         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1142         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1143         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1144           (gst_ebml_read_element_length):
1145         * gst/matroska/matroska-demux.c:
1146           (gst_matroska_demux_check_subtitle_buffer):
1147           Make stuff compile with GST_DISABLE_GST_DEBUG.
1148
1149 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1150
1151         * gst/law/alaw.c:
1152         * gst/law/mulaw.c:
1153           Ref caps before passing to gst_pad_template_new(), since that takes
1154           ownership.
1155
1156 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1157
1158         Patch by: Mersad Jelacic <mersad at axis dot com>
1159
1160         * gst/multipart/multipartdemux.c:
1161         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1162         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1163         demuxer. Fixes #549551.
1164
1165 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1166
1167         * sys/osxaudio/gstosxaudiosink.c:
1168         (gst_osx_audio_sink_select_device):
1169         * sys/osxaudio/gstosxaudiosrc.c:
1170         (gst_osx_audio_src_create_ringbuffer),
1171         (gst_osx_audio_src_select_device):
1172         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1173         Fix the build on macosx.
1174
1175 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1176
1177         * gst/icydemux/gsticydemux.c:
1178           Small docs fix: in the example pipeline, we need to pass
1179           iradio-mode=true to the source, so the server actually sends
1180           an ICY stream.
1181
1182 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1183
1184         * sys/osxaudio/gstosxaudio.c:
1185           Oops. Revert more completely.
1186
1187 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1188
1189         * sys/osxaudio/gstosxaudio.c:
1190           Revert accidental element rename from testing.
1191
1192 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1193
1194         * gst-plugins-good.doap:
1195         Pull in 0.10.10 doap entry from release branch
1196
1197 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1198
1199         * configure.ac:
1200         Update version number to reflect 0.10.10 release from
1201         branch.
1202
1203 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1204
1205         * sys/osxaudio/Makefile.am:
1206         * sys/osxaudio/gstosxaudio.c:
1207         * sys/osxaudio/gstosxaudiosink.c:
1208         * sys/osxaudio/gstosxaudiosink.h:
1209         * sys/osxaudio/gstosxaudiosrc.c:
1210         * sys/osxaudio/gstosxaudiosrc.h:
1211         * sys/osxaudio/gstosxringbuffer.c:
1212         * sys/osxaudio/gstosxringbuffer.h:
1213           Rewrite caps setting and ring buffer initialisation.
1214           Previously we never told CoreAudio what format we were going to send it,
1215           so it only worked due to luck, and not at all on some hardware.
1216           Now we explicitly advertise what formats the hardware supports, and then
1217           configure the selected one correctly.
1218
1219 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1220
1221         * sys/v4l2/gstv4l2object.c:
1222         * sys/v4l2/gstv4l2src.c:
1223         * sys/v4l2/gstv4l2src.h:
1224         * sys/v4l2/v4l2_calls.c:
1225         * sys/v4l2/v4l2src_calls.c:
1226           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1227           need to memset instance structures. Some more FIXME's and comments.
1228
1229 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1230
1231         * tests/icles/.cvsignore:
1232           Ignore more.
1233
1234 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1235
1236         * gst/goom/.cvsignore:
1237         * gst/goom2k1/.cvsignore:
1238           Ignore files.
1239
1240 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1241
1242         * ext/cairo/gsttextoverlay.c:
1243           Fix compiler warning.
1244
1245 2008-08-25  David Schleef  <ds@schleef.org>
1246
1247         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1248
1249 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1250
1251         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1252         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1253         * gst/matroska/matroska-mux.c:
1254         (gst_matroska_mux_video_pad_setcaps),
1255         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1256         Add Real[Audio|Video] support to Matroska containers.
1257         It works fine for:
1258         * decoding real audio/video streams contained in mkv
1259         * 'transmuxing' real (.rm) files into .mkv files
1260         It will not work though for encoding real[audio/video] streams that
1261         don't contain the 'mdpr_data' extra data on the caps.
1262         The reason why this will not work is because I never intended to
1263         duplicate virtually all the 'mdpr' block creation into mkvmux.
1264         Fixes #536067
1265
1266 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1267
1268         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1269         * gst/law/mulaw-conversion.c:
1270         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1271         (gst_mulawenc_chain):
1272         The encoder can't really renegotiate at the time they perform a
1273         pad-alloc so make the srcpads use fixed caps.
1274         Check the buffer size after a pad-alloc because the returned size might
1275         not be right when the downstream element does not know the size of the
1276         new buffer (capsfilter). Fixes #549073.
1277
1278 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1279
1280         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1281
1282         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1283         v4l2src doesn't have a property named "norm" so don't try to notify
1284         about changes to that property. The "norm" property and related
1285         code are commented out currently. Fixes bug #549090.
1286
1287 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1288
1289         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1290
1291         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1292         Reprobe devices again instead of taking a cached list as new
1293         devices could've been plugged in. Fixes bug #549062.
1294
1295 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1296
1297         * gst/autodetect/Makefile.am:
1298         Don't link the autodetect plugin with GConf as it doesn't
1299         use GConf. Fixes bug #545463.
1300
1301 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1302
1303         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1304         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1305         (gst_ebml_read_sint), (gst_ebml_read_float),
1306         (gst_ebml_read_header):
1307         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1308         possible to ignore errors and not post any ERROR messages on
1309         the bus.
1310
1311         * gst/matroska/matroska-demux.c:
1312         (gst_matroska_demux_parse_contents):
1313         Ignore any errors and not just EOS when parsing the contents of
1314         a SeekHead. Errors here are usually caused by truncated files
1315         and playback of the file works fine. Fixes playback of the
1316         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1317         archive.
1318
1319 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1320
1321         * gst/multipart/multipartdemux.c:
1322         * gst/multipart/multipartmux.c:
1323         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1324
1325 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1326
1327         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1328           gst_directdraw_sink_bufferpool_clear):
1329           Fix two more buffer ref leaks.
1330
1331 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1332
1333         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1334
1335         * sys/directdraw/gstdirectdrawsink.c:
1336           (gst_directdraw_sink_show_frame):
1337           Fix buffer ref leak.
1338
1339 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1340
1341         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1342         Revert the last commit. wavenc still supports width!=depth for 32 bit
1343         width. Thanks Tim.
1344
1345 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1346
1347         * gst/matroska/matroska-demux.c:
1348         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1349         If the duration of a block is unknown only use the timestamp for the
1350         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1351         laces. Otherwise every lace has the same timestamp which leads to
1352         various problems. Really fixes bug #548831.
1353
1354 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1355
1356         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1357         If we're not allowing width!=depth in wavenc we should also disable
1358         the code that was added to support width!=depth.
1359
1360 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1361
1362         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1363         Don't calculate the default duration of a frame from the audio sampling
1364         rate. This only works for raw audio if every frame contains a single
1365         sample and results in broken buffer durations for other formats
1366         if no specified default duration is given or the blocks have no
1367         duration. Fixes bug #548831.
1368
1369 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1370
1371         * gst/matroska/matroska-demux.c:
1372         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1373         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1374         are used for text/plain subtitles as a gap-filler in some files.
1375
1376 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1377
1378         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1379         (gst_v4l2_get_caps_info):
1380         Add S910 and PWC formats with a low priority.
1381
1382         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1383         (gst_v4l2src_probe_caps_for_format):
1384         Add more debugging.
1385
1386 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1387
1388         * ext/flac/gstflacenc.c:
1389           Fix compilation against older libflac versions.
1390
1391 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1392
1393         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1394         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1395         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1396         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1397         (gst_pulsemixer_ctrl_set_volume):
1398         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1399         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1400         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1401         (gst_pulsesink_init), (gst_pulsesink_open),
1402         (gst_pulsesink_prepare), (gst_pulsesink_write),
1403         (gst_pulsesink_delay), (gst_pulsesink_reset):
1404         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1405         (gst_pulsesrc_init):
1406         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1407         Fix a locking issue in pulsesink's prepare function.
1408
1409         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1410         Check if the created channel layout is valid for GStreamer.
1411
1412 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1413
1414         * gst/rtsp/gstrtspgoogle.c:
1415         Things that can happen when your brain is in google mode trying to
1416         deal with their google rtsp server extensions and trying to type your
1417         google mail account.
1418
1419 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1420
1421         * gst/rtsp/Makefile.am:
1422         * gst/rtsp/gstrtsp.c: (plugin_init):
1423         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1424         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1425         (_do_init), (gst_rtsp_google_base_init),
1426         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1427         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1428         (gst_rtsp_google_extension_init):
1429         * gst/rtsp/gstrtspgoogle.h:
1430         Add google RTSP extension, it can only handle udp and responds with
1431         unsupported if we do anything else. Fixes #546465.
1432
1433         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1434         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1435         (gst_rtspsrc_create_transports_string),
1436         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1437         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1438         Make transport setup code a bit better using GString.
1439         Add some more debug.
1440         Check for closed connections before doing anything on them.
1441
1442 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1443
1444         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1445         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1446         (gst_pulsesrc_prepare):
1447         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1448         (gst_pulse_channel_map_to_gst):
1449         * ext/pulse/pulseutil.h:
1450         If downstream provides no channel layout and >2 channels should be
1451         used use the default layout that pulseaudio chooses and also
1452         add this layout to the caps. Fixes bug #547258.
1453
1454 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1455
1456         Patch by: Peter Kjellerstedt <pkj at axis com>
1457
1458         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1459         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1460         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1461         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1462         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1463         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1464         (gst_udpsrc_set_property):
1465         Avoid leaking internally allocated file descriptors when setting
1466         custom file descriptors. Fixes #543101.
1467
1468 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1469
1470         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1471         Don't try to configure RTCP back to the server when the server did not
1472         give us a valid port number.
1473
1474 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1475
1476         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1477         Use new basetransform method to renegotiate. Fixes #544956.
1478
1479         * tests/icles/Makefile.am:
1480         * tests/icles/videobox-test.c: (make_pipeline), (main):
1481         Add videobox renegotiation example.
1482
1483 2008-08-19  David Schleef  <ds@schleef.org>
1484
1485         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1486         with sane values.  Fixes #548530.
1487
1488 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1489
1490         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1491         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1492         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1493         are already filled with the correct values by
1494         gst_ring_buffer_parse_caps() so there's no need to set them again
1495         with wrong values.
1496
1497 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1498
1499         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1500         (gst_avi_demux_read_subindexes_push):
1501         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1502         and instead of using the 'ix##' nomenclature, use '##ix'.
1503         They're still valid though, this fixes the duration and indexes for
1504         virtually all the ODML files I have.
1505
1506 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1507
1508         Patch by: Olivier Crete <tester at tester dot ca>
1509
1510         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1511         (gst_rtp_vorbis_depay_process):
1512         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1513         Update the vorbis RTP pay/depay to RFC 5215.
1514         Fixes #547842.
1515
1516 2008-08-14  David Schleef  <ds@schleef.org>
1517
1518         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1519           with 3:2 pulldown, i.e., 24p.
1520
1521 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1522
1523         * tests/check/elements/level.c: (GST_START_TEST):
1524         Fix compilation some more.
1525
1526 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1527
1528         * configure.ac::
1529           Require -base CVS for wavparse acid chunk parsing.
1530
1531 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1532
1533         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1534         (gst_pulsesink_init), (gst_pulsesink_finalize),
1535         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1536         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1537         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1538         * ext/pulse/pulsesink.h:
1539         Add "device-name" property to pulsesink too and currently commented
1540         out and not working support for a "volume" property.
1541
1542 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1543
1544         * configure.ac:
1545         Remove more cdio stuff (moved to ugly)
1546
1547 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1548
1549         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1550
1551         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1552         (gst_pulsesrc_get_property):
1553         Add "device-name" property, which provides a human readable string
1554         for the audio device, to make it more consisten with other audio
1555         sources. Fixes bug #547519.
1556
1557 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1558
1559         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1560         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1561         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1562         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1563         * ext/pulse/pulsemixerctrl.h:
1564         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1565         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1566         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1567         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1568         * ext/pulse/pulseprobe.h:
1569         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1570         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1571         (gst_pulsesrc_change_state):
1572         Improve debugging a bit by including the parent object in pulsemixerctrl
1573         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1574         GST_WARNING.
1575
1576         Use the parent GObject subclass instead of a random struct as GObject
1577         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1578         when probing for another property than "device".
1579
1580 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1581
1582         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1583
1584         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1585         Fix property probing after the device property is set by calling
1586         set_server when the server property changes. Fixes bug #547518.
1587
1588 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1589
1590         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1591
1592         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1593         (gst_pulsesink_implements_interface_init),
1594         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1595         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1596         (gst_pulsesink_get_type):
1597         * ext/pulse/pulsesink.h:
1598         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1599         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1600         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1601         * ext/pulse/pulsesrc.h:
1602         Implement GstPropertyProbe interface on pulsesink for detecting
1603         sink devices and on pulsesrc for detecting source devices.
1604         Fixes bugs #547227 and #547217.
1605
1606 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1607
1608         * gst/spectrum/gstspectrum.c:
1609           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1610
1611 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1612
1613         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1614         Properly set the maximum latency value, in the same way it is done in
1615         v4lsrc.
1616         * sys/v4l2/v4l2src_calls.c:
1617         Simplify fraction equality check, no need to use GValues for this.
1618
1619 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1620
1621         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1622         Add warning messages stating exactly why the latency query failed.
1623         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1624         In some cases, the negotiated framerate might be the default one which
1625         is already set internally. But we still need to mark it down in fps_n
1626         and fps_d so that the latency query can happen properly.
1627
1628 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1629
1630         * docs/plugins/inspect/plugin-1394.xml:
1631         Whoops, forgot one doc file for people who can't/don't build the
1632         raw1394 plugin.
1633
1634 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
1635
1636         * docs/plugins/Makefile.am:
1637         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1638         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1639         * docs/plugins/inspect/plugin-cdio.xml:
1640         * ext/Makefile.am:
1641         * ext/cdio/Makefile.am:
1642         * ext/cdio/gstcdio.c:
1643         * ext/cdio/gstcdio.h:
1644         * ext/cdio/gstcdiocddasrc.c:
1645         * ext/cdio/gstcdiocddasrc.h:
1646
1647         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
1648         CDDA source to -ugly.
1649
1650         * po/LINGUAS:
1651         * po/POTFILES.in:
1652         * po/id.po:
1653         Pull in new translation from 0.10.9.2 release branch.
1654
1655 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1656
1657         * docs/plugins/Makefile.am:
1658         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1659         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1660         * docs/plugins/gst-plugins-good-plugins.args:
1661         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1662         * docs/plugins/gst-plugins-good-plugins.interfaces:
1663         Integrate documentation for new hdv1394src element.
1664
1665 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1666
1667         * ext/raw1394/Makefile.am:
1668         * ext/raw1394/gst1394.c: (plugin_init):
1669         * ext/raw1394/gsthdv1394src.c: (_do_init),
1670         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
1671         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
1672         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
1673         (gst_hdv1394src_from_raw1394handle),
1674         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
1675         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
1676         (gst_hdv1394src_start), (gst_hdv1394src_stop),
1677         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
1678         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
1679         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
1680         (gst_hdv1394src_uri_handler_init):
1681         * ext/raw1394/gsthdv1394src.h:
1682         mpeg2-ts (HDV) variant of firewire capture element.
1683         Fixes #350830
1684
1685 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1686
1687         * gst/level/gstlevel.c: (gst_level_message_new):
1688          Fix compilation (also known as the classic 'fix code that someone
1689          committed without compiling it first').
1690
1691 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1692
1693         * tests/check/elements/level.c:
1694           Add a test for level in stereo mode.
1695
1696 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1697
1698         * tests/examples/spectrum/demo-audiotest.c:
1699         * tests/examples/spectrum/demo-osssrc.c:
1700           Demo how to draw analyzer results synced to the clock.
1701
1702 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1703
1704         * gst/level/gstlevel.c:
1705           Little renaming (l -> level).
1706
1707         * gst/spectrum/gstspectrum.c:
1708         * gst/spectrum/gstspectrum.h:
1709           Also send full timestamp/duration details here.
1710
1711 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1712
1713         * gst/level/gstlevel.c:
1714         * gst/level/gstlevel.h:
1715           Send same timestamp/duration details as videoanalysis. This gives
1716           applications better chance to sync analysis results with playback.
1717
1718 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1719
1720         * gst/matroska/matroska-mux.c:
1721         (gst_matroska_mux_handle_sink_event),
1722         (flac_streamheader_to_codecdata):
1723         We need to drop one additional buffer for FLAC as the fLaC
1724         marker and STREAMINFO block are merged into one buffer in the caps.
1725
1726         Also don't pretend to support NEWSEGMENT events, otherwise we
1727         will most probably write some invalid data.
1728
1729 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1730
1731         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
1732         (gst_matroska_mux_audio_pad_setcaps):
1733         Add support for muxing FLAC into Matroska containers.
1734         Fixes bug #311586.
1735
1736 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1737
1738         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
1739         Actually provide the variables required for the format string.
1740
1741 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1742
1743         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1744         (gst_matroska_demux_element_send_event),
1745         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
1746         * gst/matroska/matroska-demux.h:
1747         Close the current segment if we're doing a non-flushing seek and send
1748         the close-segment and the new segment of the seek from the streaming
1749         thread.
1750
1751 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1752
1753         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
1754         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
1755         (gst_flac_enc_change_state):
1756         * ext/flac/gstflacenc.h:
1757         Handle non-zero start timestamps correctly, mark header packets as
1758         IN_CAPS and print a warning and suggest using audiorate if stream
1759         discontinuities are detected. When FLAC supports flushing the encoder
1760         somehow this should be done for discontinuities instead.
1761
1762         Remove some unused variables from the instance struct.
1763
1764 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1765
1766         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
1767         If seeking failed return the appropiate return value to FLAC.
1768         Otherwise it thinks seeking was successfull and tries to rewrite
1769         parts of the headers which then get appended to the output.
1770
1771 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1772
1773         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1774
1775         * ext/esd/gstesd.c: (plugin_init):
1776         * ext/flac/gstflac.c: (plugin_init):
1777         * ext/shout2/gstshout2.c: (plugin_init):
1778         * ext/wavpack/gstwavpack.c: (plugin_init):
1779         * sys/oss/gstossaudio.c: (plugin_init):
1780         * sys/v4l2/gstv4l2.c: (plugin_init):
1781         Make sure gettext returns translations in UTF-8 encoding rather
1782         than in the current locale encoding (#546822).
1783
1784 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1785
1786         * ext/flac/gstflacdec.c:
1787         Add FIXME for 0.11 to simply output everything with width=32 as given
1788         by FLAC and let audioconvert handle the conversions instead of doing
1789         them in flacdec.
1790
1791 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
1792
1793         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1794         When outputting a pad template range for the size, include a framerate
1795         range too, to avoid 'not a real subset of template caps' errors.
1796
1797 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1798
1799         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1800
1801         * ext/flac/Makefile.am:
1802         * ext/flac/gstflac.c: (plugin_init):
1803         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1804         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1805         (gst_flac_tag_dispose), (gst_flac_tag_init),
1806         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1807         (gst_flac_tag_change_state):
1808         * ext/flac/gstflactag.h:
1809         Port flactag to 0.10, add documentation for it and clean it up a bit.
1810         Fixes bug #413841.
1811
1812         * docs/plugins/Makefile.am:
1813         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1814         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1815         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1816         * docs/plugins/gst-plugins-good-plugins.interfaces:
1817         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1818         * docs/plugins/inspect/plugin-flac.xml:
1819         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1820         * ext/flac/gstflacdec.h:
1821         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1822         * ext/flac/gstflacenc.h:
1823         Add flactag and flacenc to the documentation and mark
1824         the private parts of the flacdec instance structure as private.
1825
1826         Also use gst_element_class_set_details_simple() in flacdec and
1827         flacenc.
1828
1829 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1830
1831         * gst/qtdemux/qtdemux.c:
1832           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1833           for it but ffmpeg does not.
1834
1835 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1836
1837         * gst/wavparse/gstwavparse.c:
1838           Handle the list chunk and use gst_riff_parse_info() to parse the info
1839           sub-chunk.
1840
1841 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1842
1843         * gst/wavparse/gstwavparse.c:
1844           Handle the acid chunk and send tempo as part of tags. Other fields are
1845           interesting too, but need more tag-definitions. Fixes #545433.
1846
1847 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1848
1849         * gst/wavparse/gstwavparse.c:
1850           Refactor wavparse. Call _reset() from dispose() and move old code from
1851           dispose into reset. This way we don't leak taglists when we abort
1852           parsing. Fix some comments. Move code for skipping a chunk into extra
1853           function. Replace chunk sizes with a const to ease readability.         
1854
1855 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1856
1857         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1858
1859         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1860         Improve udp port setup. Fixes #545710.
1861
1862 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1863
1864         * gst/rtp/Makefile.am:
1865         * gst/rtp/gstrtp.c: (plugin_init):
1866         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1867         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1868         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1869         (gst_rtp_mp1s_depay_set_property),
1870         (gst_rtp_mp1s_depay_get_property),
1871         (gst_rtp_mp1s_depay_change_state),
1872         (gst_rtp_mp1s_depay_plugin_init):
1873         * gst/rtp/gstrtpmp1sdepay.h:
1874         Add MP1S depayloader.
1875
1876         * gst/rtsp/URLS:
1877         Some more sample rtsp streams.
1878
1879 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1880
1881         * gst/rtsp/URLS:
1882         Add another URL.
1883
1884         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1885         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1886         Add some more debug info.
1887
1888 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1889
1890         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1891         Provide cbSize field for audio extra_data size, and take care to
1892         pad extra_data.
1893
1894 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1895
1896         * gst/qtdemux/qtdemux.c:
1897           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1898           TRUE.
1899
1900 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1901
1902         * gst/qtdemux/qtdemux.c:
1903         * gst/qtdemux/qtdemux_fourcc.h:
1904           Add keyword tag support. Fixes #520694 for qtdemux.
1905
1906 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1907
1908         * gst/qtdemux/qtdemux.c:
1909           Add support for tmpo tag (BPM).
1910
1911 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1912
1913         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1914         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1915         Set an estimate for the total number of samples that will be encoded
1916         if possible to help decoders if the streaminfo can't be rewritten
1917         later (like when muxing into Ogg containers).
1918
1919         Add a warning if we get header packets after data packets as those
1920         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1921         work.
1922
1923 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1924
1925         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1926         (gst_flac_dec_write):
1927         Support decoding of all depths between 4 and 32 bits and read the
1928         depth from the streaminfo header if needed. Also support all sampling
1929         rates between 1 and 655350 Hz.
1930
1931         * ext/flac/gstflacenc.c:
1932         (gst_flac_enc_caps_append_structure_with_widths),
1933         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
1934         (gst_flac_enc_chain):
1935         * ext/flac/gstflacenc.h:
1936         Support encoding in all bit depths supported by the streamable
1937         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
1938         between 1 Hz and 655350 Hz.
1939
1940 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1941
1942         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
1943         (gst_flac_enc_sink_getcaps):
1944         Support encoding of up to 8 channels.
1945
1946 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1947
1948         * ext/soup/gstsouphttpsrc.c:
1949         * ext/soup/gstsouphttpsrc.h:
1950         Fix seeking race condition in #540300
1951         Patch By: Wouter Cloetens  <wouter at mind be>
1952
1953 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1954
1955         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
1956         (gst_matroska_demux_element_send_event),
1957         (gst_matroska_demux_handle_seek_event),
1958         (gst_matroska_demux_handle_src_event):
1959         When receiving a SEEK event on a specific pad first search for a seek
1960         table entry for the stream of the pad and then fall back to an entry
1961         for a different stream.
1962
1963 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1964
1965         * configure.ac:
1966         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
1967         * gst/matroska/matroska-ids.h:
1968         Build depend on core CVS for the attachment tag.
1969
1970 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1971
1972         * configure.ac:
1973         * gst/matroska/Makefile.am:
1974         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
1975         (copy_backptr), (lzo1x_decode), (main):
1976         * gst/matroska/lzo.h:
1977         * gst/matroska/matroska-demux.c:
1978         (gst_matroska_demux_read_track_encoding),
1979         (gst_matroska_decompress_data), (gst_matroska_decode_data),
1980         (gst_matroska_decode_buffer),
1981         (gst_matroska_decode_content_encodings),
1982         (gst_matroska_demux_read_track_encodings),
1983         (gst_matroska_demux_add_stream),
1984         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1985         * gst/matroska/matroska-ids.h:
1986         Decode the codec private data and following ContentEncoding if
1987         necessary.
1988
1989         Support bzip2, lzo and header stripped compression. For lzo use the
1990         ffmpeg lzo implementation as liblzo is GPL licensed.
1991         
1992         Fix zlib decompression.
1993
1994 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1995
1996         * gst/matroska/matroska-mux.c:
1997         (gst_matroska_mux_audio_pad_setcaps):
1998         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
1999         duration of a frame with the new mpegaudioversion caps field.
2000
2001 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2002
2003         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2004         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2005         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2006         (gst_matroska_demux_stream_from_num),
2007         (gst_matroska_demux_tracknumber_unique),
2008         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2009         (gst_matroska_demux_handle_seek_event),
2010         (gst_matroska_demux_sync_streams),
2011         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2012         (gst_matroska_demux_loop):
2013         * gst/matroska/matroska-demux.h:
2014         Allow an infinite number of stream inside Matroska containers and use
2015         a GPtrArray for storing them instead of allowing "only" 127 streams.
2016
2017 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2018
2019         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2020         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2021         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2022         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2023         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2024         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2025         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2026         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2027         (gst_ebml_read_master), (gst_ebml_read_binary),
2028         (gst_ebml_read_header):
2029         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2030         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2031         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2032         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2033         (gst_ebml_replace_uint):
2034         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2035         (gst_matroska_demux_read_track_encoding),
2036         (gst_matroska_demux_read_track_encodings),
2037         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2038         (gst_matroska_demux_send_event),
2039         (gst_matroska_demux_element_send_event),
2040         (gst_matroska_demux_handle_seek_event),
2041         (gst_matroska_demux_handle_src_event),
2042         (gst_matroska_demux_init_stream),
2043         (gst_matroska_demux_parse_tracks),
2044         (gst_matroska_demux_parse_index_cuetrack),
2045         (gst_matroska_demux_parse_index_pointentry),
2046         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2047         (gst_matroska_demux_parse_metadata_id_simple_tag),
2048         (gst_matroska_demux_parse_metadata_id_tag),
2049         (gst_matroska_demux_parse_metadata),
2050         (gst_matroska_demux_parse_attached_file),
2051         (gst_matroska_demux_parse_attachments),
2052         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2053         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2054         (gst_matroska_demux_push_flac_codec_priv_data),
2055         (gst_matroska_demux_push_xiph_codec_priv_data),
2056         (gst_matroska_demux_push_dvd_clut_change_event),
2057         (gst_matroska_demux_add_mpeg_seq_header),
2058         (gst_matroska_demux_add_wvpk_header),
2059         (gst_matroska_demux_check_subtitle_buffer),
2060         (gst_matroska_decode_buffer),
2061         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2062         (gst_matroska_demux_parse_cluster),
2063         (gst_matroska_demux_parse_contents_seekentry),
2064         (gst_matroska_demux_parse_contents),
2065         (gst_matroska_demux_loop_stream_parse_id),
2066         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2067         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2068         (gst_matroska_demux_subtitle_caps),
2069         (gst_matroska_demux_change_state):
2070         * gst/matroska/matroska-ids.c:
2071         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2072         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2073         (gst_matroska_mux_video_pad_setcaps),
2074         (xiph3_streamheader_to_codecdata),
2075         (vorbis_streamheader_to_codecdata),
2076         (theora_streamheader_to_codecdata),
2077         (gst_matroska_mux_audio_pad_setcaps),
2078         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2079         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2080         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2081         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2082         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2083         Fix indention everywhere. A broken indent version has added newlines
2084         after every single declaration some time ago.
2085
2086 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2087
2088         * gst/matroska/matroska-demux.c:
2089         (gst_matroska_demux_loop_stream_parse_id):
2090         If no Tracks are found error out instead of trying it again until the
2091         end of time.
2092
2093 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2094
2095         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2096         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2097         bit and signed otherwise, not the other way around.
2098
2099 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2100
2101         * gst/matroska/matroska-mux.c:
2102         Add more raw YUV formats to the list of supported formats.
2103
2104 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2105
2106         * gst/matroska/matroska-mux.c:
2107         (gst_matroska_mux_audio_pad_setcaps):
2108         Add support for muxing raw float audio now that the spec defines the
2109         endianness and add support for muxing raw integer audio with 24 and
2110         32 bits.
2111
2112         Allow muxing of more than 8 audio channels.
2113
2114 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2115
2116         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2117         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2118         Add locking to the global array of used track UIDs to prevent random
2119         crashes if more than a single matrosmux instance is used.
2120
2121         Use 64 bit values for the track UIDs.
2122
2123         Use the global GRandom of GLib instead of creating our own one
2124         for the few random numbers we need every single time.
2125
2126 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2127
2128         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2129         (gst_flac_dec_setup_stream_decoder),
2130         (gst_flac_dec_update_metadata):
2131         Always post the audio-codec tag, not only if other tags are present.
2132
2133 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2134
2135         * configure.ac:
2136         Back to development -> 0.10.9.1
2137
2138 === release 0.10.9 ===
2139
2140 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2141
2142         * configure.ac:
2143           releasing 0.10.9, "Steam Train Rolling"
2144
2145 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2146
2147         * ext/soup/gstsouphttpsrc.c:
2148         Don't throw an error when soup completes a msg with status
2149         'cancelled', as that indicates we cancelled a request while
2150         shutting down or seeking, and it's not an error.
2151         Fixes: #540300 again.
2152
2153 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2154
2155         * configure.ac:
2156         0.10.8.4 pre-release
2157
2158 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2159
2160         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2161         Fix segment-stop regression.
2162         Add documentation regarding segments in quicktime files by Wim Taymans.
2163         Fixes #544509
2164
2165 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2166
2167         * configure.ac:
2168         0.10.8.3 pre-release
2169
2170         * po/LINGUAS:
2171         * po/pt_BR.po:
2172         Add pt_BR translation
2173
2174 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2175
2176         * gst/goom/convolve_fx.c:
2177         * gst/goom/filters.c:
2178         * gst/goom/goom_config.h:
2179         * gst/goom/goom_core.c:
2180         * gst/goom/goom_tools.h:
2181           Fix build with MSVC: include glib.h to define inline appropriately,
2182           use header guards where needed.
2183         * gst/udp/gstudpnetutils.c:
2184         * gst/udp/gstudpsrc.c:
2185           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2186           g_snprintf rather than snprintf.
2187           Fixes #544433.
2188
2189 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2190
2191         * gst/debug/gsttaginject.c:
2192         * gst/debug/gsttaginject.h:
2193           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2194           partially.
2195
2196 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2197
2198         * configure.ac:
2199         0.10.8.2 pre-release
2200
2201 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2202
2203         * ext/Makefile.am:
2204         Finish hooking up pulseaudio plugin to the build.
2205
2206         * ext/pulse/pulsemixerctrl.c:
2207         Fix compilation error.
2208
2209 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2210
2211         * po/LINGUAS:
2212         * po/lt.po:
2213         Add new lithunian translation, and add french to the LINGUAS
2214         file.
2215
2216 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2217
2218         * ext/soup/gstsouphttpsrc.c:
2219         Fix Soup HTTP source seeking.
2220         Patch By: Wouter Cloetens  <wouter at mind be>
2221         Fixes: #540300
2222
2223         * tests/check/elements/.cvsignore:
2224         Ignore new check programs.
2225
2226 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2227
2228         * configure.ac:
2229         * docs/plugins/Makefile.am:
2230         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2231         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2232         * docs/plugins/gst-plugins-good-plugins.args:
2233         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2234         * docs/plugins/gst-plugins-good-plugins.interfaces:
2235         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2236         * docs/plugins/inspect/plugin-interleave.xml:
2237         * docs/plugins/inspect/plugin-replaygain.xml:
2238         * tests/check/Makefile.am:
2239
2240         Move replaygain and interleave plugins from -bad.
2241         Fixes: #543406
2242         Fixes: #536228
2243
2244 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2245
2246         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2247         (qtdemux_parse_trak):
2248         Revert ISO base media spec based pixel-aspect-ratio calculation.
2249         Fixes #543300.
2250
2251 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2252
2253         * sys/osxvideo/osxvideosink.m:
2254         Fix minor build issues on macosx.
2255         Fixes #543054
2256
2257 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2258
2259         * configure.ac::
2260         * ext/taglib/Makefile.am::
2261           Only use -Wno-attributes (which is there to work around a
2262           bug in the taglib 1.5 headers) if the c++ compiler actually
2263           supports it (#543255).
2264
2265 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2266
2267         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2268
2269         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2270           Avoid compiler warning by initialising variable to NULL (#543259).
2271
2272 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2273
2274         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2275         Don't pass NULL taglists to gst_tag_list_is_empty().
2276
2277 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2278
2279         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2280         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2281         (rtp_pipeline_run):
2282         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2283         Don't use declarations after statements.
2284
2285 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2286
2287         * ext/jpeg/gstjpegdec.c:
2288         Align documentation with reality.
2289
2290 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2291
2292         * gst/udp/gstudpnetutils.c:
2293         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2294         old value (1) if it's not defined which should not cause any problems
2295         as we're using it internal only anyway.
2296
2297 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2298
2299         Patch by: Alessandro Decina <alessandro at nnva dot org>
2300
2301         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2302         Fix build of avidemux on big endian architectures.
2303
2304 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2305
2306         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2307
2308         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2309         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2310
2311 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2312
2313         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2314         (qtdemux_parse_trak):
2315         Set pixel-aspect-ratio in caps using display width and height
2316         provided in track.
2317
2318 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2319
2320         * configure.ac:
2321         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2322         flags that are invalid for C++. Fixes bug #516509.
2323
2324 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2325
2326         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2327         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2328         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2329         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2330         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2331         * tests/examples/equalizer/demo.c: (message_handler):
2332         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2333         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2334         Don't use declarations after statements and variable length arrays.
2335
2336 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2337
2338         Patch by: Daniel Drake <dsd at gentoo dot org>
2339
2340         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2341         (gst_v4l2src_get_nearest_size):
2342         Try progressive video if interlaced fails. Fixes bug #541956
2343         and the usage of v4l2src on OLPC.
2344
2345 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2346
2347         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2348         (gst_rtp_speex_depay_process):
2349         * gst/rtp/gstrtpspeexdepay.h:
2350         Revert last change: Only the jitterbuffer is able to convert RTP to
2351         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2352         Reopens bug #541787.
2353
2354 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2355
2356         * gst/rtp/gstrtpvrawdepay.c:
2357           Include stdlib.h for atoi().
2358
2359         * gst/rtsp/gstrtspsrc.c:
2360           Use floating point math for latencies < 0 sec in log output.
2361
2362 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2363
2364         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2365
2366         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2367         (gst_rtp_speex_depay_process):
2368         * gst/rtp/gstrtpspeexdepay.h:
2369         Take timestamp from the RTP packet as a first step to fix problems
2370         with transmission over RTP when the network is not reliable.
2371         Fixes bug #541787.
2372
2373 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2374
2375         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2376
2377         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2378         Fix parsing of udp:// URIs containing IPv6 addresses.
2379         Fixes bug #541650.
2380
2381 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2382
2383         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2384         Do not leak incoming buffers.
2385
2386 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2387
2388         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2389
2390         * configure.ac:
2391         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2392         for htons() and htonl(). Fixes bug #541412.
2393
2394 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2395
2396         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2397         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2398         (gst_matroska_demux_element_query),
2399         (gst_matroska_demux_handle_src_query),
2400         (gst_matroska_demux_handle_seek_event):
2401         Handle position and duration query in DEFAULT format if the
2402         pad's track has a default frame duration set.
2403
2404         Fix seeking now that the segment's duration doesn't contain the
2405         (possibly wrong or inaccurate) duration of the Matroska file.
2406
2407 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2408
2409         * gst/matroska/ebml-read.c: (_ext2dbl):
2410         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2411         in math.h except on MSVC where it is defined in xmath.h.
2412         Fixes compilation with MSVC.
2413
2414 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2415
2416         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2417         (gst_matroska_demux_handle_src_query),
2418         (gst_matroska_demux_parse_info),
2419         (gst_matroska_demux_loop_stream_parse_id):
2420         * gst/matroska/matroska-demux.h:
2421         Don't set the segment duration to the duration from the Matroska
2422         header as this value could be wrong and is just informational.
2423
2424 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2425
2426         * gst/matroska/matroska-demux.c:
2427         (gst_matroska_demux_loop_stream_parse_id):
2428         If no Tracks element is found until the first Cluster is found
2429         search it and error out if none is found in the complete file.
2430
2431 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2432
2433         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2434         Resync non-subtitle tracks too if a too large gap compared to other
2435         tracks is detected.
2436
2437 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2438
2439         * gst/rtp/Makefile.am:
2440         * gst/rtp/gstrtp.c: (plugin_init):
2441         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2442         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2443         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2444         (gst_rtp_vraw_depay_change_state),
2445         (gst_rtp_vraw_depay_plugin_init):
2446         * gst/rtp/gstrtpvrawdepay.h:
2447         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2448         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2449         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2450         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2451         (gst_rtp_vraw_pay_plugin_init):
2452         * gst/rtp/gstrtpvrawpay.h:
2453         Add raw video pay and depayloaders, see RFC4175.
2454
2455 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2456
2457         * ext/libpng/gstpngdec.c:
2458         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2459         whatever it returned.
2460
2461 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2462
2463         * gst/avi/avi-ids.h:
2464         Add vprp chunk related structures.
2465         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2466         (gst_avi_demux_parse_stream):
2467         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2468         to caps.  Fixes #539482.
2469         * gst/avi/gstavimux.h:
2470         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2471         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2472         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2473
2474 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2475
2476         * tests/check/elements/avimux.c: (check_avimux_pad):
2477         Adjust avimux unit test according to increased streamheader size.
2478
2479 2008-06-27  David Schleef  <ds@schleef.org>
2480
2481         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2482
2483 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2484
2485         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2486         * gst/avi/gstavimux.h:
2487         Add 8 bytes to current streamheader to make for a complete one
2488         and to make more players happy.  Fixes #519460.
2489
2490 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2491
2492         * sys/v4l2/v4l2_calls.c::
2493           Don't include unused gstv4l2xoverlay.h. Fixes build
2494           in case where X11 headers are not installed.
2495
2496 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2497
2498         * ext/dv/gstdv.c: (plugin_init):
2499         Fix compilation.
2500
2501 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2502
2503         * ext/dv/gstdv.c: (plugin_init):
2504         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2505         DV decoder available.
2506         Fixes #532393
2507
2508 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2509
2510         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2511         Call getsockname() after the call to bind() to get updated values
2512         for the port, etc. This fixes the usage of udpsrc on anonymous
2513         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2514         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2515
2516 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2517
2518         * tests/check/pipelines/wavpack.c: (bus_handler):
2519         Remove workaround for a bug in identity that is fixed in 0.10.20.
2520
2521 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2522
2523         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2524
2525         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2526         Fix HTTP auth support with user/password passed via the URI.
2527         Fixes bug #540067.
2528
2529 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2530
2531         * configure.ac:
2532           Depend on released versions of core and -base.
2533
2534 2008-06-23  Julien Moutte  <julien@fluendo.com>
2535
2536         * gst/matroska/matroska-demux.c:
2537         (gst_matroska_demux_read_track_encoding),
2538         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2539         format strings in macros. (makes it build on OS X again...)
2540
2541 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2542
2543         * gst/rtp/gstrtptheorapay.c:
2544         * gst/udp/gstmultiudpsink.c:
2545           Added debug.
2546
2547 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2548
2549         * configure.ac: switch v4l2src over to the normal build instead of
2550         being 'experimental'. Fixes bug #536831.
2551
2552 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2553
2554         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2555         Remove unused variable so that we can compile again.
2556
2557 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2558
2559         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2560         No need to check for audio/G723 and audio/32KADPCM here as they are
2561         no longer supported.
2562
2563 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2564
2565         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2566         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2567         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2568         known length.
2569
2570 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2571
2572         * gst/matroska/matroska-demux.c:
2573         (gst_matroska_demux_add_wvpk_header),
2574         (gst_matroska_demux_audio_caps):
2575         * gst/matroska/matroska-ids.h:
2576         Fix demuxing of WavPack files. Muxing is still broken.
2577
2578 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2579
2580         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2581         (gst_matroska_demux_add_mpeg_seq_header),
2582         (gst_matroska_demux_add_wvpk_header),
2583         (gst_matroska_demux_check_subtitle_buffer),
2584         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2585         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2586         (gst_matroska_demux_subtitle_caps):
2587         * gst/matroska/matroska-ids.h:
2588         Add a "vfunc" to the track context for postprocessing frames and
2589         convert the wavpack and subtitle postprocessing to this vfunc.
2590         Copy buffer flags in those functions to the new buffers too.
2591
2592         Parse CodecState elements of Blocks.
2593
2594         Add a postprocessing function for MPEG video that adds the sequence
2595         header from the codec private data or codec state to the frames if
2596         it's not already there.
2597
2598 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2599
2600         * gst/matroska/matroska-demux.c:
2601         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2602         If a gap of more than 1/2 second is found in one stream send a
2603         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2604         This also fixes Matroska files where the first buffer doesn't start
2605         at timestamp 0. Fixes bug #429322.
2606
2607         The duration of a block is the default duration multiplied with the
2608         number of laces. Every lace is one frame and the default duration
2609         is the duration of one frame. This fixes playback of files that use
2610         lacing for some tracks.
2611
2612 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2613
2614         * gst/matroska/matroska-demux.c:
2615         (gst_matroska_demux_parse_contents_seekentry):
2616         Update FIXME/TODOs and only ignore EOS at the central, important place
2617         instead of several places.
2618
2619 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2620
2621         * gst/rtp/gstrtpg726pay.c:
2622         Fix caps, See #538891.
2623
2624 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2625
2626         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2627         (gst_matroska_demux_stream_from_num),
2628         (gst_matroska_demux_encoding_cmp),
2629         (gst_matroska_demux_encoding_order_unique),
2630         (gst_matroska_demux_read_track_encoding),
2631         (gst_matroska_demux_read_track_encodings),
2632         (gst_matroska_demux_tracknumber_unique),
2633         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2634         (gst_matroska_demux_parse_tracks),
2635         (gst_matroska_demux_parse_index_cuetrack),
2636         (gst_matroska_demux_parse_index_pointentry),
2637         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2638         (gst_matroska_demux_parse_metadata_id_simple_tag),
2639         (gst_matroska_demux_parse_metadata_id_tag),
2640         (gst_matroska_demux_parse_metadata),
2641         (gst_matroska_demux_parse_attached_file),
2642         (gst_matroska_demux_parse_attachments),
2643         (gst_matroska_demux_parse_chapters),
2644         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
2645         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2646         (gst_matroska_demux_parse_cluster),
2647         (gst_matroska_demux_parse_contents_seekentry),
2648         (gst_matroska_demux_parse_contents),
2649         (gst_matroska_demux_loop_stream_parse_id),
2650         (gst_matroska_demux_loop):
2651         Improve debug output everywhere and fix the EOS logic.
2652
2653         Check the values of the ContentEncoding elements more strictly and
2654         don't use tracks for which it's invalid.
2655
2656         Check that the track number is unique for this stream.
2657
2658         Check that seek positions are below G_MAXINT64 as our seeks are
2659         int64-based and overflows will fail badly.
2660
2661         After seeks also don't push SimpleBlocks until the first one
2662         containing a keyframe is found. Before this was done only for normal
2663         Blocks.
2664
2665         Update some FIXME/TODOs.
2666         
2667         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
2668         (gst_ebml_read_utf8), (gst_ebml_read_header):
2669         Improve debug output.
2670
2671         * gst/matroska/matroska-ids.c:
2672         (gst_matroska_track_init_video_context):
2673         * gst/matroska/matroska-ids.h:
2674         * gst/matroska/matroska-mux.c:
2675         (gst_matroska_mux_video_pad_setcaps):
2676         Remove eye mode and don't parse it anymore. We can't use that
2677         information in GStreamer yet so it's useless.
2678
2679
2680 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2681
2682         Patch by: Mersad Jelacic <mersad at axis dot com>
2683
2684         * gst/rtp/Makefile.am:
2685         * gst/rtp/gstrtp.c: (plugin_init):
2686         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
2687         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
2688         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
2689         (gst_rtp_g726_depay_plugin_init):
2690         * gst/rtp/gstrtpg726depay.h:
2691         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
2692         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
2693         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
2694         * gst/rtp/gstrtpg726pay.h:
2695         Added G726 pay/depayloaders. Fixes #538891.
2696
2697 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2698
2699         * gst/rtsp/URLS:
2700         Some more urls.
2701
2702         * gst/smpte/barboxwipes.c:
2703         Add a comment
2704
2705         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2706         Fix typo, add audioresample to the pipeline.
2707
2708 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2709
2710         * ext/libmng/Makefile.am:
2711         * ext/libmng/gstmng.c: (plugin_init):
2712         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
2713         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
2714         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
2715         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
2716         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
2717         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
2718         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2719         (gst_mng_dec_change_state):
2720         * ext/libmng/gstmngdec.h:
2721         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
2722         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
2723         (gst_mng_enc_init), (gst_mng_enc_chain),
2724         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
2725         * ext/libmng/gstmngenc.h:
2726         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
2727         bits ifdeffed out still.
2728
2729 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2730
2731         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
2732         When comparing index elements with the same time compare their
2733         block number.
2734
2735 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
2736
2737         * gst/matroska/matroska-demux.c:
2738           (gst_matroska_demux_parse_attached_file)
2739           Init variable to NULL to avoid compiler warning.
2740
2741 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2742
2743         * gst/matroska/Makefile.am:
2744         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2745         (gst_matroska_demux_parse_attached_file),
2746         (gst_matroska_demux_parse_attachments),
2747         (gst_matroska_demux_parse_contents_seekentry),
2748         (gst_matroska_demux_loop_stream_parse_id):
2749         * gst/matroska/matroska-demux.h:
2750         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2751         * gst/matroska/matroska-ids.h:
2752         * gst/matroska/matroska.c: (plugin_init):
2753         Parse Attachments and post them as GST_TAG_IMAGE if we detect
2754         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
2755         and description of the attachments in the caps. Fixes bug #537622.
2756
2757 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
2758
2759         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
2760         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
2761         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
2762         (gst_speex_enc_src_query), (gst_speex_enc_init),
2763         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
2764         (gst_speex_enc_chain), (gst_speex_enc_get_property),
2765         (gst_speex_enc_set_property):
2766         Add mode property.
2767         Some cleanups, add more debug info.
2768         Add latency query.
2769
2770 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2771
2772         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
2773         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
2774         If we get less bytes than requested we can't do anything except doing
2775         our EOS logic.
2776
2777 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2778
2779         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2780         (gst_matroskademux_do_index_seek),
2781         (gst_matroska_demux_parse_index_cuetrack),
2782         (gst_matroska_demux_parse_index_pointentry),
2783         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
2784         (gst_matroska_demux_parse_metadata):
2785         * gst/matroska/matroska-demux.h:
2786         * gst/matroska/matroska-ids.h:
2787         Use a GArray for storing the Cue (i.e. seek) information, store
2788         the CueTrackPositions for every track, store the block number
2789         and optimize searching in the array by sorting it after the last
2790         element was added.
2791
2792         Fix a small memory leak when trying to parse a tags element that was
2793         already parsed.
2794
2795 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2796
2797         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2798         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2799         (gst_matroska_mux_write_data):
2800         * gst/matroska/matroska-mux.h:
2801         Don't write another SeekHead which indexes all Clusters to the end of
2802         the file. This isn't useful for anything and just increases filesize.
2803
2804 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2805
2806         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2807         Prevent unaligned memory access when reading floats.
2808
2809 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2810
2811         * gst/matroska/ebml-read.c:
2812         * gst/matroska/ebml-read.h:
2813         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2814         (gst_matroska_demux_parse_metadata):
2815         * gst/matroska/matroska-demux.h:
2816         Make sure that every Tags element is only parsed once and it's
2817         containing tags are only posted once.
2818
2819 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2820
2821         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2822         (gst_ebml_read_header):
2823         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2824         (gst_matroska_demux_parse_tracks),
2825         (gst_matroska_demux_parse_index_cuetrack),
2826         (gst_matroska_demux_parse_index_pointentry),
2827         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2828         (gst_matroska_demux_parse_metadata_id_simple_tag),
2829         (gst_matroska_demux_parse_metadata_id_tag),
2830         (gst_matroska_demux_parse_metadata),
2831         (gst_matroska_demux_parse_attachments),
2832         (gst_matroska_demux_parse_chapters),
2833         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2834         (gst_matroska_demux_parse_cluster),
2835         (gst_matroska_demux_parse_contents_seekentry),
2836         (gst_matroska_demux_parse_contents),
2837         (gst_matroska_demux_loop_stream_parse_id):
2838         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2839         already. They're not useful in the matroska parser and only cause
2840         additional code.
2841
2842 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2843
2844         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2845         (gst_ebml_finalize), (gst_ebml_read_change_state),
2846         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2847         * gst/matroska/matroska-demux.c:
2848         (gst_matroska_demux_parse_contents_seekentry):
2849         Reverse the level list as we usually are only interested in the
2850         first element or want to add a new first element. Having the
2851         first element stored at the end and calling g_list_last() and
2852         g_list_append() is more expensive.
2853
2854         Also use GSlice for allocating the GstEbmlLevel structs.
2855
2856 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2857
2858         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2859           (gst_tag_inject_class_init), (gst_tag_inject_init):
2860           Don't unref NULL taglist in finalize. Don't use c++ style
2861           comments.
2862
2863 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2864
2865         * gst/matroska/matroska-demux.c:
2866         (gst_matroska_demux_parse_metadata_id_simple_tag):
2867         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2868         (gst_matroska_mux_write_data):
2869         Use gst_value_serialize() and gst_value_deserialize() for transforming
2870         tags from some GType to a string and the other way around. The default
2871         transformations in GLib don't include transformations from string to
2872         number types.
2873
2874 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2875
2876         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2877         (gst_matroska_demux_parse_tracks),
2878         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2879         (gst_matroska_demux_parse_attachments),
2880         (gst_matroska_demux_parse_chapters),
2881         (gst_matroska_demux_parse_contents_seekentry),
2882         (gst_matroska_demux_loop_stream_parse_id):
2883         * gst/matroska/matroska-demux.h:
2884         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2885         Tags multiple times. The first ones can appear more than once but must
2886         contain the same content as the first for backup purposes so we ignore
2887         all but the first one. Tags can appear multiple times with different
2888         content.
2889
2890         Jump to all elements except Clusters that are available from a
2891         SeekHead to make it more likely to have all required informations
2892         before getting to the first Clusters.
2893
2894         Add dummy functions for parsing Attachments and Chapters.
2895
2896 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2897
2898         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2899         (gst_udpsrc_create), (gst_udpsrc_set_property),
2900         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2901         * gst/udp/gstudpsrc.h:
2902         Add property to control automatic join/leave of multicast groups.
2903         Add G_LIKELY.
2904         Remove setting caps on buffers explicitly, basesrc does that for us now.
2905         Improve debug info.
2906         Convert some non-fatal error into warnings.
2907         Use g_ntohs for better portability.
2908         Leave multicast groups when stopping.
2909         When using external sockets, use getsockname() on them to fill up the
2910         addr structure before calling methods that use the structure.
2911         Should all fix #536903.
2912         API: GstUDPSrc::auto-multicast property
2913
2914 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2915
2916         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2917         Use g_ntohl for better portability.
2918
2919 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2920
2921         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2922         (gst_multiudpsink_remove):
2923         Fix a typo and do some small cleanups.
2924
2925 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2926
2927         Patch by: Olivier Crete <tester at tester dot ca>
2928
2929         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2930         Make the delivery-method mandatory on the caps and only accept inline
2931         for now.
2932         Reverse strcmp checks for delivery-method.
2933
2934         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
2935         Make delivery method optional when parsing caps and note this in the
2936         caps.
2937         Reverse strcmp checks for delivery-method.
2938
2939         * gst/rtp/gstrtpvorbispay.c:
2940         Update a comment to note that the delivery-method is optional, 
2941         Fixes #537675.
2942
2943 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2944
2945         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
2946         Set udpsrc for receiving data from multicast groups to PAUSED instead of
2947         leaving them in READY. Fixes #537832.
2948
2949 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2950
2951         * gst/avi/gstavimux.c:
2952           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
2953           for a random constant in tagmuxing code.
2954
2955 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2956
2957         * gst/debug/gsttaginject.c:
2958         * gst/debug/gsttaginject.h:
2959           Now actually adding the new element.
2960
2961 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2962
2963         * docs/plugins/Makefile.am:
2964         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2965         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2966         * docs/plugins/gst-plugins-good-plugins.args:
2967         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2968         * docs/plugins/gst-plugins-good-plugins.interfaces:
2969         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2970         * docs/plugins/inspect/plugin-aasink.xml:
2971         * docs/plugins/inspect/plugin-alaw.xml:
2972         * docs/plugins/inspect/plugin-alpha.xml:
2973         * docs/plugins/inspect/plugin-alphacolor.xml:
2974         * docs/plugins/inspect/plugin-annodex.xml:
2975         * docs/plugins/inspect/plugin-apetag.xml:
2976         * docs/plugins/inspect/plugin-audiofx.xml:
2977         * docs/plugins/inspect/plugin-auparse.xml:
2978         * docs/plugins/inspect/plugin-autodetect.xml:
2979         * docs/plugins/inspect/plugin-avi.xml:
2980         * docs/plugins/inspect/plugin-cacasink.xml:
2981         * docs/plugins/inspect/plugin-cairo.xml:
2982         * docs/plugins/inspect/plugin-cdio.xml:
2983         * docs/plugins/inspect/plugin-cutter.xml:
2984         * docs/plugins/inspect/plugin-debug.xml:
2985         * docs/plugins/inspect/plugin-dv.xml:
2986         * docs/plugins/inspect/plugin-efence.xml:
2987         * docs/plugins/inspect/plugin-effectv.xml:
2988         * docs/plugins/inspect/plugin-equalizer.xml:
2989         * docs/plugins/inspect/plugin-esdsink.xml:
2990         * docs/plugins/inspect/plugin-flac.xml:
2991         * docs/plugins/inspect/plugin-flxdec.xml:
2992         * docs/plugins/inspect/plugin-gamma.xml:
2993         * docs/plugins/inspect/plugin-gconfelements.xml:
2994         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2995         * docs/plugins/inspect/plugin-goom.xml:
2996         * docs/plugins/inspect/plugin-goom2k1.xml:
2997         * docs/plugins/inspect/plugin-halelements.xml:
2998         * docs/plugins/inspect/plugin-icydemux.xml:
2999         * docs/plugins/inspect/plugin-id3demux.xml:
3000         * docs/plugins/inspect/plugin-jpeg.xml:
3001         * docs/plugins/inspect/plugin-level.xml:
3002         * docs/plugins/inspect/plugin-matroska.xml:
3003         * docs/plugins/inspect/plugin-monoscope.xml:
3004         * docs/plugins/inspect/plugin-mulaw.xml:
3005         * docs/plugins/inspect/plugin-multifile.xml:
3006         * docs/plugins/inspect/plugin-multipart.xml:
3007         * docs/plugins/inspect/plugin-navigationtest.xml:
3008         * docs/plugins/inspect/plugin-ossaudio.xml:
3009         * docs/plugins/inspect/plugin-png.xml:
3010         * docs/plugins/inspect/plugin-quicktime.xml:
3011         * docs/plugins/inspect/plugin-rtp.xml:
3012         * docs/plugins/inspect/plugin-rtsp.xml:
3013         * docs/plugins/inspect/plugin-smpte.xml:
3014         * docs/plugins/inspect/plugin-soup.xml:
3015         * docs/plugins/inspect/plugin-spectrum.xml:
3016         * docs/plugins/inspect/plugin-speex.xml:
3017         * docs/plugins/inspect/plugin-taglib.xml:
3018         * docs/plugins/inspect/plugin-udp.xml:
3019         * docs/plugins/inspect/plugin-video4linux2.xml:
3020         * docs/plugins/inspect/plugin-videobalance.xml:
3021         * docs/plugins/inspect/plugin-videobox.xml:
3022         * docs/plugins/inspect/plugin-videocrop.xml:
3023         * docs/plugins/inspect/plugin-videoflip.xml:
3024         * docs/plugins/inspect/plugin-videomixer.xml:
3025         * docs/plugins/inspect/plugin-wavenc.xml:
3026         * docs/plugins/inspect/plugin-wavpack.xml:
3027         * docs/plugins/inspect/plugin-wavparse.xml:
3028         * docs/plugins/inspect/plugin-ximagesrc.xml:
3029         * gst/debug/Makefile.am:
3030         * gst/debug/breakmydata.c:
3031         * gst/debug/efence.c:
3032         * gst/debug/gstdebug.c:
3033         * gst/debug/gstnavseek.c:
3034         * gst/debug/gstpushfilesrc.c:
3035         * gst/debug/gstpushfilesrc.h:
3036         * gst/debug/negotiation.c:
3037         * gst/debug/progressreport.c:
3038         * gst/debug/progressreport.h:
3039         * gst/debug/rndbuffersize.c:
3040         * gst/debug/testplugin.c:
3041           Remove dummy plugin_init. Remove some undefined entries from doc-
3042           section file. Add taginject element and rebuild docs for it.
3043
3044 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3045
3046         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3047         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3048         Update the counter for the number of streams when pads are added or
3049         removed. This will make sure that a seek table is generated for
3050         files with just one audio stream.
3051
3052 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3053
3054         * gst/matroska/matroska-demux.c:
3055         (gst_matroska_demux_parse_metadata_id_simple_tag):
3056         * gst/matroska/matroska-ids.h:
3057         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3058         Add some more tags, improve debugging a bit and make sure that
3059         GValue transformation has succeeded before using the result
3060         as a tag.
3061
3062 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3063
3064         Patch by: Olivier Crete <tester at tester dot ca>
3065
3066         * gst/rtp/gstrtptheorapay.c:
3067         The Theora RTP payloader only supports the "inline" delievery method
3068         so let's declare this on the caps of the static pad template.
3069         Fixes bug #537675.
3070
3071 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3072
3073         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3074         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3075         Remove bogus check.
3076
3077 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3078
3079         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3080         (gst_videomixer_blend_buffers):
3081         Use stream_time to synchronize the object properties.
3082         Use running_time of the master pad to timestamp outgoing buffers.
3083         Fix the initial segment event to extend an unknown amount of time.
3084         Fixes #537361.
3085
3086 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3087
3088         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3089         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3090         (gst_avi_demux_calculate_durations_from_index),
3091         (gst_avi_demux_stream_header_push),
3092         (gst_avi_demux_stream_header_pull):
3093         Try to ignore unparsable/unknown streams and give a warning instead of
3094         erroring out. Fixes #537377.
3095
3096 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3097
3098         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3099         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3100
3101         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3102         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3103         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3104         (gst_matroska_demux_read_track_encodings),
3105         (gst_matroska_demux_add_stream),
3106         (gst_matroska_demux_handle_src_query),
3107         (gst_matroska_demux_init_stream),
3108         (gst_matroska_demux_parse_index_cuetrack),
3109         (gst_matroska_demux_parse_index_pointentry),
3110         (gst_matroska_demux_parse_info),
3111         (gst_matroska_demux_parse_metadata_id_simple_tag),
3112         (gst_matroska_demux_parse_metadata),
3113         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3114         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3115         (gst_matroska_demux_parse_cluster),
3116         (gst_matroska_demux_parse_contents_seekentry),
3117         (gst_matroska_demux_loop_stream_parse_id),
3118         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3119         (gst_matroska_demux_audio_caps),
3120         (gst_matroska_demux_subtitle_caps):
3121         * gst/matroska/matroska-demux.h:
3122         * gst/matroska/matroska-ids.c:
3123         (gst_matroska_track_init_subtitle_context):
3124         * gst/matroska/matroska-ids.h:
3125         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3126         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3127         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3128         (gst_matroska_mux_video_pad_setcaps),
3129         (gst_matroska_mux_audio_pad_setcaps),
3130         (gst_matroska_mux_subtitle_pad_setcaps),
3131         (gst_matroska_mux_request_new_pad),
3132         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3133         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3134         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3135         (gst_matroska_mux_set_property):
3136         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3137         elements, do some checks for valid values in the demuxer, handle
3138         tracktimecodescale in the demuxer, set correct default values for all
3139         settings in the demuxer, review and add all missing matroska
3140         IDs and some more raw YUV formats, and some trivial cleanup.
3141
3142 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3143
3144         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3145         (gst_pulsemixer_class_init):
3146         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3147         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3148         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3149         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3150         (gst_pulsesrc_prepare):
3151         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3152         gst_element_class_set_details_simple() and fix coding style a bit
3153         more.
3154
3155 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3156
3157         * docs/plugins/Makefile.am:
3158         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3159         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3160         * docs/plugins/gst-plugins-good-plugins.args:
3161         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3162         * docs/plugins/gst-plugins-good-plugins.interfaces:
3163         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3164         * docs/plugins/inspect/plugin-aasink.xml:
3165         * docs/plugins/inspect/plugin-alaw.xml:
3166         * docs/plugins/inspect/plugin-alpha.xml:
3167         * docs/plugins/inspect/plugin-alphacolor.xml:
3168         * docs/plugins/inspect/plugin-annodex.xml:
3169         * docs/plugins/inspect/plugin-apetag.xml:
3170         * docs/plugins/inspect/plugin-audiofx.xml:
3171         * docs/plugins/inspect/plugin-auparse.xml:
3172         * docs/plugins/inspect/plugin-autodetect.xml:
3173         * docs/plugins/inspect/plugin-avi.xml:
3174         * docs/plugins/inspect/plugin-cacasink.xml:
3175         * docs/plugins/inspect/plugin-cairo.xml:
3176         * docs/plugins/inspect/plugin-cdio.xml:
3177         * docs/plugins/inspect/plugin-cutter.xml:
3178         * docs/plugins/inspect/plugin-debug.xml:
3179         * docs/plugins/inspect/plugin-dv.xml:
3180         * docs/plugins/inspect/plugin-efence.xml:
3181         * docs/plugins/inspect/plugin-effectv.xml:
3182         * docs/plugins/inspect/plugin-equalizer.xml:
3183         * docs/plugins/inspect/plugin-esdsink.xml:
3184         * docs/plugins/inspect/plugin-flac.xml:
3185         * docs/plugins/inspect/plugin-flxdec.xml:
3186         * docs/plugins/inspect/plugin-gamma.xml:
3187         * docs/plugins/inspect/plugin-gconfelements.xml:
3188         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3189         * docs/plugins/inspect/plugin-goom.xml:
3190         * docs/plugins/inspect/plugin-goom2k1.xml:
3191         * docs/plugins/inspect/plugin-halelements.xml:
3192         * docs/plugins/inspect/plugin-icydemux.xml:
3193         * docs/plugins/inspect/plugin-id3demux.xml:
3194         * docs/plugins/inspect/plugin-jpeg.xml:
3195         * docs/plugins/inspect/plugin-level.xml:
3196         * docs/plugins/inspect/plugin-matroska.xml:
3197         * docs/plugins/inspect/plugin-monoscope.xml:
3198         * docs/plugins/inspect/plugin-mulaw.xml:
3199         * docs/plugins/inspect/plugin-multifile.xml:
3200         * docs/plugins/inspect/plugin-multipart.xml:
3201         * docs/plugins/inspect/plugin-navigationtest.xml:
3202         * docs/plugins/inspect/plugin-ossaudio.xml:
3203         * docs/plugins/inspect/plugin-png.xml:
3204         * docs/plugins/inspect/plugin-pulseaudio.xml:
3205         * docs/plugins/inspect/plugin-quicktime.xml:
3206         * docs/plugins/inspect/plugin-rtp.xml:
3207         * docs/plugins/inspect/plugin-rtsp.xml:
3208         * docs/plugins/inspect/plugin-smpte.xml:
3209         * docs/plugins/inspect/plugin-soup.xml:
3210         * docs/plugins/inspect/plugin-spectrum.xml:
3211         * docs/plugins/inspect/plugin-speex.xml:
3212         * docs/plugins/inspect/plugin-taglib.xml:
3213         * docs/plugins/inspect/plugin-udp.xml:
3214         * docs/plugins/inspect/plugin-video4linux2.xml:
3215         * docs/plugins/inspect/plugin-videobalance.xml:
3216         * docs/plugins/inspect/plugin-videobox.xml:
3217         * docs/plugins/inspect/plugin-videocrop.xml:
3218         * docs/plugins/inspect/plugin-videoflip.xml:
3219         * docs/plugins/inspect/plugin-videomixer.xml:
3220         * docs/plugins/inspect/plugin-wavenc.xml:
3221         * docs/plugins/inspect/plugin-wavpack.xml:
3222         * docs/plugins/inspect/plugin-wavparse.xml:
3223         * docs/plugins/inspect/plugin-ximagesrc.xml:
3224         * ext/pulse/plugin.c:
3225         * ext/pulse/pulsemixer.c:
3226         * ext/pulse/pulsesink.c:
3227         * ext/pulse/pulsesrc.c:
3228         Add documentation to the pulseaudio plugin and run make update
3229         in docs/plugins.
3230
3231 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3232
3233         Patch by: Brian Cameron <brian.cameron at sun dot com>
3234
3235         * sys/sunaudio/gstsunaudiomixerctrl.c:
3236         (gst_sunaudiomixer_ctrl_get_volume),
3237         (gst_sunaudiomixer_ctrl_set_volume):
3238         Improvements for the SunAudio mixer by handling mute as no gain
3239         for tracks that have a gain property but no mute property.
3240         Fixes bug #536067.
3241
3242 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3243
3244         * configure.ac:
3245         * ext/pulse/Makefile.am:
3246         * ext/pulse/plugin.c: (plugin_init):
3247         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3248         (gst_pulsemixer_implements_interface_init),
3249         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3250         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3251         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3252         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3253         * ext/pulse/pulsemixer.h:
3254         * ext/pulse/pulsemixerctrl.c:
3255         (gst_pulsemixer_ctrl_context_state_cb),
3256         (gst_pulsemixer_ctrl_sink_info_cb),
3257         (gst_pulsemixer_ctrl_source_info_cb),
3258         (gst_pulsemixer_ctrl_subscribe_cb),
3259         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3260         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3261         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3262         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3263         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3264         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3265         * ext/pulse/pulsemixerctrl.h:
3266         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3267         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3268         * ext/pulse/pulsemixertrack.h:
3269         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3270         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3271         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3272         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3273         (gst_pulseprobe_new), (gst_pulseprobe_free),
3274         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3275         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3276         (gst_pulseprobe_set_server):
3277         * ext/pulse/pulseprobe.h:
3278         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3279         (gst_pulsesink_class_init), (gst_pulsesink_init),
3280         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3281         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3282         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3283         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3284         (gst_pulsesink_stream_request_cb),
3285         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3286         (gst_pulsesink_close), (gst_pulsesink_prepare),
3287         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3288         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3289         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3290         (gst_pulsesink_event), (gst_pulsesink_get_type):
3291         * ext/pulse/pulsesink.h:
3292         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3293         (gst_pulsesrc_implements_interface_init),
3294         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3295         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3296         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3297         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3298         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3299         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3300         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3301         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3302         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3303         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3304         (gst_pulsesrc_get_type):
3305         * ext/pulse/pulsesrc.h:
3306         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3307         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3308         * ext/pulse/pulseutil.h:
3309         Add pulseaudio GStreamer element from gst-pulse. Development will
3310         continue here instead of pulseaudio SVN. Fixes bug #400679.
3311         Only changes over gst-pulse SVN are added copyright to the top of
3312         files and coding style changes.
3313
3314 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3315
3316         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3317
3318         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3319           (gst_cdio_add_cdtext_album_tags):
3320         * ext/cdio/gstcdio.h:
3321         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3322           Also extract album title and album genre from CD-TEXT if
3323           available (#537021).
3324
3325 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3326
3327         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3328
3329         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3330         Improve negotiation a bit more by picking the smallest possible
3331         resolution that is larger than the resolution specified in the
3332         first caps entry of the peer caps. Fixes bug #536994.
3333
3334 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3335
3336         Patch by: Bastien Nocera <hadess at hadess dot net>
3337
3338         * sys/v4l2/gstv4l2vidorient.c:
3339         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3340         Fix compilation with newer GIT kernels that deprecated
3341         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3342
3343 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3344
3345         * configure.ac:
3346         * ext/cdio/gstcdio.c:
3347         * ext/cdio/gstcdio.h:
3348         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3349           Require libcdio >= 0.76.
3350
3351 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3352
3353         * gst/avi/gstavidemux.c:
3354         Catch UNEXPECTED when downstream has reached end of
3355         segment in reverse mode.
3356
3357 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3358
3359         * gst/avi/gstavidemux.c:
3360         Fix typo in comment
3361
3362 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3363
3364         * gst/avi/gstavidemux.c:
3365         Because we don't know the frame order we need to push till
3366         the next keyframe
3367
3368 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3369
3370         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3371
3372         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3373         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3374         Provide a custom negotiation function to make sure to pick the highest
3375         possible framerate and resolution. Fixes bug #536646.
3376
3377 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3378
3379         * gst/avi/gstavidemux.c:
3380         Set EOS when going out of the segment in reverse playback
3381
3382 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3383
3384         * ext/taglib/Makefile.am::
3385           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3386           taglib headers (with gcc 4.3.1).
3387
3388 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3389
3390         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3391         Use the new gst_rtsp_connection_get_ip() to access the IP address
3392         of a GstRTSPConnection since it is a private member.
3393
3394 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3395
3396         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3397         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3398           Use new utility functions in libgsttag to process coverart (#512333).
3399
3400 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3401
3402         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3403         We actually support left/side, right/side and mid/side files. The
3404         conversion to normal, interleaved stereo is done by libflac.
3405
3406 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3407
3408         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3409         (gst_ebml_write_set_cache):
3410         Unref the write cache in finalize if it was set and add add "FIXME"
3411         to a comment that needs it.
3412
3413 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3414
3415         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3416
3417         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3418         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3419         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3420         (gst_avi_demux_process_next_entry):
3421         * gst/avi/gstavidemux.h:
3422         Implement reverse playback. Fixes #535300.
3423         Small cleanups.
3424
3425 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3426
3427         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3428         (gst_videomixer_query_latency):
3429         When using gst_element_iterate_pads() one has to unref every pad
3430         after usage.
3431
3432 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3433
3434         Patch by: Bastien Nocera <hadess at hadess dot net>
3435         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3436         (qtdemux_parse_udta):
3437         * gst/qtdemux/qtdemux_fourcc.h:
3438         Improve meta-data handling, add 'comment', 'description' and
3439         'copyright' tag handling.
3440         Fixes #535935
3441
3442 2008-05-31  Julien Moutte  <julien@fluendo.com>
3443
3444         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3445         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3446         (gst_qtdemux_seek_to_previous_keyframe),
3447         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3448         we don't clip the segment's stop using the main segment duration as
3449         that could crop quite some video frames. Make reverse playback support
3450         more robust and support edit lists. Support seeking to the last frame,
3451         and fix reverse looping playback. Add some debugging.
3452         * win32/common/config.h: Updated.
3453
3454 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3455
3456         * gst/equalizer/gstiirequalizer.c:
3457         (gst_iir_equalizer_transform_ip):
3458         Don't clip float/double samples, correctly unset passthrough mode
3459         and use better rounding for integer samples.
3460
3461 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3462
3463         * gst/equalizer/gstiirequalizer.c:
3464         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3465         (setup_filter), (set_passthrough), (update_coefficients),
3466         (gst_iir_equalizer_compute_frequencies),
3467         (gst_iir_equalizer_transform_ip):
3468         * gst/equalizer/gstiirequalizer.h:
3469         Update the filter coefficients only when needed in the transform_ip
3470         function and correctly set the element into passthrough mode if the
3471         gain of all bands is 0.
3472
3473 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3474
3475         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3476
3477         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3478         (gst_alpha_set_property), (gst_alpha_get_property),
3479         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3480         Try to skip pixels or areas that are too dark or too bright for us to do
3481         meaningfull color detection.
3482         Added properties to control the sensitivity to light and darkness.
3483         Added some small cleanups. Fixes #512345.
3484
3485 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3486
3487         * docs/plugins/.cvsignore:
3488         * tests/check/elements/.cvsignore:
3489         Ignore some more generated things
3490
3491         * tests/check/Makefile.am:
3492         Ignore OSS elements in the state changes test too.
3493
3494 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3495
3496         * docs/plugins/Makefile.am:
3497         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3498         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3499         Add SMPTE effect elements to docs.
3500
3501 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3502
3503         * docs/plugins/Makefile.am:
3504         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3505         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3506         * ext/raw1394/gstdv1394src.c:
3507           Document whats first shown on the fdo plugin docs page :)
3508
3509 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3510
3511         * docs/plugins/Makefile.am:
3512         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3513         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3514         * docs/plugins/gst-plugins-good-plugins.args:
3515         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3516         * docs/plugins/inspect/plugin-audiofx.xml:
3517         * gst/audiofx/Makefile.am:
3518         * gst/audiofx/audiofx.c:
3519         * gst/audiofx/audiokaraoke.c:
3520         * gst/audiofx/audiokaraoke.h:
3521         * gst/audiofx/audiovoice.c:
3522         * gst/audiofx/audiovoice.h:
3523           Rename audiovoice to audiokaraoke and add it to the docs.
3524
3525 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3526
3527         * REQUIREMENTS:
3528         * docs/plugins/Makefile.am:
3529         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3530         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3531         * docs/plugins/gst-plugins-good-plugins.args:
3532         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3533         * docs/plugins/gst-plugins-good-plugins.interfaces:
3534         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3535         * docs/plugins/inspect/plugin-aasink.xml:
3536         * docs/plugins/inspect/plugin-alaw.xml:
3537         * docs/plugins/inspect/plugin-alpha.xml:
3538         * docs/plugins/inspect/plugin-alphacolor.xml:
3539         * docs/plugins/inspect/plugin-annodex.xml:
3540         * docs/plugins/inspect/plugin-apetag.xml:
3541         * docs/plugins/inspect/plugin-audiofx.xml:
3542         * docs/plugins/inspect/plugin-auparse.xml:
3543         * docs/plugins/inspect/plugin-autodetect.xml:
3544         * docs/plugins/inspect/plugin-avi.xml:
3545         * docs/plugins/inspect/plugin-cacasink.xml:
3546         * docs/plugins/inspect/plugin-cairo.xml:
3547         * docs/plugins/inspect/plugin-cdio.xml:
3548         * docs/plugins/inspect/plugin-cutter.xml:
3549         * docs/plugins/inspect/plugin-debug.xml:
3550         * docs/plugins/inspect/plugin-dv.xml:
3551         * docs/plugins/inspect/plugin-efence.xml:
3552         * docs/plugins/inspect/plugin-effectv.xml:
3553         * docs/plugins/inspect/plugin-equalizer.xml:
3554         * docs/plugins/inspect/plugin-esdsink.xml:
3555         * docs/plugins/inspect/plugin-flac.xml:
3556         * docs/plugins/inspect/plugin-flxdec.xml:
3557         * docs/plugins/inspect/plugin-gamma.xml:
3558         * docs/plugins/inspect/plugin-gconfelements.xml:
3559         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3560         * docs/plugins/inspect/plugin-goom.xml:
3561         * docs/plugins/inspect/plugin-goom2k1.xml:
3562         * docs/plugins/inspect/plugin-halelements.xml:
3563         * docs/plugins/inspect/plugin-icydemux.xml:
3564         * docs/plugins/inspect/plugin-id3demux.xml:
3565         * docs/plugins/inspect/plugin-jpeg.xml:
3566         * docs/plugins/inspect/plugin-level.xml:
3567         * docs/plugins/inspect/plugin-matroska.xml:
3568         * docs/plugins/inspect/plugin-monoscope.xml:
3569         * docs/plugins/inspect/plugin-mulaw.xml:
3570         * docs/plugins/inspect/plugin-multifile.xml:
3571         * docs/plugins/inspect/plugin-multipart.xml:
3572         * docs/plugins/inspect/plugin-navigationtest.xml:
3573         * docs/plugins/inspect/plugin-ossaudio.xml:
3574         * docs/plugins/inspect/plugin-png.xml:
3575         * docs/plugins/inspect/plugin-quicktime.xml:
3576         * docs/plugins/inspect/plugin-rtp.xml:
3577         * docs/plugins/inspect/plugin-rtsp.xml:
3578         * docs/plugins/inspect/plugin-smpte.xml:
3579         * docs/plugins/inspect/plugin-soup.xml:
3580         * docs/plugins/inspect/plugin-spectrum.xml:
3581         * docs/plugins/inspect/plugin-speex.xml:
3582         * docs/plugins/inspect/plugin-taglib.xml:
3583         * docs/plugins/inspect/plugin-udp.xml:
3584         * docs/plugins/inspect/plugin-video4linux2.xml:
3585         * docs/plugins/inspect/plugin-videobalance.xml:
3586         * docs/plugins/inspect/plugin-videobox.xml:
3587         * docs/plugins/inspect/plugin-videocrop.xml:
3588         * docs/plugins/inspect/plugin-videoflip.xml:
3589         * docs/plugins/inspect/plugin-videomixer.xml:
3590         * docs/plugins/inspect/plugin-wavenc.xml:
3591         * docs/plugins/inspect/plugin-wavpack.xml:
3592         * docs/plugins/inspect/plugin-wavparse.xml:
3593         * docs/plugins/inspect/plugin-ximagesrc.xml:
3594         * ext/aalib/gstaasink.c:
3595         * ext/libcaca/gstcacasink.c:
3596           Document aasink and cacasink.
3597
3598 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3599
3600         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3601         (gst_videomixer_init), (gst_videomixer_query_duration),
3602         (gst_videomixer_query_latency), (gst_videomixer_query),
3603         (gst_videomixer_blend_buffers):
3604         * gst/videomixer/videomixer.h:
3605         Implement position (in time), duration and latency queries.
3606
3607 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3608
3609         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3610         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3611         (gst_videomixer_fill_queues), (forward_event_func),
3612         (forward_event), (gst_videomixer_src_event),
3613         (gst_videomixer_sink_event):
3614         * gst/videomixer/videomixer.h:
3615         Implement proper seek/newsegment handling.
3616         Based on adder's implementation.
3617         Fixes #535121
3618
3619 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3620
3621         Patch by: Jan Gerber <j at oil21 dot org>
3622
3623         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3624         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3625
3626 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3627
3628         * gst/audiofx/Makefile.am:
3629         * gst/audiofx/audiofx.c: (plugin_init):
3630         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3631         (gst_audio_voice_class_init), (gst_audio_voice_init),
3632         (update_filter), (gst_audio_voice_set_property),
3633         (gst_audio_voice_get_property), (gst_audio_voice_setup),
3634         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3635         (gst_audio_voice_transform_ip):
3636         * gst/audiofx/audiovoice.h:
3637         Add simple voice removal element. Yay karaoke.
3638
3639 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3640
3641         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3642
3643         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3644         Fix potential caps leak.
3645         If we can't get the framerate with an ioctl, try to get it with the
3646         current norm. Fixes #520092.
3647
3648 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3649
3650         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3651
3652         * sys/v4l2/v4l2src_calls.c:
3653         (gst_v4l2src_probe_caps_for_format_and_size):
3654         If we fail to get the frame intervals, simply don't touch the framerates
3655         on the template caps instead of discarding the format. See #520092.
3656
3657 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3658
3659         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3660
3661         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
3662         (gst_v4l2_get_caps_info):
3663         Add NV12, NV21 and bayer support. See #520092.
3664
3665 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3666
3667         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3668         (gst_qtdemux_activate_segment):
3669         Unbreak segment activation again. Fixes #531672.
3670
3671 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
3672
3673         * ext/flac/Makefile.am:
3674         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3675         Set the channel layout when decoding FLAC files with more than 2
3676         channels as defined by the FLAC spec. Fixes bug #534570.
3677
3678         Also don't try to decode left/side, right/side and mid/side files
3679         as we don't support this at all.
3680
3681 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3682
3683         * configure.ac:
3684           We need -base CVS (rtsp).
3685
3686 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3687
3688         * gst/udp/Makefile.am:
3689           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
3690           when including netdb.h when building against glibc >= 2.8.
3691
3692 2008-05-22  Julien Moutte  <julien@fluendo.com>
3693
3694         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
3695         debug statement arguments.
3696         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
3697         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
3698         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
3699         on more platforms.
3700
3701 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3702
3703         * tests/check/elements/avimux.c: (setup_src_pad),
3704         (teardown_src_pad):
3705         * tests/check/elements/icydemux.c: (icydemux_found_pad),
3706         (GST_START_TEST):
3707         * tests/check/elements/matroskamux.c: (setup_src_pad),
3708         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
3709         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
3710         (GST_START_TEST):
3711         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
3712         (setup_wavpackparse), (cleanup_wavpackparse):
3713         Don't use gst_element_get_pad(), it's a bad, bad method.
3714
3715 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3716
3717         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3718         (do_toggle_element):
3719         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3720         (do_toggle_element):
3721         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3722         (do_toggle_element):
3723         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
3724         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
3725         (do_toggle_element):
3726         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
3727         (do_toggle_element):
3728         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
3729         (gst_auto_audio_sink_detect):
3730         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
3731         (gst_auto_video_sink_detect):
3732         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3733         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
3734         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
3735         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
3736         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
3737         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
3738         * tests/icles/videocrop-test.c: (test_with_caps),
3739         (video_crop_get_test_caps):
3740         Don't use gst_element_get_pad(), it's a bad method.
3741
3742 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3743
3744         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3745         (gst_multiudpsink_add_internal):
3746         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
3747         (gst_udp_join_group):
3748         * gst/udp/gstudpnetutils.h:
3749         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3750         Joining a multicast group and setting the loop/ttl properties are
3751         totally unrelated tasks are must be separated.
3752
3753 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
3754
3755         * gst/avi/gstavimux.c:
3756           Also support alaw/mulaw.
3757
3758 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3759
3760         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3761         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
3762         * gst/udp/gstmultiudpsink.h:
3763         Add a fixme for the auto-multicast property.
3764         Fix some confusing debug messages.
3765         Disable setting a qos value by default.
3766
3767 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3768
3769         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
3770
3771         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
3772         Ignore EPERM errors from sendto. Fixes #533619.
3773
3774 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3775
3776         Patch by: Henrik Eriksson <henriken at axis dot com>
3777
3778         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3779         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
3780         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3781         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
3782         * gst/udp/gstmultiudpsink.h:
3783         Add qos-dscp property to manage the Quality of service. Fixes #469917.
3784
3785 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3786
3787         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
3788         Improve debugging of the ident.
3789
3790 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3791
3792         Patch by: Bruno Santos <brunof at ua dot pt>
3793
3794         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3795         (gst_udp_join_group), (gst_udp_leave_group),
3796         (gst_udp_is_multicast):
3797         * gst/udp/gstudpnetutils.h:
3798         Provide a bunch of helper methods to deal with IPv4 and IPv6
3799         transparently.
3800
3801         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3802         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3803         (gst_multiudpsink_get_property), (join_multicast),
3804         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3805         (gst_multiudpsink_remove):
3806         * gst/udp/gstmultiudpsink.h:
3807         Add multicast TTL and loopback properties.
3808         Use the helper methods to implement ip4 and ip6.
3809
3810         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3811         * gst/udp/gstudpsrc.h:
3812         Use the helper methods to implement ip4 and ip6.
3813         Fixes #515962.
3814
3815 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3816
3817         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3818
3819         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3820         (gst_multipart_demux_get_gstname),
3821         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3822         * gst/multipart/multipartdemux.h:
3823         Don't blindly copy the mime-type as the caps name because they not
3824         always map directly. Instead use a hashtable with common mappings.
3825         Fixes #533287.
3826
3827 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3828
3829         * ext/esd/esdsink.c: (gst_esdsink_write):
3830         When we post an error, we must return -1 to let the parent know that we
3831         cannot write the segment else it will loop and continue to call us again
3832         forever. Patch by Michael Meeks.
3833
3834 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3835
3836         * gst/videomixer/videomixer.c:
3837           Add missing incudes.
3838
3839 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3840
3841         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3842         (gst_rtp_h264_pay_handle_buffer):
3843         * gst/rtp/gstrtph264pay.h:
3844         Correct a typo (sinle -> single).
3845
3846 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3847
3848         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3849         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3850         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3851         (gst_rtp_h264_depay_process):
3852         * gst/rtp/gstrtph264depay.h:
3853         Add experimental support for outputting quicktime-like AVC output in
3854         addition to the existing bytestream output.
3855
3856         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3857         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3858         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3859         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3860         (gst_rtp_h264_pay_get_property):
3861         * gst/rtp/gstrtph264pay.h:
3862         Make the parsing mode configurable, for some inputs we don't need to
3863         scan every byte for start codes.
3864         Only set the marker bit on ACCESS units.
3865
3866 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3867
3868         * gst/equalizer/gstiirequalizer.c:
3869         Use a bigger type in integer mode for the intermediate results to
3870         prevent overflows. This fixes the crippled sound when using the
3871         equalizer in integer mode. Fixes bug #510865.
3872
3873 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3874
3875         * gst/videomixer/videomixer.c:
3876         * gst/videomixer/videomixer.h:
3877         Instead of a random number for the request pad id's,
3878         use a counter.
3879
3880         Register the videomixerpad class from the element's class_init
3881         where it's safer, and allows the docs generator to scan it.
3882
3883 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3884
3885         * gst/smpte/Makefile.am:
3886         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3887         * gst/smpte/gstsmpte.h:
3888         * gst/smpte/gstsmptealpha.c:
3889         (gst_smpte_alpha_transition_type_get_type),
3890         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3891         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3892         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3893         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3894         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3895         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3896         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3897         * gst/smpte/gstsmptealpha.h:
3898         * gst/smpte/plugin.c: (plugin_init):
3899         Add new plugin that adds the SMPTE transition in the alpha channel of
3900         I420 and AYUV frames so that they can be blended with videomixer later
3901         on. Uses all niceties such as using base transform for efficient alloc
3902         and negotiation. It currently requires GstController to control the
3903         position in the transition effect.
3904
3905 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3906
3907         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3908         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3909         * docs/plugins/gst-plugins-good-plugins.args:
3910         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3911         * docs/plugins/gst-plugins-good-plugins.interfaces:
3912         * docs/plugins/gst-plugins-good-plugins.types:
3913         * gst/videomixer/videomixer.c:
3914           Try using thaytans new mechanism to get extra classes into plugin
3915           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3916           missing still.
3917
3918 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3919
3920         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3921         Set proper rate in avi stream header for PCM audio, and also do some
3922         more sanity checks on caps in this case.  Fixes #511489.
3923
3924 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3925
3926         * sys/v4l2/gstv4l2src.c:
3927         Don't include the gstv4l2xoverlay.h header as the XOverlay support
3928         isn't implemented at all yet and this requires X headers to be
3929         installed. Fixes bug #533264.
3930
3931 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3932
3933         reviewed by: <delete if not using a buddy>
3934
3935         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3936         (gst_ebml_write_set_cache):
3937         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3938         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3939         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3940         (gst_matroska_demux_read_track_encodings),
3941         (gst_matroska_demux_add_stream),
3942         (gst_matroska_demux_handle_src_query),
3943         (gst_matroska_demux_init_stream),
3944         (gst_matroska_demux_parse_index_cuetrack),
3945         (gst_matroska_demux_parse_index_pointentry),
3946         (gst_matroska_demux_parse_info),
3947         (gst_matroska_demux_parse_metadata_id_simple_tag),
3948         (gst_matroska_demux_parse_metadata),
3949         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3950         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3951         (gst_matroska_demux_parse_cluster),
3952         (gst_matroska_demux_parse_contents_seekentry),
3953         (gst_matroska_demux_loop_stream_parse_id),
3954         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3955         (gst_matroska_demux_audio_caps),
3956         (gst_matroska_demux_subtitle_caps):
3957         * gst/matroska/matroska-demux.h:
3958         * gst/matroska/matroska-ids.c:
3959         (gst_matroska_track_init_subtitle_context):
3960         * gst/matroska/matroska-ids.h:
3961         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3962         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
3963         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
3964         * sys/v4l2/gstv4l2src.c:
3965         * tests/check/pipelines/wavpack.c: (bus_handler):
3966         * win32/common/config.h:
3967
3968 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3969
3970         * ext/wavpack/gstwavpackstreamreader.c:
3971         * tests/examples/spectrum/demo-audiotest.c:
3972         * tests/examples/spectrum/demo-osssrc.c:
3973         Fix some compiler warnings.
3974
3975 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3976
3977         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
3978         Small comment added.
3979
3980         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3981         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
3982         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
3983         Debug string cleanups (remove trailing \n)
3984         Refactor and clean up the payloader a bit and make sure that we only
3985         put one NAL unit in an RTP packet even if the input buffer contains
3986         multiple NAL units.
3987         Add suport for AVC format input.
3988
3989 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
3990
3991         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
3992         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
3993         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
3994         * gst/rtp/gstrtph264pay.h:
3995         Make it possible to specify profile-level-id and sprop-parameter-sets
3996         using properties in case they are not available in-stream.
3997
3998 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3999
4000         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4001         * docs/plugins/gst-plugins-good-plugins.args:
4002         * docs/plugins/inspect/plugin-ladspa.xml:
4003           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4004
4005 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4006
4007         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4008         Send an initial BYTE segment to inform downstream of later seeking,
4009         and to forego sync attempts.
4010
4011 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4012
4013         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4014         Fix wrong caps string.
4015
4016 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4017
4018         Based on patch by: Olivier Crete <tester at tester dot ca>
4019
4020         * gst/rtp/Makefile.am:
4021         * gst/rtp/gstrtp.c: (plugin_init):
4022         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4023         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4024         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4025         (gst_rtp_g729_depay_plugin_init):
4026         * gst/rtp/gstrtpg729depay.h:
4027         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4028         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4029         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4030         * gst/rtp/gstrtpg729pay.h:
4031         Added G729 pay and depayloaders. Fixes #532409.
4032
4033 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4034
4035         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4036         Fix the calculation of the duration of the concealment packets.
4037
4038 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4039
4040         Based on patch by: Olivier Crete <tester at tester dot ca>
4041
4042         * gst/rtp/Makefile.am:
4043         * gst/rtp/gstrtp.c: (plugin_init):
4044         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4045         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4046         (parse_encode), (gst_rtp_dv_depay_setcaps),
4047         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4048         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4049         (gst_rtp_dv_depay_plugin_init):
4050         * gst/rtp/gstrtpdvdepay.h:
4051         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4052         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4053         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4054         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4055         (gst_dv_pay_negotiate), (include_dif),
4056         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4057         * gst/rtp/gstrtpdvpay.h:
4058         Add DV pay and depayloaders. Fixes #532423.
4059
4060 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4061
4062         * gst/matroska/matroska-demux.c:
4063         (gst_matroska_demux_push_dvd_clut_change_event):
4064         Convert subtitle palette info in VobSub private data from VobSub's
4065         (buggy) RGB to YUV.
4066
4067 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4068
4069         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4070         Do not leave fourcc stream header field empty upon reset.
4071         Fixes #519301.
4072
4073 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4074
4075         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4076         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4077         * docs/plugins/inspect/plugin-goom.xml:
4078         * docs/plugins/inspect/plugin-goom2k1.xml:
4079         * gst/goom/gstgoom.c:
4080         * gst/goom2k1/gstgoom.c:
4081         Add goom2k1 into the docs.
4082
4083 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4084
4085         Based on patch by: Wouter Cloetens  <wouter at mind be>
4086
4087         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4088         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4089         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4090         (gst_rtsp_decode_quoted_string),
4091         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4092         (gst_rtspsrc_setup_auth):
4093         Support Digest authentication. Fixes #532065.
4094
4095 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4096
4097         * gst/level/gstlevel.c:
4098           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4099           about whats needed for liboil acceleration. Simplify docs a bit.
4100
4101 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4102
4103         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4104
4105         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4106         Update the track duration if the old one was invalid.
4107         Fixes bug #532117.
4108
4109 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4110
4111         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4112           Use GST_STR_NULL when trying to print sps and pps strings that could
4113           be NULL, as this might crash on some platforms.
4114
4115 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4116
4117         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4118
4119         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4120           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4121           set after creating the clipper.
4122
4123 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4124
4125         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4126
4127         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4128           Added checking of surface lost case after an unsuccessful
4129           IDirectDrawSurface7_Lock() call.
4130           If surface is lost, return GST_FLOW_OK.
4131
4132 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4133
4134         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4135
4136         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4137           WndProc, gst_directdraw_sink_window_thread):
4138           Improved Windows message loop and fixed window destruction issue.
4139           When the window which DirectDraw is rendering to is destroyed, the
4140           render/show_frame function will return GST_FLOW_ERROR.
4141           Partially fixes #520885.
4142
4143 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4144
4145         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4146
4147         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4148           Fixed mid stream resolution change bug, the offscreen surface is now
4149           released when set_caps is called.
4150           Partially fixes #520885.
4151
4152 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4153
4154         * sys/directdraw/gstdirectdrawsink.c
4155           (gst_directdraw_sink_buffer_alloc):
4156           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4157           width/height.
4158
4159           Especially when looking through the pool of buffers, make sure that
4160           the width/height of caps is used instead of the already negotiated
4161           dimensions.
4162           For example if a buffer with different caps is requested, i.e.
4163           higher resolution, the caller would get a buffer with the old
4164           dimensions and thus corrupt the heap.
4165
4166 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4167
4168         * sys/directdraw/gstdirectdrawsink.c
4169           (gst_directdraw_sink_buffer_alloc):
4170           Clear the flags on recycled buffers from buffer_alloc.
4171           Partially fixes #520885.
4172
4173 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4174
4175         * gst/rtp/gstrtpilbcpay.c:
4176           Added missing stdlib.h include for strtol(), and made include ordering and
4177           style consistent with the corresponding depayloader.
4178
4179 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4180
4181         * configure.ac:
4182           Error out if we don't have the required core/base versions.
4183
4184 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4185
4186         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4187
4188         * sys/osxvideo/cocoawindow.m:
4189         Fix compiler warnings on PPC64. Fixes bug #499318.
4190
4191 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4192
4193         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4194
4195         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4196         Don't leak file descriptors on error. Fixes #531532.
4197
4198 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4199
4200         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4201         (gst_gconf_audio_src_change_state):
4202         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4203         (gst_gconf_video_sink_change_state):
4204         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4205         (gst_gconf_video_src_change_state):
4206         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4207         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4208         When we can't create a fakesink/fakesrc complain instead of unreffing
4209         NULL pointers and crashing later. See bug #530535.
4210
4211 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4212
4213         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4214         Add some more debug info and guard against small payloads.
4215
4216         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4217         Set duration on outgoing buffers because we can.
4218
4219 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4220
4221         Patch by: Olivier Crete <tester at tester dot ca>
4222
4223         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4224         (gst_speex_enc_init), (gst_speex_enc_chain):
4225         Add negotiation for the speex channels and rate. Fixes #465146.
4226
4227 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4228
4229         Patch by: Olivier Crete <tester at tester dot ca>
4230
4231         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4232         (gst_rtp_speex_pay_getcaps):
4233         Add negotiation for the speex channels and rate. See #465146.
4234
4235 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4236
4237         Patch by: Olivier Crete <tester at tester dot ca>
4238
4239         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4240         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4241         Add negotiation for the ILBC mode. See #465146.
4242
4243 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4244
4245         * ext/soup/gstsouphttpsrc.c:
4246           Include stdlib to fix the build. Use g_free instead of free, libsoup
4247           uses glib.
4248
4249 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4250
4251         Patch by: j^ <j@bootlab.org>
4252
4253         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4254         Add more mpeg2 variants. Fixes #530886.
4255
4256 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4257
4258         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4259
4260         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4261           Don't error out if we get an ICMP destination-unreachable
4262           message when trying to read packets on win32 (#529454).
4263
4264 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4265
4266         * configure.ac:
4267         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4268           Use new error code for encrypted streams (which requires core CVS).
4269
4270 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4271
4272         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4273           (gst_qtdemux_audiosrc_template):
4274           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4275
4276 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4277
4278         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4279         (speex_dec_chain_parse_data):
4280         Produce concealment data when time progresses in a segment update.
4281
4282 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4283
4284         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4285         (speex_dec_chain):
4286         Try to preserve input timestamps when we can.
4287         Do beginnings of error concealment.
4288
4289 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4290
4291         * gst/debug/gstnavigationtest.c:
4292           MSVC doesn't provide rint(), define an adequate replacement locally as
4293           elsewhere.
4294
4295 2008-04-28  Julien Moutte  <julien@fluendo.com>
4296
4297         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4298         format to pacify Mac OSX's gcc.
4299
4300 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4301
4302         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4303           (DEFAULT_MAX), (src_template), (sink_template),
4304           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4305           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4306           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4307           Bring rndbuffersize element into a state that doesn't require us
4308           to move it to -bad immediately. For one, fix up default min/max
4309           values so that the element actuall works using the default values.
4310           Also, don't ignore flow return values and do some kind of minimal
4311           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4312           other gratuitious clean-ups.
4313
4314 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4315
4316         * docs/plugins/Makefile.am:
4317         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4318         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4319         * docs/plugins/gst-plugins-good-plugins.args:
4320         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4321         * docs/plugins/gst-plugins-good-plugins.interfaces:
4322         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4323         * docs/plugins/inspect/plugin-1394.xml:
4324         * docs/plugins/inspect/plugin-aasink.xml:
4325         * docs/plugins/inspect/plugin-alaw.xml:
4326         * docs/plugins/inspect/plugin-alpha.xml:
4327         * docs/plugins/inspect/plugin-alphacolor.xml:
4328         * docs/plugins/inspect/plugin-annodex.xml:
4329         * docs/plugins/inspect/plugin-apetag.xml:
4330         * docs/plugins/inspect/plugin-audiofx.xml:
4331         * docs/plugins/inspect/plugin-auparse.xml:
4332         * docs/plugins/inspect/plugin-autodetect.xml:
4333         * docs/plugins/inspect/plugin-avi.xml:
4334         * docs/plugins/inspect/plugin-cacasink.xml:
4335         * docs/plugins/inspect/plugin-cairo.xml:
4336         * docs/plugins/inspect/plugin-cdio.xml:
4337         * docs/plugins/inspect/plugin-cutter.xml:
4338         * docs/plugins/inspect/plugin-debug.xml:
4339         * docs/plugins/inspect/plugin-dv.xml:
4340         * docs/plugins/inspect/plugin-efence.xml:
4341         * docs/plugins/inspect/plugin-effectv.xml:
4342         * docs/plugins/inspect/plugin-equalizer.xml:
4343         * docs/plugins/inspect/plugin-esdsink.xml:
4344         * docs/plugins/inspect/plugin-flac.xml:
4345         * docs/plugins/inspect/plugin-flxdec.xml:
4346         * docs/plugins/inspect/plugin-gamma.xml:
4347         * docs/plugins/inspect/plugin-gconfelements.xml:
4348         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4349         * docs/plugins/inspect/plugin-goom.xml:
4350         * docs/plugins/inspect/plugin-halelements.xml:
4351         * docs/plugins/inspect/plugin-icydemux.xml:
4352         * docs/plugins/inspect/plugin-id3demux.xml:
4353         * docs/plugins/inspect/plugin-jpeg.xml:
4354         * docs/plugins/inspect/plugin-level.xml:
4355         * docs/plugins/inspect/plugin-matroska.xml:
4356         * docs/plugins/inspect/plugin-monoscope.xml:
4357         * docs/plugins/inspect/plugin-mulaw.xml:
4358         * docs/plugins/inspect/plugin-multifile.xml:
4359         * docs/plugins/inspect/plugin-multipart.xml:
4360         * docs/plugins/inspect/plugin-navigationtest.xml:
4361         * docs/plugins/inspect/plugin-ossaudio.xml:
4362         * docs/plugins/inspect/plugin-png.xml:
4363         * docs/plugins/inspect/plugin-quicktime.xml:
4364         * docs/plugins/inspect/plugin-rtp.xml:
4365         * docs/plugins/inspect/plugin-rtsp.xml:
4366         * docs/plugins/inspect/plugin-shout2send.xml:
4367         * docs/plugins/inspect/plugin-smpte.xml:
4368         * docs/plugins/inspect/plugin-spectrum.xml:
4369         * docs/plugins/inspect/plugin-speex.xml:
4370         * docs/plugins/inspect/plugin-taglib.xml:
4371         * docs/plugins/inspect/plugin-udp.xml:
4372         * docs/plugins/inspect/plugin-video4linux2.xml:
4373         * docs/plugins/inspect/plugin-videobalance.xml:
4374         * docs/plugins/inspect/plugin-videobox.xml:
4375         * docs/plugins/inspect/plugin-videocrop.xml:
4376         * docs/plugins/inspect/plugin-videoflip.xml:
4377         * docs/plugins/inspect/plugin-videomixer.xml:
4378         * docs/plugins/inspect/plugin-wavenc.xml:
4379         * docs/plugins/inspect/plugin-wavpack.xml:
4380         * docs/plugins/inspect/plugin-wavparse.xml:
4381         * docs/plugins/inspect/plugin-ximagesrc.xml:
4382           Add docs for gdkpixbufsink; update docs to CVS version.
4383
4384 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4385
4386         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4387         Remove test sync-offset by default.
4388
4389 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4390
4391         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4392         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4393         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4394           Use GLib versions of htonl, htons, ntohl and ntohs in order
4395           to avoid problems on win32 (#529707).
4396
4397 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4398
4399         Patch by: Jesús Corrius <jesus at softcatala org>
4400
4401         * gst/goom/filters.c: (zoomVector):
4402         * gst/goom/goom_core.c: (init_buffers):
4403           Fix build with mingw32: use rand() instead of random() and
4404           replace bzero() with memset(). Fixes #529692.
4405
4406 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4407
4408         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4409         Fix typo in comments.
4410
4411         * tests/examples/rtp/client-H263p-PCMA.sdp:
4412         * tests/examples/rtp/client-H263p-PCMA.sh:
4413         * tests/examples/rtp/client-H264-PCMA.sdp:
4414         * tests/examples/rtp/client-H264-PCMA.sh:
4415         * tests/examples/rtp/client-H264.sdp:
4416         * tests/examples/rtp/client-H264.sh:
4417         * tests/examples/rtp/client-PCMA.sdp:
4418         * tests/examples/rtp/client-PCMA.sh:
4419         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4420         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4421         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4422         Add some more docs and fix examples.
4423
4424 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4425
4426         * tests/check/elements/multifile.c:
4427         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4428         declared in the former, some have it declared in the latter.
4429
4430 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4431
4432         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4433         * gst/debug/tests.c: (md5_get_value):
4434         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4435         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4436         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4437         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4438         Stop using deprecated GLib functions.
4439
4440 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4441
4442         * configure.ac:
4443         Back to development -> 0.10.8.1
4444
4445 === release 0.10.8 ===
4446
4447 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4448
4449         * configure.ac:
4450           releasing 0.10.8, "One For The Money"
4451
4452 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4453
4454         * configure.ac:
4455         0.10.7.4 pre-release
4456
4457 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4458
4459         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4460         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4461         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4462         * gst/goom/flying_stars_fx.c: (fs_free):
4463         * gst/goom/goom_config_param.h:
4464         * gst/goom/goom_core.c: (goom_init), (goom_close):
4465         * gst/goom/goom_plugin_info.h:
4466         * gst/goom/gstgoom.c: (gst_goom_finalize):
4467         * gst/goom/lines.c: (goom_lines_free):
4468         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4469         * gst/goom/surf3d.c: (grid3d_free):
4470         * gst/goom/surf3d.h:
4471         * gst/goom/tentacle3d.c: (tentacle_free):
4472         Free a bunch of stuff, and initialise things to fix leaks
4473         and valgrind warnings in the testsuite.
4474
4475         Fixes: #529268
4476
4477 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4478
4479         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4480         (gst_rtspsrc_configure_caps):
4481         Ref caps as the return value for the request_pt_map signal.
4482         Remove some caps weirdness when configuring a stream. See #528245.
4483
4484 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4485
4486         * tests/icles/gdkpixbufsink-test.c:
4487           Add cast to placate gcc 4.1.2.
4488
4489 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4490
4491         * configure.ac:
4492         0.10.7.3 pre-release
4493
4494 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4495
4496         * tests/check/Makefile.am:
4497         Disable some more elements in the state test.
4498         Add a define so the soup test can find the test files
4499         it needs at runtime.
4500
4501         * tests/check/elements/souphttpsrc.c: (run_server):
4502
4503         Add a define so the soup test can find the test files
4504         it needs at runtime.
4505
4506 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4507
4508         * gst/goom/convolve_fx.c: (convolve_apply):
4509         Don't ever draw the GOOM logo.
4510         Fixes: #528615
4511
4512 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4513
4514         * ext/cdio/gstcdiocddasrc.c:
4515         * ext/dv/gstdvdemux.c: 
4516         gst_atomic_int_set ==> g_atomic_int_set
4517
4518 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4519
4520         * configure.ac:
4521         * gst/goom/Makefile.am:
4522         * gst/goom/convolve_fx.c:
4523         * gst/goom/default_scripts.h:
4524         * gst/goom/goom.h:
4525         * gst/goom/goom_core.c: (choose_a_goom_line):
4526         * gst/goom/goom_plugin_info.h:
4527         * gst/goom/goomsl.c:
4528         * gst/goom/goomsl.h:
4529         * gst/goom/goomsl_hash.c:
4530         * gst/goom/goomsl_hash.h:
4531         * gst/goom/goomsl_heap.c:
4532         * gst/goom/goomsl_heap.h:
4533         * gst/goom/goomsl_private.h:
4534         * gst/goom/plugin_info.c:
4535           Strip out the config/script parsing stuff, we don't need it.
4536           Fixes #527999.
4537
4538 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4539
4540         * gst/goom/plugin_info.c: (setOptimizedMethods):
4541           Disable altivec optimisations for 32-bit PPC as well to make
4542           things build properly on all PPC systems. Fixes #528143
4543
4544 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4545
4546         * gst-plugins-good.spec.in:
4547           Update for souphttpsrc plugin which has moved to -good.
4548
4549 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4550
4551         * gst/matroska/matroska-demux.c:
4552         (gst_matroska_demux_handle_seek_event):
4553         Fix open-ended seeks in matroskademux
4554         Patch by: Mark Nauwelaerts <manauw skynet be>
4555         Fixes: #526557
4556
4557 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4558
4559         * tests/check/Makefile.am:
4560         Add soup test certificates to the dist.
4561
4562 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4563
4564         * ext/Makefile.am:
4565         Remove LADSPA reference I missed.
4566
4567 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4568
4569         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4570         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4571         over gnome-vfs and everything else. Fixes bug #527848.
4572
4573 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4574
4575         * configure.ac:
4576         * ext/Makefile.am:
4577         Remove LADSPA plugin. Fixes: #515978
4578
4579 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4580
4581         * configure.ac:
4582         * docs/plugins/Makefile.am:
4583         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4584         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4585         * docs/plugins/gst-plugins-good-plugins.args:
4586         * docs/plugins/inspect/plugin-soup.xml:
4587         * ext/Makefile.am:
4588         * tests/check/Makefile.am:
4589         Move soup plugin from -bad (Fixes: #523124)
4590
4591 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4592
4593         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4594         Fix bounds checking of mode in Speex header, which may
4595         produce negative numbers in speex <= 1.1.12
4596
4597 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4598
4599         * gst/goom/Makefile.am:
4600         * gst/goom/gfontlib.c:
4601         * gst/goom/gfontlib.h:
4602         * gst/goom/gfontrle.c:
4603         * gst/goom/gfontrle.h:
4604         * gst/goom/goom.h:
4605         * gst/goom/goom_core.c: (goom_update):
4606         * gst/goom/goom_plugin_info.h:
4607         * gst/goom/gstgoom.c: (gst_goom_chain):
4608         * gst/goom/plugin_info.c:
4609           Remove a bunch of font/text related code that we don't need.
4610
4611 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4612
4613         * gst/goom/ppc_drawings.s:
4614         * gst/goom/ppc_zoom_ultimate.s:
4615           Change license of these files to LGPL, as permitted by the
4616           author, Guillaume Borios. See #515073.
4617
4618 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4619
4620         * gst/goom/convolve_fx.c:
4621         * gst/goom/motif_goom1.h:
4622         * gst/goom/motif_goom2.h:
4623           As hinted in Bug #518213, revert one change and fix warnings properly.
4624           This fixes both #518213 and #520073 for me.     
4625
4626 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4627
4628         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4629         * gst/matroska/matroska-demux.c:
4630         (gst_matroska_demux_handle_seek_event),
4631         (gst_matroska_demux_parse_contents_seekentry),
4632         (gst_matroska_demux_loop):
4633         Fix the Forte build by making function declaration signatures
4634         match the implementations.
4635
4636 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
4637
4638         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4639         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
4640         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
4641           More logging when probing (see #518474), some comments in _reset().
4642
4643 2008-04-07  Julien Moutte  <julien@fluendo.com>
4644
4645         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
4646         because of a bad argument number.
4647
4648 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4649
4650         * tests/icles/.cvsignore:
4651         * tests/icles/Makefile.am:
4652         * tests/icles/gdkpixbufsink-test.c:
4653           Interactive test app for gdkpixbufsink.
4654
4655 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4656
4657         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4658
4659         * configure.ac:
4660         Actually build dlls when cross-compiling with mingw32.
4661         Fixes bug #526247.
4662
4663 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
4664
4665         * ext/hal/hal.c: (gst_hal_get_alsa_element):
4666           Don't munge device string to 'default:x' for capture devices.
4667           Fixes #525833.
4668
4669 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4670
4671         * ext/wavpack/gstwavpackparse.c:
4672         (gst_wavpack_parse_index_entry_free):
4673         Always use GSlice as we actually depend on GLib 2.12 already.
4674
4675 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4676
4677         * configure.ac:
4678           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
4679           Also bump the GLib requirement to the current de-facto requirement
4680           (ie. 2.12).
4681
4682 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4683
4684         * gst/rtp/gstrtph264pay.c: (encode_base64),
4685         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
4686         * gst/rtp/gstrtph264pay.h:
4687         Parse codec_data for future AVC compatibility.
4688         Fail when we encounter AVC data for now.
4689
4690 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4691
4692         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
4693           (gst_spectrum_init), (gst_spectrum_set_property),
4694           (gst_spectrum_get_property), (gst_spectrum_message_new):
4695           Rename property enums and default defines for the properties to match
4696           the property names and rephrase property descriptions to make them a
4697           bit clearer (hopefully). See #518188.
4698
4699 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4700
4701         * tests/check/Makefile.am:
4702         * tests/check/elements/.cvsignore:
4703         * tests/check/elements/gdkpixbufsink.c:
4704           Add unit test for gdkpixbufsink element.
4705
4706 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4707
4708         * ext/gdk_pixbuf/Makefile.am:
4709         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4710         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
4711           (gst_gdk_pixbuf_sink_base_init),
4712           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
4713           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
4714           (gst_gdk_pixbuf_sink_set_caps),
4715           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
4716           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
4717           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
4718           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
4719           (gst_gdk_pixbuf_sink_get_property):
4720         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
4721           Add gdkpixbufsink element for easy snapshotting (#525946).
4722
4723 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4724
4725         * tests/check/pipelines/wavpack.c: (wavpack_suite):
4726         Bump timeout from 3 to 60 seconds.
4727
4728 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4729
4730         * tests/check/pipelines/.cvignore:
4731         Remove useless file.
4732
4733         * tests/check/pipelines/.cvsignore:
4734         Add new test to .cvsignore.
4735
4736 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4737
4738         * tests/check/Makefile.am:
4739         * tests/check/pipelines/wavpack.c: (bus_handler),
4740         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
4741         (wavpack_suite), (main):
4742         Add unit test that encodes and decodes some data, checks that it
4743         is still the same and that all timestamps/offsets are perfect.
4744
4745 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4746
4747         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
4748         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
4749         * ext/wavpack/gstwavpackparse.c:
4750         (gst_wavpack_parse_index_entry_new),
4751         (gst_wavpack_parse_index_entry_free),
4752         (gst_wavpack_parse_base_init),
4753         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
4754         Use GSlice for allocating index entries and use
4755         gst_element_class_set_details_simple().
4756
4757 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4758
4759         Patch by: Brian Cameron <brian.cameron at sun dot com>
4760
4761         * sys/sunaudio/gstsunaudio.c:
4762         * sys/sunaudio/gstsunaudiomixer.c:
4763         * sys/sunaudio/gstsunaudiomixer.h:
4764         * sys/sunaudio/gstsunaudiomixerctrl.c:
4765         * sys/sunaudio/gstsunaudiomixerctrl.h:
4766         * sys/sunaudio/gstsunaudiomixertrack.c:
4767         * sys/sunaudio/gstsunaudiomixertrack.h:
4768         * sys/sunaudio/gstsunaudiosink.c:
4769         * sys/sunaudio/gstsunaudiosink.h:
4770         * sys/sunaudio/gstsunaudiosrc.c:
4771         * sys/sunaudio/gstsunaudiosrc.h:
4772           Fix up copyrights (#525860).
4773
4774 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4775
4776         * gst/goom/goomsl.c: (gsl_read_file):
4777           Check return value of fread() to avoid compiler warnings.
4778
4779 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4780
4781         Based on patch by: Mersad Jelacic <mersad at axis dot com>
4782
4783         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
4784         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
4785         * gst/law/alaw-decode.h:
4786         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
4787         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4788         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4789         * gst/law/mulaw-decode.h:
4790         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
4791         Make negotiation a bit modern.
4792         Use pad_alloc. Fixes #525359.
4793
4794 2008-03-31  David Schleef  <ds@schleef.org>
4795
4796         * gst/goom/xmmx.c: Fix constraints on asm code so that it
4797           compiles consistently.  Fixes #522278.
4798
4799 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4800
4801         Patch by: Brian Cameron <brian.cameron at sun dot com>
4802
4803         * sys/sunaudio/gstsunaudiomixerctrl.c:
4804           (gst_sunaudiomixer_ctrl_get_volume),
4805           (gst_sunaudiomixer_ctrl_set_volume):
4806         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4807           Fix up the mixer tracks to use a volume range of 0-255, which is what
4808           the sun audio API uses. This simplifies the code and avoids rounding
4809           errors. Fixes #524593.
4810
4811 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4812
4813         * sys/v4l2/gstv4l2object.c:
4814         * sys/v4l2/gstv4l2object.h:
4815         Add device-fd property to make it possible to apps to call ioctl's.
4816
4817 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4818
4819         * gst/qtdemux/qtdemux.c: (next_entry_size):
4820         Unbreak streaming mode again.
4821
4822 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4823
4824         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4825           Remove superfluous DEBUG macro.
4826
4827 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4828
4829         Based on patch by: William M. Brack <wbrack at mmm com hk>
4830
4831         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4832           (gst_v4l2src_set_capture):
4833           Check whether the device supports setting the framerate before
4834           trying to set it and then posting a warning or error if it doesn't
4835           work (#516649, #520092). Also compare fractions more correctly.
4836
4837 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4838
4839         * gst/goom/Makefile.am:
4840           Remove ppc assembler optimisations from the build until they
4841           actually build (they also seem to have GPL headers).
4842
4843 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4844
4845         * m4/Makefile.am:
4846           Better not dist files that don't exist any longer (lrint*m4).
4847
4848 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4849
4850         * configure.ac:
4851         * m4/lrint.m4:
4852         * m4/lrintf.m4:
4853         Remove lrint/lrintf checks. We don't use it anywhere.
4854
4855 2008-03-18  Andy Wingo  <wingo@pobox.com>
4856
4857         * sys/osxvideo/osxvideosink.m
4858         (gst_osx_video_sink_osxwindow_destroy)
4859         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4860         task, whoopdee.
4861         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4862         2 ms.
4863
4864 2008-03-18  Andy Wingo  <wingo@pobox.com>
4865
4866         * sys/osxvideo/osxvideosink.m
4867         (gst_osx_video_sink_osxwindow_destroy)
4868         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4869         task, whoopdee.
4870         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4871         2 ms.
4872         
4873 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4874
4875         Patch by: William M. Brack <wbrack at mmm com hk>
4876
4877         * sys/v4l2/v4l2src_calls.c:
4878           (gst_v4l2src_probe_caps_for_format_and_size),
4879           (gst_v4l2src_probe_caps_for_format):
4880           Make sure the probed frame sizes are reversed in the resulting
4881           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4882           highest resolution first); also remove unused variable.
4883           (Partly fixes #520092)
4884
4885 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4886
4887         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4888
4889         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4890         (gst_rtspsrc_finalize):
4891         Call WSAStartup() and WSACleanup before using the Winsock API.
4892         See #520808.
4893
4894 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4895
4896         * gst/avi/gstavidemux.c:
4897           Erm, the buffer-size is just guint, no need for the special format
4898           specifier.
4899
4900 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4901
4902         * gst/goom/plugin_info.c:
4903         * gst/goom/ppc_zoom_ultimate.h:
4904           Small fixes to build more on PPC: ifdef out code that uses unknown
4905           define; add newline at end of header file to avoid compiler warning.
4906           Assembler code still doesn't build though.
4907
4908 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4909
4910         * gst/avi/gstavidemux.c:
4911           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4912           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4913
4914 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4915
4916         * gst/avi/gstavidemux.c:
4917           Chunksize is uint32. Fix format specifier.
4918
4919 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4920
4921         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4922         mistake. Return file to pure MIT text.
4923
4924 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4925
4926         * gst/audiofx/audiofx.c:
4927         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4928         of hardcoding values.
4929
4930 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4931
4932         Patch by: Mark Nauwelaerts <manauw skynet be>
4933
4934         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
4935           (gst_oss_src_close):
4936         * sys/oss/gstosssrc.h:
4937           Cache probed caps, so _get_caps() during recording doesn't cause
4938           ioctl calls which may disrupt the recording (fixes #521875).
4939
4940 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4941
4942         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
4943         (gst_qtdemux_activate_segment),
4944         (gst_qtdemux_prepare_current_sample),
4945         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
4946         Make sure we always send a DISCONT after a seek by setting the sample
4947         index to an undefined value after a seek.
4948
4949 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4950
4951         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
4952           (GST_IS_AVI_SUBTITLE_CLASS):
4953           Fix up IS_FOO macros, which makes gtk-doc much happier.
4954
4955 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4956
4957         * tests/icles/Makefile.am:
4958           Move the -lgstfoo where it belongs.
4959
4960 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4961
4962         * gst/matroska/ebml-ids.h:
4963         Add ID for EBML CRC32 elements.
4964
4965         * gst/matroska/Makefile.am:
4966         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
4967         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
4968         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
4969         (gst_ebml_read_header):
4970         Support reading 80bit floats, add finalize method to clean up
4971         in any case, support reading length/id elements with any length
4972         as long as it's smaller than our supported maximum, don't leak
4973         buffers if reading as much data as we wanted failed and some
4974         smaller cleanup.
4975
4976 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4977
4978         Patch by: Olivier Crete <tester at tester dot ca>
4979
4980         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4981         Check that a buffer is large enough before reading from it.
4982         Fixes bug #521102.
4983         
4984 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4985
4986         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4987         Fix compilation after removing the GstPollMode from the
4988         constructor.
4989
4990 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4991
4992         * configure.ac:
4993         * gst/audiofx/Makefile.am:
4994         * gst/audiofx/audiochebband.c:
4995         * gst/audiofx/audiocheblimit.c:
4996         * gst/audiofx/math_compat.h:
4997         Check for sinh(), cosh() and asinh() and define our own
4998         implementations if they're not available. Fixes bug #520880.
4999
5000 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5001
5002         Patch by: Olivier Crete <tester at tester dot ca>
5003
5004         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5005         Unref the buffers only once when handling not-negotiated errors.
5006         Fixes bug #520764.
5007
5008 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5009
5010         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5011
5012         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5013         (gst_udpsrc_stop):
5014         Properly balance WSA_Cleanup with WSA_Startup.
5015         Also make the poll controllable on windows. Fixes #520888.
5016
5017 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5018
5019         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5020         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5021         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5022         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5023         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5024         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5025         (gst_ebml_read_date), (gst_ebml_read_master),
5026         (gst_ebml_read_binary), (gst_ebml_read_header):
5027         * gst/matroska/ebml-read.h:
5028         * gst/matroska/matroska-demux.c:
5029         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5030         (gst_matroska_demux_read_track_encodings),
5031         (gst_matroska_demux_add_stream),
5032         (gst_matroska_demux_handle_src_query),
5033         (gst_matroska_demux_handle_seek_event),
5034         (gst_matroska_demux_init_stream),
5035         (gst_matroska_demux_parse_tracks),
5036         (gst_matroska_demux_parse_index_cuetrack),
5037         (gst_matroska_demux_parse_index_pointentry),
5038         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5039         (gst_matroska_demux_parse_metadata_id_simple_tag),
5040         (gst_matroska_demux_parse_metadata_id_tag),
5041         (gst_matroska_demux_parse_metadata),
5042         (gst_matroska_demux_sync_streams),
5043         (gst_matroska_demux_push_hdr_buf),
5044         (gst_matroska_demux_push_flac_codec_priv_data),
5045         (gst_matroska_demux_push_xiph_codec_priv_data),
5046         (gst_matroska_demux_add_wvpk_header),
5047         (gst_matroska_demux_check_subtitle_buffer),
5048         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5049         (gst_matroska_demux_parse_cluster),
5050         (gst_matroska_demux_parse_contents_seekentry),
5051         (gst_matroska_demux_parse_contents),
5052         (gst_matroska_demux_loop_stream_parse_id),
5053         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5054         * gst/matroska/matroska-demux.h:
5055         * gst/matroska/matroska-ids.h:
5056         Handle return values from pull_range in a more granular way to properly
5057         shut down on seeks.
5058         Combine return values from push.
5059         Implement proper error handling.
5060         Prepare for handling seeking correctly.
5061
5062 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5063
5064         * gst/matroska/ebml-read.c:
5065         Use GINT64 formatting constants from GLIB.
5066
5067         * gst/matroska/matroska-demux.c:
5068         Add some guards to avoid a possible division by 0 and crashing
5069         with NULL events on some systems.
5070         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5071         conversion. 
5072
5073         * gst/matroska/matroska-mux.c:
5074         Check for invalid timestamps in a bunch of places to avoid
5075         writing bogus durations into the output file.
5076         Fix some double<->gint64 conversions that weren't using
5077         gst_guint64_to_gdouble
5078
5079 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5080
5081         * configure.ac:
5082         Move the checks for bison, flex and as to the program section and the
5083         check for gcc inline asm to the compiler characteristics section.
5084
5085 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5086
5087         * configure.ac:
5088         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5089         plug-ins are included/excluded. (#498222)
5090
5091 2008-02-29  Michael Smith <msmith@fluendo.com>
5092
5093         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5094           Don't call gst_object_sync_values() unless we have a valid timestamp.
5095
5096 2008-02-28  David Schleef  <ds@schleef.org>
5097
5098         * gst/matroska/matroska-demux.c:
5099         * gst/matroska/matroska-ids.h:
5100         * gst/matroska/matroska-mux.c:
5101           Fix Dirac mapping.  I had previously added a VfW-type
5102           mapping, but it looks like Dirac will get a native Matroska
5103           mapping, and this is the most likely method.
5104
5105 2008-02-28  David Schleef  <ds@schleef.org>
5106
5107         * gst/avi/gstavimux.c: Add Dirac encoding
5108
5109 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5110
5111         Patch by: Peter Kjellerstedt <pkj at axis com>
5112
5113         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5114         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5115         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5116         * gst/udp/gstudpsrc.h:
5117         Port to GstPoll. See #505417.
5118
5119 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5120
5121         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5122         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5123         yet on the srcpad. We need rate and channels before we
5124         can do any processing. Fixes bug #519088.
5125
5126 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5127
5128         * configure.ac:
5129         Detect and indicate if GCC inline assembly syntax is
5130         available.
5131
5132         * gst/goom/Makefile.am:
5133         * gst/goom/convolve_fx.c:
5134         * gst/goom/flying_stars_fx.c:
5135         * gst/goom/goom_config.h:
5136         * gst/goom/goom_core.c:
5137         * gst/goom/goomsl.c:
5138         * gst/goom/ifs.c:
5139         * gst/goom/mmx.c:
5140         * gst/goom/plugin_info.c:
5141         * gst/goom/xmmx.c:
5142         Fix various GCC-isms, and only build the inline assembly
5143         with compilers that support GCC inline assembly.
5144
5145         Fix a couple of other warnings shown with Forte.
5146
5147 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5148
5149         * gst/goom/xmmx.c:
5150           Use 'emms' instead of 'femms' to not crash on cpus that do not
5151           implement this 3dnow specific instruction.
5152
5153 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5154
5155         * gst/goom/plugin_info.c: (setOptimizedMethods):
5156         Use extended MMX for draw_line() too if available, not only
5157         normal MMX.
5158
5159 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5160
5161         * ext/jpeg/gstjpeg.c: (plugin_init):
5162         Remove (commented out) smoke typefinder. This is in base now.
5163
5164 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5165
5166         * gst/goom2k1/Makefile.am:
5167         * gst/goom2k1/gstgoom.c:
5168
5169         Rename the installed library, and don't register the same 
5170         GType name as the new goom.
5171
5172 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5173
5174         * configure.ac:
5175         * ext/taglib/Makefile.am:
5176           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5177           when building C++ code (#516509).
5178
5179 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5180
5181         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5182         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5183           (setOptimizedMethods):
5184           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5185           anything useful. Export goom debug category so we can get
5186           rid of the VERBOSE define and the printfs.
5187
5188 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5189
5190         * gst/goom/goomsl_heap.c: (align_it):
5191         * gst/goom/plugin_info.c: (setOptimizedMethods):
5192           Compile fixes for x86-64.
5193
5194 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5195
5196         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5197         with warnings, but add other CFLAGS
5198
5199         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5200         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5201         (calculate_labels), (gsl_read_file):
5202         * gst/goom/goomsl_lex.l:
5203         * gst/goom/goomsl_yacc.y:
5204         * gst/goom/plugin_info.c: Remove a few live printf, and
5205         fprintf, replace exit() calls with g_assert_not_reached()
5206         if it not optimal for a library
5207
5208 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5209
5210         * gst/goom/Makefile.am: Remove the warnings being disabled,
5211         fix linkage on x86, spotted by Sebastian Dröge
5212         <slomo@circular-chaos.org>
5213
5214         * gst/goom/convolve_fx.c (convolve_init),
5215         (create_output_with_brightness), (convolve_apply):
5216         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5217         * gst/goom/goomsl.c:
5218         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5219         * gst/goom/plugin_info.c:
5220         * gst/goom/tentacle3d.c (tentacle_fx_create):
5221         Fix warnings, and disable the motifs in the convolve_fx
5222         plugin (they were causing warnings, and they were just
5223         "Goom" in funny letterring)
5224
5225 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5226
5227         * configure.ac: Add checks for Flex/Yacc/Bison and other
5228         furry animals, for the new goom 2k4 based plugin
5229
5230         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5231         CPU optimisations (not working yet), move the old plugin to...
5232
5233         * gst/goom2k1/*: ... here, in case somebody is sick enough
5234
5235         Fixes #515073
5236
5237 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5238
5239         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5240         Post the server response code in an error message instead of a generic
5241         'error' message. Fixes #517237.
5242
5243 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5244
5245         * tests/check/Makefile.am:
5246         Ignore gconfaudiosrc for the states unit test too. It will fallback
5247         to alsasrc if the gconf settings can't be read and not everybody has
5248         alsa.
5249
5250 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5251
5252         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5253         (gst_wavpack_parse_create_src_pad):
5254         * ext/wavpack/gstwavpackparse.h:
5255         Always report the duration if we know it in push mode and don't
5256         return 0 just to make totem believe we can't seek in push mode.
5257         Newer totem version use the SEEKING query which properly reports
5258         if we can seek or not.
5259
5260 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5261
5262         Patch by: Jens Granseuer <jensgr at gmx dot net>
5263
5264         * tests/examples/equalizer/demo.c: (main):
5265         C89 fix, moving variable declarations to the beginning of
5266         the block. Fixes bug #517933.
5267
5268 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5269
5270         * configure.ac:
5271         Back to development...
5272
5273 === release 0.10.7 ===
5274
5275 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5276
5277         * configure.ac:
5278           releasing 0.10.7, "Red Door Black"
5279
5280 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5281
5282         * gst/alpha/Makefile.am:
5283         Link alpha plugin with libgstbase. Fixes bug #517386.
5284
5285 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5286
5287         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5288         Init values to -1 instead of the default 0 value.
5289         Fixes #516524.
5290
5291 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5292
5293         * tests/examples/spectrum/spectrum-example.c:
5294         Add missing include to fix compilation when libxml usage is disabled.
5295         Fixes: #516371
5296
5297 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5298
5299         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5300         fixes: #514889
5301
5302         * gst/rtp/gstrtph264pay.c:
5303         * gst/rtp/gstrtpmp4gdepay.c:
5304         * gst/rtp/gstrtpmp4gpay.c:
5305         * gst/rtp/gstrtpmp4gpay.h:
5306         * gst/rtp/gstrtptheorapay.c:
5307         * gst/rtp/gstrtpvorbispay.c:
5308
5309         Fix various leaks shown up in valgrind
5310         - free sprops and buffer in error cases in H264 payloader
5311         - fix leak in mp4g depayloader when construction the caps
5312         - don't leak config string in the mp4g payloader
5313         - don't leak buffers and headers in theora and vorbis payloaders
5314
5315         * tests/check/elements/rtp-payloading.c:
5316
5317         Fix the RTP data test
5318         - Actually send valid amr data to the payloader instead of 20
5319         zero-bytes
5320         - The mp4g payloader expects codec_data on the caps
5321
5322 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5323
5324         * win32/MANIFEST:
5325         Add libgstpng.dsp to MANIFEST.
5326         * win32/vs6/libgstaudiofx.dsp:
5327         Add new source files to VS project file.
5328
5329 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5330
5331         * sys/ximage/gstximagesrc.c:
5332         Initialise variables when opening the X display rather
5333         than in _start(), as the display can be opened before that.
5334
5335         Fixes: #515985
5336
5337 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5338
5339         * sys/directdraw/gstdirectdrawsink.c:
5340         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5341         (gst_directdraw_sink_finalize):
5342         Properly chain up finalize functions. Fixes bug #515980.
5343
5344 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5345
5346         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5347         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5348         (gst_v4l2_buffer_pool_class_init):
5349         Chain up the finalize functions. Fixes bug #515984.
5350
5351 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5352
5353         * sys/ximage/ximageutil.c:
5354         Chain up in the finalize function for our custom
5355         buffer sub-class.
5356         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5357         Fixes: #515706
5358
5359 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5360
5361         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5362         (gst_fenced_buffer_class_init):
5363         Properly chain up finalize method. Fixes bug #515979.
5364
5365 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5366
5367         * sys/ximage/gstximagesrc.c:
5368         Free allocated Damage memory before closing our connection to the
5369         X server. Partially fixes: #515706
5370
5371 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5372
5373         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5374         * tests/check/Makefile.am:
5375         * tests/check/gst-plugins-good.supp:
5376         Add a few libjpeg suppressions and initialize a variable to
5377         make smokeenc valgrind clean. Fixes bug #515701.
5378
5379 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5380
5381         * gst/avi/gstavidemux.c:
5382         Revert patch which sends timestamps only on keyframes, as it
5383         breaks playback with current gst-ffmpeg.
5384
5385         Fixes: #515562
5386
5387 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5388
5389         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5390         * tests/check/elements/multifile.c: (GST_START_TEST):
5391         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5392
5393 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5394
5395         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5396         Use and unset the GError when pipeline creation fails instead of
5397         simply leaking it. Fixes bug #515704.
5398
5399 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5400
5401         * gst/audiofx/audioamplify.c:
5402         * gst/audiofx/audiochebband.c:
5403         * gst/audiofx/audiocheblimit.c:
5404         * gst/audiofx/audiodynamic.c:
5405         * gst/audiofx/audioinvert.c:
5406         * gst/audiofx/audiopanorama.c:
5407         * gst/audiofx/audiowsincband.c:
5408         * gst/audiofx/audiowsinclimit.c:
5409         Fix long description of audiofx elements. Fixes bug #515457.
5410
5411 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5412
5413         * docs/plugins/Makefile.am:
5414         * gst/spectrum/gstspectrum.c:
5415         * tests/examples/spectrum/.cvsignore:
5416         * tests/examples/spectrum/Makefile.am:
5417         * tests/examples/spectrum/spectrum-example.c:
5418
5419         Add a simple example application for the spectrum element, include it
5420         in the docs, and fix some documentation ambiguities.
5421
5422         Fixes: #348085
5423
5424 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5425
5426         * gst/equalizer/Makefile.am:
5427         * gst/spectrum/Makefile.am:
5428         Fix includes order
5429
5430         * tests/check/Makefile.am:
5431         Exclude v4l2src from the states test - it takes too long to start.
5432
5433         * tests/check/elements/spectrum.c:
5434         Make the test run properly with CK_FORK=no
5435
5436 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5437
5438         * gst/audiofix/Makefile.am: add missing header files 
5439
5440 2008-02-08  Julien Moutte  <julien@fluendo.com>
5441
5442         * gst/matroska/matroska-demux.c:
5443         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5444         keyframe and delta units correctly when dealign with a BlockGroup.
5445         Fixes: #514397
5446
5447 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5448
5449         * tests/check/elements/.cvsignore:
5450         Spell the new tests correctly in .cvsignore
5451
5452 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5453
5454         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5455           Need to use gsize here for the size, fixes compiler warning.
5456
5457         * tests/examples/equalizer/.cvsignore:
5458         * tests/examples/equalizer/Makefile.am:
5459         * tests/examples/spectrum/.cvsignore:
5460         * tests/examples/spectrum/Makefile.am:
5461           Add missing files to fix the build.
5462
5463 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5464
5465         * configure.ac:
5466         * docs/plugins/Makefile.am:
5467         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5468         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5469         * docs/plugins/gst-plugins-good-plugins.args:
5470         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5471         * docs/plugins/inspect/plugin-multifile.xml:
5472         * tests/check/Makefile.am:
5473         * tests/check/elements/.cvsignore:
5474
5475         Move multifile plugin from -bad.
5476         Fixes: #490283
5477
5478 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5479
5480         * configure.ac:
5481         * docs/plugins/Makefile.am:
5482         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5483         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5484         * docs/plugins/gst-plugins-good-plugins.args:
5485         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5486         * docs/plugins/inspect/plugin-spectrum.xml:
5487         * gst/spectrum/Makefile.am:
5488         * tests/check/Makefile.am:
5489         * tests/check/elements/.cvsignore:
5490         * tests/examples/Makefile.am:
5491
5492         Move spectrum plugin from -bad.
5493         Move examples into tests/examples/spectrum.
5494
5495 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5496
5497         * configure.ac:
5498         * docs/plugins/Makefile.am:
5499         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5500         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5501         * docs/plugins/gst-plugins-good-plugins.args:
5502         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5503         * docs/plugins/gst-plugins-good-plugins.interfaces:
5504         * docs/plugins/inspect/plugin-equalizer.xml:
5505         * gst/equalizer/Makefile.am:
5506         * tests/check/Makefile.am:
5507         * tests/examples/Makefile.am:
5508         Move the equalizer plugin across from -bad
5509
5510         * tests/check/elements/.cvsignore:
5511         Add equalizer, audiosincwband and audiosincwlimit
5512
5513         * tests/check/elements/equalizer.c:
5514         Fix compiler warnings
5515
5516         Fixes: #415627
5517
5518 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5519
5520         * configure.ac:
5521         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5522         are treated like releases and build without it.
5523
5524 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5525
5526         * docs/plugins/Makefile.am:
5527         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5528         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5529         * docs/plugins/gst-plugins-good-plugins.args:
5530         * docs/plugins/inspect/plugin-audiofx.xml:
5531         * gst/audiofx/Makefile.am:
5532         * gst/audiofx/audiofx.c:
5533         * gst/audiofx/audiowsincband.c:
5534         * gst/audiofx/audiowsincband.h:
5535         * gst/audiofx/audiowsinclimit.c:
5536         * gst/audiofx/audiowsinclimit.h:
5537         * tests/check/Makefile.am:
5538         * tests/check/elements/audiowsincband.c:
5539         * tests/check/elements/audiowsinclimit.c:
5540
5541         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5542         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5543         respectively.
5544
5545         Fixes: #467666
5546
5547 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5548
5549         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5550         * tests/check/elements/icydemux.c:
5551           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5552           caps, and add a somewhat useful debug message. Plus test.
5553
5554 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5555
5556         * gst/rtsp/gstrtspsrc.c:
5557         Include unistd.h only if HAVE_UNISTD_H is defined
5558         * win32/common/config.h.in:
5559         * win32/common/config.h:
5560         Define socklen_t as it seems it's not defined in default 
5561         Visual Studio headers.
5562         * win32/vs6/libgstalpha.dsp:
5563         * win32/vs6/libgstapetag.dsp:
5564         * win32/vs6/libgstavi.dsp:
5565         * win32/vs6/libgstrtp.dsp:
5566         * win32/vs6/libgstrtsp.dsp:
5567         * win32/vs6/libgstvideomixer.dsp:
5568         Update project file dependencies and add new source files       
5569
5570 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5571
5572         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5573
5574         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5575         Don't leak buffers when we don't push them downstream.
5576         Fixes bug #514965.
5577
5578 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5579
5580         * configure.ac:
5581           Bump requirements to (good) released versions to avoid
5582           confusion and make implicit core requirement explicit.
5583
5584 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5585
5586         * docs/plugins/Makefile.am:
5587         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5588         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5589         * docs/plugins/gst-plugins-good-plugins.args:
5590         * docs/plugins/inspect/plugin-audiofx.xml:
5591         * gst/audiofx/Makefile.am:
5592         * gst/audiofx/audiochebband.c:
5593         * gst/audiofx/audiochebband.h:
5594         * gst/audiofx/audiocheblimit.c:
5595         * gst/audiofx/audiocheblimit.h:
5596         * gst/audiofx/audiochebyshevfreqband.c:
5597         * gst/audiofx/audiochebyshevfreqband.h:
5598         * gst/audiofx/audiochebyshevfreqlimit.c:
5599         * gst/audiofx/audiochebyshevfreqlimit.h:
5600         * gst/audiofx/audiofx.c:
5601         * tests/check/Makefile.am:
5602         * tests/check/elements/.cvsignore:
5603         * tests/check/elements/audiochebband.c:
5604         * tests/check/elements/audiocheblimit.c:
5605         * tests/check/elements/audiochebyshevfreqband.c:
5606         * tests/check/elements/audiochebyshevfreqlimit.c:
5607
5608         Rename audiochebyshevfreqband -> audiochebband and
5609         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5610         surgery.
5611
5612         Closes: #491811
5613
5614 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5615
5616         Patch by: Orjan Friberg <orjanf at axis dot com>
5617
5618         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5619         Fix caps memory leak. Fixes #514573.
5620
5621 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5622
5623         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5624         If there's no entries in the subindex, don't try to do anything stupid,
5625         just return.
5626
5627 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5628
5629         Patch by: John Millikin <jmillikin at gmail dot com>
5630
5631         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5632           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5633           Fix extraction of picture blocks with newer libflac versions again:
5634           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5635
5636 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5637
5638         * tests/check/Makefile.am:
5639           Add rtp-payloading test to VALGRIND_TO_FIX.
5640
5641         * tests/check/elements/rtp-payloading.c:
5642           Add semicolons after GST_TEST_END so gst-indent gets the
5643           formatting right; make test less verbose in general, but
5644           more verbose in the error case (which should probably
5645           make the test fail anyway).
5646
5647 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
5648
5649         * docs/plugins/Makefile.am:
5650         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5651         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5652         * gst/avi/gstavisubtitle.c:
5653         Add documentation for avisubtitle and change class to
5654         Codec/Parser/Subtitle
5655
5656 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5657
5658         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5659         Treat ENOTTY (driver does not implement ioctl) the same as
5660         EINVAL since it implies there are no available standards.
5661
5662         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
5663         (gst_v4l2src_get_nearest_size):
5664         Replace gst_v4l2src_get_size_limits with 2 calls to new function
5665         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
5666         probe if the driver does not support VIDIOC_TRY_FMT for whatever
5667         reason, and if we aren't yet actively capturing.
5668
5669         * sys/v4l2/v4l2src_calls.h:
5670         Remove replaced function declaration.
5671
5672 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5673
5674         * configure.ac:
5675         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
5676         API.
5677
5678 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
5679
5680         * configure.ac:
5681         Fix typo.
5682
5683 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5684
5685         * gst/alpha/Makefile.am:
5686         * gst/alpha/gstalpha.c:
5687
5688         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
5689         some stuff, and making buffer-alloc and resizing work automatically.
5690         No longer crashes on odd frame widths and heights, although there
5691         seems to be a disagreement with ffmpegcolorspace about what size
5692         an AYUV frame with odd height should be.
5693
5694 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5695
5696         Patch by: Alessandro Decina <alessandro at nnva dot org>
5697
5698         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
5699         * ext/libpng/gstpngenc.h:
5700         Preallocate the output buffer so that g_memdup() and
5701         gst_buffer_merge() aren't needed anymore. This greatly improves
5702         performances and fixes #512544.
5703
5704 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5705
5706         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
5707         (gst_avi_demux_stream_data):
5708         GStreamer timestamps are PTS values while AVI only knows about DTS
5709         timestamps. Make sure we only copy the DTS as the buffer timestamp when
5710         we are dealing with a key frame.
5711
5712 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5713
5714         * tests/check/Makefile.am:
5715         * tests/check/elements/.cvsignore:
5716         * tests/check/elements/rtp-payloading.c:
5717           Add add testsuite for the rtp-payloader that tries simulating
5718           dataflow. Needs more test data.
5719
5720 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5721
5722         * tests/check/elements/alphacolor.c:
5723           Remove two unused variables.
5724
5725 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5726
5727         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5728           Use g_ascii_strtoll() instead of atoll, which is only
5729           available in C99.
5730
5731 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
5732
5733         * gst/rtp/Makefile.am:
5734         * gst/rtp/gstrtp.c:
5735         * gst/rtp/gstrtpmpvpay.c:
5736         * gst/rtp/gstrtpmpvpay.h:
5737         Add MPEG2 video payloader
5738
5739 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5740
5741         * gst/level/gstlevel.c:
5742         Use #include <math.h> instead of #include "math.h".
5743
5744 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5745
5746         * tests/check/Makefile.am:
5747         Fix up some CFLAGS sets.
5748         Don't include gconfvideosrc in the states test.
5749
5750         * tests/check/elements/autodetect.c: (GST_START_TEST):
5751         Add some error strings to fail_unless arguments to fix some weird
5752         compiler errors on Solaris.
5753
5754 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5755
5756         * configure.ac:
5757         Detect video4linux headers on Solaris too.
5758         * sys/v4l2/gstv4l2colorbalance.h:
5759         * sys/v4l2/gstv4l2object.h:
5760         * sys/v4l2/v4l2_calls.c:
5761         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5762         (gst_v4l2_buffer_new):
5763
5764         Make v4l2 build on Solaris.
5765         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5766         Fixes: #510505
5767
5768 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
5769
5770         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5771           Update list from (still local) scanning script.
5772
5773 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
5774
5775         Based on a patch by:
5776             Victor STINNER <victor dot stinner at haypocalc dot com>
5777
5778         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5779         Set variable to NULL after freeing it to prevent double frees
5780         or make failures by another use of it afterwards more obvious
5781         and fix use of it after the freeing. Fixes bug #510592.
5782
5783 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5784
5785         * gst/udp/gstmultiudpsink.c:
5786         use GST_WARNING for logging
5787
5788 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5789
5790         * gst/udp/gstmultiudpsink.c:
5791         Don't try to leave a multicast group with an invalid socket
5792
5793 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5794
5795         * ext/flac/gstflacdec.c:
5796           Fix compilation against flac 1.1.2 (as on debian stable), where
5797           the picture metadata defines and structs don't exist yet.
5798           Fixes #509301.
5799
5800 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5801
5802         Patch by: Olivier Crete <tester at tester dot ca>
5803
5804         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5805         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5806         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5807         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5808         * gst/udp/gstmultiudpsink.h:
5809         Add property to automatically join a multicast group or not. This can be
5810         useful when sharing a socket between multiple elements.
5811         Fixes #509531.
5812
5813 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5814
5815         * gst/videomixer/Makefile.am:
5816           Add controller flags.
5817
5818 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5819
5820         * gst/videomixer/videomixer.c:
5821           Also commit the missing gst_object_sync_values().
5822
5823 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5824
5825         * docs/plugins/Makefile.am:
5826           Remove duplicate entry.
5827
5828 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5829
5830         * docs/plugins/Makefile.am:
5831         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5832         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5833         * docs/plugins/inspect/plugin-gamma.xml:
5834         * docs/plugins/inspect/plugin-monoscope.xml:
5835         * docs/plugins/inspect/plugin-video4linux2.xml:
5836           Add 3 more plugins to docs.
5837
5838 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5839
5840         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5841         * sys/osxvideo/osxvideosink.h:
5842           Revert previous change caused by a file that got stuck on an old
5843           revision.
5844
5845 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5846
5847         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5848         * gst/multipart/Makefile.am:
5849         * gst/multipart/multipartdemux.c:
5850         * gst/multipart/multipartdemux.h:
5851         * gst/multipart/multipartmux.c:
5852         * gst/multipart/multipartmux.h:
5853           Re-add multipartdemux to the docs. Last round of section cleanup.
5854
5855 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5856
5857         * docs/plugins/Makefile.am:
5858         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5859         * sys/osxaudio/gstosxaudiosink.h:
5860         * sys/osxvideo/osxvideosink.h:
5861           Managed to resolve most unused declarations. Filed a bug for one left.          
5862
5863 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5864
5865         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5866           Cleanup section file.
5867
5868 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5869
5870         * docs/plugins/Makefile.am:
5871         * docs/plugins/gst-plugins-good-plugins.args:
5872         * docs/plugins/gst-plugins-good-plugins.signals:
5873         * docs/plugins/inspect/plugin-alaw.xml:
5874         * docs/plugins/inspect/plugin-alpha.xml:
5875         * docs/plugins/inspect/plugin-alphacolor.xml:
5876         * docs/plugins/inspect/plugin-annodex.xml:
5877         * docs/plugins/inspect/plugin-apetag.xml:
5878         * docs/plugins/inspect/plugin-audiofx.xml:
5879         * docs/plugins/inspect/plugin-auparse.xml:
5880         * docs/plugins/inspect/plugin-autodetect.xml:
5881         * docs/plugins/inspect/plugin-avi.xml:
5882         * docs/plugins/inspect/plugin-cairo.xml:
5883         * docs/plugins/inspect/plugin-cdio.xml:
5884         * docs/plugins/inspect/plugin-cutter.xml:
5885         * docs/plugins/inspect/plugin-debug.xml:
5886         * docs/plugins/inspect/plugin-dv.xml:
5887         * docs/plugins/inspect/plugin-efence.xml:
5888         * docs/plugins/inspect/plugin-effectv.xml:
5889         * docs/plugins/inspect/plugin-flac.xml:
5890         * docs/plugins/inspect/plugin-flxdec.xml:
5891         * docs/plugins/inspect/plugin-gconfelements.xml:
5892         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5893         * docs/plugins/inspect/plugin-goom.xml:
5894         * docs/plugins/inspect/plugin-halelements.xml:
5895         * docs/plugins/inspect/plugin-icydemux.xml:
5896         * docs/plugins/inspect/plugin-id3demux.xml:
5897         * docs/plugins/inspect/plugin-jpeg.xml:
5898         * docs/plugins/inspect/plugin-ladspa.xml:
5899         * docs/plugins/inspect/plugin-level.xml:
5900         * docs/plugins/inspect/plugin-matroska.xml:
5901         * docs/plugins/inspect/plugin-mulaw.xml:
5902         * docs/plugins/inspect/plugin-multipart.xml:
5903         * docs/plugins/inspect/plugin-navigationtest.xml:
5904         * docs/plugins/inspect/plugin-png.xml:
5905         * docs/plugins/inspect/plugin-quicktime.xml:
5906         * docs/plugins/inspect/plugin-rtp.xml:
5907         * docs/plugins/inspect/plugin-rtsp.xml:
5908         * docs/plugins/inspect/plugin-shout2send.xml:
5909         * docs/plugins/inspect/plugin-smpte.xml:
5910         * docs/plugins/inspect/plugin-speex.xml:
5911         * docs/plugins/inspect/plugin-taglib.xml:
5912         * docs/plugins/inspect/plugin-udp.xml:
5913         * docs/plugins/inspect/plugin-videobalance.xml:
5914         * docs/plugins/inspect/plugin-videobox.xml:
5915         * docs/plugins/inspect/plugin-videocrop.xml:
5916         * docs/plugins/inspect/plugin-videoflip.xml:
5917         * docs/plugins/inspect/plugin-videomixer.xml:
5918         * docs/plugins/inspect/plugin-wavenc.xml:
5919         * docs/plugins/inspect/plugin-wavpack.xml:
5920         * docs/plugins/inspect/plugin-wavparse.xml:
5921           Update plugin docs.
5922
5923         * gst/videomixer/Makefile.am:
5924         * gst/videomixer/videomixer.c:
5925         * gst/videomixer/videomixer.h:
5926         * gst/videomixer/videomixerpad.h:
5927           Split out header to fix warnings from the doc-build.
5928
5929 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5930
5931         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5932
5933         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5934         Use atoll to parse the rtptime with enough precision. Fixes #509329.
5935
5936 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5937
5938         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
5939         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
5940           Initialise variables to work around (false) 'foo might be used
5941           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
5942
5943 2008-01-11  David Schleef  <ds@schleef.org>
5944
5945         * docs/plugins/.cvsignore:
5946         * tests/check/pipelines/.cvsignore:
5947           Ignore more files for the buildbot.
5948
5949 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5950
5951         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
5952         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5953         Generate the image-type values correctly. Leave them out of the caps
5954         when outputting a "preview image" tag, since it only makes sense
5955         to have one of those - the type is irrelevant.
5956
5957         * sys/sunaudio/gstsunaudiomixerctrl.c:
5958         (gst_sunaudiomixer_ctrl_open):
5959         If we can, mark the mixer multiple open when we use it, in case
5960         (for some reason) the process wants to open it again elsewhere.
5961
5962 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5963
5964         Patch by: Olivier Crete <tester at tester dot ca>
5965
5966         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5967         * gst/rtp/gstrtptheorapay.c:
5968         Fix the clock rate to 90000 as required by the RFC.
5969         Fixes #508644.
5970
5971 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
5972
5973         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
5974           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
5975
5976 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5977
5978         * autogen.sh:
5979           Add -Wno-portability to the automake parameters to stop warnings
5980           about GNU make extensions being used. We require GNU make in almost
5981           every Makefile anyway.
5982           
5983         * configure.ac:
5984           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5985           at the same time is required for per target flags.
5986
5987 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
5988
5989         * gst/videomixer/videomixer.c: (gst_videomixer_init):
5990         Fix error from my last commit.
5991
5992 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
5993
5994         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5995
5996         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
5997           Make sure the ISO 639-X language code in ID3v2 COMM frames
5998           is actually valid UTF-8 (or rather: ASCII), so we don't end
5999           up with non-UTF8 strings in tags if there's garbage in the
6000           language field. Also make sure the language code is always
6001           lower case. Fixes: #508291.
6002
6003 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6004
6005         * ChangeLog:
6006           Fix ChangeLog typo.
6007
6008 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6009
6010         * Makefile.am:
6011           Include lcov.mak to allow building coverage reports. Guard
6012           check-torture target like in the other packages.
6013
6014 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6015
6016         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6017
6018         * gst/videomixer/videomixer.c:
6019         (gst_videomixer_set_master_geometry), (_do_init),
6020         (gst_videomixer_child_proxy_get_child_by_index),
6021         (gst_videomixer_child_proxy_get_children_count),
6022         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6023         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6024         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6025         Implement GstChildProxy interface.
6026         Send newsegment at the right moment
6027         Fixes #488879
6028
6029 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6030
6031         * gst/alpha/Makefile.am:
6032         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6033         (gst_alpha_sink_event), (gst_alpha_chain),
6034         (gst_alpha_change_state), (plugin_init):
6035         Make the various properties of 'alpha' controllable. This allows doing
6036         niceties like fade-in/fade-out.
6037
6038 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6039
6040         * gst/rtp/gstasteriskh263.c:
6041         * gst/rtp/gstrtpL16depay.c:
6042         * gst/rtp/gstrtpac3depay.c:
6043         * gst/rtp/gstrtpamrpay.c:
6044         * gst/rtp/gstrtpdepay.c:
6045         * gst/rtp/gstrtpgsmdepay.c:
6046         * gst/rtp/gstrtph263depay.c:
6047         * gst/rtp/gstrtph263pdepay.c:
6048         * gst/rtp/gstrtph263ppay.c:
6049         * gst/rtp/gstrtph264depay.c:
6050         * gst/rtp/gstrtph264pay.c:
6051         * gst/rtp/gstrtpmp2tdepay.c:
6052         * gst/rtp/gstrtpmp4adepay.c:
6053         * gst/rtp/gstrtpmp4gdepay.c:
6054         * gst/rtp/gstrtpmp4gpay.c:
6055         * gst/rtp/gstrtpmp4vdepay.c:
6056         * gst/rtp/gstrtpmpadepay.c:
6057         * gst/rtp/gstrtpmpvdepay.c:
6058         * gst/rtp/gstrtpsv3vdepay.c:
6059         * gst/rtp/gstrtptheoradepay.c:
6060         * gst/rtp/gstrtptheorapay.c:
6061         * gst/rtp/gstrtpvorbisdepay.c:
6062         * gst/rtp/gstrtpvorbispay.c:
6063           Remove copy/paste unused code (property setters and getter) found by
6064           the coverage suite (yay, saves ~20k on disk).
6065
6066 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6067
6068         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6069           (videosink_templ):
6070           Also fix up pad templates to indicate that image/jpeg doesn't
6071           absolutely require the framerate property to be set (#504081).
6072
6073 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6074
6075         Based on patch by: Wouter Cloetens  <wouter at mind be>
6076
6077         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6078           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6079           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6080         * gst/matroska/matroska-mux.h:
6081           Keep track of first and last timestamps for each incoming stream,
6082           so we can calculate the total duration for live sources and other
6083           input where we can't query the duration from the start or where
6084           there's no constant framerate from which we can deduce the
6085           duration; also use calculated/observed duration if it is bigger
6086           than the previously queried duration. Furthermore, use
6087           gst_pad_query_peer_duration() and take into account that it may
6088           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6089           screws up comparisons when using unsigned integers. Fixes #504081.
6090
6091 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6092
6093         * configure.ac:
6094         * gst/audiofx/audioamplify.c:
6095         (gst_audio_amplify_clipping_method_get_type),
6096         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6097         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6098         (gst_audio_dynamic_transform_ip):
6099         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6100         (gst_audio_invert_transform_ip):
6101         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6102         (gst_audio_panorama_transform):
6103         * gst/level/gstlevel.c: (gst_level_init):
6104         Make elements GST_BUFFER_FLAG_GAP aware and call
6105         gst_base_transform_set_gap_aware for this.
6106         Bump core requirement to CVS.
6107         
6108         * gst/audiofx/audiochebyshevfreqband.c:
6109         (gst_audio_chebyshev_freq_band_transform_ip):
6110         * gst/audiofx/audiochebyshevfreqlimit.c:
6111         (gst_audio_chebyshev_freq_limit_transform_ip):
6112         Also sync GObject properties to the controller if operating
6113         in passthrough mode.
6114
6115 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6116
6117         * sys/directdraw/gstdirectdrawsink.c:
6118           (gst_directdraw_sink_window_thread):
6119           FALSE is not a gpointer.
6120
6121 2008-01-05  Julien Moutte  <julien@fluendo.com>
6122
6123         * sys/directdraw/gstdirectdrawsink.c:
6124         (gst_directdraw_sink_set_window_id),
6125         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6126         (gst_directdraw_sink_buffer_alloc),
6127         (gst_directdraw_sink_draw_borders),
6128         (gst_directdraw_sink_show_frame),
6129         (gst_directdraw_sink_setup_ddraw),
6130         (gst_directdraw_sink_window_thread),
6131         (gst_directdraw_sink_get_ddrawcaps),
6132         (gst_directdraw_sink_surface_create): Make sure we create our
6133         internal window only when we need it. That will give a chance to
6134         the application to get the prepare-xwindow-id bus message. Draw
6135         black borders when keeping aspect ratio. Handle the case where our
6136         rendering window disappears (closed or errors) like other sinks
6137         do. Various 80 columns fixes, improve state change order. That
6138         element could need some more love.
6139
6140 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6141
6142         * ext/taglib/gstapev2mux.h:
6143         * ext/taglib/gstid3v2mux.h:
6144         Remove useless typedefs without new type name. Fixes a warning with
6145         gcc 4.3.
6146
6147 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6148
6149         Patch by: John Millikin <jmillikin at gmail dot com>
6150
6151         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6152         (gst_flac_dec_setup_stream_decoder),
6153         (gst_flac_normalize_picture_mime_type),
6154         (gst_flac_extract_picture_buffer),
6155         (gst_flac_dec_metadata_callback):
6156         Emit metadata messages when a PICTURE block is encountered.
6157         Fixes #506715.
6158
6159 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6160
6161         * gst/avi/gstavi.c:
6162         increase rank because no known issues anymore ...
6163         * gst/avi/gstavisubtitle.c:
6164         send subtitle name to the srcpad
6165
6166 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6167
6168         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6169         * gst/rtsp/gstrtspsrc.h:
6170         Implement redirect for the DESCRIBE reply. Fixes #506025.
6171
6172 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6173
6174         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6175         Fix 'xyz may be used uninitialized' compiler warnings caused
6176         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6177         abort() in any case but properly report the error.
6178
6179 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6180
6181         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6182         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6183         * sys/ximage/gstximagesrc.c: (composite_pixel):
6184           Fix 'xyz may be used uninitialized' compiler warnings caused
6185           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6186           not really nice to abort in any case). Fixes #505745.
6187
6188 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6189
6190         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6191           Small unit test fix (has no practical impact at the moment,
6192           since we're only feeding utf8 and hence just create a sub-
6193           buffer for the output).
6194
6195 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6196
6197         * gst/avi/gstavisubtitle.c:
6198         * tests/check/elements/avisubtitle.c:
6199         Add seeking support for avi subtitle
6200
6201 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6202
6203         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6204         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6205         (gst_flac_dec_write):
6206         * ext/flac/gstflacdec.h:
6207         Remove some unused vars.
6208         Do more cleanup of leftover events and tags.
6209         Output tags after the segment event. Fixes #504018.
6210
6211 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6212
6213         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6214           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6215           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6216           Detect other UTF byte order markers and convert to UTF-8 as
6217           appropriate.
6218
6219 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6220
6221         * gst/avi/gstavisubtitle.c: (src_template),
6222           (gst_avi_subtitle_extract_utf8_file),
6223           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6224           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6225           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6226         * gst/avi/gstavisubtitle.h:
6227           Refactor a bit; fix name extraction; don't assume all the data
6228           in the chunk is actually subtitle data, there may be padding at
6229           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6230           file so it's there to send again after a seek (for future use).
6231
6232 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6233
6234         * gst/avi/Makefile.am:
6235         * gst/avi/gstavi.c:
6236         * gst/avi/gstavisubtitle.c:
6237         * gst/avi/gstavisubtitle.h:
6238         * tests/check/Makefile.am:
6239         * tests/check/elements/avisubtitle.c:
6240         * win32/common/config.h:
6241                 Add avi subtitle element for bug #442034. Need seeking support
6242                 and more support for character conversion.
6243
6244 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6245
6246         * Makefile.am:
6247           Include common/win32.mak for CRLF check of win32 project
6248           files (see #393626).
6249
6250         * win32/vs6/libgstpng.dsp:
6251           Fix line endings and do cvs admin -kb.
6252
6253 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6254
6255         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6256         Actually drop the buffers which are outside the currently configured
6257         segment instead of just emitting a WARNING.
6258
6259 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6260
6261         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6262         (gst_flac_dec_write):
6263         * ext/flac/gstflacdec.h:
6264         Send segments from the streaming thread. Fixes #502187.
6265         Fix segment seeking and a bunch of other seeking cases.
6266
6267 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6268
6269         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6270           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6271           which is where it would end up if the same information was
6272           put in a vorbis comment (don't think it's worth adding a
6273           new URI tag for this). Fixes #488112.
6274
6275 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6276
6277         * configure.ac:
6278           We need core/base 0.10.15 or later.
6279
6280 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6281
6282         Patch by: Mark Nauwelaerts <manauw skynet be>
6283
6284         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6285         Fix regression in stream numbering. Fixes #502655.
6286
6287 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6288
6289         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6290
6291         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6292         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6293         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6294         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6295         (gst_rtp_h264_pay_handle_buffer):
6296         * gst/rtp/gstrtph264pay.h:
6297         Use higher performance start-code searching.
6298         Parse NALs and store SPS, PPS and profile in the caps so that they can
6299         be used in the SDP. Fixes #502814.
6300
6301 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6302
6303         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6304         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6305           Init some structs to zero before we pass them to ioctl, which
6306           avoids valgrind warnings.  Also fix a small memory leak.
6307
6308 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6309
6310         Patch by: Wouter Cloetens <wouter at mind dot be>
6311
6312         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6313         Copy timestamp from input to output. Not very perfect yet but better
6314         than nothing. Fixes #503023.
6315
6316 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6317
6318         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6319           Also print a useful error message with the old Wavpack API
6320           if possible.
6321
6322 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6323
6324         * ext/wavpack/gstwavpackdec.c:
6325           More build fixes for old libwavpack versions: include config.h so
6326           that WAVPACK_OLD_API is actually defined as detected; only use
6327           WavpackGetErrorMessage if it is available. This fixes the build
6328           on debian stable for me.
6329
6330 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6331
6332         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6333         * ext/wavpack/gstwavpackparse.c:
6334           (gst_wavpack_parse_create_src_pad):
6335           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6336           versions below 4.40.0.
6337
6338 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6339
6340         * configure.ac:
6341           And now do it right for real...
6342
6343 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6344
6345         * configure.ac:
6346           Correctly reset $LIBS to not contain -lm.
6347
6348 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6349
6350         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6351
6352         * configure.ac:
6353         * ext/cairo/gsttimeoverlay.c:
6354           (gst_cairo_time_overlay_print_smpte_time):
6355           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6356           and checking for rint() and implementing it ourself if it doesn't
6357           exist. Fixes #497293.
6358
6359 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6360
6361         * configure.ac:
6362           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6363
6364 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6365
6366         * sys/oss/gstosshelper.c:
6367         Verify that the format returned after the ioctl is the one
6368         we requested. It is valid for the ioctl to succeed while
6369         substituting an alternate 'supported' sample format.
6370
6371 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6372
6373         * sys/oss/gstossaudio.c: (plugin_init):
6374         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6375         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6376           Post decent (and translated) error message when we can't
6377           open the audio device for some reason.
6378
6379 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6380
6381         * sys/oss/gstosssink.c:
6382         * sys/oss/gstosssrc.c:
6383         Allow the AUDIODEV environment variable to redirect us
6384         to a different default OSS device, like sunaudiosink does
6385         on Solaris (makes audio play automatically on SunRays).
6386
6387 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6388
6389         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6390         * gst/audiofx/audiochebyshevfreqband.c:
6391         (gst_audio_chebyshev_freq_band_transform_ip):
6392         * gst/audiofx/audiochebyshevfreqlimit.c:
6393         (gst_audio_chebyshev_freq_limit_transform_ip):
6394         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6395         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6396         The transform_ip() methods should do nothing if in passthrough mode.
6397         It might get non-writable buffers in that case but the buffer might
6398         as well be writable.
6399
6400         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6401         The transform() methods won't be called in passthrough mode and
6402         otherwise the buffer is always writable so don't check here.
6403
6404 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6405
6406         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6407           Fix seeking in .wav files again (#501775).  Some people seem to think
6408           they don't need to test their changes when they're just 'reflowing'
6409           some code.
6410
6411 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6412
6413         * gst/autodetect/gstautovideosink.c:
6414         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6415         (gst_auto_video_sink_init),
6416         (gst_auto_video_sink_create_element_with_pretty_name),
6417         (gst_auto_video_sink_find_best),
6418         (gst_auto_video_sink_set_property),
6419         (gst_auto_video_sink_get_property):
6420         * gst/autodetect/gstautovideosink.h:
6421         Fix docs.
6422         Use same error reporting code as autoaudiosink.
6423         Add property to filter sinks based on caps. Only select raw video sinks
6424         by default for backwards compat.
6425         API: GstAutoVideoSink::filter-caps
6426
6427 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6428
6429         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6430
6431         * gst/autodetect/gstautoaudiosink.c:
6432         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6433         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6434         (gst_auto_audio_sink_set_property),
6435         (gst_auto_audio_sink_get_property):
6436         * gst/autodetect/gstautoaudiosink.h:
6437         Add property to filter sinks based on caps. Only select raw audio sinks
6438         by default for backwards compat.  Fixes #417420.
6439         API: GstAutoAudioSink::filter-caps
6440
6441 2007-11-29  Michael Smith <msmith@fluendo.com>
6442
6443         Patch by: Arek Korbik <arkadini@gmail.com>
6444
6445         * gst/videobox/gstvideobox.c: (plugin_init):
6446           Initialise liboil in plugin_init()
6447
6448 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6449
6450         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6451         Post error before sending EOS. Fixes #499178.
6452
6453 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6454
6455         * win32/vs6/gst_plugins_good.dsw:
6456         * win32/vs6/libgstpng.dsp:
6457         Add a project file for libgstpng
6458
6459 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6460
6461         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6462         (gst_rtp_h263_depay_process):
6463         Code beautification.
6464         Added debug statements.
6465         Don't bit-shift everything, just do operations on last/first byte
6466         instead.
6467
6468 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6469
6470         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6471
6472         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6473         Fix wrong comparison in overrun check. Fixes #499239 some more.
6474
6475 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6476
6477         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6478         (gst_rtp_h263_depay_process):
6479         * gst/rtp/gstrtph263depay.h:
6480         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6481         stream.
6482
6483 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6484
6485         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6486
6487         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6488         (gst_rtp_mp4a_depay_process):
6489         * gst/rtp/gstrtpmp4adepay.h:
6490         Fix depayloading when multiple frames are inside one RTP packet.
6491         Fixes #499239.
6492
6493 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6494
6495         * gst/level/gstlevel.c:
6496           Add GAP-flag support.
6497
6498 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6499
6500         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6501         Read the I flag for Mode A h263 rtp stream and set the
6502         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6503         Fixes #499383
6504
6505 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6506
6507         * gst/level/gstlevel.c:
6508           Remove some dead code and do cleanups.
6509
6510 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6511
6512         * tests/check/pipelines/simple-launch-lines.c:
6513           Improve the tests by allowing to set a target state.
6514
6515 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6516
6517         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6518         Don't check the caps of the output buffer if they're equal some
6519         other caps. The caps can change in a backward compatible way
6520         and did at this point.
6521
6522 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6523
6524         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6525         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6526         (gst_qtdemux_seek_to_previous_keyframe),
6527         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6528         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6529         reverse playback support.
6530
6531 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6532
6533         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6534         Also set the channel layout on the Wavpack caps if we're having
6535         a mono layout. Of course only do it for "audio/x-wavpack".
6536
6537 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6538
6539         * ext/wavpack/gstwavpackcommon.c:
6540         (gst_wavpack_get_default_channel_mask),
6541         (gst_wavpack_set_channel_layout),
6542         (gst_wavpack_get_default_channel_positions),
6543         (gst_wavpack_get_channel_mask_from_positions),
6544         (gst_wavpack_set_channel_mapping):
6545         * ext/wavpack/gstwavpackcommon.h:
6546         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6547         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6548         * ext/wavpack/gstwavpackdec.h:
6549         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6550         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6551         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6552         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6553         (gst_wavpack_enc_rewrite_first_block),
6554         (gst_wavpack_enc_sink_event):
6555         * ext/wavpack/gstwavpackenc.h:
6556         * ext/wavpack/gstwavpackparse.c:
6557         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6558         (gst_wavpack_parse_scan_to_find_sample),
6559         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6560         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6561         * ext/wavpack/gstwavpackparse.h:
6562         Add support for encoding, parsing and decoding multichannel
6563         files with up to 8 channels. This also improves the robustness
6564         of parsing quite a bit.
6565
6566         * ext/wavpack/gstwavpackstreamreader.c:
6567         (gst_wavpack_stream_reader_read_bytes),
6568         (gst_wavpack_stream_reader_get_pos),
6569         (gst_wavpack_stream_reader_set_pos_abs),
6570         (gst_wavpack_stream_reader_set_pos_rel),
6571         (gst_wavpack_stream_reader_push_back_byte),
6572         (gst_wavpack_stream_reader_get_length),
6573         (gst_wavpack_stream_reader_can_seek),
6574         (gst_wavpack_stream_reader_write_bytes):
6575         Improve debugging.
6576
6577 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6578
6579         * ext/libpng/gstpngdec.c:
6580         * ext/libpng/gstpngdec.h:
6581           Don't release the png-memory from within the callback.
6582
6583 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6584
6585         Patch by: René Stadler <mail at renestadler dot de>
6586
6587         * ext/libpng/gstpngenc.c:
6588           Don't leak buffer data memory. Fixes #498395.
6589
6590 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6591
6592         Patch by: René Stadler <mail at renestadler dot de>
6593
6594         * tests/check/pipelines/simple-launch-lines.c:
6595           Tests for #498395.
6596
6597 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6598
6599         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6600         (gst_tag_lib_mux_adjust_event_offsets):
6601         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6602         * sys/osxaudio/Makefile.am:
6603         * sys/osxvideo/cocoawindow.h:
6604         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6605
6606 2007-11-15  David Schleef  <ds@schleef.org>
6607
6608         * ext/cairo/gsttextoverlay.c:
6609           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6610
6611 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6612
6613         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6614
6615         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6616         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6617         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6618         * gst/rtp/gstrtpmp2tpay.h:
6619         Fill the MTU with as many packets as possible. Fixes #491323.
6620
6621 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6622
6623         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6624
6625         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6626         Fix some more leaks. Fixes #497007.
6627
6628 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6629
6630         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6631
6632         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6633         (gst_rtspsrc_stream_configure_tcp):
6634         Fix 3 pad leaks. Fixes #496983.
6635
6636 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6637
6638         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6639
6640         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6641         Fix small leak. Fixes #497017.
6642
6643 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6644
6645         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6646         (gst_qtdemux_prepare_current_sample),
6647         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
6648         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
6649         * gst/qtdemux/qtdemux_fourcc.h:
6650         * gst/qtdemux/qtdemux_types.c:
6651         Add suppport for theora in quicktime according to XiphQT.
6652
6653 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
6654
6655         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6656         (gst_v4l2src_init), (gst_v4l2src_set_property),
6657         (gst_v4l2src_get_property):
6658         * sys/v4l2/gstv4l2src.h:
6659         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6660           Always copy buffers by default (handle safer with bugged drivers)
6661           and added a property to make it possible to use mmap effectively (no
6662           copy if possible) when application wants to. Fixes: #480557.
6663
6664 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6665
6666         * gst/id3demux/id3tags.c:
6667         * gst/id3demux/id3tags.h:
6668         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6669           We don't want the same string multiple times in a tag list for the
6670           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
6671           this doesn't happen and remove special-case code for GST_TAG_GENRE.
6672
6673 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6674
6675         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
6676           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
6677           into ID3v2 TXXX frames (fixes #347848).
6678
6679 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6680
6681         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6682           Don't leak sdp message contents (fixes #496773).
6683
6684         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
6685           Don't leak URI string.
6686
6687 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6688
6689         Patch by: Julien Puydt <julien dot puydt at laposte net>
6690
6691         * ext/raw1394/Makefile.am:
6692         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
6693           (gst_1394_property_probe_get_properties),
6694           (gst_1394_property_probe_probe_property),
6695           (gst_1394_property_probe_needs_probe),
6696           (gst_1394_property_probe_get_values),
6697           (gst_1394_property_probe_interface_init),
6698           (gst_1394_type_add_property_probe_interface):
6699         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
6700         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
6701           (gst_dv1394src_init), (gst_dv1394src_dispose),
6702           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
6703           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
6704           (gst_dv1394src_update_device_name):
6705         * ext/raw1394/gstdv1394src.h:
6706           Implement GstPropertyProbe interface and add "device-name" property,
6707           so applications can use this to probe for available devices in the
6708           same way they can already with v4lsrc and v4l2src (however horrible
6709           this property probe interface may be). Fixes #358841.
6710
6711 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6712
6713         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6714
6715         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6716           (gst_rtspsrc_parse_range):
6717           Don't leak event, don't leak range (fixes #496752).
6718
6719 2007-11-14  Michael Smith <msmith@fluendo.com>
6720
6721         Patch by: Arek Korbik <arkadini@gmail.com>
6722
6723         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
6724           Detect RGBA/BGRA correctly on little endian systems.
6725
6726 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6727
6728         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
6729           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
6730           corresponding ioctl() call fails even though the driver claims to
6731           support this format, just fall back to the pre-2.6.19 kernel
6732           routine that creates caps with suitable height and width ranges
6733           (see #448278).
6734
6735 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6736
6737         Patch by: Mark Nauwelaerts <manauw skynet be>
6738
6739         * gst/matroska/matroska-demux.c:
6740           (gst_matroska_demux_push_dvd_clut_change_event),
6741           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6742           (gst_matroska_demux_subtitle_caps):
6743         * gst/matroska/matroska-ids.h:
6744           Extract palette data for dvd subpicture streams and send it
6745           downstream as custom gstreamer dvd event (fixes #453417).
6746
6747 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6748
6749         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
6750           Implement minimal parsing of the passed pango font description
6751           string, so passing a font size works the same as with the
6752           pango textoverlay plugin; fixes #455086.
6753           (Maybe we could just use pangocairo here at some point).
6754
6755 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6756
6757         * gst/avi/gstavidemux.c:
6758         * gst/wavparse/gstwavparse.c:
6759           Return the result in _activate_pull(). Don't ref element there.
6760
6761 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6762
6763         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6764         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6765         (gst_wavparse_srcpad_event):
6766           Ref the element when we should, but not when we its not needed. Reflow
6767           the event_handling to not leak the event.       
6768
6769 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
6770
6771         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6772         (qtdemux_parse_samples):
6773         Properly free QTDemuxSamples array.
6774         Protect table write with a sensible check, some files apparently DO contain
6775         stts values starting with 0 :(
6776
6777 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6778
6779         * gst/avi/gstavidemux.c:
6780         * gst/qtdemux/qtdemux.c:
6781           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
6782           previous commit messed up.
6783
6784 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6785
6786         * gst/avi/gstavidemux.c:
6787         * gst/qtdemux/qtdemux.c:
6788           Sync _handle_src_event() with oggdemux. In avidemux also ref the
6789           element when we should, but not when we its not needed.
6790
6791 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
6792
6793         * gst/wavparse/gstwavparse.c:
6794           Return FALSE if we can't handle a query instead of changing the
6795           format. Ignore fact when dealing with mpeg audio.
6796
6797 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6798
6799         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6800
6801         * configure.ac:
6802         * gst/udp/gstdynudpsink.c:
6803         * gst/udp/gstdynudpsink.h:
6804         * gst/udp/gstmultiudpsink.c:
6805         * gst/udp/gstmultiudpsink.h:
6806         * gst/udp/gstudpsink.c:
6807         * gst/udp/gstudpsink.h:
6808           Fix includes for MSVC and GLib-2.14.0 (#492388).
6809
6810         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6811           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6812
6813 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6814
6815         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6816         (gst_mulawdec_chain):
6817         * gst/law/mulaw-decode.h:
6818         Calculate outgoing buffer duration if incoming buffer didn't have a
6819         valid duration.
6820
6821 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6822
6823         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6824         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6825         Smarter combine_flow code that also deals with downstream elements
6826         returning UNEXPECTED when they receive data out of the segment
6827         boundaries. Fixes #491305.
6828
6829 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6830
6831         * sys/v4l2/v4l2src_calls.c:
6832           Fix 'unused variable' compiler warning when compiling against
6833           older kernel headers.
6834
6835 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6836
6837         * ext/taglib/gstid3v2mux.cc (add_funcs):
6838           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6839
6840 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6841
6842         * tests/check/pipelines/simple-launch-lines.c:
6843            Improve the tests a little more.
6844
6845 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6846
6847         patch by: Yun Zheng Hu
6848
6849         * sys/osxaudio/gstosxaudiosrc.c:
6850         Use default input device instead of default output device and
6851         only memcpy actual available bytes.
6852
6853 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6854
6855         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6856           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6857           early. It is temporary until we find something better.
6858
6859 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6860
6861         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6862
6863         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6864         Fix race when pausing a RTSP stream in interleaved.
6865         Fixes #475784.
6866
6867 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6868
6869         Patch by: Peter Kjellerstedt <pkj at axis com>
6870
6871         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6872         Use correct unref function for buffers. #488844.
6873
6874 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6875
6876         * gst/avi/gstavimux.c:
6877         * tests/check/elements/avimux.c:
6878           Add some debug and sync tests with the fix.     
6879
6880 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6881
6882         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6883
6884         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6885         When the socket is used by the app for other purposes, don't generate an
6886         error if there is activaty on the socket that is not data related.
6887         Fixes #487488.
6888
6889 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6890
6891         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6892         (gst_v4l2src_grab_frame):
6893         Add some more debug info. Generate an error when we run out of buffers
6894         for some reason. See #480557.
6895
6896 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6897
6898         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6899
6900         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6901         Set marker bit correctly.
6902
6903 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6904
6905         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6906         Use allowed name for the GstStructure.
6907
6908 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6909
6910         * ext/gconf/gstswitchsink.c:
6911         * gst/autodetect/gstautoaudiosink.c:
6912           Use new gst_bus_pop_filtered().
6913
6914 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6915
6916         * sys/v4l2/gstv4l2src.c:
6917         * sys/v4l2/v4l2src_calls.c:
6918           When probing the formats and sizes a camera supports, make
6919           sure the best ones (highest resolution, prefered format)
6920           end up at the beginning of the probed caps and the less
6921           desirable ones at the end.  This is important because the
6922           order within the caps matters for things like fixation and
6923           negotiation, ie. what format is chosen in the end.
6924           With recent kernels, the current probing code will end up
6925           querying the supported sizes from lowest resolution to
6926           highest resolution, adding them to the probed caps in that
6927           order, resulting to v4l2src fixating to the lowest possible
6928           resolution if downstream does not express a size preference.
6929           Also make up a somewhat random ranking of prefered output
6930           formats for the same reason. Fixes #485828.
6931         
6932 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6933
6934         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
6935
6936         * gst/id3demux/id3v2frames.c:
6937           Extract license/copyright URIs from ID3v2 WCOP frames
6938           (Fixes #447000).
6939
6940         * tests/check/elements/id3demux.c:
6941         * tests/files/Makefile.am:
6942         * tests/files/id3-447000-wcop.tag:
6943           Add simple unit test.
6944
6945 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6946
6947         * ext/taglib/gstid3v2mux.cc:
6948           Add support for license/copyright URI tags (ID3v2 WCOP frame).
6949           Prerequisite for #447000.
6950
6951 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6952
6953         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
6954         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
6955         a GstClockTime.
6956
6957 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6958
6959         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6960         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
6961         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
6962         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
6963         (gst_rtspsrc_change_state):
6964         More seeking fixes, mostly passing around the new playback segment in
6965         order to configure it properly.
6966         Also reset base_time of udp sources when setting them back to PLAYING as
6967         a temporary hack until core supports seek in live sources properly.
6968
6969 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6970
6971         * gst/rtp/gstrtpmp4adepay.c:
6972         Fix caps as to not confuse autopluggers.
6973
6974 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6975
6976         * gst/id3demux/gstid3demux.c:
6977         * gst/id3demux/gstid3demux.h:
6978         * gst/id3demux/id3tags.c:
6979         * gst/id3demux/id3tags.h:
6980         * gst/id3demux/id3v2frames.c:
6981           Port ID3 tag demuxer over to the new GstTagDemux in -base
6982           (now would be a good time to test re-importing your music
6983           collection).
6984
6985 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6986
6987         * gst/apetag/Makefile.am:
6988         * gst/apetag/gstapedemux.c:
6989         * gst/apetag/gstapedemux.h:
6990         * gst/apetag/gsttagdemux.c:
6991         * gst/apetag/gsttagdemux.h:
6992           Port APE tag demuxer over to the new GstTagDemux in -base.
6993
6994 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
6995
6996         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6997         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
6998         (gst_rtspsrc_handle_internal_src_query),
6999         (gst_rtspsrc_handle_src_query), (new_session_pad),
7000         (gst_rtspsrc_stream_configure_tcp),
7001         (gst_rtspsrc_stream_configure_transport),
7002         (gst_rtspsrc_loop_send_cmd):
7003         Improve flushing behaviour.
7004         Set state of the udp sources to PAUSE/PLAYING correctly.
7005         Handle events and queries for UDP and TCP transport now.
7006
7007 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7008
7009         * gst/rtp/gstrtpgsmdepay.c:
7010         * gst/rtp/gstrtpgsmpay.c:
7011           Add log category.
7012
7013 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7014
7015         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7016
7017         * tests/check/Makefile.am:
7018         * tests/check/pipelines/simple-launch-lines.c:
7019           Add unit tests for payloaders/depayloaders.
7020
7021 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7022
7023         * gst/avi/gstavimux.c:
7024         * gst/avi/gstavimux.h:
7025           Also save codec data for audio streams. Fixes #482495.
7026
7027 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7028
7029         * gst/avi/gstavimux.c:
7030           Fix "Index entry has invalid stream nr 1".
7031           Add support for muxing aac - work in progress (see #482495).
7032
7033 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7034
7035         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7036         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7037         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7038         * gst/rtsp/gstrtspsrc.h:
7039         Parse bandwidth modifiers, they are not yet configured in the session
7040         manager because we don't have an API for that yet.
7041
7042 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7043
7044         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7045         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7046         Use shiny new function in -base to get the default clock-rate.
7047         Update some docs.
7048
7049 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7050
7051         * win32/MANIFEST:
7052         Add files to win32 manifest.
7053         * win32/vs6/libgstaudiofx.dsp:
7054         * win32/vs6/libgstqtdemux.dsp:
7055         * win32/vs6/libgstrtp.dsp:
7056         * win32/vs6/libgstrtsp.dsp:
7057         Update project files.
7058
7059 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7060
7061         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7062         (gst_rtspsrc_play):
7063         * gst/rtsp/gstrtspsrc.h:
7064         In TCP mode, only timestamp the first buffer. TCP is not real time and
7065         it does not make sense to try to skew compensate, also some servers send
7066         the first batch of data in a burst.
7067
7068 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7069
7070         * gst/matroska/matroska-demux.c:
7071           Fix setting the discont flag on the first buffer
7072           pushed downstream for formats with private codec
7073           data that needs to be deserialised into buffers
7074           (such as vorbis and FLAC when in a matroska container).
7075
7076 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7077
7078         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7079
7080         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7081         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7082         (gst_rtp_mp4v_pay_handle_buffer):
7083         * gst/rtp/gstrtpmp4vpay.h:
7084         Free the config string. Fixes #480707.
7085         Clean up the timestamp code a little.
7086
7087 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7088
7089         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7090         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7091         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7092         * gst/rtsp/gstrtspsrc.h:
7093         Set timestamps on RTP buffers in interleaved mode.
7094         Mark first buffers with a DISCONT.
7095         Remove flush hack now that sync for live sources has been figured out.
7096
7097 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7098
7099         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7100         Update documentation.
7101
7102 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7103
7104         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7105         (gst_rtp_xqt_depay_change_state):
7106         * gst/qtdemux/gstrtpxqtdepay.h:
7107         Fail if we don't know the quicktime format.
7108
7109 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7110
7111         * ext/flac/gstflacenc.c:
7112         * ext/flac/gstflacenc.h:
7113           Save the flow return from the last gst_pad_push() and
7114           make sure we pass the right flow return value upstream
7115           in the case of failure; minor clean-ups.
7116
7117 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7118
7119         * ext/taglib/gstapev2mux.cc:
7120         * ext/taglib/gstid3v2mux.cc:
7121         * gst/apetag/gstapedemux.c:
7122           Add support for the new GST_TAG_COMPOSER (#459809).
7123
7124 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7125
7126         * gst/law/alaw-decode.c:
7127         * gst/law/alaw-decode.h:
7128         * gst/law/alaw-encode.c:
7129         * gst/law/alaw-encode.h:
7130         * gst/law/alaw.c:
7131         * gst/law/mulaw-conversion.h:
7132           Compulsive clean-ups: use boilerplate macros, add debug
7133           categories, fix up things to conform to symbol nomenklatura,
7134           etc.
7135
7136 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7137
7138         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7139
7140         * gst/law/alaw-decode.c:
7141         * gst/law/alaw-encode.c:
7142           Use static tables for A-Law decoding and encoding; this makes
7143           A-Law decoding and encoding less CPU-intensive, but increases
7144           the binary size a bit. Leaving old code around for now,
7145           selectable by a define in the code. Fixes #435435.
7146
7147 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7148
7149         * configure.ac:
7150         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7151         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7152         in configure.ac.
7153
7154 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7155
7156         Patch by: Jan Gerber <j at bootlab dot org>
7157
7158         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7159         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7160
7161 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7162
7163         * sys/oss/gstosshelper.c:
7164           Use GST_WARNING instead of a g_critical. This situation is not caused
7165           by the application.
7166
7167 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7168
7169         * po/LINGUAS:
7170         * po/nl.po:
7171           Updated translations.
7172
7173 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7174
7175         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7176
7177         * po/eu.po:
7178           Added Basque translation.
7179
7180 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7181
7182         translated by: Abel Cheung <abelcheung@gmail.com>
7183
7184         * po/zh_HK.po:
7185         * po/zh_TW.po:
7186           Added Chinese (traditional and Hong Kong) translation.
7187
7188 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7189
7190         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7191
7192         * po/pl.po:
7193           Added Polish translation.
7194
7195 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7196
7197         translated by: Ilkka Tuohela <hile@iki.fi>
7198
7199         * po/fi.po:
7200           Added Finnish translation.
7201
7202 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7203
7204         translated by: Jorge González González <aloriel@gmail.com>
7205
7206         * po/es.po:
7207           Added Spanish translation.
7208
7209 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7210
7211         translated by: Mogens Jaeger <mogens@jaeger.tf>
7212
7213         * po/da.po:
7214           Added Danish translation.
7215
7216 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7217
7218         translated by: Funda Wang <fundawang@linux.net.cn>
7219
7220         * po/zh_CN.po:
7221           Added Chinese (simplified) translation.
7222
7223 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7224
7225         translated by: Alexander Shopov <ash@contact.bg>
7226
7227         * po/bg.po:
7228           Added Bulgarian translation.
7229
7230 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7231
7232         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7233         Set outgoing packet duration because we can. Fixes #478244 some more.
7234
7235 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7236
7237         * ext/cairo/gsttextoverlay.c:
7238           Add info about static leak.
7239         
7240         * tests/check/Makefile.am:
7241         * tests/check/generic/states.c:
7242           Improved state change unit test.
7243
7244 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7245
7246         * docs/plugins/.cvsignore:
7247         * tests/check/.cvsignore:
7248           Ignore registries in any format.
7249
7250 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7251
7252         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7253         Removed some unused code.
7254
7255         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7256         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7257         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7258         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7259         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7260         (gst_rtp_theora_pay_flush_packet):
7261         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7262         Try to preserve the incomming buffer duration on the outgoing
7263         packets. Fixes #478244.
7264
7265 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7266
7267         * ext/taglib/gstapev2mux.cc:
7268         * ext/taglib/gstid3v2mux.cc:
7269           Work around compiler warnings with g++-4.2 when assigning a
7270           string constant to a gchar * (partially fixes #478092).
7271
7272 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7273
7274         * configure.ac:
7275           We require core CVS now for gst_base_src_set_do_timestamp().
7276
7277 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7278
7279         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7280         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7281         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7282         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7283         (gst_rtspsrc_handle_message):
7284         Fix compiler warnings shown with Forte.
7285
7286 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7287
7288         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7289         (gst_rtspsrc_dup_printf):
7290         Give meaningfull error when all streams failed to configure for some
7291         reason.
7292
7293 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7294
7295         * gst/rtp/README:
7296         Update README with the design for synchronisation rules of RTP on
7297         sender and receiver.
7298
7299 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7300
7301         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7302         (gst_wavparse_chain):
7303         Don't push EOS from the chain function, the element
7304         driving the pipeline is responsible for this. The bug
7305         this was meant to fix seems to be queue not forwarding
7306         EOS in all cases (see #476514).
7307
7308 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7309
7310         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7311         (gst_level_transform_ip):
7312         * gst/level/gstlevel.h:
7313         Use basetransform segment so that it is correctly managed on flushes and
7314         start/stop.
7315         Report message timestamp as stream time, which is what an application
7316         can understand.
7317
7318 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7319
7320         * ext/taglib/gstapev2mux.cc:
7321         * ext/taglib/gstapev2mux.h:
7322         * ext/taglib/gsttaglibmux.c:
7323         * tests/check/elements/apev2mux.c:
7324         Update my mail address.
7325
7326 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7327
7328         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7329         (gst_wavparse_loop), (gst_wavparse_chain):
7330         Add EOS logic for the push-based mode too. Fixes #476514.
7331
7332 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7333
7334         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7335         * gst/law/alaw-encode.h:
7336         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7337         (gst_mulawenc_chain):
7338         * gst/law/mulaw-encode.h:
7339         Fix law encoder timestamps.
7340
7341 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7342
7343         * ext/gconf/gstgconfaudiosink.c:
7344           Fix warning when building without debug.
7345
7346         * sys/oss/gstossmixertrack.c:
7347           Use const like in alsamixertrack.c (fixes warnings).
7348
7349 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7350
7351         * sys/v4l2/v4l2src_calls.c:
7352         (gst_v4l2src_probe_caps_for_format_and_size):
7353         Fix framerate detection code some more.
7354         Handle the case where there is a weird step in the stepwise framerates.
7355         Don't overwrite the min interval with the framerate, use a temp variable
7356         instead.
7357         Use max in the Continuous framerate intervals instead of step, which is
7358         1 according to the docs. Fixes #475424.
7359
7360 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7361
7362         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7363         Make udpsrc timestamp outgoing buffers based on when they were received.
7364         Also make it output a segment in time.
7365
7366 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7367
7368         * gst/avi/gstavidemux.c:
7369           Plug a little leak. Little code cleanups.
7370
7371 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7372
7373         * configure.ac:
7374           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7375           flac versions, 's good for cross-compilation karma.
7376
7377 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7378
7379         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7380
7381         * gst/rtp/gstrtph263pay.c:
7382           Fix up header structure so that compilers don't add padding
7383           between the structure fields, since that would lead to us
7384           sending RTP packets with broken headers (as is currently the
7385           case when compiling with MSVC). Also see similar fixes in
7386           libgstrtp in gst-plugins-base. (#474616; #471194)
7387
7388 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7389
7390         * sys/v4l2/v4l2src_calls.c:
7391         (gst_v4l2src_probe_caps_for_format_and_size):
7392         Don't overwrite our GValue with 0 but instead use the previously
7393         computed value. Fixes #471823 some more.
7394
7395 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7396
7397         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7398           No tabs in this file please, or gtk-doc will end up documenting
7399           rather absurd class hierarchies.
7400
7401 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7402
7403         * ext/gconf/gstswitchsink.c:
7404           If the new kid element fails to change state for some reason
7405           (e.g. esdsink not being able to connect to the sound server),
7406           forward the error message it posted on the bus instead of just
7407           posting a generic 'Internal state change error: please file a
7408           bug' error message. Fixes #471364.
7409
7410 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7411
7412         * gst/qtdemux/Makefile.am:
7413         * gst/qtdemux/qtdemux.c:
7414           Don't assume tags are encoded as UTF-8 (#473670).
7415
7416 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7417
7418         * sys/v4l2/gstv4l2src.c:
7419         * sys/v4l2/gstv4l2src.h:
7420         * sys/v4l2/v4l2src_calls.c:
7421           Implement LATENCY queries in the crudest way possible so I don't
7422           have to use sync=false any longer when testing with videosinks.
7423
7424 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7425
7426         * configure.ac:
7427           Fix build.
7428
7429 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7430
7431         * sys/v4l2/v4l2src_calls.c:
7432         (gst_v4l2src_probe_caps_for_format_and_size):
7433         Add some more debugging in the framerate function.
7434         Iterate stepwise framerate up to and _including_ the max and if nothing
7435         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7436         don't end up with an empty list. Fixes #471823
7437
7438 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7439
7440         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7441         (gst_multiudpsink_set_clients_string),
7442         (gst_multiudpsink_get_clients_string),
7443         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7444         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7445         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7446         (gst_multiudpsink_clear):
7447         Add property do configure destination address/port pairs
7448         API:GstMultiUDPSink::clients
7449
7450 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7451
7452         * tests/examples/Makefile.am:
7453         * tests/examples/rtp/Makefile.am:
7454         * tests/examples/rtp/client-H263p-AMR.sh:
7455         * tests/examples/rtp/client-H263p-PCMA.sdp:
7456         * tests/examples/rtp/client-H263p-PCMA.sh:
7457         * tests/examples/rtp/client-H264-PCMA.sdp:
7458         * tests/examples/rtp/client-H264-PCMA.sh:
7459         * tests/examples/rtp/client-PCMA.sh:
7460         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7461         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7462         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7463         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7464         Added some RTP example scripts for sending and receiving RTP streams.
7465
7466 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7467
7468         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7469         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7470         Restructure the setcaps function so that we can also compute the
7471         expected GStreamer output size of the video frames.
7472         Set frame_byte_size correctly so that read-based devices have a chance
7473         of working correctly.
7474         When grabbing a frame, discard frames that are not of the expected size.
7475         Some cameras don't output the right framesize for the first buffer.
7476         Try only a couple of times to get a valid frame, else error out.
7477
7478         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7479         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7480         Add some more debug info when scanning the device.
7481
7482         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7483         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7484         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7485         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7486         Add some more debug info when dequeing a frame.
7487
7488 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7489
7490         * gst/wavparse/gstwavparse.c:
7491           More code cleanups. Add some more comment and improve debugs logs.
7492
7493 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7494
7495         * gst/wavparse/gstwavparse.c:
7496         * gst/wavparse/gstwavparse.h:
7497           Implement seek-query. Refactor duration calculations. Appropriate use
7498           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7499           out of loops.
7500
7501 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7502
7503         * gst/avi/gstavidemux.c:
7504           Implement seek-query.
7505
7506 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7507
7508         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7509         (gst_rtspsrc_dup_printf):
7510         Use new basesink async property to make sparse RTCP packet not wait for
7511         preroll.
7512
7513 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7514
7515         * gst/audiofx/Makefile.am:
7516         Dist the right file.
7517
7518 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7519
7520         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7521         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7522         Make sure we generate and parse floating point values in the POSIX
7523         locale instead of the current locale. 
7524
7525 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7526
7527         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7528         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7529         (gst_rtspsrc_play):
7530         * gst/rtsp/gstrtspsrc.h:
7531         Fix method detection again.
7532         Keep track of when we must send a Range header.
7533         Use segment values for Range, Speed and Scale headers.
7534         Parse Speed and Scale headers to update the segment values.
7535
7536 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7537
7538         patch by: Mark Nauwelaerts <manauw@skynet.be>
7539
7540         * sys/v4l2/v4l2src_calls.c:
7541           Handle optional v4l2 ioctls gracefully.
7542
7543 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7544
7545         * gst/rtp/Makefile.am:
7546         * gst/rtp/gstrtp.c: (plugin_init):
7547         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7548         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7549         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7550         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7551         (gst_rtp_h263_depay_get_property),
7552         (gst_rtp_h263_depay_change_state),
7553         (gst_rtp_h263_depay_plugin_init):
7554         * gst/rtp/gstrtph263depay.h:
7555         Added an H263 depayloader. Fixes #369392.
7556
7557         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7558         (gst_rtp_h263p_depay_process):
7559         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7560         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7561         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7562         payloads.
7563         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7564
7565 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7566
7567         * gst/audiofx/audiochebyshevfreqband.c:
7568         * gst/audiofx/audiochebyshevfreqlimit.c:
7569         Add small comparision with the windowed sinc filters in the docs.
7570
7571 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7572
7573         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7574         (audiochebyshevfreqband_suite):
7575         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7576         (audiochebyshevfreqlimit_suite):
7577         Also test 32 bit float mode and the type 2 variants of the filters.
7578
7579 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7580
7581         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7582         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7583         (gst_rtspsrc_loop):
7584         Refactor the udp and interleaved loop function a bit.
7585
7586 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7587
7588         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7589         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7590         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7591         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7592         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7593         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7594         * gst/rtsp/gstrtspsrc.h:
7595         Protect connection activity with a new lock, avoids deadlocks when going
7596         to PAUSED. Fixes #455808.
7597
7598 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7599
7600         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7601         Fix debug statement.
7602
7603 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7604
7605         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7606         Fix stray %u in debug line as spotted by Saur on IRC.
7607
7608 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7609
7610         * gst/audiofx/audiochebyshevfreqband.c:
7611         (gst_audio_chebyshev_freq_band_class_init):
7612         * gst/audiofx/audiochebyshevfreqlimit.c:
7613         (gst_audio_chebyshev_freq_limit_class_init):
7614         Use generator macros for the process functions for the different
7615         sample types, add lower upper boundaries for the GObject properties
7616         so automatically generated UIs can use sliders and add a note about
7617         the number of poles as a too high number of poles combined with
7618         very low or very high frequencies will produce only noise.
7619         * docs/plugins/gst-plugins-good-plugins.args:
7620         Regenerated for the property changes.
7621
7622 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7623
7624         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7625         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7626         (gst_rtspsrc_stream_configure_udp_sink),
7627         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7628         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7629         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7630         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7631         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7632         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7633         * gst/rtsp/gstrtspsrc.h:
7634         Improve timeout handling.
7635         Use the same socket for sending and receiving RTCP packets so that some
7636         servers can track clients better.
7637         Improve connection closed handling. Try to reconnect.
7638         Don't overwrite our content base with NULL.
7639         Improve debugging.
7640         Improve range parsing and handling.
7641         Remove flushing hack now that core does the right thing.
7642
7643 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7644
7645         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7646         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
7647         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
7648         (gst_multiudpsink_close), (gst_multiudpsink_add):
7649         * gst/udp/gstmultiudpsink.h:
7650         Add support for getting and setting the socket to use.
7651
7652         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7653         (gst_udpsrc_create), (gst_udpsrc_get_property):
7654         Add support for getting the currently used socket.
7655
7656 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
7657
7658         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7659
7660         * gst/audiofx/Makefile.am:
7661         * gst/audiofx/audiochebyshevfreqband.c:
7662         (gst_audio_chebyshev_freq_band_mode_get_type),
7663         (gst_audio_chebyshev_freq_band_base_init),
7664         (gst_audio_chebyshev_freq_band_dispose),
7665         (gst_audio_chebyshev_freq_band_class_init),
7666         (gst_audio_chebyshev_freq_band_init),
7667         (generate_biquad_coefficients), (calculate_gain),
7668         (generate_coefficients),
7669         (gst_audio_chebyshev_freq_band_set_property),
7670         (gst_audio_chebyshev_freq_band_get_property),
7671         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
7672         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
7673         (gst_audio_chebyshev_freq_band_start):
7674         * gst/audiofx/audiochebyshevfreqband.h:
7675         * gst/audiofx/audiochebyshevfreqlimit.c:
7676         (gst_audio_chebyshev_freq_limit_mode_get_type),
7677         (gst_audio_chebyshev_freq_limit_base_init),
7678         (gst_audio_chebyshev_freq_limit_dispose),
7679         (gst_audio_chebyshev_freq_limit_class_init),
7680         (gst_audio_chebyshev_freq_limit_init),
7681         (generate_biquad_coefficients), (calculate_gain),
7682         (generate_coefficients),
7683         (gst_audio_chebyshev_freq_limit_set_property),
7684         (gst_audio_chebyshev_freq_limit_get_property),
7685         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
7686         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
7687         (gst_audio_chebyshev_freq_limit_start):
7688         * gst/audiofx/audiochebyshevfreqlimit.h:
7689         * gst/audiofx/audiofx.c: (plugin_init):
7690         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
7691         Fixes #464800.
7692
7693         * tests/check/Makefile.am:
7694         * tests/check/elements/.cvsignore:
7695         * tests/check/elements/audiochebyshevfreqband.c:
7696         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
7697         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
7698         * tests/check/elements/audiochebyshevfreqlimit.c:
7699         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
7700         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
7701         Add unit tests for the chebyshev filters.
7702
7703         * docs/plugins/Makefile.am:
7704         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7705         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7706         * docs/plugins/gst-plugins-good-plugins.args:
7707         * docs/plugins/inspect/plugin-1394.xml:
7708         * docs/plugins/inspect/plugin-audiofx.xml:
7709         * docs/plugins/inspect/plugin-dv.xml:
7710         * docs/plugins/inspect/plugin-flac.xml:
7711         * docs/plugins/inspect/plugin-jpeg.xml:
7712         * docs/plugins/inspect/plugin-png.xml:
7713         * docs/plugins/inspect/plugin-rtp.xml:
7714         * docs/plugins/inspect/plugin-shout2send.xml:
7715         * docs/plugins/inspect/plugin-wavpack.xml:
7716         And add docs for the chebyshev filters. While doing
7717         that also run make update in docs/plugins.
7718
7719 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7720
7721         * ext/annodex/gstcmmltag.c:
7722         * gst/rtp/gstrtpvorbispay.c:
7723           Make ro memory to share.
7724
7725 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7726
7727         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7728         Improve UDP performance by avoiding a select() when we have data
7729         available immediatly.
7730
7731 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7732
7733         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
7734         (gst_rtp_dec_class_init):
7735         * gst/rtsp/gstrtpdec.h:
7736         Add (dummy) SSRC management signals.
7737
7738         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7739         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7740         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
7741         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
7742         (on_timeout), (gst_rtspsrc_stream_configure_manager),
7743         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
7744         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7745         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7746         * gst/rtsp/gstrtspsrc.h:
7747         Add connection-speed property.
7748         Add find_stream helper functions.
7749         Handle stream EOS based on BYE messages or SSRC timeout.
7750         Returns SUCCESS from the state change function as we hide our async
7751         elements from the parent.
7752
7753 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7754
7755         * gst/debug/rndbuffersize.c:
7756           Fix da leak.
7757
7758 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
7759
7760         * gst/debug/Makefile.am:
7761         * gst/debug/breakmydata.c:
7762         * gst/debug/gstdebug.c:
7763         * gst/debug/negotiation.c:
7764         * gst/debug/progressreport.c:
7765         * gst/debug/rndbuffersize.c:
7766         * gst/debug/testplugin.c:
7767           Add new test element and clean-up the others a little.
7768
7769 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7770
7771         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7772         Fix parsing of mp4a version 0 atoms. Fixes #465774.
7773
7774 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7775
7776         * gst/rtp/gstrtpilbcdepay.c:
7777           Include stdlib.
7778
7779 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
7780
7781         * gst/rtp/gstrtpmpvdepay.c:
7782         Set the mpegversion in the caps so that autoplugging does not get
7783         confused.
7784
7785 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7786
7787         * po/hu.po:
7788         * po/uk.po:
7789         * po/vi.po:
7790           Updated translations.
7791
7792 2007-08-08  Michael Smith <msmith@fluendo.com>
7793
7794         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7795           Render right border in the correct location.
7796
7797 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7798
7799         Patch by: Olivier Crete <tester at tester dot ca>
7800
7801         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7802         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7803         Make mode property a string. Fixes #464475.
7804
7805 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7806
7807         * ext/flac/gstflacenc.c:
7808           Widen caps to match decoder a bit and add more FIXMEs.
7809
7810 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7811
7812         patch by: Mark Nauwelaerts <manauw@skynet.be>
7813
7814         * gst/avi/gstavimux.c:
7815           Fix ODML index tag numbering. Fixes #463624.
7816
7817 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7818
7819         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7820         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7821         (gst_rtspsrc_stream_configure_tcp),
7822         (gst_rtspsrc_stream_configure_udp_sink):
7823         Fix default clock-rate for realmedia.
7824         Fix parsing of transport.
7825         Don't try to link NULL pads.
7826
7827 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7828
7829         * po/POTFILES.skip:
7830           Add POTFILES.skip with list of source files that aren't disted at the
7831           moment but contain translatable strings. Should hopefully pacify
7832           broken tools and make it clearer that these files are left out
7833           intentionally (#461600).
7834
7835 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7836
7837         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7838         If the buffer was entirely clipped ... don't try sending it :)
7839
7840 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7841
7842         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7843         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7844         (gst_rtspsrc_create_transports_string),
7845         (gst_rtspsrc_prepare_transports):
7846         If we don't hav a session manager, set the caps on outgoing buffers
7847         ourselves.
7848         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7849         Append final bit of the transport string even when it does not contain a
7850         placeholder.
7851
7852 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7853
7854         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7855         (gst_rtsp_ext_list_connect):
7856         * gst/rtsp/gstrtspext.h:
7857         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7858         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7859         Clean up the interface list.
7860         Allow connecting to interface signals for the extensions.
7861         Remove old extension code.
7862         Free list on cleanup.
7863         Allow extensions to send additional RTSP messages.
7864
7865 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7866
7867         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7868         Handle a NULL gconf key gracefully by rendering the default element.
7869
7870 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7871
7872         * gst/rtsp/gstrtspext.h:
7873         Fix include path for extension interface.
7874
7875 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7876
7877         * gst/audiofx/audioamplify.h:
7878         Also remove a now unecessary variable here.
7879
7880 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7881
7882         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7883         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7884         * gst/audiofx/audiodynamic.c:
7885         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7886         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7887         * gst/audiofx/audiodynamic.h:
7888         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7889         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7890         * gst/audiofx/audioinvert.h:
7891         Don't save format information ourselves, this is already saved in
7892         GstAudioFilter.
7893
7894 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7895
7896         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7897         (gst_rtsp_ext_list_stream_select):
7898         * gst/rtsp/gstrtspext.h:
7899         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7900         Use rank to filter out extensions.
7901         Add url to stream_select interface call.
7902
7903 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7904
7905         * gst/rtsp/Makefile.am:
7906         * gst/rtsp/base64.c:
7907         * gst/rtsp/base64.h:
7908         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7909         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7910         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7911         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7912         (gst_rtsp_ext_list_setup_media),
7913         (gst_rtsp_ext_list_configure_stream),
7914         (gst_rtsp_ext_list_get_transports),
7915         (gst_rtsp_ext_list_stream_select):
7916         * gst/rtsp/gstrtspext.h:
7917         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7918         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7919         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7920         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7921         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
7922         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
7923         (gst_rtspsrc_stream_configure_tcp),
7924         (gst_rtspsrc_stream_configure_mcast),
7925         (gst_rtspsrc_stream_configure_udp),
7926         (gst_rtspsrc_stream_configure_udp_sink),
7927         (gst_rtspsrc_stream_configure_transport),
7928         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7929         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7930         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
7931         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
7932         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7933         (gst_rtspsrc_parse_methods),
7934         (gst_rtspsrc_create_transports_string),
7935         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7936         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
7937         (gst_rtspsrc_play), (gst_rtspsrc_pause),
7938         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
7939         * gst/rtsp/gstrtspsrc.h:
7940         * gst/rtsp/rtsp.h:
7941         * gst/rtsp/rtspconnection.c:
7942         * gst/rtsp/rtspconnection.h:
7943         * gst/rtsp/rtspdefs.c:
7944         * gst/rtsp/rtspdefs.h:
7945         * gst/rtsp/rtspext.h:
7946         * gst/rtsp/rtspextwms.c:
7947         * gst/rtsp/rtspextwms.h:
7948         * gst/rtsp/rtspmessage.c:
7949         * gst/rtsp/rtspmessage.h:
7950         * gst/rtsp/rtsprange.c:
7951         * gst/rtsp/rtsprange.h:
7952         * gst/rtsp/rtsptransport.c:
7953         * gst/rtsp/rtsptransport.h:
7954         * gst/rtsp/rtspurl.c:
7955         * gst/rtsp/rtspurl.h:
7956         * gst/rtsp/sdp.h:
7957         * gst/rtsp/sdpmessage.c:
7958         * gst/rtsp/sdpmessage.h:
7959         * gst/rtsp/test.c:
7960         Use shiny new RTSP and SDP library.
7961         Implement RTSP extensions using the new interface.
7962         Remove a lot of old code.
7963
7964 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
7965
7966         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7967         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
7968
7969 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7970
7971         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7972         Don't unref the outgoing buffer twice when dropping it because it's
7973         outside of the segment.
7974
7975 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
7976
7977         * configure.ac:
7978         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7979         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
7980         Use the new buffer clipping function from gstaudio here and
7981         require gst-plugins-base CVS.
7982         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
7983         For framed Wavpack buffers we require a valid timestamp.
7984
7985 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7986
7987         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7988         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
7989         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
7990         Clip raw audio and video when we can, keep track of current output
7991         segment.
7992         Don't leak buffers and events when there is no output pad.
7993         Improve debugging here and there.
7994
7995 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7996
7997         * configure.ac:
7998           Sync liboil check with plugins-base.
7999
8000 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8001
8002         * ext/annodex/Makefile.am:
8003           Fix CFLAGS/LIBS.
8004
8005         * ext/cdio/gstcdiocddasrc.c:
8006         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8007           Include stdlib
8008
8009         * ext/cairo/Makefile.am:
8010         * gst/videofilter/Makefile.am:
8011         * tests/examples/level/Makefile.am:
8012           Use $(LIBM) instead of -lm
8013
8014 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8015
8016         * sys/v4l2/gstv4l2src.c:
8017           Add another example pipeline.
8018
8019 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8020
8021         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8022
8023         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8024           Use define here.
8025
8026         * sys/v4l2/gstv4l2tuner.c:
8027         (gst_v4l2_tuner_set_frequency_and_notify):
8028           Don't touch the property - its still disabled.
8029
8030         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8031         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8032         * sys/v4l2/v4l2src_calls.h:
8033           Improve fallback format negotionation. Fixes #451388
8034
8035 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8036
8037         * tests/check/elements/videocrop.c: (GST_START_TEST):
8038           Fix the test.
8039
8040 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8041
8042         * docs/plugins/Makefile.am:
8043         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8044         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8045         * docs/plugins/inspect/plugin-jpeg.xml:
8046         * docs/plugins/inspect/plugin-png.xml:
8047         * ext/jpeg/gstjpegdec.c:
8048         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8049         (gst_pngdec_sink_setcaps):
8050           More docs. More logs in pngdec.
8051
8052 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8053
8054         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8055           Initialize num_buffers with minimum value.
8056
8057         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8058         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8059           Handle frame-size query failure gracefully.
8060
8061 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8062
8063         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8064         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8065         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8066         of qt/aac files.
8067
8068 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8069
8070         * ext/wavpack/gstwavpackdec.c:
8071         (gst_wavpack_dec_clip_outgoing_buffer):
8072         Fix buffer clipping to correctly clip to the segment stop.
8073
8074 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8075
8076         * configure.ac:
8077         * tests/Makefile.am:
8078         Remove bogus check for libcheck, since we check for
8079         gstreamer-check and it pulls in the required info from there,
8080         and we weren't actually _using_ the information for libcheck
8081         ourselves anyway.
8082
8083 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8084
8085         * configure.ac:
8086           Use pkg-config to locate check.
8087
8088 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8089
8090         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8091         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8092         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8093         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8094         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8095         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8096         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8097         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8098         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8099         * gst/effectv/gstrev.c: (gst_revtv_transform):
8100         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8101         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8102         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8103         * gst/matroska/matroska-demux.c:
8104         (gst_matroska_demux_add_wvpk_header),
8105         (gst_matroska_demux_check_subtitle_buffer),
8106         (gst_matroska_decode_buffer):
8107         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8108           Fix build against core CVS.
8109
8110 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8111
8112         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8113         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8114         don't have enough granularity to convert that boolean into a
8115         GstFlowReturn.
8116
8117 2007-07-06  Michael Smith <msmith@fluendo.com>
8118
8119         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8120         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8121         (gst_alawdec_change_state):
8122         * gst/law/alaw-decode.h:
8123         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8124         (gst_mulawdec_class_init), (gst_mulawdec_init),
8125         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8126         * gst/law/mulaw-decode.h:
8127           Fix capsnego bogosity in *law decoders. 
8128
8129 2007-07-06  Michael Smith <msmith@fluendo.com>
8130
8131         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8132         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8133         (gst_smokeenc_change_state):
8134         * ext/jpeg/gstsmokeenc.h:
8135           Remove stupidity in get/set caps functions.
8136           Fix some refcounting problems.
8137
8138 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8139
8140         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8141         Remove endianness-flipping hack that seems to have been required
8142         only because of a bug in ffmpegcolorspace.
8143         Partially Fixes: #451908
8144
8145 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8146
8147         * docs/plugins/Makefile.am:
8148           Simplify --extra-dir as gtkdoc scans recursively.
8149
8150 2007-07-03  Wim Taymans  <wim@fluendo.com>
8151
8152         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8153
8154         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8155         Set the encoding-name in the rtp caps to all uppercase, as required by
8156         the caps spec.
8157         Some small cleanups in the error paths. Fixes #453037.
8158
8159 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8160
8161         * ext/wavpack/gstwavpackparse.c:
8162         (gst_wavpack_parse_index_get_last_entry),
8163         (gst_wavpack_parse_index_get_entry_from_sample),
8164         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8165         (gst_wavpack_parse_scan_to_find_sample):
8166         * ext/wavpack/gstwavpackparse.h:
8167         Use a GSList for the GArray that is used like a list anyway.
8168
8169 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8170
8171         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8172         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8173         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8174           Add state change function where we set 0/1 as default framerate in
8175           case our setcaps function isn't called, like it might not in a
8176           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8177           gdkpixbufdec trying to create caps with a 0/0 framerate.
8178           Also post an error message on the bus if gst_pad_push() fails when
8179           called from our sink event handler (+1 for flow returns for event
8180           functions in 0.11) instead of failing silently.
8181
8182 2007-06-27  Wim Taymans  <wim@fluendo.com>
8183
8184         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8185         Cast stack args to the proper types. Fixes #451249.
8186
8187 2007-06-27  Wim Taymans  <wim@fluendo.com>
8188
8189         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8190         (new_session_pad), (gst_rtspsrc_setup_streams):
8191         * gst/rtsp/gstrtspsrc.h:
8192         For container formats we only need to activate one of the streams so
8193         that we correctly signal no-more-pads. Fixes #451015.
8194
8195 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8196
8197         * docs/plugins/gst-plugins-good-plugins.args:
8198         * docs/plugins/inspect/plugin-aasink.xml:
8199         * docs/plugins/inspect/plugin-alaw.xml:
8200         * docs/plugins/inspect/plugin-alpha.xml:
8201         * docs/plugins/inspect/plugin-alphacolor.xml:
8202         * docs/plugins/inspect/plugin-annodex.xml:
8203         * docs/plugins/inspect/plugin-apetag.xml:
8204         * docs/plugins/inspect/plugin-audiofx.xml:
8205         * docs/plugins/inspect/plugin-auparse.xml:
8206         * docs/plugins/inspect/plugin-autodetect.xml:
8207         * docs/plugins/inspect/plugin-avi.xml:
8208         * docs/plugins/inspect/plugin-cacasink.xml:
8209         * docs/plugins/inspect/plugin-cairo.xml:
8210         * docs/plugins/inspect/plugin-cdio.xml:
8211         * docs/plugins/inspect/plugin-cutter.xml:
8212         * docs/plugins/inspect/plugin-debug.xml:
8213         * docs/plugins/inspect/plugin-efence.xml:
8214         * docs/plugins/inspect/plugin-effectv.xml:
8215         * docs/plugins/inspect/plugin-esdsink.xml:
8216         * docs/plugins/inspect/plugin-flac.xml:
8217         * docs/plugins/inspect/plugin-flxdec.xml:
8218         * docs/plugins/inspect/plugin-gconfelements.xml:
8219         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8220         * docs/plugins/inspect/plugin-goom.xml:
8221         * docs/plugins/inspect/plugin-halelements.xml:
8222         * docs/plugins/inspect/plugin-icydemux.xml:
8223         * docs/plugins/inspect/plugin-id3demux.xml:
8224         * docs/plugins/inspect/plugin-jpeg.xml:
8225         * docs/plugins/inspect/plugin-ladspa.xml:
8226         * docs/plugins/inspect/plugin-level.xml:
8227         * docs/plugins/inspect/plugin-matroska.xml:
8228         * docs/plugins/inspect/plugin-mulaw.xml:
8229         * docs/plugins/inspect/plugin-multipart.xml:
8230         * docs/plugins/inspect/plugin-navigationtest.xml:
8231         * docs/plugins/inspect/plugin-ossaudio.xml:
8232         * docs/plugins/inspect/plugin-png.xml:
8233         * docs/plugins/inspect/plugin-quicktime.xml:
8234         * docs/plugins/inspect/plugin-rtp.xml:
8235         * docs/plugins/inspect/plugin-rtsp.xml:
8236         * docs/plugins/inspect/plugin-smpte.xml:
8237         * docs/plugins/inspect/plugin-speex.xml:
8238         * docs/plugins/inspect/plugin-taglib.xml:
8239         * docs/plugins/inspect/plugin-udp.xml:
8240         * docs/plugins/inspect/plugin-videobalance.xml:
8241         * docs/plugins/inspect/plugin-videobox.xml:
8242         * docs/plugins/inspect/plugin-videocrop.xml:
8243         * docs/plugins/inspect/plugin-videoflip.xml:
8244         * docs/plugins/inspect/plugin-videomixer.xml:
8245         * docs/plugins/inspect/plugin-wavenc.xml:
8246         * docs/plugins/inspect/plugin-wavparse.xml:
8247         * docs/plugins/inspect/plugin-ximagesrc.xml:
8248           Update docs with caps info.
8249
8250 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8251
8252         * po/POTFILES.in:
8253           Add more files with translatable strings (#450878).
8254
8255 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8256
8257         * MAINTAINERS:
8258         Updating all the maintainers files
8259
8260 2007-06-22  Edward Hervey  <edward@fluendo.com>
8261
8262         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8263         * gst/interleave/deinterleave.c: (deinterleave_init),
8264         (deinterleave_sink_link):
8265         * gst/interleave/interleave.c: (interleave_init):
8266         * gst/median/gstmedian.c: (gst_median_init):
8267         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8268         Fix memory leaks.
8269         * tests/check/elements/id3demux.c: (pad_added_cb):
8270         Remove unused variable.
8271
8272 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8273
8274         * ext/gconf/gconf.h:
8275         Make the prototype of gst_gconf_get_key_for_sink_profile
8276         match the implementation.
8277         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8278         Fixes: #449747
8279
8280 2007-06-20  Michael Smith <msmith@fluendo.com>
8281
8282         * gst/rtp/gstrtpdepay.c:
8283           Fix description - rtpdepay is not a payloader.
8284
8285 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8286
8287         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8288         (qtdemux_video_caps):
8289         * gst/qtdemux/qtdemux_fourcc.h:
8290           Add MJPG to the variants of motion jpeg.
8291
8292 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8293
8294         * tests/check/Makefile.am:
8295         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8296         * tests/check/elements/videocrop.c: (GST_START_TEST):
8297         * tests/check/elements/videofilter.c:
8298         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8299         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8300           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8301           error flags are included and it errors out on compiler warnings
8302           for CVS builds; remove unused variables in various unit tests.
8303
8304 2007-06-19  Wim Taymans  <wim@fluendo.com>
8305
8306         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8307         (rtsp_connection_close), (rtsp_connection_free):
8308         Use threadsafe inet_ntop to convert an ip number to a string. 
8309         Fixes #447961.
8310         Don't leak fd (and ip) when freeing a connection without first closing
8311         it.
8312
8313 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8314
8315         * configure.ac:
8316         Back to CVS
8317
8318         * gst-plugins-good.doap:
8319         Add 0.10.6 to the doap file.
8320
8321 === release 0.10.6 ===
8322
8323 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8324
8325         * configure.ac:
8326           releasing 0.10.6, "Wobble Board"
8327
8328 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8329
8330         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8331         (rtsp_connection_free):
8332           Revert previous commit again, since we are frozen (sorry).
8333
8334 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8335
8336         Patch by: Peter Kjellerstedt <pkj at axis com>
8337
8338         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8339         (rtsp_connection_free):
8340           inet_ntoa() uses a static buffer internally, so we need to copy the
8341           returned string if we want to store it for later (#447961).
8342
8343 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8344
8345         * win32/vs6/autogen.dsp:
8346         * win32/vs6/gst_plugins_good.dsw:
8347         * win32/vs6/libgstalaw.dsp:
8348         * win32/vs6/libgstalpha.dsp:
8349         * win32/vs6/libgstalphacolor.dsp:
8350         * win32/vs6/libgstapetag.dsp:
8351         * win32/vs6/libgstaudiofx.dsp:
8352         * win32/vs6/libgstauparse.dsp:
8353         * win32/vs6/libgstautodetect.dsp:
8354         * win32/vs6/libgstavi.dsp:
8355         * win32/vs6/libgstcutter.dsp:
8356         * win32/vs6/libgstdirectdraw.dsp:
8357         * win32/vs6/libgstdirectsound.dsp:
8358         * win32/vs6/libgsteffectv.dsp:
8359         * win32/vs6/libgstflx.dsp:
8360         * win32/vs6/libgstgoom.dsp:
8361         * win32/vs6/libgsticydemux.dsp:
8362         * win32/vs6/libgstid3demux.dsp:
8363         * win32/vs6/libgstinterleave.dsp:
8364         * win32/vs6/libgstjpeg.dsp:
8365         * win32/vs6/libgstlevel.dsp:
8366         * win32/vs6/libgstmatroska.dsp:
8367         * win32/vs6/libgstmedian.dsp:
8368         * win32/vs6/libgstmonoscope.dsp:
8369         * win32/vs6/libgstmulaw.dsp:
8370         * win32/vs6/libgstmultipart.dsp:
8371         * win32/vs6/libgstqtdemux.dsp:
8372         * win32/vs6/libgstrtp.dsp:
8373         * win32/vs6/libgstrtsp.dsp:
8374         * win32/vs6/libgstsmpte.dsp:
8375         * win32/vs6/libgstspeex.dsp:
8376         * win32/vs6/libgstudp.dsp:
8377         * win32/vs6/libgstvideobalance.dsp:
8378         * win32/vs6/libgstvideobox.dsp:
8379         * win32/vs6/libgstvideocrop.dsp:
8380         * win32/vs6/libgstvideoflip.dsp:
8381         * win32/vs6/libgstvideomixer.dsp:
8382         * win32/vs6/libgstwaveform.dsp:
8383         * win32/vs6/libgstwavenc.dsp:
8384         * win32/vs6/libgstwavparse.dsp:
8385         Mark *.dsp & *.dsw as binary files and convert to DOS line
8386         endings, as they don't load into VS6 correctly otherwise.
8387
8388 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8389
8390         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8391         (rtsp_connection_connect):
8392         Fix the MingW build. 
8393         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8394         Fixes: #446981
8395
8396 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8397
8398         * tests/check/elements/.cvsignore:
8399         * tests/icles/.cvsignore:
8400         Hush the buildbots up
8401
8402 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8403
8404         * configure.ac:
8405         * sys/Makefile.am:
8406         * sys/directdraw/Makefile.am:
8407         * sys/directsound/Makefile.am:
8408         * sys/waveform/Makefile.am:
8409         Make sure to dist everything needed for win32 builds.
8410
8411 2007-06-14  Edward Hervey  <edward@fluendo.com>
8412
8413         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8414         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8415         caps.
8416         Fixes #447458
8417
8418 2007-06-13  Wim Taymans  <wim@fluendo.com>
8419
8420         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8421         Make sure we allocate enough memory for the codec_data.
8422         Fixes #447210.
8423
8424 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8425
8426         * win32/MANIFEST:
8427         Add videocrop project file to the win32 manifest.
8428         * win32/vs6/gst_plugins_good.dsw:
8429         Add qtdemux,videocrop and waveform projects to the workspace.
8430         * win32/vs6/libgstqtdemux.dsp:
8431         Add zlib to the link list of qtdemux.
8432         * win32/vs6/libgstvideocrop.dsp:
8433         Add a project file for videocrop.
8434
8435 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8436
8437         * po/POTFILES.in:
8438         Add qtdemux for translation
8439
8440 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8441
8442         * configure.ac:
8443         * docs/plugins/Makefile.am:
8444         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8445         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8446         * docs/plugins/inspect/plugin-videocrop.xml:
8447         * gst-plugins-good.spec.in:
8448         * sys/Makefile.am:
8449         * tests/check/Makefile.am:
8450         * tests/icles/Makefile.am:
8451         * tests/icles/videocrop-test.c:
8452         Move videocrop and osxvideo from -bad.
8453
8454 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8455
8456         * configure.ac:
8457         * docs/plugins/Makefile.am:
8458         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8459         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8460         * docs/plugins/gst-plugins-good-plugins.args:
8461         * docs/plugins/inspect/plugin-qtdemux.xml:
8462         * docs/plugins/inspect/plugin-quicktime.xml:
8463         * win32/MANIFEST:
8464         Move qtdemux from -bad.
8465
8466         * gst-plugins-good.spec.in:
8467         Update spec file to reflect moving of qtdemux and wavpack
8468
8469 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8470         
8471         * win32/MANIFEST:
8472         * docs/plugins/Makefile.am:
8473         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8474         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8475         * docs/plugins/inspect/plugin-directdraw.xml:
8476         * docs/plugins/inspect/plugin-directsound.xml:
8477         * docs/plugins/inspect/plugin-waveform.xml:
8478         Move the waveform plugin from -bad too. Update the inspect xml
8479         files to mention Plugins Good instead of Plugins Bad.
8480
8481 2007-06-12  Andy Wingo  <wingo@pobox.com>
8482
8483         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8484         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8485         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8486         finalization and resuscitation. No longer public.
8487         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8488         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8489         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8490         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8491         miniobject semantics, and be threadsafe.
8492         (gst_v4l2src_queue_frame): Remove this function, as we just call
8493         the ioctls directly in the two places where we queue buffers.
8494         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8495         directly.
8496         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8497         to allocate the pool, which also preallocates the GstBuffers.
8498         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8499         queueing the frames directly.
8500         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8501         mmap buffers have been dequeued.
8502
8503         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8504         real MiniObject instead of rolling our own refcounting and
8505         finalizing. Give it a lock.
8506         (struct _GstV4l2Buffer): Remove one intermediary object, having
8507         the buffers hold the struct v4l2_buffer directly.
8508
8509         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8510         capture_init so that it can set them on the buffers that it will
8511         create.
8512         (gst_v4l2src_get_read): For better or for worse, include the
8513         timestamping and offsetting code here; really we should be using
8514         bufferalloc though.
8515         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8516         preallocated, mmap'd buffers.
8517
8518 2007-06-11  Wim Taymans  <wim@fluendo.com>
8519
8520         Patch by: daniel fischer <dan at f3c dot com>
8521
8522         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8523         (gst_ximage_src_get_caps):
8524         Actually use the display_name property so that we can dump any
8525         available X display. Fixes #445905.
8526
8527 2007-06-11  Wim Taymans  <wim@fluendo.com>
8528
8529         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8530
8531         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8532         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8533         Add missing rate fields to caps. Fixes #441118.
8534
8535 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8536
8537         * win32/vs6/gst_plugins_good.dsw:
8538         * win32/vs8/gst-plugins-good.sln:
8539         Add DirectSound and DirectDraw sinks project files to
8540         workspace and solution files.
8541
8542 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8543
8544         Patch by: Josh Coalson <xflac at yahoo dot com>,
8545         updated by Alexis Ballier <aballier at gentoo dot org>:
8546
8547         * configure.ac:
8548         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8549         (gst_flac_dec_setup_seekable_decoder),
8550         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8551         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8552         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8553         * ext/flac/gstflacdec.h:
8554         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8555         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8556         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8557         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8558         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8559         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8560         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8561         * ext/flac/gstflacenc.h:
8562         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8563         
8564 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8565
8566         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8567         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8568         not necessary anymore as we need at least that core version. 
8569
8570 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8571
8572         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8573         (gst_wavpack_dec_chain):
8574         * ext/wavpack/gstwavpackdec.h:
8575         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8576         (gst_wavpack_parse_push_buffer):
8577         * ext/wavpack/gstwavpackparse.h:
8578         Improve discont handling by checking if the next Wavpack block has
8579         the expected, following block index.
8580
8581 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8582
8583         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8584           Fix element description.
8585
8586 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8587
8588         * configure.ac:
8589         * docs/plugins/Makefile.am:
8590         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8591         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8592         * docs/plugins/gst-plugins-good-plugins.args:
8593         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8594         * docs/plugins/gst-plugins-good-plugins.signals:
8595         * docs/plugins/inspect/plugin-autodetect.xml:
8596         * docs/plugins/inspect/plugin-gconfelements.xml:
8597         * docs/plugins/inspect/plugin-ladspa.xml:
8598         * docs/plugins/inspect/plugin-rtp.xml:
8599         * docs/plugins/inspect/plugin-wavpack.xml:
8600         * ext/Makefile.am:
8601         * tests/check/Makefile.am:
8602           move wavpack plugin.  See #352605.
8603
8604 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8605
8606         * configure.ac:
8607         * docs/plugins/Makefile.am:
8608         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8609         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8610         * docs/plugins/gst-plugins-good-plugins.args:
8611         * sys/Makefile.am:
8612         * win32/MANIFEST:
8613         Add DirectDraw & DirectSound plugins to the build and docs.
8614
8615 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8616
8617         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8618         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8619           When operating in pull mode, error out correct on not-linked.
8620
8621 2007-06-06  Andy Wingo  <wingo@pobox.com>
8622
8623         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8624         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8625         format and size if the ioctls are defined; should fix compilation
8626         on Linux < 2.16.19.
8627
8628 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
8629
8630         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8631           Printf fixes in debug statements; use LOG level for debug statements
8632           that are printed for each and every frame; convert c++ comments to
8633           C-style comments; not much point using g_try_malloc() if we then not
8634           even check the return value.
8635
8636 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8637
8638         * configure.ac:
8639           Bump requirements to released versions (core and base 0.10.13).
8640
8641         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
8642           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8643           own implementation.
8644
8645 2007-06-05  Andy Wingo  <wingo@pobox.com>
8646
8647         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
8648         some useless comments.
8649
8650         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
8651         frames before calling STREAMON, that might leave them in a state
8652         where they can't be dequeued if we go back to NULL without calling
8653         STREAMON, according to the docs.
8654         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
8655         before we call STREAMON.
8656         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
8657         failures. (For me this code hung.) The pool refcounting is still
8658         crack; added a note to that effect.
8659
8660 2007-06-05  Wim Taymans  <wim@fluendo.com>
8661
8662         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8663         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
8664         Add support for mapping gst structure names to the MIME type equivalent.
8665         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
8666
8667 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
8668
8669         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8670         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
8671         (gst_wavenc_chain), (gst_wavenc_change_state):
8672         * gst/wavenc/gstwavenc.h:
8673         Properly write wav files with width!=depth by having the depth most
8674         significant bytes set and all others zero. Fixes #442535.
8675
8676 2007-06-01  Wim Taymans  <wim@fluendo.com>
8677
8678         * gst/rtsp/rtspconnection.c:
8679         Add include to make buildbot happy.
8680
8681 2007-06-01  Wim Taymans  <wim@fluendo.com>
8682
8683         Patch by: Peter Kjellerstedt  <pkj at axis com>
8684
8685         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8686         (rtsp_connection_connect), (add_date_header),
8687         (rtsp_connection_send), (parse_response_status),
8688         (parse_request_line), (parse_line), (rtsp_connection_receive):
8689         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
8690         * gst/rtsp/rtspdefs.h:
8691         * gst/rtsp/rtspmessage.c: (key_value_foreach),
8692         (rtsp_message_init_request), (rtsp_message_init_response),
8693         (rtsp_message_remove_header), (rtsp_message_append_headers),
8694         (rtsp_message_dump):
8695         * gst/rtsp/rtspmessage.h:
8696         Improves version checking, allowing an RTSP server to reply with "505
8697         RTSP Version not supported.
8698         Adds a Date header to all messages.
8699         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
8700         want to be able to send a response even if something in the request was
8701         invalid. EINVAL is only used when passing wrong arguments to functions.
8702         Do not handle an invalid method in parse_request_line(). Defer this to
8703         the caller so it can respond with "405 Method Not Allowed".
8704         Improves parsing of the timeout parameter to the Session header,
8705         allowing whitespace after the semicolon. 
8706         Avoids a compiler warning due to variables shadowing a function argument.
8707
8708 2007-06-01  Wim Taymans  <wim@fluendo.com>
8709
8710         Based on Patch by: Daniel Charles <dcharles at ti dot com>
8711
8712         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8713         (gst_rtp_amr_depay_process):
8714         * gst/rtp/gstrtpamrdepay.h:
8715         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
8716         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
8717         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
8718         * gst/rtp/gstrtpamrpay.h:
8719         Add support for AMR-WB.
8720         Small cleanups such as using BOILERPLATE.
8721
8722 2007-05-31  Wim Taymans  <wim@fluendo.com>
8723
8724         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
8725         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
8726
8727 2007-05-30  Andy Wingo  <wingo@pobox.com>
8728
8729         * sys/v4l2/gstv4l2object.h: 
8730         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
8731         unintended changes.
8732
8733         * sys/v4l2/v4l2src_calls.h: 
8734         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
8735         the format list in the order that the driver gives it to us.
8736         (gst_v4l2src_probe_caps_for_format_and_size)
8737         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
8738         based on the capabilities of the device.
8739         (gst_v4l2src_grab_frame): Update for object variable renaming.
8740         (gst_v4l2src_set_capture): Update to be strict in its parameters,
8741         as in the set_caps below.
8742         (gst_v4l2src_capture_init): Update for object variable renaming,
8743         and reflow.
8744         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
8745         (gst_v4l2src_capture_deinit): Update for object variable renaming.
8746         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
8747         (gst_v4l2src_get_fps): Remove; these functions don't have much
8748         meaning outside of an atomic set_caps method.
8749         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
8750         known.
8751
8752         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
8753         call to update_fps; not sure about this change.
8754         (gst_v4l2_tuner_set_norm): Work around the fact that for the
8755         moment we don't have an update_fps_func.
8756
8757         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
8758         structures in the object, just store what we need. Do store the
8759         probed caps of the device. Don't store the current frame rate.
8760
8761         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
8762         update_fps_function, for now. Update for new object variable
8763         naming.
8764         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
8765         new object variable naming.
8766         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
8767         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
8768         (gst_v4l2src_get_caps): Rework to probe the device for supported
8769         frame sizes and frame rates.
8770         (gst_v4l2src_set_caps): Rework to be strict in the given
8771         parameters: if someone asks us to have a certain size and rate,
8772         that is what we configure.
8773         (gst_v4l2src_get_read): Update for object variable naming. Don't
8774         leak buffers on short reads.
8775         (gst_v4l2src_get_mmap): Update for object variable naming, and add
8776         comments.
8777         (gst_v4l2src_create): Update for object variable naming.
8778
8779 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8780
8781         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
8782         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
8783         * gst/avi/gstavidemux.h:
8784           Parse subtitle text streams instead of erroring out (#442034). Still
8785           needs a parser for the subtitles to actually show up.
8786
8787 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8788
8789         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
8790         (gst_avi_demux_loop):
8791           Make _push_event() return TRUE if the event could be pushed on at
8792           least one pad and not only if it could be pushed on all pads,
8793           otherwise we'll end up posting an error message on EOS if one or
8794           more source pads are not connected.
8795
8796 2007-05-28  Wim Taymans  <wim@fluendo.com>
8797
8798         * gst/rtsp/rtsptransport.c:
8799         Use renamed RTP bin.
8800
8801 2007-05-28  Wim Taymans  <wim@fluendo.com>
8802
8803         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
8804
8805         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8806         (gst_video_box_set_property), (gst_video_box_transform_caps),
8807         (video_box_recalc_transform), (gst_video_box_set_caps),
8808         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8809         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8810         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8811         (gst_video_box_i420_i420), (gst_video_box_transform),
8812         (plugin_init):
8813         Add AYUV->AYUV and AYUV->I420 formats. 
8814         Fix negotiation and I420->AYUV conversion.
8815         Fixes #429329.
8816
8817 2007-05-26  Wim Taymans  <wim@fluendo.com>
8818
8819         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8820         Use different variables for nested for loops so that the outer loop
8821         functions properly and speex files with multiple frames per buffer work
8822         properly.
8823         Fixes #441408.
8824
8825 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8826
8827         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8828           Don't leak newsegment events.
8829
8830 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8831
8832         * gst/wavparse/Makefile.am:
8833           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8834           drags it in.
8835
8836 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8837
8838         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8839         (notgst_value_array_append_buffer),
8840         (gst_flac_enc_process_stream_headers),
8841         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8842         (gst_flac_enc_change_state):
8843         * ext/flac/gstflacenc.h:
8844           Collect headers, add "streamheader" field to output caps and set
8845           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8846           produces output according to the official FLAC-to-Ogg mapping
8847           instead of completely broken files. Fixes #426044.
8848
8849 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8850
8851         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8852         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8853         (gst_id3demux_sink_event):
8854         * gst/id3demux/gstid3demux.h:
8855         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8856         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8857         (gst_tag_demux_send_new_segment):
8858         Handle and adjust new-segment events so that downstream really
8859         sees a stream with the tag pieces stripped off the front and back.
8860         Fixes strangeness in seeking when mp3 decoders use the new-segment
8861         byte position to estimate their current playback position timestamp
8862         and then the arriving buffers don't match up.
8863
8864 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8865
8866         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8867           Don't unnecessarily perform a READY->NULL->READY transition on the
8868           detected audio sink when starting up. Fixes: #440127
8869
8870 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8871
8872         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8873         (gst_flac_enc_chain):
8874           Don't crash in chain function if setcaps hasn't been called.
8875
8876 2007-05-24  Wim Taymans  <wim@fluendo.com>
8877
8878         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8879         Init value to avoid infinte loops.
8880
8881 2007-05-24  Wim Taymans  <wim@fluendo.com>
8882
8883         Patch by: Peter Kjellerstedt  <pkj at axis com>
8884
8885         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8886         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8887         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8888         (gst_rtspsrc_play):
8889         (rtsp_connection_send), (rtsp_connection_receive):
8890         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8891         Fix for new API.
8892
8893         * gst/rtsp/rtspconnection.c: (add_auth_header),
8894         Only add authorisation and session headers when sending messages.
8895
8896         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8897         (rtsp_message_init_request), (rtsp_message_init_response),
8898         (rtsp_message_unset), (rtsp_message_add_header),
8899         (rtsp_message_remove_header), (rtsp_message_get_header),
8900         (rtsp_message_append_headers), (dump_key_value),
8901         (rtsp_message_dump):
8902         * gst/rtsp/rtspmessage.h:
8903         Add support for multiple headers of the same type by storing the parsed
8904         headers in a GArray instaed of a hashtable.
8905
8906 2007-05-21  Wim Taymans  <wim@fluendo.com>
8907
8908         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8909         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8910         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8911         safer shutdown.
8912
8913 2007-05-21  Wim Taymans  <wim@fluendo.com>
8914
8915         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8916         * gst/rtsp/gstrtpdec.h:
8917         Added signal for backwards compat.
8918
8919 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8920         
8921         Patch by: René Stadler <mail at renestadler dot de>
8922
8923         * configure.ac:
8924         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8925         (gst_au_parse_parse_header), (gst_au_parse_chain):
8926         * gst/auparse/gstauparse.h:
8927         Use audioconvert for converting from non-native endianness floats
8928         in auparse instead of doing it ourself. Fixes #424527.
8929         This needs the audioconvert from plugins-base CVS.
8930         
8931 2007-05-21  Wim Taymans  <wim@fluendo.com>
8932
8933         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8934         (gst_rtp_h263p_pay_flush):
8935         Fix enum registration.
8936
8937 2007-05-21  Wim Taymans  <wim@fluendo.com>
8938
8939         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8940
8941         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8942         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
8943         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
8944         (gst_rtp_h263p_pay_flush):
8945         * gst/rtp/gstrtph263ppay.h:
8946         Add new fragmentation mode base on GOB headers. Fixes #438940.
8947
8948 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
8949
8950         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
8951           Printf format fix.
8952
8953 2007-05-18  Wim Taymans  <wim@fluendo.com>
8954
8955         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8956         Don't crash when an unsupported transport error was returned by the
8957         server, just try to configure the next stream. Fixes #439255.
8958
8959 2007-05-18  Wim Taymans  <wim@fluendo.com>
8960
8961         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8962         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8963         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
8964         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8965         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
8966         * gst/rtsp/gstrtspsrc.h:
8967         Add TCP timeout property and use it for all TCP connection.
8968
8969         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8970         (rtsp_connection_write), (rtsp_connection_next_timeout),
8971         (rtsp_connection_reset_timeout):
8972         Make connect and writes cancelable and make them use the timeout.
8973
8974 2007-05-18  Wim Taymans  <wim@fluendo.com>
8975
8976         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
8977         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8978         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8979         (gst_rtspsrc_setup_streams):
8980         Refactor timeout handling.
8981         Also send keep-alive when dealing with TCP transport.
8982
8983         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8984         (rtsp_connection_free), (rtsp_connection_next_timeout),
8985         (rtsp_connection_reset_timeout):
8986         * gst/rtsp/rtspconnection.h:
8987         Use a timer to handle the session timeouts, add some methods to deal
8988         with timeouts.
8989
8990 2007-05-17  Wim Taymans  <wim@fluendo.com>
8991
8992         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8993         (gst_rtspsrc_setup_streams):
8994         Ignore streams that fail the setup command, we will retry with a
8995         different transport later on.
8996
8997         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8998         (rtsp_ext_wms_configure_stream):
8999         Fix encoding name case.
9000
9001 2007-05-16  Edward Hervey  <edward@fluendo.com>
9002
9003         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9004         Fix build on macosx.
9005
9006 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9007
9008         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9009         Replace direct comparison of a string with the string literal "" with
9010         a comparison of the first character with '\0'. Fixes #438926.
9011
9012 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9013
9014         * gst/debug/breakmydata.c (gst_break_my_data_init):
9015           One more try. This should be the proper fix now.
9016
9017 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9018
9019         * gst/debug/breakmydata.c:
9020           Ooops, no // comments please.
9021
9022 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9023
9024         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9025         (gst_break_my_data_init):
9026           Fix gst_buffer_is_writable() assertion.
9027
9028 2007-05-14  David Schleef  <ds@schleef.org>
9029
9030         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9031           video/x-raw-bayer.  Fixes #314160.
9032
9033 2007-05-14  Wim Taymans  <wim@fluendo.com>
9034
9035         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9036         (gst_rtp_theora_depay_parse_configuration):
9037         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9038         (gst_rtp_theora_pay_finish_headers),
9039         (gst_rtp_theora_pay_handle_buffer):
9040         Update theora pay/depayloader in a similar to vorbis.
9041
9042         * gst/rtp/gstrtpvorbisdepay.c:
9043         (gst_rtp_vorbis_depay_parse_configuration):
9044         Update docs.
9045
9046 2007-05-14  Wim Taymans  <wim@fluendo.com>
9047
9048         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9049         When we try to execute a method that is not supported by the server,
9050         don't error out but remove the method from the accepted methods so that
9051         we never try to perform this method again.
9052
9053 2007-05-14  Wim Taymans  <wim@fluendo.com>
9054
9055         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9056         Remove annoying _dump_mem.
9057
9058 2007-05-14  Wim Taymans  <wim@fluendo.com>
9059
9060         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9061         Parse range correctly.
9062
9063         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9064         The baseurl now always has a '/' at the start.
9065
9066 2007-05-14  Wim Taymans  <wim@fluendo.com>
9067
9068         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9069         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9070         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9071         Factor out caps configuration and configure more stuff such as the time
9072         ranges and speed/scale values.
9073
9074         * gst/rtsp/rtsptransport.c:
9075         Add Copyright after non-trival fixes.
9076
9077 2007-05-12  Wim Taymans  <wim@fluendo.com>
9078
9079         Patch by: Peter Kjellerstedt  <pkj at axis com>
9080
9081         * gst/rtsp/gstrtspsrc.h:
9082         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9083         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9084         (rtsp_message_get_header):
9085         * gst/rtsp/rtspmessage.h:
9086         Make channel guint8 where possible.
9087         Make rtsp_message_init_data() take the channel as a guint8.
9088
9089         * gst/rtsp/rtspdefs.c:
9090         Fixed a typo: Timout -> Timeout
9091
9092         * gst/rtsp/rtspdefs.h:
9093         Make RTSP_CHECK() behave as a statement.
9094
9095         * gst/rtsp/sdpmessage.c:
9096         Avoid a compiler warning in INIT_ARRAY().
9097         Fixes #437692.
9098
9099 2007-05-12  Wim Taymans  <wim@fluendo.com>
9100
9101         Patch by: Peter Kjellerstedt  <pkj at axis com>
9102
9103         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9104         (rtsp_url_get_request_uri):
9105         * gst/rtsp/rtspurl.h:
9106         Add support for query parameters to RTSP URLs.
9107
9108 2007-05-12  Wim Taymans  <wim@fluendo.com>
9109
9110         Patch by: Peter Kjellerstedt  <pkj at axis com>
9111
9112         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9113         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9114         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9115         (rtsp_transport_parse), (rtsp_transport_as_text):
9116         * gst/rtsp/rtsptransport.h:
9117         Add validation to rtsp_transport_parse().
9118         Add rtsp_transport_as_text() to generate an RTSP header from an
9119         RTSPTransport.
9120         Change ssrc to guint (was a string) since that is what it is, even
9121         though it is sent as a hex string.
9122         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9123         incorrect, which can be seen when looking at the examples in the RFC).
9124         Fixes #437670.
9125
9126 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9127
9128         Patch by: Eric Anholt
9129
9130         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9131           gst_ximage_src_ximage_get):
9132         Use union of all damage between frames to make it faster.
9133         Fixes bug #342463.
9134         Also fix crasher when cursor is at bottom right of window.
9135
9136 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9137
9138         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9139           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9140           streaming mode regression for file from #343837 with 'bext' chunk
9141           before the 'fmt' chunk.
9142
9143 2007-05-11  Wim Taymans  <wim@fluendo.com>
9144
9145         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9146         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9147         (gst_rtspsrc_handle_src_event),
9148         (gst_rtspsrc_stream_configure_manager),
9149         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9150         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9151         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9152         * gst/rtsp/gstrtspsrc.h:
9153         * gst/rtsp/rtspdefs.h:
9154         Preliminary seek support.
9155         Activate internal pads so that we can receive events on them.
9156         Don't try to parse a range string when it's NULL.
9157
9158 2007-05-11  Wim Taymans  <wim@fluendo.com>
9159
9160         * gst/rtp/README:
9161         Update README with new RTP variables that will be used for
9162         synchronisation.
9163
9164         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9165         (gst_rtp_vorbis_depay_parse_configuration),
9166         (gst_rtp_vorbis_depay_process):
9167         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9168         (gst_rtp_vorbis_pay_finish_headers),
9169         (gst_rtp_vorbis_pay_handle_buffer):
9170         Update vorbis pay and depayloader to draft-04.
9171
9172 2007-05-11  Wim Taymans  <wim@fluendo.com>
9173
9174         * gst/rtsp/rtsptransport.c:
9175         UDP MCAST is actually the default for RTP/AVP.
9176 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9177
9178         * gst/level/gstlevel.c: (gst_level_transform_ip):
9179         Use guint8 * instead of gpointer then vs6 can build 
9180         in_data += (filter->width / 8).
9181
9182 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9183
9184         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9185           gst_ximage_src_ximage_get):
9186         * sys/ximage/gstximagesrc.h (last_ximage):
9187         When using Damage actually keep the last frame, and not assume
9188         that the buffer we get already has the last frame on it.
9189         Copy the cursor over if we specify a non-zero start x and
9190         start y.
9191
9192 2007-05-11  Wim Taymans  <wim@fluendo.com>
9193
9194         * gst/rtsp/rtsptransport.c:
9195         Make UDP the default transport when not specified.
9196
9197 2007-05-09  David Schleef  <ds@schleef.org>
9198
9199         * gst/level/gstlevel.c:
9200           Revert last change.
9201
9202 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9203
9204         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9205         (gst_level_transform_ip):
9206         Use guint8 * instead of gpointer then vs6 know the size of data
9207         pointed when moving the pointer.
9208         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9209         Move instructions after variables declaration.
9210         * win32/vs6/autogen.dsp:
9211         * win32/vs6/libgstrtp.dsp:
9212         * win32/vs6/libgstrtsp.dsp:
9213         Update vs6 project files.
9214
9215 2007-05-09  Wim Taymans  <wim@fluendo.com>
9216
9217         * gst/rtsp/Makefile.am:
9218         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9219         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9220         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9221         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9222         (rtsp_range_free):
9223         * gst/rtsp/rtsprange.h:
9224         Add code to parse time ranges.
9225         Report DURATION on the stream when possible.
9226
9227 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9228
9229         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9230         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9231         (gst_videomixer_collected):
9232           Fix strides calculation for AYUV (it's just width*4) (#436910).
9233
9234 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9235
9236         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9237         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9238         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9239         Sync the GObject properties before each processing step to properly
9240         work with the controller.
9241
9242 2007-05-04  Wim Taymans  <wim@fluendo.com>
9243
9244         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9245         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9246         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9247         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9248         (gst_rtspsrc_change_state):
9249         Let more error state trickle down so that we can catch more error
9250         cases.
9251         Handle keep-alive a little smarter by selecting a method the server
9252         actually supports.
9253         Fix a race in UDP streaming shutdown.
9254
9255 2007-05-04  Wim Taymans  <wim@fluendo.com>
9256
9257         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9258         Ignore errors when trying to use the keep-alive messages.
9259
9260 2007-05-04  Wim Taymans  <wim@fluendo.com>
9261
9262         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9263         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9264         (gst_rtspsrc_stream_configure_manager),
9265         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9266         (gst_rtspsrc_stream_configure_mcast),
9267         (gst_rtspsrc_stream_configure_udp),
9268         (gst_rtspsrc_stream_configure_udp_sink),
9269         (gst_rtspsrc_stream_configure_transport):
9270         Send RTCP messages back to the server over the TCP connection.
9271
9272         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9273         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9274         (rtsp_connection_receive):
9275         * gst/rtsp/rtspconnection.h:
9276         Factor out and expose lowlevel _write and _read methods.
9277         Implement sending data messages to the server.
9278
9279 2007-05-03  Wim Taymans  <wim@fluendo.com>
9280
9281         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9282         (gst_multipart_mux_collected):
9283         Fix timestamps on outgoing buffers.
9284
9285 2007-05-03  Wim Taymans  <wim@fluendo.com>
9286
9287         * gst/multipart/multipartmux.c:
9288         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9289         (gst_multipart_mux_change_state):
9290         Emit NEWSEGMENT events before pushing the first buffer.
9291
9292 2007-05-03  Wim Taymans  <wim@fluendo.com>
9293
9294         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9295         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9296         (gst_rtspsrc_handle_src_query),
9297         (gst_rtspsrc_stream_configure_manager),
9298         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9299         (gst_rtspsrc_stream_configure_mcast),
9300         (gst_rtspsrc_stream_configure_udp),
9301         (gst_rtspsrc_stream_configure_udp_sink),
9302         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9303         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9304         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9305         (gst_rtspsrc_pause):
9306         Refactor transport configuration code.
9307         Create internal pads for TCP transport so that we can implement events
9308         and queries.
9309         Handle events and queries.
9310         Parse range from the SDP.
9311         Fix race in pause handler where the connection could still be flushing.
9312
9313 2007-05-02  Wim Taymans  <wim@fluendo.com>
9314
9315         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9316         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9317         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9318         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9319         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9320         (gst_rtspsrc_change_state):
9321         * gst/rtsp/gstrtspsrc.h:
9322         Fix race when multiple udp sources post timeouts, just act on the first
9323         received timeout.
9324         Protect stream list with a recursive lock to fix some races.
9325         Flush connection when we need to do a reconnect or stop.
9326         Make state lock recursive.
9327
9328         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9329         (rtsp_connection_close):
9330         Some small cleanups.
9331
9332 2007-05-02  Wim Taymans  <wim@fluendo.com>
9333
9334         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9335         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9336         Only set DISCONT when there actually is a discont or when we just
9337         started.
9338
9339 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9340
9341         * ext/flac/gstflac.c: (plugin_init):
9342         Call bindtextdomain() to get localized strings.
9343
9344 2007-05-02  Wim Taymans  <wim@fluendo.com>
9345
9346         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9347         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9348         (gst_wavparse_stream_data):
9349         * gst/wavparse/gstwavparse.h:
9350         Be a bit more clever when dealing with VBR files with FACT tags, we
9351         don't want to timestamp buffers in that case but the estimated BPS can
9352         be used for seeking.
9353         Only send close segment in the streaming thread.
9354
9355 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9356
9357         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9358         Correctly post an error on the bus if something went wrong in the loop
9359         function. This fixes a few cases where the task was paused and nothing
9360         happened anymore.
9361
9362 2007-05-02  Wim Taymans  <wim@fluendo.com>
9363
9364         * gst/rtsp/test.c: (main):
9365         Fix compilation of deprecated test just because I'm too lazy to delete
9366         it.
9367
9368 2007-05-02  Wim Taymans  <wim@fluendo.com>
9369
9370         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9371         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9372         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9373         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9374         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9375         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9376         * gst/rtsp/gstrtspsrc.h:
9377         Fix sending RTCP to the right place.
9378         Fix bug in reffing the wrong UDP element.
9379         Use new pad names for the session manager.
9380         Implement handling server requests in interleaved and UDP modes.
9381         Handle session keep-alive in UDP modes.
9382         Remove GCond for handling UDP timeouts.
9383
9384         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9385         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9386         (rtsp_connection_receive), (rtsp_connection_close):
9387         * gst/rtsp/rtspconnection.h:
9388         Store connection IP address for later.
9389         Add timeout args to all operations that might block forever.
9390         Parse session timeout.
9391         Only close sockets when not already closed.
9392
9393         * gst/rtsp/rtspdefs.c:
9394         * gst/rtsp/rtspdefs.h:
9395         Add timeout return value and error string.
9396
9397         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9398         Add small comment.
9399
9400 2007-05-01  Wim Taymans  <wim@fluendo.com>
9401
9402         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9403
9404         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9405         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9406         * gst/rtp/gstrtpmp4vpay.h:
9407         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9408
9409 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9410
9411         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9412           Remove v4l2src from docs, since it breaks the docs build, and the
9413           plugin is only built if --enable-experimental is used anyway.
9414
9415         * docs/plugins/Makefile.am:
9416           Spaces => tab.
9417
9418 2007-04-29  Wim Taymans  <wim@fluendo.com>
9419
9420         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9421         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9422         Add code to drop membership of a multicast group.
9423
9424         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9425         (gst_udpsink_set_uri):
9426         Implement URI handler.
9427
9428         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9429         (gst_rtspsrc_parse_rtpinfo):
9430         Use URI handler to make udpsink instace.
9431         Improve code to configure port and destination.
9432
9433 2007-04-29  Wim Taymans  <wim@fluendo.com>
9434
9435         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9436         Fix multicast detection.
9437         Don't try to join a multicast group if the address is not multicast.
9438
9439         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9440         Small debug improvement.
9441
9442 2007-04-27  Wim Taymans  <wim@fluendo.com>
9443
9444         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9445         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9446         (gst_rtspsrc_handle_message):
9447         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9448         parent.
9449
9450 2007-04-27  Wim Taymans  <wim@fluendo.com>
9451
9452         * gst/rtp/gstrtpilbcdepay.h:
9453         Fix mode property when specified as an arg.
9454
9455 2007-04-26  Edward Hervey  <edward@fluendo.com>
9456
9457         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9458         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9459         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9460         * docs/plugins/inspect/plugin-osxaudio.xml:
9461         Add documentation for osxaudio plugin.
9462
9463 2007-04-26  Wim Taymans  <wim@fluendo.com>
9464
9465         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9466         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9467         (gst_rtspsrc_open), (gst_rtspsrc_close),
9468         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9469         (gst_rtspsrc_pause):
9470         * gst/rtsp/gstrtspsrc.h:
9471         Protect state changes with a lock.
9472
9473         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9474         (parse_line):
9475         * gst/rtsp/rtspconnection.h:
9476         Remove some unused stuff.
9477
9478 2007-04-26  Wim Taymans  <wim@fluendo.com>
9479
9480         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9481         Handle the case where there are exactly 0 bytes to read and the ioctl
9482         did not report an error. Fixes #433530.
9483
9484 2007-04-26  Wim Taymans  <wim@fluendo.com>
9485
9486         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9487         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9488         * gst/wavparse/gstwavparse.h:
9489         Apply DISCONT to buffers.
9490         Only apply timestamp to the first sample after a DISCONT, too many VBR
9491         files cause random jitter in the timestamps. Fixes #433119.
9492
9493 2007-04-25  Wim Taymans  <wim@fluendo.com>
9494
9495         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9496         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9497         (gst_rtp_dec_get_property):
9498         * gst/rtsp/gstrtpdec.h:
9499         Add dummy latency property to be backwards compat with rtpbin.
9500
9501         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9502         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9503         (gst_rtspsrc_stream_configure_transport),
9504         (gst_rtspsrc_parse_rtpinfo):
9505         * gst/rtsp/gstrtspsrc.h:
9506         Add latency property and configure in the session manager.
9507         Don't set invalid clock-base and seqnum-base on caps, some servers
9508         sometimes don't send them.
9509
9510 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9511
9512         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9513         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9514           Double-check that RGB input caps are really RGBA caps (apparently
9515           the core doesn't always catch it if those caps aren't a subset of
9516           our template caps, also see #421543). Fixes #429319 in a way.
9517           Also, don't leak the pad template in the transform_caps function.
9518
9519         * tests/check/Makefile.am:
9520         * tests/check/elements/.cvsignore:
9521         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9522         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9523         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9524         (GST_START_TEST), (alphacolor_suite):
9525           Add some basic unit tests for alphacolor.
9526
9527 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9528
9529         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9530           If we get a fatal flow return in the loop function, first post the
9531           error message and only then send the EOS event downstream, otherwise
9532           applications might get an eos message before the error message and
9533           think everything was ok (related to #429319).
9534
9535 2007-04-25  Wim Taymans  <wim@fluendo.com>
9536
9537         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9538         Read the channel byte as an unsigned byte.
9539
9540 2007-04-25  Wim Taymans  <wim@fluendo.com>
9541
9542         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9543         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9544         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9545         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9546         (gst_rtp_gsm_depay_setcaps):
9547         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9548         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9549         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9550         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9551         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9552         (gst_ilbc_depay_get_property):
9553         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9554         * gst/rtp/gstrtpmp4adepay.c:
9555         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9556         (gst_rtp_pcma_depay_setcaps):
9557         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9558         (gst_rtp_pcmu_depay_setcaps):
9559         Make sure we configure the clock_rate in the baseclass in the setcaps
9560         function. Fixes #431282.
9561
9562 2007-04-25  Wim Taymans  <wim@fluendo.com>
9563
9564         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9565         (gst_rtspsrc_stream_free), (request_pt_map),
9566         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9567         * gst/rtsp/gstrtspsrc.h:
9568         Parse server address from SDP.
9569         Hook up a udpsink to send RTCP back to the server.
9570
9571         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9572         * gst/rtsp/rtsptransport.h:
9573         Add some docs.
9574
9575 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9576
9577         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9578           Make header field check conditional. Fixes #433135
9579
9580 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9581
9582         * docs/plugins/Makefile.am:
9583         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9584         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9585         * docs/plugins/inspect/plugin-alphacolor.xml:
9586         * gst/alpha/Makefile.am:
9587         * gst/alpha/gstalphacolor.c:
9588         * gst/alpha/gstalphacolor.h:
9589           Add minimal docs blurb to alphacolor; split out headers into
9590           separate header file for gtk-doc.
9591
9592 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9593
9594         * gst/debug/progressreport.c: (gst_progress_report_report):
9595           Don't try to post NULL message (in case we can't query upstream
9596           position or duration).
9597
9598 2007-04-18  Michael Smith  <msmith@fluendo.com>
9599
9600         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9601         (gst_cutter_get_caps):
9602         * gst/cutter/gstcutter.h:
9603           Fix some of the most obvious bugs in cutter. Now doesn't leak
9604           everything if input is silent.
9605
9606 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9607
9608         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9609         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9610         * gst/wavenc/gstwavenc.h:
9611         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9612         else results in a invalid block align and invalid files.
9613
9614 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9615
9616         Patch by: Snaik <snaik32 gmail com>
9617
9618         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9619           Add missing break statement for BOX_HORIZONTAL case.
9620
9621 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9622
9623         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9624
9625         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9626         Use correct format strings for integer types.
9627
9628 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9629
9630         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9631         (gst_wavparse_create_sourcepad):
9632         Use gst_riff_create_audio_template_caps () instead of the local caps.
9633         This makes updates of the local caps unecessary whenever libgstriff
9634         gets support for new formats.
9635
9636 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
9637
9638         Patch by: Brian Cameron  <brian.cameron at sun dot com>
9639
9640         * sys/sunaudio/gstsunaudio.c:
9641         * sys/sunaudio/gstsunaudiomixer.c:
9642         * sys/sunaudio/gstsunaudiomixer.h:
9643         * sys/sunaudio/gstsunaudiomixerctrl.c:
9644         * sys/sunaudio/gstsunaudiomixerctrl.h:
9645         * sys/sunaudio/gstsunaudiomixertrack.h:
9646         * sys/sunaudio/gstsunaudiosink.c:
9647         * sys/sunaudio/gstsunaudiosink.h:
9648         * sys/sunaudio/gstsunaudiosrc.c:
9649         * sys/sunaudio/gstsunaudiosrc.h:
9650           Fix and/or update copyright attributions (#430228).
9651
9652 2007-04-13  Wim Taymans  <wim@fluendo.com>
9653
9654         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9655         Fix docs.
9656
9657         * gst/rtsp/URLS:
9658         Add some more example urls.
9659
9660         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9661         (gst_rtp_dec_chain_rtp):
9662         Better debugging.
9663
9664         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
9665         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9666         (gst_rtspsrc_parse_rtpinfo):
9667         Remove unused code.
9668
9669 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9670
9671         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9672         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9673         (gst_wavparse_stream_data):
9674           Relax the audio/mpeg caps again and add FIXME: comment.
9675
9676 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9677
9678         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9679         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9680         (gst_wavparse_stream_data):
9681         * gst/wavparse/gstwavparse.h:
9682           More sanity check for the header fields. Fix type for 'rate' header
9683           field.
9684
9685 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9686
9687         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
9688         (gst_icydemux_unicodify):
9689           If the metadata strings we get in the stream are not UTF-8, try to
9690           interpret them according to the character encodings specified in the
9691           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
9692           only fall back to locale/ISO-8859-1 if those aren't set or don't
9693           work. Should fix #428901.
9694
9695 2007-04-12  Wim Taymans  <wim@fluendo.com>
9696
9697         * gst/rtp/gstrtph264depay.c:
9698         Use the proper sync word for SPS and PPS.
9699
9700 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9701
9702         * gst/rtp/Makefile.am:
9703         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
9704           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
9705         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
9706           Add a simple hashing implementation that we can use to generate
9707           a 24-bit ident value based on the codebooks for vorbis and theora.
9708         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
9709           gst_rtp_theora_pay_handle_buffer):
9710         * gst/rtp/gstrtpvorbisdepay.c
9711           (gst_rtp_vorbis_depay_parse_configuration,
9712           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
9713         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
9714           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
9715           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
9716           Use the hashing function, ensuring that the same codebooks result
9717           in the same ident and thus the same SDP description.
9718           Various log fixes/changes.
9719
9720 2007-04-12  Wim Taymans  <wim@fluendo.com>
9721
9722         Patch by: jerry tan <jerry dot tan at sun dot com>
9723
9724         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9725         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
9726         application's responsibility to make sure it open the device once.
9727         Remove a careless error if AUDIODEV is set. Fixes #392620.
9728
9729 2007-04-12  Wim Taymans  <wim@fluendo.com>
9730
9731         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9732         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
9733         * gst/rtsp/gstrtpdec.h:
9734         Make backward compat with rtpbin by adding the request-pt-map signals.
9735
9736         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9737         (new_session_pad), (request_pt_map),
9738         (gst_rtspsrc_stream_configure_transport),
9739         (gst_rtspsrc_stream_configure_caps),
9740         (gst_rtspsrc_activate_streams):
9741         * gst/rtsp/gstrtspsrc.h:
9742         Implement request-pt-map signals instead of setting caps on the buffers
9743         for the session manager.
9744
9745 2007-04-11  Wim Taymans  <wim@fluendo.com>
9746
9747         * gst/udp/gstudp.c: (plugin_init):
9748         Register GstNetBuffer in plugin_init so that the type can be used from
9749         multiple threads without races.
9750
9751 2007-04-10  Wim Taymans  <wim@fluendo.com>
9752
9753         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9754         (gst_rtp_amr_depay_process):
9755         Fix depayloader clock_rate and some cleanups.
9756
9757         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
9758         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9759         * gst/rtp/gstrtph264depay.h:
9760         Don't push codec_data in the adapter because it might get flushed when
9761         we get a discont.
9762
9763         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9764         Handle multiple AU per packet.
9765
9766         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
9767         (gst_rtp_sv3v_depay_plugin_init):
9768         Disable rank, this one does not work.
9769         Remove timestamping, base class does that.
9770
9771 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
9772
9773         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9774           limit caps to the formats we announce in the template
9775
9776         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9777         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9778         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
9779           fix some crashers/asserts when dealing with broken files
9780
9781 2007-04-10  Wim Taymans  <wim@fluendo.com>
9782
9783         Patch by: Peter Kjellerstedt  <pkj at axis com>
9784
9785         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9786         * gst/rtp/gstrtpL16depay.c:
9787         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9788         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9789         (gst_rtp_speex_depay_setcaps):
9790         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9791         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
9792         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9793         Fix some compiler warnings. Fixes #428182.
9794
9795 2007-04-06  Wim Taymans  <wim@fluendo.com>
9796
9797         * gst/rtsp/Makefile.am:
9798         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9799         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9800         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9801         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9802         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9803         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9804         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9805         (create_rtcp), (gst_rtp_dec_request_new_pad),
9806         (gst_rtp_dec_release_pad):
9807         * gst/rtsp/gstrtpdec.h:
9808         * gst/rtsp/gstrtsp.c: (plugin_init):
9809         Morph RTPDec into something compatible with RTPBin as a fallback.
9810         Various other style fixes.
9811
9812         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9813         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9814         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9815         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9816         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9817         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9818         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9819         * gst/rtsp/gstrtspsrc.h:
9820         Implement RTPBin session manager handling.
9821         Don't try to add empty properties to caps.
9822         Implement fallback session manager, handling.
9823         Don't combine errors from RTCP streams, just ignore them.
9824
9825         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9826         * gst/rtsp/rtsptransport.h:
9827         Implement fallback session manager.
9828         Make RTPBin the default one when available.
9829
9830 2007-04-05  Wim Taymans  <wim@fluendo.com>
9831
9832         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9833         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9834         This element is ready to be autoplugged.
9835
9836 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9837
9838         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9839         Don't leave the offsets defined by upstream element on the
9840         compressed data buffer we are pushing downstream. Make them
9841         GST_BUFFER_OFFSET_NONE.
9842
9843 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9844
9845         * gst/avi/README:
9846         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9847         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9848         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9849         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9850         (gst_avi_demux_calculate_durations_from_index),
9851         (gst_avi_demux_stream_header_push),
9852         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9853         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9854           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9855
9856 2007-04-03  Wim Taymans  <wim@fluendo.com>
9857
9858         * gst/smpte/barboxwipes.c:
9859         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9860
9861 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9862
9863         * gst/wavparse/gstwavparse.c:
9864         Support audio/x-raw-float in wav files. This only works with
9865         plugins-base CVS, using an older version doesn't have any
9866         disadvantages though.
9867
9868 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9869
9870         * configure.ac:
9871         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9872         (gst_au_parse_parse_header), (gst_au_parse_chain):
9873         * gst/auparse/gstauparse.h:
9874         Revert last change as we don't want plugins-good to depend on
9875         plugins-base CVS now.
9876
9877 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9878
9879         * configure.ac:
9880         Require gst-plugins-base CVS for audioconvert with non-native
9881         float support and width/depth fix in libgstriff.
9882
9883         Patch by: René Stadler <mail at renestadler dot de>
9884
9885         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9886         (gst_au_parse_parse_header), (gst_au_parse_chain):
9887         * gst/auparse/gstauparse.h:
9888         Don't swap the floats ourself if they're not in native endianness.
9889         Instead let audioconvert handle this. Fixes #339838.
9890
9891 2007-03-29  Wim Taymans  <wim@fluendo.com>
9892
9893         * gst/rtp/gstasteriskh263.h:
9894         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9895         (gst_rtp_h263p_depay_change_state):
9896         * gst/rtp/gstrtph263pdepay.h:
9897         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9898         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9899         (gst_rtp_h264_depay_change_state):
9900         * gst/rtp/gstrtph264depay.h:
9901         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9902         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9903         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9904         Flush adapter on disconts.
9905
9906 2007-03-29  Wim Taymans  <wim@fluendo.com>
9907
9908         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9909         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9910         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9911         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9912         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9913         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9914         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9915         (gst_rtp_mp4v_depay_process):
9916         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9917         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9918         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9919         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9920         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9921         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
9922         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
9923         Use more efficient adapter and rtpbuffer methods when possible.
9924
9925 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9926
9927         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9928         (gst_wavenc_sink_setcaps):
9929         Correctly handle width!=depth input.
9930         * gst/wavparse/gstwavparse.c:
9931         Already export in the caps that width==8 uses unsigned samples and
9932         everything else uses signed samples.
9933
9934 2007-03-29  Wim Taymans  <wim@fluendo.com>
9935
9936         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9937
9938         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
9939         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
9940         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
9941         (gst_dynudpsink_close):
9942         * gst/udp/gstdynudpsink.h:
9943         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9944         (gst_udpsrc_create), (gst_udpsrc_set_property),
9945         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
9946         * gst/udp/gstudpsrc.h:
9947         Rework the socket allocation a bit based on the sockfd argument so that
9948         it becomes usable.
9949         Add a closefd property to instruct the udp elements to close the custom
9950         file descriptors when going to READY. Fixes #423304.
9951         API:GstUDPSrc::closefd property
9952         API:GstDynUDPSink::closefd property
9953
9954 2007-03-29  Wim Taymans  <wim@fluendo.com>
9955
9956         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9957
9958         * gst/rtp/Makefile.am:
9959         * gst/rtp/gstrtp.c: (plugin_init):
9960         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
9961         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
9962         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
9963         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
9964         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
9965         (gst_rtp_h264_pay_plugin_init):
9966         * gst/rtp/gstrtph264pay.h:
9967         Added H264 payloader. Fixes #423782.
9968
9969         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9970         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9971         Small fixes.
9972
9973 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9974
9975         * gst/wavparse/gstwavparse.c:
9976         Actually support depths from 1 to 32, not only 8 to 32.
9977
9978 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9979
9980         * gst/wavparse/gstwavparse.c:
9981         Add support for wav files containing audio/x-raw-int with random
9982         depths between 1 and 32 bits.
9983
9984 2007-03-28  Wim Taymans  <wim@fluendo.com>
9985
9986         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
9987
9988         * gst/rtp/Makefile.am:
9989         * gst/rtp/gstrtp.c: (plugin_init):
9990         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
9991         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
9992         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
9993         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
9994         (gst_rtp_mp4a_depay_get_property),
9995         (gst_rtp_mp4a_depay_change_state),
9996         (gst_rtp_mp4a_depay_plugin_init):
9997         * gst/rtp/gstrtpmp4adepay.h:
9998         Added MP4A-LATM depayloader. Fixes #417792.
9999
10000         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10001         (gst_rtp_mp4v_depay_process):
10002         Fixup depayloader, setting codec_data, using more efficient adaptor and
10003         rtpbuffer handling.
10004
10005         * gst/rtsp/URLS:
10006         Add url to test above.
10007
10008 2007-03-25  Wim Taymans  <wim@fluendo.com>
10009
10010         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10011         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10012         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10013         (gst_rtspsrc_media_to_caps),
10014         (gst_rtspsrc_stream_configure_transport),
10015         (gst_rtspsrc_stream_configure_caps),
10016         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10017         * gst/rtsp/gstrtspsrc.h:
10018         Handle default clock-rates for static payload types, rearrange stuff so
10019         that the rtpmap field in the sdp can override the defaults.
10020         Parse RTP-Info field to get the seqnum and timebase fields that should
10021         go in the caps.
10022         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10023         the server. 
10024
10025 2007-03-22  Wim Taymans  <wim@fluendo.com>
10026
10027         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10028
10029         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10030         Accept complex pipeline descriptions as an audio profile instead of just
10031         a single element. Fixes #420658.
10032
10033 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10034
10035         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10036           Rename registered type in preparation of GstTagDemux moving to
10037           -base at some point in the future.
10038
10039 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10040
10041         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10042           Streaming mode fixes: don't unref buffer we don't own any longer;
10043           remove bogus adapter flush. Fixes #419338.
10044
10045 2007-03-17  David Schleef  <ds@schleef.org>
10046
10047         * REQUIREMENTS: Change the format to key/value, add a bunch of
10048           information, remove a bunch of requirements that are for
10049           other GStreamer packages.
10050
10051 2007-03-17  David Schleef  <ds@schleef.org>
10052
10053         * REQUIREMENTS: Fix a few things.  This file really needs a
10054         good once-over.
10055
10056 2007-03-15  Edward Hervey  <edward@fluendo.com>
10057
10058         * sys/Makefile.am:
10059         Don't forget to distribute the sys/osxaudio/ directory.
10060
10061 2007-03-15  Edward Hervey  <edward@fluendo.com>
10062
10063         * configure.ac:
10064         * sys/Makefile.am:
10065         * sys/osxaudio/Makefile.am:
10066         * sys/osxaudio/gstosxaudio.c:
10067         * sys/osxaudio/gstosxaudiosink.c:
10068         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10069         (gst_osx_audio_sink_getcaps),
10070         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10071         * sys/osxaudio/gstosxaudiosrc.c:
10072         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10073         (gst_osx_audio_src_create_ringbuffer):
10074         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10075         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10076         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10077         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10078         * sys/osxaudio/gstosxringbuffer.h:
10079         Activate osxaudio in gst-plugins-good with proper build setup.
10080         Add inlined documentation.
10081         Fix debug statements
10082         Fix ringbuffer when pausing.
10083         Fixes #323471
10084
10085 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10086         * gst/rtp/gstrtppcmapay.c:
10087         * gst/rtp/gstrtppcmapay.h:
10088         * gst/rtp/gstrtppcmupay.c:
10089         * gst/rtp/gstrtppcmupay.h:
10090         Ported mulaw and alaw payloaders to use new base class
10091
10092 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10093
10094         * po/af.po:
10095         * po/az.po:
10096         * po/cs.po:
10097         * po/en_GB.po:
10098         * po/it.po:
10099         * po/nl.po:
10100         * po/or.po:
10101         * po/sq.po:
10102         * po/sr.po:
10103         * po/sv.po:
10104         * po/uk.po:
10105         * po/vi.po:
10106           Update translations.
10107
10108 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10109
10110         * configure.ac:
10111           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10112
10113 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10114
10115         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10116           Fix handling of -1 values for start and stop values when seeking,
10117           and SEEK_CUR+SEEK_END here as well.
10118
10119 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10120
10121         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10122           Fix handling of -1 values for start and stop values when seeking, 
10123           and SEEK_CUR+SEEK_END.
10124
10125 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10126
10127         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10128           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10129           the image format a variable-length NUL-terminated string; in
10130           versions before that the image format is a fixed-length string of
10131           3 characters (see #348644 for a sample tag).
10132           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10133
10134 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10135
10136         * win32/MANIFEST:
10137         Add new project files to MANIFEST.
10138         * win32/vs6/libgstaudiofx.dsp:
10139         * win32/vs6/libgstrtp.dsp:
10140         * win32/vs6/libgstrtsp.dsp:
10141         Update project files.
10142         
10143 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10144
10145         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10146         (gst_avi_demux_parse_index):
10147         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10148         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10149           Printf format fixes; also add some missing quotes in translated
10150           strings. Fixes #416728 and #416727.
10151
10152 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10153
10154         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10155           Tim and I can't think of any reason the child audio sink needs to 
10156           be set back to NULL after successfully determining that it can 
10157           reach READY - it gets immediately set back to READY by the caller
10158           anyway, causing an unnecessary close/open of any audio devices
10159           involved.
10160
10161 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10162
10163         * po/LINGUAS:
10164         * po/ja.po:
10165           Add ja.po file from #377306.
10166
10167 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10168
10169         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10170         * sys/sunaudio/gstsunaudiomixertrack.c:
10171         (gst_sunaudiomixer_track_new):
10172           Actually translate sunaudio mixer track labels instead of just
10173           marking the strings as translatable (#377306); clean up weird
10174           label string mapping code that serves no apparent purpose. Also
10175           set the 'untranslated-label' property when creating mixer tracks
10176           if the GstMixerTrack base class supports this.
10177
10178         * tests/check/Makefile.am:
10179         * tests/check/elements/.cvsignore:
10180         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10181         (sunaudio_suite):
10182           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10183           actually tested on a system where sunaudiomixer is available).
10184
10185 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10186
10187         * tests/check/Makefile.am:
10188         Re-enable the states test and see if it works on the buildbots.
10189
10190 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10191
10192         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10193         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10194         (gst_dvdec_change_state):
10195         * ext/dv/gstdvdec.h:
10196         Infer pixel-aspect-ratio from the video frame format if it isn't
10197         provided by the container, as happens when playing DV from AVI
10198         or Quicktime containers.
10199
10200         Patch by: Wim Taymans <wim@fluendo.com>
10201         Fixes #380944
10202
10203 2007-03-09  Wim Taymans  <wim@fluendo.com>
10204
10205         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10206         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10207         will later be handled by the jitterbuffer.
10208
10209 2007-03-09  Wim Taymans  <wim@fluendo.com>
10210
10211         * ext/taglib/gstid3v2mux.cc:
10212         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10213         Fixes #414496.
10214         
10215         Patch by: Alex Lancaster <alexl at users sourceforge net>
10216
10217 2007-03-09  Wim Taymans  <wim@fluendo.com>
10218
10219         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10220         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10221         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10222         (gst_avi_demux_chain):
10223         Fix stream position reporting after a seek. Fixes #416445.
10224
10225 2007-03-08  Wim Taymans  <wim@fluendo.com>
10226
10227         Patch by: René Stadler <mail at renestadler dot de>
10228
10229         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10230         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10231         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10232         Make avidemux accept optional header chunks in any order.
10233         Fixes #415446.
10234
10235 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10236
10237         * tests/check/Makefile.am:
10238         Disable the states check until the remaining Valgrind errors
10239         are fixed or suppressed.
10240
10241 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10242
10243         * tests/check/elements/.cvsignore:
10244           Add audiodynamic check to .cvsignore
10245
10246 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10247
10248         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10249
10250         * gst/audiofx/Makefile.am:
10251         * gst/audiofx/audiodynamic.c:
10252         (gst_audio_dynamic_characteristics_get_type),
10253         (gst_audio_dynamic_mode_get_type),
10254         (gst_audio_dynamic_set_process_function),
10255         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10256         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10257         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10258         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10259         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10260         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10261         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10262         (gst_audio_dynamic_transform_hard_knee_expander_int),
10263         (gst_audio_dynamic_transform_hard_knee_expander_float),
10264         (gst_audio_dynamic_transform_soft_knee_expander_int),
10265         (gst_audio_dynamic_transform_soft_knee_expander_float),
10266         (gst_audio_dynamic_transform_ip):
10267         * gst/audiofx/audiodynamic.h:
10268         * gst/audiofx/audiofx.c: (plugin_init):
10269         Add new audiodynamic element which can act as a compressor or
10270         expander. Supported are hard-knee and soft-knee operation modes with
10271         user-specified ratio and threshold.
10272         Attack and release parameters are not yet implemented but will follow.
10273         * docs/plugins/Makefile.am:
10274         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10275         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10276         * docs/plugins/gst-plugins-good-plugins.args:
10277         * docs/plugins/inspect/plugin-audiofx.xml:
10278         Integrate audiodynamic into the docs.
10279         * tests/check/Makefile.am:
10280         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10281         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10282         Add unit test for audiodynamic.
10283
10284 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10285
10286         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10287         Free handles that we allocated when exiting via the error paths.
10288
10289 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10290
10291         * gst/level/gstlevel.c: (gst_level_class_init),
10292         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10293         (gst_level_transform_ip):
10294         * gst/level/gstlevel.h:
10295           Resolve message timestamps against the playback segment.
10296
10297 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10298
10299         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10300         (gst_id3demux_sink_activate):
10301           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10302           caps passed to it (previously one code path assumed it took ownership
10303           while another one assumed it didn't, while in fact it sometimes did and
10304           sometimes didn't ...).
10305
10306         * configure.ac:
10307         * tests/files/Makefile.am:
10308         * tests/files/id3-407349-1.tag:
10309         * tests/files/id3-407349-2.tag:
10310           Add directory where data for unit tests can be stored.
10311
10312         * tests/Makefile.am:
10313         * tests/check/Makefile.am:
10314         * tests/check/elements/.cvsignore:
10315         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10316         (read_tags_from_file), (run_check_for_file),
10317         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10318           Add unit test for id3demux, and in particular for bug #407349. Only
10319           testing pull-mode for now; push mode doesn't work yet because the test
10320           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10321
10322 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10323
10324         * tests/check/Makefile.am:
10325           Add missing backslash at end of line.
10326
10327 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10328
10329         Trigger rebuild.
10330
10331 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10332
10333         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10334         * gst/id3demux/id3tags.h:
10335         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10336         (parse_obsolete_tdat_frame):
10337           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10338           the four-digit number will be interpreted as a year, whereas it is
10339           month and day in DDMM format. Instead, parse TDAT frames and fix up
10340           the date in the GST_TAG_DATE tag later if we also extracted a year.
10341           Fixes #407349.
10342
10343 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10344
10345         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10346         (gst_switch_commit_new_kid):
10347         Fix up the dispose logic so it doesn't leak, and fix setting of 
10348         the child state so that we don't set a child to our current state 
10349         just as we are changing it to something else.
10350
10351 2007-03-06  Wim Taymans  <wim@fluendo.com>
10352
10353         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10354         (gst_goom_chain):
10355         * gst/goom/gstgoom.h:
10356         Document, fix and improve goom adapter behaviour.
10357         Fixes #407006.
10358
10359 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10360
10361         * ext/esd/esdsink.c: (gst_esdsink_open):
10362         Unref static pad template after using it.
10363
10364 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10365
10366         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10367         (gst_switch_commit_new_kid):
10368         Fix up the reference counting of the child elements.
10369
10370 2007-03-05  Wim Taymans  <wim@fluendo.com>
10371
10372         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10373         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10374         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10375         Fix encoding-name case.
10376
10377 2007-03-05  Wim Taymans  <wim@fluendo.com>
10378
10379         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10380         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10381         (gst_rtp_speex_depay_process):
10382         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10383         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10384         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10385         (gst_rtp_speex_pay_change_state):
10386         * gst/rtp/gstrtpspeexpay.h:
10387         Fix speex (de)payloader. Fixes #358040.
10388
10389 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10390
10391         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10392         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10393         Install fakesink in NULL by fixing some broken logic. This obviates
10394         the need to manually set _IS_SINK.
10395         Add some comments and remove a little cruft while I'm at it.
10396
10397 2007-03-05  Wim Taymans  <wim@fluendo.com>
10398
10399         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10400         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10401
10402 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10403
10404         * po/POTFILES.in:
10405           Update.
10406
10407 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10408
10409         * tests/check/Makefile.am:
10410         Gah! Also disable gconfvideosink from the tests, otherwise
10411         it will instantiate autovideosink, and dfbvideosink and
10412         leak on the buildbots.
10413
10414 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10415
10416         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10417         (gst_cdio_cdda_src_finalize):
10418         Make sure we always destroy our libcdio handle.
10419
10420 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10421
10422         * tests/check/Makefile.am:
10423         Disable autovideosink so the buildbots don't barf over memory
10424         leaked in the directfb sink.
10425
10426 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10427
10428         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10429         Chain up in dispose
10430
10431 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10432
10433         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10434         (gst_multipart_find_pad_by_mime):
10435         Use gst_pad_new_from_static_template instead of
10436         static_pad_template_get+pad_new.
10437
10438 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10439
10440         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10441         Catch the case where no clock has been set.
10442
10443 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10444
10445         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10446         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10447         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10448         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10449         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10450         (gst_gconf_audio_src_finalize), (do_toggle_element):
10451         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10452         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10453         (do_toggle_element):
10454         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10455         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10456         (gst_gconf_video_src_finalize), (do_toggle_element):
10457         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10458         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10459         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10460         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10461         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10462         (gst_shout2send_init), (gst_shout2send_finalize):
10463         * gst/debug/testplugin.c: (gst_test_class_init),
10464         (gst_test_finalize):
10465         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10466         (gst_flxdec_dispose):
10467         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10468         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10469         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10470         (gst_rtspsrc_finalize):
10471         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10472         * gst/rtsp/rtspextwms.h:
10473         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10474         (gst_smpte_finalize):
10475         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10476         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10477         (gst_udpsink_finalize):
10478         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10479         (gst_wavparse_sink_activate):
10480         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10481         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10482         (gst_oss_src_finalize):
10483         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10484         * sys/v4l2/gstv4l2object.h:
10485         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10486         (gst_v4l2src_finalize):
10487         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10488
10489         Fix a bunch of leaks shown by the newly-added states test.
10490
10491 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10492
10493         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10494         Use gst_pad_new_from_static_template instead of 
10495         static_pad_template_get+pad_new.
10496
10497 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10498
10499         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10500
10501         * ext/libcaca/Makefile.am:
10502         * gst/debug/Makefile.am:
10503           Don't mix tabs and spaces (#414168).
10504
10505 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10506
10507         * tests/check/generic/.cvsignore:
10508           Ignore files to please buildbot.
10509
10510 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10511
10512         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10513         (gst_wavparse_stream_data):
10514           Unbreak my previous commit (swapped nominator & denominator). Tim,
10515           thanks for spotting.
10516
10517 2007-03-02  Wim Taymans  <wim@fluendo.com>
10518
10519         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10520         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10521         (gst_cdio_cdda_src_finalize):
10522         Small code cleanups.
10523         Don't use pad_alloc as the base class cannot deal with the error codes.
10524
10525 2007-03-02  Wim Taymans  <wim@fluendo.com>
10526
10527         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10528         (gst_udpsrc_create):
10529         Fix doc.
10530
10531 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10532
10533         Patch by: René Stadler <mail@renestadler.de>
10534
10535         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10536         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10537         (gst_wavparse_stream_data):
10538           Handle rounding better to not drop last sample frame. Fixes #356692
10539
10540 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10541
10542         * tests/check/Makefile.am:
10543         Disable cacasink from the states check too - it also calls exit(1)
10544         on us when it can't find a terminal to talk to.
10545
10546 2007-03-02  Wim Taymans  <wim@fluendo.com>
10547
10548         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10549
10550         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10551         (gst_udpsrc_create), (gst_udpsrc_set_property),
10552         (gst_udpsrc_get_property):
10553         * gst/udp/gstudpsrc.h:
10554         Add support to strip proprietary headers. Fixes #350296.
10555
10556 2007-03-02  Wim Taymans  <wim@fluendo.com>
10557
10558         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10559         Fix compilation.
10560
10561 2007-03-02  Wim Taymans  <wim@fluendo.com>
10562
10563         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10564
10565         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10566         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10567         (gst_rtp_mp2t_depay_set_property),
10568         (gst_rtp_mp2t_depay_get_property):
10569         * gst/rtp/gstrtpmp2tdepay.h:
10570         Add support to strip off proprietary headers. Fixes #350278.
10571
10572 2007-03-02  Wim Taymans  <wim@fluendo.com>
10573
10574         * ext/hal/hal.c:
10575         Fix compilation.
10576
10577 2007-03-02  Wim Taymans  <wim@fluendo.com>
10578
10579         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10580         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10581         (gst_sunaudiosrc_open):
10582         * sys/sunaudio/gstsunaudiosrc.h:
10583         Remove device-name from GstSunAudioSrc. Fixes #412597.
10584
10585 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10586
10587         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10588         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10589         Having NULL as UDI previously selected the default sink/src. Change
10590         this back but mention it in the debug output.
10591         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10592         (gst_hal_get_oss_element), (gst_hal_get_string),
10593         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10594         (gst_hal_get_audio_src):
10595         * ext/hal/hal.h:
10596         Refactor a bit, check all error conditions, greatly improve debugging
10597         and fix some possible memory leaks. Also implement OSS support
10598         and allow specifying an UDI that points to a real device. For this the
10599         child device which supports ALSA (preferred) or OSS is used.
10600         As a side effect this makes it impossible now to get a alsasink in
10601         halaudiosrc and a alsasrc in halaudiosink.
10602
10603 2007-03-01  Wim Taymans  <wim@fluendo.com>
10604
10605         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10606         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10607         Errors from the udp sources are not fatal unless all of them are in
10608         error.
10609
10610 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10611
10612         * tests/check/Makefile.am:
10613         Disable aasink in the states test. I suspect this is the element that
10614         is calling exit(1) when it can't proceed.
10615
10616 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10617
10618         * tests/check/Makefile.am:
10619         Draw plugins in from the build tree sys/ dir, rather than picking
10620         up the already installed versions.
10621
10622 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10623
10624         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10625         Error out correctly when getting xcontext fails.
10626
10627 2007-03-01  Wim Taymans  <wim@fluendo.com>
10628
10629         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10630         Make state change to PAUSED NO_PREROLL because that's what it will be in
10631         the future and rtspsrc relies on it.
10632
10633         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10634         (gst_rtspsrc_change_state):
10635         Don't error out when we don't get an error from the state change
10636         function.
10637
10638 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10639
10640         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10641         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10642           Check if the device UDI is set before trying to query HAL
10643           about it and give a useful error message if it wasn't set.
10644         * ext/hal/hal.c: (gst_hal_get_string):
10645           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
10646           gives an assertion failure in D-Bus when running with
10647           DBUS_FATAL_WARNINGS=1.
10648
10649 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10650
10651         * configure.ac:
10652           Convert to new AG_GST style.
10653
10654 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10655
10656         * tests/check/Makefile.am:
10657         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
10658           add test for states
10659
10660 2007-02-28  Wim Taymans  <wim@fluendo.com>
10661
10662         * tests/check/elements/.cvsignore:
10663         Add new videofilter check to .cvsignore.
10664
10665 2007-02-28  Wim Taymans  <wim@fluendo.com>
10666
10667         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
10668         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10669         (gst_avi_demux_loop), (gst_avi_demux_chain):
10670         Fix combined flow return. Fixes #412608.
10671
10672 2007-02-28  Wim Taymans  <wim@fluendo.com>
10673
10674         * gst/videofilter/Makefile.am:
10675         Dist header..
10676
10677 2007-02-28  Wim Taymans  <wim@fluendo.com>
10678
10679         * gst/videofilter/gstgamma.h:
10680         Add header too.
10681
10682 2007-02-28  Wim Taymans  <wim@fluendo.com>
10683
10684         Patch by: Mark Nauwelaerts <manauw at skynet be>
10685
10686         * gst/videofilter/Makefile.am:
10687         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
10688         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
10689         (gst_gamma_get_property), (gst_gamma_calculate_tables),
10690         (oil_tablelookup_u8), (gst_gamma_set_caps),
10691         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
10692         Port gamma filter to 0.10. Fixes #412704.
10693
10694         * tests/check/Makefile.am:
10695         * tests/check/elements/videofilter.c: (setup_filter),
10696         (cleanup_filter), (check_filter), (GST_START_TEST),
10697         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
10698         Add unit tests for videofilters.
10699
10700 2007-02-28  Wim Taymans  <wim@fluendo.com>
10701
10702         * gst/rtsp/URLS:
10703         Add another interesting test url.
10704
10705         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
10706         Don't allow getting header fields from data packets.
10707
10708 2007-02-28  Michael Smith  <msmith@fluendo.com>
10709
10710         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10711         (gst_shout2send_init), (gst_shout2send_start),
10712         (gst_shout2send_set_property), (gst_shout2send_get_property):
10713         * ext/shout2/gstshout2.h:
10714           Add a property for username.
10715
10716 2007-02-27  Christian Schallerr <christian@fluendo.com>
10717
10718         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
10719
10720 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10721
10722         * gst/rtsp/Makefile.am:
10723         Fix make check too.
10724
10725 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10726
10727         * gst/rtsp/base64.c: (util_base64_encode):
10728         * gst/rtsp/base64.h:
10729         Commit missing files for base64 encoding.
10730
10731 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10732
10733         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10734
10735         * configure.ac:
10736         * ext/annodex/Makefile.am:
10737         * ext/jpeg/Makefile.am:
10738         * ext/speex/Makefile.am:
10739         * gst/alpha/Makefile.am:
10740         * gst/cutter/Makefile.am:
10741         * gst/debug/Makefile.am:
10742         * gst/effectv/Makefile.am:
10743         * gst/goom/Makefile.am:
10744         * gst/level/Makefile.am:
10745         * gst/smpte/Makefile.am:
10746         * gst/videofilter/Makefile.am:
10747           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
10748
10749 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10750
10751         * gst/rtsp/Makefile.am:
10752         * gst/rtsp/rtspconnection.c: (append_auth_header),
10753         (rtsp_connection_send), (rtsp_connection_set_auth):
10754         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
10755         from icecast to replace it. Relicensed from GPL courtesy of Mike
10756         Smith.
10757
10758 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10759
10760         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10761         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
10762         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
10763         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
10764         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10765         (gst_rtspsrc_uri_set_uri):
10766         * gst/rtsp/gstrtspsrc.h:
10767         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10768         (append_auth_header), (rtsp_connection_send),
10769         (rtsp_connection_free), (rtsp_connection_set_auth):
10770         * gst/rtsp/rtspconnection.h:
10771         * gst/rtsp/rtspdefs.h:
10772         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10773         * gst/rtsp/rtspurl.h:
10774
10775         Implement simple Basic Authentication support so that urls like
10776         rtsp://user:pass@hostname/rtspstream work on hosts that require
10777         authentication.
10778
10779 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
10780
10781         * sys/v4l2/gstv4l2object.c:
10782         * sys/v4l2/gstv4l2tuner.c:
10783         * sys/v4l2/v4l2_calls.c:
10784         Fix segfault when oppening a radio device.
10785         
10786 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10787
10788         * gst/level/gstlevel.c: (gst_level_set_caps),
10789         (gst_level_transform_ip):
10790         * sys/v4l2/README:
10791         * tests/check/elements/level.c: (GST_START_TEST):
10792           Fix level for multi-channel case.
10793
10794 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10795
10796         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10797         (gst_level_transform_ip):
10798         * gst/level/gstlevel.h:
10799           Use function pointer for process function and add process functions
10800           for float audio.
10801
10802 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10803
10804         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10805         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10806         (gst_v4l2src_capture_init):
10807           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10808           fixes #407369
10809
10810 2007-02-18  Wim Taymans  <wim@fluendo.com>
10811
10812         * gst/rtp/Makefile.am:
10813         * gst/rtp/gstrtp.c: (plugin_init):
10814         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10815         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10816         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10817         (gst_rtp_mp2t_pay_plugin_init):
10818         * gst/rtp/gstrtpmp2tpay.h:
10819         Added simple mpeg transport stream payloader.
10820
10821 2007-02-16  Wim Taymans  <wim@fluendo.com>
10822
10823         * gst/rtsp/URLS:
10824         Add example H264 rtsp url.
10825
10826         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10827         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10828         Don't convert values to lowercase or we might mess up base64 encoded
10829         properties.
10830
10831 2007-02-16  Wim Taymans  <wim@fluendo.com>
10832
10833         * gst/rtp/README:
10834         Fix case of string params.
10835
10836         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10837         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10838         Fix depayloader, support more packet types.
10839         Add sync codes to make sure the packetizer can do its job.
10840
10841         * gst/rtp/gstrtpmp4gdepay.c:
10842         * gst/rtp/gstrtpmp4gpay.c:
10843         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10844         Fix caps case again.
10845
10846 2007-02-15  Wim Taymans  <wim@fluendo.com>
10847
10848         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10849         Set right caps on output buffers.
10850
10851 2007-02-14  Wim Taymans  <wim@fluendo.com>
10852
10853         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10854         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10855         Clear stack allocated SDPMedia struct before calling _init() on it.
10856         Clarify this in the docs as well.
10857
10858 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10859
10860         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10861         (do_change_child):
10862         Don't reset the profile when going switching states, as it makes
10863         the element non-reusable.
10864
10865 2007-02-14  Wim Taymans  <wim@fluendo.com>
10866
10867         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10868         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10869         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10870         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10871         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10872         (sdp_parse_line):
10873         * gst/rtsp/sdpmessage.h:
10874         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10875         Fix memory management of SDP messages. Fixes #407793.
10876
10877 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10878
10879         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10880
10881         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10882         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10883
10884 2007-02-14  Wim Taymans  <wim@fluendo.com>
10885
10886         Patch by: jp.liu <jp_liu at astrocom dot cn>
10887
10888         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10889         Fix parsing of password field in url. Fixes #407797.
10890
10891 2007-02-14  Wim Taymans  <wim@fluendo.com>
10892
10893         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10894         (gst_wavparse_reset), (gst_wavparse_init),
10895         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10896         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10897         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10898         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10899         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10900         (gst_wavparse_loop), (gst_wavparse_chain),
10901         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10902         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10903         (plugin_init):
10904         * gst/wavparse/gstwavparse.h:
10905         Update docs.
10906         Use boilerplate.
10907         Various code cleanups.
10908         When the bitrate is not known (bps == 0 or compressed formats) let
10909         downstream element guestimate the duration and position and don't
10910         generate timestamps or durations. Fixes #405213.
10911         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10912         error flowreturn upstream.
10913
10914 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10915
10916         * ext/gconf/Makefile.am:
10917         * ext/gconf/gconf.c: (gst_gconf_get_string),
10918         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10919         (gst_gconf_render_bin_with_default):
10920         * ext/gconf/gconf.h:
10921         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
10922         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
10923         (gst_gconf_audio_sink_dispose), (do_change_child),
10924         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
10925         (cb_change_child), (gst_gconf_audio_sink_change_state):
10926         * ext/gconf/gstgconfaudiosink.h:
10927         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
10928         (gst_switch_sink_class_init), (gst_switch_sink_reset),
10929         (gst_switch_sink_init), (gst_switch_sink_dispose),
10930         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
10931         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
10932         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
10933         * ext/gconf/gstswitchsink.h:
10934         * gst/autodetect/gstautoaudiosink.c:
10935         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
10936         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
10937         (gst_auto_audio_sink_detect):
10938         * gst/autodetect/gstautovideosink.c:
10939         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
10940         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
10941         (gst_auto_video_sink_detect):
10942         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
10943         and a child that implements the GConf key monitoring. The end goal of
10944         this is an audio sink that can be changed on the fly, but at the 
10945         moment it still only changes on the next READY transition.
10946
10947 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10948
10949         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10950         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10951         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
10952         (gst_avi_demux_calculate_durations_from_index),
10953         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10954         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10955         (gst_avi_demux_loop):
10956           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
10957
10958 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10959
10960         * configure.ac:
10961         * docs/plugins/Makefile.am:
10962           Add crossreferences to glib/gobject/gstream docs.
10963
10964 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10965
10966         * gst/monoscope/Makefile.am:
10967         * gst/monoscope/gstmonoscope.c:
10968           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
10969           (but no LIBS, since we only use defines from the headers).
10970
10971 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10972
10973         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10974
10975         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
10976         (gst_wavparse_stream_data):
10977           Fix massive memory leak when operating in streaming mode due to
10978           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
10979           Fixes #407057.
10980
10981 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10982
10983         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10984         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
10985         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
10986         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
10987         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10988         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
10989         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10990         (gst_avi_demux_calculate_durations_from_index),
10991         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10992         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
10993         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10994         * gst/avi/gstavidemux.h:
10995           Save some memory (8%) by repacking the index entry structure (more to
10996           come). Add more FIXMEs to questionable parts.
10997
10998 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10999
11000         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11001         (gst_v4l2src_get_caps):
11002         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11003         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11004         (gst_v4l2src_capture_init):
11005           More FIXME comments and messaging changes.
11006
11007 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11008
11009         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11010         (gst_goom_change_state):
11011         * gst/goom/gstgoom.h:
11012           Improved docs and use GST_DEBUG_FUNCPTR.
11013
11014         * gst/level/gstlevel.c: (gst_level_class_init):
11015           Use GST_DEBUG_FUNCPTR.
11016
11017         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11018         (gst_monoscope_chain), (gst_monoscope_change_state):
11019           Improved docs source cleanups.
11020
11021 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11022
11023         * gst/debug/Makefile.am:
11024         * gst/debug/gstdebug.c: (plugin_init):
11025         * gst/debug/gstpushfilesrc.c:
11026         * gst/debug/gstpushfilesrc.h:
11027           Add code for a pushfilesrc element that implements a pushfile:// URI
11028           handler, to make debugging push-mode operation of demuxer/decoders
11029           that support both easier in connection with seek/playbin/etc.
11030           The element isn't registered at the moment.
11031
11032 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11033
11034         * gst/avi/gstavimux.c:
11035           Comment a #if 0 in caps template definition as VS6 seems to 
11036         do not support it.
11037         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11038           Use gst_guint64_to_gdouble for conversion.
11039         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11040           Move variables declaration before the first instruction.
11041         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11042           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11043           And don't include netdb.h for G_OS_WIN32
11044         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11045           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11046           by VS6 then use an other way to initialize SDPMedia structure.
11047         * gst/udp/gstdynudpsink.h:
11048         * gst/udp/gstdynudpnetutils.h:
11049           Do not include <sys/time.h> for G_OS_WIN32
11050         * gst/udp/gstudpsrc.c:
11051           Define socklen_t as int for G_OS_WIN32
11052         * win/common/config.h.in:
11053           Undef HAVE_NETINET_IN_H
11054         * win32/vs6/gst_plugins_good.dsw:
11055         * win32/vs6/libgstrtp.dsp:
11056         * win32/vs6/libgstrtsp.dsp:
11057         * win32/vs6/libgstautogen.dsp:
11058         * win32/vs6/libgstaudiofx.dsp:
11059         * win32/vs6/libgstudp.dsp:
11060           Add and update project files.
11061         * win32/common/gstudp-enumtypes.c:
11062         * win32/common/gstudp-enumtypes.h:
11063           Add a copy of udp enumtypes to win32/common as in core 
11064           and base.
11065         
11066 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11067
11068         * configure.ac:
11069           Activate monoscope when building with --enable-experimental. Fix
11070           --enable-external configure switch description.
11071
11072         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11073         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11074           Help gst-indent.
11075
11076 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11077
11078         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11079           Explicitly cast result of pointer arithmetic to integer in order to
11080           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11081
11082 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11083
11084         * gst/debug/progressreport.c:
11085           Some more docs.
11086
11087 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11088
11089         * docs/plugins/inspect/plugin-rtp.xml:
11090           Update for new elements.
11091
11092         * gst/debug/progressreport.h:
11093           Commit newly-created header file as well.
11094
11095 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11096
11097         * docs/plugins/Makefile.am:
11098         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11099         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11100         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11101         * gst/debug/Makefile.am:
11102         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11103         (gst_progress_report_do_query), (gst_progress_report_report):
11104           Make progressreport element post messages with the current progress
11105           on the bus. Also add some basic docs for it.
11106
11107 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11108
11109         * ext/hal/hal.c: (gst_hal_get_string):
11110         * ext/hal/hal.h:
11111           Some small cleanups; deal with errors when parsing the HAL ALSA
11112           capabilities a bit better.
11113
11114 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11115
11116         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11117           Let's try this again and use the right cast this time.
11118
11119 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11120
11121         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11122           Add cast to avoid compiler warnings with older GLib versions
11123           where the nick/name members in GEnumValue are not declared as
11124           constant strings.
11125
11126 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11127
11128         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11129         (gst_gconf_render_bin_from_key),
11130         (gst_gconf_get_default_audio_sink):
11131         * ext/gconf/gconf.h:
11132         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11133         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11134         (gst_gconf_audio_sink_get_property):
11135           In gconfaudiosink, get the right key as the old key in do_toggle
11136           (ie. one dependent on the profile selected). Log some more stuff so
11137           we can see what's actually going on.
11138
11139 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11140
11141         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11142         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11143         (gst_audio_amplify_set_process_function),
11144         (gst_audio_amplify_setup):
11145         * gst/audiofx/audioamplify.h:
11146         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11147         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11148         * gst/audiofx/audioinvert.h:
11149         Some small cleanups and port both elements to the new GstAudioFilter
11150         base class to save a few lines of common code.
11151         * gst/audiofx/Makefile.am:
11152         Link against libgstaudio for the above changes
11153
11154 2007-01-29  Wim Taymans  <wim@fluendo.com>
11155
11156         * tests/check/elements/.cvsignore:
11157         Some more ignores.
11158
11159 2007-01-26  Wim Taymans  <wim@fluendo.com>
11160
11161         Patch by: charles <charlesg3 at gmail dot com>
11162
11163         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11164         (set_shout_metadata), (gst_shout2send_event):
11165         * ext/shout2/gstshout2.h:
11166         Properly handle tags in shout2send. Fixes #399825.
11167
11168 2007-01-25  Wim Taymans  <wim@fluendo.com>
11169
11170         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11171         (gst_rtspsrc_activate_streams):
11172         Convert SDP fields to upper/lowercase following the rules in the SDP to
11173         caps document. 
11174
11175 2007-01-25  Wim Taymans  <wim@fluendo.com>
11176
11177         * gst/rtp/README:
11178         * gst/rtp/gstrtpilbcdepay.c:
11179         * gst/rtp/gstrtpilbcpay.c:
11180         * gst/rtp/gstrtpmp4gdepay.c:
11181         * gst/rtp/gstrtpmp4gpay.c:
11182         * gst/rtp/gstrtpspeexdepay.c:
11183         * gst/rtp/gstrtpspeexpay.c:
11184         * gst/rtp/gstrtpsv3vdepay.c:
11185         * gst/rtp/gstrtptheoradepay.c:
11186         * gst/rtp/gstrtptheorapay.c:
11187         * gst/rtp/gstrtpvorbisdepay.c:
11188         * gst/rtp/gstrtpvorbispay.c:
11189         Fix case of encoding-name and key/value pairs to match the document.
11190         This is to make interoperation with SDP case-insensitive as required by
11191         the relevant RFCs.
11192
11193 2007-01-25  Wim Taymans  <wim@fluendo.com>
11194
11195         * configure.ac:
11196         Bump required -core/-base to CVS
11197
11198 2007-01-25  Wim Taymans  <wim@fluendo.com>
11199
11200         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11201         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11202         * gst/rtp/gstrtpL16pay.h:
11203         Fill up to MTU using adapter.
11204         Timestamp rtp packets.
11205
11206 2007-01-25  Edward Hervey  <edward@fluendo.com>
11207
11208         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11209         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11210         Use G_GSIZE_FORMAT in print statements for portability.
11211         Fixes build on macosx.
11212
11213 2007-01-24  Wim Taymans  <wim@fluendo.com>
11214
11215         * gst/rtp/Makefile.am:
11216         * gst/rtp/gstrtp.c: (plugin_init):
11217         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11218         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11219         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11220         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11221         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11222         (gst_rtp_L16_depay_plugin_init):
11223         * gst/rtp/gstrtpL16depay.h:
11224         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11225         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11226         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11227         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11228         (gst_rtp_L16_pay_plugin_init):
11229         * gst/rtp/gstrtpL16pay.h:
11230         Port and enable raw audio payloader/depayloader. Needs a bit more work
11231         on the payloader side.
11232
11233 2007-01-24  Wim Taymans  <wim@fluendo.com>
11234
11235         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11236         (gst_rtspsrc_stream_configure_transport),
11237         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11238         * gst/rtsp/gstrtspsrc.h:
11239         Only unblock the udp pads when we linked and activated them all.
11240         Fixes #395688.
11241
11242 2007-01-24  Wim Taymans  <wim@fluendo.com>
11243
11244         * gst/rtp/Makefile.am:
11245         * gst/rtp/gstrtp.c: (plugin_init):
11246         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11247         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11248         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11249         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11250         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11251         * gst/rtp/gstrtpac3depay.h:
11252         Added simple AC3 depayloader (RFC 4184).
11253
11254         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11255         Fix a leak.
11256
11257 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11258
11259         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11260
11261         * gst/audiofx/Makefile.am:
11262         * gst/audiofx/audioamplify.c:
11263         (gst_audio_amplify_clipping_method_get_type),
11264         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11265         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11266         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11267         (gst_audio_amplify_set_caps),
11268         (gst_audio_amplify_transform_int_clip),
11269         (gst_audio_amplify_transform_int_wrap_negative),
11270         (gst_audio_amplify_transform_int_wrap_positive),
11271         (gst_audio_amplify_transform_float_clip),
11272         (gst_audio_amplify_transform_float_wrap_negative),
11273         (gst_audio_amplify_transform_float_wrap_positive),
11274         (gst_audio_amplify_transform_ip):
11275         * gst/audiofx/audioamplify.h:
11276         * gst/audiofx/audiofx.c: (plugin_init):
11277         Add new element "audioamplify". This allows scaling of raw audio
11278         samples, similar to the "volume" element, but provides different modes
11279         for clipping and allows unlimited amplification. It's mainly targeted
11280         for creative sound design and not as a replacement of the "volume"
11281         element. Fixes #397162
11282         * docs/plugins/Makefile.am:
11283         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11284         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11285         * docs/plugins/gst-plugins-good-plugins.args:
11286         * docs/plugins/inspect/plugin-audiofx.xml:
11287         Add docs for audioamplify and integrate them into the build system
11288         * tests/check/Makefile.am:
11289         * tests/check/elements/audioamplify.c: (setup_amplify),
11290         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11291         Add fairly extensive unit test suite for audioamplify
11292
11293 2007-01-24  Wim Taymans  <wim@fluendo.com>
11294
11295         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11296         Unblock pads after adding the pads to the element so that autopluggers
11297         get a change to link something. Possibly fixes #395688.
11298
11299 2007-01-24  Wim Taymans  <wim@fluendo.com>
11300
11301         * gst/rtp/gstrtpamrdepay.c:
11302         * gst/rtp/gstrtpgsmdepay.c:
11303         * gst/rtp/gstrtph263pdepay.c:
11304         * gst/rtp/gstrtph263ppay.c:
11305         * gst/rtp/gstrtph264depay.c:
11306         * gst/rtp/gstrtpilbcdepay.c:
11307         * gst/rtp/gstrtpmp2tdepay.c:
11308         * gst/rtp/gstrtpmp4gdepay.c:
11309         * gst/rtp/gstrtpmp4gpay.c:
11310         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11311         * gst/rtp/gstrtpmp4vpay.c:
11312         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11313         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11314         (gst_rtp_mpa_depay_process):
11315         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11316         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11317         * gst/rtp/gstrtppcmadepay.c:
11318         * gst/rtp/gstrtppcmudepay.c:
11319         * gst/rtp/gstrtpspeexdepay.c:
11320         * gst/rtp/gstrtpspeexpay.c:
11321         * gst/rtp/gstrtpsv3vdepay.c:
11322         * gst/rtp/gstrtptheoradepay.c:
11323         * gst/rtp/gstrtptheorapay.c:
11324         * gst/rtp/gstrtpvorbisdepay.c:
11325         * gst/rtp/gstrtpvorbispay.c:
11326         Fix caps with payload numbers.
11327         Add some fixed payload numbers to caps when possible.
11328
11329 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11330
11331         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11332
11333         * gst/audiofx/Makefile.am:
11334         * gst/audiofx/audiofx.c: (plugin_init):
11335         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11336         (gst_audio_invert_class_init), (gst_audio_invert_init),
11337         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11338         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11339         (gst_audio_invert_transform_float),
11340         (gst_audio_invert_transform_ip):
11341         * gst/audiofx/audioinvert.h:
11342         Add new audiofx element "audioinvert". This element swaps the upper
11343         and lower half of samples and can be used for example for a
11344         wide-stereo effect. Fixes #396057
11345         * docs/plugins/Makefile.am:
11346         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11347         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11348         * docs/plugins/gst-plugins-good-plugins.args:
11349         * docs/plugins/inspect/plugin-audiofx.xml:
11350         Add docs for the audioinvert element and add them to the build system.
11351         * tests/check/Makefile.am:
11352         * tests/check/elements/audioinvert.c: (setup_invert),
11353         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11354         Add unit test suite for the audioinvert element.
11355
11356 2007-01-23  Wim Taymans  <wim@fluendo.com>
11357
11358         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11359         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11360         Parse config params as string and int.
11361         Parse and use AU header length
11362
11363 2007-01-23  Wim Taymans  <wim@fluendo.com>
11364
11365         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11366         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11367         * gst/smpte/gstmask.c: (_gst_mask_register):
11368         * gst/smpte/gstmask.h:
11369         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11370         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11371         (gst_smpte_paint_triangle_clock):
11372         constify some static structs.
11373         Don't update the mask if nothing changed to the params.
11374         Make sure we never draw outside of the picture. Fixes #398325.
11375
11376 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11377
11378         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11379           Error out properly when pull_range fails while we're reading the
11380           headers, instead of just pausing the task silently. Fixes #399338.
11381
11382 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11383
11384         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11385           Some more sanity checks to make sure the input formats match and the
11386           input pads are actually negotiated, in case someone tries to feed
11387           buffers from fakesrc or filesrc. Fixes #398299.
11388           Also const-ify an array, just because we can.
11389
11390 2007-01-19  Edward Hervey  <edward@fluendo.com>
11391
11392         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11393         Ignore previous commit, that was only valid for widths and heights
11394         that are multiples of 4.
11395         Copy over size/stride macros from jpegdec. This allows the element
11396         to work with any width,height...
11397         ... but puts in evidence that the actual transformations only work
11398         with width/height that are multiples of 4.
11399
11400 2007-01-19  Edward Hervey  <edward@fluendo.com>
11401
11402         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11403         Allocate buffers of the right size.
11404         The proper size of a I420 buffer in bytes is:
11405         
11406             width * height * 3
11407             ------------------
11408                     2
11409
11410 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11411
11412         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11413           Proxy getcaps on sink pads too, so that we either end up with the
11414           same dimensions on all pads or error out if that's not possible
11415           (seems to work even!). Fixes #398086, I think.
11416
11417 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11418
11419         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11420         * docs/plugins/gst-plugins-good-plugins.args:
11421         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11422           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11423           fix integer properties with -1 as minimum value.
11424
11425         * docs/plugins/inspect/plugin-1394.xml:
11426         * docs/plugins/inspect/plugin-aasink.xml:
11427         * docs/plugins/inspect/plugin-alaw.xml:
11428         * docs/plugins/inspect/plugin-alpha.xml:
11429         * docs/plugins/inspect/plugin-alphacolor.xml:
11430         * docs/plugins/inspect/plugin-annodex.xml:
11431         * docs/plugins/inspect/plugin-apetag.xml:
11432         * docs/plugins/inspect/plugin-audiofx.xml:
11433         * docs/plugins/inspect/plugin-auparse.xml:
11434         * docs/plugins/inspect/plugin-autodetect.xml:
11435         * docs/plugins/inspect/plugin-avi.xml:
11436         * docs/plugins/inspect/plugin-cacasink.xml:
11437         * docs/plugins/inspect/plugin-cairo.xml:
11438         * docs/plugins/inspect/plugin-cdio.xml:
11439         * docs/plugins/inspect/plugin-cutter.xml:
11440         * docs/plugins/inspect/plugin-debug.xml:
11441         * docs/plugins/inspect/plugin-dv.xml:
11442         * docs/plugins/inspect/plugin-efence.xml:
11443         * docs/plugins/inspect/plugin-effectv.xml:
11444         * docs/plugins/inspect/plugin-esdsink.xml:
11445         * docs/plugins/inspect/plugin-flac.xml:
11446         * docs/plugins/inspect/plugin-flxdec.xml:
11447         * docs/plugins/inspect/plugin-gconfelements.xml:
11448         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11449         * docs/plugins/inspect/plugin-goom.xml:
11450         * docs/plugins/inspect/plugin-halelements.xml:
11451         * docs/plugins/inspect/plugin-icydemux.xml:
11452         * docs/plugins/inspect/plugin-id3demux.xml:
11453         * docs/plugins/inspect/plugin-jpeg.xml:
11454         * docs/plugins/inspect/plugin-level.xml:
11455         * docs/plugins/inspect/plugin-matroska.xml:
11456         * docs/plugins/inspect/plugin-mulaw.xml:
11457         * docs/plugins/inspect/plugin-multipart.xml:
11458         * docs/plugins/inspect/plugin-navigationtest.xml:
11459         * docs/plugins/inspect/plugin-ossaudio.xml:
11460         * docs/plugins/inspect/plugin-png.xml:
11461         * docs/plugins/inspect/plugin-rtp.xml:
11462         * docs/plugins/inspect/plugin-rtsp.xml:
11463         * docs/plugins/inspect/plugin-shout2send.xml:
11464         * docs/plugins/inspect/plugin-smpte.xml:
11465         * docs/plugins/inspect/plugin-speex.xml:
11466         * docs/plugins/inspect/plugin-taglib.xml:
11467         * docs/plugins/inspect/plugin-udp.xml:
11468         * docs/plugins/inspect/plugin-videobalance.xml:
11469         * docs/plugins/inspect/plugin-videobox.xml:
11470         * docs/plugins/inspect/plugin-videoflip.xml:
11471         * docs/plugins/inspect/plugin-videomixer.xml:
11472         * docs/plugins/inspect/plugin-wavenc.xml:
11473         * docs/plugins/inspect/plugin-wavparse.xml:
11474         * docs/plugins/inspect/plugin-ximagesrc.xml:
11475           Update to CVS.
11476
11477 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11478
11479         Patch by: Sebastian Dröge <slomo circular-chaos org>
11480
11481         * gst/audiofx/audiopanorama.c:
11482           Fix doc section name (Fixes #397946)
11483
11484 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11485
11486         * sys/v4l2/gstv4l2object.c:
11487         (gst_v4l2_object_install_properties_helper),
11488         (gst_v4l2_object_set_property_helper),
11489         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11490         * sys/v4l2/gstv4l2object.h:
11491         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11492         (gst_v4l2src_init), (gst_v4l2src_set_property),
11493         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11494         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11495         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11496         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11497         (gst_v4l2src_capture_deinit):
11498           Fix EIO handing when capturing. Add new property to specify the number of
11499           buffers to enque (and remove the borked num-buffers usage).
11500
11501 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11502
11503         Patch by: Sebastian Dröge <slomo circular-chaos org>
11504
11505         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11506         (gst_audio_panorama_set_process_function):
11507           Use a function array for process methods, add more docs and define the
11508           startindex of enums.
11509
11510 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11511
11512         Patch by: Mark Nauwelaerts <manauw at skynet be>
11513
11514         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11515         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11516         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11517         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11518         (gst_avi_mux_riff_get_avi_header),
11519         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11520         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11521         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11522         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11523         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11524         (gst_avi_mux_change_state):
11525         * gst/avi/gstavimux.h:
11526         * tests/check/elements/avimux.c: (teardown_src_pad):
11527           Add support for more than one audio stream; write better AVIX
11528           header; refactor code a bit; don't announce vorbis caps on our audio
11529           sink pads since we don't support it anyway. Closes #379298.
11530
11531 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11532
11533         Patch by: Sebastian Dröge <slomo circular-chaos org>
11534
11535         * gst/audiofx/audiopanorama.c:
11536         (gst_audio_panorama_method_get_type),
11537         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11538         (gst_audio_panorama_set_process_function),
11539         (gst_audio_panorama_set_property),
11540         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11541         (gst_audio_panorama_transform_m2s_int_simple),
11542         (gst_audio_panorama_transform_s2s_int_simple),
11543         (gst_audio_panorama_transform_m2s_float_simple),
11544         (gst_audio_panorama_transform_s2s_float_simple):
11545         * gst/audiofx/audiopanorama.h:
11546           Add 'method' property and provide a simple (non-psychoacustic)
11547           processing method (#394859).
11548
11549         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11550         (panorama_suite):
11551           Tests for new method.
11552
11553 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11554
11555         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11556         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11557           Set correct caps on outgoing pulled buffers, or things blow up
11558           after recent core changes.
11559
11560 2007-01-11  Wim Taymans  <wim@fluendo.com>
11561
11562         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11563
11564         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11565         (gst_multipart_mux_request_new_pad),
11566         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11567         (gst_multipart_mux_change_state):
11568         Return FLOW errors ASAP. Fixes #394977.
11569         Misc cleanups.
11570
11571 2007-01-11  Wim Taymans  <wim@fluendo.com>
11572
11573         Patch by: Lutz Mueller <lutz at topfrose dot de>
11574
11575         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11576         Check for stream pad before activating. 
11577
11578 2007-01-10  Wim Taymans  <wim@fluendo.com>
11579
11580         Patch by: Peter Kjellerstedt  <pkj at axis com>
11581
11582         * gst/rtsp/COPYING.MIT:
11583         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11584         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11585         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11586         (gst_rtspsrc_stream_configure_transport),
11587         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11588         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11589         (gst_rtspsrc_parse_methods),
11590         (gst_rtspsrc_create_transports_string),
11591         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11592         (gst_rtspsrc_open), (gst_rtspsrc_close):
11593         * gst/rtsp/gstrtspsrc.h:
11594         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11595         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11596         (parse_request_line), (parse_line), (rtsp_connection_read),
11597         (rtsp_connection_close):
11598         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11599         (rtsp_method_as_text), (rtsp_header_as_text),
11600         (rtsp_status_as_text), (rtsp_find_header_field),
11601         (rtsp_find_method):
11602         * gst/rtsp/rtspdefs.h:
11603         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11604         (rtsp_ext_wms_configure_stream):
11605         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11606         (rtsp_message_new_request), (rtsp_message_init_request),
11607         (rtsp_message_new_response), (rtsp_message_init_response),
11608         (rtsp_message_init_data), (rtsp_message_unset),
11609         (rtsp_message_free), (rtsp_message_add_header),
11610         (rtsp_message_get_header), (rtsp_message_set_body),
11611         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11612         * gst/rtsp/rtspmessage.h:
11613         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11614         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11615         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11616         (sdp_message_dump):
11617         Allow url to be NULL to be able to use it for server connections.
11618         Can now send responses as well as requests.
11619         No longer hangs in an endless loop if EOF is received.
11620         Can now convert a status code to a text string.
11621         Return RTSP_HDR_INVALID for unknown headers.
11622         Return RTSP_INVALID for unknown methods.
11623         Copy CSeq and Session headers from the request.
11624         Only free memory corresponding to the currently set message type.
11625         Added const to function arguments as appropriate.
11626         Avoid a compiler warning when initializing nmedia.
11627         Use guint rather than gint to avoid compiler warnings.
11628         Fix crasher in wms extension.
11629         Factor out stream setup from open_connection.
11630         Delay activation of streams when actual data is received from the
11631         server, this prepares us to do proper protocol switching.
11632         Added new license.
11633         Fixes #380895.
11634
11635
11636 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11637
11638         Patch by: Sebastian Dröge <slomo ubuntu com>
11639
11640         * docs/plugins/Makefile.am:
11641         * gst/audiofx/audiopanorama.c:
11642           Some small docs fixes (#394851).
11643
11644 2007-01-09  Wim Taymans  <wim@fluendo.com>
11645
11646         * gst/avi/gstavidemux.c:
11647         Fix docs.
11648
11649 2007-01-09  Wim Taymans  <wim@fluendo.com>
11650
11651         * gst/rtp/Makefile.am:
11652         * gst/rtp/gstrtp.c: (plugin_init):
11653         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
11654         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
11655         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
11656         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
11657         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
11658         * gst/rtp/gstrtpmpvdepay.h:
11659           Added RFC 2250 MPEG Video Depayloader.
11660
11661         * gst/rtp/gstrtpL16depay.h:
11662         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
11663         (gst_rtp_h263p_depay_process):
11664         Fix Header file. Small cleanups.
11665
11666         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
11667         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
11668         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
11669         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
11670         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
11671         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
11672         (gst_rtp_mp4v_depay_change_state):
11673         Remove usused code. Remove Adapter from state Change. Added debug.
11674
11675         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
11676         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
11677         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
11678         * gst/rtp/gstrtpmpadepay.h:
11679         Subclass base depayloader.
11680         Added debug.
11681         Support static payload type assignment as well.
11682
11683         * gst/rtp/gstrtpmpapay.c:
11684         Fix caps.
11685
11686 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11687
11688         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11689
11690         * ext/jpeg/gstjpegdec.c:
11691         * ext/jpeg/gstjpegenc.c:
11692         * ext/jpeg/smokecodec.c:
11693           These libjpeg callbacks should return a 'boolean' (unsigned char
11694           apparently) and not a 'gboolean' (which maps to gint). Fixes
11695           warnings when compiling with MingW (#393427).
11696
11697         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11698           Use ioctlsocket on win32.
11699
11700         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11701           Some printf format fixes for win32.
11702
11703 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11704
11705         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11706           Use gst_guint64_to_gdouble for conversion.
11707         * win32/vs6/libgstmatroska.dsp:
11708           Add zlib to the link.
11709         * win32/vs6/libgstvideobox.dsp:
11710           Update liboil library name (project is linked to 
11711           liboil-0.3-0.lib now).
11712           
11713 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11714
11715         * gst/matroska/Makefile.am:
11716           If zlib is available and used, we must link it explicitly for
11717           things to work on MingW (fixes #392855).
11718
11719 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
11720
11721         * ext/esd/esdsink.c: (gst_esdsink_delay):
11722           Don't return bogus values when esd_get_delay() fails for some
11723           reason (#392189).
11724
11725 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11726
11727         * sys/ximage/gstximagesrc.c: (composite_pixel):
11728           Fix presumably copy'n'pasto for 16bpp depth.
11729
11730 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11731
11732         * gst/matroska/matroska-mux.c:
11733         (gst_matroska_mux_audio_pad_setcaps):
11734           The "signed" field in audio caps is of boolean type, trying to use
11735           gst_structure_get_int() to extract it will fail. Fixing this makes
11736           matroskamux accept raw audio input (#387121) (use at your own risk
11737           though, due to the matroska spec being not entirely useful in this
11738           respect).
11739           Also fix up raw audio structures in template caps so that they
11740           represent what our setcaps function will actually accept, so that
11741           converters know what to convert to.
11742           Finally, don't fail if there isn't an "endianness" field in 8-bit
11743           PCM caps.
11744
11745 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11746
11747         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11748         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11749         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11750         (teardown_cmmldec):
11751         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11752         (teardown_cmmlenc):
11753         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11754           reapply consistent pad (de)activation
11755
11756 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11757
11758         * configure.ac:
11759         Back to CVS
11760
11761         * gst-plugins-good.doap:
11762         Add 0.10.5 doap entry
11763
11764 === release 0.10.5 ===
11765
11766 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
11767
11768         * configure.ac:
11769           releasing 0.10.5, "The Path of Thorns"
11770
11771 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11772
11773         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11774         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11775         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11776         (teardown_cmmldec):
11777         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11778         (teardown_cmmlenc):
11779         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11780           revert my freeze breakage
11781
11782 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11783
11784         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11785         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11786         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11787         (teardown_cmmldec):
11788         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11789         (teardown_cmmlenc):
11790         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11791           consistent pad (de)activation
11792
11793 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11794
11795         * configure.ac:
11796         * ext/Makefile.am:
11797         Disable LADPSA, as it has moved to the -bad module for the duration.
11798
11799 2006-12-18  Wim Taymans  <wim@fluendo.com>
11800
11801         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11802         (gst_signal_processor_event):
11803         Reset flow_state back to _OK after a flush stop so that we exit our
11804         error state after the flush. Fixes #374213
11805
11806 2006-12-16  David Schleef  <ds@schleef.org>
11807
11808         * sys/osxvideo/osxvideosink.h:
11809         * sys/osxvideo/osxvideosink.m:
11810           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11811
11812 2006-12-16  David Schleef  <ds@schleef.org>
11813
11814         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11815
11816         * sys/osxvideo/Makefile.am:
11817         * sys/osxvideo/osxvideosink.h:
11818         * sys/osxvideo/osxvideosink.m:
11819           Preliminary patch for porting osxvideosink
11820
11821 2006-12-16  Wim Taymans  <wim@fluendo.com>
11822
11823         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11824
11825         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11826         (gst_videomixer_set_master_geometry),
11827         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11828         (gst_videomixer_reset), (gst_videomixer_init),
11829         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11830         (gst_videomixer_release_pad), (gst_videomixer_collected),
11831         (gst_videomixer_change_state):
11832         Introduce some locking around the videomixer state so that it does not
11833         crash when adding/removing pads. Fixes #383043.
11834
11835 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11836
11837         * configure.ac:
11838           Make sure libcaca can actually be used instead of just checking for
11839           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11840           cross-compiling (fixes #384587).
11841
11842 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11843
11844         * Makefile.am:
11845         * gst-plugins-good.doap:
11846         * gst-plugins-good.spec.in:
11847           adding doap file
11848
11849 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11850
11851         * configure.ac:
11852           libflac-1.1.3 changed API again, but we can't build against it yet,
11853           so make sure our check doesn't use libflac-1.1.3 and add a comment
11854           to this effect.
11855
11856 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11857
11858         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11859         (gst_quarktv_planetable_clear):
11860           Add some NULL pointer checks (possibly related to #385623).
11861
11862 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11863
11864         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11865         (gst_tag_demux_chain):
11866         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11867           In streaming mode, if the first buffer we get doesn't have an
11868           offset, fix it up to be 0, otherwise trimming won't work later on
11869           and we'll be typefinding application/x-id3, which may result in
11870           decodebin plugging an endless number of id3demux elements as a
11871           consequence. Fixes #385031.
11872           
11873 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11874
11875         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11876           Ignore the buffer_time the sound device reports. Turns out it is 
11877           sometimes completely bogus and we're better off without it.
11878
11879 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11880
11881         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11882         (gst_matroska_demux_video_caps):
11883         * gst/matroska/matroska-ids.c:
11884         (gst_matroska_track_init_video_context):
11885         * gst/matroska/matroska-ids.h:
11886           Try harder to extract the framerate for video tracks correctly and
11887           save it directly instead of converting it back and forth a few
11888           times. Mostly makes a difference for very small framerates (<1).
11889           Fixes #380199.
11890
11891 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11892
11893         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11894         (gst_gconf_audio_src_dispose), (do_toggle_element):
11895         * ext/gconf/gstgconfaudiosrc.h:
11896           Remove gconf notify hook when the gconfaudiosrc element is
11897           destroyed, otherwise the callback may be called on an
11898           already-destroyed instance and bad things happen. Should fix
11899           #378184.
11900           Also ignore gconf key changes when the source is already running.
11901
11902 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11903
11904         Patch by: Sebastian Dröge  <mail at slomosnail de>
11905
11906         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11907           We need to be able to read and parse any possible floating point string
11908           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11909           will parse the former only in certain locales though, so we really need
11910           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11911           make sure we can parse either version at all times.
11912           Fixes #382982 for real.
11913
11914 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11915
11916         * sys/sunaudio/gstsunaudiomixerctrl.c:
11917         * sys/sunaudio/gstsunaudiosrc.c:
11918
11919         Use the sunaudio debug category.
11920
11921         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
11922         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
11923         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11924         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
11925         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
11926         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
11927         (gst_sunaudiosink_reset):
11928         * sys/sunaudio/gstsunaudiosink.h:
11929
11930         Uses the sunaudio debug category for all debug output
11931         Implements the _delay() callback to synchronise video playback better
11932         Change the segtotal and segsize values back to the parent class 
11933           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
11934           respectively)
11935         Measure the samples written to the device vs. played.
11936         Keep track of segments in the device by writing empty eof frames, and
11937         sleep using a GCond when we get too far ahead and risk overrunning the
11938         sink's ringbuffer.
11939
11940         Fixes: #360673
11941
11942 2006-12-08  Wim Taymans  <wim@fluendo.com>
11943
11944         Patch by: Sebastian Dröge  <mail at slomosnail de >
11945
11946         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
11947         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
11948         * gst/audiofx/audiopanorama.h:
11949         Fix audiopanorame with float samples. Fixes #383726.
11950
11951 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11952
11953         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
11954         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
11955         (gst_sunaudiosrc_reset):
11956
11957         Implement reset functions to unblock the src/sink more quickly on 
11958         state change requests.
11959         Patch by: Brian Cameron <brian dot cameron at sun com>
11960
11961 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11962
11963         * sys/sunaudio/gstsunaudiomixer.c:
11964         (gst_sunaudiomixer_change_state):
11965         Construct the correct mixer device name when the AUDIODEV env var
11966         is set.
11967
11968         Patch by: Jerry Tan <jerry.tan at sun dot com>
11969         Fixes: #383596
11970
11971 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11972
11973         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
11974         Apply patch to open the mixer control and set the MULTIPLE_OPEN
11975         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
11976         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
11977         Patch by: Jerry Tan <jerry.tan at sun dot com>
11978         Fixes: #349015
11979
11980 2006-12-07  Wim Taymans  <wim@fluendo.com>
11981
11982         * gst/smpte/gstmask.h:
11983         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11984         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
11985         (gst_smpte_collected), (gst_smpte_set_property),
11986         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
11987         * gst/smpte/gstsmpte.h:
11988         Port to 0.10 some more. 
11989         Added duration property to specify the duration of the transition.
11990         Make framerate a fraction.
11991         Deprecate fps property, we only use negotiated fps.
11992         Added docs.
11993         Fix collectpad usage.
11994         Reset state in READY.
11995         Send NEWSEGMENT event.
11996         Fix racy updates of object properties.
11997         Added debug category.
11998         Fixes #383323.
11999
12000 2006-12-06  Wim Taymans  <wim@fluendo.com>
12001
12002         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12003
12004         * gst/videomixer/videomixer.c:
12005         (gst_videomixer_set_master_geometry),
12006         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12007         Don't reset xpos and ypos in the setcaps function because causes
12008         unexpected behaviour.
12009         Fixes #382179.
12010
12011 2006-12-06  Wim Taymans  <wim@fluendo.com>
12012
12013         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12014         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12015         Keep track of the buffer timestamp in the collectdata member instead
12016         of modifying the buffer without making the metadata writable first.
12017         Fixes #382277.
12018
12019 2006-12-06  Wim Taymans  <wim@fluendo.com>
12020
12021         Patch by: Rob Taylor <robtaylor at floopily dot org>
12022
12023         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12024         If using multicast in udpsrc, bind to the multicast address rather than
12025         IN_ADDR_ANY.
12026         This allows the simultanous use of multiple udpsrcs listening on
12027         different multicat addresses. Without this all udpsrcs will receive all
12028         packets from all subscribed multicast addresses.
12029         Fixes #383001.
12030
12031 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12032
12033         * ext/taglib/gstid3v2mux.cc:
12034         Don't attempt to write a NULL frame into the ID3 tag set when the 
12035         createFrame method returned NULL.
12036         Fixes: #381857
12037         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12038
12039 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12040
12041         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12042         Use g_strtod() instead of sscanf to parse doubles, so that it will
12043         try parsing in the C locale if the current locale fails.
12044         Fixes: #382982
12045         Patch by: Sebastian Dröge  <mail at slomosnail de >
12046
12047 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12048
12049         * win32/MANIFEST:
12050         Fix compilation on win32 under VS8
12051         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12052         Partially fixes #381175
12053
12054 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12055
12056         * gst/avi/gstavimux.c:
12057           accept all mpegversions,fixes #380825
12058           spotted by: Jerome Alet  
12059
12060 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12061
12062         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12063         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12064         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12065         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12066           cleanup the error message a bit more
12067
12068 2006-11-28  Wim Taymans  <wim@fluendo.com>
12069
12070         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12071         Fix width and height properties.
12072
12073         * ext/libcaca/gstcacasink.h:
12074         Fix compilation on newer libcaca that require us to include a new
12075         header. Fixes #379918.
12076
12077 2006-11-28  Wim Taymans  <wim@fluendo.com>
12078
12079         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12080         * gst/rtsp/gstrtspsrc.h:
12081         * gst/rtsp/rtspext.h:
12082         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12083         (rtsp_ext_wms_get_context):
12084         Add method so that extensions can choose to disable the setup of
12085         a stream.
12086         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12087
12088 2006-11-27  Wim Taymans  <wim@fluendo.com>
12089
12090         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12091
12092         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12093         Push header in a separate buffer instead of memcpy:ing all data.
12094         Change LF => CRLF in headers.
12095         Move trailing LF to header. Fixes #379792.
12096
12097 2006-11-27  Wim Taymans  <wim@fluendo.com>
12098
12099         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12100         Small buffer overflow fix and improve debugging.
12101
12102 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12103
12104         * ext/esd/esdmon.h:
12105         * ext/esd/esdsink.h:
12106           remove obsolete _factory_init protos
12107
12108 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12109
12110         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12111         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12112         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12113         (gst_avi_demux_read_subindexes_push),
12114         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12115         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12116         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12117         (gst_avi_demux_massage_index),
12118         (gst_avi_demux_calculate_durations_from_index),
12119         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12120         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12121         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12122           remove dead code, tweak debugs statements, add comments, use
12123           _uint64_scale instead _uint64_scale_int when using guint64 values,
12124           small optimizations, reflow some error handling
12125
12126 2006-11-22  Edward Hervey  <edward@fluendo.com>
12127
12128         * po/.cvsignore:
12129         We never put .pot files in cvs. Let's ignore them all.
12130
12131 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12132
12133         * po/POTFILES.in:
12134           ... but better exclude files that aren't disted.
12135
12136 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12137
12138         * po/POTFILES.in:
12139           Add v4l2 source files to list of files with translations, so the
12140           strings are actually extracted (however bad they still may be).
12141
12142 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12143
12144         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12145           Minor clean-ups: const-ify static array, remove trailing comma from
12146           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12147
12148 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12149
12150         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12151         Make sure that g_free always gets called on the same pointer that was 
12152         returned by g_malloc.  Fixes #376594.
12153         Do not leak memory if decompressed size is wrong.
12154         Remove unneeded check of return value of g_malloc.
12155         Patch by: René Stadler <mail@renestadler.de>
12156
12157 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12158
12159         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12160           Add missing curly brackets.
12161
12162 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12163
12164         * sys/v4l2/v4l2src_calls.c:
12165         Fix capture_deinit.
12166
12167 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12168
12169         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12170         (gst_matroska_mux_request_new_pad):
12171           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12172
12173         * tests/check/elements/matroskamux.c: (setup_src_pad),
12174         (setup_sink_pad), (GST_START_TEST):
12175         Activate pads before using them.
12176
12177 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12178
12179         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12180           Initialise variable to get rid of bogus compiler warning.
12181
12182 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12183
12184         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12185
12186         * gst/rtp/gstrtph263pay.c:
12187         * gst/rtp/gstrtph263pdepay.c:
12188         * gst/rtp/gstrtph263ppay.c:
12189           Specify H.263 variant and version in the caps (fixes #361637)
12190
12191 2006-11-15  Wim Taymans  <wim@fluendo.com>
12192
12193         * gst/rtsp/rtspconnection.c: (read_body):
12194         Don't set a data pointer to NULL and a size > 0 when we deal
12195         with empty packets.
12196
12197         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12198         (rtsp_message_init_response), (rtsp_message_init_data),
12199         (rtsp_message_unset), (rtsp_message_free),
12200         (rtsp_message_take_body):
12201         Check that we can't create invalid empty packets. 
12202
12203 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12204
12205         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12206
12207         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12208         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12209         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12210         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12211         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12212         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12213         * gst/matroska/matroska-mux.h:
12214           Add basic tag writing support; implement releasing pads (#374658).
12215
12216 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12217
12218         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12219         (gst_matroska_demux_audio_caps):
12220           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12221
12222 2006-11-14  David Schleef  <ds@schleef.org>
12223
12224         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12225
12226 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12227
12228         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12229
12230         * win32/vs8/gst-plugins-good.sln:
12231         * win32/vs8/libgst1394.vcproj:
12232         * win32/vs8/libgstaasink.vcproj:
12233         * win32/vs8/libgstalaw.vcproj:
12234         * win32/vs8/libgstalpha.vcproj:
12235         * win32/vs8/libgstalphacolor.vcproj:
12236         * win32/vs8/libgstannodex.vcproj:
12237         * win32/vs8/libgstapetag.vcproj:
12238         * win32/vs8/libgstaudiofx.vcproj:
12239         * win32/vs8/libgstauparse.vcproj:
12240         * win32/vs8/libgstautodetect.vcproj:
12241         * win32/vs8/libgstavi.vcproj:
12242         * win32/vs8/libgstcacasink.vcproj:
12243         * win32/vs8/libgstcdio.vcproj:
12244         * win32/vs8/libgstcutter.vcproj:
12245         * win32/vs8/libgstdv.vcproj:
12246         * win32/vs8/libgsteffectv.vcproj:
12247         * win32/vs8/libgstflac.vcproj:
12248         * win32/vs8/libgstflxdec.vcproj:
12249         * win32/vs8/libgstgoom.vcproj:
12250         * win32/vs8/libgsticydemux.vcproj:
12251         * win32/vs8/libgstid3demux.vcproj:
12252         * win32/vs8/libgstjpeg.vcproj:
12253         * win32/vs8/libgstladspa.vcproj:
12254         * win32/vs8/libgstlevel.vcproj:
12255         * win32/vs8/libgstmatroska.vcproj:
12256         * win32/vs8/libgstmikmod.vcproj:
12257         * win32/vs8/libgstmng.vcproj:
12258         * win32/vs8/libgstmonoscope.vcproj:
12259         * win32/vs8/libgstmulaw.vcproj:
12260         * win32/vs8/libgstmultipart.vcproj:
12261         * win32/vs8/libgstpng.vcproj:
12262         * win32/vs8/libgstrtp.vcproj:
12263         * win32/vs8/libgstrtsp.vcproj:
12264         * win32/vs8/libgstshout2.vcproj:
12265         * win32/vs8/libgstsmpte.vcproj:
12266         * win32/vs8/libgstspeex.vcproj:
12267         * win32/vs8/libgsttaglib.vcproj:
12268         * win32/vs8/libgstudp.vcproj:
12269         * win32/vs8/libgstvideobalance.vcproj:
12270         * win32/vs8/libgstvideobox.vcproj:
12271         * win32/vs8/libgstvideoflip.vcproj:
12272         * win32/vs8/libgstvideomixer.vcproj:
12273         * win32/vs8/libgstwavenc.vcproj:
12274         * win32/vs8/libgstwavparse.vcproj:
12275           Make end-of-line returns unixy, so that when the files are checked
12276           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12277           Hopefully fixes #366492.
12278
12279 2006-11-14  Wim Taymans  <wim@fluendo.com>
12280
12281         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12282         Disable init_frames delay timestamp adjustment, it does not
12283         seem to be needed at all. Fixes #369621.
12284
12285 2006-11-13  Wim Taymans  <wim@fluendo.com>
12286
12287         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12288
12289         * gst/videomixer/videomixer.c:
12290         (gst_videomixer_set_master_geometry),
12291         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12292         (gst_videomixer_collect_free), (gst_videomixer_reset),
12293         (gst_videomixer_init), (gst_videomixer_finalize),
12294         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12295         (gst_videomixer_collected), (gst_videomixer_change_state):
12296         Fix memleak by unref'ing collectpads instance (when finalizing)
12297         Implement releasing a request pad. Fixes #374479.
12298
12299 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12300
12301         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12302
12303         * win32/vs8/gst-plugins-good.sln:
12304         * win32/vs8/libgst1394.vcproj:
12305         * win32/vs8/libgstaasink.vcproj:
12306         * win32/vs8/libgstalaw.vcproj:
12307         * win32/vs8/libgstalpha.vcproj:
12308         * win32/vs8/libgstalphacolor.vcproj:
12309         * win32/vs8/libgstannodex.vcproj:
12310         * win32/vs8/libgstapetag.vcproj:
12311         * win32/vs8/libgstaudiofx.vcproj:
12312         * win32/vs8/libgstauparse.vcproj:
12313         * win32/vs8/libgstautodetect.vcproj:
12314         * win32/vs8/libgstavi.vcproj:
12315         * win32/vs8/libgstcacasink.vcproj:
12316         * win32/vs8/libgstcdio.vcproj:
12317         * win32/vs8/libgstcutter.vcproj:
12318         * win32/vs8/libgstdv.vcproj:
12319         * win32/vs8/libgsteffectv.vcproj:
12320         * win32/vs8/libgstflac.vcproj:
12321         * win32/vs8/libgstflxdec.vcproj:
12322         * win32/vs8/libgstgoom.vcproj:
12323         * win32/vs8/libgsticydemux.vcproj:
12324         * win32/vs8/libgstid3demux.vcproj:
12325         * win32/vs8/libgstjpeg.vcproj:
12326         * win32/vs8/libgstladspa.vcproj:
12327         * win32/vs8/libgstlevel.vcproj:
12328         * win32/vs8/libgstmatroska.vcproj:
12329         * win32/vs8/libgstmikmod.vcproj:
12330         * win32/vs8/libgstmng.vcproj:
12331         * win32/vs8/libgstmonoscope.vcproj:
12332         * win32/vs8/libgstmulaw.vcproj:
12333         * win32/vs8/libgstmultipart.vcproj:
12334         * win32/vs8/libgstpng.vcproj:
12335         * win32/vs8/libgstrtp.vcproj:
12336         * win32/vs8/libgstrtsp.vcproj:
12337         * win32/vs8/libgstshout2.vcproj:
12338         * win32/vs8/libgstsmpte.vcproj:
12339         * win32/vs8/libgstspeex.vcproj:
12340         * win32/vs8/libgsttaglib.vcproj:
12341         * win32/vs8/libgstudp.vcproj:
12342         * win32/vs8/libgstvideobalance.vcproj:
12343         * win32/vs8/libgstvideobox.vcproj:
12344         * win32/vs8/libgstvideoflip.vcproj:
12345         * win32/vs8/libgstvideomixer.vcproj:
12346         * win32/vs8/libgstwavenc.vcproj:
12347         * win32/vs8/libgstwavparse.vcproj:
12348           Add VS8 project files (note that many of the plugins in ext are
12349           disabled by default). Fixes #366492.
12350
12351 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12352
12353         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12354           we do not translate debug messages
12355
12356 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12357
12358         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12359           fix categorisation, make short desc more explicit, remove unused code
12360           Fixes #372021
12361
12362 2006-11-08  Wim Taymans  <wim@fluendo.com>
12363
12364         * gst/rtp/gstrtpL16depay.c:
12365         * gst/rtp/gstrtpamrdepay.c:
12366         * gst/rtp/gstrtpamrpay.c:
12367         * gst/rtp/gstrtpgsmdepay.c:
12368         * gst/rtp/gstrtph263pay.c:
12369         * gst/rtp/gstrtph263pdepay.c:
12370         * gst/rtp/gstrtph263ppay.c:
12371         * gst/rtp/gstrtph264depay.c:
12372         * gst/rtp/gstrtpmp2tdepay.c:
12373         * gst/rtp/gstrtpmp4gdepay.c:
12374         * gst/rtp/gstrtpmp4gpay.c:
12375         * gst/rtp/gstrtpmp4vdepay.c:
12376         * gst/rtp/gstrtpmp4vpay.c:
12377         * gst/rtp/gstrtpmpadepay.c:
12378         * gst/rtp/gstrtpmpapay.c:
12379         * gst/rtp/gstrtppcmadepay.c:
12380         * gst/rtp/gstrtppcmapay.c:
12381         * gst/rtp/gstrtppcmudepay.c:
12382         * gst/rtp/gstrtppcmupay.c:
12383         * gst/rtp/gstrtpspeexdepay.c:
12384         * gst/rtp/gstrtpspeexpay.c:
12385         * gst/rtp/gstrtpsv3vdepay.c:
12386         Fix element descriptions.
12387
12388 2006-11-08  Wim Taymans  <wim@fluendo.com>
12389
12390         * gst/rtp/gstrtpvorbisdepay.c:
12391         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12392         Fix description.
12393         Small cleanup in the payloader.
12394
12395 2006-11-08  Wim Taymans  <wim@fluendo.com>
12396
12397         * gst/rtp/Makefile.am:
12398         * gst/rtp/gstrtp.c: (plugin_init):
12399         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12400         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12401         (gst_rtp_theora_depay_finalize),
12402         (gst_rtp_theora_depay_parse_configuration),
12403         (gst_rtp_theora_depay_setcaps),
12404         (gst_rtp_theora_depay_switch_codebook),
12405         (gst_rtp_theora_depay_process),
12406         (gst_rtp_theora_depay_set_property),
12407         (gst_rtp_theora_depay_get_property),
12408         (gst_rtp_theora_depay_change_state),
12409         (gst_rtp_theora_depay_plugin_init):
12410         * gst/rtp/gstrtptheoradepay.h:
12411         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12412         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12413         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12414         (gst_rtp_theora_pay_init_packet),
12415         (gst_rtp_theora_pay_flush_packet),
12416         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12417         (gst_rtp_theora_pay_handle_buffer),
12418         (gst_rtp_theora_pay_plugin_init):
12419         * gst/rtp/gstrtptheorapay.h:
12420         Add theora pay/depayloaders.
12421
12422 2006-11-06  Wim Taymans  <wim@fluendo.com>
12423
12424         * gst/rtp/Makefile.am:
12425         We depend on gsttag to generate the vorbis comments.
12426
12427         * gst/rtp/gstrtpvorbisdepay.c:
12428         (gst_rtp_vorbis_depay_parse_configuration),
12429         (gst_rtp_vorbis_depay_setcaps),
12430         (gst_rtp_vorbis_depay_switch_codebook),
12431         (gst_rtp_vorbis_depay_process):
12432         * gst/rtp/gstrtpvorbisdepay.h:
12433         Parse configuration string in the depayloader.
12434         Implement selecting and switching to a new codebook.
12435         Receiving vorbis over RTP now works.
12436
12437         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12438         (gst_rtp_vorbis_pay_init_packet),
12439         (gst_rtp_vorbis_pay_finish_headers),
12440         (gst_rtp_vorbis_pay_handle_buffer):
12441         * gst/rtp/gstrtpvorbispay.h:
12442         Set timestamps on outgoing buffers and RTP packets.
12443         Fix configuration string, prepend number of Packet headers.
12444         Fix encoding of ident string.
12445         Add delivery-method to caps.
12446         Streaming vorbis over RTP now works.
12447
12448 2006-11-06  Wim Taymans  <wim@fluendo.com>
12449
12450         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12451         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12452         (gst_rtp_vorbis_pay_handle_buffer):
12453         * gst/rtp/gstrtpvorbispay.h:
12454         Generate a valid configuration string in the caps based on the
12455         vorbis headers.
12456
12457 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12458
12459         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12460         * ext/cdio/gstcdio.h:
12461         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12462           Move CD-TEXT utility function into common file so it can also be
12463           used by a future cdioparanoiasrc.
12464
12465 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12466         
12467         * sys/v4l2/Makefile.am:
12468         * sys/v4l2/gstv4l2object.c:
12469         * sys/v4l2/gstv4l2src.c:
12470         * sys/v4l2/gstv4l2xoverlay.c:
12471         * sys/v4l2/v4l2_calls.c:
12472         * sys/v4l2/v4l2src_calls.c:
12473         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12474         xoverlay code that is still not implemented.
12475
12476 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12477
12478         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12479           We require a -base more recent than 0.10.9, so it's safe to use
12480           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12481
12482         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12483         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12484           Use _newsegment_full() now that we depend on a recent enough core.
12485
12486         * gst/wavparse/gstwavparse.c:
12487           Remove cruft that we don't need any longer now that we depend on
12488           a recent enough -base.
12489
12490 2006-10-31  Wim Taymans  <wim@fluendo.com>
12491
12492         * gst/rtp/Makefile.am:
12493         * gst/rtp/gstrtp.c: (plugin_init):
12494         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12495         (gst_rtpilbcpay_setcaps):
12496         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12497
12498 2006-10-31  Wim Taymans  <wim@fluendo.com>
12499
12500         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12501         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12502         Some small cleanups, use _scale.
12503
12504 2006-10-31  Wim Taymans  <wim@fluendo.com>
12505
12506         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12507         Use higher precision scale function.
12508
12509 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12510
12511         Patch by: Michal Benes  <michal dot benes at itonis tv>
12512
12513         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12514         (gst_matroska_demux_read_track_encodings),
12515         (gst_matroska_decode_buffer):
12516           Fix several issues with encoded/compressed/encrypted/signed tracks;
12517           also, remove superfluous newline characters from some debug
12518           statements. (#366155)
12519
12520 2006-10-30  Wim Taymans  <wim@fluendo.com>
12521
12522         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12523         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12524         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12525         (gst_smokedec_change_state):
12526         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12527         (gst_smokeenc_init), (gst_smokeenc_finalize),
12528         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12529         (gst_smokeenc_resync), (gst_smokeenc_chain),
12530         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12531         (gst_smokeenc_change_state):
12532         Various cleanups, capsnego and leak fixes.
12533
12534 2006-10-30  Wim Taymans  <wim@fluendo.com>
12535
12536         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12537
12538         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12539         Fix videomixer so that it can handle any combination of framerates.
12540         Fixes #367221.
12541
12542 2006-10-28  Wim Taymans  <wim@fluendo.com>
12543
12544         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12545         (gst_avi_demux_parse_file_header),
12546         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12547         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12548         (gst_avi_demux_chain):
12549         Fix position query for audio. also fixes timestamps in streaming
12550         mode and bug #364958.
12551         Small cleanups.
12552
12553 2006-10-27  Wim Taymans  <wim@fluendo.com>
12554
12555         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12556         * ext/libpng/gstpngenc.h:
12557         Fix strides. Fixes #364856.
12558         Cleanup capsnego.
12559         Set caps on outgoing buffers.
12560
12561 2006-10-18  Wim Taymans  <wim@fluendo.com>
12562
12563         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12564
12565         * gst/rtp/gstrtpgsmpay.c:
12566         * gst/rtp/gstrtph263pay.c:
12567         * gst/rtp/gstrtpmpapay.c:
12568         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12569         (gst_rtp_pcma_pay_handle_buffer):
12570         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12571         Add static payload numbers in addition to the dynamic ones.
12572         Fixes #361639.
12573
12574 2006-10-18  Wim Taymans  <wim@fluendo.com>
12575
12576         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12577         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12578         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12579         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12580         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12581         * gst/rtsp/rtspdefs.h:
12582         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12583         * gst/rtsp/rtspurl.h:
12584         Reuse already existing enum for lower transport.
12585         Add rtspt and rtspu protocols.
12586         Send redirect to rtspt when udp times out.
12587
12588 2006-10-18  Wim Taymans  <wim@fluendo.com>
12589
12590         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12591         (gst_wavparse_stream_data):
12592         Fix seeking some more, mostly for speed changes.
12593
12594 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12595
12596         Patch by: Fredrik Persson  <frepe at bredband net>
12597
12598         * sys/v4l2/gstv4l2tuner.c:
12599         * sys/v4l2/gstv4l2tuner.h:
12600           Fix _set_channel(): remove useless g_object_notify() for "channel"
12601           property that doesn't exist any longer and therefore now also
12602           useless redirect (#338818).
12603
12604 2006-10-17  Wim Taymans  <wim@fluendo.com>
12605
12606         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12607         Some drivers do not support unsetting the non-blocking flag once the
12608         device is opened. In those cases, close/open the device in
12609         non-blocking mode. Fixes #362673.
12610
12611 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12612
12613         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12614         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12615         (gst_v4l2src_get_fps):
12616           dear stefan, framespersecond is not frameperiod, reverting but adding
12617           comment
12618
12619 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12620
12621         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12622         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12623         (gst_v4l2src_get_fps):
12624           Numerator is numerator and denominator is denominator. Say that aloud
12625           5 times and retry after next beer.
12626
12627 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
12628
12629         Patch by: Josep Torra Valles  <josep at fluendo com>
12630
12631         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12632         * ext/esd/esdsink.c: (gst_esdsink_write):
12633         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12634         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12635         (gst_flac_dec_send_newsegment):
12636         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12637         (gst_flac_enc_tell_callback):
12638         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12639         (smokecodec_parse_header), (smokecodec_decode):
12640         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
12641         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
12642         * gst/goom/Makefile.am:
12643         * gst/goom/gstgoom.c:
12644         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
12645         * gst/rtsp/gstrtspsrc.c:
12646         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12647         * gst/udp/gstudpsink.c:
12648         * gst/udp/gstudpsrc.c:
12649         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
12650         * sys/sunaudio/gstsunaudiomixertrack.h:
12651           Fix a bunch of problems discovered by the Forte compiler, mostly type
12652           mixups and pointer arithmetics with void pointers. Fixes #362603.
12653
12654 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12655
12656         * ext/speex/gstspeex.c: (plugin_init):
12657         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
12658         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
12659         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
12660         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
12661         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
12662         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
12663         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
12664         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
12665         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
12666         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
12667         (gst_speex_enc_chain), (gst_speex_enc_get_property),
12668         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
12669         * ext/speex/gstspeexenc.h:
12670           Miscellaneous clean-ups, among other things: speexenc => enc to
12671           enhance code readability; change speexenc => speex_enc; in chain
12672           function unref input buffer in case of error; take reference in
12673           event function; use boilerplate macro; use gst_pad_query_peer_*
12674           convenience functions.
12675
12676 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12677
12678         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
12679         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
12680         (gst_speexenc_set_header_on_caps):
12681           Fix some mem leaks.
12682
12683 2006-10-11  Wim Taymans  <wim@fluendo.com>
12684
12685         * gst/rtsp/URLS:
12686         Added some other URL.
12687
12688         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
12689         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
12690         (gst_rtspsrc_open), (gst_rtspsrc_play),
12691         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12692         * gst/rtsp/gstrtspsrc.h:
12693         Work on fallback to TCP connection when the UDP socket times out.
12694         Handler server requests, just reply with OK for now.
12695
12696         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12697         * gst/rtsp/rtspdefs.h:
12698         Added some more Real extension headers.
12699
12700         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12701         Fix parsing of urls with a ':' that is not part of the hostname:port
12702         part of the url.
12703
12704 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
12705
12706         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
12707         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
12708         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12709           Activate pad before adding it to the already-running element.
12710
12711         * tests/check/elements/icydemux.c: (icydemux_found_pad):
12712           Activate newly-created pad too.
12713
12714 2006-10-11  Wim Taymans  <wim@fluendo.com>
12715
12716         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12717
12718         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12719         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
12720         (gst_udpsrc_start):
12721         Fix some leaks in caps and uris. Fixes #361252.
12722
12723 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12724
12725         * gst/wavparse/Makefile.am:
12726           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
12727
12728 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
12729
12730         * sys/v4l2/gstv4l2xoverlay.c:
12731         * sys/v4l2/gstv4l2xoverlay.h:
12732         Fix build as per the patch in #338818 comment 36.
12733
12734 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12735
12736         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12737           Activate pads before adding them to the source.
12738
12739 2006-10-06  Wim Taymans  <wim@fluendo.com>
12740
12741         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
12742         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
12743         Activate pads before adding.
12744
12745 2006-10-06  Wim Taymans  <wim@fluendo.com>
12746
12747         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12748         (gst_multipart_find_pad_by_mime):
12749         Activate pads before adding.
12750
12751         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12752         BOILERPLATE sets parent_class for us.
12753
12754 2006-10-06  Wim Taymans  <wim@fluendo.com>
12755
12756         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
12757         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
12758         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
12759         (gst_rtspsrc_alloc_udp_ports),
12760         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12761         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
12762         (gst_rtspsrc_create_transports_string),
12763         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
12764         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12765         * gst/rtsp/gstrtspsrc.h:
12766         Rework how the transport string is constructed, try to share channels
12767         and udp ports.
12768         Make most of the stuff less dependant on RTP as we are also going to use
12769         it for RDT.
12770         Add support for transport specific session managers.
12771
12772         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
12773         Implement _flush().
12774
12775         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12776         * gst/rtsp/rtspdefs.h:
12777         Add generic error return code.
12778
12779         * gst/rtsp/rtspext.h:
12780         Add support for pluggable tranport strings.
12781
12782         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
12783         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
12784         (rtsp_ext_wms_get_context):
12785         Detect WMServer and activate the extension.
12786
12787         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
12788         (rtsp_transport_get_manager), (rtsp_transport_parse):
12789         * gst/rtsp/rtsptransport.h:
12790         Added methods to get mime/manager for certain transports.
12791
12792 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12793
12794         * ext/cairo/gsttimeoverlay.c:
12795         (gst_cairo_time_overlay_update_font_height):
12796         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12797         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12798         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12799         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12800         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12801         * ext/libpng/gstpngdec.c: (user_endrow_callback):
12802         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12803         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12804         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12805         (gst_avi_demux_stream_data):
12806         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12807         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12808         (gst_fenced_buffer_copy):
12809         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12810         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12811         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12812         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12813         (gst_rtspsrc_handle_message):
12814         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12815         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12816           Printf format fixes.
12817
12818 2006-10-04  Wim Taymans  <wim@fluendo.com>
12819
12820         * gst/rtsp/Makefile.am:
12821         Dist new .h file too.
12822
12823 2006-10-04  Wim Taymans  <wim@fluendo.com>
12824
12825         * gst/rtsp/Makefile.am:
12826         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12827         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12828         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12829         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12830         (gst_rtspsrc_parse_rtpmap),
12831         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12832         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12833         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12834         * gst/rtsp/gstrtspsrc.h:
12835         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12836         * gst/rtsp/rtspdefs.h:
12837         * gst/rtsp/rtspext.h:
12838         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12839         (rtsp_ext_wms_get_context):
12840         * gst/rtsp/rtspextwms.h:
12841         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12842         (rtsp_transport_parse):
12843         * gst/rtsp/rtsptransport.h:
12844         Factor out extension in separate module.
12845         Fix getcaps to filter against the padtemplate.
12846         Use Content-Base if the server gives one.
12847         Rework the transport parsing a bit for future extensions.
12848         Added some Real Header field definitions.
12849
12850 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12851
12852         * docs/plugins/Makefile.am:
12853         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12854         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12855           added v4l2 stubs
12856         * gst-plugins-good.spec.in:
12857           add v4l2
12858
12859 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12860
12861         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12862           Extract disc/album/medium number and count and try harder
12863           to extract track number/count.
12864
12865 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12866
12867         * configure.ac:
12868         * sys/Makefile.am:
12869           add build stuff for v4l2, needs --enable-experimental until
12870           the last bits are resolved
12871
12872 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12873
12874         * tests/check/Makefile.am:
12875           Disable autodetect test temporarily, so that the build bots
12876           update -bad and the ranks of unreliable video sinks in there.
12877
12878         * tests/check/elements/autodetect.c: (GST_START_TEST):
12879           Skip test if no usable videosink is found.
12880
12881 2006-09-29  Wim Taymans  <wim@fluendo.com>
12882
12883         * gst/rtsp/URLS:
12884         Add some more URLs.
12885
12886         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12887         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12888         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12889         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12890         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12891         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12892         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12893         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12894         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12895         * gst/rtsp/gstrtspsrc.h:
12896         Add timeout property to control UDP timeouts.
12897         Fix error messages.
12898         Also start a loop function when operating in UDP mode so that we can
12899         do some more stuff async.
12900         Handle element messages from udpsrc to detect timeouts. If a timeout
12901         happens we currently generate an error.
12902         API: rtspsrc::timeout property.
12903
12904         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12905         (gst_udpsrc_create):
12906         Really implement the timeout in microseconds and not milliseconds.
12907
12908 2006-09-29  Wim Taymans  <wim@fluendo.com>
12909
12910         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12911         (gst_udpsrc_create), (gst_udpsrc_set_property),
12912         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12913         * gst/udp/gstudpsrc.h:
12914         Added property to post a message on timeout.
12915         Updated docs.
12916         When restarting the select, initialize the fdsets again.
12917         Init control sockets so we don't accidentally close a random socket.
12918         API: GstUDPSrc::timeout property
12919
12920 2006-09-29  Wim Taymans  <wim@fluendo.com>
12921
12922         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12923         Fix flag registration.
12924
12925         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12926         Reading 0 also means 'no more commands'
12927
12928 2006-09-29  Wim Taymans  <wim@fluendo.com>
12929
12930         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
12931
12932         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12933         Fix possible infinite loop when shutting down, a read can also return
12934         0 to indicate no more messages are available. Fixes #358156.
12935
12936 2006-09-25  Wim Taymans  <wim@fluendo.com>
12937
12938         * gst/autodetect/gstautoaudiosink.c:
12939         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
12940         (gst_auto_audio_sink_find_best):
12941         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
12942         Small cleanups.
12943         don't try to set "sync" property when it is not available.
12944
12945 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12946
12947         Patch by: Peter Kjellerstedt  <pkj at axis com>
12948
12949         * gst/alpha/gstalpha.c:
12950         * gst/rtp/gstrtpamrdepay.c:
12951         * gst/rtsp/gstrtspsrc.c:
12952         * gst/udp/gstudpsrc.c:
12953         * gst/videomixer/videomixer.c:
12954           Include stdlib.h in some more places, makes things compile
12955           with uClibc and -Werror (#357592).
12956
12957 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12958
12959         * ext/jpeg/gstjpegdec.c:
12960           Set minimum height to 8 (from 16), our code should handle
12961           that fine. Some of the buttons on the apple trailer site
12962           are apparently only 15 pixels high (see #357470).
12963
12964 2006-09-23  Wim Taymans  <wim@fluendo.com>
12965
12966         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
12967         (gst_rtspsrc_open):
12968         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12969         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
12970         (rtsp_connection_receive):
12971         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12972         * gst/rtsp/rtspdefs.h:
12973         Improve error reporting.
12974
12975 2006-09-23  Wim Taymans  <wim@fluendo.com>
12976
12977         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
12978         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
12979         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
12980         * gst/rtp/gstrtpdepay.c:
12981         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
12982         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
12983         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
12984         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
12985         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
12986         (gst_rtp_mp2t_depay_plugin_init):
12987         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
12988         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
12989         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
12990         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
12991         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
12992         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
12993         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
12994         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
12995         Fix klass typos.
12996         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
12997
12998 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12999
13000         * configure.ac:
13001           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13002
13003 2006-09-22  Wim Taymans  <wim@fluendo.com>
13004
13005         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13006         Don't check for a tag that is never there and check if we read the
13007         correct tag. Fixes seeking again.
13008         We must post an error when all pads are unlinked.
13009
13010 2006-09-22  Wim Taymans  <wim@fluendo.com>
13011
13012         * gst/rtp/Makefile.am:
13013         * gst/rtp/gstrtp.c: (plugin_init):
13014         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13015         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13016         (gst_rtp_vorbis_pay_reset_packet),
13017         (gst_rtp_vorbis_pay_init_packet),
13018         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13019         (gst_rtp_vorbis_pay_handle_buffer):
13020         More fixage, set endoder-params correctly in the payloader.
13021
13022 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13023
13024         * gst/autodetect/gstautoaudiosink.c:
13025         (gst_auto_audio_sink_base_init):
13026         * gst/autodetect/gstautovideosink.c:
13027         (gst_auto_video_sink_base_init):
13028           Make static pad templates static to appease valgrind's leak
13029           detector.
13030
13031         * tests/check/Makefile.am:
13032         * tests/check/elements/.cvsignore:
13033         * tests/check/elements/autodetect.c: (GST_START_TEST),
13034         (autodetect_suite):
13035           Add simple test for the ghostpad lockup on shutdown fixed in core
13036           CVS (audio bit disabled because it would need dozens of alsa
13037           suppressions and I'm too lazy to add those now).
13038
13039 2006-09-22  Wim Taymans  <wim@fluendo.com>
13040
13041         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13042         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13043         Small cleanups.
13044
13045         * gst/rtp/Makefile.am:
13046         * gst/rtp/gstrtp.c: (plugin_init):
13047         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13048         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13049         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13050         (gst_rtp_vorbis_depay_process),
13051         (gst_rtp_vorbis_depay_set_property),
13052         (gst_rtp_vorbis_depay_get_property),
13053         (gst_rtp_vorbis_depay_change_state),
13054         (gst_rtp_vorbis_depay_plugin_init):
13055         * gst/rtp/gstrtpvorbisdepay.h:
13056         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13057         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13058         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13059         (gst_rtp_vorbis_pay_flush_packet),
13060         (gst_rtp_vorbis_pay_append_buffer),
13061         (gst_rtp_vorbis_pay_handle_buffer),
13062         (gst_rtp_vorbis_pay_plugin_init):
13063         * gst/rtp/gstrtpvorbispay.h:
13064         Add experimental vorbis pay and depayloaders.
13065
13066 2006-09-21  Wim Taymans  <wim@fluendo.com>
13067
13068         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13069         Fix profile-level-id parsing and setup.
13070
13071 2006-09-21  Wim Taymans  <wim@fluendo.com>
13072
13073         * gst/udp/README:
13074         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13075         Update README, simple cleanup.
13076
13077 2006-09-21  Wim Taymans  <wim@fluendo.com>
13078
13079         * gst/rtp/README:
13080         Update README with some examples.
13081
13082         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13083         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13084         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13085         (gst_rtp_mp4g_pay_setcaps):
13086         * gst/rtp/gstrtpmp4gpay.h:
13087         Make optional RTP parameters of type STRING, as required by the
13088         application/x-rtp caps specification.
13089
13090 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13091
13092         * gst/rtp/gstrtph263pdepay.c:
13093         * gst/rtp/gstrtph263ppay.c:
13094         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13095         RTP header.
13096
13097 2006-09-20  Wim Taymans  <wim@fluendo.com>
13098
13099         * gst/rtp/Makefile.am:
13100         And makefile too.
13101
13102 2006-09-20  Wim Taymans  <wim@fluendo.com>
13103
13104         * gst/rtp/gstrtp.c: (plugin_init):
13105         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13106         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13107         (decode_base64), (gst_rtp_asf_depay_setcaps),
13108         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13109         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13110         (gst_rtp_asf_depay_plugin_init):
13111         * gst/rtp/gstrtpasfdepay.h:
13112         Added preliminary ASF depayloader.
13113
13114         * gst/rtp/gstrtph264depay.c: (decode_base64):
13115         Fix base64 decoding.
13116
13117 2006-09-20  Wim Taymans  <wim@fluendo.com>
13118
13119         * gst/rtsp/URLS:
13120         Added some test URLS.
13121
13122         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13123         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13124         * gst/rtsp/gstrtspsrc.h:
13125         When creating streams, give access to the complete SDP.
13126         Fix some leaks.
13127         Collect and merge global stream properties in stream caps.
13128         Preliminary support for WMServer.
13129
13130         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13131         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13132         (rtsp_connection_receive):
13133         * gst/rtsp/rtspconnection.h:
13134         Make connection interruptable.
13135         Refactor to make it reconnectable.
13136         Don't fail on short reads when reading data packets.
13137
13138         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13139         (rtsp_url_get_port):
13140         * gst/rtsp/rtspurl.h:
13141         Add methods for getting/setting the port.
13142
13143         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13144         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13145         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13146         (sdp_media_get_format), (sdp_parse_line),
13147         (sdp_message_parse_buffer):
13148         Fix headers. 
13149         Add methods for getting multiple attributes with the same name.
13150         Increase buffer size when parsing.
13151         Fix parsing of a=foo fields.
13152
13153         * gst/rtsp/test.c: (main):
13154         Update to new connection API.
13155
13156         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13157         (rtsp_message_init_response), (rtsp_message_init_data),
13158         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13159         * gst/rtsp/rtspmessage.h:
13160         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13161         * gst/rtsp/rtsptransport.h:
13162         * gst/rtsp/sdp.h:
13163         * gst/rtsp/sdpmessage.h:
13164         * gst/rtsp/gstrtsp.c:
13165         * gst/rtsp/gstrtsp.h:
13166         * gst/rtsp/gstrtpdec.c:
13167         * gst/rtsp/gstrtpdec.h:
13168         * gst/rtsp/rtsp.h:
13169         * gst/rtsp/rtspdefs.c:
13170         * gst/rtsp/rtspdefs.h:
13171         Dual licensed under MIT and LGPL now.
13172
13173 2006-09-19  Wim Taymans  <wim@fluendo.com>
13174
13175         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13176         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13177         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13178         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13179         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13180         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13181         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13182         * gst/rtsp/gstrtspsrc.h:
13183         Reorganize stream parsing and creation.
13184         Detect container formats in interleaved mode.
13185         Keep more state about the streams.
13186         Assume a server also supports PLAY if it does not say.
13187         Add unicast and interleaved properties to TCP transport requests to make
13188         some servers happy (WMServer).
13189
13190         * gst/rtsp/sdpmessage.h:
13191         Add some defines for the standard Bandwidth types.
13192
13193 2006-09-19  Wim Taymans  <wim@fluendo.com>
13194
13195         * gst/rtsp/test.c: (main):
13196         Fix build.
13197
13198 2006-09-19  Wim Taymans  <wim@fluendo.com>
13199
13200         * gst/wavparse/gstwavparse.c:
13201         Add ms-gsm to the src template.
13202
13203 2006-09-18  Wim Taymans  <wim@fluendo.com>
13204
13205         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13206         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13207         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13208         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13209         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13210         * gst/rtsp/gstrtspsrc.h:
13211         Small cleanups, added documentation.
13212         Try to clean up the requests and responses.
13213         Refactor parsing the supported methods.
13214
13215         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13216         (rtsp_connection_create), (rtsp_connection_send),
13217         (parse_response_status), (parse_request_line),
13218         (rtsp_connection_receive), (rtsp_connection_close),
13219         (rtsp_connection_free):
13220         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13221         (rtsp_transport_init), (rtsp_transport_parse),
13222         (rtsp_transport_free):
13223         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13224         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13225         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13226         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13227         Use g_return_val some more.
13228
13229         * gst/rtsp/rtspdefs.h:
13230         Add more enum values to track initial states.
13231
13232         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13233         (rtsp_message_init_request), (rtsp_message_new_response),
13234         (rtsp_message_init_response), (rtsp_message_init_data),
13235         (rtsp_message_unset), (rtsp_message_free),
13236         (rtsp_message_add_header), (rtsp_message_remove_header),
13237         (rtsp_message_get_header), (rtsp_message_set_body),
13238         (rtsp_message_take_body), (rtsp_message_get_body),
13239         (rtsp_message_steal_body), (rtsp_message_dump):
13240         * gst/rtsp/rtspmessage.h:
13241         Reorder arguments, object goes as the first one.
13242         Use g_return_val some more.
13243
13244 2006-09-18  Wim Taymans  <wim@fluendo.com>
13245
13246         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13247         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13248         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13249         * gst/rtsp/gstrtspsrc.h:
13250         Export sometimes source pad with correct caps on the template, create
13251         the ghostpad from the template.
13252         Remove RTCP template as we never expose RTCP.
13253         Protect against invalid body size.
13254         Avoid memcpy when creating the output buffer.
13255         Properly post an error and send EOS when the loop function is shut down.
13256
13257 2006-09-18  Wim Taymans  <wim@fluendo.com>
13258
13259         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13260
13261         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13262         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13263         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13264         * gst/rtsp/gstrtspsrc.h:
13265         Make sure we can never set an invalid location.
13266
13267         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13268         * gst/rtsp/rtspmessage.h:
13269         Added _steal_body method for future use.
13270
13271         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13272         Make freeing of NULL url return immediatly.
13273
13274 2006-09-18  Wim Taymans  <wim@fluendo.com>
13275
13276         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13277
13278         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13279         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13280         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13281         (gst_rtspsrc_change_state):
13282         * gst/rtsp/gstrtspsrc.h:
13283         Use boilerplate.
13284         Make rtspsrc subclass GstBin to make state changes easier.
13285         Add Range header field on the PLAY request.
13286
13287 2006-09-18  Wim Taymans  <wim@fluendo.com>
13288
13289         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13290
13291         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13292         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13293         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13294         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13295         * gst/rtsp/rtspconnection.c: (inet_aton):
13296         Small cleanups.
13297         when multicast is selected as the transport, create UDP sources and
13298         connect to the multicast group.
13299         Move parsing and setting of caps to a common place.
13300         Fixes #349894.
13301
13302 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13303
13304         * ext/flac/gstflactag.c:
13305         * gst/alpha/gstalpha.c:
13306         * gst/debug/breakmydata.c:
13307         * gst/debug/negotiation.c:
13308         * gst/debug/testplugin.c:
13309         * gst/effectv/gstaging.c:
13310         * gst/effectv/gstdice.c:
13311         * gst/effectv/gstedge.c:
13312         * gst/effectv/gstquark.c:
13313         * gst/effectv/gstrev.c:
13314         * gst/effectv/gstshagadelic.c:
13315         * gst/effectv/gstvertigo.c:
13316         * gst/effectv/gstwarp.c:
13317         * gst/multipart/multipartdemux.c:
13318         * gst/multipart/multipartmux.c:
13319         * gst/videobox/gstvideobox.c:
13320         * gst/videofilter/gstgamma.c:
13321         * gst/videofilter/gstvideotemplate.c:
13322         * gst/videomixer/videomixer.c:
13323         * sys/sunaudio/gstsunaudiosrc.h:
13324         More G_OBJECT macro fixing.
13325
13326 2006-09-16  Wim Taymans  <wim@fluendo.com>
13327
13328         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13329
13330         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13331         Correctly set the dwLength in strh.
13332         With this patch, the file duration is now displayed correctly in window
13333         media player and the AVI plays completely. Fixes #356147
13334
13335 2006-09-15  Wim Taymans  <wim@fluendo.com>
13336
13337         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13338
13339         * sys/sunaudio/gstsunaudiomixerctrl.c:
13340         (gst_sunaudiomixer_ctrl_build_list):
13341         Set the output track as the MASTER so that the gnome-settings-daemon
13342         keybindings for changing the volume using the keyboard works.
13343         Fixes #356142.
13344
13345 2006-09-15  Wim Taymans  <wim@fluendo.com>
13346
13347         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13348         Fix documentation, it is not possible to control the framerate of jpegdec
13349         using filtered caps yet. Fixes #355210.
13350         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13351         stop when there is an error.
13352
13353 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13354
13355         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13356         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13357           Don't interpret a first buffer with an offset of NONE as
13358           'from the middle of the stream', but only a first buffer
13359           that has a valid buffer offset that's non-zero (see #345449).
13360
13361 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13362
13363         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13364         (gst_icydemux_typefind_or_forward):
13365         * gst/icydemux/gsticydemux.h:
13366           When we merge/collect multiple incoming buffers for typefinding
13367           purposes, keep an initial 0 offset on the first outgoing buffer
13368           as well (otherwise id3demux won't work right). Fixes #345449.
13369           Also Make buffer metadata writable before setting buffer caps.
13370
13371         * tests/check/elements/icydemux.c: (typefind_succeed),
13372         (cleanup_icydemux), (push_data), (GST_START_TEST),
13373         (icydemux_suite):
13374           Small test case for the above.
13375
13376 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13377
13378         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13379         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13380         (gst_avi_demux_stream_header_push),
13381         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13382         (gst_avi_demux_loop):
13383           More code reuse and better logging in _peek_chunk(). Reintroduce check
13384           for chunk sizes before reading them (avoid oom). Better handling for 
13385           invalid chunksizes when streaming.
13386
13387 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13388
13389         * gst/level/gstlevel.c: (gst_level_set_property):
13390         * gst/level/gstlevel.h:
13391           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13392           René Stadler
13393
13394 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13395
13396         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13397         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13398         (gst_avi_demux_stream_data):
13399           Revert one change to fix streaming avi (adapter size != data size).
13400
13401 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13402
13403         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13404
13405         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13406         (gst_matroska_demux_reset),
13407         (gst_matroska_demux_read_track_encodings),
13408         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13409         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13410         (gst_matroska_demux_subtitle_caps):
13411         * gst/matroska/matroska-ids.h:
13412           Add support for VOBSUB subtitle tracks and zlib-compressed
13413           tracks. Make sure we start on a keyframe after a seek. (#343348)
13414
13415 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13416
13417         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13418         (gst_matroska_demux_push_flac_codec_priv_data),
13419         (gst_matroska_demux_push_xiph_codec_priv_data),
13420         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13421         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13422         * gst/matroska/matroska-ids.h:
13423           Add basic FLAC support (#311586), not perfect yet though, needs some
13424           tweaking in flacdec; also, seeking could be better.
13425           Do better bounds checking when deserialising vorbis stream headers
13426           to make sure we don't read beyond the end of the buffer on bad input.
13427
13428 2006-09-04  Wim Taymans  <wim@fluendo.com>
13429
13430         Patch by: Alessandro Decina <alessandro at nnva dot org>
13431
13432         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13433         Seeking back in a file containing a CMML stream errors out if the seek
13434         goes back up to the CMML headers. This is because after the seek the xml
13435         processing instruction <?xml ...?> is submitted to the xml parser again, 
13436         which results in an error. The attached patch fixes the problem. 
13437         Fixes #353908.
13438
13439         * ext/annodex/gstcmmlenc.h:
13440         Fix authors name.
13441
13442
13443 2006-08-28  Andy Wingo  <wingo@pobox.com>
13444
13445         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13446         New helper function to lessen the ifdefs.
13447         (GST_INFO_OBJECT): 
13448         (gst_dv1394src_iso_receive): Use it.
13449         (gst_dv1394src_create): Also use the control sockets in iec61883
13450         mode.
13451         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13452         handle for AVC operations; fixes #348233.
13453
13454 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13455
13456         * configure.ac:
13457         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13458         * docs/plugins/inspect/plugin-audiofx.xml:
13459         * docs/plugins/inspect/plugin-audiofxgood.xml:
13460         * gst/audiofx/Makefile.am:
13461         * gst/audiofx/audiofx.c:
13462         * gst/audiofxgood/.cvsignore:
13463         * gst/audiofxgood/Makefile.am:
13464         * gst/audiofxgood/audiofx.c:
13465         * gst/audiofxgood/audiopanorama.c:
13466         * gst/audiofxgood/audiopanorama.h:
13467           Rename again (audiofxgood -> audiofx).
13468
13469 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13470
13471         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13472         (gst_avi_demux_stream_scan):
13473           Initialze variables.
13474
13475 2006-08-25  Wim Taymans  <wim@fluendo.com>
13476
13477         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13478         (gst_avi_demux_init), (gst_avi_demux_finalize),
13479         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13480         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13481         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13482         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13483         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13484         (gst_avi_demux_massage_index),
13485         (gst_avi_demux_calculate_durations_from_index),
13486         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13487         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13488         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13489         (gst_avi_demux_change_state):
13490         * gst/avi/gstavidemux.h:
13491         More attempts to turn this into readable code.
13492         Don't leak adapters.
13493         Calculate duration according to index more efficiently.
13494         Don't try to act like we drive the pipeline in chain mode.
13495
13496 2006-08-25  Wim Taymans  <wim@fluendo.com>
13497
13498         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13499         Fix build.
13500
13501 2006-08-25  Wim Taymans  <wim@fluendo.com>
13502
13503         Patch by: Alessandro Decina <alessandro at nnva dot org>
13504
13505         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13506         Do some extra sanity checks.
13507         Fixes #350340.
13508
13509         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13510         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13511         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13512         Check if clip->start_time is valid before adding the clip to the
13513         track list.
13514         Reset enc->preamble going from PAUSED to READY.
13515         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13516         only used for EOS.
13517         Only post an error message if we were the one that created the fatal
13518         GstFlowReturn value.
13519
13520         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13521         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13522         Parse the seconds field of the npt-sec time format using %llu rather than
13523         %d and check that the value scaled by GST_SECOND doesn't overflow.
13524         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13525         Lookup a clip's track with clip->track rather than clip->id which
13526         makes no sense.
13527         Identify a clip by its track and start time and not its xml id.
13528         do some more input checking and make sure we don't do undefined shifts.
13529
13530         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13531         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13532         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13533         (push_clip), (push_empty_clip), (check_output_clip),
13534         (GST_START_TEST), (cmmldec_suite):
13535         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13536         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13537         (check_headers), (push_clip), (check_clip_times), (check_clip),
13538         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13539         Added some more checks.
13540
13541 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13542
13543         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13544         (gst_audio_panorama_set_property),
13545         (gst_audio_panorama_get_property),
13546         (gst_audio_panorama_transform_m2s_int),
13547         (gst_audio_panorama_transform_s2s_int),
13548         (gst_audio_panorama_transform_m2s_float),
13549         (gst_audio_panorama_transform_s2s_float):
13550         * gst/audiofxgood/audiopanorama.h:
13551         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13552           Make also the pan-property float (saves scaling and yields better
13553           resolution)
13554
13555 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13556
13557         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13558         (gst_audio_panorama_transform_m2s_float),
13559         (gst_audio_panorama_transform_s2s_float):
13560           ChangeLog surgery to add cymax's real name
13561
13562
13563 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13564
13565         Patch by: René Stadler <mail@renestadler.de>
13566
13567         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13568         (gst_audio_panorama_transform_m2s_int),
13569         (gst_audio_panorama_transform_s2s_int),
13570         (gst_audio_panorama_transform_m2s_float),
13571         (gst_audio_panorama_transform_s2s_float),
13572         (gst_audio_panorama_transform):
13573         * gst/audiofxgood/audiopanorama.h:
13574           Added float support
13575
13576 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13577
13578         * gst/audiofxgood/audiopanorama.c:
13579         (gst_audio_panorama_transform_m2s):
13580           Fix docs & debug category. Add Fixme for volume pan levels.
13581
13582 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13583
13584         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13585         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13586         (gst_avi_demux_stream_header_pull),
13587         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13588         (gst_avi_demux_chain):
13589           unbreak AVI index handling, some more debug, remove an obsolete
13590           adapter_flush that caused streaming to wander off in the wild
13591
13592 2006-08-24  Wim Taymans  <wim@fluendo.com>
13593
13594         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13595         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13596         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13597         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13598         (gst_avi_demux_calculate_durations_from_index),
13599         (gst_avi_demux_stream_header_push),
13600         (gst_avi_demux_stream_header_pull):
13601         * gst/avi/gstavidemux.h:
13602         Some more cleanups. 
13603         Fix totalFrames parsing in ODML.
13604         Disable use of index for length calculation in case of ODML as this is
13605         broken now.
13606
13607 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13608
13609         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13610           Use libgsttag helper function here too.
13611
13612 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13613
13614         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13615         (gst_avi_demux_init), (gst_avi_demux_dispose),
13616         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13617         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13618         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13619         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13620         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13621         (gst_avi_demux_parse_subindex),
13622         (gst_avi_demux_read_subindexes_push),
13623         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13624         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13625         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13626         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13627         (gst_avi_demux_stream_header_pull),
13628         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13629         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13630         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13631         (gst_avi_demux_change_state):
13632         * gst/avi/gstavidemux.h:
13633           Initial streaming support for avidemux (fixes #336465)
13634
13635 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13636
13637         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13638           There is no taglibmux element ...
13639
13640         * gst/rtsp/gstrtspsrc.c:
13641           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
13642           was complaining about unknown entity here.
13643
13644 2006-08-22  Wim Taymans  <wim@fluendo.com>
13645
13646         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13647         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
13648         (gst_avi_demux_process_next_entry):
13649         * gst/avi/gstavidemux.h:
13650         Mark DISCONT.
13651         Remove old unused fields and reorder the struct a bit.
13652
13653 2006-08-22  Wim Taymans  <wim@fluendo.com>
13654
13655         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13656         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
13657         (gst_rtspsrc_pause):
13658         * gst/rtsp/gstrtspsrc.h:
13659         * sys/oss/gstosssink.c: (gst_oss_sink_open),
13660         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13661         Small documentation updates.
13662
13663 2006-08-22  Wim Taymans  <wim@fluendo.com>
13664
13665         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13666         (gst_avi_demux_index_entry_for_time),
13667         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13668         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
13669         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13670         (gst_avi_demux_next_data_buffer),
13671         (gst_avi_demux_calculate_durations_from_index),
13672         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
13673         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13674         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13675         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
13676         * gst/avi/gstavidemux.h:
13677         Precalc most of the duration query for each stream.
13678         Make seeking more correct.
13679         Use GstSegment to track position and duration.
13680         Code cleanups and leak fixes.
13681         Calculate correct total duration based on index length.
13682
13683 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
13684
13685         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13686         (parse_insert_string_field):
13687           If strings in text fields are marked ISO8859-1, but contain
13688           valid UTF-8 already, then handle them as UTF-8 and ignore
13689           the encoding. (#351794)
13690
13691 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13692
13693         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
13694         (gst_flac_dec_write), (gst_flac_dec_loop),
13695         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
13696         (gst_flac_dec_src_query):
13697         * ext/flac/gstflacdec.h:
13698           Make flac-in-ogg work (#352100).
13699
13700 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13701
13702         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13703           Don't unref buffers of which we've already given away
13704           ownership to the adapter.
13705
13706 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13707
13708         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
13709           Make metadata extraction actually work.
13710
13711         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
13712         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
13713         (gst_speexenc_chain):
13714           Fix metadata writing: replace old code which wrote completely
13715           broken tags with libgsttag-based code. Plus miscellaneous
13716           code cleanups (use static pad templates etc.) and a bunch
13717           of leak fixes.
13718
13719 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13720
13721         * gst/audiopanorama/.cvsignore:
13722         * gst/audiopanorama/Makefile.am:
13723         * gst/audiopanorama/audiofx.c:
13724         * gst/audiopanorama/audiopanorama.c:
13725         * gst/audiopanorama/audiopanorama.h:
13726           die! die! die! you should never have been there
13727
13728 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13729
13730         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13731         Fix invalid memory access in audiopanorama test suite.
13732
13733 2006-08-21  Edward Hervey  <edward@fluendo.com>
13734
13735         * tests/check/elements/.cvsignore:
13736         ignore built file
13737
13738 2006-08-21  Wim Taymans  <wim@fluendo.com>
13739
13740         * gst/rtp/Makefile.am:
13741         Fix the build again.
13742
13743 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13744
13745         * gst/audiofxgood/.cvsignore:
13746         * gst/audiofxgood/Makefile.am:
13747         * gst/audiofxgood/audiofx.c: (plugin_init):
13748         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13749         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13750         (gst_audio_panorama_set_property),
13751         (gst_audio_panorama_get_property),
13752         (gst_audio_panorama_get_unit_size),
13753         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13754         (gst_audio_panorama_transform_m2s),
13755         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13756         * gst/audiofxgood/audiopanorama.h:
13757           resubmit with the desired name *again*
13758
13759 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13760
13761         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
13762         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
13763           use g_assert in _get_unit_size
13764
13765 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13766
13767         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13768         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13769         * docs/plugins/inspect/plugin-audiofxgood.xml:
13770           cleanup -unused.txt to make it useful, add previously missing docs
13771
13772         * ext/Makefile.am:
13773           Quietly (accidentally) enable LADSPA for building by default, 
13774           despite the fact that it doesn't meet the plugin checklist.
13775             -- Added by Jan Schmidt 18 Dec 2006
13776
13777         * ext/esd/esdmon.c:
13778         * ext/esd/esdsink.c:
13779         * ext/esd/gstesd.c: (plugin_init):
13780           reflow to get rid of two external symbols
13781
13782         * gst/audiofxgood/audiofx.c: (plugin_init):
13783           re-add
13784
13785 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13786
13787         * configure.ac:
13788         * gst/audiofxgood/.cvsignore:
13789         * gst/audiofxgood/Makefile.am:
13790         * gst/audiofxgood/audiofx.c
13791         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13792         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13793         (gst_audio_panorama_set_property),
13794         (gst_audio_panorama_get_property),
13795         (gst_audio_panorama_get_unit_size),
13796         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13797         (gst_audio_panorama_transform_m2s),
13798         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13799         * gst/audiofxgood/audiopanorama.h:
13800         * tests/check/Makefile.am:
13801         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13802         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13803         (panorama_suite), (main):
13804         Add audiofxgood plugin with audiopanorama element
13805
13806 2006-08-18  Wim Taymans  <wim@fluendo.com>
13807
13808         * docs/plugins/Makefile.am:
13809         More Oss docs fixage. 
13810
13811 2006-08-18  Wim Taymans  <wim@fluendo.com>
13812
13813         * gst/rtp/Makefile.am:
13814         * gst/rtp/gstrtp.c: (plugin_init):
13815         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13816         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13817         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13818         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13819         (gst_rtp_sv3v_depay_get_property),
13820         (gst_rtp_sv3v_depay_change_state),
13821         (gst_rtp_sv3v_depay_plugin_init):
13822         * gst/rtp/gstrtpsv3vdepay.h:
13823         Added experimental SVQ3 depayloader.
13824
13825 2006-08-18  Edward Hervey  <edward@fluendo.com>
13826
13827         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13828         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13829         * ext/dv/gstdvdemux.h:
13830         When handling seek requests, don't send the newsegment event from the
13831         calling thread. Instead save it so it can be sent from the streaming
13832         thread.
13833
13834 2006-08-17  Wim Taymans  <wim@fluendo.com>
13835
13836         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13837
13838         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13839         Accept leading whitespace before the boundary
13840         This patch makes the demuxer allow some whitespace before the actual
13841         boundary. This makes the demuxer work with the ``old'' gstreamer
13842         multipartmuxer again (which placed an extra \n before the start
13843         of the stream) Fixes #349068.
13844
13845 2006-08-17  Wim Taymans  <wim@fluendo.com>
13846
13847         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13848         Error out on non-implemented stuff.
13849
13850 2006-08-16  Wim Taymans  <wim@fluendo.com>
13851
13852         Patch by: Andy Wingo <wingo at pobox dot com>
13853
13854         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13855         (gst_signal_processor_start), (gst_signal_processor_stop),
13856         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13857         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13858         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13859         (gst_signal_processor_change_state):
13860         Make ladspa elements reusable. Fixes #350006.
13861
13862 2006-08-16  Wim Taymans  <wim@fluendo.com>
13863
13864         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13865         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13866         names as possible. Fixes #349901.
13867
13868 2006-08-16  Wim Taymans  <wim@fluendo.com>
13869
13870         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13871         (gst_signal_processor_do_pushes):
13872         A push() gives away our refcount so we should not use the buffer on the
13873         pen anymore.
13874
13875 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13876
13877         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13878         (gst_oss_mixer_element_finalize):
13879           Don't leak device string.
13880
13881 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13882
13883         * configure.ac:
13884           Require CVS of GStreamer core and -base (for
13885           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13886
13887         * ext/taglib/gstid3v2mux.cc:
13888           Write extended comment tags properly (#348762).
13889
13890         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13891         (parse_comment_frame):
13892           Extract COMM frames into extended comments, which makes it
13893           easier to properly retain the description bit of the tag
13894           and maintain this information when re-tagging (#348762).
13895
13896 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13897
13898         * tests/check/Makefile.am:
13899           Don't try to run annodex unit tests if the annodex
13900           plugin has not been built (Fixes #351116).
13901
13902 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13903
13904         * gst/autodetect/gstautoaudiosink.c:
13905         (gst_auto_audio_sink_find_best):
13906           When we can't find a usable audiosink, don't error out,
13907           but use a fake sink instead and post a warning message
13908           on the bus (#341278).
13909
13910 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13911
13912         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13913         * sys/oss/gstosssink.c:
13914         * sys/oss/gstosssrc.c:
13915           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13916           ossmixer's new device property.
13917
13918         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13919         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13920           Add docs for OSS elements.
13921
13922         * docs/plugins/inspect/plugin-aasink.xml:
13923         * docs/plugins/inspect/plugin-alaw.xml:
13924         * docs/plugins/inspect/plugin-alpha.xml:
13925         * docs/plugins/inspect/plugin-alphacolor.xml:
13926         * docs/plugins/inspect/plugin-annodex.xml:
13927         * docs/plugins/inspect/plugin-apetag.xml:
13928         * docs/plugins/inspect/plugin-auparse.xml:
13929         * docs/plugins/inspect/plugin-autodetect.xml:
13930         * docs/plugins/inspect/plugin-avi.xml:
13931         * docs/plugins/inspect/plugin-cacasink.xml:
13932         * docs/plugins/inspect/plugin-cairo.xml:
13933         * docs/plugins/inspect/plugin-cdio.xml:
13934         * docs/plugins/inspect/plugin-cutter.xml:
13935         * docs/plugins/inspect/plugin-debug.xml:
13936         * docs/plugins/inspect/plugin-dv.xml:
13937         * docs/plugins/inspect/plugin-efence.xml:
13938         * docs/plugins/inspect/plugin-effectv.xml:
13939         * docs/plugins/inspect/plugin-esdsink.xml:
13940         * docs/plugins/inspect/plugin-flac.xml:
13941         * docs/plugins/inspect/plugin-flxdec.xml:
13942         * docs/plugins/inspect/plugin-gconfelements.xml:
13943         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13944         * docs/plugins/inspect/plugin-goom.xml:
13945         * docs/plugins/inspect/plugin-halelements.xml:
13946         * docs/plugins/inspect/plugin-icydemux.xml:
13947         * docs/plugins/inspect/plugin-id3demux.xml:
13948         * docs/plugins/inspect/plugin-jpeg.xml:
13949         * docs/plugins/inspect/plugin-level.xml:
13950         * docs/plugins/inspect/plugin-matroska.xml:
13951         * docs/plugins/inspect/plugin-mulaw.xml:
13952         * docs/plugins/inspect/plugin-multipart.xml:
13953         * docs/plugins/inspect/plugin-navigationtest.xml:
13954         * docs/plugins/inspect/plugin-ossaudio.xml:
13955         * docs/plugins/inspect/plugin-png.xml:
13956         * docs/plugins/inspect/plugin-rtp.xml:
13957         * docs/plugins/inspect/plugin-rtsp.xml:
13958         * docs/plugins/inspect/plugin-shout2send.xml:
13959         * docs/plugins/inspect/plugin-smpte.xml:
13960         * docs/plugins/inspect/plugin-speex.xml:
13961         * docs/plugins/inspect/plugin-taglib.xml:
13962         * docs/plugins/inspect/plugin-udp.xml:
13963         * docs/plugins/inspect/plugin-videobalance.xml:
13964         * docs/plugins/inspect/plugin-videobox.xml:
13965         * docs/plugins/inspect/plugin-videoflip.xml:
13966         * docs/plugins/inspect/plugin-videomixer.xml:
13967         * docs/plugins/inspect/plugin-wavenc.xml:
13968         * docs/plugins/inspect/plugin-wavparse.xml:
13969         * docs/plugins/inspect/plugin-ximagesrc.xml:
13970           Update to CVS version.
13971           
13972 2006-08-16  Wim Taymans  <wim@fluendo.com>
13973
13974         * gst/rtp/gstrtpamrdepay.c:
13975         * gst/rtp/gstrtpmp4gdepay.c:
13976         Caps extra properties must be defined as strings for
13977         depayloaders because they are generated from an SDP.
13978
13979         * gst/rtp/Makefile.am:
13980         * gst/rtp/gstrtp.c: (plugin_init):
13981         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
13982         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
13983         (gst_rtp_h264_depay_finalize), (decode_base64),
13984         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
13985         (gst_rtp_h264_depay_set_property),
13986         (gst_rtp_h264_depay_get_property),
13987         (gst_rtp_h264_depay_change_state),
13988         (gst_rtp_h264_depay_plugin_init):
13989         * gst/rtp/gstrtph264depay.h:
13990         Added basic, not completely functional RFC 3984 H264 depayloader.
13991
13992 2006-08-16  Wim Taymans  <wim@fluendo.com>
13993
13994         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
13995         Add pads after setting them up.
13996
13997         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13998         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13999         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14000         (gst_rtspsrc_stream_setup_rtp),
14001         (gst_rtspsrc_stream_configure_transport),
14002         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14003         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14004         (gst_rtspsrc_pause):
14005         * gst/rtsp/gstrtspsrc.h:
14006         Fix interleaved mode.
14007          - Protect streaming with lock.
14008          - Combine flows
14009          - set caps on outgoing buffers.
14010          - strip trailing \0 from data packets.
14011          - Configure RTP/RTCP in stream.
14012         Use DEBUG_OBJECT more.
14013
14014 2006-08-16  Wim Taymans  <wim@fluendo.com>
14015
14016         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14017         Turn a g_print into a DEBUG line.
14018
14019 2006-08-13  Wim Taymans  <wim@fluendo.com>
14020
14021         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14022         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14023         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14024         (gst_oss_mixer_element_get_property),
14025         (gst_oss_mixer_element_change_state):
14026         * sys/oss/gstossmixerelement.h:
14027         Small cleanups. Better error reporting.
14028         Add device property for the mixer instead of the hardcoded
14029         /dev/mixer. Fixes #350785.
14030         API: GstOssMixerElement::device property
14031
14032 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14033
14034         Patch by: Jens Granseuer <jensgr at gmx net>
14035
14036         * gconf/Makefile.am:
14037           Make --disable-schemas work right (they still need
14038           to be copied to the installation directory, just not
14039           applied). Fixes #351347 (also #344100).
14040           
14041 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14042
14043         * configure.ac: back to HEAD
14044
14045 === release 0.10.4 ===
14046
14047 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14048
14049         * configure.ac:
14050           releasing 0.10.4, "Dear Leader"
14051
14052 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14053
14054         Patch by: Edward Hervey <edward@fluendo.com>
14055
14056         * configure.ac:
14057         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14058         (gst_wavparse_stream_data):
14059         Send the newsegment event in the streaming thread.
14060         Fixes #347529
14061
14062 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14063
14064         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14065         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14066         (gst_smokeenc_resync), (gst_smokeenc_chain):
14067           Refuse sink caps in the encoder if width or height is not a
14068           multiple of 16, the encoder does not support that yet (#349939);
14069           along the same lines, check the return value of the encoder
14070           setup function; also remove some debug log clutter.
14071
14072 2006-08-04  Andy Wingo  <wingo@pobox.com>
14073
14074         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14075         whether a processor can work in place or not, and for keeping
14076         track of its state. Change the FlowReturn instance variable from
14077         "state" to "flow_state", all callers changed.
14078
14079         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14080         (gst_signal_processor_start, gst_signal_processor_stop)
14081         (gst_signal_processor_cleanup): New functions to manage the
14082         processor's state.
14083         (gst_signal_processor_setcaps): start() as well as setup() here.
14084         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14085         (gst_signal_processor_change_state): Stop and cleanup the
14086         processor as we go to NULL.
14087
14088         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14089         INPLACE_BROKEN is not set.
14090
14091         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14092         Do the alloc_buffer in bytes, not frames.
14093         
14094 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14095
14096         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14097         Fix rgb masks when recording in < 24bpp.
14098
14099 2006-08-04  Andy Wingo  <wingo@pobox.com>
14100
14101         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14102         (gst_signal_processor_prepare)
14103         (gst_signal_processor_update_inputs)
14104         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14105         (gst_signal_processor_flush)
14106         (gst_signal_processor_sink_activate_push)
14107         (gst_signal_processor_src_activate_pull)
14108         (gst_signal_processor_change_state): Remove the last of the code
14109         that assumes that we process whole buffers at a time. Fix some
14110         debugging. Seems to work now in some cases.
14111         (gst_signal_processor_src_activate_pull): BPB
14112
14113 2006-08-01  Andy Wingo  <wingo@pobox.com>
14114
14115         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14116         Fix nframes-choosing.
14117         (gst_signal_processor_init): Init pending_in and pending_out.
14118
14119         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14120         more default sample rate, although we never check that the sample
14121         rate actually gets set. Something for the future.
14122         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14123         (gst_signal_processor_event): Refcount fixen.
14124         (gst_signal_processor_process): Pull the number of frames to
14125         process from the sizes of the buffers in the input pens.
14126         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14127         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14128         it instead of buffer_frames.
14129         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14130         to do_pulls.
14131         (gst_signal_processor_chain)
14132         (gst_signal_processor_sink_activate_push)
14133         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14134
14135         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14136
14137 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14138
14139         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14140         (gst_signal_processor_process):
14141           don't query buffer-frames from caps, add lots of debug-log,
14142           try fix for assert (#349189)
14143
14144 2006-07-31  Wim Taymans  <wim@fluendo.com>
14145
14146         * gst/udp/gstudpsrc.c:
14147         Fix docs.
14148
14149 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14150
14151         * ext/ladspa/gstsignalprocessor.c:
14152         (gst_signal_processor_add_pad_from_template),
14153         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14154         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14155         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14156         (gst_signal_processor_sink_activate_push),
14157         (gst_signal_processor_src_activate_pull),
14158         (gst_signal_processor_change_state):
14159          Add debugs logs here and there, add more error handling, add some
14160          FIXME comments, filed #349189
14161
14162 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14163
14164         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14165         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14166         Set caps on buffer correctly.  Fixes bug #349155.
14167
14168 2006-07-28  Wim Taymans  <wim@fluendo.com>
14169
14170         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14171
14172         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14173         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14174         (gst_multipart_demux_finalize), (get_line_end),
14175         (multipart_parse_header), (multipart_find_boundary),
14176         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14177         (gst_multipart_set_property), (gst_multipart_get_property):
14178         Uses GstAdapter instead of own buffering.
14179         Actually parses the mime-type correctly (In tests the mime-type was
14180         always "" with the old version).
14181         Uses the Content-length header if available to speed up things.
14182         Reliably autoscans the boundary name by default.
14183         Fixes #349068.
14184
14185         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14186         Don't start the stream with a \n.
14187
14188 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14189
14190         Patch by: Brian Cameron <brian dot cameron at sun com>
14191
14192         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14193           Open source with O_NONBLOCK (#349015).
14194
14195 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14196
14197         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14198         (gst_avi_demux_massage_index):
14199         * gst/avi/gstavidemux.h:
14200           Whitespace fixes and more debug
14201
14202 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14203
14204         * gst/autodetect/gstautoaudiosink.c:
14205         (gst_auto_audio_sink_create_element_with_pretty_name),
14206         (gst_auto_audio_sink_find_best),
14207         (gst_auto_audio_sink_change_state):
14208           Get rid of old and unused magic sound-server properties stuff.
14209           Add suffix to child sink's name that makes it easy to see from
14210           the name alone which type it actually is (alsa, oss, esd, etc.).
14211
14212 2006-07-27  Wim Taymans  <wim@fluendo.com>
14213
14214         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14215         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14216         (gst_udpsrc_start):
14217         * gst/udp/gstudpsrc.h:
14218         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14219         not some sort of feature we enable.
14220
14221 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14222
14223         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14224           Use CLOSE_SOCKET() here instead of close() to maintain
14225           win32 workiness.
14226
14227 2006-07-27  Wim Taymans  <wim@fluendo.com>
14228
14229         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14230
14231         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14232         (gst_udpsrc_create), (gst_udpsrc_set_property),
14233         (gst_udpsrc_get_property), (gst_udpsrc_start):
14234         * gst/udp/gstudpsrc.h:
14235         Added "buffer-size" property to control the kernel receive buffer size.
14236         Update documentation.
14237         Small cleanups. Fixes #348752.
14238         API: buffer-size property
14239
14240 2006-07-26  Wim Taymans  <wim@fluendo.com>
14241
14242         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14243
14244         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14245         (gst_rtp_pcma_pay_handle_buffer):
14246         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14247         (gst_rtp_pcmu_pay_handle_buffer):
14248         Fix timestamp calculation on outgoing RTP packets.
14249         Fixes #348675.
14250
14251 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14252
14253         * ext/taglib/gstid3v2mux.cc:
14254           Fix writing of comment frames (should be COMM not TCOM),
14255           is still sub-optimal though, since we don't retain or
14256           extract the comment descriptions properly (#334375,
14257           also see #334375).
14258
14259 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14260
14261         * gst/wavparse/gstwavparse.c:
14262           #define 'fact' RIFF chunk if we are not compiling against
14263           -base CVS (we don't want to depend on -base CVS for this
14264           one define only, and also not for release order reasons).
14265
14266 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14267
14268         * ext/taglib/gstid3v2mux.cc:
14269           Handle multiple tags of the same type properly. Re-inject
14270           unparsed ID3v2 frames that we get as binary blobs from
14271           id3demux into the tag again so we don't lose information
14272           when retagging (#334375).
14273
14274 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14275
14276         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14277           Document newly-added properties properly, so that there is a
14278           'Since: 0.10.4' in the plugin docs. Convert some property
14279           names into canonical GObject style (GObject will do that
14280           internally anyway).
14281
14282 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14283
14284         * gst/id3demux/id3tags.c:
14285         (id3demux_add_id3v2_frame_blob_to_taglist):
14286           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14287           well, and add the version to the blob's buffer caps, since that
14288           information will be needed for deserialisation later on (#348644).
14289
14290 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14291
14292         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14293         (gst_avi_demux_parse_stream):
14294          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14295          indentation and spacing.
14296
14297 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14298
14299         * docs/plugins/Makefile.am:
14300         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14301         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14302         * docs/plugins/gst-plugins-good-plugins.args:
14303         * docs/plugins/inspect/plugin-1394.xml:
14304         * docs/plugins/inspect/plugin-aasink.xml:
14305         * docs/plugins/inspect/plugin-alaw.xml:
14306         * docs/plugins/inspect/plugin-alpha.xml:
14307         * docs/plugins/inspect/plugin-alphacolor.xml:
14308         * docs/plugins/inspect/plugin-annodex.xml:
14309         * docs/plugins/inspect/plugin-apetag.xml:
14310         * docs/plugins/inspect/plugin-auparse.xml:
14311         * docs/plugins/inspect/plugin-autodetect.xml:
14312         * docs/plugins/inspect/plugin-avi.xml:
14313         * docs/plugins/inspect/plugin-cacasink.xml:
14314         * docs/plugins/inspect/plugin-cairo.xml:
14315         * docs/plugins/inspect/plugin-cdio.xml:
14316         * docs/plugins/inspect/plugin-cutter.xml:
14317         * docs/plugins/inspect/plugin-debug.xml:
14318         * docs/plugins/inspect/plugin-dv.xml:
14319         * docs/plugins/inspect/plugin-efence.xml:
14320         * docs/plugins/inspect/plugin-effectv.xml:
14321         * docs/plugins/inspect/plugin-esdsink.xml:
14322         * docs/plugins/inspect/plugin-flac.xml:
14323         * docs/plugins/inspect/plugin-flxdec.xml:
14324         * docs/plugins/inspect/plugin-gconfelements.xml:
14325         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14326         * docs/plugins/inspect/plugin-goom.xml:
14327         * docs/plugins/inspect/plugin-halelements.xml:
14328         * docs/plugins/inspect/plugin-icydemux.xml:
14329         * docs/plugins/inspect/plugin-id3demux.xml:
14330         * docs/plugins/inspect/plugin-jpeg.xml:
14331         * docs/plugins/inspect/plugin-level.xml:
14332         * docs/plugins/inspect/plugin-matroska.xml:
14333         * docs/plugins/inspect/plugin-mulaw.xml:
14334         * docs/plugins/inspect/plugin-multipart.xml:
14335         * docs/plugins/inspect/plugin-navigationtest.xml:
14336         * docs/plugins/inspect/plugin-ossaudio.xml:
14337         * docs/plugins/inspect/plugin-png.xml:
14338         * docs/plugins/inspect/plugin-rtp.xml:
14339         * docs/plugins/inspect/plugin-rtsp.xml:
14340         * docs/plugins/inspect/plugin-shout2send.xml:
14341         * docs/plugins/inspect/plugin-smpte.xml:
14342         * docs/plugins/inspect/plugin-speex.xml:
14343         * docs/plugins/inspect/plugin-udp.xml:
14344         * docs/plugins/inspect/plugin-videobalance.xml:
14345         * docs/plugins/inspect/plugin-videobox.xml:
14346         * docs/plugins/inspect/plugin-videoflip.xml:
14347         * docs/plugins/inspect/plugin-videomixer.xml:
14348         * docs/plugins/inspect/plugin-wavenc.xml:
14349         * docs/plugins/inspect/plugin-wavparse.xml:
14350         * docs/plugins/inspect/plugin-ximagesrc.xml:
14351           Update files to CVS/Prerelease version, add esdsink docs.
14352
14353         * ext/esd/esdsink.c:
14354           Add gtk-doc blurb.
14355
14356         * gst/rtp/gstrtpmp4vpay.c:
14357           Fix typo in element description.
14358
14359 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14360
14361         * ext/esd/esdsink.c: (gst_esdsink_open),
14362         (gst_esdsink_factory_init):
14363           Prevent libesd from auto-spawning a sound daemon if it
14364           is not already running. Now that we don't do evil stuff
14365           like that any longer we can give esdsink a rank so that
14366           autoaudiosink will try it as well if all other audio
14367           sinks fail (#343051).
14368
14369 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14370
14371         * ext/esd/Makefile.am:
14372           Oops, need to remove README from EXTRA_DIST as well.
14373
14374 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14375
14376         * ext/esd/README:
14377           Remove, it contains nothing useful anyway.
14378
14379         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14380         (gst_esdsink_delay):
14381           Some small clean-ups; use GST_BOILERPLATE etc.
14382
14383 2006-07-24  Wim Taymans  <wim@fluendo.com>
14384
14385         * gst/law/alaw-decode.c: (alawdec_getcaps):
14386         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14387         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14388         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14389         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14390
14391 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14392
14393         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14394         (gst_wavparse_other), (gst_wavparse_perform_seek),
14395         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14396         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14397         (gst_wavparse_pad_query):
14398         * gst/wavparse/gstwavparse.h:
14399           Use information from 'fact' chunk for length calculation of compressed
14400           samples. Calculate bps if bogus value is found in wav header (embeded
14401           mp2/mp3).
14402           
14403
14404 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14405
14406         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14407
14408         * configure.ac:
14409         * gst/udp/Makefile.am:
14410         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14411         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14412         * gst/udp/gstdynudpsink.h:
14413         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14414         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14415         * gst/udp/gstmultiudpsink.h:
14416         * gst/udp/gstudp.c: (plugin_init):
14417         * gst/udp/gstudpsink.h:
14418         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14419         (gst_udpsrc_start), (gst_udpsrc_stop):
14420         * gst/udp/gstudpsrc.h:
14421         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14422         (gst_udp_net_utils_win32_wsa_startup):
14423         * gst/udp/gstudpnetutils.h:
14424           Port udp plugin to win32 (#345288).
14425
14426 2006-07-24  Wim Taymans  <wim@fluendo.com>
14427
14428         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14429         Remove unwanted DEBUG line.
14430
14431 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14432
14433         * gst/id3demux/gstid3demux.c: (plugin_init):
14434         * gst/id3demux/id3tags.c:
14435         (id3demux_add_id3v2_frame_blob_to_taglist):
14436         * gst/id3demux/id3tags.h:
14437           On second thought, it might be wiser and more efficient
14438           not to do tag registration from a streaming thread.
14439
14440 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14441
14442         * gst/id3demux/id3tags.c:
14443         (id3demux_add_id3v2_frame_blob_to_taglist),
14444         (id3demux_id3v2_frames_to_tag_list):
14445           Put ID3v2 frames we can't parse as binary blobs into private
14446           tags, so that they are not lost when retagging, at least once
14447           id3v2mux has been taught to re-inject those frames again.
14448           See bug #334375.
14449
14450 2006-07-21  Wim Taymans  <wim@fluendo.com>
14451
14452         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14453         (gst_avi_demux_process_next_entry):
14454         Fix some leaks.
14455
14456         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14457         Don't use \n in debug lines.
14458
14459 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14460
14461         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14462         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14463           Add annodex and icydemux, cleanup the sections a bit
14464
14465 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14466
14467         Patch by: Alex Lancaster <alexl at users sourceforge net>
14468
14469         * ext/taglib/gstid3v2mux.cc:
14470           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14471           ID3v2 TSSE frames (#347898).
14472
14473 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14474
14475         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14476           Respect mpegversion for "video/mpeg" and give message in case of
14477           unhandled versions.
14478
14479 2006-07-17  Wim Taymans  <wim@fluendo.com>
14480
14481         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14482         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14483         (gst_pngdec_chain), (gst_pngdec_sink_event),
14484         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14485         (gst_pngdec_sink_activate_push):
14486         * ext/libpng/gstpngdec.h:
14487         Use statically allocated segment instead of leaking.
14488         Various cleanups.
14489         Fix flush and seek handling.
14490
14491 2006-07-16  Wim Taymans  <wim@fluendo.com>
14492
14493         * gst/rtp/Makefile.am:
14494         * gst/rtp/gstrtp.c: (plugin_init):
14495         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14496         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14497         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14498         (gst_rtp_mp4g_depay_set_property),
14499         (gst_rtp_mp4g_depay_get_property),
14500         (gst_rtp_mp4g_depay_change_state),
14501         (gst_rtp_mp4g_depay_plugin_init):
14502         * gst/rtp/gstrtpmp4gdepay.h:
14503         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14504         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14505         (gst_rtp_mp4g_pay_flush):
14506         Added simple generic mpeg4 depayloader.
14507         Fix generic mpeg4 payloader.
14508
14509 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14510
14511         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14512           Don't try doing state changes on a NULL pointer.
14513
14514 2006-07-14  Wim Taymans  <wim@fluendo.com>
14515
14516         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14517
14518         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14519         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14520         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14521         * gst/rtp/gstrtpamrdepay.h:
14522         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14523         Fixes #321191
14524
14525 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14526
14527         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14528         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14529         Fix segfault when moving mouse pointer to the bottom right corner.
14530
14531 2006-07-12  Wim Taymans  <wim@fluendo.com>
14532
14533         * gst/rtp/Makefile.am:
14534         * gst/rtp/gstrtp.c: (plugin_init):
14535         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14536         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14537         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14538         (gst_rtp_mp2t_depay_set_property),
14539         (gst_rtp_mp2t_depay_get_property),
14540         (gst_rtp_mp2t_depay_change_state),
14541         (gst_rtp_mp2t_depay_plugin_init):
14542         * gst/rtp/gstrtpmp2tdepay.h:
14543         Added mpeg2 TS depayloader. Closing #347234.
14544
14545 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14546
14547         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14548           Remove g_assert that shouldn't be there and was triggered
14549           after trying to open a device that doesn't exist or can't
14550           be opened for some other reason (#347972).
14551
14552 2006-07-10  Edward Hervey  <edward@fluendo.com>
14553
14554         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14555         (gst_avi_demux_stream_header), (push_tag_lists):
14556         * gst/avi/gstavidemux.h:
14557         Don't push tag events found by gst_riff_parse_info() before outputting
14558         GST_EVENT_NEWSEGMENT.
14559
14560 2006-07-10  Wim Taymans  <wim@fluendo.com>
14561
14562         * gst/rtsp/Makefile.am:
14563         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14564         (rtsp_connection_close):
14565         * gst/rtsp/rtspdefs.h:
14566         replaced closesocket and close in code with one CLOSE_SOCKET. 
14567         Some more cleanups. Fixes #345301.
14568
14569 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14570
14571         * gst/autodetect/gstautoaudiosink.c:
14572           Fix example pipeline in docs.
14573
14574 2006-07-10  Wim Taymans  <wim@fluendo.com>
14575
14576         Patch by: Rob Taylor <robtaylor at floopily dot org>
14577
14578         * gst/udp/gstmultiudpsink.c: (join_multicast),
14579         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14580         If a destination is added before the stream is set to PAUSED, the
14581         multicast group is not joined as the socket is not created yet. 
14582         Also TTL and LOOP should also be set. Fixes #346921.
14583
14584 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14585
14586         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14587         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14588         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14589         (gst_ximage_src_init):
14590         * sys/ximage/gstximagesrc.h:
14591         Fix use-damage property to actually work :)
14592         Add startx, starty, endx, endy properties so screencasts other than full
14593         screen ones can work.
14594
14595 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14596
14597         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14598         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14599         (gst_ximage_src_class_init), (gst_ximage_src_init):
14600         * sys/ximage/gstximagesrc.h:
14601         Add use_damage property to offer ability to choose whether to use
14602         XDamage or not.
14603
14604 2006-07-07  Wim Taymans  <wim@fluendo.com>
14605
14606         * gst/goom/filters.c: (zoomFilterSetResolution):
14607         Avoid goom coredumping by clearing memory. 
14608         Fixes 345679.
14609
14610 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14611
14612         * win32/vs6/libgstid3demux.dsp:
14613         Add a link to libgsttag-0.10.lib.
14614
14615 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14616
14617         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14618         (gst_tag_demux_read_range):
14619         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14620         (gst_id3demux_read_range):
14621           Don't return FLOW_UNEXPECTED when a buffer is before
14622           the start of the stream (which might happen with
14623           large ID3v2 tags if the tag reading was done pullrange
14624           based and we then switched to push mode later on).
14625           Fixes regression introduced by commit from June 29th.
14626
14627 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14628
14629         * ext/taglib/gstid3v2mux.cc:
14630           Make UTF-8 the default encoding when writing string
14631           tags (before, our UTF-8 strings would automatically
14632           be converted to ISO-8859-1 by taglib and written as
14633           ISO-8859-1 fields if that was possible).
14634
14635         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14636         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14637         (test_taglib_id3mux_with_tags):
14638           Add test case that makes sure our UTF-8 strings have
14639           actually been written into the tag as UTF-8.
14640
14641 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14642
14643         * configure.ac:
14644           Let's try that again.
14645
14646 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14647
14648         * configure.ac:
14649           Disable monoscope plugin for now until it fulfills
14650           all the requirements.
14651
14652 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14653
14654         * configure.ac:
14655         * gst/monoscope/Makefile.am:
14656         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
14657         (gst_monoscope_class_init), (gst_monoscope_init),
14658         (gst_monoscope_finalize), (gst_monoscope_reset),
14659         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
14660         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
14661         (gst_monoscope_sink_event), (gst_monoscope_src_event),
14662         (gst_monoscope_change_state), (plugin_init):
14663         * gst/monoscope/gstmonoscope.h:
14664           Port monoscope visualisation to 0.10.
14665
14666 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14667
14668         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
14669         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14670           Return FLOW_UNEXPECTED when at the end of the file, not
14671           FLOW_ERROR. Fixes 'internal stream error' errors that
14672           would sometimes occur in totem when scrubbing to the
14673           end of an ID3v1 tagged mp3 file.
14674
14675 2006-07-03  Edward Hervey  <edward@fluendo.com>
14676
14677         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
14678         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
14679         (gst_pngdec_sink_event), (gst_pngdec_change_state):
14680         * ext/libpng/gstpngdec.h:
14681         Implement buffer clipping/dropping using GstSegment.
14682         This provides accurate seeking.
14683
14684 2006-07-03  Edward Hervey  <edward@fluendo.com>
14685
14686         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14687         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14688         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14689         (gst_avi_demux_process_next_entry), (push_tag_lists),
14690         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14691         * gst/avi/gstavidemux.h:
14692         Proper aggregation of each stream's GstFlowReturn in order to figure out
14693         whether the task should stop or not.
14694         Don't send inline events before pushing out a NEW_SEGMENT, more
14695         specifically for GST_TAG_EVENT.
14696         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
14697         sub-indexes.
14698
14699 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14700
14701         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14702
14703         * sys/sunaudio/gstsunaudiomixerctrl.c:
14704         (gst_sunaudiomixer_ctrl_build_list):
14705           Move "Monitor" slider to input tab so it works more like
14706           sdtaudiocontrol, which is what people on Solaris are used
14707           to using for their mixer program (#346259).
14708
14709 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14710
14711         * tests/check/elements/level.c: (GST_START_TEST):
14712           fix a leak, clean up at the end
14713
14714 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14715
14716         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14717         (gst_matroska_demux_send_event),
14718         (gst_matroska_demux_loop_stream_parse_id):
14719         * gst/matroska/matroska-ids.h:
14720           Send tag event after newsegment event.
14721
14722 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14723
14724         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14725         (gst_id3demux_read_range):
14726           Make sure we don't return GST_FLOW_OK with a NULL buffer in
14727           certain cases where a read beyond the end of the file is
14728           requested. Fixes #345930.
14729
14730         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14731         (gst_tag_demux_read_range):
14732           Fix same issue here as well.
14733
14734 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14735
14736         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
14737         
14738         Fix hypothetical crash.
14739
14740 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
14741
14742         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14743
14744         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
14745           Do not modify the ports value. If the user has turned off the
14746           built-in speakers, then we should not reset it in the prepare
14747           function, since this causes the built-in speakers to turn
14748           back on anytime the user changes a track in totem, rhythmbox,
14749           etc. (#346066).
14750
14751 2006-06-23  Wim Taymans  <wim@fluendo.com>
14752
14753         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14754         Fix double caps unref when negotiation fails.
14755
14756 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14757
14758         * ext/annodex/gstcmmldec.c:
14759         * ext/annodex/gstcmmlenc.c:
14760         * ext/annodex/gstcmmlparser.c:
14761         * ext/dv/gstdvdec.c:
14762         * ext/dv/gstdvdemux.c:
14763         * ext/gdk_pixbuf/pixbufscale.c:
14764         * ext/jpeg/gstjpegenc.c:
14765         * ext/jpeg/gstsmokedec.c:
14766         * ext/jpeg/gstsmokeenc.c:
14767         * ext/libpng/gstpngdec.c:
14768         * ext/libpng/gstpngenc.c:
14769         * ext/speex/gstspeexenc.c:
14770         * gst/alpha/gstalphacolor.c:
14771         * gst/cutter/gstcutter.c:
14772         * gst/debug/gstnavigationtest.c:
14773         * gst/icydemux/gsticydemux.c:
14774         * gst/level/gstlevel.c:
14775         * gst/multipart/multipart.c:
14776         * gst/rtp/gstrtpamrpay.c:
14777         * gst/rtp/gstrtpdepay.c:
14778         * gst/rtp/gstrtpilbcpay.c:
14779         * gst/rtp/gstrtpmp4gpay.c:
14780         * gst/rtp/gstrtpmp4vpay.c:
14781         * gst/rtsp/gstrtpdec.c:
14782         * gst/rtsp/gstrtspsrc.c:
14783         * gst/udp/gstdynudpsink.c:
14784         * gst/udp/gstmultiudpsink.c:
14785         * gst/udp/gstudpsrc.c:
14786         * gst/videobox/gstvideobox.c:
14787         * gst/videofilter/gstvideoflip.c:
14788           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
14789           plus two minor macro fixes.
14790
14791 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14792
14793         * gst/matroska/matroska-demux.c:
14794         (gst_matroska_demux_check_subtitle_buffer),
14795         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14796         (gst_matroska_demux_subtitle_caps):
14797         * gst/matroska/matroska-ids.c:
14798         (gst_matroska_track_init_subtitle_context):
14799         * gst/matroska/matroska-ids.h:
14800           Try to fix up broken matroska files containing subtitle
14801           streams with non-UTF8 character encodings (courtesy of
14802           mkvmerge) using either the encoding specified in the
14803           GST_SUBTITLE_ENCODING environment variable or the
14804           current locale's character set if it is non-UTF8.
14805           Fixes #337076.
14806
14807 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14808
14809         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14810           Set image type from APIC frame as "image-type" field
14811           of GST_TAG_IMAGE buffer caps (#344605).
14812
14813 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14814
14815         * ext/flac/Makefile.am:
14816         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14817         (gst_flac_dec_reset_decoders),
14818         (gst_flac_dec_setup_seekable_decoder),
14819         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14820         (gst_flac_dec_metadata_callback),
14821         (gst_flac_dec_metadata_callback_seekable),
14822         (gst_flac_dec_metadata_callback_stream),
14823         (gst_flac_dec_error_callback),
14824         (gst_flac_dec_error_callback_seekable),
14825         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14826         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14827         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14828         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14829         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14830         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14831         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14832         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14833         (gst_flac_dec_sink_activate_push),
14834         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14835         * ext/flac/gstflacdec.h:
14836           Support chain-based operation, should make flac-over-DAAP
14837           work (#340492).
14838
14839 2006-06-20  Wim Taymans  <wim@fluendo.com>
14840
14841         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14842         Doc updates, merge some unused symbols.
14843
14844 2006-06-20  Wim Taymans  <wim@fluendo.com>
14845
14846         * docs/plugins/Makefile.am:
14847         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14848         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14849         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14850         * gst/rtsp/gstrtspsrc.c:
14851         * gst/rtsp/gstrtspsrc.h:
14852         Added documentation for the rtsp plugin. Fixes #345393.
14853
14854 2006-06-20  Wim Taymans  <wim@fluendo.com>
14855
14856         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14857         (rtsp_connection_close), (rtsp_connection_free):
14858         Use better G_OS_* macros. Fixes #345301 some more.
14859
14860 2006-06-20  Wim Taymans  <wim@fluendo.com>
14861
14862         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14863
14864         * sys/sunaudio/Makefile.am:
14865         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14866         * sys/sunaudio/gstsunaudiomixerctrl.c:
14867         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14868         (gst_sunaudiomixer_ctrl_list_tracks),
14869         (gst_sunaudiomixer_ctrl_get_volume),
14870         (gst_sunaudiomixer_ctrl_set_volume),
14871         (gst_sunaudiomixer_ctrl_set_mute),
14872         (gst_sunaudiomixer_ctrl_set_record):
14873         * sys/sunaudio/gstsunaudiomixerctrl.h:
14874         * sys/sunaudio/gstsunaudiomixertrack.c:
14875         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14876         * sys/sunaudio/gstsunaudiomixertrack.h:
14877         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14878         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14879         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14880         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14881         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14882         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14883         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14884         (gst_sunaudiosrc_reset):
14885         * sys/sunaudio/gstsunaudiosrc.h:
14886         Add a SunAudio source plugin.
14887         Support stereo and right/left channel gain in the mixer plugin.
14888         Support the RECORD flag so that you can switch between line-input and
14889         microphone in gnome-volume-control.
14890         Code cleanups like using an enumerator for track number instead of an 
14891         integer. Fixes #344923.
14892
14893 2006-06-20  Wim Taymans  <wim@fluendo.com>
14894
14895         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14896
14897         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14898         (rtsp_connection_close):
14899         Make RTSP plugin compile on windows. Fixes #345301.
14900         Some changes to original patch to catch errors better.
14901         use ifdef WIN32 instead of ifndef.
14902
14903 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14904
14905         * configure.ac:
14906         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14907
14908 2006-06-18  Edward Hervey  <edward@fluendo.com>
14909
14910         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14911         After a failed buffer alloc, we need to abort the jpeg decoding (it
14912         started when parsing headers to figure out how many bytes we need
14913         to request downstream).
14914
14915 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14916
14917         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14918
14919         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14920           Make sure we don't read beyond the end of the file (#345232).
14921
14922 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14923
14924         * configure.ac:
14925           Fix --disable-external (can't set conditionals conditionally,
14926           #343602).
14927
14928 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14929
14930         * autogen.sh:
14931         * configure.ac:
14932         * docs/Makefile.am:
14933           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
14934
14935         * docs/plugins/Makefile.am:
14936         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14937         * docs/plugins/inspect/plugin-taglib.xml:
14938           Add/fix apev2mux docs.
14939
14940 2006-06-14  Wim Taymans  <wim@fluendo.com>
14941
14942         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14943         (gst_dvdec_finalize), (gst_dvdec_sink_event),
14944         (gst_dvdec_change_state):
14945         Reset segment info on flush.
14946         Alloc segment in _init, free in _finalize.
14947
14948         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
14949         Don't send segments twice.
14950
14951 2006-06-14  Wim Taymans  <wim@fluendo.com>
14952
14953         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14954         Respect segment.stop. Fixes #342592.
14955
14956 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14957
14958         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
14959           No language specified means the implied language is English
14960           according to the matroska spec (partially fixes #344708);
14961           add some more debug output.
14962
14963 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14964
14965         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
14966         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
14967         (gst_wavparse_chain):
14968           When operating chain-based, don't make any assumptions about the
14969           chunking of the incoming data and make streaming work on days other
14970           than the second Thursday after a full moon. Also fix up debug
14971           messages here and there and make use of the most excellent new
14972           gst_pad_query_peer_duration() utility function.
14973           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
14974
14975         * gst/wavparse/gstwavparse.h:
14976           Remove trailing comma after last enum value, some compilers don't
14977           like that.
14978
14979 2006-06-13  Wim Taymans  <wim@fluendo.com>
14980
14981         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
14982         Handle premature EOS gracefully.
14983
14984 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
14985
14986         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14987           Prevent out of bounds array access when scrubbing towards
14988           the end of the file between the last index entry and the
14989           end. Fixes occasional 'start <= stop' newsegment event
14990           assertions when scrubbing in MJPEG files.
14991
14992 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14993
14994         * tests/check/elements/.cvsignore:
14995           And another one.
14996
14997 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
14998
14999         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15000         (scan_encoded_string), (parse_picture_frame):
15001           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15002
15003         * configure.ac:
15004           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15005           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15006
15007 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15008
15009         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15010           gratuitous comment changes
15011         * tests/check/elements/level.c: (GST_START_TEST):
15012           fix level test leaks
15013
15014 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15015
15016         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15017         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15018           Use gst_pad_query_peer_duration() utility function here.
15019
15020 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15021
15022         * autogen.sh:
15023           require am17
15024         * configure.ac:
15025         * ext/annodex/Makefile.am:
15026         * ext/cdio/Makefile.am:
15027         * ext/dv/Makefile.am:
15028         * ext/esd/Makefile.am:
15029         * ext/flac/Makefile.am:
15030         * ext/gdk_pixbuf/Makefile.am:
15031         * ext/ladspa/Makefile.am:
15032         * ext/libcaca/Makefile.am:
15033         * ext/speex/Makefile.am:
15034         * ext/taglib/Makefile.am:
15035         * sys/oss/Makefile.am:
15036         * sys/sunaudio/Makefile.am:
15037         * sys/ximage/Makefile.am:
15038           clean up build further
15039
15040 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15041
15042         * gconf/Makefile.am:
15043           Honour --disable-schemas-install configure option. Fixes #344100.
15044
15045 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15046
15047         * tests/examples/level/Makefile.am:
15048           Add -lm to LIBS for pow() function, don't assume one of our
15049           dependencies (such as libxml-2.0) drags it in automatically
15050           (#343603).
15051
15052 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15053
15054         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15055
15056         * configure.ac:
15057           We should use $SED and not $(SED) in configure.ac (#343678).
15058
15059 2006-06-09  Wim Taymans  <wim@fluendo.com>
15060
15061         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15062
15063         * sys/sunaudio/gstsunaudiomixerctrl.c:
15064         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15065         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15066         (gst_sunaudiomixer_ctrl_set_mute):
15067         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15068         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15069         (gst_sunaudiosink_write):
15070         Attached find a patch that fixes a number of bugs with the SunAudio
15071         mixer plugin and fixes #344101:
15072         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15073            tracks onto the tracklist causing gnome-volume-control's preferences
15074            dialog to be messed up and would core dump if you checked/unchecked
15075            any item.
15076         2. We weren't previously setting the MUTE flag properly.  Fixing this
15077            makes gnome-volume-control work better.
15078         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15079            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15080            gnome-volume-control look better.
15081         Also some minor cleanup in gstsunaudiosink.c.
15082
15083 2006-06-09  Wim Taymans  <wim@fluendo.com>
15084
15085         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15086         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15087         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15088         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15089         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15090         * ext/jpeg/gstjpegdec.h:
15091         API: Added IDCT method property
15092         Small cleanups.
15093         Avoid dynamic allocation of trivial fixed structure.
15094         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15095
15096 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15097
15098         * configure.ac:
15099         We now require libraw1394 >= 1.1.0 and that version onwards all
15100         have .pc files.
15101
15102 2006-06-02  Edward Hervey  <edward@fluendo.com>
15103
15104         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15105         Trying to get items from an ANY or EMPTY caps is ... stupid.
15106
15107 2006-06-02  Edward Hervey  <edward@fluendo.com>
15108
15109         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15110         (gst_dvdec_chain), (gst_dvdec_change_state):
15111         * ext/dv/gstdvdec.h:
15112         Added GstSegment handling, now implements dropping/clipping.
15113
15114 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15115
15116         * ext/aalib/gstaasink.h:
15117         * ext/annodex/gstcmmldec.h:
15118         * ext/cairo/gsttimeoverlay.h:
15119         * ext/dv/gstdvdec.h:
15120         * ext/dv/gstdvdemux.h:
15121         * ext/esd/esdmon.h:
15122         * ext/esd/esdsink.h:
15123         * ext/flac/gstflacenc.h:
15124         * ext/gconf/gstgconfaudiosink.h:
15125         * ext/gconf/gstgconfaudiosrc.h:
15126         * ext/gconf/gstgconfvideosink.h:
15127         * ext/gconf/gstgconfvideosrc.h:
15128         * ext/gdk_pixbuf/gstgdkanimation.h:
15129         * ext/gdk_pixbuf/pixbufscale.h:
15130         * ext/hal/gsthalaudiosink.h:
15131         * ext/hal/gsthalaudiosrc.h:
15132         * ext/jpeg/gstjpegenc.h:
15133         * ext/jpeg/gstsmokedec.h:
15134         * ext/jpeg/gstsmokeenc.h:
15135         * ext/libcaca/gstcacasink.h:
15136         * ext/libmng/gstmngdec.h:
15137         * ext/libmng/gstmngenc.h:
15138         * ext/libpng/gstpngdec.h:
15139         * ext/libpng/gstpngenc.h:
15140         * ext/raw1394/gstdv1394src.h:
15141         * ext/speex/gstspeexenc.h:
15142         * gst/autodetect/gstautoaudiosink.h:
15143         * gst/autodetect/gstautovideosink.h:
15144         * gst/avi/gstavidemux.h:
15145         * gst/cutter/gstcutter.h:
15146         * gst/debug/efence.h:
15147         * gst/debug/gstnavigationtest.h:
15148         * gst/debug/gstnavseek.h:
15149         * gst/flx/gstflxdec.h:
15150         * gst/goom/gstgoom.h:
15151         * gst/icydemux/gsticydemux.h:
15152         * gst/id3demux/gstid3demux.h:
15153         * gst/law/alaw-decode.h:
15154         * gst/law/alaw-encode.h:
15155         * gst/law/mulaw-decode.h:
15156         * gst/law/mulaw-encode.h:
15157         * gst/matroska/matroska-mux.h:
15158         * gst/median/gstmedian.h:
15159         * gst/oldcore/gstaggregator.h:
15160         * gst/oldcore/gstfdsink.h:
15161         * gst/oldcore/gstmd5sink.h:
15162         * gst/oldcore/gstmultifilesrc.h:
15163         * gst/oldcore/gstpipefilter.h:
15164         * gst/oldcore/gstshaper.h:
15165         * gst/oldcore/gststatistics.h:
15166         * gst/rtp/gstasteriskh263.h:
15167         * gst/rtp/gstrtpL16depay.h:
15168         * gst/rtp/gstrtpL16pay.h:
15169         * gst/rtp/gstrtpamrdepay.h:
15170         * gst/rtp/gstrtpamrpay.h:
15171         * gst/rtp/gstrtpdepay.h:
15172         * gst/rtp/gstrtpgsmdepay.h:
15173         * gst/rtp/gstrtpgsmpay.h:
15174         * gst/rtp/gstrtph263pay.h:
15175         * gst/rtp/gstrtph263pdepay.h:
15176         * gst/rtp/gstrtph263ppay.h:
15177         * gst/rtp/gstrtpmp4gpay.h:
15178         * gst/rtp/gstrtpmp4vdepay.h:
15179         * gst/rtp/gstrtpmp4vpay.h:
15180         * gst/rtp/gstrtpmpadepay.h:
15181         * gst/rtp/gstrtpmpapay.h:
15182         * gst/rtp/gstrtppcmadepay.h:
15183         * gst/rtp/gstrtppcmapay.h:
15184         * gst/rtp/gstrtppcmudepay.h:
15185         * gst/rtp/gstrtppcmupay.h:
15186         * gst/rtp/gstrtpspeexdepay.h:
15187         * gst/rtp/gstrtpspeexpay.h:
15188         * gst/rtsp/gstrtpdec.h:
15189         * gst/rtsp/gstrtspsrc.h:
15190         * gst/smpte/gstsmpte.h:
15191         * gst/udp/gstdynudpsink.h:
15192         * gst/udp/gstmultiudpsink.h:
15193         * gst/udp/gstudpsink.h:
15194         * gst/udp/gstudpsrc.h:
15195         * gst/videofilter/gstvideobalance.h:
15196         * gst/videofilter/gstvideoflip.h:
15197         * sys/oss/gstossdmabuffer.h:
15198         * sys/oss/gstossmixerelement.h:
15199         * sys/oss/gstosssink.h:
15200         * sys/oss/gstosssrc.h:
15201         * sys/osxvideo/osxvideosink.h:
15202         * sys/sunaudio/gstsunaudiomixer.h:
15203         * sys/sunaudio/gstsunaudiosink.h:
15204         * sys/ximage/gstximagesrc.h:
15205         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15206
15207 2006-05-31  Wim Taymans  <wim@fluendo.com>
15208
15209         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15210         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15211         (gst_goom_src_setcaps), (gst_goom_src_event),
15212         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15213         (gst_goom_change_state):
15214         * gst/goom/gstgoom.h:
15215         Handle QoS.
15216         Handle flushing, discont and events.
15217         Fix timestamps and various other cleanups.
15218
15219 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15220
15221         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15222         Fix bus reset when using libiec61883
15223
15224 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15225
15226         * configure.ac:
15227         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15228         * ext/raw1394/Makefile.am:
15229         Add CFLAGS.
15230         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15231         New method, to receive using libiec61883.
15232         (gst_dv1394src_iso_receive),
15233         #ifdef'd out if libiec61883 is present.
15234         (gst_dv1394src_bus_reset),
15235         Get userdata correctly if using libiec61883. 
15236         (gst_dv1394src_create),
15237         When using libiec61883, only poll one fd and no need to read.
15238         (gst_dv1394src_discover_avc_node),
15239         Replace g_warnings.
15240         (gst_dv1394src_start),
15241         Create new handle when we know which dv port.  More reliable
15242         than setting port on an existing handle.  Initialise libiec61883.
15243         (gst_dv1394src_stop):
15244         If using libiec61883, then cleanup its handle properly.
15245         * ext/raw1394/gstdv1394src.h:
15246         Add libiec61883 handle.
15247
15248 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15249
15250         * gst/avi/gstavidemux.c:
15251           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15252         * win32/MANIFEST:
15253           sort file listing
15254         * win32/vs6/libgstavi.dsp:
15255           add gstavimux.c to the project
15256         * win32/vs6/libgstid3demux.dsp:
15257           add link to zlib library
15258         * win32/vs6/libgstmatroska.dsp:
15259           add matroska-ids.c to the project
15260
15261 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15262
15263         Patch by: Sebastian Dröge  <mail at slomosnail de >
15264
15265         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15266         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15267         * ext/taglib/Makefile.am:
15268         * ext/taglib/gstapev2mux.cc:
15269         * ext/taglib/gstapev2mux.h:
15270         * ext/taglib/gstid3v2mux.cc:
15271         * ext/taglib/gsttaglibmux.c: (plugin_init):
15272         * ext/taglib/gsttaglibmux.h:
15273           Add apev2mux element (#343122).
15274         
15275         * tests/check/Makefile.am:
15276         * tests/check/elements/apev2mux.c:
15277         (test_taglib_apev2mux_create_tags),
15278         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15279         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15280         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15281         (apev2mux_suite), (main):
15282           Add unit test for apev2mux element.
15283
15284 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15285
15286         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15287         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15288         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15289           GST_PTR_FORMAT should be used to print caps in debug statements.
15290
15291 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15292
15293         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15294
15295         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15296         (ape_demux_parse_tags):
15297           Some clean-ups and additions: map APE 'file' tag to
15298           GST_TAG_LOCATION (#343123); add support for extracting
15299           the track count and clean up parsing a bit (#343127).
15300
15301 2006-05-28  Edward Hervey  <edward@fluendo.com>
15302
15303         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15304         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15305
15306 2006-05-28  Edward Hervey  <edward@fluendo.com>
15307
15308         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15309         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15310         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15311         * ext/jpeg/gstjpegdec.h:
15312         Clip outgoing buffers according to currently configured segment.
15313
15314 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15315
15316         * ext/taglib/gstid3v2mux.cc:
15317           Handle  writing of track-count or album-volume-count without
15318           track-number or albume-volume-number (in this case the number
15319           will just be set to 0).
15320
15321         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15322           It would be nice if we actually checked the values received for
15323           track/album-volume number/count in  _check_tags(), rather than
15324           setting them again ...
15325
15326 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15327
15328         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15329           A track/volume number or count of 0 does not make sense,
15330           just ignore it along with negative numbers (a tag might
15331           only contain a track count without a track number).
15332
15333 2006-05-27  Edward Hervey  <edward@fluendo.com>
15334
15335         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15336         (gst_jpeg_dec_sink_event):
15337         Abort decompression when receiving FLUSH_STOP. This should avoid
15338         issues when interrupting decoding with flushes.
15339
15340 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15341
15342         * ext/flac/gstflac.c:
15343           Don't #include file we don't dist any longer.
15344
15345 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15346
15347         * README:
15348           Replace current README (containing the release notes from
15349           some 0.9.x version) with a proper README taken from the core.
15350
15351 2006-05-24  Wim Taymans  <wim@fluendo.com>
15352
15353         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15354         Implement EOS correctly by either posting
15355         SEGMENT_DONE or pushing an EOS message depending
15356         on the seek type. Fixes #342592
15357
15358 2006-05-24  Wim Taymans  <wim@fluendo.com>
15359
15360         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15361         * gst/law/alaw-decode.h:
15362         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15363         * gst/law/alaw-encode.h:
15364         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15365         * gst/law/mulaw-decode.h:
15366         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15367         * gst/law/mulaw-encode.h:
15368         Some cleanups in the chain functions.
15369         Remove some GStreamer 0.0.2 bits.
15370
15371 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15372
15373         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15374
15375         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15376           gst_collect_pads_stop() needs to be called before chaining up
15377           to the parent class (#342734).
15378
15379 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15380
15381         * ext/flac/Makefile.am:
15382         * ext/flac/flac_compat.h:
15383         * ext/flac/gstflac.c:
15384         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15385         * ext/flac/gstflacenc.c:
15386           Remove backwards compatibility cruft for dealing with FLAC API
15387           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15388
15389 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15390
15391         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15392         (gst_matroska_demux_push_xiph_codec_priv_data),
15393         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15394         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15395         * gst/matroska/matroska-ids.h:
15396         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15397         (gst_matroska_mux_video_pad_setcaps),
15398         (xiph3_streamheader_to_codecdata),
15399         (vorbis_streamheader_to_codecdata),
15400         (theora_streamheader_to_codecdata),
15401         (gst_matroska_mux_audio_pad_setcaps),
15402         (gst_matroska_mux_write_data):
15403           Add support for muxing/demuxing theora video (#342448; too bad
15404           none of the usual linux players can actually play this). Playback
15405           in GStreamer will require additional changes to theoradec in -base.
15406           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15407           cleanups.
15408
15409 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15410
15411         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15412         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15413           Fix crashes when the horizontal subsampling is 1.
15414           Fixes #342097.
15415
15416 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15417
15418         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15419
15420         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15421         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15422         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15423         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15424         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15425         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15426         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15427         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15428         (gst_avi_mux_change_state):
15429         * gst/avi/gstavimux.h:
15430           Some enhancements for avimux (#342526):
15431            - add odml (large file) index support
15432            - store codec init data (e.g. huffyuv)
15433            - miscellaneous other fixes/cleanups
15434
15435 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15436
15437         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15438         Don't output any tag when we encounter a negative track number - the
15439         tag type is uint, so we end up outputting huge positive numbers
15440         instead. (Fixes: #342029)
15441
15442 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15443
15444         * configure.ac:
15445           update for new GSTPB_PLUGINS_DIR
15446
15447 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15448
15449         * rtp/gst/gstrtph263pay.c:
15450         Properly set static caps for H263 at 34.
15451
15452 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15453
15454         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15455
15456         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15457           Merge event tags and tag setter tags correctly (#339918). Also,
15458           don't leak taglist in case of an error.
15459           
15460 2006-05-17  Edward Hervey  <edward@fluendo.com>
15461
15462         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15463         We can only do caps intersection if the othercaps are non-empty and not
15464         ANY. Else we return the pad template (base_caps).
15465
15466 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15467
15468         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15469           Fix crash when outputting debugging information for certain
15470           pictures (always good to use the right struct member for
15471           the number of records in an array).
15472
15473 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15474
15475         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15476
15477         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15478         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15479         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15480         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15481         (gst_ebml_read_float), (gst_ebml_read_ascii),
15482         (gst_ebml_read_binary):
15483           Don't create unnecessary sub-buffers all the time. Dramatically
15484           improves performance with multiple concurrently running
15485           matroskademux instances (#341818) (and avoids doing
15486           unnecessarily inefficient things in the general case).
15487
15488 2006-05-16  Edward Hervey  <edward@fluendo.com>
15489
15490         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15491         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15492         return value of gst_pad_push_event().
15493
15494 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15495
15496         * gst/autodetect/gstautoaudiosink.c:
15497         (gst_auto_audio_sink_find_best):
15498         * gst/autodetect/gstautovideosink.c:
15499         (gst_auto_video_sink_find_best):
15500         Make the name of the child element be based on the name of the
15501         parent, so that debug output is more useful.
15502         
15503         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15504         (parse_insert_string_field), (parse_split_strings):
15505         Rework string parsing to always walk over BOM markers in UTF16
15506         strings, using the endianness indicated by the innermost one,
15507         then trying the opposite endianness if that fails to convert
15508         to valid UTF-8. Fixes #341774
15509
15510 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15511
15512         Patch from: Matthieu <matthieu at fluendo dot com>
15513
15514         * ext/libpng/Makefile.am:
15515         Add LIBPNG_CFLAGS.
15516
15517 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15518
15519         * ext/taglib/gstid3v2mux.cc:
15520           Add support for writing images (APIC frames) into ID3v2
15521           tags (picture type always set to 'other' for now though).
15522
15523 2006-05-14  Michael Smith  <msmith@fluendo.com>
15524
15525         * gst/wavparse/gstwavparse.c:
15526           Update docs; wavparse implements push and pull modes.
15527
15528 2006-05-12  Wim Taymans  <wim@fluendo.com>
15529
15530         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15531         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15532         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15533         Ooops, bitten by the copy-and-paste design paradigm, fixes
15534         seek again.
15535
15536 2006-05-12  Wim Taymans  <wim@fluendo.com>
15537
15538         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15539         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15540         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15541         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15542         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15543         (gst_avi_demux_massage_index),
15544         (gst_avi_demux_calculate_durations_from_index),
15545         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15546         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15547         (gst_avi_demux_loop):
15548         * gst/avi/gstavidemux.h:
15549         Some cleanups, prepare to use GstSegment.
15550         Fix error in entry walking code.
15551         Fix VBR detection.
15552         Smarter timestamp calculation code.
15553         Uniform error/eos handling.
15554
15555 2006-05-12  Michael Smith  <msmith@fluendo.com>
15556
15557         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15558         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15559           Fix use of uninitialised values if we're NOT seeking in ready.
15560           Fix typos.
15561
15562 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15563
15564         * gst/wavparse/Makefile.am:
15565           Add CFLAGS and LIBS for libgstbase, fixes build on
15566           Cygwin (#341489).
15567
15568 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15569
15570         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15571           Some more debug info. No need to check whether the string
15572           returned by g_convert() is really UTF-8 - either it is or
15573           we get NULL returned.
15574
15575 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15576
15577         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15578           Fix parsing of numeric genre strings some more, by ensuring that
15579           we only try and parse strings that a) Start with '(' and b) Consist
15580           only of digits.
15581           Also, when finding an escaping '((' sequence, bust it back to '(' by
15582           swallowing the first parenthesis
15583
15584 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15585
15586         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15587         (gst_esdsink_open), (gst_esdsink_close):
15588         * ext/esd/esdsink.h:
15589           Move the esd_get_server_info() into gst_esdsink_open() and fail
15590           with a decent error message on errors.
15591
15592 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15593
15594         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15595         (gst_esdmon_channels_get_type):
15596         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15597         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15598         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15599         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15600         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15601         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15602         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15603         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15604         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15605         * gst/videomixer/videomixer.c:
15606         (gst_video_mixer_background_get_type):
15607           Const-ify GEnumValue arrays.
15608
15609 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15610
15611         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15612
15613         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15614         (gst_avi_mux_do_video_buffer):
15615           Work around gst_buffer_make_metadata_writable() bug that
15616           results in avimux marking all frames in the index as
15617           keyframes (#340859).
15618           
15619 2006-05-08  Wim Taymans  <wim@fluendo.com>
15620
15621         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15622         Make parsing of urls suck slightly less.
15623
15624 2006-05-08  Edward Hervey  <edward@fluendo.com>
15625
15626         * autogen.sh: (CONFIGURE_DEF_OPT): 
15627         libtoolize on Darwin/MacOSX is called glibtoolize.
15628
15629 2006-05-08  Wim Taymans  <wim@fluendo.com>
15630
15631         Patch by: Jens Granseuer <jensgr at gmx dot net>
15632
15633         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15634         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15635         C89 compliance fixes. Fixes #340980
15636
15637 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
15638
15639         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15640         * ext/flac/gstflacdec.h:
15641           Handle segment seeks that include the end of the file as stop point
15642           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
15643           message instead of an EOS event in case we're in segment seek
15644           mode (fixes #340699).
15645           
15646 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
15647
15648         * ext/cairo/gsttextoverlay.c:
15649         * ext/flac/gstflacdec.c:
15650         * ext/gdk_pixbuf/pixbufscale.c:
15651         * gst/apetag/gstapedemux.c:
15652         * gst/debug/breakmydata.c:
15653         * gst/debug/testplugin.c:
15654         * gst/matroska/ebml-write.c:
15655         * gst/multipart/multipartdemux.c:
15656         * sys/osxaudio/gstosxaudiosink.c:
15657         * sys/osxaudio/gstosxaudiosrc.c:
15658         Add semicolons after GST_BOILERPLATE[_FULL] so that
15659         indent doesn't mess up following lines.
15660
15661 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
15662
15663         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15664
15665         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
15666           Don't leak caps when freeing the stream context (#340623).
15667
15668 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
15669
15670         * configure.ac:
15671           Back to CVS
15672
15673 === release 0.10.3 ===
15674
15675 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
15676
15677         * configure.ac:
15678           releasing 0.10.3, "Desplazado"
15679
15680 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15681
15682         * gst/matroska/matroska-mux.c:
15683         (gst_matroska_mux_stream_is_vorbis_header),
15684         (gst_matroska_mux_write_data):
15685           Don't strcmp() NULL strings.
15686           Only start new clusters on video keyframes, not on any
15687           random audio buffer that doesn't have the DELTA_UNIT
15688           flag set (fixes 'make check' again).
15689
15690 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15691
15692         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15693
15694         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15695         (gst_matroska_mux_stream_is_vorbis_header),
15696         (gst_matroska_mux_write_data):
15697           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
15698           value and then dead-lock when muxing vorbis audio streams
15699           (the three vorbis header buffers carry no timestamp, and it
15700           would try to mux these after all video buffers). Fixes #340346.
15701
15702           Improve clustering: start a new cluster also whenever we get
15703           a keyframe.     
15704
15705 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15706
15707         * win32/common/config.h:
15708         * win32/MANIFEST
15709           add the generated file as well
15710
15711 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15712
15713         * Makefile.am:
15714         * configure.ac:
15715         * win32/common/config.h.in:
15716           add win32 stuff
15717
15718 2006-05-03  Michael Smith  <msmith@fluendo.com>
15719
15720         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
15721           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
15722           SUCKS.
15723
15724 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15725
15726         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15727         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15728         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15729           don't leak caps-string
15730
15731 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15732
15733         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15734         (gst_id3demux_sink_activate):
15735           Let core insert default error message for TYPE_NOT_FOUND
15736           errors, it's just as good as our own and has the added
15737           bonus of being translated.
15738
15739 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15740
15741         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
15742         (gst_tag_demux_sink_event):
15743         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
15744         (gst_id3demux_sink_event):
15745           Post an error message when we get an EOS event and were not
15746           able to find out the type of stream.
15747
15748         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
15749         (test_taglib_id3mux_with_tags):
15750           Decrease num-buffers to 16 per iteration again, otherwise the
15751           many memcpy()s and reallocations in the test will hammer slow
15752           CPUs completely and make the test timeout.
15753
15754 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15755
15756         * configure.ac:
15757           figure out where plugins-base plugins are
15758         * tests/check/Makefile.am:
15759           use plugins-base plugins, so we have typefind functions
15760         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
15761           increase num-buffers, this makes sure the test errors out instead
15762           of timing out when no typefind functions are present
15763
15764 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15765
15766         * docs/plugins/Makefile.am:
15767           also check .cc files for gtk-doc markup
15768         * configure.ac:
15769         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15770         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15771         * tests/check/Makefile.am:
15772         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
15773         * ext/Makefile.am:
15774         * ext/taglib/Makefile.am:
15775         * ext/taglib/gstid3v2mux.h:
15776         * ext/taglib/gsttaglibmux.c:
15777         * ext/taglib/gsttaglibmux.h:
15778           move taglib-based id3v2muxer to -good.  Fixes #336110.
15779
15780 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15781
15782         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15783           ... and fix multichannel/WAVFORMATEX support again.
15784
15785 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
15786
15787         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15788         (gst_wavparse_class_init), (gst_wavparse_dispose),
15789         (gst_wavparse_reset), (gst_wavparse_init),
15790         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
15791         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
15792         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15793         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15794         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15795         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15796         (gst_wavparse_stream_data), (gst_wavparse_loop),
15797         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15798         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15799         (gst_wavparse_change_state), (plugin_init):
15800         * gst/wavparse/gstwavparse.h:
15801           Add push (streaming) mode to wavparse (fixes #337625)
15802
15803 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15804
15805         * configure.ac:
15806         * tests/Makefile.am:
15807           add ximagesrc icles test
15808
15809 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15810
15811         * configure.ac:
15812         * docs/plugins/Makefile.am:
15813         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15814         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15815         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15816         (gst_cmml_enc_push_clip):
15817         * sys/Makefile.am:
15818         * sys/ximage/Makefile.am:
15819         * sys/ximage/gstximagesrc.c:
15820           Move ximagesrc plug-in to good after review.  Fixes #336756.
15821
15822 2006-04-28  Michael Smith  <msmith@fluendo.com>
15823
15824         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15825         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15826         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15827         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15828         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15829         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15830         * gst/icydemux/gsticydemux.h:
15831           Fix event handling: cache events when typefinding and forward later.
15832
15833 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15834
15835         * sys/osxaudio/gstosxaudiosink.c:
15836         (plugin_init):
15837          Register osxaudiosrc to the plugin.
15838         * sys/osxaudio/gstosxaudiosrc.c:
15839         (gst_osx_audio_src_osxelement_do_init),
15840         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15841         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15842         (gst_osx_audio_src_get_property),
15843         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15844         (gst_osx_audio_src_osxelement_init):
15845         * sys/osxaudio/gstosxaudiosrc.h:
15846           Port of osxaudiosrc to 0.10.
15847         * sys/osxaudio/Makefile.am:
15848           Add osxaudiosrc
15849
15850 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15851
15852         * sys/osxaudio/gstosxringbuffer.c:
15853         * sys/osxaudio/gstosxringbuffer.h:
15854           Forgot to commit earlier, part of the OSX audio plugin port
15855
15856 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15857
15858         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15859         (parse_split_strings):
15860           Recognise and skip any byte order marker (BOM) in
15861           UTF-16 strings.
15862
15863 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15864
15865         * docs/plugins/Makefile.am:
15866         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15867         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15868         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15869         * docs/plugins/inspect/plugin-avi.xml:
15870         * gst/avi/gstavidemux.c:
15871         * gst/avi/gstavimux.c:
15872           Add docs for both avidemux and avimux.
15873
15874 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15875
15876         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15877
15878         * gst/avi/Makefile.am:
15879         * gst/avi/gstavi.c: (plugin_init):
15880         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15881         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15882         (gst_avi_mux_class_init), (gst_avi_mux_init),
15883         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15884         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15885         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15886         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15887         (gst_avi_mux_riff_get_avix_header),
15888         (gst_avi_mux_riff_get_video_header),
15889         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15890         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15891         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15892         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15893         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15894         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15895         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15896         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15897         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15898         (gst_avi_mux_change_state):
15899         * gst/avi/gstavimux.h:
15900           Port AVI muxer to GStreamer-0.10 (#332031).
15901
15902         * tests/check/Makefile.am:
15903         * tests/check/elements/avimux.c:
15904         * tests/check/elements/.cvsignore:
15905           Add unit test for AVI muxer.
15906
15907 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15908
15909         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15910         (gst_wavparse_class_init), (gst_wavparse_reset),
15911         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15912         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15913         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15914         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15915         (gst_wavparse_stream_data), (gst_wavparse_loop),
15916         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15917         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15918         (plugin_init):
15919         * gst/wavparse/gstwavparse.h:
15920           reverted patch #337625 for the price of 1 hour sleep
15921
15922 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15923
15924         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15925         (gst_wavparse_class_init), (gst_wavparse_reset),
15926         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15927         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
15928         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15929         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15930         (gst_wavparse_stream_data), (gst_wavparse_loop),
15931         (gst_wavparse_chain), (plugin_init):
15932         * gst/wavparse/gstwavparse.h:
15933           correct partial implementation of push mode
15934           (from my last commit)
15935
15936 2006-04-26  Wim Taymans  <wim@fluendo.com>
15937
15938         * ext/esd/esdsink.c:
15939         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
15940         it is not in esd.h
15941
15942 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
15943
15944         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
15945         (gst_au_parse_class_init), (gst_au_parse_init),
15946         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
15947         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
15948         (gst_au_parse_chain), (gst_au_parse_src_convert),
15949         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
15950         (gst_au_parse_sink_event), (gst_au_parse_src_event),
15951         (gst_au_parse_change_state):
15952         * gst/auparse/gstauparse.h:
15953           Rewrite auparse to suck a little bit less: make source pad
15954           dynamic, so decodebin/playbin work with non-raw formats
15955           like alaw/mulaw; add query function for duration/position
15956           queries; check whether we have enough data before attempting
15957           to parse the header (instead of crashing when that is not the
15958           case); work around audioconvert sucking by swapping endianness
15959           to the native endianness ourselves for float formats; send
15960           initial newsegment event. Fixes #161712.
15961
15962 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15963
15964         * sys/osxaudio/Makefile.am:
15965         * sys/osxaudio/gstosxaudioelement.c:
15966         (gst_osx_audio_element_get_type),
15967         (gst_osx_audio_element_class_init):
15968         * sys/osxaudio/gstosxaudioelement.h:
15969         * sys/osxaudio/gstosxaudiosink.c:
15970         (gst_osx_audio_sink_osxelement_do_init),
15971         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
15972         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
15973         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
15974         (gst_osx_audio_sink_create_ringbuffer),
15975         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
15976         (plugin_init):
15977         * sys/osxaudio/gstosxaudiosink.h:
15978         Port of osxaudiosink to 0.10
15979
15980 2006-04-26  Wim Taymans  <wim@fluendo.com>
15981
15982         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
15983         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
15984         the size of the ringbuffer. This should fix hangs with older 
15985         esd sound servers.
15986
15987 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15988
15989         * ext/aalib/gstaasink.c:
15990         * ext/annodex/gstcmmldec.c:
15991         * ext/annodex/gstcmmlenc.c:
15992         * ext/cairo/gsttextoverlay.c:
15993         * ext/cairo/gsttimeoverlay.c:
15994         * ext/cdio/gstcdiocddasrc.c:
15995         * ext/dv/gstdvdec.c:
15996         * ext/dv/gstdvdemux.c:
15997         * ext/esd/esdmon.c:
15998         * ext/esd/esdsink.c:
15999         * ext/flac/gstflacenc.c:
16000         * ext/flac/gstflactag.c:
16001         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16002         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16003         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16004         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16005         * ext/gdk_pixbuf/pixbufscale.c:
16006         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16007         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16008         * ext/jpeg/gstjpegdec.c:
16009         * ext/jpeg/gstjpegenc.c:
16010         * ext/jpeg/gstsmokedec.c:
16011         * ext/jpeg/gstsmokeenc.c:
16012         * ext/libcaca/gstcacasink.c:
16013         * ext/libmng/gstmngdec.c:
16014         * ext/libmng/gstmngenc.c:
16015         * ext/libpng/gstpngdec.c:
16016         * ext/libpng/gstpngenc.c:
16017         * ext/mikmod/gstmikmod.c:
16018         * ext/raw1394/gstdv1394src.c:
16019         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16020         * ext/shout2/gstshout2.h:
16021         * ext/speex/gstspeexdec.c:
16022         * ext/speex/gstspeexenc.c:
16023         * gst/alpha/gstalpha.c:
16024         * gst/alpha/gstalphacolor.c:
16025         * gst/apetag/gstapedemux.c:
16026         * gst/auparse/gstauparse.c:
16027         * gst/autodetect/gstautoaudiosink.c:
16028         (gst_auto_audio_sink_base_init):
16029         * gst/autodetect/gstautovideosink.c:
16030         (gst_auto_video_sink_base_init):
16031         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16032         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16033         * gst/cutter/gstcutter.c:
16034         * gst/debug/breakmydata.c:
16035         * gst/debug/efence.c:
16036         * gst/debug/gstnavigationtest.c:
16037         * gst/debug/gstnavseek.c:
16038         * gst/debug/negotiation.c:
16039         * gst/debug/progressreport.c:
16040         * gst/debug/testplugin.c:
16041         * gst/effectv/gstaging.c:
16042         * gst/effectv/gstdice.c:
16043         * gst/effectv/gstedge.c:
16044         * gst/effectv/gstquark.c:
16045         * gst/effectv/gstrev.c:
16046         * gst/effectv/gstshagadelic.c:
16047         * gst/effectv/gstvertigo.c:
16048         * gst/effectv/gstwarp.c:
16049         * gst/flx/gstflxdec.c:
16050         * gst/goom/gstgoom.c:
16051         * gst/icydemux/gsticydemux.c:
16052         * gst/id3demux/gstid3demux.c:
16053         * gst/interleave/deinterleave.c:
16054         * gst/interleave/interleave.c:
16055         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16056         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16057         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16058         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16059         * gst/level/gstlevel.c:
16060         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16061         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16062         * gst/median/gstmedian.c:
16063         * gst/monoscope/gstmonoscope.c:
16064         * gst/multipart/multipartdemux.c:
16065         * gst/multipart/multipartmux.c:
16066         * gst/oldcore/gstaggregator.c:
16067         * gst/oldcore/gstfdsink.c:
16068         * gst/oldcore/gstmd5sink.c:
16069         * gst/oldcore/gstmultifilesrc.c:
16070         * gst/oldcore/gstpipefilter.c:
16071         * gst/oldcore/gstshaper.c:
16072         * gst/oldcore/gststatistics.c:
16073         * gst/rtp/gstasteriskh263.c:
16074         * gst/rtp/gstrtpL16depay.c:
16075         * gst/rtp/gstrtpL16pay.c:
16076         * gst/rtp/gstrtpamrdepay.c:
16077         * gst/rtp/gstrtpamrpay.c:
16078         * gst/rtp/gstrtpdepay.c:
16079         * gst/rtp/gstrtpgsmpay.c:
16080         * gst/rtp/gstrtph263pay.c:
16081         * gst/rtp/gstrtph263pdepay.c:
16082         * gst/rtp/gstrtph263ppay.c:
16083         * gst/rtp/gstrtpilbcdepay.c:
16084         * gst/rtp/gstrtpmp4gpay.c:
16085         * gst/rtp/gstrtpmp4vdepay.c:
16086         * gst/rtp/gstrtpmp4vpay.c:
16087         * gst/rtp/gstrtpmpadepay.c:
16088         * gst/rtp/gstrtpmpapay.c:
16089         * gst/rtp/gstrtppcmadepay.c:
16090         * gst/rtp/gstrtppcmapay.c:
16091         * gst/rtp/gstrtppcmudepay.c:
16092         * gst/rtp/gstrtppcmupay.c:
16093         * gst/rtp/gstrtpspeexdepay.c:
16094         * gst/rtp/gstrtpspeexpay.c:
16095         * gst/rtsp/gstrtpdec.c:
16096         * gst/rtsp/gstrtspsrc.c:
16097         * gst/smpte/gstsmpte.c:
16098         * gst/udp/gstdynudpsink.c:
16099         * gst/udp/gstmultiudpsink.c:
16100         * gst/udp/gstudpsink.c:
16101         * gst/udp/gstudpsrc.c:
16102         * gst/videobox/gstvideobox.c:
16103         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16104         * gst/videofilter/gstvideobalance.c:
16105         * gst/videofilter/gstvideoflip.c:
16106         * gst/videofilter/gstvideotemplate.c:
16107         (gst_videotemplate_base_init):
16108         * gst/videomixer/videomixer.c:
16109         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16110         (gst_wavparse_class_init), (gst_wavparse_dispose),
16111         (gst_wavparse_reset), (gst_wavparse_init),
16112         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16113         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16114         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16115         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16116         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16117         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16118         (gst_wavparse_change_state):
16119         * gst/wavparse/gstwavparse.h:
16120         * sys/oss/gstossmixerelement.c:
16121         * sys/oss/gstosssink.c:
16122         * sys/oss/gstosssrc.c:
16123         * sys/osxaudio/gstosxaudioelement.c:
16124         * sys/osxaudio/gstosxaudiosink.c:
16125         * sys/osxaudio/gstosxaudiosrc.c:
16126         * sys/sunaudio/gstsunaudiomixer.c:
16127         * sys/sunaudio/gstsunaudiosink.c:
16128           Define GstElementDetails as const and also static (when defined as
16129           global)
16130
16131 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16132
16133         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16134           Source pad has fixed caps. If we don't set this, bad
16135           things happen when the window is resized.
16136
16137 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16138
16139         * gst/matroska/Makefile.am:
16140         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16141         (gst_matroska_demux_handle_src_event):
16142         * gst/matroska/matroska-ids.c:
16143         (gst_matroska_track_init_video_context),
16144         (gst_matroska_track_init_audio_context),
16145         (gst_matroska_track_init_subtitle_context),
16146         (gst_matroska_track_init_complex_context):
16147         * gst/matroska/matroska-ids.h:
16148           Handle case where the TrackType ebml chunk does not come before the
16149           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16150           events.
16151
16152 2006-04-25  Wim Taymans  <wim@fluendo.com>
16153
16154         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16155         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16156         It's codec_data, not codec_info.
16157
16158 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16159
16160         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16161
16162         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16163           Handle codec_data for VfW compatibility codec IDs (#339451)
16164
16165         * gst/matroska/matroska-mux.c:
16166         (gst_matroska_mux_video_pad_setcaps):
16167           Same here, handle codec_data and add additional caps we can handle
16168           now to the pad template (huffyuv, dv and h263 video) (#339451)
16169
16170 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16171
16172         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16173
16174         * gst/matroska/matroska-mux.c:
16175         (gst_matroska_mux_create_buffer_header),
16176         (gst_matroska_mux_write_data):
16177           Fix timestamping of B-frames, use signed integers, do
16178           some rounding (#339678).
16179
16180 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16181
16182         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16183         just make it compile with --disable-gst-debug.
16184
16185 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16186
16187         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16188         Fix a bad conversion using gst_guint64_to_gdouble.
16189         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16190         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16191         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16192     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16193         mistake.
16194
16195 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16196
16197         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16198         Use gst_guint64_to_gdouble for conversions
16199         * win32/vs6/gst_plugins_good.dsw:
16200         * win32/vs6/libgsticydemux.dsp:
16201         Add a project file for icydemux
16202
16203 2006-04-21  Wim Taymans  <wim@fluendo.com>
16204
16205         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16206
16207         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16208         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16209         When splitting audio chunks, the block alignment is not taken in
16210         consideration, so the smaller chunks could be of size which is 
16211         not a multiple of the block alignment. Fixes #336904
16212
16213 2006-04-21  Wim Taymans  <wim@fluendo.com>
16214
16215         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16216         Use scale functions
16217
16218 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16219
16220         * ext/dv/gstdv.c: (plugin_init):
16221           Fix build.
16222
16223 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16224
16225         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16226         (gst_progress_report_class_init), (gst_progress_report_init),
16227         (gst_progress_report_do_query), (gst_progress_report_report),
16228         (gst_progress_report_set_property),
16229         (gst_progress_report_get_property):
16230           Add 'format' property to force querying to a particular format.
16231
16232 2006-04-21  Andy Wingo  <wingo@pobox.com>
16233
16234         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16235         best, on big endian systems. Drop its rank in that case. OTOH on
16236         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16237
16238 2006-04-21  Michael Smith  <msmith@fluendo.com>
16239
16240         * configure.ac:
16241         * gst/icydemux/Makefile.am:
16242         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16243         (gst_icydemux_base_init), (gst_icydemux_class_init),
16244         (gst_icydemux_reset), (gst_icydemux_init),
16245         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16246         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16247         (unicodify), (gst_icydemux_unicodify),
16248         (gst_icydemux_parse_and_send_tags),
16249         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16250         (gst_icydemux_chain), (gst_icydemux_change_state),
16251         (gst_icydemux_send_tag_event), (plugin_init):
16252         * gst/icydemux/gsticydemux.h:
16253         * tests/check/Makefile.am:
16254         * tests/check/elements/icydemux.c: (typefind_succeed),
16255         (plugin_init), (icydemux_found_pad), (create_icydemux),
16256         (cleanup_icydemux), (push_data), (GST_START_TEST),
16257         (icydemux_suite), (main):
16258           Add icydemux, and tests.
16259
16260 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16261
16262         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16263           Post SEGMENT_DONE message in TIME format.
16264
16265 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16266
16267         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16268
16269         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16270         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16271           Fix index creation when we have to scan the file to create
16272           an index. There may be other types of RIFF 'LIST' chunks than
16273           'movi' and we need to skip them properly as well or we'll end up
16274           reading garbage (#336889). Some other cosmetic changes.
16275           
16276 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16277
16278         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16279         (gst_flac_dec_handle_seek_event):
16280           Add support for segment seeks (fixes #338290). Also demote
16281           some recurring debug message from DEBUG to LOG level.
16282
16283 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16284
16285         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16286         (gst_matroskademux_do_index_seek),
16287         (gst_matroska_demux_handle_seek_event),
16288         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16289         * gst/matroska/matroska-ids.h:
16290           Set DISCONT flag on first buffer after a discontinuity.
16291           Fix newsegment events sent when seeking and honour KEY_UNIT
16292           seek flag. Create pad with bogus caps if we don't recognise
16293           the stream codec id.
16294
16295         * gst/matroska/matroska-demux.h:
16296           Fix GObject macros.
16297
16298 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16299
16300         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16301
16302         * gst/matroska/matroska-demux.c:
16303         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16304           Handle end of segment properly when set; don't dead-lock when
16305           posting start of segment message when doing a segment seek.
16306           Fixes #338810.
16307
16308 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16309
16310         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16311         (gst_matroska_demux_plugin_init):
16312           Make mpeg2 aac audio work: create artificial private codec data
16313           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16314           Also call gst_riff_init(). Partially fixes #338767.
16315
16316 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16317
16318         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16319         (gst_wavenc_class_init), (gst_wavenc_init),
16320         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16321         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16322         (gst_wavenc_chain), (gst_wavenc_change_state):
16323         * gst/wavenc/gstwavenc.h:
16324           Set caps on first outgoing buffer, so that it doesn't error out
16325           immediately with a non-negotiated error (#338716). Rewrite and
16326           clean up a bit; fix setcaps function to parse things properly;
16327           fix sink caps (8bit audio is unsigned and doesn't have depth);
16328           use boilerplate macros; remove unused properties stuff.
16329
16330 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16331
16332         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16333           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16334           handle MJPEG streams and might be autoplugged for those if the
16335           user doesn't have jpegdec installed (resulting in a cryptic error
16336           message about huffman tables). Better to disable JPEG decoding here
16337           and let the user figure out that she needs to install jpegdec.
16338
16339 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16340
16341         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16342         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16343         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16344         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16345           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16346           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16347           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16348           debug messages. Fix boilerplate macros.
16349
16350 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16351
16352         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16353         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16354           No need to special-case for Gdk-2.0 any longer, we require
16355           Gdk 2.2 or newer; minor clean-ups.
16356
16357 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16358
16359         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16360         (gst_shout2send_class_init), (gst_shout2send_init),
16361         (set_shout_metadata), (gst_shout2send_set_metadata),
16362         (gst_shout2send_event), (gst_shout2send_start),
16363         (gst_shout2send_connect), (gst_shout2send_stop),
16364         (gst_shout2send_render), (gst_shout2send_set_property),
16365         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16366         (plugin_init):
16367         * ext/shout2/gstshout2.h:
16368         * po/POTFILES.in:
16369           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16370           change function; use GST_ELEMENT_ERROR for error reporting, not
16371           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16372           will cause crashes or assertion failures; remove (unused) "sync"
16373           property, basesink already has such a property; misc. other
16374           minor fixes and cleanups.
16375
16376 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16377
16378         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16379         * ext/esd/gstesd.c: (plugin_init):
16380         * po/POTFILES.in:
16381           Add translatable error message for when we cannot
16382           connect to the sound server, as "Cannot open resource
16383           for writing" isn't really an acceptable message to show
16384           to the user in this case.
16385
16386 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16387
16388         * sys/oss/gst-i18n-plugin.h:
16389           Remove bogus file that doesn't belong here.
16390
16391 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16392
16393         Patch by: Philippe Valembois
16394
16395         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16396         (gst_shout2send_set_metadata), (gst_shout2send_event),
16397         (gst_shout2send_render), (gst_shout2send_change_state):
16398         * ext/shout2/gstshout2.h:
16399           Handle tags being received before the connection to
16400           the server is established properly (see #338636).
16401
16402 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16403
16404         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16405           Don't crash in case the connection to the server fails:
16406           don't set pointer to NULL by assigning FALSE; error out
16407           properly by using GST_ELEMENT_ERROR and returning
16408           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16409           before resetting the pointer.
16410
16411 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16412
16413         * gst/id3demux/id3tags.c:
16414         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16415         (Fixes #338713)
16416
16417 2006-04-12  Wim Taymans  <wim@fluendo.com>
16418
16419         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16420         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16421         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16422         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16423         (gst_gdk_pixbuf_chain):
16424         Some cleanups.
16425         Added RGBA as a possible output format.
16426         Correctly free the supported mimetypes.
16427         deprecate silent arg, it's not used.
16428         Return result from _alloc_buffer to peer.
16429
16430 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16431
16432         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16433           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16434           overwriting GST_BUFFER_MALLOCDATA.
16435
16436 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16437
16438         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16439         (user_endrow_callback), (user_end_callback),
16440         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16441         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16442         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16443         * ext/libpng/gstpngdec.h:
16444           Handle more than one frame if the content is framed,
16445           like with png-in-quicktime (#331917).
16446
16447 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16448
16449         * sys/oss/Makefile.am:
16450         * sys/oss/common.h:
16451         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16452         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16453         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16454         (gst_oss_src_unprepare):
16455           - the user-visible error strings were in the wrong category
16456           - and the messages were not marked for translation
16457           - which is actually a good thing, because they were exactly
16458             the kind of message you would never want anyone to see
16459           - the macros were using variables that didn't exist in the macro
16460             arguments
16461           - and they were obviously copied from each other and then modified
16462           - so a common header makes sense
16463
16464 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16465
16466         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16467           Don't try to modify read-only data.
16468
16469         * gst/matroska/matroska-demux.c:
16470         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16471           Fix comment (won't crash any longer now).
16472
16473 2006-04-10  Michael Smith  <msmith@fluendo.com>
16474
16475         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16476           Use copies of header buffers for caps to avoid circular refcounting
16477           problems (as in theoradec, vorbisdec).
16478
16479         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16480           Fix a typo in test that meant it was testing the wrong thing.
16481
16482         * tests/check/elements/cmmlenc.c: (check_headers):
16483           Fix refcount checks now that we use buffer-copies for caps.
16484
16485 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16486
16487         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16488         (gst_matroska_demux_handle_seek_event),
16489         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16490         (gst_matroska_demux_subtitle_caps),
16491         (gst_matroska_demux_plugin_init):
16492           Use static pad templates with ANY caps for audio and video
16493           source pads and get rid of a lot of unnecessary (and partially
16494           broken) code for the template caps. Clean up caps finding
16495           functions. Fixes playback of audio files/streams that do not
16496           contain the sample rate and/or number of channels in the audio
16497           context (happens a lot with vorbis/mp3 .mka files it seems).
16498           Fixes #337183.
16499           Also add myself to copyright holders.
16500
16501 2006-04-10  Michael Smith  <msmith@fluendo.com>
16502
16503         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16504           Use g_list_delete_link () instead of g_list_remove_link () so that
16505           we free the link as well as the contained data.
16506
16507 2006-04-10  Wim Taymans  <wim@fluendo.com>
16508
16509         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16510
16511         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16512         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16513         (gst_avi_demux_stream_header):
16514         Fix some crashers with empty chunks. (Fixes #337749)
16515
16516 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16517
16518         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16519           use G_GINT64_CONSTANT for INT64 constants
16520         * gst/videofilter/gstvideobalance.c:
16521           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16522         * win32/vs6/libgstavi.dsp:
16523          add missing libraries for the link and remove avimux.c from
16524          the project as it isn't ported to 0.10 yet
16525         
16526 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16527
16528         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16529           Even better would be if we actually did the right thing
16530           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16531
16532 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16533
16534         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16535           Can't just replace 1LL with 1L here just because MSVC doesn't
16536           support it, as it might lead to incorrect results when doing the
16537           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16538           force a 64-bit constant in a way that all compilers are happy with.
16539
16540 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16541
16542         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16543         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16544         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16545         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16546         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16547         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16548         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16549         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16550         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16551         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16552         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16553         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16554         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16555         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16556         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16557         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16558         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16559         * gst/debug/efence.c: (gst_efence_class_init):
16560         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16561         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16562         * gst/goom/gstgoom.c: (gst_goom_class_init):
16563         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16564         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16565         * gst/interleave/interleave.c: (interleave_class_init):
16566         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16567         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16568         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16569         * gst/median/gstmedian.c: (gst_median_class_init):
16570         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16571         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16572         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16573         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16574         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16575         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16576         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16577         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16578         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16579         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16580         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16581         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16582         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16583         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16584         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16585         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16586         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16587         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16588         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16589         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16590         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16591         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16592         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16593         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16594         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16595         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16596         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16597         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16598         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16599         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16600         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16601         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16602         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16603         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16604         * sys/osxaudio/gstosxaudioelement.c:
16605         (gst_osxaudioelement_class_init):
16606         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16607         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16608         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16609         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16610
16611 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16612
16613         * ext/mikmod/gstmikmod.h:
16614         * gst/level/gstlevel.h:
16615         Fix more broken GObject macros
16616
16617 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16618
16619         * ext/annodex/gstcmmldec.h:
16620         * ext/annodex/gstcmmlenc.h:
16621         * ext/annodex/gstcmmltag.h:
16622         * ext/cairo/gsttextoverlay.h:
16623         * ext/ladspa/gstsignalprocessor.h:
16624         * gst/matroska/ebml-read.h:
16625         * gst/matroska/ebml-write.h:
16626         * sys/osxaudio/gstosxaudioelement.h:
16627         Fix broken GObject macros
16628
16629 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16630
16631         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16632           Don't try to seek beyond the end of the file (would
16633           occasionally display error dialogs in totem when seeking
16634           to the end) (#335869). Will still throw an error though
16635           if the file is truncated and the total_samples value in
16636           the stream header is wrong.
16637
16638 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
16639
16640         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
16641         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
16642         (gst_flac_dec_metadata_callback):
16643         * ext/flac/gstflacdec.h:
16644           If the stream header doesn't contain the total number of samples,
16645           search for the last flac frame at the end of the file and calculate
16646           the total duration from that frame's offset (fixes #337609).
16647
16648 2006-04-07  Edward Hervey  <edward@fluendo.com>
16649
16650         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
16651         Don't unref the GstPadTemplate returned by
16652         gst_element_class_get_pad_template().
16653
16654 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16655
16656         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
16657
16658         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
16659         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
16660         * sys/sunaudio/gstsunaudiosink.h:
16661           Use spec->segsize and spec->segtotal in the prepare function
16662           to initialise the ring buffer instead of using the buffer-time
16663           property (#337421).
16664
16665 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16666
16667         * configure.ac:
16668           Bump core requirements to CVS for gst_pad_query_peer_duration()
16669           which is used by speexdec.
16670
16671 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16672
16673         * ext/speex/gstspeex.c: (plugin_init):
16674         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
16675         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
16676         (speex_get_sink_query_types), (speex_dec_sink_query),
16677         (speex_get_src_query_types), (speex_dec_src_query),
16678         (speex_dec_src_event), (speex_dec_sink_event),
16679         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
16680         (speex_dec_chain_parse_data), (speex_dec_chain),
16681         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
16682         (speex_dec_change_state):
16683         * ext/speex/gstspeexdec.h:
16684           Fix seeking and duration queries (#337033); clean up and
16685           refactor a bit.
16686
16687 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16688
16689         * ext/raw1394/gstdv1394src.c:
16690           distinguish between device not found and could not open for
16691           reading
16692
16693 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16694
16695         * Makefile.am:
16696         * configure.ac:
16697         * pkgconfig/.cvsignore:
16698         * pkgconfig/Makefile.am:
16699         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
16700           add a .pc file so other modules can use good plugins in tests
16701
16702 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16703
16704         * configure.ac:
16705           clean up, use AS_VERSION and AS_NANO
16706         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16707           use PACKAGE_VERSION define
16708         * po/af.po:
16709         * po/az.po:
16710         * po/cs.po:
16711         * po/en_GB.po:
16712         * po/hu.po:
16713         * po/it.po:
16714         * po/nb.po:
16715         * po/nl.po:
16716         * po/or.po:
16717         * po/sq.po:
16718         * po/sr.po:
16719         * po/sv.po:
16720         * po/uk.po:
16721         * po/vi.po:
16722           updated
16723
16724 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
16725
16726         * ext\jpeg\smokecodec.c:
16727           use of GST_DEBUG instead of DEBUG(a...) for WIN32
16728         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
16729           move first instruction after all variables declarations
16730         * gst\alpha\gstalpha.c:
16731         * gst\effectv\gstshagadelic.c:
16732         * gst\smpte\paint.c:
16733         * gst\videofilter\gstvideobalance.c:
16734           define M_PI if it's not defined (it's not defined on WIN32)
16735         * gst\cutter\gstcutter.c: (gst_cutter_chain):
16736         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
16737         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
16738         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
16739         (gst_matroska_demux_video_caps):
16740         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
16741         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
16742           use gst_guint64_to_gdouble for conversions
16743         * gst\goom\filters.c: (setPixelRGB_):
16744           fix a debug which was using undefined variable
16745         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
16746         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
16747           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
16748         * win32/vs6:
16749           add vs6 projects files for most of plugins-good
16750         
16751 2006-03-30  j^  <j@bootlab.org>
16752
16753         * ext/aalib/gstaasink.c:
16754         * ext/annodex/gstcmmldec.c:
16755         * ext/annodex/gstcmmlenc.c:
16756         * ext/cairo/gsttextoverlay.c:
16757         * ext/cairo/gsttimeoverlay.c:
16758         * ext/cdio/gstcdiocddasrc.c:
16759         * ext/dv/gstdvdec.c:
16760         * ext/esd/esdmon.c:
16761         * ext/esd/esdsink.c:
16762         * ext/flac/gstflacdec.c:
16763         * ext/flac/gstflacenc.c:
16764         * ext/flac/gstflactag.c:
16765         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16766         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16767         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16768         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16769         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16770         * ext/gdk_pixbuf/pixbufscale.c:
16771         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16772         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16773         * ext/jpeg/gstjpegdec.c:
16774         * ext/jpeg/gstjpegenc.c:
16775         * ext/jpeg/gstsmokedec.c:
16776         * ext/jpeg/gstsmokeenc.c:
16777         * ext/libcaca/gstcacasink.c:
16778         * ext/libmng/gstmngdec.c:
16779         * ext/libmng/gstmngenc.c:
16780         * ext/libpng/gstpngdec.c:
16781         * ext/libpng/gstpngenc.c:
16782         * ext/mikmod/gstmikmod.c:
16783         * ext/raw1394/gstdv1394src.c:
16784         * ext/shout2/gstshout2.c:
16785         * ext/speex/gstspeexdec.c:
16786         * ext/speex/gstspeexenc.c:
16787         * gst/alpha/gstalpha.c:
16788         * gst/alpha/gstalphacolor.c:
16789         * gst/auparse/gstauparse.c:
16790         * gst/autodetect/gstautoaudiosink.c:
16791         (gst_auto_audio_sink_base_init):
16792         * gst/autodetect/gstautovideosink.c:
16793         (gst_auto_video_sink_base_init):
16794         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16795         * gst/cutter/gstcutter.c:
16796         * gst/debug/breakmydata.c:
16797         * gst/debug/efence.c:
16798         * gst/debug/gstnavigationtest.c:
16799         * gst/debug/negotiation.c:
16800         * gst/debug/progressreport.c:
16801         * gst/debug/testplugin.c:
16802         * gst/effectv/gstaging.c:
16803         * gst/effectv/gstdice.c:
16804         * gst/effectv/gstedge.c:
16805         * gst/effectv/gstquark.c:
16806         * gst/effectv/gstrev.c:
16807         * gst/effectv/gstvertigo.c:
16808         * gst/effectv/gstwarp.c:
16809         * gst/flx/gstflxdec.c:
16810         * gst/goom/gstgoom.c:
16811         * gst/interleave/deinterleave.c:
16812         * gst/interleave/interleave.c:
16813         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16814         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16815         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16816         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16817         * gst/level/gstlevel.c:
16818         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16819         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16820         * gst/median/gstmedian.c:
16821         * gst/monoscope/gstmonoscope.c:
16822         * gst/multipart/multipartdemux.c:
16823         * gst/multipart/multipartmux.c:
16824         * gst/oldcore/gstmd5sink.c:
16825         * gst/oldcore/gstmultifilesrc.c:
16826         * gst/oldcore/gstpipefilter.c:
16827         * gst/oldcore/gstshaper.c:
16828         * gst/oldcore/gststatistics.c:
16829         * gst/rtp/gstasteriskh263.c:
16830         * gst/rtp/gstrtpL16depay.c:
16831         * gst/rtp/gstrtpL16pay.c:
16832         * gst/rtp/gstrtpamrdepay.c:
16833         * gst/rtp/gstrtpamrpay.c:
16834         * gst/rtp/gstrtpdepay.c:
16835         * gst/rtp/gstrtpgsmpay.c:
16836         * gst/rtp/gstrtph263pay.c:
16837         * gst/rtp/gstrtph263pdepay.c:
16838         * gst/rtp/gstrtph263ppay.c:
16839         * gst/rtp/gstrtpmp4gpay.c:
16840         * gst/rtp/gstrtpmp4vdepay.c:
16841         * gst/rtp/gstrtpmp4vpay.c:
16842         * gst/rtp/gstrtpmpadepay.c:
16843         * gst/rtp/gstrtpmpapay.c:
16844         * gst/rtp/gstrtppcmadepay.c:
16845         * gst/rtp/gstrtppcmapay.c:
16846         * gst/rtp/gstrtppcmudepay.c:
16847         * gst/rtp/gstrtppcmupay.c:
16848         * gst/rtp/gstrtpspeexdepay.c:
16849         * gst/rtp/gstrtpspeexpay.c:
16850         * gst/rtsp/gstrtpdec.c:
16851         * gst/smpte/gstsmpte.c:
16852         * gst/videobox/gstvideobox.c:
16853         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16854         * gst/videofilter/gstvideobalance.c:
16855         * gst/videofilter/gstvideoflip.c:
16856         * gst/videofilter/gstvideotemplate.c:
16857         (gst_videotemplate_base_init):
16858         * gst/videomixer/videomixer.c:
16859         * gst/wavenc/gstwavenc.c:
16860         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16861          better/unified long descriptions
16862          Fixed #336602
16863          Some cleanups to auparse, don't send multiple newsegments.
16864
16865 2006-03-29  Wim Taymans  <wim@fluendo.com>
16866
16867         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16868
16869         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16870         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16871         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16872         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16873         * ext/dv/gstdvdemux.h:
16874         Seek in READY patch. Only works for pull based mode.
16875         Fixes #323880
16876
16877 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16878
16879         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16880         (gst_gdk_pixbuf_event):
16881           Fix two crashers: don't unref the same caps twice, and
16882           set pixbuf loader to NULL after freeing it.
16883
16884 2006-03-27  Wim Taymans  <wim@fluendo.com>
16885
16886         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16887         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16888         (gst_speexenc_chain):
16889         * ext/speex/gstspeexenc.h:
16890         Don't leak adapter.
16891         A push *always* takes ownership of the buffer, even on
16892         errors.
16893         Small cleanups.
16894
16895 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16896
16897         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16898           Create source pad without leaking.
16899
16900 2006-03-24  Wim Taymans  <wim@fluendo.com>
16901
16902         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16903         * ext/flac/gstflacdec.h:
16904         * ext/flac/gstflacenc.h:
16905         Spifify a bit.
16906         Fix deadly lock order error in seeking code, STREAM_LOCK
16907         cannot be taken within LOCK and the streaming variables are
16908         protected with the STREAM_LOCK anyway.
16909
16910 2006-03-24  Wim Taymans  <wim@fluendo.com>
16911
16912         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16913         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16914         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16915         this patch combines the global init_frames with the stream
16916         init_frames. Rationale being that the global delay should 
16917         be subtracted from any stream delay.
16918         Fixes #335858.
16919
16920 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16921
16922         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
16923         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16924         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16925         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16926         use DEBUG_FUNCPTR for collectpads
16927
16928 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16929
16930         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
16931           Don't crash when encoding images where the number of rows isn't
16932           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
16933
16934 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16935
16936         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
16937         * gst/interleave/deinterleave.c: (deinterleave_change_state):
16938         * gst/interleave/interleave.c: (interleave_change_state):
16939         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
16940           More state change function fixes.
16941
16942 2006-03-23  Wim Taymans  <wim@fluendo.com>
16943
16944         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16945         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
16946         (gst_esdsink_prepare), (gst_esdsink_unprepare),
16947         (gst_esdsink_delay), (gst_esdsink_reset):
16948         * ext/esd/esdsink.h:
16949         Fix esd choppy playback by configuring audiosink
16950         correctly. Fixes #325191
16951
16952 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16953
16954         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
16955           Make state change function thread-safe.
16956
16957 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16958
16959         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
16960         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
16961           Don't try to read beyond the end of the file just because
16962           the header claims a bigger size (like with truncated files).
16963
16964 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16965
16966         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
16967         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
16968         (gst_wavparse_stream_data), (gst_wavparse_loop):
16969         * gst/wavparse/gstwavparse.h:
16970           Delay source pad creation until we have the first chunk of
16971           media data, so the we can examine the data and adjust the
16972           caps accordingly if required. This makes playback of .wav
16973           files with DTS-declared-as-PCM content work (#313266).
16974
16975 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
16976
16977         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
16978         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
16979         Don't attempt typefinding on too-short buffers that have been
16980         completely trimmed away. (Fixes #330239)
16981
16982         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
16983         Improve the debug output
16984
16985 2006-03-21  Wim Taymans  <wim@fluendo.com>
16986
16987         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
16988         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
16989         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
16990         (gst_esdsink_set_property), (gst_esdsink_get_property):
16991         Some cleanups.
16992         Reset fd to -1 when we close them.
16993
16994 2006-03-21  Wim Taymans  <wim@fluendo.com>
16995
16996         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
16997         the OPTIONS request result is optional so don't
16998         fail on it.
16999
17000 2006-03-21  Edward Hervey  <edward@fluendo.com>
17001
17002         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17003         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17004         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17005         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17006         (gst_wavparse_change_state):
17007         gcc 4.1 unreferenced pointer fixes.
17008
17009 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17010
17011         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17012
17013         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17014           Fix block alignment calculation. Alignment should be done before
17015           adding the byte offset where the data starts (#335231).
17016
17017 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17018
17019         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17020           Ensure that we set correct caps on buffers that are transferred
17021           direct from the input.
17022
17023 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17024
17025         * gst/goom/filters.c: (zoomFilterDestroy):
17026         * gst/goom/goom_core.c: (goom_close):
17027           Free filter data when cleaning up. (Fixes: #334995)
17028
17029 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17030
17031         * configure.ac:
17032           Don't compile udp and rtsp plugins on win32 (mingw) or other
17033           systems that don't have <sys/socket.h> for some reason (#316203).
17034
17035 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17036
17037         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17038         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17039         * ext/raw1394/gstdv1394src.h:
17040           Change bus reset handler so it reports useful information such as
17041           whether the device being used connected or disconnected
17042
17043 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17044
17045         * gst/id3demux/id3v2frames.c:
17046         (parse_relative_volume_adjustment_two):
17047           We only care about gain and peak data for the master volume.
17048
17049 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17050
17051         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17052         (parse_id_string), (parse_unique_file_identifier),
17053         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17054           Read replay gain tags (#323721).
17055
17056 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17057
17058         * configure.ac:
17059           Bump requirements to gst-plugins-base CVS because
17060           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17061
17062 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17063
17064         * rtp/gst/gstrtppcmadepay.c:
17065         Fixed one of the caps in the code from mulaw to alaw.
17066
17067 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17068
17069         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17070           Ensure that we set caps on the buffers we pass.
17071
17072         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17073         (gst_id3demux_sink_activate):
17074           Ensure that we set caps on the buffers we pass.
17075
17076           Use STREAM, TYPE_NOT_FOUND as the error class when
17077           typefinding fails.
17078
17079 2006-03-15  Edward Hervey  <edward@fluendo.com>
17080
17081         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17082         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17083         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17084         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17085         (gst_jpeg_dec_setcaps):
17086         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17087         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17088         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17089         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17090         (gst_mngdec_src_getcaps):
17091         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17092         (gst_pngdec_caps_create_and_set):
17093         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17094         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17095         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17096         * gst/alpha/gstalpha.c: (gst_alpha_init):
17097         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17098         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17099         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17100         * gst/cutter/gstcutter.c: (gst_cutter_init):
17101         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17102         (gst_efence_checkgetrange):
17103         * gst/debug/negotiation.c: (gst_negotiation_init):
17104         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17105         * gst/goom/gstgoom.c: (gst_goom_init):
17106         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17107         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17108         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17109         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17110         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17111         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17112         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17113         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17114         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17115         (gst_wavparse_create_sourcepad):
17116         Fix memleak with gst_static_pad_template_get().
17117         This uses gst_pad_new_from_static_template() instead.
17118         Fixes #333512
17119
17120 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17121
17122         * configure.ac:
17123           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17124           used by id3demux.
17125
17126         * gst/id3demux/gstid3demux.c: (plugin_init):
17127         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17128         (parse_user_text_identification_frame),
17129         (parse_unique_file_identifier):
17130           Add support for UFID and TXXX frames and extract musicbrainz tags.
17131
17132 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17133
17134         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17135           Catch short reads, like they might happen with truncated
17136           files (see #305279); remove unnecessary indentation.
17137
17138 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17139
17140         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17141           Fix DIB image inversion for pictures with a
17142           depth != 8 (#305279).
17143
17144 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17145
17146         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17147         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17148         * ext/jpeg/gstjpegdec.h:
17149           Fix durations on outgoing buffers after seeking
17150           in MJPEG files (#334083); some minor clean-ups.
17151
17152 2006-03-13  Wim Taymans  <wim@fluendo.com>
17153
17154         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17155         (gst_wavparse_change_state):
17156         Implement seek in READY (re-fixes #327658)
17157
17158 2006-03-13  Wim Taymans  <wim@fluendo.com>
17159
17160         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17161         * ext/esd/esdmon.c: (gst_esdmon_get):
17162         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17163         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17164         (gst_gdk_pixbuf_sink_getcaps):
17165         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17166         (gst_jpegenc_setcaps):
17167         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17168         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17169         (gst_smokeenc_setcaps):
17170         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17171         (gst_mngdec_src_getcaps):
17172         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17173         (gst_mngenc_chain):
17174         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17175         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17176         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17177         (speex_dec_src_event), (speex_dec_chain):
17178         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17179         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17180         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17181         (gst_negotiation_pad_link), (gst_negotiation_chain):
17182         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17183         (gst_flxdec_chain):
17184         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17185         (deinterleave_chain):
17186         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17187         * gst/median/gstmedian.c: (gst_median_link):
17188         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17189         (gst_monoscope_chain):
17190         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17191         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17192         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17193         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17194         close #333784 unref the result of gst_pad_get_parent()
17195         by: Christophe Fergeau.
17196
17197 2006-03-09  Wim Taymans  <wim@fluendo.com>
17198
17199         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17200         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17201         Handle events in push mode better, can now do non-flushing
17202         seeks in push mode as well.
17203
17204 2006-03-07  Wim Taymans  <wim@fluendo.com>
17205
17206         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17207         Applied patch from Kai Vehmanen, fixes #333624.
17208
17209 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17210
17211         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17212         Implement paletted and grayscale png files handling.
17213         (#150363).
17214
17215 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17216
17217         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17218         (gst_speexenc_chain):
17219           fix a tag list assert
17220           follow gst-plugins-base/ext/ogg/README; set OFFSET
17221           and OFFSET_END.  Muxes correctly with gst-plugins-base
17222           > 0.9.3
17223
17224 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17225
17226         * gst/id3demux/Makefile.am:
17227         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17228         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17229           Use new typefind helper functions here as well, and
17230           do typefinding in pull-mode if upstream supports that.
17231
17232 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17233
17234         * sys/sunaudio/gstsunaudiomixerctrl.c:
17235         (gst_sunaudiomixer_ctrl_get_volume),
17236         (gst_sunaudiomixer_ctrl_set_volume):
17237         * sys/sunaudio/gstsunaudiomixertrack.c:
17238         (gst_sunaudiomixer_track_new):
17239           Remove unused variables, breaks build from CVS
17240           with -Werror (#333392, patch by: Benjamin Pineau)
17241
17242 2006-03-03  Wim Taymans  <wim@fluendo.com>
17243
17244         * docs/plugins/Makefile.am:
17245         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17246         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17247         Added wavparse docs.
17248
17249         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17250         (gst_wavparse_reset), (gst_wavparse_init),
17251         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17252         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17253         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17254         (gst_wavparse_stream_data), (gst_wavparse_loop),
17255         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17256         (gst_wavparse_change_state):
17257         * gst/wavparse/gstwavparse.h:
17258         Implement seek in READY (fixes #327658)
17259         Added docs and did some cleanups.
17260
17261 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17262
17263         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17264         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17265         (gst_avi_demux_calculate_durations_from_index),
17266         (gst_avi_demux_stream_header):
17267         * gst/avi/gstavidemux.h:
17268           If we have an index, use a duration based on the index instead
17269           of blindly trusting the information in the stream headers
17270           (fixes #331817).
17271
17272 2006-03-03  Wim Taymans  <wim@fluendo.com>
17273
17274         * docs/plugins/Makefile.am:
17275         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17276         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17277         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17278         Added smoke and jpeg to the docs.
17279
17280         * ext/jpeg/Makefile.am:
17281         * ext/jpeg/gstjpeg.c: (plugin_init):
17282         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17283         * ext/jpeg/gstjpegenc.h:
17284         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17285         (gst_smokedec_chain):
17286         * ext/jpeg/gstsmokedec.h:
17287         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17288         * ext/jpeg/gstsmokeenc.h:
17289         * ext/jpeg/smokecodec.h:
17290         Port smokedec (fixes #331905).
17291         Added some docs.
17292         Some cleanups.
17293
17294 2006-03-03  Wim Taymans  <wim@fluendo.com>
17295
17296         * docs/plugins/Makefile.am:
17297         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17298         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17299         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17300         Added videobalance and videoflip to the docs.
17301
17302         * gst/videofilter/Makefile.am:
17303         * gst/videofilter/gstvideobalance.c:
17304         (gst_video_balance_update_tables_planar411),
17305         (gst_video_balance_is_passthrough),
17306         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17307         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17308         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17309         (gst_video_balance_finalize), (gst_video_balance_class_init),
17310         (gst_video_balance_init), (gst_video_balance_interface_supported),
17311         (gst_video_balance_interface_init),
17312         (gst_video_balance_colorbalance_list_channels),
17313         (gst_video_balance_colorbalance_set_value),
17314         (gst_video_balance_colorbalance_get_value),
17315         (gst_video_balance_colorbalance_init),
17316         (gst_video_balance_set_property), (gst_video_balance_get_property),
17317         (gst_video_balance_get_type), (plugin_init):
17318         * gst/videofilter/gstvideobalance.h:
17319         Ported to 0.10. (Fixes #326160)
17320         Added docs.
17321
17322         * gst/videofilter/gstvideoflip.c:
17323         * gst/videofilter/gstvideoflip.h:
17324         Added docs.
17325
17326 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17327
17328         * configure.ac:
17329           Bump requirements to current core and -base CVS
17330           (core for new typefind helper API, and -base for the
17331           WAVFORMATEX support that was added to libgstriff and
17332           is needed by wavparse).
17333         
17334         * gst/apetag/Makefile.am:
17335         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17336         (gst_tag_demux_sink_activate):
17337           Use new typefind helpers for typefinding instead of our
17338           home-grown stuff; also, do typefinding in pull-mode if
17339           upstream supports that.
17340
17341 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17342
17343         Reviewed by: Christian Schaller <christian@fluendo.com>
17344
17345         This patch fixes bug: 329107
17346
17347         This Changelog entry is for a commit done on February 17
17348
17349         * ext/gconf/gconf.c
17350         * ext/gconf/gconf.h
17351         * ext/gconf/gstgconfaudiosink.c
17352         * ext/gconf/gstgconfaudiosink.h
17353         * gconf/gstreamer.schemas.in
17354
17355 2006-02-28  Wim Taymans  <wim@fluendo.com>
17356
17357         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17358         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17359         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17360         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17361         Use DEBUG_OBJECT more.
17362
17363 2006-02-28  Wim Taymans  <wim@fluendo.com>
17364
17365         * docs/plugins/Makefile.am:
17366         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17367         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17368         Added dvdec and dvdemux to docs.
17369
17370         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17371         Added docs.
17372         Check frame sizes so we don't crash when don't have enough
17373         data.
17374         Send nice error messages on error.
17375
17376         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17377         (gst_dvdemux_class_init), (gst_dvdemux_init),
17378         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17379         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17380         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17381         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17382         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17383         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17384         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17385         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17386         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17387         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17388         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17389         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17390         * ext/dv/gstdvdemux.h:
17391         Added docs.
17392         Implement pull mode.
17393         Fix memleaks.
17394         Reduce memcpy for the video demuxing.
17395
17396 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17397
17398         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17399         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17400         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17401         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17402           Add a little extra debug. Make the decoder not return NOT_LINKED,
17403           as we want to continue decoding all CMML and emitting tags.
17404
17405 2006-02-27  Michael Smith  <msmith@fluendo.com>
17406
17407         * ext/annodex/gstskeltag.c:
17408         * ext/annodex/gstskeltag.h:
17409           Deleted; these files aren't used any more either.
17410
17411 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17412
17413         * ext/Makefile.am: Fix dist-check.
17414
17415 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17416
17417         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17418         memleak.
17419
17420 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17421
17422         * ext/annodex/Makefile.am:
17423         * ext/annodex/gstannodex.c:
17424         * ext/annodex/gstcmmldec.c:
17425         * ext/annodex/gstcmmlenc.c:
17426         * ext/annodex/gstcmmlparser.c:
17427         * ext/annodex/gstcmmlparser.h:
17428         * ext/annodex/gstcmmlutils.c:
17429         * tests/check/elements/cmmldec.c:
17430         * tests/check/elements/cmmlenc.c:
17431           Fix a memleak in gst_cmml_track_list_add_clip.
17432           Handle overflows in clip's start and end times.
17433           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17434           Do not parse junk at the end of a CMML preamble buffer.
17435           Register a libxml error handler to not print stuff on stderr.
17436           Check for bad clip start and end times in the testsuites.
17437
17438 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17439
17440         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17441         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17442         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17443         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17444         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17445         possible memleaks.
17446
17447 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17448
17449         * tests/check/Makefile.am:
17450         * tests/check/elements/cmmldec.c:
17451         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17452         the plugins-base tags.
17453
17454 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17455
17456         * ext/Makefile.am: Re-enable module.
17457
17458 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17459
17460         * tests/check/Makefile.am: Forgot to remove that test.
17461
17462 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17463
17464         * ext/annodex/Makefile.am:
17465         * ext/annodex/gstannodex.c: (plugin_init):
17466         * ext/annodex/gstcmmldec.c:
17467         * ext/annodex/gstskeldec.c:
17468         * ext/annodex/gstskeldec.h:
17469         * tests/check/Makefile.am:
17470         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17471
17472 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17473
17474         * tests/check/Makefile.am: Disable those checks as well.
17475
17476 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17477
17478         * ext/Makefile.am: Disable annodex for now until we figure out
17479         how to make it build.
17480         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17481         Add a rule to your checklist : "please try to at least build 
17482         what you are going to commit into -good, or if you are too lazy
17483         to do that, please check that the buildbots are not crying because
17484         of your commit."
17485
17486 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17487
17488         * configure.ac:
17489         * ext/Makefile.am:
17490         * ext/gdk_pixbuf/Makefile.am:
17491         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17492         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17493         * ext/gdk_pixbuf/pixbufscale.c:
17494         * ext/gdk_pixbuf/pixbufscale.h:
17495           Gdkpixbuf ported from 0.8 to 0.10 by
17496           Renato Filho <renato.filho@indt.org.br>.
17497           gst_loader and gdkpixbufanimation still need port.
17498
17499 2006-02-24  Michael Smith  <msmith@fluendo.com>
17500
17501         * configure.ac:
17502         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17503         * ext/Makefile.am:
17504         * ext/annodex/Makefile.am:
17505         * ext/annodex/gstannodex.c:
17506         * ext/annodex/gstannodex.h:
17507         * ext/annodex/gstcmmldec.c:
17508         * ext/annodex/gstcmmldec.h:
17509         * ext/annodex/gstcmmlenc.c:
17510         * ext/annodex/gstcmmlenc.h:
17511         * ext/annodex/gstcmmlparser.c:
17512         * ext/annodex/gstcmmlparser.h:
17513         * ext/annodex/gstcmmltag.c:
17514         * ext/annodex/gstcmmltag.h:
17515         * ext/annodex/gstcmmlutils.c:
17516         * ext/annodex/gstcmmlutils.h:
17517         * ext/annodex/gstskeldec.c:
17518         * ext/annodex/gstskeldec.h:
17519         * ext/annodex/gstskeltag.c:
17520         * ext/annodex/gstskeltag.h:
17521         * tests/check/Makefile.am:
17522         * tests/check/elements/cmmldec.c:
17523         * tests/check/elements/cmmlenc.c:
17524         * tests/check/elements/skeldec.c:
17525           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17526           Includes tests & docs, oh my! Passes Thomas's -good checklist
17527           entirely. Wow.
17528
17529 2006-02-24  Michael Smith  <msmith@fluendo.com>
17530
17531         * autogen.sh:
17532           Check for automake 1.9 as well.
17533
17534 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17535
17536         * ext/flac/gstflacenc.c:
17537           Change min. sample rate to 8kHz to match flacdec's.
17538           
17539 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17540
17541         * ext/cdio/Makefile.am:
17542           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17543           required for Cygwin, see #317048)
17544
17545         * gst/rtp/gstasteriskh263.c:
17546           Cygwin has includes for both the unix network socket API
17547           and the windows API, but only one can be included, so fix
17548           includes to only use one or the other, prefering the unxi
17549           one (#317048).
17550
17551 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17552
17553         * rtp/gst/gstrtppcmadepay.c:
17554         * rtp/gst/gstrtppcmadepay.h:
17555         * rtp/gst/gstgstrtppcmapay.c:
17556         * rtp/gst/gstgstrtppcmapay.h:
17557         * rtp/gst/gstrtppcmudepay.c:
17558         * rtp/gst/gstrtppcmudepay.h:
17559         * rtp/gst/gstrtppcmupay.c:
17560         * rtp/gst/gstrtppcmupay.h:
17561         * rtp/gst/Makefile.am:
17562         * rtp/gst/gstrtp.c:
17563         * rtp/gst/README:
17564         Separated the G711 payloaders/depayloaders into separate elements for
17565         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17566
17567 2006-02-22  Wim Taymans  <wim@fluendo.com>
17568
17569         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17570         (gst_dvdec_change_state):
17571         * ext/dv/gstdvdec.h:
17572         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17573         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17574         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17575         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17576         (gst_dvdemux_flush), (gst_dvdemux_chain),
17577         (gst_dvdemux_change_state):
17578         * ext/dv/gstdvdemux.h:
17579         Ueber spiffify some more, added debug category.
17580         Use _scale.
17581         Use segments, respect playback rate from newsegment.
17582         Fix refcount issue.
17583
17584 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17585
17586         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17587         (gst_signal_processor_process):
17588         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17589         enabled for the build, but it helps me win the feature-count
17590         competitions ooh yeah.
17591
17592 2006-02-19  Wim Taymans  <wim@fluendo.com>
17593
17594         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17595         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17596         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17597         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17598         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17599         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17600         Use scaling code for added precission and more correct stop
17601         position in case scale==0.
17602
17603 2006-02-19  Wim Taymans  <wim@fluendo.com>
17604
17605         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17606         (gst_flxdec_chain):
17607         * gst/flx/gstflxdec.h:
17608         Implement DURATION query.
17609
17610 2006-02-19  Wim Taymans  <wim@fluendo.com>
17611
17612         * gst/flx/flx_color.h:
17613         * gst/flx/flx_fmt.h:
17614         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17615         (gst_flxdec_src_query_handler), (flx_decode_color),
17616         (gst_flxdec_chain):
17617         * gst/flx/gstflxdec.h:
17618         Set MALLOCDATA for the temp buffers so we don't leak.
17619         Some debug cleanups.
17620         Consume all data in the adapter before leaving the chain
17621         function. Fixes #330678.
17622
17623 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17624
17625         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17626         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17627          Handle 0 data size in otherwise valid frames.
17628          Handle numeric strings in 2.4.0 even when not in parentheses 
17629
17630 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
17631
17632         * gst/matroska/matroska-demux.c:
17633         (gst_matroska_demux_subtitle_caps),
17634         (gst_matroska_demux_plugin_init):
17635         * gst/matroska/matroska-ids.h:
17636           Recognise SSA/ASS and USF subtitle formats and
17637           set proper caps when they are found.
17638
17639 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17640
17641         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
17642         (gst_jpeg_dec_chain):
17643           Fix invalid memory access for some odd-sized images
17644           (see image contained in quicktime stream in #327083);
17645           use g_malloc() instead of g_alloca().
17646
17647 2006-02-17  Wim Taymans  <wim@fluendo.com>
17648
17649         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17650         Patch from Sebastien Cote, fixes #319884
17651
17652 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17653
17654         * ext/cdio/gstcdio.c: (plugin_init):
17655           Init debug category (#331253).
17656
17657 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17658
17659         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
17660           Pass extra_data to gst_riff_create_audio_caps(), so that
17661           WAVEFORMATEX stuff works. Post audio codec name and post
17662           it as taglist on the bus. Allow up to 8 channesl for raw
17663           PCM in the source pad template caps.
17664
17665 2006-02-16  Wim Taymans  <wim@fluendo.com>
17666
17667         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17668         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17669         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
17670         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
17671         (gst_multipart_set_property), (gst_multipart_get_property):
17672         Applied #318663. Gives quite a few false positives in
17673         autoscan mode, but it's better than nothing. Not closing yet.
17674
17675 2006-02-16  Wim Taymans  <wim@fluendo.com>
17676
17677         * docs/plugins/Makefile.am:
17678         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17679         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17680         * docs/plugins/gst-plugins-good-plugins.args:
17681         * docs/plugins/inspect/plugin-udp.xml:
17682         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
17683         (gst_udpsrc_start):
17684         Update documentation.
17685         Fix args.
17686
17687 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
17688
17689         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17690         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
17691         frame size. (Fixes #331368)
17692
17693 2006-02-16  Wim Taymans  <wim@fluendo.com>
17694
17695         * gst/rtsp/README:
17696         Updated README.
17697
17698         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17699         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
17700         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
17701         * gst/rtsp/gstrtspsrc.h:
17702         Make sure the RTP port is an even port an try to allocate 
17703         another if not.
17704         Added retry property to control max retries for port allocation.
17705         Make sure RTCP port is RTP port+1.
17706         Cleanup when port allocation fails.
17707         Fixes #319183.
17708         
17709 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17710
17711         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
17712           Don't ignore return value of the parent class's state
17713           change function (#331385, patch by: Wouter Paesen).
17714
17715 2006-02-15  Wim Taymans  <wim@fluendo.com>
17716
17717         * configure.ac:
17718         * docs/plugins/Makefile.am:
17719         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17720         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17721         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17722         * ext/Makefile.am:
17723         * ext/hal/Makefile.am:
17724         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
17725         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
17726         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
17727         (do_toggle_element), (gst_hal_audio_sink_set_property),
17728         (gst_hal_audio_sink_get_property),
17729         (gst_hal_audio_sink_change_state):
17730         * ext/hal/gsthalaudiosink.h:
17731         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
17732         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
17733         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
17734         (do_toggle_element), (gst_hal_audio_src_set_property),
17735         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
17736         * ext/hal/gsthalaudiosrc.h:
17737         * ext/hal/gsthalelements.c: (plugin_init):
17738         * ext/hal/gsthalelements.h:
17739         * ext/hal/hal.c: (gst_hal_get_string),
17740         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
17741         (gst_hal_get_audio_src):
17742         * ext/hal/hal.h:
17743         Add HAL sound device wrapper plugins. Closes #329106
17744
17745 2006-02-15  Wim Taymans  <wim@fluendo.com>
17746
17747         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17748         Add comment in a fultile attempt to stop the copy-and-paste 
17749         paradigm leading to duplication of bad code.
17750
17751         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
17752         Mime parameters have to be checked case insensitive
17753
17754 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17755
17756         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
17757           Advance stream time for lagging subtitle streams by sending
17758           newsegment events with the update flag set.
17759
17760 2006-02-14  Edward Hervey  <edward@fluendo.com>
17761
17762         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17763         There can be bogus data before the hdrl LIST tag in the RIFF header.
17764         It's hard to say if it's not respecting the AVI specifications or not,
17765         but since Google Video is producing AVIs like that and the other player
17766         don't seem to complain, I guess we should do the same.
17767
17768 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
17769
17770         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
17771         (parse_split_strings):
17772         Add more validation to ensure that a char encoding conversion
17773         produced a valid UTF-8 string.
17774
17775 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
17776
17777         Reviewed by: Edward Hervey  <edward@fluendo.com>
17778
17779         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17780         Properly handle end of segment. Closes #330885.
17781
17782 2006-02-13  Wim Taymans  <wim@fluendo.com>
17783
17784         * gst/rtp/gstrtpmp4gpay.h:
17785         For got to commit this one.
17786
17787 2006-02-12  Wim Taymans  <wim@fluendo.com>
17788
17789         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
17790         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
17791         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
17792         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17793         * gst/rtp/gstrtpmp4gpay.h:
17794         Make more things work.
17795         Handle ACC config strings.
17796
17797 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17798
17799         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17800           set timestamps if no incoming timestamps set
17801
17802 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17803
17804         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17805         (gst_tag_demux_do_typefind):
17806           ... and fix the very same leaks in GstTagDemux.
17807
17808 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17809
17810         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17811         (gst_id3demux_do_typefind):
17812         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17813         <jonathan at kaolin dot wh9 dot net>)
17814
17815 2006-02-10  Wim Taymans  <wim@fluendo.com>
17816
17817         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17818         First set options, then set caps or else the baseclass
17819         will not know about the options, duh.
17820
17821 2006-02-10  Wim Taymans  <wim@fluendo.com>
17822
17823         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17824         (gst_rtp_mp4v_pay_setcaps):
17825         Don't waste time looking for a config string if we have codec_info
17826         on the incomming caps.
17827
17828 2006-02-10  Wim Taymans  <wim@fluendo.com>
17829
17830         * gst/rtp/README:
17831         Say something about case-sensitivity of caps vs mime-attributes.
17832
17833         * gst/rtp/Makefile.am:
17834         * gst/rtp/gstrtp.c: (plugin_init):
17835         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17836         (gst_rtp_amr_pay_handle_buffer):
17837         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17838         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17839         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17840         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17841         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17842         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17843         (gst_rtp_mp4g_pay_plugin_init):
17844         * gst/rtp/gstrtpmp4gpay.h:
17845         Added beginnings of mpeg4-generic payloader (RFC 3640)
17846
17847 2006-02-09  Wim Taymans  <wim@fluendo.com>
17848
17849         * gst/rtsp/Makefile.am:
17850         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17851         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17852         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17853         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17854         (gst_rtpdec_change_state):
17855         * gst/rtsp/gstrtpdec.h:
17856         * gst/rtsp/gstrtsp.c: (plugin_init):
17857         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17858         * gst/rtsp/rtspconnection.c: (read_body),
17859         (rtsp_connection_receive):
17860         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17861         Resurected rtpdec to make rtspsrc happy again.
17862         Skip attributes from the session id.
17863         Don't crash when dumping a message with an empty body.
17864
17865
17866 2006-02-09  Wim Taymans  <wim@fluendo.com>
17867
17868         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17869         Added more meaningfull warnings when something goes wrong.
17870         Clear F bit on outgoing AMR packets.
17871
17872         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17873         (gst_rtp_amr_pay_handle_buffer):
17874         Added debugging category
17875         Support payloading of multiple AMR frames.
17876
17877         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17878         Added some debugging.
17879
17880 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17881
17882         * configure.ac:
17883           Back to CVS
17884
17885 === release 0.10.2 ===
17886
17887 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17888
17889         * configure.ac:
17890           releasing 0.10.2, "Papa was a rolling stone"
17891
17892 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17893
17894         * configure.ac:
17895           Bump core and plugins-base requirement to 0.10.2.2
17896           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17897
17898 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17899
17900         * ext/flac/gstflac.c: (plugin_init):
17901         * ext/speex/gstspeex.c: (plugin_init):
17902           Register musicbrainz tags.
17903
17904 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17905
17906         * ext/gconf/gconf.h:
17907           Remove declaration of function that no longer exists.
17908
17909 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17910
17911         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17912         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17913         Make shout2 work for non ogg streams
17914
17915 2006-02-06  Wim Taymans  <wim@fluendo.com>
17916
17917         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17918         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17919         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17920         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17921         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
17922         * gst/udp/gstmultiudpsink.h:
17923         Updated docs.
17924         Added properties bytes-served, bytes_to_serve.
17925         Post proper error messages,
17926         Emit client added signal too.
17927
17928 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17929
17930         * docs/plugins/Makefile.am:
17931         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17932         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17933         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17934         (gst_multiudpsink_get_stats):
17935           adding docs for multiudpsink
17936
17937 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17938
17939         * gst/level/gstlevel.c: (gst_level_transform_ip):
17940           peak below decay is not necessarily an error, so don't ERROR log
17941
17942 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17943
17944         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
17945         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
17946         (gst_ebml_write_seek):
17947         * gst/matroska/ebml-write.h:
17948           Make sure we send a newsegment event in BYTES format
17949           before sending buffers (#328531).
17950
17951 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17952
17953         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
17954         (gst_dvdemux_sink_query):
17955         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
17956         * ext/speex/gstspeexdec.c: (speex_get_query_types),
17957         (speex_dec_src_query):
17958         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
17959         (gst_speexenc_sink_query):
17960         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17961         * gst/matroska/matroska-demux.c:
17962         (gst_matroska_demux_get_src_query_types),
17963         (gst_matroska_demux_handle_src_query):
17964         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
17965         (gst_wavparse_pad_query):
17966           Pass unhandled queries upstream instead of just dropping
17967           them (#326446). Update query type arrays here and there.
17968
17969 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17970
17971         * tests/check/elements/matroskamux.c: (setup_src_pad):
17972           Collectpads in core got changed and now also holds a
17973           reference to any pad that is part of it. Fix refcount
17974           checks in test case accordingly.
17975
17976 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17977
17978         * gst/apetag/gstapedemux.h:
17979           Fix include, for now GstTagDemux is in the apetag dir.
17980
17981 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17982
17983         * docs/plugins/Makefile.am:
17984         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17985         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17986         * docs/plugins/inspect/plugin-cdio.xml:
17987           Add cdio plugin to docs.
17988
17989         * ext/cdio/gstcdiocddasrc.c:
17990           Add gtk-doc blurb.
17991
17992         * ext/cdio/gstcdio.c:
17993           The plugin is called 'cdio' not 'cddio'.
17994
17995 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17996
17997         * configure.ac:
17998         * docs/plugins/Makefile.am:
17999         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18000         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18001         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18002         * docs/plugins/inspect/plugin-apetag.xml:
18003         * gst/apetag/Makefile.am:
18004         * gst/apetag/gstapedemux.c:
18005         * gst/apetag/gstapedemux.h:
18006         * gst/apetag/gsttagdemux.c:
18007         * gst/apetag/gsttagdemux.h:
18008           Add APE tag demuxer (#325649).
18009
18010 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18011
18012         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18013         (gst_gconf_get_default_video_sink),
18014         (gst_gconf_get_default_audio_src),
18015         (gst_gconf_get_default_video_src):
18016         * ext/gconf/gconf.h:
18017         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18018         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18019         (do_toggle_element):
18020         * ext/gconf/gstgconfaudiosink.h:
18021         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18022         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18023         (do_toggle_element):
18024         * ext/gconf/gstgconfaudiosrc.h:
18025         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18026         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18027         (do_toggle_element):
18028         * ext/gconf/gstgconfvideosink.h:
18029         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18030         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18031         (do_toggle_element):
18032         * ext/gconf/gstgconfvideosrc.h:
18033           Ignore changing the GConf key to "". Ignore GConf key updates
18034           that don't actually change the string.
18035           For now, ignore the GConf key when the state is > READY, as
18036           it breaks streaming. Sometime it will be nice to bring the
18037           new sink online even mid-stream, by sending NEWSEGMENT info
18038           and possibly prerolling.
18039           (Fixes #326736)
18040
18041 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18042
18043         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18044         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18045         (zoomFilterSetResolution), (zoomFilterDestroy),
18046         (zoomFilterFastRGB), (pointFilter):
18047         * gst/goom/filters.h:
18048         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18049         (goom_update), (goom_close):
18050         * gst/goom/goom_core.h:
18051         * gst/goom/goom_tools.h:
18052         * gst/goom/graphic.c:
18053         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18054         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18055         * gst/goom/gstgoom.h:
18056         * gst/goom/lines.c: (goom_lines):
18057         * gst/goom/lines.h:
18058           Make goom reentrant by moving all important static variables
18059           into instance structures.
18060           (Fixes #329181)
18061
18062 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18063
18064         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18065         (gst_avi_demux_all_source_pads_unlinked),
18066         (gst_avi_demux_process_next_entry):
18067         * gst/avi/gstavidemux.h:
18068           Third attempt, use gst_pad_is_linked() this time.
18069
18070 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18071
18072         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18073         (parse_split_strings):
18074         Adjust for data length indicators when parsing (Fixes #329810)
18075         Fix stupid bug parsing UTF-8 tag text.
18076         Output tag strings with multiple fields as multiple tags, so the
18077         app gets all the data.
18078
18079 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18080
18081         * ext/flac/gstflacenc.c:
18082         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18083         show me.
18084         
18085 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18086
18087         * ext/flac/gstflacenc.c:
18088         * gst/matroska/ebml-read.c:
18089         Just make it compile with --disable-gst-debug.
18090
18091 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18092
18093         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18094         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18095         (id3v2_genre_fields_to_taglist):
18096           Never output a tag with a null contents string.
18097
18098 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18099
18100         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18101           Only pause if all pads are unlinked AND we've tried to send data
18102           on all of them at least once.
18103
18104 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18105
18106         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18107         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18108           Make loop function/task pause itself when all source pads are
18109           unlinked.
18110
18111 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18112
18113         * configure.ac:
18114         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18115           Use new functions from core to render a bin from a
18116           string. Fixes build. Up requirements to core CVS.
18117
18118 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18119
18120         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18121           Don't push buffers into the adapter that we are going to
18122           push downstream again without framing anyway. Also, the
18123           adaptor takes ownership of buffers put into it (fixes
18124           auparse pushing invalid buffers for .au files with
18125           ADPCM contents). Finally, set caps on all outgoing buffers.
18126
18127 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18128
18129         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18130         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18131         (gst_id3demux_send_tag_event):
18132         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18133         Someone should kick my butt. Remove ID3v1 tags from the end of the
18134         file.
18135
18136         Improve error messages. Send the TAG message as soon as we complete
18137         typefinding, instead of waiting until we send the first buffer.
18138         Downstream tag event is still sent before the first buffer.
18139
18140 2006-01-27  Jan Gerber  <j@bootlab.org>
18141
18142         Reviewed by: Andy Wingo <wingo@pobox.com>
18143
18144         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18145         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18146         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18147         to not have warings flooding stderr. this is the suggested way
18148         also used in dvgrab and kino. (#328336)
18149
18150 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18151
18152         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18153         (gst_oss_sink_init), (gst_oss_sink_finalise):
18154           Free the device name string when finalised.
18155
18156 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18157
18158         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18159           Don't put function calls in g_return_if_fail() statements,
18160           or they'll be replaced with NOOPs if someone compiles with
18161           G_DISABLE_CHECKS defined.
18162           
18163 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18164
18165         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18166         Never trust ANY information encoded in a media file, especially
18167         when it's giving you sizes. (Fixes #328452)
18168
18169 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18170
18171         * gst/rtp/gstrtpg711pay.c:
18172         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18173         bug #325148.
18174
18175 2006-01-23  Edward Hervey  <edward@fluendo.com>
18176
18177         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18178         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18179         * gst/matroska/matroska-ids.h:
18180         Added recognition of Real Audio and Video streams in matroska demuxer.
18181
18182 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18183
18184         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18185           Remove errant break statement, and fix compilation with
18186           older GCC.
18187
18188 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18189
18190         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18191
18192         * sys/sunaudio/gstsunaudiomixerctrl.c:
18193         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18194           Export functions that are needed in other parts of the code,
18195           makes the mixer actually work; adjust magic minimum buffer-time
18196           value from 3ms to 5ms to work around stuttering during mp3
18197           playback (#327765).
18198
18199 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18200
18201         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18202
18203         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18204         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18205           Fix possible deadlock in matroska muxer (#327825).
18206
18207 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18208
18209         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18210         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18211         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18212         * gst/rtsp/sdpmessage.h:
18213         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18214         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18215           C89 fixes: declare variables at the beginning of a block and
18216           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18217           <jensgr at gmx dot net>).
18218
18219 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18220
18221         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18222         * gst/id3demux/id3tags.h:
18223         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18224         (parse_comment_frame), (parse_text_identification_frame),
18225         (id3v2_tag_to_taglist), (id3v2_are_digits),
18226         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18227         (parse_split_strings), (free_tag_strings):
18228           Rewrite parsing of text tags to handle multiple NULL terminated
18229           strings. Parse numeric genre strings and ID3v2 type
18230           "(3)(6)Alternative" style genre strings.
18231           Parse dates that are only YYYY or YYYY-mm format.
18232           (Fixes #328241 and #322154)
18233
18234 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18235
18236         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18237           Don't forget to initialize liboil, otherwise our oil functions
18238           will crash (fixes #327871; patch by: Christoph Burghardt
18239           <hawkes at web dot de>).
18240
18241 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18242
18243         * configure.ac:
18244           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18245           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18246           patch by: Brian Cameron <brian dot cameron at sun dot com>
18247
18248 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18249
18250         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18251         * ext/cdio/gstcdio.h:
18252         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18253           Fix build for libcdio versions >= 76; give slightly lower rank
18254           than cdparanoia.
18255
18256 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18257
18258         * configure.ac:
18259         * ext/Makefile.am:
18260         * ext/cdio/Makefile.am:
18261         * ext/cdio/gstcdio.c:
18262         * ext/cdio/gstcdio.h:
18263         * ext/cdio/gstcdiocddasrc.c:
18264         * ext/cdio/gstcdiocddasrc.h:
18265           Port libcdio cdda source, formerly known as cddasrc, now known as
18266           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18267           but that's not tested (fixes #317658).
18268
18269 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18270
18271         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18272           Fix conversion from TIME to BYTES format (fixes #326864;
18273           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18274
18275 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18276
18277         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18278           Fix compilation of id3demux when zlib is not present.
18279           (Fixes #326602; patch by: Sergey Scobich)
18280
18281 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18282
18283         * ext/esd/Makefile.am:
18284           Add $(ESD_CFLAGS), otherwise build will fail for folks
18285           with libesd in a non-standard prefix (#327009).
18286
18287 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18288
18289         * configure.ac:
18290           back to HEAD
18291
18292 === release 0.10.1 ===
18293
18294 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18295
18296         * configure.ac:
18297           releasing 0.10.1, "Li"
18298
18299 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18300
18301           patch by: Wim Taymans
18302
18303         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18304           fix memleak.  Fixes #326618
18305
18306 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18307
18308           patch by: Mike Smith
18309
18310         * gst/level/gstlevel.c: (gst_level_message_new),
18311         (gst_level_message_append_channel):
18312           Fix memleak.  Fixes #326612
18313
18314 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18315
18316         * configure.ac:
18317           prereleasing
18318         * po/af.po:
18319         * po/az.po:
18320         * po/cs.po:
18321         * po/en_GB.po:
18322         * po/hu.po:
18323         * po/it.po:
18324         * po/nb.po:
18325         * po/nl.po:
18326         * po/or.po:
18327         * po/sq.po:
18328         * po/sr.po:
18329         * po/sv.po:
18330         * po/uk.po:
18331         * po/vi.po:
18332           update translations
18333
18334 2006-01-10  Michael Smith  <msmith@fluendo.com>
18335
18336         * gst/level/gstlevel.c: (gst_level_class_init),
18337         (gst_level_dispose):
18338           Don't leak filter arrays.
18339
18340 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18341
18342         reviewed by: Christian Schaller <uraeus@gnome.org>
18343         
18344         * configure.ac:
18345         * gst-plugins-good.spec.in:
18346         * sys/Makefile.am:
18347         * sys/sunaudio/Makefile.am:
18348         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18349         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18350         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18351         (gst_sunaudiomixer_change_state):
18352         * sys/sunaudio/gstsunaudiomixer.h:
18353         * sys/sunaudio/gstsunaudiomixerctrl.c:
18354         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18355         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18356         (gst_sunaudiomixer_ctrl_list_tracks),
18357         (gst_sunaudiomixer_ctrl_get_volume),
18358         (gst_sunaudiomixer_ctrl_set_volume),
18359         (gst_sunaudiomixer_ctrl_set_mute),
18360         (gst_sunaudiomixer_ctrl_set_record):
18361         * sys/sunaudio/gstsunaudiomixerctrl.h:
18362         * sys/sunaudio/gstsunaudiomixertrack.c:
18363         (gst_sunaudiomixer_track_class_init),
18364         (gst_sunaudiomixer_track_init), (fill_labels),
18365         (gst_sunaudiomixer_track_new):
18366         * sys/sunaudio/gstsunaudiomixertrack.h:
18367         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18368         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18369         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18370         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18371         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18372         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18373         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18374         * sys/sunaudio/gstsunaudiosink.h:
18375
18376         Add SunAudio plugin - tested to make sure it doesn't break
18377         the build under GNU/Linux.      
18378
18379 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18380
18381         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18382         * gst-plugins-good/gst/udp/gstudpsrc.c:
18383         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18384         overrides the port or multicast parameters. Fixes bugs #323021.
18385         API addition: adds GstUDPSrc::sockfd property   
18386
18387 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18388
18389         * ext/gconf/Makefile.am:
18390         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18391         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18392         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18393         (do_toggle_element), (cb_toggle_element),
18394         (gst_gconf_audio_src_change_state):
18395         * ext/gconf/gstgconfaudiosrc.h:
18396         * ext/gconf/gstgconfelements.c: (plugin_init):
18397         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18398         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18399         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18400         (do_toggle_element), (cb_toggle_element),
18401         (gst_gconf_video_src_change_state):
18402         * ext/gconf/gstgconfvideosrc.h:
18403           Add new gconfaudiosrc and gconfvideosrc elements
18404           (needed for gnome-sound-recorder).
18405
18406 2006-01-06  Edward Hervey  <edward@fluendo.com>
18407
18408         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18409         Add gst_element_no_more_pads() for proper decodebin behaviour.
18410         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18411         (parse_text_identification_frame), (parse_split_strings):
18412         Failure to decode some tags is not a GST_ERROR() but a
18413         GST_WARNING()
18414         When iterating over a chunk of text, check that we haven't gone too
18415         far.
18416
18417 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18418
18419         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18420         (plugin_init):
18421           call oil_init() when using liboil
18422
18423 2006-01-04  Wim Taymans  <wim@fluendo.com>
18424
18425         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18426         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18427         Fix leaks.
18428
18429 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18430
18431         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18432
18433         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18434         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18435         (gst_flac_dec_change_state):
18436           Don't g_assert() where we should just return FALSE; remove
18437           unnecessary g_assert(); initialize some fields properly in
18438           state change function (fixes #325504). Also, use
18439           GST_DEBUG_OBJECT in two more places.
18440
18441 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18442
18443         * configure.ac:
18444           also remove smoothwave's Makefile.am
18445         * docs/plugins/Makefile.am:
18446           fix plugin docs
18447
18448 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18449
18450         * tests/examples/Makefile.am:
18451           added missing Makefile.am
18452
18453 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18454
18455         * configure.ac:
18456         * gst/level/Makefile.am:
18457         * gst/level/level-example.c:
18458         * tests/Makefile.am:
18459         * tests/examples/level/Makefile.am:
18460         * tests/examples/level/level-example.c: (message_handler), (main):
18461           moved level-example to tests/examples/level-example
18462         * tests/old/examples/level/demo.c: (main):
18463         * tests/old/examples/level/plot.c: (main):
18464           some initial fixes
18465
18466 2005-12-29  Michael Smith  <msmith@fluendo.com>
18467
18468         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18469         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18470         * gst/udp/gstmultiudpsink.h:
18471           Track packets sent per client in addition to bytes sent; provide
18472           this info through get-stats signal
18473
18474 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18475
18476         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18477           Can't use gst_object_unref() on a GstAdapter (#325191).
18478
18479 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18480
18481         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18482         If a broken tag has 0 bytes payload, at least still skip
18483         the 10 byte header
18484
18485 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18486
18487         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18488         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18489         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18490         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18491           Making these depayloaders (H263+ and mpeg4 video) inherit from
18492           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18493
18494 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18495
18496         * docs/plugins/gst-plugins-good-plugins.args:
18497         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18498         Regenerate the plugin hiearchy.
18499
18500 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18501
18502         * docs/plugins/Makefile.am:
18503         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18504         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18505         * docs/plugins/gst-plugins-good-plugins.args:
18506         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18507         (gst_id3demux_base_init), (gst_id3demux_class_init),
18508         (gst_id3demux_chain):
18509         * gst/id3demux/gstid3demux.h:
18510           Add documentation for id3demux.
18511           Don't fail if the first buffer is not at offset 0, just
18512           attempt to typefind and do pass through
18513           Rename the gst_type function from gst_gst_id3demux..
18514
18515 2005-12-20  Michael Smith  <msmith@fluendo.com>
18516
18517         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18518         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18519         (gst_multiudpsink_get_stats):
18520         * gst/udp/gstmultiudpsink.h:
18521           Collect statistics; return them from get_stats.
18522
18523 2005-12-19  Edward Hervey  <edward@fluendo.com>
18524
18525         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18526         Stupid signedness issue...
18527
18528 2005-12-19  Edward Hervey  <edward@fluendo.com>
18529
18530         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18531         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18532         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18533         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18534         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18535         Construct index for indexless files.
18536         Make sure pad/buffers are correctly reset to NULL once we don't need
18537         them anymore, else we get lovely segfaults/assertions.
18538         * gst/wavparse/gstwavparse.c:
18539         Yes, you can have 96KHz audio and wma in wav :(
18540
18541 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18542
18543         * configure.ac:
18544           Check for optional dependency on zlib for id3demux
18545
18546         * gst/id3demux/Makefile.am:
18547         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18548         (gst_id3demux_base_init), (gst_id3demux_class_init),
18549         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18550         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18551         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18552         (gst_id3demux_set_property), (gst_id3demux_get_property),
18553         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18554         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18555         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18556         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18557         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18558         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18559         (simple_find_peek), (simple_find_suggest),
18560         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18561         (plugin_init):
18562         * gst/id3demux/gstid3demux.h:
18563         * gst/id3demux/id3tags.c: (read_synch_uint),
18564         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18565         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18566         (id3demux_id3v2_frames_to_tag_list):
18567         * gst/id3demux/id3tags.h:
18568         * gst/id3demux/id3v2.4.0-frames.txt:
18569         * gst/id3demux/id3v2.4.0-structure.txt:
18570         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18571         (parse_comment_frame), (parse_text_identification_frame),
18572         (id3v2_tag_to_taglist), (parse_split_strings):
18573           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18574           otherwise it discards them. Works on my test files. 
18575
18576         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18577           Don't send EOS to a non-existing srcpad
18578           The debug category can be static
18579
18580 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18581
18582         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18583         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18584         * gst/multipart/multipartdemux.c:
18585           change some char* into char[]
18586
18587 2005-12-16  Wim Taymans  <wim@fluendo.com>
18588
18589         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18590         (gst_wavparse_other), (gst_wavparse_perform_seek),
18591         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18592         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18593         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18594         * gst/wavparse/gstwavparse.h:
18595         Use GstSegment to implement more seeking features.
18596
18597 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18598
18599         * gst/rtsp/rtspconnection.c:
18600           Add <netinet/in.h> include and move <arpa/inet.h> include
18601           to make things work on OpenBSD as well (fixes #323717;
18602           patch by: Benjamin Pineau)
18603
18604 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18605
18606         * gst/rtp/gstrtpspeexdepay.c:
18607         * gst/rtp/gstrtpspeexpay.c:
18608         Set clock rate to be fixed in 8000. It fixes bug #324012.
18609
18610 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18611
18612         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18613         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18614         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18615         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18616         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18617         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18618         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18619         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18620         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18621         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18622         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18623         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18624         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18625         * gst-plugins-good/gst/rtp/README:
18626         Fixed payload range in payloder caps. Removed payload range completely
18627         from depayloaders as they don't require payload type in their caps.
18628         In effect, there isn't any specific payload type for any given codec,
18629         only suggestions.
18630         Fixes bug #324011.
18631
18632 2005-12-13  Julien MOUTTE  <julien@moutte.net>
18633
18634         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18635         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18636         (gst_videomixer_collected): Code cleanup and re-enabling 
18637         queued time validity check for correct EOS handling.
18638
18639 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
18640
18641         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
18642         (gst_oss_mixer_element_get_property),
18643         (gst_oss_mixer_element_change_state):
18644         Add 'device-name' property and fix state change function.
18645
18646 2005-12-13  Edward Hervey  <edward@fluendo.com>
18647
18648         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
18649         If the speed of the file is null in the header, set the frame_time to
18650         the default setting of GST_SECOND / 70. Which is the default
18651         frame_delay for .fli files as stated in this document :
18652         http://www.compuphase.com/flic.htm
18653         Would be nice to have the time conversion done properly too (duration =
18654         flxh->frames * flxdec->frame_time)
18655
18656 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18657
18658         * docs/plugins/Makefile.am:
18659         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18660         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18661         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18662         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18663         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18664         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
18665         documentation for videomixer on my way with a funny sample
18666         pipeline.
18667
18668 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18669
18670         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18671         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18672         (gst_videomixer_update_queues), (gst_videomixer_collected):
18673         Fix caps negotiation. (#323896)
18674
18675 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
18676
18677         * gst/matroska/matroska-demux.c:
18678         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
18679           Set correct timestamps on audio laces, fixes playback of mp3 from
18680                 matroska.
18681
18682 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18683
18684         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
18685         (gst_au_parse_class_init), (gst_au_parse_init),
18686         (gst_au_parse_dispose), (gst_au_parse_chain),
18687         (gst_au_parse_change_state), (plugin_init):
18688         * gst/auparse/gstauparse.h:
18689           Use gst_object_unref() for GstObjects instead of
18690           g_object_unref() and fix a mem leak in a debug
18691           statement; while we're at it, also borgify, use
18692           boilerplate macros and clean up a little bit.
18693
18694 2005-12-11  Edward Hervey  <edward@fluendo.com>
18695
18696         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18697         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
18698         Added pull mode.
18699
18700 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18701
18702         * gst/goom/gstgoom.c:
18703         * gst/level/level-example.c: (main):
18704         * gst/smoothwave/demo-osssrc.c: (main):
18705           Use audiotestsrc instead of sinesrc (#323798).
18706
18707 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
18708
18709         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
18710           more debug-func-ptr usage
18711
18712 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
18713
18714         * gst/flx/flx_color.c: (flx_colorspace_convert):
18715         * gst/flx/flx_color.h:
18716         * gst/flx/flx_fmt.h:
18717         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
18718         * gst/flx/gstflxdec.h:
18719           Now flxdec works on big-endian machines as well.
18720
18721 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18722
18723         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18724         (gst_fenced_buffer_copy):
18725           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
18726           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
18727           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
18728           and use GST_DEBUG_FUNCPTR for pad functions.
18729
18730 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18731
18732         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
18733         (gst_flac_dec_class_init), (gst_flac_dec_init),
18734         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
18735         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
18736         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
18737         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
18738         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
18739         (gst_flac_dec_change_state):
18740         * ext/flac/gstflacdec.h:
18741           Rewrite flacdec a bit, so that even seeking might work now. Most
18742           importantly, don't act upon any flow return values we get, just tell
18743           the decoder everything's dandy and act on the flow return values
18744           later on in the loop function. We don't want to mess up the internal
18745           decoder state for non-fatal things like flushing pads etc. Other
18746           than that, use GstSegment (segment seeks don't work yet though, but
18747           should be easy to add), use boilerplate macros, drop the superfluous
18748           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
18749           lots of other things.
18750
18751 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18752
18753         * configure.ac:
18754           Update comment in OSS includes check.
18755
18756         * sys/oss/gstossdmabuffer.c:
18757         * sys/oss/gstosshelper.c:
18758         * sys/oss/gstossmixer.c:
18759         * sys/oss/gstossmixertrack.c:
18760         * sys/oss/gstosssink.c:
18761         * sys/oss/gstosssrc.c:
18762         * sys/oss/oss_probe.c:
18763           Don't assume the OSS soundcard.h include is always in
18764           the sys/ directory. Instead, use the existing defines
18765           from config.h to include the right file. Fixes
18766           compilation on OpenBSD 3.8 (#323718).
18767
18768 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18769
18770         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18771         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18772         * docs/plugins/inspect/plugin-1394.xml:
18773         * docs/plugins/inspect/plugin-aasink.xml:
18774         * docs/plugins/inspect/plugin-alaw.xml:
18775         * docs/plugins/inspect/plugin-alpha.xml:
18776         * docs/plugins/inspect/plugin-alphacolor.xml:
18777         * docs/plugins/inspect/plugin-auparse.xml:
18778         * docs/plugins/inspect/plugin-autodetect.xml:
18779         * docs/plugins/inspect/plugin-avi.xml:
18780         * docs/plugins/inspect/plugin-cacasink.xml:
18781         * docs/plugins/inspect/plugin-cairo.xml:
18782         * docs/plugins/inspect/plugin-cutter.xml:
18783         * docs/plugins/inspect/plugin-debug.xml:
18784         * docs/plugins/inspect/plugin-dv.xml:
18785         * docs/plugins/inspect/plugin-efence.xml:
18786         * docs/plugins/inspect/plugin-effectv.xml:
18787         * docs/plugins/inspect/plugin-esdsink.xml:
18788         * docs/plugins/inspect/plugin-flac.xml:
18789         * docs/plugins/inspect/plugin-flxdec.xml:
18790         * docs/plugins/inspect/plugin-gconfelements.xml:
18791         * docs/plugins/inspect/plugin-goom.xml:
18792         * docs/plugins/inspect/plugin-jpeg.xml:
18793         * docs/plugins/inspect/plugin-level.xml:
18794         * docs/plugins/inspect/plugin-matroska.xml:
18795         * docs/plugins/inspect/plugin-mulaw.xml:
18796         * docs/plugins/inspect/plugin-multipart.xml:
18797         * docs/plugins/inspect/plugin-navigationtest.xml:
18798         * docs/plugins/inspect/plugin-ossaudio.xml:
18799         * docs/plugins/inspect/plugin-png.xml:
18800         * docs/plugins/inspect/plugin-rtp.xml:
18801         * docs/plugins/inspect/plugin-rtsp.xml:
18802         * docs/plugins/inspect/plugin-shout2send.xml:
18803         * docs/plugins/inspect/plugin-smpte.xml:
18804         * docs/plugins/inspect/plugin-speex.xml:
18805         * docs/plugins/inspect/plugin-udp.xml:
18806         * docs/plugins/inspect/plugin-videobox.xml:
18807         * docs/plugins/inspect/plugin-videoflip.xml:
18808         * docs/plugins/inspect/plugin-videomixer.xml:
18809         * docs/plugins/inspect/plugin-wavenc.xml:
18810         * docs/plugins/inspect/plugin-wavparse.xml:
18811         * ext/flac/gstflac.c: (plugin_init):
18812         * ext/flac/gstflacdec.c: (flacdec_get_type),
18813         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18814         (gst_flac_dec_init), (gst_flac_dec_finalize),
18815         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18816         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18817         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18818         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18819         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18820         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18821         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18822         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18823         * ext/flac/gstflacdec.h:
18824         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18825         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18826         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18827         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18828         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18829         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18830         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18831         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18832         (gst_flac_enc_change_state):
18833         * ext/flac/gstflacenc.h:
18834           borgify and fix up documentation
18835
18836 2005-12-09  Michael Smith  <msmith@fluendo.com>
18837
18838         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18839           Accept a wider range of flac files, more closely matching flac spec.
18840
18841 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18842
18843         * docs/plugins/Makefile.am: Add multipart elements.
18844         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18845         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18846         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18847         * gst/multipart/multipartdemux.c:
18848         * gst/multipart/multipartmux.c: Add docs.
18849
18850 2005-12-07  Edward Hervey  <edward@fluendo.com>
18851
18852         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18853         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18854         (gst_avi_demux_invert):
18855         Memleak and crasher fixes.
18856         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18857         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18858         Memleak fixes
18859
18860 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18861
18862         * ext/aalib/gstaasink.h:
18863         * ext/cairo/gsttextoverlay.h:
18864         * ext/dv/gstdvdec.h:
18865         * ext/dv/gstdvdemux.c:
18866         * ext/dv/gstdvdemux.h:
18867         * ext/esd/esdsink.h:
18868         * ext/flac/flac_compat.h:
18869         * ext/flac/gstflacdec.h:
18870         * ext/flac/gstflacenc.h:
18871         * ext/gconf/gconf.h:
18872         * ext/gconf/gstgconfaudiosink.h:
18873         * ext/gconf/gstgconfvideosink.h:
18874         * ext/gdk_pixbuf/gstgdkanimation.h:
18875         * ext/jpeg/gstjpegdec.h:
18876         * ext/jpeg/smokecodec.h:
18877         * ext/jpeg/smokeformat.h:
18878         * ext/ladspa/gstsignalprocessor.h:
18879         * ext/ladspa/search.c: (LADSPAPluginSearch):
18880         * ext/ladspa/utils.h:
18881         * ext/libmng/gstmng.c:
18882         * ext/libmng/gstmngdec.h:
18883         * ext/libmng/gstmngenc.c:
18884         * ext/libmng/gstmngenc.h:
18885         * ext/libpng/gstpng.c:
18886         * ext/libpng/gstpngenc.c:
18887         * ext/libpng/gstpngenc.h:
18888         * ext/shout2/gstshout2.h:
18889         * ext/speex/gstspeexdec.h:
18890         * ext/speex/gstspeexenc.c:
18891         * ext/speex/gstspeexenc.h:
18892         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18893         * gst/autodetect/gstautoaudiosink.h:
18894         * gst/autodetect/gstautovideosink.h:
18895         * gst/avi/gstavidemux.h:
18896         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18897         (gst_cutter_set_property), (gst_cutter_get_caps):
18898         * gst/cutter/gstcutter.h:
18899         * gst/debug/tests.c: (md5_process_block):
18900         * gst/debug/tests.h:
18901         * gst/effectv/gstwarp.c:
18902         * gst/flx/flx_fmt.h:
18903         * gst/flx/gstflxdec.h:
18904         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18905         (zoomFilterFastRGB):
18906         * gst/goom/filters.h:
18907         * gst/goom/goom_tools.h:
18908         * gst/law/alaw-encode.c:
18909         * gst/level/gstlevel.c:
18910         * gst/level/gstlevel.h:
18911         * gst/matroska/ebml-write.h:
18912         * gst/matroska/matroska-demux.h:
18913         * gst/matroska/matroska-ids.h:
18914         * gst/matroska/matroska-mux.h:
18915         * gst/monoscope/convolve.c: (convolve_match):
18916         * gst/monoscope/convolve.h:
18917         * gst/multipart/multipartmux.c:
18918         * gst/oldcore/gstaggregator.c:
18919         * gst/oldcore/gstaggregator.h:
18920         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18921         * gst/oldcore/gstmd5sink.h:
18922         * gst/oldcore/gstmultifilesrc.c:
18923         * gst/oldcore/gstmultifilesrc.h:
18924         * gst/oldcore/gstpipefilter.h:
18925         * gst/oldcore/gstshaper.h:
18926         * gst/rtp/gstrtpL16depay.h:
18927         * gst/rtp/gstrtpL16pay.h:
18928         * gst/rtp/gstrtpdepay.h:
18929         * gst/rtp/gstrtpmp4vpay.c:
18930         * gst/rtp/gstrtpmp4vpay.h:
18931         * gst/rtsp/gstrtspsrc.c:
18932         * gst/rtsp/gstrtspsrc.h:
18933         * gst/rtsp/rtspconnection.h:
18934         * gst/rtsp/rtspdefs.h:
18935         * gst/rtsp/rtspmessage.h:
18936         * gst/rtsp/rtsptransport.h:
18937         * gst/rtsp/rtspurl.c:
18938         * gst/rtsp/rtspurl.h:
18939         * gst/rtsp/sdpmessage.c:
18940         * gst/rtsp/sdpmessage.h:
18941         * gst/smpte/barboxwipes.c:
18942         * gst/smpte/gstmask.h:
18943         * gst/smpte/gstsmpte.h:
18944         * gst/smpte/paint.c:
18945         * gst/smpte/paint.h:
18946         * gst/udp/gstdynudpsink.h:
18947         * gst/udp/gstmultiudpsink.h:
18948         * gst/udp/gstudpsink.c:
18949         * gst/udp/gstudpsink.h:
18950         * gst/udp/gstudpsrc.c:
18951         * gst/videomixer/videomixer.c:
18952         * gst/wavenc/riff.h:
18953         * gst/wavparse/gstwavparse.h:
18954         * sys/oss/gstossdmabuffer.h:
18955         * sys/oss/gstossmixer.h:
18956         * sys/oss/gstossmixerelement.h:
18957         * sys/oss/gstossmixertrack.h:
18958         * sys/oss/gstosssink.c:
18959         * sys/oss/gstosssink.h:
18960         * sys/oss/gstosssrc.c:
18961         * sys/oss/gstosssrc.h:
18962         * sys/osxaudio/gstosxaudioelement.h:
18963         * sys/osxaudio/gstosxaudiosink.h:
18964         * sys/osxaudio/gstosxaudiosrc.h:
18965           expand tabs
18966
18967 === release 0.10.0 ===
18968
18969 2005-12-05   <thomas (at) apestaart (dot) org>
18970
18971         * configure.ac:
18972           releasing 0.10.0, "Abondance"
18973
18974 2005-12-05  Andy Wingo  <wingo@pobox.com>
18975
18976         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
18977         * ext/flac/gstflacdec.c: (gst_flacdec_write):
18978         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
18979         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18980         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
18981         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18982         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
18983         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
18984         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
18985         * ext/speex/gstspeexdec.c: (speex_dec_chain):
18986         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18987         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18988         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
18989         * gst/goom/gstgoom.c: (gst_goom_chain):
18990         * gst/matroska/matroska-demux.c:
18991         (gst_matroska_demux_push_vorbis_codec_priv_data),
18992         (gst_matroska_demux_add_wvpk_header):
18993         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
18994         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
18995         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
18996         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
18997         alloc_buffer changes.
18998
18999 2005-12-05  Michael Smith  <msmith@fluendo.com>
19000
19001         * docs/plugins/gst-plugins-good-plugins.args:
19002           Remove args for plugins that aren't in -good.
19003
19004 === release 0.9.7 ===
19005
19006 2005-12-01   <thomas (at) apestaart (dot) org>
19007
19008         * configure.ac:
19009           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19010
19011 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19012
19013         * docs/plugins/.cvsignore:
19014         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19015         * docs/plugins/inspect/plugin-multipart.xml:
19016         * docs/plugins/inspect/plugin-rtp.xml:
19017           add multipart plugin to docs
19018
19019 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19020
19021         * configure.ac:
19022         * ext/Makefile.am:
19023         * ext/pango/Makefile.am:
19024         * ext/pango/gstclockoverlay.c:
19025         * ext/pango/gstclockoverlay.h:
19026         * ext/pango/gsttextoverlay.c:
19027         * ext/pango/gsttextoverlay.h:
19028         * ext/pango/gsttextrender.c:
19029         * ext/pango/gsttextrender.h:
19030         * ext/pango/gsttimeoverlay.c:
19031         * ext/pango/gsttimeoverlay.h:
19032           move pango to base
19033
19034 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19035
19036         * gst/rtp/Makefile.am:
19037         * gst/rtp/gstrtpL16depay.c:
19038         * gst/rtp/gstrtpL16depay.h:
19039         * gst/rtp/gstrtpL16parse.c:
19040         * gst/rtp/gstrtpL16parse.h:
19041         * gst/rtp/gstrtpgsmdepay.c:
19042         * gst/rtp/gstrtpgsmdepay.h:
19043         * gst/rtp/gstrtpgsmparse.c:
19044         * gst/rtp/gstrtpgsmparse.h:
19045           parsers are depayers
19046
19047 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19048
19049         * gst/rtp/Makefile.am:
19050         * gst/rtp/gstasteriskh263.c:
19051         * gst/rtp/gstrtp.c:
19052         * gst/rtp/gstrtpL16enc.c:
19053         * gst/rtp/gstrtpL16enc.h:
19054         * gst/rtp/gstrtpL16parse.c:
19055         * gst/rtp/gstrtpL16parse.h:
19056         * gst/rtp/gstrtpL16pay.c:
19057         * gst/rtp/gstrtpL16pay.h:
19058         * gst/rtp/gstrtpamrdec.c:
19059         * gst/rtp/gstrtpamrdec.h:
19060         * gst/rtp/gstrtpamrdepay.c:
19061         * gst/rtp/gstrtpamrdepay.h:
19062         * gst/rtp/gstrtpamrenc.c:
19063         * gst/rtp/gstrtpamrenc.h:
19064         * gst/rtp/gstrtpamrpay.c:
19065         * gst/rtp/gstrtpamrpay.h:
19066         * gst/rtp/gstrtpdec.c:
19067         * gst/rtp/gstrtpdec.h:
19068         * gst/rtp/gstrtpdepay.c:
19069         * gst/rtp/gstrtpdepay.h:
19070         * gst/rtp/gstrtpg711dec.c:
19071         * gst/rtp/gstrtpg711dec.h:
19072         * gst/rtp/gstrtpg711depay.c:
19073         * gst/rtp/gstrtpg711depay.h:
19074         * gst/rtp/gstrtpg711enc.c:
19075         * gst/rtp/gstrtpg711enc.h:
19076         * gst/rtp/gstrtpg711pay.c:
19077         * gst/rtp/gstrtpg711pay.h:
19078         * gst/rtp/gstrtpgsmenc.c:
19079         * gst/rtp/gstrtpgsmenc.h:
19080         * gst/rtp/gstrtpgsmparse.c:
19081         * gst/rtp/gstrtpgsmparse.h:
19082         * gst/rtp/gstrtpgsmpay.c:
19083         * gst/rtp/gstrtpgsmpay.h:
19084         * gst/rtp/gstrtph263enc.c:
19085         * gst/rtp/gstrtph263enc.h:
19086         * gst/rtp/gstrtph263pay.c:
19087         * gst/rtp/gstrtph263pay.h:
19088         * gst/rtp/gstrtph263pdec.c:
19089         * gst/rtp/gstrtph263pdec.h:
19090         * gst/rtp/gstrtph263pdepay.c:
19091         * gst/rtp/gstrtph263pdepay.h:
19092         * gst/rtp/gstrtph263penc.c:
19093         * gst/rtp/gstrtph263penc.h:
19094         * gst/rtp/gstrtph263ppay.c:
19095         * gst/rtp/gstrtph263ppay.h:
19096         * gst/rtp/gstrtpmp4vdec.c:
19097         * gst/rtp/gstrtpmp4vdec.h:
19098         * gst/rtp/gstrtpmp4vdepay.c:
19099         * gst/rtp/gstrtpmp4vdepay.h:
19100         * gst/rtp/gstrtpmp4venc.c:
19101         * gst/rtp/gstrtpmp4venc.h:
19102         * gst/rtp/gstrtpmp4vpay.c:
19103         * gst/rtp/gstrtpmp4vpay.h:
19104         * gst/rtp/gstrtpmpadec.c:
19105         * gst/rtp/gstrtpmpadec.h:
19106         * gst/rtp/gstrtpmpadepay.c:
19107         * gst/rtp/gstrtpmpadepay.h:
19108         * gst/rtp/gstrtpmpaenc.c:
19109         * gst/rtp/gstrtpmpaenc.h:
19110         * gst/rtp/gstrtpmpapay.c:
19111         * gst/rtp/gstrtpmpapay.h:
19112         * gst/rtp/gstrtpspeexdec.c:
19113         * gst/rtp/gstrtpspeexdec.h:
19114         * gst/rtp/gstrtpspeexdepay.c:
19115         * gst/rtp/gstrtpspeexdepay.h:
19116         * gst/rtp/gstrtpspeexenc.c:
19117         * gst/rtp/gstrtpspeexenc.h:
19118         * gst/rtp/gstrtpspeexpay.c:
19119         * gst/rtp/gstrtpspeexpay.h:
19120           Do burger's rename for rtp payloaders and depayloaders
19121
19122 2005-11-30  Wim Taymans  <wim@fluendo.com>
19123
19124         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19125         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19126         * ext/dv/gstdvdemux.h:
19127         Fix seeking in dvdemux again, add some more debug info.
19128
19129 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19130
19131         * configure.ac:
19132           fix tests
19133
19134 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19135
19136         * PORTED_09:
19137         * docs/random/PORTED_09:
19138           move
19139         * tests/Makefile.am:
19140           add
19141         * win32/gst.sln:
19142           remove
19143
19144 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19145
19146         * Makefile.am:
19147         * check/.cvsignore:
19148         * check/Makefile.am:
19149         * check/elements/.cvsignore:
19150         * check/elements/level.c:
19151         * check/elements/matroskamux.c:
19152         * configure.ac:
19153         * examples/Makefile.am:
19154         * examples/capsfilter/Makefile.am:
19155         * examples/capsfilter/capsfilter1.c:
19156         * examples/gob/Makefile.am:
19157         * examples/gob/gst-identity2.gob:
19158         * examples/gstplay/.cvsignore:
19159         * examples/gstplay/Makefile.am:
19160         * examples/gstplay/player.c:
19161         * examples/indexing/.cvsignore:
19162         * examples/indexing/Makefile.am:
19163         * examples/indexing/indexmpeg.c:
19164         * examples/level/Makefile.am:
19165         * examples/level/README:
19166         * examples/level/demo.c:
19167         * examples/level/plot.c:
19168         * examples/stats/Makefile.am:
19169         * examples/stats/mp2ogg.c:
19170         * examples/switch/.cvsignore:
19171         * examples/switch/Makefile.am:
19172         * examples/switch/switcher.c:
19173           move under tests/
19174
19175 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19176
19177         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19178         (gst_text_render_class_init), (resize_bitmap),
19179         (gst_text_render_render_text), (gst_text_render_setcaps),
19180         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19181         (gst_text_render_chain), (gst_text_render_finalize),
19182         (gst_text_render_init), (gst_text_render_set_property):
19183         * ext/pango/gsttextrender.h:
19184           Add missing files.
19185
19186 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19187
19188         * configure.ac:
19189         * ext/Makefile.am:
19190         * ext/pango/Makefile.am:
19191         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19192         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19193         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19194         * ext/pango/gstclockoverlay.h:
19195         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19196         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19197         (gst_text_overlay_finalize), (gst_text_overlay_init),
19198         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19199         (gst_text_overlay_text_pad_linked),
19200         (gst_text_overlay_text_pad_unlinked),
19201         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19202         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19203         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19204         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19205         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19206         (gst_text_overlay_change_state), (plugin_init):
19207         * ext/pango/gsttextoverlay.h:
19208         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19209         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19210         (gst_time_overlay_class_init), (gst_time_overlay_init):
19211         * ext/pango/gsttimeoverlay.h:
19212           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19213           and add background shading and text wrapping modes. Make 
19214           timoverlay derive from textoverlay. Also add new clockoverlay
19215           element.
19216
19217 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19218
19219         * gst/udp/Makefile.am: Moved to netbuffer.
19220
19221 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19222
19223         * configure.ac:
19224         * PORTED_O9:
19225         * gst/multipart/Makefile.am:
19226         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19227         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19228         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19229         (gst_multipart_demux_change_state),
19230         (gst_multipart_demux_plugin_init):
19231         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19232         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19233         (gst_multipart_mux_sinkconnect),
19234         (gst_multipart_mux_request_new_pad),
19235         (gst_multipart_mux_handle_src_event),
19236         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19237         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19238         0.9.
19239
19240 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19241
19242         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19243         * gst/debug/gstnavigationtest.h:
19244         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19245         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19246         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19247         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19248         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19249         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19250         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19251         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19252         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19253         (gst_video_flip_get_type):
19254         * gst/videofilter/gstvideoflip.h:
19255           update for symbols change
19256
19257 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19258
19259         * gst/udp/gstdynudpsink.c:
19260         * gst/udp/gstudpsrc.c:
19261           the old gstnet lib was renamed gstnetbuffer (#322257)
19262
19263 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19264
19265         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19266         (gst_text_overlay_collected):
19267           Actually render the text from the text pad.
19268
19269 2005-11-29  Edward Hervey  <edward@fluendo.com>
19270
19271         * gst/debug/gstnavseek.c: (gst_navseek_event):
19272         * gst/debug/progressreport.c: (gst_progress_report_event):
19273         Update for GstBaseTransform event virtual method
19274
19275 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19276
19277         * ext/cairo/Makefile.am:
19278           no need to link to videofilter
19279
19280 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19281
19282         * gst/debug/Makefile.am:
19283         * gst/debug/gstnavigationtest.h:
19284         * gst/effectv/Makefile.am:
19285         * gst/effectv/gstaging.c:
19286         * gst/effectv/gstdice.c:
19287         * gst/effectv/gstedge.c:
19288         * gst/effectv/gstquark.c:
19289         * gst/effectv/gstrev.c:
19290         * gst/effectv/gstshagadelic.c:
19291         * gst/effectv/gstvertigo.c:
19292         * gst/effectv/gstwarp.c:
19293         * gst/videofilter/Makefile.am:
19294         * gst/videofilter/gstvideofilter.c:
19295         * gst/videofilter/gstvideofilter.h:
19296         * gst/videofilter/gstvideoflip.h:
19297           remove the videofilter library and link to the one in base
19298
19299 2005-11-28  Edward Hervey  <edward@fluendo.com>
19300
19301         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19302         Useless check now we're setting the current entry correctly.
19303
19304 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19305
19306         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19307         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19308         (gst_jpegenc_change_state):
19309           Don't leak input buffer in chain function (fixes #322667); make 
19310           state change function thread-safe; don't repeat the current function
19311           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19312           gst_pad_alloc_buffer(); misc. minor cleanups.
19313
19314 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19315
19316         * gst/matroska/matroska-mux.c:
19317         (gst_matroska_mux_video_pad_setcaps):
19318         Look for pixel-aspect-ratio in caps, not pixel_width and
19319         pixel_height (Fixes: #322645)
19320
19321 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19322
19323         * gst/matroska/matroska-mux.c:
19324         (gst_matroska_mux_video_pad_setcaps):
19325         From Michal Benes:
19326         frame duration should be GST_SECOND / framerate, not
19327         GST_SECOND * framerate. (Fixes: #322643)
19328
19329 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19330
19331         * configure.ac:
19332           fix up GST_PLUGIN_LDFLAGS
19333         * gst/rtsp/rtspconnection.c:
19334           fix includes (see #317043)
19335         * gst/videofilter/Makefile.am:
19336           stop installing this library
19337
19338 2005-11-26  Edward Hervey  <edward@fluendo.com>
19339
19340         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19341         Handle the case where the incoming Video dv stream doesn't have
19342         a pixel aspect ratio set.
19343
19344 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19345
19346         * docs/plugins/Makefile.am:
19347         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19348         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19349         * ext/flac/gstflacdec.c:
19350           document flacdec
19351
19352 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19353
19354         * docs/plugins/Makefile.am:
19355         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19356         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19357         * docs/plugins/inspect/plugin-autodetect.xml:
19358         * ext/cairo/gstcairo.c: (plugin_init):
19359         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19360         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19361         (gst_text_overlay_init), (gst_text_overlay_font_init),
19362         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19363         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19364         (gst_text_overlay_text_pad_linked),
19365         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19366         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19367         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19368         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19369         (gst_text_overlay_change_state):
19370         * ext/cairo/gsttextoverlay.h:
19371         * ext/cairo/gsttimeoverlay.c:
19372         (gst_cairo_time_overlay_update_font_height),
19373         (gst_cairo_time_overlay_set_caps),
19374         (gst_cairo_time_overlay_get_unit_size),
19375         (gst_cairo_time_overlay_print_smpte_time),
19376         (gst_cairo_time_overlay_transform),
19377         (gst_cairo_time_overlay_base_init),
19378         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19379         (gst_cairo_time_overlay_get_type):
19380         * ext/cairo/gsttimeoverlay.h:
19381           do some name borgifying
19382           document
19383
19384 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19385
19386         * docs/plugins/Makefile.am:
19387         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19388         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19389         * gst/autodetect/gstautoaudiosink.c:
19390         (gst_auto_audio_sink_base_init):
19391         * gst/autodetect/gstautovideosink.c:
19392         (gst_auto_video_sink_base_init),
19393         (gst_auto_video_sink_factory_filter):
19394           documenting auto*sink
19395           using strstr for the video sink lookup, class field is not ordered
19396         * docs/plugins/inspect/plugin-1394.xml:
19397         * docs/plugins/inspect/plugin-aasink.xml:
19398         * docs/plugins/inspect/plugin-alaw.xml:
19399         * docs/plugins/inspect/plugin-alpha.xml:
19400         * docs/plugins/inspect/plugin-alphacolor.xml:
19401         * docs/plugins/inspect/plugin-auparse.xml:
19402         * docs/plugins/inspect/plugin-autodetect.xml:
19403         * docs/plugins/inspect/plugin-avi.xml:
19404         * docs/plugins/inspect/plugin-cacasink.xml:
19405         * docs/plugins/inspect/plugin-cairo.xml:
19406         * docs/plugins/inspect/plugin-cutter.xml:
19407         * docs/plugins/inspect/plugin-debug.xml:
19408         * docs/plugins/inspect/plugin-dv.xml:
19409         * docs/plugins/inspect/plugin-efence.xml:
19410         * docs/plugins/inspect/plugin-effectv.xml:
19411         * docs/plugins/inspect/plugin-esdsink.xml:
19412         * docs/plugins/inspect/plugin-flac.xml:
19413         * docs/plugins/inspect/plugin-flxdec.xml:
19414         * docs/plugins/inspect/plugin-gconfelements.xml:
19415         * docs/plugins/inspect/plugin-goom.xml:
19416         * docs/plugins/inspect/plugin-jpeg.xml:
19417         * docs/plugins/inspect/plugin-level.xml:
19418         * docs/plugins/inspect/plugin-matroska.xml:
19419         * docs/plugins/inspect/plugin-mulaw.xml:
19420         * docs/plugins/inspect/plugin-navigationtest.xml:
19421         * docs/plugins/inspect/plugin-ossaudio.xml:
19422         * docs/plugins/inspect/plugin-png.xml:
19423         * docs/plugins/inspect/plugin-rtp.xml:
19424         * docs/plugins/inspect/plugin-rtsp.xml:
19425         * docs/plugins/inspect/plugin-shout2send.xml:
19426         * docs/plugins/inspect/plugin-smpte.xml:
19427         * docs/plugins/inspect/plugin-speex.xml:
19428         * docs/plugins/inspect/plugin-udp.xml:
19429         * docs/plugins/inspect/plugin-videobox.xml:
19430         * docs/plugins/inspect/plugin-videoflip.xml:
19431         * docs/plugins/inspect/plugin-videomixer.xml:
19432         * docs/plugins/inspect/plugin-wavenc.xml:
19433         * docs/plugins/inspect/plugin-wavparse.xml:
19434           update for HEAD version
19435
19436 2005-11-25  Michael Smith  <msmith@fluendo.com>
19437
19438         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19439           Patch from Sebastien Cote to close control sockets in udpsrc.
19440
19441 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19442
19443         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19444         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19445         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19446         (gst_quarktv_base_init), (gst_quarktv_class_init),
19447         (gst_quarktv_init): Flush the planes list on reverse caps
19448         negotiation. This was crashing because of differently sized
19449         buffers.
19450
19451 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19452
19453         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19454         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19455         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19456         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19457         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19458         (gst_videoflip_set_property), (gst_videoflip_base_init),
19459         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19460         correctly, fix identity flipping, convert navigation event 
19461         correctly again.
19462
19463 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19464
19465         * configure.ac: back to HEAD
19466
19467 === release 0.9.6 ===
19468
19469 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19470
19471         * configure.ac:
19472           releasing 0.9.6, "Everything's Not Lost"
19473
19474 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19475
19476         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19477         Oops, initialise the framerate GValue
19478
19479 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19480
19481         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19482         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19483         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19484         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19485         (gst_timeoverlay_get_type):
19486         * ext/cairo/gsttimeoverlay.h:
19487         * gst/debug/Makefile.am:
19488         * gst/debug/gstnavigationtest.c:
19489         (gst_navigationtest_handle_src_event),
19490         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19491         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19492         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19493         (gst_navigationtest_init), (gst_navigationtest_get_type),
19494         (plugin_init):
19495         * gst/debug/gstnavigationtest.h:
19496         * gst/effectv/Makefile.am:
19497         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19498         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19499         (gst_agingtv_base_init), (gst_agingtv_class_init),
19500         (gst_agingtv_init), (gst_agingtv_get_type):
19501         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19502         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19503         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19504         (gst_dicetv_get_type):
19505         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19506         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19507         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19508         (gst_edgetv_get_type):
19509         * gst/effectv/gsteffectv.c:
19510         * gst/effectv/gsteffectv.h:
19511         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19512         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19513         (gst_quarktv_change_state), (gst_quarktv_base_init),
19514         (gst_quarktv_class_init), (gst_quarktv_init),
19515         (gst_quarktv_get_type):
19516         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19517         (gst_revtv_get_unit_size), (gst_revtv_transform),
19518         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19519         (gst_revtv_get_type):
19520         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19521         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19522         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19523         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19524         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19525         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19526         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19527         (gst_vertigotv_init), (gst_vertigotv_get_type):
19528         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19529         (gst_warptv_get_unit_size), (gst_warptv_transform),
19530         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19531         (gst_warptv_get_type):
19532         * gst/videofilter/Makefile.am:
19533         * gst/videofilter/gstvideobalance.c:
19534         * gst/videofilter/gstvideobalance.h:
19535         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19536         (gst_videofilter_class_init), (gst_videofilter_init):
19537         * gst/videofilter/gstvideofilter.h:
19538         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19539         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19540         (gst_videoflip_flip), (gst_videoflip_transform),
19541         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19542         (gst_videoflip_base_init), (gst_videoflip_class_init),
19543         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19544         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19545         BaseTransform, it's just a place holder for now and every video
19546         effect plugin has been ported to use BaseTransform features 
19547         directly. QuarkTV was fixed too (was broken), navigationtest works
19548         and best for the end, videoflip converts navigation events depending
19549         on flip method ! Fixes #320953
19550
19551 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19552
19553         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19554         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19555         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19556         (gst_goom_src_negotiate), (gst_goom_chain):
19557         * gst/matroska/matroska-mux.c:
19558         (gst_matroska_mux_video_pad_setcaps):
19559         * sys/osxvideo/osxvideosink.m:
19560           Fixes for API changes
19561
19562 2005-11-23  Michael Smith <msmith@fluendo.com>
19563
19564         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19565         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19566         * ext/jpeg/gstjpegdec.h:
19567         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19568         * ext/jpeg/gstjpegenc.h:
19569         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19570         (gst_smokeenc_resync):
19571         * ext/jpeg/gstsmokeenc.h:
19572           JPEG fractiony goodness.
19573
19574 2005-11-22  Michael Smith <msmith@fluendo.com>
19575
19576         * gst/goom/filters.c:
19577         * gst/goom/graphic.h:
19578           Fix compilation by making some functions static inline instead of
19579           extern inline, matching the way they're used.
19580
19581 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19582
19583         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19584         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19585         * ext/cairo/gsttextoverlay.h:
19586         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19587         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19588         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19589         (gst_pngdec_caps_create_and_set):
19590         * ext/libpng/gstpngdec.h:
19591         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19592         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19593         * gst/avi/gstavimux.c: (gst_avimux_init),
19594         (gst_avimux_vidsinkconnect):
19595         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19596         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19597         (gst_goom_src_negotiate), (gst_goom_chain):
19598         * gst/goom/gstgoom.h:
19599         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19600         * gst/matroska/matroska-mux.c:
19601         (gst_matroska_mux_video_pad_setcaps):
19602         * sys/osxvideo/osxvideosink.h:
19603         * sys/osxvideo/osxvideosink.m:
19604           More fractional framerate conversions 
19605
19606 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19607
19608         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19609         * gst/debug/gstnavigationtest.c:
19610         (gst_navigationtest_handle_src_event):
19611         * gst/videofilter/gstvideofilter.c:
19612         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19613         (gst_videofilter_init):
19614         * gst/videofilter/gstvideofilter.h:
19615           Convert to fractional framerates.
19616
19617 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19618
19619         * ext/aalib/gstaasink.c:
19620         * ext/dv/gstdvdec.c:
19621         * ext/esd/esdmon.c:
19622         * ext/flac/gstflacenc.c:
19623         * ext/gdk_pixbuf/pixbufscale.c:
19624         * ext/libcaca/gstcacasink.c:
19625         * ext/shout2/gstshout2.c:
19626         * gst/alpha/gstalpha.c:
19627         * gst/oldcore/gstaggregator.c:
19628         * gst/oldcore/gstshaper.c:
19629         * gst/smpte/barboxwipes.c:
19630         * gst/smpte/gstsmpte.c:
19631         * gst/videobox/gstvideobox.c:
19632         * gst/videofilter/gstvideoflip.c:
19633         * gst/videomixer/videomixer.c:
19634           fix up more enums
19635
19636 2005-11-22  Michael Smith <msmith@fluendo.com>
19637
19638         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19639         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19640         (gst_videomixer_update_queues):
19641           Fractional framerates, videomixer.
19642
19643 2005-11-22  Michael Smith <msmith@fluendo.com>
19644
19645         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
19646         * ext/dv/gstdvdec.h:
19647         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
19648         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
19649         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
19650         (gst_dvdemux_flush):
19651         * ext/dv/gstdvdemux.h:
19652           Fractional framerates for DV. 
19653
19654 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19655
19656         * gst/autodetect/gstautoaudiosink.c:
19657         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19658         * gst/autodetect/gstautovideosink.c:
19659         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19660           Use gst_plugin_feature_list_free() to free feature list and
19661           in the case of autovideosink free the list at all. Also
19662           miscellaneous cosmetic fixes.
19663
19664 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19665
19666         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19667         (gst_cutter_set_property), (gst_cutter_get_caps):
19668           copy calculation code from level; remove use of some audio
19669           functions
19670
19671 2005-11-22  Andy Wingo  <wingo@pobox.com>
19672
19673         * Update for gst_tag_setter API changes.
19674
19675 2005-11-22  Andy Wingo  <wingo@pobox.com>
19676
19677         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
19678         (gst_dvdemux_demux_frame)
19679         * ext/flac/gstflacdec.c (gst_flacdec_write)
19680         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
19681         (gst_flacenc_sink_event)
19682         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
19683         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
19684         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
19685         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
19686         * gst/auparse/gstauparse.c (gst_auparse_chain)
19687         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
19688         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
19689         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
19690         (gst_avi_demux_handle_seek)
19691         * gst/goom/gstgoom.c (gst_goom_event)
19692         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
19693         * gst/matroska/matroska-demux.c
19694         (gst_matroska_demux_handle_seek_event)
19695         (gst_matroska_demux_loop_stream_parse_id)
19696         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
19697         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
19698         (gst_wavparse_stream_headers): Run update-funcnames.
19699
19700 2005-11-22  Edward Hervey  <edward@fluendo.com>
19701
19702         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19703         (gst_dv1394src_init), (gst_dv1394src_dispose),
19704         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
19705         (gst_dv1394src_uri_set_uri):
19706         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19707         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
19708         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
19709         URIHandler interface and element properties are now properly
19710         synchronized for DV1394src and UDPSrc
19711
19712 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19713
19714         * ext/flac/Makefile.am:
19715         * ext/speex/Makefile.am:
19716           libgsttagedit has been renamed to libgsttag.
19717
19718 2005-11-21  Wim Taymans  <wim@fluendo.com>
19719
19720         * gst/rtsp/rtspconnection.c: (read_body):
19721         Apply patch from Sebastien Cote to fix #319184.
19722
19723 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19724
19725         * configure.ac:
19726         * gst/cutter/Makefile.am:
19727         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
19728         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
19729         (gst_cutter_set_property), (gst_cutter_get_property),
19730         (plugin_init), (gst_cutter_get_caps):
19731           port cutter
19732         * gst/level/gstlevel.c:
19733           fix up plugin details
19734
19735 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19736
19737         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
19738         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
19739         (gst_flacdec_src_event):
19740         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
19741         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
19742         (gst_signal_processor_getrange), (gst_signal_processor_chain):
19743         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19744         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
19745         (gst_flxdec_sink_event_handler):
19746         * gst/matroska/matroska-demux.c:
19747         (gst_matroska_demux_handle_seek_event):
19748         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
19749           Update for stream lock API changes: don't take stream log
19750           in sink event handlers any longer and change GST_STREAM_LOCK
19751           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
19752           functions.
19753
19754 2005-11-21  Michael Smith <msmith@fluendo.com>
19755
19756         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
19757           gst_object_unref, not g_object_unref
19758
19759 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19760
19761         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19762         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
19763           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
19764
19765 2005-11-21  Michael Smith <msmith@fluendo.com>
19766
19767         * gst/auparse/Makefile.am:
19768         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19769         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
19770         (gst_auparse_change_state):
19771         * gst/auparse/gstauparse.h:
19772           Partially fix #161712. playbin still doesn't work on these files,
19773           (on the bug report, Andy says we aren't typefinding it for some
19774           reason?) but at least auparse isn't totally busted like it was before.
19775
19776 2005-11-21  Andy Wingo  <wingo@pobox.com>
19777
19778         * *.h:
19779         * *.c: Ran scripts/update-macros. Oh yes.
19780
19781 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19782
19783         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
19784           Filler events are gone for now, comment out section generating
19785           them.
19786
19787 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19788
19789         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19790         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
19791         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
19792         * sys/osxvideo/osxvideosink.m:
19793           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19794           (#322027)
19795
19796 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19797
19798         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19799         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19800         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19801         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19802         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19803         (gst_avi_demux_stream_data):
19804         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19805         * gst/wavenc/gstwavenc.c: (write_metadata):
19806         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19807         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19808         Fixes for GST_FOURCC_FORMAT API change.
19809
19810 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19811
19812         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19813         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19814         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19815         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19816         (gst_text_overlay_change_state):
19817         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19818         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19819         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19820         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19821         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19822         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19823         (gst_videomixer_change_state):
19824           Fix for collect pads API change. Also fix textoverlay state
19825           change function.
19826
19827 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19828
19829         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19830         GST_PAD_IS_USABLE by something approaching it.
19831
19832 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19833
19834         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19835         API changes.
19836         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19837         but also fix the code that was not checking return values from
19838         pad_push neither using pad_alloc_buffer.
19839
19840 2005-11-18  Edward Hervey  <edward@fluendo.com>
19841
19842         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19843         (gst_pngenc_chain):
19844         Added debug category
19845         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19846         goes to EOS.
19847
19848 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19849
19850         * gst/rtp/Makefile.am
19851         * gst/rtp/gstrtp.c
19852         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19853         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19854         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19855         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19856         * gst/rtp/gstrtpg711enc.h:
19857         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19858         * gst/rtp/gstrtpspeexenc.c:
19859         * gst/rtp/gstrtpspeexenc.h:
19860         * gst/rtp/gstrtpspeexdec.c:
19861         * gst/rtp/gstrtpspeexdec.h:
19862         Created Speex payloader and depayloader; Optimize G711 payloader to
19863         use adapter and send packets until MTU size.
19864
19865 2005-11-16  Wim Taymans  <wim@fluendo.com>
19866
19867         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19868         Fix leak in check.
19869
19870 2005-11-16  Wim Taymans  <wim@fluendo.com>
19871
19872         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19873         Fix state change.
19874
19875 2005-11-16  Andy Wingo  <wingo@pobox.com>
19876
19877         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19878         (gst_udpsrc_create): Move comment.
19879
19880 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19881
19882         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19883
19884         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19885           When seeking, seek to closest index entry at or before the requested
19886           seek position, not just the closest one (#321001).
19887
19888 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19889
19890         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19891         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19892           Invert DIB images again (see #132341).
19893
19894 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19895
19896         * configure.ac:
19897           rework configure.ac file
19898         * ext/aalib/gstaasink.c:
19899         * ext/cairo/gstcairo.c:
19900         * ext/dv/gstdv.c:
19901         * ext/esd/gstesd.c:
19902         * ext/flac/gstflac.c:
19903         * ext/gconf/gstgconfelements.c:
19904         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19905         * ext/jpeg/gstjpeg.c:
19906         * ext/ladspa/gstladspa.c:
19907         * ext/libcaca/gstcacasink.c:
19908         * ext/libmng/gstmng.c:
19909         * ext/libpng/gstpng.c:
19910         * ext/mikmod/gstmikmod.c:
19911         * ext/pango/gsttextoverlay.c:
19912         * ext/pango/gsttimeoverlay.c:
19913         * ext/raw1394/gst1394.c:
19914         * ext/speex/gstspeex.c:
19915         * gst/alpha/Makefile.am:
19916         * gst/alpha/gstalpha.c:
19917         * gst/alpha/gstalphacolor.c:
19918         * gst/auparse/gstauparse.c:
19919         * gst/autodetect/gstautoaudiosink.c:
19920         (gst_auto_audio_sink_factory_filter),
19921         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19922         * gst/autodetect/gstautodetect.c:
19923         * gst/avi/gstavi.c:
19924         * gst/cutter/gstcutter.c:
19925         * gst/debug/efence.c:
19926         * gst/debug/gstdebug.c:
19927         * gst/debug/gstnavigationtest.c:
19928         * gst/effectv/gsteffectv.c:
19929         * gst/flx/gstflxdec.c:
19930         * gst/goom/gstgoom.c:
19931         * gst/interleave/plugin.c:
19932         * gst/law/alaw.c:
19933         * gst/law/mulaw.c:
19934         * gst/level/gstlevel.c:
19935         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19936         * gst/matroska/matroska.c:
19937         * gst/median/gstmedian.c:
19938         * gst/monoscope/gstmonoscope.c:
19939         * gst/multipart/multipart.c:
19940         * gst/oldcore/gstelements.c:
19941         * gst/rtp/gstrtp.c:
19942         * gst/rtsp/gstrtsp.c:
19943         * gst/smoothwave/gstsmoothwave.c:
19944         * gst/smpte/gstsmpte.c:
19945         * gst/udp/gstudp.c:
19946         * gst/videobox/gstvideobox.c:
19947         * gst/videofilter/gstgamma.c:
19948         * gst/videofilter/gstvideobalance.c:
19949         * gst/videofilter/gstvideoflip.c:
19950         * gst/videofilter/gstvideotemplate.c:
19951         * gst/videomixer/videomixer.c:
19952         * gst/wavenc/gstwavenc.c:
19953         * gst/wavparse/gstwavparse.c:
19954         * sys/oss/gstossaudio.c:
19955         * sys/osxaudio/gstosxaudio.c:
19956           update GST_PLUGIN_DEFINE
19957         * gst/rtp/Makefile.am:
19958         * gst/rtp/gstasteriskh263.c:
19959           check for htons/htonl headers and possibly link to winsock2 lib
19960
19961 2005-11-12  Edward Hervey  <edward@fluendo.com>
19962
19963         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
19964         Only GST_DEBUG() information on the valid components.
19965
19966 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19967
19968         * configure.ac: back to HEAD
19969
19970 === release 0.9.5 ===
19971
19972 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19973
19974         * configure.ac:
19975           releasing 0.9.5, "Phone Alarm"
19976
19977 2005-11-11  Edward Hervey  <edward@fluendo.com>
19978
19979         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19980         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
19981         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
19982         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
19983         (gst_avi_demux_loop):
19984         * gst/avi/gstavidemux.h:
19985         Yeah, implement proper seeking. Exact seeking and segment seeking.
19986         Still need to do some checks for segment_stop.
19987
19988 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19989
19990         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19991
19992         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
19993           Don't try to ready buffer duration from buffer that we don't
19994           own any  longer and that might already have been unreffed.
19995           (#321136)
19996
19997 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
19998
19999         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20000         (flx_decode_delta_flc), (gst_flxdec_chain):
20001         Attempting to optimize the code for embedded systems.
20002
20003 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20004
20005         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20006
20007         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20008           Don't re-use already closed file descriptor. (#320920)
20009
20010 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20011
20012         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20013         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20014         (gst_oss_sink_prepare):
20015         * sys/oss/gstosssink.h:
20016           Cache probed caps; fix debug output for SET_PARAM macros.
20017
20018 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20019
20020         * ext/cairo/Makefile.am:
20021         * ext/cairo/gstcairo.c: (plugin_init):
20022         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20023         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20024         (gst_text_overlay_init), (gst_text_overlay_font_init),
20025         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20026         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20027         (gst_text_overlay_text_pad_linked),
20028         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20029         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20030         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20031         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20032         (gst_text_overlay_change_state):
20033         * ext/cairo/gsttextoverlay.h:
20034           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20035           property and redo positioning. Doesn't handle upstream renegotiation
20036           yet though.
20037
20038 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20039
20040         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20041         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20042         (gst_avi_demux_loop):
20043           No need to take the STREAM_LOCK in the loop function. Improve
20044           some debug messages. Don't leak pad names in debug messages.
20045
20046 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20047
20048         * gst/matroska/matroska-demux.c:
20049         (gst_matroska_demux_push_vorbis_codec_priv_data),
20050         (gst_matroska_demux_add_wvpk_header):
20051           Don't error out when the source pad isn't linked.
20052
20053 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20054
20055         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20056         (gst_gconf_audio_sink_change_state):
20057         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20058         (gst_gconf_video_sink_change_state):
20059           Fix state change functions here as well and set kid
20060           to NULL state before removing it.
20061
20062 2005-11-01  Edward Hervey  <edward@fluendo.com>
20063
20064         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20065         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20066         Added proper event handlind, 
20067         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20068         ignored),
20069         and don't set a duration of 0 for buffers otherwise they are discarded
20070         by GstBaseSink.
20071
20072         GstWavEnc needs some serious loving, after going through the code I'm
20073         really wondering how this can stay in -good ...
20074
20075 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20076
20077         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20078         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20079         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20080         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20081         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20082         (gst_matroska_mux_collected):
20083           Fix leaks and invalid memory access as reported by valgrind
20084
20085 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20086
20087         Patch by: Michal Benes <michal.benes@xeris.cz>
20088
20089         * check/Makefile.am:
20090         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20091         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20092         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20093           add a unit test for matroskamux
20094           fix the bugs that the unit test exposed
20095
20096 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20097
20098         * gst/autodetect/gstautoaudiosink.c:
20099         (gst_auto_audio_sink_class_init),
20100         (gst_auto_audio_sink_change_state):
20101         * gst/autodetect/gstautovideosink.c:
20102         (gst_auto_video_sink_class_init),
20103         (gst_auto_video_sink_change_state):
20104           Fix state change function and use GST_DEBUG_FUNCPTR in
20105           class_init.
20106
20107 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20108
20109         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20110
20111         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20112         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20113         * gst/matroska/ebml-write.h:
20114         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20115           Set timestamps on outgoing ebml headers as well, so that the
20116           element after matroskamux can get the timestamp already when
20117           reading the first ebml element and doesn't have to wait for
20118           the actual data buffer for that (#320308).
20119           
20120 2005-10-31  Andy Wingo  <wingo@pobox.com>
20121
20122         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20123         (gst_videomixer_pad_link): Kill some memleaks.
20124         (gst_videomixer_pad_get_property): Style fix.
20125         (gst_videomixer_pad_set_property): Style fix.
20126         (gst_videomixer_pad_init): Style fix.
20127         (gst_videomixer_update_queues): Kill memleak.
20128         (gst_videomixer_loop): Kill memleak.
20129         (gst_videomixer_collected): Kill memleak.
20130
20131 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20132
20133         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20134         gst_auparse_change_state:
20135         Just some cleanup.
20136
20137 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20138
20139         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20140         Add checks to GST_FLOW_NOT_LINKED for values returned
20141         from gst_pad_push.
20142         
20143 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20144
20145         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20146         (gst_rtpg711dec_process):
20147         * gst/rtp/gstrtpgsmenc.c:
20148         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20149         are never set. This is important for the g711 to work with burger's rtpbin
20150         element.
20151
20152 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20153
20154         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20155         (gst_speexenc_push_buffer):
20156         Add checks for return values from gst_pad_push and
20157         gst_pad_alloc_buffer.
20158
20159 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20160
20161         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20162
20163         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20164         (gst_matroska_demux_parse_info),
20165         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20166         (gst_matroska_demux_parse_cluster):
20167         * gst/matroska/matroska-ids.h:
20168         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20169         (gst_matroska_mux_init), (gst_matroska_mux_start),
20170         (gst_matroska_mux_create_buffer_header),
20171         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20172         (gst_matroska_mux_get_property):
20173         * gst/matroska/matroska-mux.h:
20174           Add SimpleBlock support to matroska demuxer and muxer (part of
20175           Matroska v2). (#319731)
20176
20177 2005-10-28  Wim Taymans  <wim@fluendo.com>
20178
20179         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20180         (gst_jpeg_dec_change_state):
20181         * ext/jpeg/gstjpegdec.h:
20182         Cleanups. Don't create caps for every chain.
20183
20184 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20185
20186         * gst/law/alaw-encode.c: (gst_alawenc_init),
20187         (alawenc_setcaps), (gst_alawenc_chain)
20188         * gst/law/alaw-encode.h:
20189         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20190         (mulawenc_setcaps), (gst_mulawenc_chain)
20191         * gst/law/mulaw-encode.h:
20192         Set timestamp on buffer and it allows RTP G711 elements
20193         work properly.
20194
20195 2005-10-27  Wim Taymans  <wim@fluendo.com>
20196
20197         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20198         Set correct format on oss instead of a silly value. 
20199
20200 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20201
20202         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20203         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20204         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20205         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20206         I420 rendering as well, doesn't bring much for my platform.
20207         Might help on some other platforms.
20208
20209 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20210
20211         * gst/rtp/gstrtpgsmenc.c:
20212         * gst/rtp/gstrtpgsmparse.c:
20213         Declaring the padtemplate correctly.
20214
20215 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20216
20217         * gst/rtp/gstrtpg711dec.c:
20218         * gst/rtp/gstrtpg711enc.c:
20219         * gst/rtp/gstrtpgsmenc.c:
20220         * gst/rtp/gstrtpgsmparse.c:
20221         Setting the proper copyright notice.
20222
20223 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20224
20225         * gst/videobox/Makefile.am: Use liboil.
20226         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20227         (gst_video_box_set_property), (gst_video_box_transform_caps),
20228         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20229         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20230         using liboil. Will dot the same to I420 border generation
20231         tomorrow.
20232
20233 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20234
20235         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20236         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20237         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20238         * gst/rtp/gstrtpg711dec.h:
20239         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20240         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20241         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20242         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20243         (gst_rtpgsmenc_handle_buffer):
20244         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20245         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20246         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20247         * gst/rtp/gstrtpgsmparse.h:
20248         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20249         inherits from the basertpdepayloader.
20250
20251 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20252
20253         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20254         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20255         (gst_video_box_ayuv): Removing this forgotten debug.
20256
20257 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20258
20259         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20260         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20261         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20262
20263 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20264
20265         * sys/oss/gstossaudio.c:
20266         * sys/oss/gstossdmabuffer.c:
20267         * sys/oss/gstosshelper.c:
20268         * sys/oss/gstossmixer.c:
20269         * sys/oss/gstossmixerelement.c:
20270         * sys/oss/gstossmixertrack.c:
20271         * sys/oss/gstosssink.c:
20272         * sys/oss/gstosssrc.c:
20273           Actually use the 'oss' debug category we register.
20274
20275 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20276
20277         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20278         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20279         Use gst_pad_get_parent and drop the ref that was added through
20280         that call.
20281
20282 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20283
20284         * gst/rtp/gstrtpgsmenc.c:
20285           Fix compilation
20286
20287 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20288
20289         * gst/rtp/gstrtpg711dec.c
20290         Just removed a couple of lines of weird code used during
20291         development/test time.
20292
20293 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20294
20295         * gst/rtp/Makefile.am
20296         * gst/rtp/gstrtp.c
20297         * gst/rtp/gstrtpg711enc.c
20298         * gst/rtp/gstrtpg711enc.h
20299         * gst/rtp/gstrtpg711dec.c
20300         * gst/rtp/gstrtpg711dec.h
20301         Created G711 payloader and depayloader (it supports mulaw and alaw
20302         (dec)encoders)
20303
20304 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20305
20306         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20307         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20308         Doh ! I introduced wingo's bug again ! Sorry...
20309
20310 2005-10-25  Christian Schaller <christian@fluendo.com> 
20311
20312         * gst/rtp/Makefile.am: add missing header files for disting
20313
20314 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20315
20316         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20317         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20318         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20319         (gst_rtpgsmenc_handle_buffer):
20320         * gst/rtp/gstrtpgsmenc.h:
20321         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20322         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20323         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20324         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20325         * gst/rtp/gstrtpgsmparse.h:
20326         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20327
20328 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20329
20330         * ext/libpng/gstpngdec.c: (user_info_callback),
20331         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20332         a newsegment event, move some redundant code in a single place.
20333
20334 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20335
20336         * ext/libpng/gstpngdec.c: (user_info_callback),
20337         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20338         hack to get correct colors order when we have a png image with
20339         alpha channel.
20340
20341 2005-10-24  Edward Hervey  <edward@fluendo.com>
20342
20343         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20344         Call gst_element_no_more_pads when there will be no more pads.
20345
20346 2005-10-24  Wim Taymans  <wim@fluendo.com>
20347
20348         * gst/rtp/Makefile.am:
20349         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20350         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20351         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20352         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20353         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20354         (gst_asteriskh263_plugin_init):
20355         * gst/rtp/gstasteriskh263.h:
20356         * gst/rtp/gstrtp.c: (plugin_init):
20357         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20358         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20359         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20360         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20361         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20362         (gst_rtph263enc_plugin_init):
20363         * gst/rtp/gstrtph263enc.h:
20364         Added two new payloaders, an RFC 2190 payloader for h263 and
20365         a payload convertor for an asterisk server.
20366
20367 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20368
20369         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20370           Set bytes_per_sample correctly (is not always 4, but 
20371           depends on width and number of channels).
20372
20373 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20374
20375         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20376         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20377         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20378         (gst_flacenc_sink_event), (gst_flacenc_chain),
20379         (gst_flacenc_set_property), (gst_flacenc_get_property),
20380         (gst_flacenc_change_state):
20381         * ext/flac/gstflacenc.h:
20382           Fix seeking, so that flacenc can rewrite the header with the
20383           correct duration and amount of samples and all that at EOS;
20384           also set timestamps and granulepos on outgoing buffers; add
20385           debug category; fix state change function.
20386           
20387 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20388
20389         * gst/videomixer/videomixer.c: Don't restrict video geometry
20390         from 16 to 4096.
20391
20392 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20393
20394         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20395         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20396         Fix caps negotiation correctly, add debugging category.
20397
20398 2005-10-24  Christian Schaller  <christian@fluendo.com>
20399
20400         * configure.ac: Port over Thomas's change from base listing all plugins
20401
20402 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20403
20404         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20405         a sink pad.
20406
20407 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20408
20409         * configure.ac:
20410         * docs/upload.mak:
20411           back to HEAD
20412
20413 === release 0.9.4 ===
20414
20415 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20416
20417         * configure.ac:
20418           Releasing 0.9.4, "Dromiceiomimus"
20419
20420 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20421
20422         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20423         (gst_speexenc_src_query):
20424           Add position and duration query, fix query type function.
20425           
20426         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20427         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20428           Let's not set non-fixed caps on source pads.
20429
20430 2005-10-21  Wim Taymans  <wim@fluendo.com>
20431
20432         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20433         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20434         (gst_avi_demux_handle_seek):
20435         Set correct stream_time in newsegment event.
20436         avi can also handle a duration query now.
20437
20438 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20439
20440         * gst/matroska/matroska-demux.c:
20441         (gst_matroska_demux_handle_src_query),
20442         (gst_matroska_demux_handle_seek_event),
20443         (gst_matroska_demux_loop_stream_parse_id):
20444           Fix duration query; fix basetime in newsegment event after
20445           seek; fix duration in initial newsegment event.
20446
20447         * gst/matroska/matroska-mux.c:
20448         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20449           Extract number of channels and samplerate from vorbis headers;
20450           add some debug messages when querying the durations of the
20451           input streams.
20452
20453 2005-10-20  Wim Taymans  <wim@fluendo.com>
20454
20455         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20456         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20457         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20458         Set stream time correctly in newsegment.
20459
20460 2005-10-20  Wim Taymans  <wim@fluendo.com>
20461
20462         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20463         Correctly fill in the stream time.
20464
20465 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20466
20467         * check/elements/level.c: (GST_START_TEST):
20468         * gst/level/gstlevel.c: (gst_level_message_new):
20469         * gst/level/level-example.c: (message_handler):
20470           use ELEMENT messages instead
20471
20472 2005-10-19  Wim Taymans  <wim@fluendo.com>
20473
20474         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20475         (gst_dvdemux_src_query):
20476         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20477         (gst_flacdec_src_query):
20478         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20479         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20480         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20481         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20482         * gst/debug/progressreport.c: (gst_progress_report_report):
20483         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20484         * gst/matroska/matroska-demux.c:
20485         (gst_matroska_demux_handle_src_query):
20486         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20487         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20488         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20489         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20490         (gst_wavparse_srcpad_event):
20491         API change fix.
20492
20493 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20494
20495         * gst/goom/filters.c:
20496         * gst/goom/graphic.h:
20497         * gst/goom/lines.c:
20498           Make inline functions either 'static inline' or 'extern inline',
20499           otherwise the Forte compiler apparently won't inline them (#317300).
20500
20501 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20502
20503         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20504         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20505         (user_info_callback), (user_endrow_callback), (user_end_callback),
20506         (user_read_data), (gst_pngdec_caps_create_and_set),
20507         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20508         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20509         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20510         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20511         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20512         very nice and handle push/pull based model. if you have filesrc
20513         connected to it, it will do random access to load the png file.
20514         If you have a network source that can't do _getrange, it does 
20515         progressive loading through the chain function.
20516         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20517         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20518         thanks to Master Wim Taymans ;-)
20519
20520 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20521
20522         * gst/matroska/Makefile.am:
20523         * gst/matroska/ebml-read.c:
20524         * gst/matroska/ebml-read.h:
20525         * gst/matroska/matroska-demux.c:
20526         * gst/matroska/matroska-demux.h:
20527         * gst/matroska/matroska.c: (plugin_init):
20528           Ported matroska demuxer to 0.9.
20529
20530 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20531
20532         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20533
20534         * gst/matroska/matroska-mux.c:
20535         (gst_matroska_mux_video_pad_setcaps),
20536         (gst_matroska_mux_audio_pad_setcaps):
20537           Fix mpeg4 input handling (#318847); also, while we're at it,
20538           fix media type for Motion-JPEG: should be image/jpeg.
20539
20540 2005-10-18  Wim Taymans  <wim@fluendo.com>
20541
20542         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20543         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20544         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20545         Fix for segment-start/stop API change.
20546
20547 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20548
20549         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20550         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20551         way.
20552
20553 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20554
20555         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20556         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20557         output declared in transform_caps.
20558
20559 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20560
20561         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20562
20563 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20564
20565         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20566         (gst_video_box_get_unit_size): Fix wrong size calculations and
20567         implement get_unit_size correctly.
20568
20569 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20570
20571         * configure.ac:
20572           Enable flx plugin.
20573
20574         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20575           Fix gcc4 signedness issue.
20576
20577 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20578
20579         * configure.ac: Adding videomixer.
20580         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20581         (user_read_data), (gst_pngdec_chain): More debugging.
20582         * gst/alpha/Makefile.am: Adding alphacolor
20583         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20584         (gst_alpha_color_class_init), (gst_alpha_color_init),
20585         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20586         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20587         (plugin_init): Ported to 0.9 using in place base tranform.
20588         * gst/videomixer/Makefile.am:
20589         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20590         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20591         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20592         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20593         (gst_videomixer_init), (gst_videomixer_getcaps),
20594         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20595         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20596         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20597         to 0.9 using collectpads.
20598
20599 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20600
20601         * configure.ac:
20602         * gst/flx/Makefile.am:
20603         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20604         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20605         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20606         * gst/flx/gstflxdec.h:
20607         flx plugin ported to 0.9
20608
20609 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20610
20611         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20612           use new gst_version_string()
20613
20614 2005-10-16  Andy Wingo  <wingo@pobox.com>
20615
20616         * configure.ac: GLIB_CHECK.
20617
20618 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20619
20620         * ext/libpng/Makefile.am:
20621         * ext/libpng/gstpng.c: (plugin_init):
20622         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20623         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20624         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20625
20626 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
20627
20628         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20629
20630         * configure.ac:
20631         * gst/matroska/Makefile.am:
20632         * gst/matroska/ebml-ids.h:
20633         * gst/matroska/ebml-write.c:
20634         * gst/matroska/ebml-write.h:
20635         * gst/matroska/matroska-ids.h:
20636         * gst/matroska/matroska-mux.c:
20637         * gst/matroska/matroska-mux.h:
20638         * gst/matroska/matroska.c: (plugin_init):
20639           Port matroska muxer to 0.9 (#318847).
20640
20641 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20642
20643         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
20644         (comment_init), (comment_add):
20645           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
20646           use GST_READ_UINT32_LE() and friends rather than the private
20647           implementation of those same macros.
20648
20649 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20650
20651         * examples/stats/mp2ogg.c:
20652           more typo fixes
20653
20654 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20655
20656         * examples/indexing/indexmpeg.c: (main):
20657         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
20658         (gst_esdmon_close_audio), (gst_esdmon_change_state):
20659         * ext/esd/esdmon.h:
20660         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
20661         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
20662         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20663         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20664         * gst/avi/gstavimux.c: (gst_avimux_init):
20665         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
20666         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
20667         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
20668         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
20669         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
20670         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
20671         * gst/oldcore/gstmultifilesrc.h:
20672         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
20673         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
20674         (gst_pipefilter_change_state):
20675         * gst/oldcore/gstpipefilter.h:
20676         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20677         * gst/videomixer/videomixer.c: (gst_videomixer_init):
20678         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
20679         * sys/osxaudio/gstosxaudiosink.h:
20680         * sys/osxaudio/gstosxaudiosrc.h:
20681           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20682           moved bitshift from macro to enum definition
20683
20684 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20685
20686         * ext/Makefile.am:
20687         * ext/cairo/Makefile.am:
20688         * ext/cairo/gstcairo.c: (plugin_init):
20689         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
20690         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20691         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
20692         * ext/cairo/gsttimeoverlay.h:
20693           update of cairo-based timeoverlay to 1.0 Cairo API
20694           doesn't work yet for resizing of output sink
20695
20696 2005-10-11  Wim Taymans  <wim@fluendo.com>
20697
20698         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
20699         newsegment API fix.
20700
20701 2005-10-11  Wim Taymans  <wim@fluendo.com>
20702
20703         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
20704         (gst_dvdemux_demux_frame):
20705         * ext/flac/gstflacdec.c: (gst_flacdec_write):
20706         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20707         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
20708         (gst_avi_demux_handle_seek):
20709         * gst/goom/gstgoom.c: (gst_goom_event):
20710         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20711         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20712         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20713         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20714         (gst_wavparse_srcpad_event):
20715         newsegment API update.
20716
20717 2005-10-11  Andy Wingo  <wingo@pobox.com>
20718
20719         * ext/speex/gstspeexenc.c: Signedness cleanups.
20720
20721 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
20722
20723         * PORTED_09:
20724         * ext/speex/Makefile.am:
20725         * ext/speex/gstspeex.c:
20726         * ext/speex/gstspeexenc.c:
20727         Speexenc ported to 0.9
20728
20729 2005-10-10  Wim Taymans  <wim@fluendo.com>
20730
20731         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
20732         (gst_oss_sink_init), (gst_oss_sink_set_property),
20733         (gst_oss_sink_get_property), (gst_oss_sink_open),
20734         (gst_oss_sink_prepare), (gst_oss_sink_reset):
20735         * sys/oss/gstosssink.h:
20736         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
20737         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
20738         (gst_oss_src_prepare):
20739         Cleanups, make device configurable in the sink, handle and report
20740         errors.
20741
20742 2005-10-10  Wim Taymans  <wim@fluendo.com>
20743
20744         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
20745         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
20746         Make sure element is NULL before removing from the bin.
20747
20748 2005-10-07  Andy Wingo  <wingo@pobox.com>
20749
20750         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
20751         block forever in a read().
20752         (gst_dv1394src_bus_reset): Post a message when the cable is
20753         unplugged.
20754         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
20755         (gst_dv1394src_bus_reset): Don't unref the message.
20756
20757         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
20758         hacking. The only change should be that the state change stuff was
20759         put into basesrc's start() and stop() routines, which coalesces
20760         some steps.
20761
20762 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
20763
20764         * configure.ac:
20765           Add check for mmap
20766           
20767         * gst/debug/Makefile.am:
20768           Only compile efence plugin on systems that have mmap.
20769
20770 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
20771
20772         * gst/debug/Makefile.am:
20773         * gst/debug/breakmydata.c:
20774         * gst/debug/gstdebug.c:
20775         * gst/debug/gstnavigationtest.c:
20776         * gst/debug/gstnavseek.c: 
20777         * gst/debug/gstnavseek.h:
20778         * gst/debug/progressreport.c: 
20779         * gst/debug/testplugin.c:
20780           Port progressreport, navseek, navigationtest, testsink and
20781           breakmydata.
20782
20783 2005-10-05  Edward Hervey  <edward@fluendo.com>
20784
20785         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
20786         (gst_dvdemux_src_query):
20787         Fixes for better conversion
20788
20789 2005-10-04  Michael Smith <msmith@fluendo.com>
20790
20791         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
20792         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20793         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20794         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20795           Set state of elements to NULL before removing from bins.
20796           Set state of test element to NULL if we failed to move it to READY
20797
20798 2005-10-04  Edward Hervey  <edward@fluendo.com>
20799
20800         * ext/dv/Makefile.am:
20801         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
20802         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20803         Corrected the query function for position so it doesn't forget what
20804         format was asked, and calls the conversion functions on the correct pad.
20805
20806 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20807
20808         * configure.ac:
20809           back to development
20810
20811 === release 0.9.3 ===
20812
20813 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20814
20815         * configure.ac:
20816           Releasing 0.9.3, "Aramis"
20817
20818 2005-10-03  Andy Wingo  <wingo@pobox.com>
20819
20820         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20821         error returns.
20822
20823 2005-10-02  Andy Wingo  <wingo@pobox.com>
20824
20825         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20826
20827         * ext/flac/gstflacenc.c: Ported to 0.9.
20828
20829         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20830
20831         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20832         and link to gsttagedit. Enable flacenc.
20833
20834         * ext/flac/gstflacdec.c: Re-enable tag reading.
20835
20836 2005-09-30  Wim Taymans  <wim@fluendo.com>
20837
20838         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20839         * gst/rtp/gstrtpgsmparse.c:
20840         * gst/rtp/gstrtph263penc.c:
20841         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20842         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20843         (gst_rtpmp4venc_set_property):
20844         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20845         Various class and caps fixes from Andre Magalhaes (andrunko)
20846
20847 2005-09-29  Wim Taymans  <wim@fluendo.com>
20848
20849         * gst/level/level-example.c: (main):
20850         Update for new bus API.
20851
20852 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20853
20854         * configure.ac:
20855           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20856           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20857
20858 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20859
20860         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20861           Fix playback of mono streams (bytes_per_sample should be set
20862           from the sample width and the number of channels negotiated,
20863           and not just be set to 4) (#317338)
20864
20865 2005-09-26  Wim Taymans  <wim@fluendo.com>
20866
20867         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20868         (gst_rtpmpaenc_handle_buffer):
20869         Set buffer duration correctly.
20870
20871 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20872
20873         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20874         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20875         (gst_avi_demux_change_state):
20876           Don't crash when encountering a stream with an unknown fourcc or
20877           codec id. Instead, create a pad of type video/x-avi-unknown or
20878           audio/x-avi-unknown, which as a side-effect also results in less
20879           confusing error messages in players ('no decoder' vs. 'no streams');
20880           minor fixes to state change function and class_init function.
20881
20882 2005-09-24  Wim Taymans  <wim@fluendo.com>
20883
20884         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20885         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20886         These are sinks.
20887
20888 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20889
20890         * check/elements/level.c: (GST_START_TEST):
20891           fix test for new GstClockTime use
20892         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20893         (gst_level_transform_ip):
20894         * gst/level/gstlevel.h:
20895           fix up the decay peak, ensuring the decay peak is never lower
20896           than the peak for that interval
20897
20898 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20899
20900         * docs/plugins/gst-plugins-good-plugins.args:
20901         * docs/plugins/inspect/plugin-alpha.xml:
20902         * docs/plugins/inspect/plugin-rtp.xml:
20903         * gst/level/gstlevel.c: (gst_level_set_caps),
20904         (gst_level_transform_ip):
20905           updating docs
20906
20907 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20908
20909         * Makefile.am:
20910         * check/elements/level.c: (GST_START_TEST):
20911         * gst/level/Makefile.am:
20912         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20913         (gst_level_set_property), (gst_level_get_property),
20914         (gst_level_set_caps), (gst_level_message_new),
20915         (gst_level_transform_ip):
20916         * gst/level/gstlevel.h:
20917         * gst/level/level-example.c: (message_handler), (main):
20918           convert to using GstClockTime for all time values, finally.
20919
20920 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20921
20922         * gst/auparse/Makefile.am:
20923         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20924           fix up build
20925         * configure.ac:
20926         * ext/cairo/Makefile.am:
20927         * ext/dv/Makefile.am:
20928         * ext/esd/Makefile.am:
20929         * ext/flac/Makefile.am:
20930         * ext/gconf/Makefile.am:
20931         * ext/gdk_pixbuf/Makefile.am:
20932         * ext/jpeg/Makefile.am:
20933         * ext/ladspa/Makefile.am:
20934         * ext/libcaca/Makefile.am:
20935         * ext/libmng/Makefile.am:
20936         * ext/libpng/Makefile.am:
20937         * ext/mikmod/Makefile.am:
20938         * ext/pango/Makefile.am:
20939         * ext/raw1394/Makefile.am:
20940         * ext/shout2/Makefile.am:
20941         * ext/speex/Makefile.am:
20942         * gst/alpha/Makefile.am:
20943         * gst/autodetect/Makefile.am:
20944         * gst/avi/Makefile.am:
20945         * gst/cutter/Makefile.am:
20946         * gst/debug/Makefile.am:
20947         * gst/effectv/Makefile.am:
20948         * gst/flx/Makefile.am:
20949         * gst/goom/Makefile.am:
20950         * gst/interleave/Makefile.am:
20951         * gst/law/Makefile.am:
20952         * gst/matroska/Makefile.am:
20953         * gst/median/Makefile.am:
20954         * gst/monoscope/Makefile.am:
20955         * gst/multipart/Makefile.am:
20956         * gst/oldcore/Makefile.am:
20957         * gst/rtp/Makefile.am:
20958         * gst/rtsp/Makefile.am:
20959         * gst/smoothwave/Makefile.am:
20960         * gst/smpte/Makefile.am:
20961         * gst/videobox/Makefile.am:
20962         * gst/videofilter/Makefile.am:
20963         * gst/videomixer/Makefile.am:
20964         * gst/wavenc/Makefile.am:
20965         * gst/wavparse/Makefile.am:
20966         * sys/oss/Makefile.am:
20967         * sys/osxaudio/Makefile.am:
20968         * sys/osxvideo/Makefile.am:
20969           fix up GST_LIBS use
20970
20971 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20972
20973         * gst/auparse/Makefile.am:
20974         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20975           fix build of auparse
20976
20977 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
20978
20979         * configure.ac:
20980         * PORTED_09:
20981         * gst/auparse/gstauparse.c:
20982         * gst/auparse/gstauparse.h:
20983         Auparse ported to 0.9.
20984
20985 2005-09-22  Wim Taymans  <wim@fluendo.com>
20986
20987         * gst/rtp/TODO:
20988         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
20989         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20990         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20991         (gst_rtpmp4venc_set_property):
20992         * gst/rtp/gstrtpmp4venc.h:
20993         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20994         * gst/rtp/gstrtpmpaenc.h:
20995         Use is_filled to both check MTU and max-ptime of base class.
20996
20997 2005-09-22  Wim Taymans  <wim@fluendo.com>
20998
20999         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21000         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21001         (gst_rtpmp4venc_set_property):
21002         Don't fragment packets with multiple frames.
21003
21004 2005-09-22  Wim Taymans  <wim@fluendo.com>
21005
21006         * gst/rtp/TODO:
21007         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21008         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21009         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21010         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21011         (gst_rtpmp4venc_get_property):
21012         * gst/rtp/gstrtpmp4venc.h:
21013         Remove g_print.
21014         Update TODO
21015         Make payload encoder a bit smarter and more correct with
21016         timestamps.
21017         Added option in payloader to include config string in-band.
21018
21019 2005-09-21  Wim Taymans  <wim@fluendo.com>
21020
21021         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21022         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21023         (gst_rtspsrc_send):
21024         Strip spaces for key/value pairs.
21025
21026 2005-09-21  Wim Taymans  <wim@fluendo.com>
21027
21028         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21029         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21030         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21031         (gst_rtspsrc_change_state):
21032         More SDP parsing and caps setting.
21033         Do NO_PREROLL differently.
21034         add pads only after negotiated.
21035
21036         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21037         (gst_udpsrc_getcaps):
21038         Implement the getcaps function.
21039
21040 2005-09-21  Wim Taymans  <wim@fluendo.com>
21041
21042         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21043         (gst_rtpamrdec_chain):
21044         Handle multiple AMr packets per payload. Handle CRC and
21045         parse ILL/ILP.
21046
21047         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21048         Make caps params strings for easy SDP mapping.
21049         
21050         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21051         Handle capsnego better.
21052
21053         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21054         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21055         Generate and parse config string in the caps.
21056
21057 2005-09-21  Wim Taymans  <wim@fluendo.com>
21058
21059         * gst/rtp/README:
21060         Update README
21061
21062         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21063         Make extra params as strings.
21064
21065         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21066         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21067         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21068         Make state change return NO_PREROLL as this is a live
21069         source.
21070
21071         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21072         Don't unref old caps when NULL.
21073
21074 2005-09-20  Wim Taymans  <wim@fluendo.com>
21075
21076         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21077         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21078         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21079         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21080         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21081         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21082         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21083         * gst/rtsp/sdpmessage.h:
21084         Add URI handler.
21085         Parse SDP and create caps.
21086
21087 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21088
21089         * gst/alpha/gstalpha.c:
21090           fix element description
21091
21092 2005-09-19  Wim Taymans  <wim@fluendo.com>
21093
21094         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21095         Don't check payload for now.
21096
21097 2005-09-19  Wim Taymans  <wim@fluendo.com>
21098
21099         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21100         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21101         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21102         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21103         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21104         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21105         (gst_wavparse_change_state):
21106         * gst/wavparse/gstwavparse.h:
21107         Fix wavparse some more.
21108
21109 2005-09-19  Wim Taymans  <wim@fluendo.com>
21110
21111         * check/elements/level.c: (GST_START_TEST):
21112         Fix for bus API change.
21113
21114 2005-09-19  Wim Taymans  <wim@fluendo.com>
21115
21116         * gst/level/level-example.c: (main):
21117         Fix for new bus API.
21118
21119         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21120         Set caps on pads.
21121
21122 2005-09-15  Wim Taymans  <wim@fluendo.com>
21123
21124         * gst/rtp/Makefile.am:
21125         * gst/rtp/README:
21126         * gst/rtp/gstrtp.c: (plugin_init):
21127         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21128         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21129         (gst_rtpamrdec_change_state):
21130         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21131         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21132         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21133         * gst/rtp/gstrtpamrenc.h:
21134         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21135         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21136         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21137         * gst/rtp/gstrtpgsmenc.h:
21138         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21139         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21140         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21141         (gst_rtpgsmparse_change_state):
21142         * gst/rtp/gstrtpgsmparse.h:
21143         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21144         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21145         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21146         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21147         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21148         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21149         * gst/rtp/gstrtph263penc.h:
21150         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21151         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21152         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21153         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21154         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21155         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21156         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21157         * gst/rtp/gstrtpmp4venc.h:
21158         * gst/rtp/gstrtpmpadec.c:
21159         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21160         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21161         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21162         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21163         * gst/rtp/gstrtpmpaenc.h:
21164         Updates to payloader/depayloaders, make payloaders use
21165         the base classes.
21166         Updated README with suggested RTP caps and how to convert
21167         to/from SDP.
21168         Added config descriptor in mp4v payloader.
21169
21170 2005-09-15  Andy Wingo  <wingo@pobox.com>
21171
21172         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21173         * gst/autodetect/gstautovideosink.c
21174         (gst_auto_video_sink_find_best): Update for new registry API.
21175
21176 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21177
21178         * common/c-to-xml.py:
21179         * common/gtk-doc-plugins.mak:
21180           a simple py script to generate valid xml from a C example
21181           probably also need to strip an MIT license when we decide
21182         * docs/plugins/Makefile.am:
21183         * gst/level/Makefile.am:
21184         * gst/level/gstlevel.c: (gst_level_init):
21185         * gst/level/level-example.c: (message_handler), (main):
21186           add an example to level that will show up in the docs
21187         * gst/rtp/TODO:
21188           add a note for the future
21189
21190 2005-09-14  Michael Smith <msmith@fluendo.com>
21191
21192         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21193           Actually define the debug object being used in wavenc. Fixes #316205
21194
21195 2005-09-14  Michael Smith <msmith@fluendo.com>
21196
21197         * gst/smpte/Makefile.am:
21198           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21199           needed to build on windows (bug 316204)
21200
21201 2005-09-12  Andy Wingo  <wingo@pobox.com>
21202
21203         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21204
21205 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21206
21207         * configure.ac:
21208         * gst/fdsrc/Makefile.am:
21209         * gst/fdsrc/gstfdsrc.c:
21210         * gst/fdsrc/gstfdsrc.h:
21211           Move fdsrc back into gstreamer core elements.
21212
21213         * gst/level/gstlevel.c: (gst_level_class_init),
21214         (gst_level_transform_ip):
21215         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21216           Basetransform changes.
21217
21218 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21219
21220         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21221         * ext/jpeg/smokecodec.c: (find_best_size):
21222           fix compiler warnings
21223
21224 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21225
21226         * gst-plugins-good.spec.in:
21227           spec file fixes
21228         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21229         (gst_multiudpsink_render), (gst_multiudpsink_add),
21230         (gst_multiudpsink_clear):
21231           it actually helps to actually stream if we hook up the
21232           "add" signal to an actual implementation
21233         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21234           some debugging
21235
21236 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21237
21238         * ext/jpeg/Makefile.am:
21239         * ext/jpeg/gstjpeg.c
21240         * ext/jpeg/gstjpegenc.c:
21241         * ext/jpeg/gstsmokeenc.c:
21242
21243 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21244
21245         * ext/flac/gstflacdec.c:
21246         * ext/flac/gstflacenc.c:
21247         * ext/flac/gstflactag.c:
21248         * ext/speex/gstspeexenc.c:
21249           gsttaginterface.h -> gsttagsetter.h
21250
21251 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21252
21253         * configure.ac:
21254         * gst/debug/Makefile.am:
21255         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21256         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21257         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21258         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21259         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21260           Port to 0.9 and re-enable efence plugin.
21261
21262 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21263
21264         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21265         (gst_flacdec_write), (gst_flacdec_convert_src):
21266         * ext/flac/gstflacdec.h:
21267           Add support for flac files with 24/32 bits per sample; and misc.
21268           minor clean-ups. Seeking is still partly broken (for me at least).
21269
21270 2005-09-06  Wim Taymans  <wim@fluendo.com>
21271
21272         * gst/rtp/Makefile.am:
21273         * gst/rtp/gstrtp.c: (plugin_init):
21274         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21275         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21276         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21277         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21278         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21279         (gst_rtpmp4vdec_plugin_init):
21280         * gst/rtp/gstrtpmp4vdec.h:
21281         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21282         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21283         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21284         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21285         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21286         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21287         * gst/rtp/gstrtpmp4venc.h:
21288         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21289         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21290         Added mpeg4 video payload encoder/decoder.
21291         Added some docs in mpa payloader.
21292
21293 === release 0.9.1 ===
21294
21295 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21296
21297         * NEWS:
21298         * README:
21299         * RELEASE:
21300         * autogen.sh:
21301         * configure.ac:
21302           releasing 0.9.1, "Blondie"
21303
21304 2005-09-05  Andy Wingo  <wingo@pobox.com>
21305
21306         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21307         here from the state change handler, so we fire signals without
21308         holding the state lock.
21309
21310 2005-09-02  Andy Wingo  <wingo@pobox.com>
21311
21312         * All plugins updated for element state changes.
21313
21314 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21315
21316         * Makefile.am:
21317         * check/.cvsignore:
21318         * check/Makefile.am:
21319         * check/elements/.cvsignore:
21320         * check/elements/level.c: (setup_level), (cleanup_level),
21321         (GST_START_TEST), (level_suite), (main):
21322           add a test for level
21323         * common/release.mak:
21324           move the enum checking to release.mak
21325         * configure.ac:
21326           add valgrind and check checking
21327         * gst/level/gstlevel.c: (gst_level_transform):
21328         * gst/level/gstlevel.h:
21329           fix Andy's cast bug
21330           convert a field to int
21331           fix the arithmetic to int when checking for emit so that a
21332           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21333
21334 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21335
21336         * Makefile.am:
21337         * configure.ac:
21338           add docs to build
21339         * common/plugins.xsl:
21340           wrap Description into a refsect2
21341         * docs/Makefile.am:
21342         * docs/plugins/Makefile.am:
21343         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21344         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21345         * gst/goom/Makefile.am:
21346         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21347         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21348         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21349         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21350         (gst_goom_change_state):
21351         * gst/goom/gstgoom.h:
21352           GstGOOM -> GstGoom
21353           add an example launch line
21354         * gst/level/gstlevel.h:
21355         * gst/monoscope/gstmonoscope.c:
21356           cleanups
21357
21358 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21359
21360         * configure.ac:
21361         * docs/plugins/Makefile.am:
21362         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21363         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21364         * docs/plugins/gst-plugins-good-plugins.types:
21365           document elements and plugins.  Shazam !
21366
21367 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21368
21369         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21370           be found under doc/random/ChangeLog-0.8