gst/wavparse/gstwavparse.c: Fix the scaling code.
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
5         (gst_wavparse_stream_headers):
6         Fix the scaling code.
7         Fix parsing of the INFO chunks, we were reading the wrong number of
8         bytes.  Fixes #561580.
9
10 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
11
12         * gst/matroska/matroska-mux.c:
13         Fix NULL pointer dereference of an unset codec_id in the recently 
14         added Dirac paths
15
16 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
17
18         * tests/check/Makefile.am:
19         Just keep disabling elements that hang the states test until it
20         works.
21
22 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
23
24         * ext/libpng/gstpngenc.c:
25         Don't flush downstream after every buffer - that's not what
26         this libpng callback is for at all!
27
28 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
29
30         * sys/v4l2/v4l2src_calls.c:
31           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
32           (gst_v4l2src_probe_caps_for_format):
33           Turns out we don't always get the frame sizes in a predefined
34           order from lowest to highest resolution, so let's just sort the
35           list by frame size once we've queried the possible resolutions
36           rather than assume any particular order. Fixes probed caps for
37           the camera in my HP2133 mini notebook and makes v4l2src default
38           to a decent size.
39
40 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
41
42         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
43         * gst/matroska/matroska-ids.h:
44         Make mkvdemux aware of E-AC3.
45
46 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
47
48         * gst/rtp/Makefile.am:
49         * gst/rtp/gstrtp.c: (plugin_init):
50         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
51         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
52         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
53         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
54         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
55         (gst_rtp_jpeg_depay_change_state),
56         (gst_rtp_jpeg_depay_plugin_init):
57         * gst/rtp/gstrtpjpegdepay.h:
58         Add a jpeg depayloader.
59
60         * gst/rtp/gstrtpjpegpay.c:
61         Set the default properties on the payloader to better defaults.
62
63 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
64
65         * sys/v4l2/gstv4l2.c:
66           Give it a primary rank for autovideosrc.
67
68 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
69
70         Patch by: Bjorn Ostby <bjornos at axis dot com>
71
72         * gst/rtp/Makefile.am:
73         * gst/rtp/gstrtp.c: (plugin_init):
74         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
75         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
76         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
77         (gst_rtp_jpeg_pay_read_quant_table),
78         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
79         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
80         (gst_rtp_jpeg_pay_plugin_init):
81         * gst/rtp/gstrtpjpegpay.h:
82         Add JPEG payloader. Fixes #560756.
83
84 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
85
86         Patch by: Fabricio Godoy <skarllot at gmail dot com>
87
88         * sys/oss/gstosssink.c: (gst_oss_sink_open):
89         * sys/oss/gstosssrc.c: (gst_oss_src_open):
90         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
91         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
92         Fix some spelling mistakes. Fixes #556802.
93
94 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
95
96         * gst/equalizer/GstIirEqualizer10Bands.prs:
97         * gst/equalizer/GstIirEqualizer3Bands.prs:
98         * gst/equalizer/Makefile.am:
99         * gst/equalizer/gstiirequalizer10bands.c:
100         * gst/equalizer/gstiirequalizer3bands.c:
101           Add presets for equalizer. Fixes #522183.
102
103 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
104
105         * gst/rtsp/Makefile.am:
106         * gst/rtsp/gstrtsp.c: (plugin_init):
107         * gst/rtsp/gstrtspgoogle.c:
108         * gst/rtsp/gstrtspgoogle.h:
109         Remove google extension again, it's not needed anymore because we never
110         send multiple transports anymore.
111
112 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
113
114         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
115
116         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
117         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
118         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
119         (gst_rtspsrc_stream_free),
120         (gst_rtspsrc_stream_configure_udp_sinks),
121         (gst_rtspsrc_stream_configure_transport),
122         (gst_rtspsrc_send_dummy_packets),
123         (gst_rtspsrc_create_transports_string),
124         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
125         * gst/rtsp/gstrtspsrc.h:
126         Add property to configure NAT traversal method.
127         Ignore EOS from the internal sinks.
128         Implement sending dummy packets as a (simple) method to open up
129         some firewalls.
130         Send PLAY request to the server after we started the udp sources.
131         Fixes #559545.
132
133 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
134
135         Patch by: Yotam <sh dot yotam at gmail dot com>
136
137         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
138         Flush the remaining frames on EOS. Fixes #560641.
139
140 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
141
142         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
143         Fix compiler warning about printf formatting.
144
145 2008-11-12  Andy Wingo  <wingo@pobox.com>
146
147         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
148         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
149         segment events instead of sending them from the seeking thread.
150         Fixes #559288.
151         (gst_qtdemux_push_pending_newsegment): New helper, sends out
152         queued newsegment events.
153         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
154         call it here, as we only seek when looping, and only push in the
155         movie state.
156
157 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
158
159         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
160         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
161         * gst/qtdemux/qtdemux_fourcc.h:
162         * gst/qtdemux/qtdemux_types.c:
163         Add cover and alternative copyright tag, and enhance some existing
164         ones by marking them as container atoms.
165
166 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
167
168         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
169         Don't ignore the return value of setcaps.
170
171 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
172
173         Patch by: Olivier Crete <tester at tester dot ca>
174
175         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
176         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
177         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
178         * gst/rtp/gstrtpg729pay.h:
179         Replace G729 payloader with an improved version. Fixes #532409.
180
181 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
182
183         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
184         (gst_rtspsrc_change_state):
185         Only send one transport at a time for improved compatibility with some
186         broken servers. See #537832.
187
188 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
189
190         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
191         (gst_rtspsrc_perform_seek):
192         Only pause/play in the seek handler when the source was playing.
193         Fixes #529379.
194
195 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
196
197         * gst/matroska/matroska-mux.c:
198         (gst_matroska_mux_handle_dirac_packet):
199         Fix muxing of Dirac streams if the input already has the format
200         we need, i.e. is the output of matroskademux.
201
202 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
203
204         * gst/avi/gstavimux.c:
205           Don't segfault on string typed tags being NULL. Fixes #560155.
206
207 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
208
209         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
210         (gst_matroska_mux_audio_pad_setcaps):
211         Fix mapping AAC profile to Matroska codec id.
212
213 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
214
215         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
216         (qtdemux_video_caps), (qtdemux_audio_caps):
217         Refactor some raw audio caps building, and handle >16-bit cases.
218         Fix/replace building caps from a string description.
219
220 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
221
222         * gst/audiofx/audiowsincband.c:
223         * gst/audiofx/audiowsinclimit.c:
224         * gst/cutter/gstcutter.c:
225           Make author name consistent with others.
226
227 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
228
229         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
230
231         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
232         (gst_rtspsrc_stream_configure_udp_sink):
233         Pause the RTSP stream before doing a new play request.
234         Make sure that adding the udpsinks does not cause the rtspsrc to become
235         a sink. Fixes #559547.
236
237 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
238
239         * gst/matroska/matroska-ids.h:
240         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
241         (gst_matroska_mux_handle_dirac_packet),
242         (gst_matroska_mux_write_data):
243         Implement Dirac muxing into Matroska comforming to the spec, i.e.
244         put all Dirac packages up to a picture into a Matroska block.
245
246         TODO: Implement writing of the ReferenceBlock Matroska elements,
247         currently the Dirac muxing is only 100% correct if Matroska version 2
248         is selected for muxing.
249
250 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
251
252         Patch by: Bastien Nocera <hadess at hadess dot net>,
253                   Hans de Goede <jwrdegoede at fedoraproject dot org>
254
255         * configure.ac:
256         * sys/v4l2/Makefile.am:
257         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
258         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
259         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
260         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
261         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
262         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
263         (gst_v4l2_get_input), (gst_v4l2_set_input):
264         * sys/v4l2/v4l2_calls.h:
265         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
266         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
267         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
268         (gst_v4l2src_fill_format_list),
269         (gst_v4l2src_probe_caps_for_format_and_size),
270         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
271         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
272         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
273         (gst_v4l2src_get_nearest_size):
274         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
275
276 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
277
278         * ext/aalib/Makefile.am:
279         * ext/annodex/Makefile.am:
280         * ext/cairo/Makefile.am:
281         * ext/dv/Makefile.am:
282         * ext/esd/Makefile.am:
283         * ext/flac/Makefile.am:
284         * ext/gconf/Makefile.am:
285         * ext/gdk_pixbuf/Makefile.am:
286         * ext/hal/Makefile.am:
287         * ext/jpeg/Makefile.am:
288         * ext/ladspa/Makefile.am:
289         * ext/libcaca/Makefile.am:
290         * ext/libmng/Makefile.am:
291         * ext/libpng/Makefile.am:
292         * ext/mikmod/Makefile.am:
293         * ext/pulse/Makefile.am:
294         * ext/raw1394/Makefile.am:
295         * ext/shout2/Makefile.am:
296         * ext/soup/Makefile.am:
297         * ext/speex/Makefile.am:
298         * ext/taglib/Makefile.am:
299         * ext/wavpack/Makefile.am:
300         * gst/alpha/Makefile.am:
301         * gst/apetag/Makefile.am:
302         * gst/audiofx/Makefile.am:
303         * gst/auparse/Makefile.am:
304         * gst/autodetect/Makefile.am:
305         * gst/avi/Makefile.am:
306         * gst/cutter/Makefile.am:
307         * gst/debug/Makefile.am:
308         * gst/effectv/Makefile.am:
309         * gst/equalizer/Makefile.am:
310         * gst/flx/Makefile.am:
311         * gst/goom/Makefile.am:
312         * gst/goom2k1/Makefile.am:
313         * gst/icydemux/Makefile.am:
314         * gst/id3demux/Makefile.am:
315         * gst/interleave/Makefile.am:
316         * gst/law/Makefile.am:
317         * gst/level/Makefile.am:
318         * gst/matroska/Makefile.am:
319         * gst/median/Makefile.am:
320         * gst/monoscope/Makefile.am:
321         * gst/multifile/Makefile.am:
322         * gst/multipart/Makefile.am:
323         * gst/oldcore/Makefile.am:
324         * gst/qtdemux/Makefile.am:
325         * gst/replaygain/Makefile.am:
326         * gst/rtp/Makefile.am:
327         * gst/rtsp/Makefile.am:
328         * gst/smpte/Makefile.am:
329         * gst/spectrum/Makefile.am:
330         * gst/udp/Makefile.am:
331         * gst/videobox/Makefile.am:
332         * gst/videocrop/Makefile.am:
333         * gst/videofilter/Makefile.am:
334         * gst/videomixer/Makefile.am:
335         * gst/wavenc/Makefile.am:
336         * gst/wavparse/Makefile.am:
337         * sys/directdraw/Makefile.am:
338         * sys/directsound/Makefile.am:
339         * sys/oss/Makefile.am:
340         * sys/osxaudio/Makefile.am:
341         * sys/osxvideo/Makefile.am:
342         * sys/sunaudio/Makefile.am:
343         * sys/v4l2/Makefile.am:
344         * sys/waveform/Makefile.am:
345         * sys/ximage/Makefile.am:
346           Don't install static libs for plugins. Fixes #550851 for -good.
347
348 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
349
350         * ext/flac/Makefile.am:
351         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
352         This fixes compilation if FLAC is installed in an uncommon location
353         that is not already handled by other CFLAGS. Fixes bug #558711.
354
355 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
356
357         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
358         Guard more uncommon formats with ifdefs so that we can compile on older
359         versions.
360
361 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
362
363         Patch by: Nick Haddad <nick at haddads dot net>
364
365         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
366         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
367         (gst_avi_demux_stream_data):
368         Invert other uncompressed RGB formats. Fixes #558554.
369
370 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
371
372         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
373         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
374         * gst/wavenc/gstwavenc.h:
375         Add support for float/double as input and remove the (nowadays)
376         useless parsing of the depth as we require width==depth.
377
378 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
379
380         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
381         * gst/rtp/gstrtpmpapay.c:
382         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
383         mpeg version 1. Fixes #558427.
384
385 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
386
387         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
388         (gst_rtp_L16_pay_getcaps):
389         Only put an integral amount of samples in the RTP packet.
390         Fixes #556641.
391
392 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
393
394         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
395         * gst/rtp/gstrtpchannels.h:
396         Add method to get possible channel positions.
397
398 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
399
400         * gst/rtp/Makefile.am:
401         Also commit updated makefile
402
403 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
404
405         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
406         Don't allow width=32,depth=24 as input. WAV requires that the width
407         is the next integer multiply of 8 from the depth.
408
409 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
410
411         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
412         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
413         (gst_rtp_L16_pay_getcaps):
414         * gst/rtp/gstrtpchannels.c: (check_channels),
415         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
416         (gst_rtp_channels_create_default):
417         * gst/rtp/gstrtpchannels.h:
418         Add mappings for multichannel support. Does not completely just work
419         because the getcaps function does not yet return the allowed channel
420         mappings. See #556641.
421
422 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
423
424         * gst/goom/Makefile.am:
425         * gst/goom/README:
426         * gst/goom/config_param.c:
427         * gst/goom/convolve_fx.c:
428         * gst/goom/drawmethods.c:
429         * gst/goom/drawmethods.h:
430         * gst/goom/filters.c:
431         * gst/goom/filters_mmx.s:
432         * gst/goom/flying_stars_fx.c:
433         * gst/goom/goom.h:
434         * gst/goom/goom_config.h:
435         * gst/goom/goom_config_param.h:
436         * gst/goom/goom_core.c:
437         * gst/goom/goom_filters.h:
438         * gst/goom/goom_fx.h:
439         * gst/goom/goom_graphic.h:
440         * gst/goom/goom_plugin_info.h:
441         * gst/goom/goom_tools.c:
442         * gst/goom/goom_tools.h:
443         * gst/goom/goom_typedefs.h:
444         * gst/goom/goom_visual_fx.h:
445         * gst/goom/graphic.c:
446         * gst/goom/ifs.c:
447         * gst/goom/ifs.h:
448         * gst/goom/lines.c:
449         * gst/goom/lines.h:
450         * gst/goom/mathtools.c:
451         * gst/goom/mathtools.h:
452         * gst/goom/mmx.c:
453         * gst/goom/motif_goom1.h:
454         * gst/goom/motif_goom2.h:
455         * gst/goom/plugin_info.c:
456         * gst/goom/ppc_drawings.h:
457         * gst/goom/ppc_zoom_ultimate.h:
458         * gst/goom/sound_tester.c:
459         * gst/goom/sound_tester.h:
460         * gst/goom/surf3d.c:
461         * gst/goom/surf3d.h:
462         * gst/goom/tentacle3d.c:
463         * gst/goom/tentacle3d.h:
464         * gst/goom/v3d.c:
465         * gst/goom/v3d.h:
466         * gst/goom/xmmx.c:
467           Add license headers in all source files. Remove filter.c from
468           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
469           which are not used right now. Fixes #557709.
470
471 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
472
473         Patch by: Olivier Crete <tester at tester dot ca>
474
475         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
476         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
477         Implement getcaps in rtpL16pay. Fixes #556484.
478
479 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
480
481         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
482         (gst_rtp_L16_depay_process):
483         Check if clock-rate and channels are valid.
484         Don't ignore the return value of setcaps.
485         No need to validate the buffer, the base class does that for us.
486         Use the marker bit to set the DISCONT flag on outgoing buffers.
487
488         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
489         Don't ignore the return value of set_outcaps.
490
491         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
492         (gst_rtp_ac3_depay_process):
493         Don't ignore the return value of set_caps.
494         No need to validate the buffer, the base class does that for us.
495
496         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
497         (gst_rtp_amr_depay_process):
498         * gst/rtp/gstrtpamrdepay.h:
499         Don't ignore the return value of setcaps.
500         No need to validate the buffer, the base class does that for us.
501         No need to set output caps on the buffers, the base class does that for
502         us.
503         The subclass will make sure we are negotiated.
504         
505         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
506         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
507         * gst/rtp/gstrtpdvdepay.h:
508         Clean up caps negotiation.
509         The subclass will make sure we are negotiated.
510
511         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
512         (gst_rtp_g726_depay_process):
513         Clean up caps negotiation.
514         Use the marker bit to set the DISCONT flag on outgoing buffers.
515
516         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
517         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
518         * gst/rtp/gstrtpg729depay.h:
519         The subclass will make sure we are negotiated.
520         Use the marker bit to set the DISCONT flag on outgoing buffers.
521
522         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
523         (gst_rtp_gsm_depay_process):
524         Clean up caps negotiation.
525         Use the marker bit to set the DISCONT flag on outgoing buffers.
526
527         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
528         Clean up caps negotiation.
529         Don't ignore the return value of set_outcaps.
530
531         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
532         (gst_rtp_h263_depay_process):
533         Clean up caps negotiation.
534         No need to validate the buffer, the base class does that for us.
535
536         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
537         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
538         * gst/rtp/gstrtph263pay.h:
539         Don't ignore the return value of set_outcaps.
540         Do some more timestamps.
541
542         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
543         (gst_rtp_h263p_depay_process):
544         Clean up caps negotiation.
545         Don't ignore the return value of setcaps.
546         No need to validate the buffer, the base class does that for us.
547
548         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
549         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
550         (gst_rtp_h263p_pay_handle_buffer):
551         * gst/rtp/gstrtph263ppay.h:
552         Don't ignore the return value of set_outcaps.
553         Do some more timestamps.
554
555         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
556         (gst_rtp_h264_depay_process):
557         Clean up caps negotiation.
558         Don't ignore the return value of setcaps.
559         Fix possible caps leak.
560         No need to validate the buffer, the base class does that for us.
561
562         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
563         Add some more debug info.
564
565         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
566         (gst_rtp_ilbc_depay_process):
567         Clean up caps negotiation.
568         Use the marker bit to set the DISCONT flag on outgoing buffers.
569
570         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
571         Clean up caps negotiation.
572
573         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
574         (gst_rtp_mp1s_depay_process):
575         Clean up caps negotiation.
576         Don't ignore the return value of setcaps.
577         No need to validate the buffer, the base class does that for us.
578         No need to set caps on buffers, subclass does that for us.
579
580         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
581         (gst_rtp_mp2t_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         No need to set caps on buffers, subclass does that for us.
586
587         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
588         (gst_rtp_mp4a_depay_process):
589         Clean up caps negotiation.
590         Don't ignore the return value of setcaps.
591         No need to validate the buffer, the base class does that for us.
592
593         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
594         (gst_rtp_mp4a_pay_setcaps):
595         Don't ignore the return value of set_outcaps.
596
597         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
598         (gst_rtp_mp4g_depay_process):
599         Clean up caps negotiation.
600         Don't ignore the return value of setcaps.
601         No need to validate the buffer, the base class does that for us.
602         No need to set caps on buffers, subclass does that for us.
603
604         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
605         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
606         Don't ignore the return value of set_outcaps.
607
608         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
609         (gst_rtp_mp4v_depay_process):
610         Clean up caps negotiation.
611         Don't ignore the return value of setcaps.
612         No need to validate the buffer, the base class does that for us.
613         No need to set caps on buffers, subclass does that for us.
614
615         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
616         (gst_rtp_mp4v_pay_setcaps):
617         Don't ignore the return value of set_outcaps.
618
619         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
620         (gst_rtp_mpa_depay_process):
621         Clean up caps negotiation.
622         Don't ignore the return value of setcaps.
623         No need to validate the buffer, the base class does that for us.
624         Use the marker bit to set the DISCONT flag on outgoing buffers.
625
626         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
627         Don't ignore the return value of set_outcaps.
628
629         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
630         (gst_rtp_mpv_depay_process):
631         Clean up caps negotiation.
632         Actually set output caps.
633         No need to validate the buffer, the base class does that for us.
634
635         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
636         Don't ignore the return value of set_outcaps.
637
638         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
639         (gst_rtp_pcma_depay_process):
640         Clean up caps negotiation.
641         Set output buffer duration because we can.
642         Use the marker bit to set the DISCONT flag on outgoing buffers.
643
644         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
645         Don't ignore the return value of set_outcaps.
646
647         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
648         (gst_rtp_pcmu_depay_process):
649         Clean up caps negotiation.
650         Use the marker bit to set the DISCONT flag on outgoing buffers.
651
652         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
653         Don't ignore the return value of set_outcaps.
654
655         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
656         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
657         Clean up caps negotiation.
658         Set output caps on the pad and header buffers.
659         Set duration on output buffers because we can.
660
661         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
662         Don't ignore the return value of set_outcaps.
663
664         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
665         (gst_rtp_sv3v_depay_process):
666         Clean up caps negotiation.
667         No need to validate the buffer, the base class does that for us.
668         No need to set caps out output buffers, subclass does that.
669
670         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
671         (gst_rtp_theora_depay_process):
672         Don't ignore the return value of setcaps.
673         No need to validate the buffer, the base class does that for us.
674
675         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
676         (gst_rtp_theora_pay_flush_packet), (encode_base64),
677         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
678         (gst_rtp_theora_pay_handle_buffer):
679         Don't ignore the return value of set_outcaps.
680
681         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
682         (gst_rtp_vorbis_depay_process):
683         Don't ignore the return value of setcaps.
684         No need to validate the buffer, the base class does that for us.
685
686         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
687         Don't ignore the return value of set_outcaps.
688
689         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
690         Clean up caps negotiation, don't ignore setcaps return.
691
692         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
693         Don't ignore the return value of set_outcaps.
694
695 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
696
697         * gst/matroska/matroska-demux.c:
698         (gst_matroska_demux_handle_src_event):
699         Forward unknown events upstream.
700
701 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
702
703         * tests/check/elements/icydemux.c: (icydemux_found_pad):
704         Add some refcount check
705
706         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
707         Don't ignore the result of write(), fixes a  compiler warning for me.
708
709         * tests/icles/videobox-test.c: (main):
710         Make the output a little more pretty.
711
712 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
713
714         * ext/esd/esdmon.c:
715           Add doc blob.
716
717 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
718
719         * docs/plugins/Makefile.am:
720         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
721         * docs/plugins/gst-plugins-good-plugins-sections.txt:
722         * docs/plugins/gst-plugins-good-plugins.args:
723         * docs/plugins/gst-plugins-good-plugins.hierarchy:
724         * docs/plugins/gst-plugins-good-plugins.interfaces:
725         * docs/plugins/inspect/plugin-autodetect.xml:
726           Add the docs of the new elements.
727
728 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
729
730         * gst/autodetect/gstautoaudiosrc.c:
731         (gst_auto_audio_src_class_init):
732         * gst/autodetect/gstautovideosrc.c:
733         (gst_auto_video_src_class_init):
734         Fix "Since" tags in the documentation.
735
736 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
737
738         Patch by: Sjoerd Simons <sjoerd at luon dot net>
739
740         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
741         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
742         Add support for souphttpsrc to act as a live source. This makes it
743         possible to get timestamped buffers in combination with the
744         "do-timestamp" property. Fixes bug #556019.
745
746 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
747
748         * gst/autodetect/Makefile.am:
749         * gst/autodetect/gstautoaudiosink.c:
750         * gst/autodetect/gstautoaudiosrc.c:
751         * gst/autodetect/gstautoaudiosrc.h:
752         * gst/autodetect/gstautodetect.c:
753         * gst/autodetect/gstautovideosink.c:
754         * gst/autodetect/gstautovideosrc.c:
755         * gst/autodetect/gstautovideosrc.h:
756           Implement src plugins. Little code/string cleanup in the sinks.
757           Fixes #523813.
758
759 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
760
761         Patch by: Peter Kjellerstedt <pkj at axis com>
762
763         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
764         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
765         Fix a memory leak when pads are requested but the pipeline never
766         goes into PLAYING.
767
768         Correctly remove request pads, no matter if they have collected
769         data or not.
770
771         Fixes bug #557710.
772
773 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
774
775         Patch by: <lrn1986 at gmail dot com>
776
777         * gst/udp/gstudpnetutils.h:
778         Define the correct WINVER so getaddinfo() can be used when using
779         mingw32. Fixes bug #557294.
780
781 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
782
783         Patch by: <lrn1986 at gmail dot com>
784
785         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
786         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
787         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
788         Fix "argument type mismatch" compiler warnings on Windows.
789         Fixes bug #557293.
790
791 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
792
793         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
794         Don't calculate the filter coefficients for every single buffer
795         but only when it's needed. Fixes bug #557260.
796
797 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
798
799         * configure.ac:
800         Back to development -> 0.10.11.1
801
802 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
803
804         * gst-plugins-good.doap:
805         Fix version number of 0.10.11 release in doap file
806
807 === release 0.10.11 ===
808
809 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
810
811         * configure.ac:
812           releasing 0.10.11, "Secondary Consideration"
813
814 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
815
816         * configure.ac:
817         Commit 0.10.10.4 pre-release
818
819 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
820
821         * gst/avi/gstavimux.c:
822         Fix VPRP chunk setup in avimux.
823         Fixes: #556010
824         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
825
826 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
827
828         * gst/videobox/gstvideobox.c:
829         support dynamically changing properties in videobox
830         Fixed: #557085
831         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
832
833 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
834
835         * configure.ac:
836         0.10.10.3 pre-release
837
838 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
839
840         * tests/check/Makefile.am:
841         Don't run the states test on pulsesrc and pulsesink
842
843 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
844
845         * configure.ac:
846         Commit 0.10.10.2 pre-release bump that actually went
847         out on 2008-10-11
848
849 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
850
851         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
852         Skip entries for streams that don't have a output pad yet, thereby
853         avoiding calling pad functions with a NULL pad.
854         Fixes #556424
855
856 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
857
858         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
859         * tests/check/elements/icydemux.c: (icydemux_found_pad):
860         Remove problematic and useless refcount check.
861         Fixes #556381
862
863 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
864
865         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
866         Remove problematic and useless refcount check.
867         Fixes #556381
868
869 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
870
871         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
872         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
873         Cast some size_t arguments to guint to avoid compiler
874         warnings on 64-bit systems.
875
876 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
877
878         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
879         Return TRUE instead of FALSE from the event handler when we swallowed the
880         event.
881
882 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
883
884         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
885         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
886         Reset header state. Fixes #555321.
887
888 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
889
890         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
891         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
892         * gst/avi/gstavidemux.h:
893         For timestamping audio packets we need to take into account the
894         amount of blocks in one entry using the blockalign. Fixes some sync
895         issues with zero-padded audio blocks in the beginning of avi files.
896
897 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
898
899         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
900         (gst_multi_file_src_query):
901         Implement DEFAULT and BUFFER position queries. See #555260.
902
903 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
904
905         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
906         Fix build for systems that don't have XDamage.
907
908 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
909
910         * tests/examples/rtp/client-H263p.sdp:
911         * tests/examples/rtp/client-H263p.sh:
912         * tests/examples/rtp/server-VTS-H263p.sh:
913         Add some more H263p server and client examples.
914
915 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
916
917         * configure.ac::
918           Depend on released versions of core and base.
919
920 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
921
922         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
923         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
924         Return -1 instead of 0 in error cases. Fixes #554771.
925
926 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
927
928         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
929         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
930         Stop leaking the cursor image.
931         Unref the last_ximage and the cached cursor image on shutdown.
932         Fixes #551570.
933
934 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
935
936         * sys/v4l2/gstv4l2object.h:
937         Getting the Class from an instance is not just a matter of casting it to
938         the class struct but it involves calling G_OBJECT_GET_CLASS on the
939         instance. Fixes #549784.
940
941 2008-10-01  Michael Smith <msmith@songbirdnest.com>
942
943         * configure.ac:
944           Fix libs for linking directsound.
945         * sys/directsound/gstdirectsoundsink.c:
946           Fix buffer sizing to prevent racing the ringbuffer at startup.
947           Add volume property.
948
949 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
950
951         * ext/pulse/pulsesink.c:
952         Fix problems with pulsesink randomly erroring with code 'OK' after a
953         format change on the stream by waiting when disconnecting the stream.
954
955 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
956
957         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
958         (gst_rtp_amr_depay_process):
959         Mark DISCONT on output buffers when the marker bit signals a new talk
960         spurt.
961
962         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
963         Set the marker bit for buffers with a DISCONT flag to signal a talk
964         spurt.
965
966 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
967
968         * gst/rtp/Makefile.am:
969         * gst/rtp/gstrtp.c: (plugin_init):
970         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
971         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
972         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
973         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
974         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
975         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
976         * gst/rtp/gstrtpmp4apay.h:
977         Added MP4A-LATM payloader to match the depayloader.
978
979 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
980
981         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
982         (gst_videomixer_sink_event):
983         Handle segments a little better. Fixes #537361.
984
985 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
986
987         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
988         Don't assume the server supports PAUSE by default. Fixes #551048.
989
990 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
991
992         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
993         (gst_udpsrc_set_uri), (gst_udpsrc_start):
994         Switch on the socket family to get the addrlen size right.
995
996 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
997
998         Patch by: Daniel Franke <df at dfranke dot us>
999
1000         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1001         OS X's bind() implementation is picky about its addrlen parameter and
1002         fails with EINVAL if it is larger than expected for the socket's address
1003         family. Set the length to the expected length instead. Fixes #553191.
1004
1005 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1006
1007         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1008         Handle the case where we cannot do desribe or when the describe result
1009         does not contain a valid SDP message.
1010
1011 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1012
1013         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1014         Fix setting the qos.
1015
1016 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1017
1018         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1019         (gst_qtdemux_chain):
1020         Some 'broken' files out there have atom lengths of zero...
1021         which basically results in qtdemux consuming that atom again and again
1022         until the *end of night* !
1023         Detect that and emits an adequate element error message.
1024
1025 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1026
1027         * gst/interleave/Makefile.am:
1028         * gst/matroska/Makefile.am:
1029         Fix build flags order.
1030
1031         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1032         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1033         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1034         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1035         Format fixes.
1036
1037         * tests/check/elements/multifile.c:
1038         Pull in unistd.h
1039
1040 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1041
1042         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1043         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1044         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1045         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1046         (gst_rtp_mp4g_depay_change_state):
1047         * gst/rtp/gstrtpmp4gdepay.h:
1048         Handle interleaved streams by reordering AU in a queue.
1049
1050 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1051
1052         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1053         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1054         Change some of the ranges in the caps, mostly for the amount of bits we
1055         can use.
1056         Added a little bitstream parse and use it to parse the AU header fields.
1057         Check for malformed and wrongly sized packets better.
1058         Implement more header field parsing.
1059         Handle the size of fragmented packets correctly.
1060
1061 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1062
1063         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1064         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1065         Add mapping for 'tiff' => image/tiff
1066         Fixes #552213
1067
1068 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1069
1070
1071         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1072         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1073           Pretend to care about the result of write() which works around
1074           compiler warnings.
1075
1076 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1077
1078         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1079           Make sure the desired default values are actually set, not only
1080           registered as defaults (actual problem is that the stereo-specific
1081           values are only updated if channels==2, which is not the case yet
1082           when the object is created, so the default values for the
1083           mid-side-stereo and loose-mid-side-stereo settings are never
1084           set in _update_quality()). Makes flacenc create smaller files by
1085           default (for stereo input), and fixes #550791.
1086
1087 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1088
1089         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1090         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1091         (qtdemux_parse_trak), (qtdemux_video_caps):
1092         * gst/qtdemux/qtdemux.h:
1093         * gst/qtdemux/qtdemux_fourcc.h:
1094         * gst/qtdemux/qtdemux_types.c:
1095         Add support for video/mj2 mime-type and its additional atoms/boxes.
1096         Fixes #550646.
1097
1098 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1099
1100         * gst/debug/gsttaginject.c:
1101           Add warning when tags parameter is unparsable and give example for
1102           quoting in the docs.
1103
1104 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1105
1106         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1107         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1108         Add some alternative byteswapped mappings that seem to pop up sometimes.
1109         Fixes #550288.
1110
1111 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1112
1113         * po/LINGUAS:
1114         * po/POTFILES.in:
1115         * po/POTFILES.skip:
1116           Add 'ca' to LINGUAS; add some more files with translations and some
1117           files which should be ignored by translation tools.
1118
1119 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1120
1121         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1122         * ext/speex/gstspeexdec.h:
1123         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1124         * ext/speex/gstspeexenc.h:
1125         Use integer encoding and decoding functions instead of converting
1126         the integer input to float in the element. The libspeex integer
1127         functions are doing this for us already or, if libspeex was compiled
1128         in integer mode, they're doing everything using integer arithmetics.
1129         Also saves some copying around.
1130
1131 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1132
1133         * configure.ac:
1134           Fix --disable-external
1135
1136 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1137
1138         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1139         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1140         * ext/wavpack/gstwavpackenc.h:
1141         Handle non-zero start timestamps and stream discontinuities
1142         correctly. This only has an effect if we're muxing into
1143         a container format as the raw WavPack stream must contain
1144         continous sample numbers.
1145
1146 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1147
1148         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1149         Correct the timestamp and granulepos calculation by one Speex
1150         frame.
1151
1152 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1153
1154         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1155         Correctly take the granulepos from upstream if possible and
1156         correctly handle the granulepos in various calculations: the
1157         granulepos is the sample number of the _last_ sample in a frame, not
1158         the first.
1159
1160         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1161         (gst_speex_enc_encode), (gst_speex_enc_chain),
1162         (gst_speex_enc_change_state):
1163         * ext/speex/gstspeexenc.h:
1164         Handle non-zero start timestamps in the encoder and detect/handle
1165         stream discontinuities. Fixes bug #547075.
1166
1167 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1168
1169         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1170
1171         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1172         Fix compiler warnings caused by passing a string as format string
1173         instead of "%s" and then the string. This is only exposed by -Wformat=2
1174         as used by default on Ubuntu. Fixes bug #550015.
1175
1176 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1177
1178         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1179         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1180         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1181         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1182         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1183           (gst_ebml_read_element_length):
1184         * gst/matroska/matroska-demux.c:
1185           (gst_matroska_demux_check_subtitle_buffer):
1186           Make stuff compile with GST_DISABLE_GST_DEBUG.
1187
1188 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1189
1190         * gst/law/alaw.c:
1191         * gst/law/mulaw.c:
1192           Ref caps before passing to gst_pad_template_new(), since that takes
1193           ownership.
1194
1195 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1196
1197         Patch by: Mersad Jelacic <mersad at axis dot com>
1198
1199         * gst/multipart/multipartdemux.c:
1200         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1201         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1202         demuxer. Fixes #549551.
1203
1204 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1205
1206         * sys/osxaudio/gstosxaudiosink.c:
1207         (gst_osx_audio_sink_select_device):
1208         * sys/osxaudio/gstosxaudiosrc.c:
1209         (gst_osx_audio_src_create_ringbuffer),
1210         (gst_osx_audio_src_select_device):
1211         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1212         Fix the build on macosx.
1213
1214 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1215
1216         * gst/icydemux/gsticydemux.c:
1217           Small docs fix: in the example pipeline, we need to pass
1218           iradio-mode=true to the source, so the server actually sends
1219           an ICY stream.
1220
1221 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1222
1223         * sys/osxaudio/gstosxaudio.c:
1224           Oops. Revert more completely.
1225
1226 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1227
1228         * sys/osxaudio/gstosxaudio.c:
1229           Revert accidental element rename from testing.
1230
1231 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1232
1233         * gst-plugins-good.doap:
1234         Pull in 0.10.10 doap entry from release branch
1235
1236 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1237
1238         * configure.ac:
1239         Update version number to reflect 0.10.10 release from
1240         branch.
1241
1242 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1243
1244         * sys/osxaudio/Makefile.am:
1245         * sys/osxaudio/gstosxaudio.c:
1246         * sys/osxaudio/gstosxaudiosink.c:
1247         * sys/osxaudio/gstosxaudiosink.h:
1248         * sys/osxaudio/gstosxaudiosrc.c:
1249         * sys/osxaudio/gstosxaudiosrc.h:
1250         * sys/osxaudio/gstosxringbuffer.c:
1251         * sys/osxaudio/gstosxringbuffer.h:
1252           Rewrite caps setting and ring buffer initialisation.
1253           Previously we never told CoreAudio what format we were going to send it,
1254           so it only worked due to luck, and not at all on some hardware.
1255           Now we explicitly advertise what formats the hardware supports, and then
1256           configure the selected one correctly.
1257
1258 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1259
1260         * sys/v4l2/gstv4l2object.c:
1261         * sys/v4l2/gstv4l2src.c:
1262         * sys/v4l2/gstv4l2src.h:
1263         * sys/v4l2/v4l2_calls.c:
1264         * sys/v4l2/v4l2src_calls.c:
1265           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1266           need to memset instance structures. Some more FIXME's and comments.
1267
1268 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1269
1270         * tests/icles/.cvsignore:
1271           Ignore more.
1272
1273 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1274
1275         * gst/goom/.cvsignore:
1276         * gst/goom2k1/.cvsignore:
1277           Ignore files.
1278
1279 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1280
1281         * ext/cairo/gsttextoverlay.c:
1282           Fix compiler warning.
1283
1284 2008-08-25  David Schleef  <ds@schleef.org>
1285
1286         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1287
1288 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1289
1290         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1291         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1292         * gst/matroska/matroska-mux.c:
1293         (gst_matroska_mux_video_pad_setcaps),
1294         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1295         Add Real[Audio|Video] support to Matroska containers.
1296         It works fine for:
1297         * decoding real audio/video streams contained in mkv
1298         * 'transmuxing' real (.rm) files into .mkv files
1299         It will not work though for encoding real[audio/video] streams that
1300         don't contain the 'mdpr_data' extra data on the caps.
1301         The reason why this will not work is because I never intended to
1302         duplicate virtually all the 'mdpr' block creation into mkvmux.
1303         Fixes #536067
1304
1305 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1306
1307         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1308         * gst/law/mulaw-conversion.c:
1309         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1310         (gst_mulawenc_chain):
1311         The encoder can't really renegotiate at the time they perform a
1312         pad-alloc so make the srcpads use fixed caps.
1313         Check the buffer size after a pad-alloc because the returned size might
1314         not be right when the downstream element does not know the size of the
1315         new buffer (capsfilter). Fixes #549073.
1316
1317 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1318
1319         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1320
1321         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1322         v4l2src doesn't have a property named "norm" so don't try to notify
1323         about changes to that property. The "norm" property and related
1324         code are commented out currently. Fixes bug #549090.
1325
1326 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1327
1328         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1329
1330         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1331         Reprobe devices again instead of taking a cached list as new
1332         devices could've been plugged in. Fixes bug #549062.
1333
1334 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1335
1336         * gst/autodetect/Makefile.am:
1337         Don't link the autodetect plugin with GConf as it doesn't
1338         use GConf. Fixes bug #545463.
1339
1340 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1341
1342         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1343         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1344         (gst_ebml_read_sint), (gst_ebml_read_float),
1345         (gst_ebml_read_header):
1346         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1347         possible to ignore errors and not post any ERROR messages on
1348         the bus.
1349
1350         * gst/matroska/matroska-demux.c:
1351         (gst_matroska_demux_parse_contents):
1352         Ignore any errors and not just EOS when parsing the contents of
1353         a SeekHead. Errors here are usually caused by truncated files
1354         and playback of the file works fine. Fixes playback of the
1355         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1356         archive.
1357
1358 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1359
1360         * gst/multipart/multipartdemux.c:
1361         * gst/multipart/multipartmux.c:
1362         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1363
1364 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1365
1366         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1367           gst_directdraw_sink_bufferpool_clear):
1368           Fix two more buffer ref leaks.
1369
1370 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1371
1372         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1373
1374         * sys/directdraw/gstdirectdrawsink.c:
1375           (gst_directdraw_sink_show_frame):
1376           Fix buffer ref leak.
1377
1378 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1379
1380         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1381         Revert the last commit. wavenc still supports width!=depth for 32 bit
1382         width. Thanks Tim.
1383
1384 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1385
1386         * gst/matroska/matroska-demux.c:
1387         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1388         If the duration of a block is unknown only use the timestamp for the
1389         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1390         laces. Otherwise every lace has the same timestamp which leads to
1391         various problems. Really fixes bug #548831.
1392
1393 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1394
1395         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1396         If we're not allowing width!=depth in wavenc we should also disable
1397         the code that was added to support width!=depth.
1398
1399 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1400
1401         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1402         Don't calculate the default duration of a frame from the audio sampling
1403         rate. This only works for raw audio if every frame contains a single
1404         sample and results in broken buffer durations for other formats
1405         if no specified default duration is given or the blocks have no
1406         duration. Fixes bug #548831.
1407
1408 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1409
1410         * gst/matroska/matroska-demux.c:
1411         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1412         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1413         are used for text/plain subtitles as a gap-filler in some files.
1414
1415 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1416
1417         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1418         (gst_v4l2_get_caps_info):
1419         Add S910 and PWC formats with a low priority.
1420
1421         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1422         (gst_v4l2src_probe_caps_for_format):
1423         Add more debugging.
1424
1425 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1426
1427         * ext/flac/gstflacenc.c:
1428           Fix compilation against older libflac versions.
1429
1430 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1431
1432         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1433         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1434         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1435         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1436         (gst_pulsemixer_ctrl_set_volume):
1437         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1438         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1439         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1440         (gst_pulsesink_init), (gst_pulsesink_open),
1441         (gst_pulsesink_prepare), (gst_pulsesink_write),
1442         (gst_pulsesink_delay), (gst_pulsesink_reset):
1443         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1444         (gst_pulsesrc_init):
1445         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1446         Fix a locking issue in pulsesink's prepare function.
1447
1448         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1449         Check if the created channel layout is valid for GStreamer.
1450
1451 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1452
1453         * gst/rtsp/gstrtspgoogle.c:
1454         Things that can happen when your brain is in google mode trying to
1455         deal with their google rtsp server extensions and trying to type your
1456         google mail account.
1457
1458 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1459
1460         * gst/rtsp/Makefile.am:
1461         * gst/rtsp/gstrtsp.c: (plugin_init):
1462         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1463         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1464         (_do_init), (gst_rtsp_google_base_init),
1465         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1466         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1467         (gst_rtsp_google_extension_init):
1468         * gst/rtsp/gstrtspgoogle.h:
1469         Add google RTSP extension, it can only handle udp and responds with
1470         unsupported if we do anything else. Fixes #546465.
1471
1472         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1473         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1474         (gst_rtspsrc_create_transports_string),
1475         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1476         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1477         Make transport setup code a bit better using GString.
1478         Add some more debug.
1479         Check for closed connections before doing anything on them.
1480
1481 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1482
1483         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1484         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1485         (gst_pulsesrc_prepare):
1486         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1487         (gst_pulse_channel_map_to_gst):
1488         * ext/pulse/pulseutil.h:
1489         If downstream provides no channel layout and >2 channels should be
1490         used use the default layout that pulseaudio chooses and also
1491         add this layout to the caps. Fixes bug #547258.
1492
1493 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1494
1495         Patch by: Peter Kjellerstedt <pkj at axis com>
1496
1497         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1498         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1499         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1500         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1501         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1502         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1503         (gst_udpsrc_set_property):
1504         Avoid leaking internally allocated file descriptors when setting
1505         custom file descriptors. Fixes #543101.
1506
1507 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1508
1509         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1510         Don't try to configure RTCP back to the server when the server did not
1511         give us a valid port number.
1512
1513 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1514
1515         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1516         Use new basetransform method to renegotiate. Fixes #544956.
1517
1518         * tests/icles/Makefile.am:
1519         * tests/icles/videobox-test.c: (make_pipeline), (main):
1520         Add videobox renegotiation example.
1521
1522 2008-08-19  David Schleef  <ds@schleef.org>
1523
1524         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1525         with sane values.  Fixes #548530.
1526
1527 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1528
1529         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1530         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1531         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1532         are already filled with the correct values by
1533         gst_ring_buffer_parse_caps() so there's no need to set them again
1534         with wrong values.
1535
1536 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1537
1538         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1539         (gst_avi_demux_read_subindexes_push):
1540         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1541         and instead of using the 'ix##' nomenclature, use '##ix'.
1542         They're still valid though, this fixes the duration and indexes for
1543         virtually all the ODML files I have.
1544
1545 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1546
1547         Patch by: Olivier Crete <tester at tester dot ca>
1548
1549         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1550         (gst_rtp_vorbis_depay_process):
1551         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1552         Update the vorbis RTP pay/depay to RFC 5215.
1553         Fixes #547842.
1554
1555 2008-08-14  David Schleef  <ds@schleef.org>
1556
1557         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1558           with 3:2 pulldown, i.e., 24p.
1559
1560 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1561
1562         * tests/check/elements/level.c: (GST_START_TEST):
1563         Fix compilation some more.
1564
1565 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1566
1567         * configure.ac::
1568           Require -base CVS for wavparse acid chunk parsing.
1569
1570 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1571
1572         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1573         (gst_pulsesink_init), (gst_pulsesink_finalize),
1574         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1575         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1576         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1577         * ext/pulse/pulsesink.h:
1578         Add "device-name" property to pulsesink too and currently commented
1579         out and not working support for a "volume" property.
1580
1581 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1582
1583         * configure.ac:
1584         Remove more cdio stuff (moved to ugly)
1585
1586 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1587
1588         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1589
1590         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1591         (gst_pulsesrc_get_property):
1592         Add "device-name" property, which provides a human readable string
1593         for the audio device, to make it more consisten with other audio
1594         sources. Fixes bug #547519.
1595
1596 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1597
1598         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1599         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1600         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1601         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1602         * ext/pulse/pulsemixerctrl.h:
1603         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1604         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1605         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1606         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1607         * ext/pulse/pulseprobe.h:
1608         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1609         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1610         (gst_pulsesrc_change_state):
1611         Improve debugging a bit by including the parent object in pulsemixerctrl
1612         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1613         GST_WARNING.
1614
1615         Use the parent GObject subclass instead of a random struct as GObject
1616         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1617         when probing for another property than "device".
1618
1619 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1620
1621         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1622
1623         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1624         Fix property probing after the device property is set by calling
1625         set_server when the server property changes. Fixes bug #547518.
1626
1627 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1628
1629         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1630
1631         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1632         (gst_pulsesink_implements_interface_init),
1633         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1634         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1635         (gst_pulsesink_get_type):
1636         * ext/pulse/pulsesink.h:
1637         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1638         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1639         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1640         * ext/pulse/pulsesrc.h:
1641         Implement GstPropertyProbe interface on pulsesink for detecting
1642         sink devices and on pulsesrc for detecting source devices.
1643         Fixes bugs #547227 and #547217.
1644
1645 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1646
1647         * gst/spectrum/gstspectrum.c:
1648           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1649
1650 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1651
1652         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1653         Properly set the maximum latency value, in the same way it is done in
1654         v4lsrc.
1655         * sys/v4l2/v4l2src_calls.c:
1656         Simplify fraction equality check, no need to use GValues for this.
1657
1658 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1659
1660         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1661         Add warning messages stating exactly why the latency query failed.
1662         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1663         In some cases, the negotiated framerate might be the default one which
1664         is already set internally. But we still need to mark it down in fps_n
1665         and fps_d so that the latency query can happen properly.
1666
1667 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1668
1669         * docs/plugins/inspect/plugin-1394.xml:
1670         Whoops, forgot one doc file for people who can't/don't build the
1671         raw1394 plugin.
1672
1673 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
1674
1675         * docs/plugins/Makefile.am:
1676         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1677         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1678         * docs/plugins/inspect/plugin-cdio.xml:
1679         * ext/Makefile.am:
1680         * ext/cdio/Makefile.am:
1681         * ext/cdio/gstcdio.c:
1682         * ext/cdio/gstcdio.h:
1683         * ext/cdio/gstcdiocddasrc.c:
1684         * ext/cdio/gstcdiocddasrc.h:
1685
1686         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
1687         CDDA source to -ugly.
1688
1689         * po/LINGUAS:
1690         * po/POTFILES.in:
1691         * po/id.po:
1692         Pull in new translation from 0.10.9.2 release branch.
1693
1694 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1695
1696         * docs/plugins/Makefile.am:
1697         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1698         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1699         * docs/plugins/gst-plugins-good-plugins.args:
1700         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1701         * docs/plugins/gst-plugins-good-plugins.interfaces:
1702         Integrate documentation for new hdv1394src element.
1703
1704 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1705
1706         * ext/raw1394/Makefile.am:
1707         * ext/raw1394/gst1394.c: (plugin_init):
1708         * ext/raw1394/gsthdv1394src.c: (_do_init),
1709         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
1710         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
1711         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
1712         (gst_hdv1394src_from_raw1394handle),
1713         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
1714         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
1715         (gst_hdv1394src_start), (gst_hdv1394src_stop),
1716         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
1717         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
1718         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
1719         (gst_hdv1394src_uri_handler_init):
1720         * ext/raw1394/gsthdv1394src.h:
1721         mpeg2-ts (HDV) variant of firewire capture element.
1722         Fixes #350830
1723
1724 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1725
1726         * gst/level/gstlevel.c: (gst_level_message_new):
1727          Fix compilation (also known as the classic 'fix code that someone
1728          committed without compiling it first').
1729
1730 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1731
1732         * tests/check/elements/level.c:
1733           Add a test for level in stereo mode.
1734
1735 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1736
1737         * tests/examples/spectrum/demo-audiotest.c:
1738         * tests/examples/spectrum/demo-osssrc.c:
1739           Demo how to draw analyzer results synced to the clock.
1740
1741 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1742
1743         * gst/level/gstlevel.c:
1744           Little renaming (l -> level).
1745
1746         * gst/spectrum/gstspectrum.c:
1747         * gst/spectrum/gstspectrum.h:
1748           Also send full timestamp/duration details here.
1749
1750 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1751
1752         * gst/level/gstlevel.c:
1753         * gst/level/gstlevel.h:
1754           Send same timestamp/duration details as videoanalysis. This gives
1755           applications better chance to sync analysis results with playback.
1756
1757 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1758
1759         * gst/matroska/matroska-mux.c:
1760         (gst_matroska_mux_handle_sink_event),
1761         (flac_streamheader_to_codecdata):
1762         We need to drop one additional buffer for FLAC as the fLaC
1763         marker and STREAMINFO block are merged into one buffer in the caps.
1764
1765         Also don't pretend to support NEWSEGMENT events, otherwise we
1766         will most probably write some invalid data.
1767
1768 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1769
1770         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
1771         (gst_matroska_mux_audio_pad_setcaps):
1772         Add support for muxing FLAC into Matroska containers.
1773         Fixes bug #311586.
1774
1775 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1776
1777         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
1778         Actually provide the variables required for the format string.
1779
1780 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1781
1782         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1783         (gst_matroska_demux_element_send_event),
1784         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
1785         * gst/matroska/matroska-demux.h:
1786         Close the current segment if we're doing a non-flushing seek and send
1787         the close-segment and the new segment of the seek from the streaming
1788         thread.
1789
1790 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1791
1792         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
1793         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
1794         (gst_flac_enc_change_state):
1795         * ext/flac/gstflacenc.h:
1796         Handle non-zero start timestamps correctly, mark header packets as
1797         IN_CAPS and print a warning and suggest using audiorate if stream
1798         discontinuities are detected. When FLAC supports flushing the encoder
1799         somehow this should be done for discontinuities instead.
1800
1801         Remove some unused variables from the instance struct.
1802
1803 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1804
1805         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
1806         If seeking failed return the appropiate return value to FLAC.
1807         Otherwise it thinks seeking was successfull and tries to rewrite
1808         parts of the headers which then get appended to the output.
1809
1810 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1811
1812         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1813
1814         * ext/esd/gstesd.c: (plugin_init):
1815         * ext/flac/gstflac.c: (plugin_init):
1816         * ext/shout2/gstshout2.c: (plugin_init):
1817         * ext/wavpack/gstwavpack.c: (plugin_init):
1818         * sys/oss/gstossaudio.c: (plugin_init):
1819         * sys/v4l2/gstv4l2.c: (plugin_init):
1820         Make sure gettext returns translations in UTF-8 encoding rather
1821         than in the current locale encoding (#546822).
1822
1823 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1824
1825         * ext/flac/gstflacdec.c:
1826         Add FIXME for 0.11 to simply output everything with width=32 as given
1827         by FLAC and let audioconvert handle the conversions instead of doing
1828         them in flacdec.
1829
1830 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
1831
1832         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1833         When outputting a pad template range for the size, include a framerate
1834         range too, to avoid 'not a real subset of template caps' errors.
1835
1836 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1837
1838         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1839
1840         * ext/flac/Makefile.am:
1841         * ext/flac/gstflac.c: (plugin_init):
1842         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1843         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1844         (gst_flac_tag_dispose), (gst_flac_tag_init),
1845         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1846         (gst_flac_tag_change_state):
1847         * ext/flac/gstflactag.h:
1848         Port flactag to 0.10, add documentation for it and clean it up a bit.
1849         Fixes bug #413841.
1850
1851         * docs/plugins/Makefile.am:
1852         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1853         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1854         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1855         * docs/plugins/gst-plugins-good-plugins.interfaces:
1856         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1857         * docs/plugins/inspect/plugin-flac.xml:
1858         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1859         * ext/flac/gstflacdec.h:
1860         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1861         * ext/flac/gstflacenc.h:
1862         Add flactag and flacenc to the documentation and mark
1863         the private parts of the flacdec instance structure as private.
1864
1865         Also use gst_element_class_set_details_simple() in flacdec and
1866         flacenc.
1867
1868 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1869
1870         * gst/qtdemux/qtdemux.c:
1871           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1872           for it but ffmpeg does not.
1873
1874 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1875
1876         * gst/wavparse/gstwavparse.c:
1877           Handle the list chunk and use gst_riff_parse_info() to parse the info
1878           sub-chunk.
1879
1880 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1881
1882         * gst/wavparse/gstwavparse.c:
1883           Handle the acid chunk and send tempo as part of tags. Other fields are
1884           interesting too, but need more tag-definitions. Fixes #545433.
1885
1886 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1887
1888         * gst/wavparse/gstwavparse.c:
1889           Refactor wavparse. Call _reset() from dispose() and move old code from
1890           dispose into reset. This way we don't leak taglists when we abort
1891           parsing. Fix some comments. Move code for skipping a chunk into extra
1892           function. Replace chunk sizes with a const to ease readability.         
1893
1894 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1895
1896         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1897
1898         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1899         Improve udp port setup. Fixes #545710.
1900
1901 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1902
1903         * gst/rtp/Makefile.am:
1904         * gst/rtp/gstrtp.c: (plugin_init):
1905         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1906         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1907         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1908         (gst_rtp_mp1s_depay_set_property),
1909         (gst_rtp_mp1s_depay_get_property),
1910         (gst_rtp_mp1s_depay_change_state),
1911         (gst_rtp_mp1s_depay_plugin_init):
1912         * gst/rtp/gstrtpmp1sdepay.h:
1913         Add MP1S depayloader.
1914
1915         * gst/rtsp/URLS:
1916         Some more sample rtsp streams.
1917
1918 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1919
1920         * gst/rtsp/URLS:
1921         Add another URL.
1922
1923         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1924         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1925         Add some more debug info.
1926
1927 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1928
1929         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1930         Provide cbSize field for audio extra_data size, and take care to
1931         pad extra_data.
1932
1933 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1934
1935         * gst/qtdemux/qtdemux.c:
1936           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1937           TRUE.
1938
1939 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1940
1941         * gst/qtdemux/qtdemux.c:
1942         * gst/qtdemux/qtdemux_fourcc.h:
1943           Add keyword tag support. Fixes #520694 for qtdemux.
1944
1945 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1946
1947         * gst/qtdemux/qtdemux.c:
1948           Add support for tmpo tag (BPM).
1949
1950 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1951
1952         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1953         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1954         Set an estimate for the total number of samples that will be encoded
1955         if possible to help decoders if the streaminfo can't be rewritten
1956         later (like when muxing into Ogg containers).
1957
1958         Add a warning if we get header packets after data packets as those
1959         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1960         work.
1961
1962 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1963
1964         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1965         (gst_flac_dec_write):
1966         Support decoding of all depths between 4 and 32 bits and read the
1967         depth from the streaminfo header if needed. Also support all sampling
1968         rates between 1 and 655350 Hz.
1969
1970         * ext/flac/gstflacenc.c:
1971         (gst_flac_enc_caps_append_structure_with_widths),
1972         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
1973         (gst_flac_enc_chain):
1974         * ext/flac/gstflacenc.h:
1975         Support encoding in all bit depths supported by the streamable
1976         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
1977         between 1 Hz and 655350 Hz.
1978
1979 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1980
1981         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
1982         (gst_flac_enc_sink_getcaps):
1983         Support encoding of up to 8 channels.
1984
1985 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1986
1987         * ext/soup/gstsouphttpsrc.c:
1988         * ext/soup/gstsouphttpsrc.h:
1989         Fix seeking race condition in #540300
1990         Patch By: Wouter Cloetens  <wouter at mind be>
1991
1992 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1993
1994         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
1995         (gst_matroska_demux_element_send_event),
1996         (gst_matroska_demux_handle_seek_event),
1997         (gst_matroska_demux_handle_src_event):
1998         When receiving a SEEK event on a specific pad first search for a seek
1999         table entry for the stream of the pad and then fall back to an entry
2000         for a different stream.
2001
2002 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2003
2004         * configure.ac:
2005         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2006         * gst/matroska/matroska-ids.h:
2007         Build depend on core CVS for the attachment tag.
2008
2009 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2010
2011         * configure.ac:
2012         * gst/matroska/Makefile.am:
2013         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2014         (copy_backptr), (lzo1x_decode), (main):
2015         * gst/matroska/lzo.h:
2016         * gst/matroska/matroska-demux.c:
2017         (gst_matroska_demux_read_track_encoding),
2018         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2019         (gst_matroska_decode_buffer),
2020         (gst_matroska_decode_content_encodings),
2021         (gst_matroska_demux_read_track_encodings),
2022         (gst_matroska_demux_add_stream),
2023         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2024         * gst/matroska/matroska-ids.h:
2025         Decode the codec private data and following ContentEncoding if
2026         necessary.
2027
2028         Support bzip2, lzo and header stripped compression. For lzo use the
2029         ffmpeg lzo implementation as liblzo is GPL licensed.
2030         
2031         Fix zlib decompression.
2032
2033 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2034
2035         * gst/matroska/matroska-mux.c:
2036         (gst_matroska_mux_audio_pad_setcaps):
2037         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2038         duration of a frame with the new mpegaudioversion caps field.
2039
2040 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2041
2042         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2043         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2044         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2045         (gst_matroska_demux_stream_from_num),
2046         (gst_matroska_demux_tracknumber_unique),
2047         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2048         (gst_matroska_demux_handle_seek_event),
2049         (gst_matroska_demux_sync_streams),
2050         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2051         (gst_matroska_demux_loop):
2052         * gst/matroska/matroska-demux.h:
2053         Allow an infinite number of stream inside Matroska containers and use
2054         a GPtrArray for storing them instead of allowing "only" 127 streams.
2055
2056 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2057
2058         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2059         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2060         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2061         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2062         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2063         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2064         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2065         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2066         (gst_ebml_read_master), (gst_ebml_read_binary),
2067         (gst_ebml_read_header):
2068         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2069         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2070         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2071         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2072         (gst_ebml_replace_uint):
2073         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2074         (gst_matroska_demux_read_track_encoding),
2075         (gst_matroska_demux_read_track_encodings),
2076         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2077         (gst_matroska_demux_send_event),
2078         (gst_matroska_demux_element_send_event),
2079         (gst_matroska_demux_handle_seek_event),
2080         (gst_matroska_demux_handle_src_event),
2081         (gst_matroska_demux_init_stream),
2082         (gst_matroska_demux_parse_tracks),
2083         (gst_matroska_demux_parse_index_cuetrack),
2084         (gst_matroska_demux_parse_index_pointentry),
2085         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2086         (gst_matroska_demux_parse_metadata_id_simple_tag),
2087         (gst_matroska_demux_parse_metadata_id_tag),
2088         (gst_matroska_demux_parse_metadata),
2089         (gst_matroska_demux_parse_attached_file),
2090         (gst_matroska_demux_parse_attachments),
2091         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2092         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2093         (gst_matroska_demux_push_flac_codec_priv_data),
2094         (gst_matroska_demux_push_xiph_codec_priv_data),
2095         (gst_matroska_demux_push_dvd_clut_change_event),
2096         (gst_matroska_demux_add_mpeg_seq_header),
2097         (gst_matroska_demux_add_wvpk_header),
2098         (gst_matroska_demux_check_subtitle_buffer),
2099         (gst_matroska_decode_buffer),
2100         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2101         (gst_matroska_demux_parse_cluster),
2102         (gst_matroska_demux_parse_contents_seekentry),
2103         (gst_matroska_demux_parse_contents),
2104         (gst_matroska_demux_loop_stream_parse_id),
2105         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2106         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2107         (gst_matroska_demux_subtitle_caps),
2108         (gst_matroska_demux_change_state):
2109         * gst/matroska/matroska-ids.c:
2110         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2111         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2112         (gst_matroska_mux_video_pad_setcaps),
2113         (xiph3_streamheader_to_codecdata),
2114         (vorbis_streamheader_to_codecdata),
2115         (theora_streamheader_to_codecdata),
2116         (gst_matroska_mux_audio_pad_setcaps),
2117         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2118         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2119         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2120         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2121         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2122         Fix indention everywhere. A broken indent version has added newlines
2123         after every single declaration some time ago.
2124
2125 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2126
2127         * gst/matroska/matroska-demux.c:
2128         (gst_matroska_demux_loop_stream_parse_id):
2129         If no Tracks are found error out instead of trying it again until the
2130         end of time.
2131
2132 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2133
2134         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2135         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2136         bit and signed otherwise, not the other way around.
2137
2138 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2139
2140         * gst/matroska/matroska-mux.c:
2141         Add more raw YUV formats to the list of supported formats.
2142
2143 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2144
2145         * gst/matroska/matroska-mux.c:
2146         (gst_matroska_mux_audio_pad_setcaps):
2147         Add support for muxing raw float audio now that the spec defines the
2148         endianness and add support for muxing raw integer audio with 24 and
2149         32 bits.
2150
2151         Allow muxing of more than 8 audio channels.
2152
2153 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2154
2155         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2156         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2157         Add locking to the global array of used track UIDs to prevent random
2158         crashes if more than a single matrosmux instance is used.
2159
2160         Use 64 bit values for the track UIDs.
2161
2162         Use the global GRandom of GLib instead of creating our own one
2163         for the few random numbers we need every single time.
2164
2165 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2166
2167         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2168         (gst_flac_dec_setup_stream_decoder),
2169         (gst_flac_dec_update_metadata):
2170         Always post the audio-codec tag, not only if other tags are present.
2171
2172 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2173
2174         * configure.ac:
2175         Back to development -> 0.10.9.1
2176
2177 === release 0.10.9 ===
2178
2179 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2180
2181         * configure.ac:
2182           releasing 0.10.9, "Steam Train Rolling"
2183
2184 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2185
2186         * ext/soup/gstsouphttpsrc.c:
2187         Don't throw an error when soup completes a msg with status
2188         'cancelled', as that indicates we cancelled a request while
2189         shutting down or seeking, and it's not an error.
2190         Fixes: #540300 again.
2191
2192 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2193
2194         * configure.ac:
2195         0.10.8.4 pre-release
2196
2197 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2198
2199         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2200         Fix segment-stop regression.
2201         Add documentation regarding segments in quicktime files by Wim Taymans.
2202         Fixes #544509
2203
2204 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2205
2206         * configure.ac:
2207         0.10.8.3 pre-release
2208
2209         * po/LINGUAS:
2210         * po/pt_BR.po:
2211         Add pt_BR translation
2212
2213 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2214
2215         * gst/goom/convolve_fx.c:
2216         * gst/goom/filters.c:
2217         * gst/goom/goom_config.h:
2218         * gst/goom/goom_core.c:
2219         * gst/goom/goom_tools.h:
2220           Fix build with MSVC: include glib.h to define inline appropriately,
2221           use header guards where needed.
2222         * gst/udp/gstudpnetutils.c:
2223         * gst/udp/gstudpsrc.c:
2224           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2225           g_snprintf rather than snprintf.
2226           Fixes #544433.
2227
2228 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2229
2230         * gst/debug/gsttaginject.c:
2231         * gst/debug/gsttaginject.h:
2232           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2233           partially.
2234
2235 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2236
2237         * configure.ac:
2238         0.10.8.2 pre-release
2239
2240 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2241
2242         * ext/Makefile.am:
2243         Finish hooking up pulseaudio plugin to the build.
2244
2245         * ext/pulse/pulsemixerctrl.c:
2246         Fix compilation error.
2247
2248 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2249
2250         * po/LINGUAS:
2251         * po/lt.po:
2252         Add new lithunian translation, and add french to the LINGUAS
2253         file.
2254
2255 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2256
2257         * ext/soup/gstsouphttpsrc.c:
2258         Fix Soup HTTP source seeking.
2259         Patch By: Wouter Cloetens  <wouter at mind be>
2260         Fixes: #540300
2261
2262         * tests/check/elements/.cvsignore:
2263         Ignore new check programs.
2264
2265 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2266
2267         * configure.ac:
2268         * docs/plugins/Makefile.am:
2269         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2270         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2271         * docs/plugins/gst-plugins-good-plugins.args:
2272         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2273         * docs/plugins/gst-plugins-good-plugins.interfaces:
2274         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2275         * docs/plugins/inspect/plugin-interleave.xml:
2276         * docs/plugins/inspect/plugin-replaygain.xml:
2277         * tests/check/Makefile.am:
2278
2279         Move replaygain and interleave plugins from -bad.
2280         Fixes: #543406
2281         Fixes: #536228
2282
2283 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2284
2285         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2286         (qtdemux_parse_trak):
2287         Revert ISO base media spec based pixel-aspect-ratio calculation.
2288         Fixes #543300.
2289
2290 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2291
2292         * sys/osxvideo/osxvideosink.m:
2293         Fix minor build issues on macosx.
2294         Fixes #543054
2295
2296 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2297
2298         * configure.ac::
2299         * ext/taglib/Makefile.am::
2300           Only use -Wno-attributes (which is there to work around a
2301           bug in the taglib 1.5 headers) if the c++ compiler actually
2302           supports it (#543255).
2303
2304 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2305
2306         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2307
2308         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2309           Avoid compiler warning by initialising variable to NULL (#543259).
2310
2311 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2312
2313         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2314         Don't pass NULL taglists to gst_tag_list_is_empty().
2315
2316 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2317
2318         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2319         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2320         (rtp_pipeline_run):
2321         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2322         Don't use declarations after statements.
2323
2324 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2325
2326         * ext/jpeg/gstjpegdec.c:
2327         Align documentation with reality.
2328
2329 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2330
2331         * gst/udp/gstudpnetutils.c:
2332         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2333         old value (1) if it's not defined which should not cause any problems
2334         as we're using it internal only anyway.
2335
2336 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2337
2338         Patch by: Alessandro Decina <alessandro at nnva dot org>
2339
2340         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2341         Fix build of avidemux on big endian architectures.
2342
2343 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2344
2345         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2346
2347         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2348         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2349
2350 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2351
2352         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2353         (qtdemux_parse_trak):
2354         Set pixel-aspect-ratio in caps using display width and height
2355         provided in track.
2356
2357 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2358
2359         * configure.ac:
2360         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2361         flags that are invalid for C++. Fixes bug #516509.
2362
2363 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2364
2365         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2366         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2367         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2368         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2369         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2370         * tests/examples/equalizer/demo.c: (message_handler):
2371         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2372         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2373         Don't use declarations after statements and variable length arrays.
2374
2375 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2376
2377         Patch by: Daniel Drake <dsd at gentoo dot org>
2378
2379         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2380         (gst_v4l2src_get_nearest_size):
2381         Try progressive video if interlaced fails. Fixes bug #541956
2382         and the usage of v4l2src on OLPC.
2383
2384 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2385
2386         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2387         (gst_rtp_speex_depay_process):
2388         * gst/rtp/gstrtpspeexdepay.h:
2389         Revert last change: Only the jitterbuffer is able to convert RTP to
2390         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2391         Reopens bug #541787.
2392
2393 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2394
2395         * gst/rtp/gstrtpvrawdepay.c:
2396           Include stdlib.h for atoi().
2397
2398         * gst/rtsp/gstrtspsrc.c:
2399           Use floating point math for latencies < 0 sec in log output.
2400
2401 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2402
2403         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2404
2405         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2406         (gst_rtp_speex_depay_process):
2407         * gst/rtp/gstrtpspeexdepay.h:
2408         Take timestamp from the RTP packet as a first step to fix problems
2409         with transmission over RTP when the network is not reliable.
2410         Fixes bug #541787.
2411
2412 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2413
2414         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2415
2416         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2417         Fix parsing of udp:// URIs containing IPv6 addresses.
2418         Fixes bug #541650.
2419
2420 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2421
2422         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2423         Do not leak incoming buffers.
2424
2425 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2426
2427         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2428
2429         * configure.ac:
2430         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2431         for htons() and htonl(). Fixes bug #541412.
2432
2433 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2434
2435         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2436         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2437         (gst_matroska_demux_element_query),
2438         (gst_matroska_demux_handle_src_query),
2439         (gst_matroska_demux_handle_seek_event):
2440         Handle position and duration query in DEFAULT format if the
2441         pad's track has a default frame duration set.
2442
2443         Fix seeking now that the segment's duration doesn't contain the
2444         (possibly wrong or inaccurate) duration of the Matroska file.
2445
2446 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2447
2448         * gst/matroska/ebml-read.c: (_ext2dbl):
2449         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2450         in math.h except on MSVC where it is defined in xmath.h.
2451         Fixes compilation with MSVC.
2452
2453 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2454
2455         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2456         (gst_matroska_demux_handle_src_query),
2457         (gst_matroska_demux_parse_info),
2458         (gst_matroska_demux_loop_stream_parse_id):
2459         * gst/matroska/matroska-demux.h:
2460         Don't set the segment duration to the duration from the Matroska
2461         header as this value could be wrong and is just informational.
2462
2463 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2464
2465         * gst/matroska/matroska-demux.c:
2466         (gst_matroska_demux_loop_stream_parse_id):
2467         If no Tracks element is found until the first Cluster is found
2468         search it and error out if none is found in the complete file.
2469
2470 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2471
2472         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2473         Resync non-subtitle tracks too if a too large gap compared to other
2474         tracks is detected.
2475
2476 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2477
2478         * gst/rtp/Makefile.am:
2479         * gst/rtp/gstrtp.c: (plugin_init):
2480         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2481         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2482         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2483         (gst_rtp_vraw_depay_change_state),
2484         (gst_rtp_vraw_depay_plugin_init):
2485         * gst/rtp/gstrtpvrawdepay.h:
2486         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2487         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2488         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2489         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2490         (gst_rtp_vraw_pay_plugin_init):
2491         * gst/rtp/gstrtpvrawpay.h:
2492         Add raw video pay and depayloaders, see RFC4175.
2493
2494 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2495
2496         * ext/libpng/gstpngdec.c:
2497         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2498         whatever it returned.
2499
2500 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2501
2502         * gst/avi/avi-ids.h:
2503         Add vprp chunk related structures.
2504         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2505         (gst_avi_demux_parse_stream):
2506         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2507         to caps.  Fixes #539482.
2508         * gst/avi/gstavimux.h:
2509         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2510         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2511         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2512
2513 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2514
2515         * tests/check/elements/avimux.c: (check_avimux_pad):
2516         Adjust avimux unit test according to increased streamheader size.
2517
2518 2008-06-27  David Schleef  <ds@schleef.org>
2519
2520         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2521
2522 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2523
2524         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2525         * gst/avi/gstavimux.h:
2526         Add 8 bytes to current streamheader to make for a complete one
2527         and to make more players happy.  Fixes #519460.
2528
2529 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2530
2531         * sys/v4l2/v4l2_calls.c::
2532           Don't include unused gstv4l2xoverlay.h. Fixes build
2533           in case where X11 headers are not installed.
2534
2535 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2536
2537         * ext/dv/gstdv.c: (plugin_init):
2538         Fix compilation.
2539
2540 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2541
2542         * ext/dv/gstdv.c: (plugin_init):
2543         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2544         DV decoder available.
2545         Fixes #532393
2546
2547 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2548
2549         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2550         Call getsockname() after the call to bind() to get updated values
2551         for the port, etc. This fixes the usage of udpsrc on anonymous
2552         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2553         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2554
2555 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2556
2557         * tests/check/pipelines/wavpack.c: (bus_handler):
2558         Remove workaround for a bug in identity that is fixed in 0.10.20.
2559
2560 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2561
2562         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2563
2564         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2565         Fix HTTP auth support with user/password passed via the URI.
2566         Fixes bug #540067.
2567
2568 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2569
2570         * configure.ac:
2571           Depend on released versions of core and -base.
2572
2573 2008-06-23  Julien Moutte  <julien@fluendo.com>
2574
2575         * gst/matroska/matroska-demux.c:
2576         (gst_matroska_demux_read_track_encoding),
2577         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2578         format strings in macros. (makes it build on OS X again...)
2579
2580 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2581
2582         * gst/rtp/gstrtptheorapay.c:
2583         * gst/udp/gstmultiudpsink.c:
2584           Added debug.
2585
2586 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2587
2588         * configure.ac: switch v4l2src over to the normal build instead of
2589         being 'experimental'. Fixes bug #536831.
2590
2591 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2592
2593         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2594         Remove unused variable so that we can compile again.
2595
2596 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2597
2598         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2599         No need to check for audio/G723 and audio/32KADPCM here as they are
2600         no longer supported.
2601
2602 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2603
2604         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2605         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2606         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2607         known length.
2608
2609 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2610
2611         * gst/matroska/matroska-demux.c:
2612         (gst_matroska_demux_add_wvpk_header),
2613         (gst_matroska_demux_audio_caps):
2614         * gst/matroska/matroska-ids.h:
2615         Fix demuxing of WavPack files. Muxing is still broken.
2616
2617 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2618
2619         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2620         (gst_matroska_demux_add_mpeg_seq_header),
2621         (gst_matroska_demux_add_wvpk_header),
2622         (gst_matroska_demux_check_subtitle_buffer),
2623         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2624         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2625         (gst_matroska_demux_subtitle_caps):
2626         * gst/matroska/matroska-ids.h:
2627         Add a "vfunc" to the track context for postprocessing frames and
2628         convert the wavpack and subtitle postprocessing to this vfunc.
2629         Copy buffer flags in those functions to the new buffers too.
2630
2631         Parse CodecState elements of Blocks.
2632
2633         Add a postprocessing function for MPEG video that adds the sequence
2634         header from the codec private data or codec state to the frames if
2635         it's not already there.
2636
2637 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2638
2639         * gst/matroska/matroska-demux.c:
2640         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2641         If a gap of more than 1/2 second is found in one stream send a
2642         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2643         This also fixes Matroska files where the first buffer doesn't start
2644         at timestamp 0. Fixes bug #429322.
2645
2646         The duration of a block is the default duration multiplied with the
2647         number of laces. Every lace is one frame and the default duration
2648         is the duration of one frame. This fixes playback of files that use
2649         lacing for some tracks.
2650
2651 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2652
2653         * gst/matroska/matroska-demux.c:
2654         (gst_matroska_demux_parse_contents_seekentry):
2655         Update FIXME/TODOs and only ignore EOS at the central, important place
2656         instead of several places.
2657
2658 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2659
2660         * gst/rtp/gstrtpg726pay.c:
2661         Fix caps, See #538891.
2662
2663 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2664
2665         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2666         (gst_matroska_demux_stream_from_num),
2667         (gst_matroska_demux_encoding_cmp),
2668         (gst_matroska_demux_encoding_order_unique),
2669         (gst_matroska_demux_read_track_encoding),
2670         (gst_matroska_demux_read_track_encodings),
2671         (gst_matroska_demux_tracknumber_unique),
2672         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2673         (gst_matroska_demux_parse_tracks),
2674         (gst_matroska_demux_parse_index_cuetrack),
2675         (gst_matroska_demux_parse_index_pointentry),
2676         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2677         (gst_matroska_demux_parse_metadata_id_simple_tag),
2678         (gst_matroska_demux_parse_metadata_id_tag),
2679         (gst_matroska_demux_parse_metadata),
2680         (gst_matroska_demux_parse_attached_file),
2681         (gst_matroska_demux_parse_attachments),
2682         (gst_matroska_demux_parse_chapters),
2683         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
2684         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2685         (gst_matroska_demux_parse_cluster),
2686         (gst_matroska_demux_parse_contents_seekentry),
2687         (gst_matroska_demux_parse_contents),
2688         (gst_matroska_demux_loop_stream_parse_id),
2689         (gst_matroska_demux_loop):
2690         Improve debug output everywhere and fix the EOS logic.
2691
2692         Check the values of the ContentEncoding elements more strictly and
2693         don't use tracks for which it's invalid.
2694
2695         Check that the track number is unique for this stream.
2696
2697         Check that seek positions are below G_MAXINT64 as our seeks are
2698         int64-based and overflows will fail badly.
2699
2700         After seeks also don't push SimpleBlocks until the first one
2701         containing a keyframe is found. Before this was done only for normal
2702         Blocks.
2703
2704         Update some FIXME/TODOs.
2705         
2706         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
2707         (gst_ebml_read_utf8), (gst_ebml_read_header):
2708         Improve debug output.
2709
2710         * gst/matroska/matroska-ids.c:
2711         (gst_matroska_track_init_video_context):
2712         * gst/matroska/matroska-ids.h:
2713         * gst/matroska/matroska-mux.c:
2714         (gst_matroska_mux_video_pad_setcaps):
2715         Remove eye mode and don't parse it anymore. We can't use that
2716         information in GStreamer yet so it's useless.
2717
2718
2719 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2720
2721         Patch by: Mersad Jelacic <mersad at axis dot com>
2722
2723         * gst/rtp/Makefile.am:
2724         * gst/rtp/gstrtp.c: (plugin_init):
2725         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
2726         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
2727         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
2728         (gst_rtp_g726_depay_plugin_init):
2729         * gst/rtp/gstrtpg726depay.h:
2730         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
2731         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
2732         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
2733         * gst/rtp/gstrtpg726pay.h:
2734         Added G726 pay/depayloaders. Fixes #538891.
2735
2736 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2737
2738         * gst/rtsp/URLS:
2739         Some more urls.
2740
2741         * gst/smpte/barboxwipes.c:
2742         Add a comment
2743
2744         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2745         Fix typo, add audioresample to the pipeline.
2746
2747 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2748
2749         * ext/libmng/Makefile.am:
2750         * ext/libmng/gstmng.c: (plugin_init):
2751         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
2752         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
2753         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
2754         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
2755         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
2756         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
2757         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2758         (gst_mng_dec_change_state):
2759         * ext/libmng/gstmngdec.h:
2760         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
2761         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
2762         (gst_mng_enc_init), (gst_mng_enc_chain),
2763         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
2764         * ext/libmng/gstmngenc.h:
2765         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
2766         bits ifdeffed out still.
2767
2768 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2769
2770         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
2771         When comparing index elements with the same time compare their
2772         block number.
2773
2774 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
2775
2776         * gst/matroska/matroska-demux.c:
2777           (gst_matroska_demux_parse_attached_file)
2778           Init variable to NULL to avoid compiler warning.
2779
2780 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2781
2782         * gst/matroska/Makefile.am:
2783         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2784         (gst_matroska_demux_parse_attached_file),
2785         (gst_matroska_demux_parse_attachments),
2786         (gst_matroska_demux_parse_contents_seekentry),
2787         (gst_matroska_demux_loop_stream_parse_id):
2788         * gst/matroska/matroska-demux.h:
2789         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2790         * gst/matroska/matroska-ids.h:
2791         * gst/matroska/matroska.c: (plugin_init):
2792         Parse Attachments and post them as GST_TAG_IMAGE if we detect
2793         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
2794         and description of the attachments in the caps. Fixes bug #537622.
2795
2796 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
2797
2798         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
2799         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
2800         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
2801         (gst_speex_enc_src_query), (gst_speex_enc_init),
2802         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
2803         (gst_speex_enc_chain), (gst_speex_enc_get_property),
2804         (gst_speex_enc_set_property):
2805         Add mode property.
2806         Some cleanups, add more debug info.
2807         Add latency query.
2808
2809 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2810
2811         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
2812         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
2813         If we get less bytes than requested we can't do anything except doing
2814         our EOS logic.
2815
2816 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2817
2818         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2819         (gst_matroskademux_do_index_seek),
2820         (gst_matroska_demux_parse_index_cuetrack),
2821         (gst_matroska_demux_parse_index_pointentry),
2822         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
2823         (gst_matroska_demux_parse_metadata):
2824         * gst/matroska/matroska-demux.h:
2825         * gst/matroska/matroska-ids.h:
2826         Use a GArray for storing the Cue (i.e. seek) information, store
2827         the CueTrackPositions for every track, store the block number
2828         and optimize searching in the array by sorting it after the last
2829         element was added.
2830
2831         Fix a small memory leak when trying to parse a tags element that was
2832         already parsed.
2833
2834 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2835
2836         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2837         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2838         (gst_matroska_mux_write_data):
2839         * gst/matroska/matroska-mux.h:
2840         Don't write another SeekHead which indexes all Clusters to the end of
2841         the file. This isn't useful for anything and just increases filesize.
2842
2843 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2844
2845         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2846         Prevent unaligned memory access when reading floats.
2847
2848 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2849
2850         * gst/matroska/ebml-read.c:
2851         * gst/matroska/ebml-read.h:
2852         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2853         (gst_matroska_demux_parse_metadata):
2854         * gst/matroska/matroska-demux.h:
2855         Make sure that every Tags element is only parsed once and it's
2856         containing tags are only posted once.
2857
2858 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2859
2860         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2861         (gst_ebml_read_header):
2862         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2863         (gst_matroska_demux_parse_tracks),
2864         (gst_matroska_demux_parse_index_cuetrack),
2865         (gst_matroska_demux_parse_index_pointentry),
2866         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2867         (gst_matroska_demux_parse_metadata_id_simple_tag),
2868         (gst_matroska_demux_parse_metadata_id_tag),
2869         (gst_matroska_demux_parse_metadata),
2870         (gst_matroska_demux_parse_attachments),
2871         (gst_matroska_demux_parse_chapters),
2872         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2873         (gst_matroska_demux_parse_cluster),
2874         (gst_matroska_demux_parse_contents_seekentry),
2875         (gst_matroska_demux_parse_contents),
2876         (gst_matroska_demux_loop_stream_parse_id):
2877         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2878         already. They're not useful in the matroska parser and only cause
2879         additional code.
2880
2881 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2882
2883         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2884         (gst_ebml_finalize), (gst_ebml_read_change_state),
2885         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2886         * gst/matroska/matroska-demux.c:
2887         (gst_matroska_demux_parse_contents_seekentry):
2888         Reverse the level list as we usually are only interested in the
2889         first element or want to add a new first element. Having the
2890         first element stored at the end and calling g_list_last() and
2891         g_list_append() is more expensive.
2892
2893         Also use GSlice for allocating the GstEbmlLevel structs.
2894
2895 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2896
2897         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2898           (gst_tag_inject_class_init), (gst_tag_inject_init):
2899           Don't unref NULL taglist in finalize. Don't use c++ style
2900           comments.
2901
2902 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2903
2904         * gst/matroska/matroska-demux.c:
2905         (gst_matroska_demux_parse_metadata_id_simple_tag):
2906         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2907         (gst_matroska_mux_write_data):
2908         Use gst_value_serialize() and gst_value_deserialize() for transforming
2909         tags from some GType to a string and the other way around. The default
2910         transformations in GLib don't include transformations from string to
2911         number types.
2912
2913 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2914
2915         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2916         (gst_matroska_demux_parse_tracks),
2917         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2918         (gst_matroska_demux_parse_attachments),
2919         (gst_matroska_demux_parse_chapters),
2920         (gst_matroska_demux_parse_contents_seekentry),
2921         (gst_matroska_demux_loop_stream_parse_id):
2922         * gst/matroska/matroska-demux.h:
2923         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2924         Tags multiple times. The first ones can appear more than once but must
2925         contain the same content as the first for backup purposes so we ignore
2926         all but the first one. Tags can appear multiple times with different
2927         content.
2928
2929         Jump to all elements except Clusters that are available from a
2930         SeekHead to make it more likely to have all required informations
2931         before getting to the first Clusters.
2932
2933         Add dummy functions for parsing Attachments and Chapters.
2934
2935 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2936
2937         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2938         (gst_udpsrc_create), (gst_udpsrc_set_property),
2939         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2940         * gst/udp/gstudpsrc.h:
2941         Add property to control automatic join/leave of multicast groups.
2942         Add G_LIKELY.
2943         Remove setting caps on buffers explicitly, basesrc does that for us now.
2944         Improve debug info.
2945         Convert some non-fatal error into warnings.
2946         Use g_ntohs for better portability.
2947         Leave multicast groups when stopping.
2948         When using external sockets, use getsockname() on them to fill up the
2949         addr structure before calling methods that use the structure.
2950         Should all fix #536903.
2951         API: GstUDPSrc::auto-multicast property
2952
2953 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2954
2955         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2956         Use g_ntohl for better portability.
2957
2958 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2959
2960         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
2961         (gst_multiudpsink_remove):
2962         Fix a typo and do some small cleanups.
2963
2964 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2965
2966         Patch by: Olivier Crete <tester at tester dot ca>
2967
2968         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
2969         Make the delivery-method mandatory on the caps and only accept inline
2970         for now.
2971         Reverse strcmp checks for delivery-method.
2972
2973         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
2974         Make delivery method optional when parsing caps and note this in the
2975         caps.
2976         Reverse strcmp checks for delivery-method.
2977
2978         * gst/rtp/gstrtpvorbispay.c:
2979         Update a comment to note that the delivery-method is optional, 
2980         Fixes #537675.
2981
2982 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2983
2984         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
2985         Set udpsrc for receiving data from multicast groups to PAUSED instead of
2986         leaving them in READY. Fixes #537832.
2987
2988 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2989
2990         * gst/avi/gstavimux.c:
2991           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
2992           for a random constant in tagmuxing code.
2993
2994 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
2995
2996         * gst/debug/gsttaginject.c:
2997         * gst/debug/gsttaginject.h:
2998           Now actually adding the new element.
2999
3000 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3001
3002         * docs/plugins/Makefile.am:
3003         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3004         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3005         * docs/plugins/gst-plugins-good-plugins.args:
3006         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3007         * docs/plugins/gst-plugins-good-plugins.interfaces:
3008         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3009         * docs/plugins/inspect/plugin-aasink.xml:
3010         * docs/plugins/inspect/plugin-alaw.xml:
3011         * docs/plugins/inspect/plugin-alpha.xml:
3012         * docs/plugins/inspect/plugin-alphacolor.xml:
3013         * docs/plugins/inspect/plugin-annodex.xml:
3014         * docs/plugins/inspect/plugin-apetag.xml:
3015         * docs/plugins/inspect/plugin-audiofx.xml:
3016         * docs/plugins/inspect/plugin-auparse.xml:
3017         * docs/plugins/inspect/plugin-autodetect.xml:
3018         * docs/plugins/inspect/plugin-avi.xml:
3019         * docs/plugins/inspect/plugin-cacasink.xml:
3020         * docs/plugins/inspect/plugin-cairo.xml:
3021         * docs/plugins/inspect/plugin-cdio.xml:
3022         * docs/plugins/inspect/plugin-cutter.xml:
3023         * docs/plugins/inspect/plugin-debug.xml:
3024         * docs/plugins/inspect/plugin-dv.xml:
3025         * docs/plugins/inspect/plugin-efence.xml:
3026         * docs/plugins/inspect/plugin-effectv.xml:
3027         * docs/plugins/inspect/plugin-equalizer.xml:
3028         * docs/plugins/inspect/plugin-esdsink.xml:
3029         * docs/plugins/inspect/plugin-flac.xml:
3030         * docs/plugins/inspect/plugin-flxdec.xml:
3031         * docs/plugins/inspect/plugin-gamma.xml:
3032         * docs/plugins/inspect/plugin-gconfelements.xml:
3033         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3034         * docs/plugins/inspect/plugin-goom.xml:
3035         * docs/plugins/inspect/plugin-goom2k1.xml:
3036         * docs/plugins/inspect/plugin-halelements.xml:
3037         * docs/plugins/inspect/plugin-icydemux.xml:
3038         * docs/plugins/inspect/plugin-id3demux.xml:
3039         * docs/plugins/inspect/plugin-jpeg.xml:
3040         * docs/plugins/inspect/plugin-level.xml:
3041         * docs/plugins/inspect/plugin-matroska.xml:
3042         * docs/plugins/inspect/plugin-monoscope.xml:
3043         * docs/plugins/inspect/plugin-mulaw.xml:
3044         * docs/plugins/inspect/plugin-multifile.xml:
3045         * docs/plugins/inspect/plugin-multipart.xml:
3046         * docs/plugins/inspect/plugin-navigationtest.xml:
3047         * docs/plugins/inspect/plugin-ossaudio.xml:
3048         * docs/plugins/inspect/plugin-png.xml:
3049         * docs/plugins/inspect/plugin-quicktime.xml:
3050         * docs/plugins/inspect/plugin-rtp.xml:
3051         * docs/plugins/inspect/plugin-rtsp.xml:
3052         * docs/plugins/inspect/plugin-smpte.xml:
3053         * docs/plugins/inspect/plugin-soup.xml:
3054         * docs/plugins/inspect/plugin-spectrum.xml:
3055         * docs/plugins/inspect/plugin-speex.xml:
3056         * docs/plugins/inspect/plugin-taglib.xml:
3057         * docs/plugins/inspect/plugin-udp.xml:
3058         * docs/plugins/inspect/plugin-video4linux2.xml:
3059         * docs/plugins/inspect/plugin-videobalance.xml:
3060         * docs/plugins/inspect/plugin-videobox.xml:
3061         * docs/plugins/inspect/plugin-videocrop.xml:
3062         * docs/plugins/inspect/plugin-videoflip.xml:
3063         * docs/plugins/inspect/plugin-videomixer.xml:
3064         * docs/plugins/inspect/plugin-wavenc.xml:
3065         * docs/plugins/inspect/plugin-wavpack.xml:
3066         * docs/plugins/inspect/plugin-wavparse.xml:
3067         * docs/plugins/inspect/plugin-ximagesrc.xml:
3068         * gst/debug/Makefile.am:
3069         * gst/debug/breakmydata.c:
3070         * gst/debug/efence.c:
3071         * gst/debug/gstdebug.c:
3072         * gst/debug/gstnavseek.c:
3073         * gst/debug/gstpushfilesrc.c:
3074         * gst/debug/gstpushfilesrc.h:
3075         * gst/debug/negotiation.c:
3076         * gst/debug/progressreport.c:
3077         * gst/debug/progressreport.h:
3078         * gst/debug/rndbuffersize.c:
3079         * gst/debug/testplugin.c:
3080           Remove dummy plugin_init. Remove some undefined entries from doc-
3081           section file. Add taginject element and rebuild docs for it.
3082
3083 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3084
3085         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3086         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3087         Update the counter for the number of streams when pads are added or
3088         removed. This will make sure that a seek table is generated for
3089         files with just one audio stream.
3090
3091 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3092
3093         * gst/matroska/matroska-demux.c:
3094         (gst_matroska_demux_parse_metadata_id_simple_tag):
3095         * gst/matroska/matroska-ids.h:
3096         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3097         Add some more tags, improve debugging a bit and make sure that
3098         GValue transformation has succeeded before using the result
3099         as a tag.
3100
3101 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3102
3103         Patch by: Olivier Crete <tester at tester dot ca>
3104
3105         * gst/rtp/gstrtptheorapay.c:
3106         The Theora RTP payloader only supports the "inline" delievery method
3107         so let's declare this on the caps of the static pad template.
3108         Fixes bug #537675.
3109
3110 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3111
3112         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3113         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3114         Remove bogus check.
3115
3116 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3117
3118         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3119         (gst_videomixer_blend_buffers):
3120         Use stream_time to synchronize the object properties.
3121         Use running_time of the master pad to timestamp outgoing buffers.
3122         Fix the initial segment event to extend an unknown amount of time.
3123         Fixes #537361.
3124
3125 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3126
3127         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3128         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3129         (gst_avi_demux_calculate_durations_from_index),
3130         (gst_avi_demux_stream_header_push),
3131         (gst_avi_demux_stream_header_pull):
3132         Try to ignore unparsable/unknown streams and give a warning instead of
3133         erroring out. Fixes #537377.
3134
3135 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3136
3137         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3138         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3139
3140         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3141         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3142         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3143         (gst_matroska_demux_read_track_encodings),
3144         (gst_matroska_demux_add_stream),
3145         (gst_matroska_demux_handle_src_query),
3146         (gst_matroska_demux_init_stream),
3147         (gst_matroska_demux_parse_index_cuetrack),
3148         (gst_matroska_demux_parse_index_pointentry),
3149         (gst_matroska_demux_parse_info),
3150         (gst_matroska_demux_parse_metadata_id_simple_tag),
3151         (gst_matroska_demux_parse_metadata),
3152         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3153         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3154         (gst_matroska_demux_parse_cluster),
3155         (gst_matroska_demux_parse_contents_seekentry),
3156         (gst_matroska_demux_loop_stream_parse_id),
3157         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3158         (gst_matroska_demux_audio_caps),
3159         (gst_matroska_demux_subtitle_caps):
3160         * gst/matroska/matroska-demux.h:
3161         * gst/matroska/matroska-ids.c:
3162         (gst_matroska_track_init_subtitle_context):
3163         * gst/matroska/matroska-ids.h:
3164         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3165         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3166         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3167         (gst_matroska_mux_video_pad_setcaps),
3168         (gst_matroska_mux_audio_pad_setcaps),
3169         (gst_matroska_mux_subtitle_pad_setcaps),
3170         (gst_matroska_mux_request_new_pad),
3171         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3172         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3173         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3174         (gst_matroska_mux_set_property):
3175         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3176         elements, do some checks for valid values in the demuxer, handle
3177         tracktimecodescale in the demuxer, set correct default values for all
3178         settings in the demuxer, review and add all missing matroska
3179         IDs and some more raw YUV formats, and some trivial cleanup.
3180
3181 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3182
3183         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3184         (gst_pulsemixer_class_init):
3185         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3186         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3187         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3188         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3189         (gst_pulsesrc_prepare):
3190         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3191         gst_element_class_set_details_simple() and fix coding style a bit
3192         more.
3193
3194 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3195
3196         * docs/plugins/Makefile.am:
3197         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3198         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3199         * docs/plugins/gst-plugins-good-plugins.args:
3200         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3201         * docs/plugins/gst-plugins-good-plugins.interfaces:
3202         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3203         * docs/plugins/inspect/plugin-aasink.xml:
3204         * docs/plugins/inspect/plugin-alaw.xml:
3205         * docs/plugins/inspect/plugin-alpha.xml:
3206         * docs/plugins/inspect/plugin-alphacolor.xml:
3207         * docs/plugins/inspect/plugin-annodex.xml:
3208         * docs/plugins/inspect/plugin-apetag.xml:
3209         * docs/plugins/inspect/plugin-audiofx.xml:
3210         * docs/plugins/inspect/plugin-auparse.xml:
3211         * docs/plugins/inspect/plugin-autodetect.xml:
3212         * docs/plugins/inspect/plugin-avi.xml:
3213         * docs/plugins/inspect/plugin-cacasink.xml:
3214         * docs/plugins/inspect/plugin-cairo.xml:
3215         * docs/plugins/inspect/plugin-cdio.xml:
3216         * docs/plugins/inspect/plugin-cutter.xml:
3217         * docs/plugins/inspect/plugin-debug.xml:
3218         * docs/plugins/inspect/plugin-dv.xml:
3219         * docs/plugins/inspect/plugin-efence.xml:
3220         * docs/plugins/inspect/plugin-effectv.xml:
3221         * docs/plugins/inspect/plugin-equalizer.xml:
3222         * docs/plugins/inspect/plugin-esdsink.xml:
3223         * docs/plugins/inspect/plugin-flac.xml:
3224         * docs/plugins/inspect/plugin-flxdec.xml:
3225         * docs/plugins/inspect/plugin-gamma.xml:
3226         * docs/plugins/inspect/plugin-gconfelements.xml:
3227         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3228         * docs/plugins/inspect/plugin-goom.xml:
3229         * docs/plugins/inspect/plugin-goom2k1.xml:
3230         * docs/plugins/inspect/plugin-halelements.xml:
3231         * docs/plugins/inspect/plugin-icydemux.xml:
3232         * docs/plugins/inspect/plugin-id3demux.xml:
3233         * docs/plugins/inspect/plugin-jpeg.xml:
3234         * docs/plugins/inspect/plugin-level.xml:
3235         * docs/plugins/inspect/plugin-matroska.xml:
3236         * docs/plugins/inspect/plugin-monoscope.xml:
3237         * docs/plugins/inspect/plugin-mulaw.xml:
3238         * docs/plugins/inspect/plugin-multifile.xml:
3239         * docs/plugins/inspect/plugin-multipart.xml:
3240         * docs/plugins/inspect/plugin-navigationtest.xml:
3241         * docs/plugins/inspect/plugin-ossaudio.xml:
3242         * docs/plugins/inspect/plugin-png.xml:
3243         * docs/plugins/inspect/plugin-pulseaudio.xml:
3244         * docs/plugins/inspect/plugin-quicktime.xml:
3245         * docs/plugins/inspect/plugin-rtp.xml:
3246         * docs/plugins/inspect/plugin-rtsp.xml:
3247         * docs/plugins/inspect/plugin-smpte.xml:
3248         * docs/plugins/inspect/plugin-soup.xml:
3249         * docs/plugins/inspect/plugin-spectrum.xml:
3250         * docs/plugins/inspect/plugin-speex.xml:
3251         * docs/plugins/inspect/plugin-taglib.xml:
3252         * docs/plugins/inspect/plugin-udp.xml:
3253         * docs/plugins/inspect/plugin-video4linux2.xml:
3254         * docs/plugins/inspect/plugin-videobalance.xml:
3255         * docs/plugins/inspect/plugin-videobox.xml:
3256         * docs/plugins/inspect/plugin-videocrop.xml:
3257         * docs/plugins/inspect/plugin-videoflip.xml:
3258         * docs/plugins/inspect/plugin-videomixer.xml:
3259         * docs/plugins/inspect/plugin-wavenc.xml:
3260         * docs/plugins/inspect/plugin-wavpack.xml:
3261         * docs/plugins/inspect/plugin-wavparse.xml:
3262         * docs/plugins/inspect/plugin-ximagesrc.xml:
3263         * ext/pulse/plugin.c:
3264         * ext/pulse/pulsemixer.c:
3265         * ext/pulse/pulsesink.c:
3266         * ext/pulse/pulsesrc.c:
3267         Add documentation to the pulseaudio plugin and run make update
3268         in docs/plugins.
3269
3270 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3271
3272         Patch by: Brian Cameron <brian.cameron at sun dot com>
3273
3274         * sys/sunaudio/gstsunaudiomixerctrl.c:
3275         (gst_sunaudiomixer_ctrl_get_volume),
3276         (gst_sunaudiomixer_ctrl_set_volume):
3277         Improvements for the SunAudio mixer by handling mute as no gain
3278         for tracks that have a gain property but no mute property.
3279         Fixes bug #536067.
3280
3281 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3282
3283         * configure.ac:
3284         * ext/pulse/Makefile.am:
3285         * ext/pulse/plugin.c: (plugin_init):
3286         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3287         (gst_pulsemixer_implements_interface_init),
3288         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3289         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3290         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3291         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3292         * ext/pulse/pulsemixer.h:
3293         * ext/pulse/pulsemixerctrl.c:
3294         (gst_pulsemixer_ctrl_context_state_cb),
3295         (gst_pulsemixer_ctrl_sink_info_cb),
3296         (gst_pulsemixer_ctrl_source_info_cb),
3297         (gst_pulsemixer_ctrl_subscribe_cb),
3298         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3299         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3300         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3301         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3302         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3303         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3304         * ext/pulse/pulsemixerctrl.h:
3305         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3306         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3307         * ext/pulse/pulsemixertrack.h:
3308         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3309         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3310         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3311         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3312         (gst_pulseprobe_new), (gst_pulseprobe_free),
3313         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3314         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3315         (gst_pulseprobe_set_server):
3316         * ext/pulse/pulseprobe.h:
3317         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3318         (gst_pulsesink_class_init), (gst_pulsesink_init),
3319         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3320         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3321         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3322         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3323         (gst_pulsesink_stream_request_cb),
3324         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3325         (gst_pulsesink_close), (gst_pulsesink_prepare),
3326         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3327         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3328         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3329         (gst_pulsesink_event), (gst_pulsesink_get_type):
3330         * ext/pulse/pulsesink.h:
3331         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3332         (gst_pulsesrc_implements_interface_init),
3333         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3334         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3335         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3336         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3337         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3338         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3339         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3340         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3341         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3342         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3343         (gst_pulsesrc_get_type):
3344         * ext/pulse/pulsesrc.h:
3345         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3346         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3347         * ext/pulse/pulseutil.h:
3348         Add pulseaudio GStreamer element from gst-pulse. Development will
3349         continue here instead of pulseaudio SVN. Fixes bug #400679.
3350         Only changes over gst-pulse SVN are added copyright to the top of
3351         files and coding style changes.
3352
3353 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3354
3355         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3356
3357         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3358           (gst_cdio_add_cdtext_album_tags):
3359         * ext/cdio/gstcdio.h:
3360         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3361           Also extract album title and album genre from CD-TEXT if
3362           available (#537021).
3363
3364 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3365
3366         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3367
3368         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3369         Improve negotiation a bit more by picking the smallest possible
3370         resolution that is larger than the resolution specified in the
3371         first caps entry of the peer caps. Fixes bug #536994.
3372
3373 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3374
3375         Patch by: Bastien Nocera <hadess at hadess dot net>
3376
3377         * sys/v4l2/gstv4l2vidorient.c:
3378         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3379         Fix compilation with newer GIT kernels that deprecated
3380         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3381
3382 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3383
3384         * configure.ac:
3385         * ext/cdio/gstcdio.c:
3386         * ext/cdio/gstcdio.h:
3387         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3388           Require libcdio >= 0.76.
3389
3390 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3391
3392         * gst/avi/gstavidemux.c:
3393         Catch UNEXPECTED when downstream has reached end of
3394         segment in reverse mode.
3395
3396 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3397
3398         * gst/avi/gstavidemux.c:
3399         Fix typo in comment
3400
3401 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3402
3403         * gst/avi/gstavidemux.c:
3404         Because we don't know the frame order we need to push till
3405         the next keyframe
3406
3407 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3408
3409         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3410
3411         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3412         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3413         Provide a custom negotiation function to make sure to pick the highest
3414         possible framerate and resolution. Fixes bug #536646.
3415
3416 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3417
3418         * gst/avi/gstavidemux.c:
3419         Set EOS when going out of the segment in reverse playback
3420
3421 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3422
3423         * ext/taglib/Makefile.am::
3424           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3425           taglib headers (with gcc 4.3.1).
3426
3427 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3428
3429         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3430         Use the new gst_rtsp_connection_get_ip() to access the IP address
3431         of a GstRTSPConnection since it is a private member.
3432
3433 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3434
3435         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3436         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3437           Use new utility functions in libgsttag to process coverart (#512333).
3438
3439 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3440
3441         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3442         We actually support left/side, right/side and mid/side files. The
3443         conversion to normal, interleaved stereo is done by libflac.
3444
3445 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3446
3447         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3448         (gst_ebml_write_set_cache):
3449         Unref the write cache in finalize if it was set and add add "FIXME"
3450         to a comment that needs it.
3451
3452 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3453
3454         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3455
3456         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3457         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3458         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3459         (gst_avi_demux_process_next_entry):
3460         * gst/avi/gstavidemux.h:
3461         Implement reverse playback. Fixes #535300.
3462         Small cleanups.
3463
3464 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3465
3466         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3467         (gst_videomixer_query_latency):
3468         When using gst_element_iterate_pads() one has to unref every pad
3469         after usage.
3470
3471 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3472
3473         Patch by: Bastien Nocera <hadess at hadess dot net>
3474         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3475         (qtdemux_parse_udta):
3476         * gst/qtdemux/qtdemux_fourcc.h:
3477         Improve meta-data handling, add 'comment', 'description' and
3478         'copyright' tag handling.
3479         Fixes #535935
3480
3481 2008-05-31  Julien Moutte  <julien@fluendo.com>
3482
3483         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3484         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3485         (gst_qtdemux_seek_to_previous_keyframe),
3486         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3487         we don't clip the segment's stop using the main segment duration as
3488         that could crop quite some video frames. Make reverse playback support
3489         more robust and support edit lists. Support seeking to the last frame,
3490         and fix reverse looping playback. Add some debugging.
3491         * win32/common/config.h: Updated.
3492
3493 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3494
3495         * gst/equalizer/gstiirequalizer.c:
3496         (gst_iir_equalizer_transform_ip):
3497         Don't clip float/double samples, correctly unset passthrough mode
3498         and use better rounding for integer samples.
3499
3500 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3501
3502         * gst/equalizer/gstiirequalizer.c:
3503         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3504         (setup_filter), (set_passthrough), (update_coefficients),
3505         (gst_iir_equalizer_compute_frequencies),
3506         (gst_iir_equalizer_transform_ip):
3507         * gst/equalizer/gstiirequalizer.h:
3508         Update the filter coefficients only when needed in the transform_ip
3509         function and correctly set the element into passthrough mode if the
3510         gain of all bands is 0.
3511
3512 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3513
3514         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3515
3516         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3517         (gst_alpha_set_property), (gst_alpha_get_property),
3518         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3519         Try to skip pixels or areas that are too dark or too bright for us to do
3520         meaningfull color detection.
3521         Added properties to control the sensitivity to light and darkness.
3522         Added some small cleanups. Fixes #512345.
3523
3524 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3525
3526         * docs/plugins/.cvsignore:
3527         * tests/check/elements/.cvsignore:
3528         Ignore some more generated things
3529
3530         * tests/check/Makefile.am:
3531         Ignore OSS elements in the state changes test too.
3532
3533 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3534
3535         * docs/plugins/Makefile.am:
3536         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3537         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3538         Add SMPTE effect elements to docs.
3539
3540 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3541
3542         * docs/plugins/Makefile.am:
3543         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3544         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3545         * ext/raw1394/gstdv1394src.c:
3546           Document whats first shown on the fdo plugin docs page :)
3547
3548 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3549
3550         * docs/plugins/Makefile.am:
3551         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3552         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3553         * docs/plugins/gst-plugins-good-plugins.args:
3554         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3555         * docs/plugins/inspect/plugin-audiofx.xml:
3556         * gst/audiofx/Makefile.am:
3557         * gst/audiofx/audiofx.c:
3558         * gst/audiofx/audiokaraoke.c:
3559         * gst/audiofx/audiokaraoke.h:
3560         * gst/audiofx/audiovoice.c:
3561         * gst/audiofx/audiovoice.h:
3562           Rename audiovoice to audiokaraoke and add it to the docs.
3563
3564 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3565
3566         * REQUIREMENTS:
3567         * docs/plugins/Makefile.am:
3568         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3569         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3570         * docs/plugins/gst-plugins-good-plugins.args:
3571         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3572         * docs/plugins/gst-plugins-good-plugins.interfaces:
3573         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3574         * docs/plugins/inspect/plugin-aasink.xml:
3575         * docs/plugins/inspect/plugin-alaw.xml:
3576         * docs/plugins/inspect/plugin-alpha.xml:
3577         * docs/plugins/inspect/plugin-alphacolor.xml:
3578         * docs/plugins/inspect/plugin-annodex.xml:
3579         * docs/plugins/inspect/plugin-apetag.xml:
3580         * docs/plugins/inspect/plugin-audiofx.xml:
3581         * docs/plugins/inspect/plugin-auparse.xml:
3582         * docs/plugins/inspect/plugin-autodetect.xml:
3583         * docs/plugins/inspect/plugin-avi.xml:
3584         * docs/plugins/inspect/plugin-cacasink.xml:
3585         * docs/plugins/inspect/plugin-cairo.xml:
3586         * docs/plugins/inspect/plugin-cdio.xml:
3587         * docs/plugins/inspect/plugin-cutter.xml:
3588         * docs/plugins/inspect/plugin-debug.xml:
3589         * docs/plugins/inspect/plugin-dv.xml:
3590         * docs/plugins/inspect/plugin-efence.xml:
3591         * docs/plugins/inspect/plugin-effectv.xml:
3592         * docs/plugins/inspect/plugin-equalizer.xml:
3593         * docs/plugins/inspect/plugin-esdsink.xml:
3594         * docs/plugins/inspect/plugin-flac.xml:
3595         * docs/plugins/inspect/plugin-flxdec.xml:
3596         * docs/plugins/inspect/plugin-gamma.xml:
3597         * docs/plugins/inspect/plugin-gconfelements.xml:
3598         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3599         * docs/plugins/inspect/plugin-goom.xml:
3600         * docs/plugins/inspect/plugin-goom2k1.xml:
3601         * docs/plugins/inspect/plugin-halelements.xml:
3602         * docs/plugins/inspect/plugin-icydemux.xml:
3603         * docs/plugins/inspect/plugin-id3demux.xml:
3604         * docs/plugins/inspect/plugin-jpeg.xml:
3605         * docs/plugins/inspect/plugin-level.xml:
3606         * docs/plugins/inspect/plugin-matroska.xml:
3607         * docs/plugins/inspect/plugin-monoscope.xml:
3608         * docs/plugins/inspect/plugin-mulaw.xml:
3609         * docs/plugins/inspect/plugin-multifile.xml:
3610         * docs/plugins/inspect/plugin-multipart.xml:
3611         * docs/plugins/inspect/plugin-navigationtest.xml:
3612         * docs/plugins/inspect/plugin-ossaudio.xml:
3613         * docs/plugins/inspect/plugin-png.xml:
3614         * docs/plugins/inspect/plugin-quicktime.xml:
3615         * docs/plugins/inspect/plugin-rtp.xml:
3616         * docs/plugins/inspect/plugin-rtsp.xml:
3617         * docs/plugins/inspect/plugin-smpte.xml:
3618         * docs/plugins/inspect/plugin-soup.xml:
3619         * docs/plugins/inspect/plugin-spectrum.xml:
3620         * docs/plugins/inspect/plugin-speex.xml:
3621         * docs/plugins/inspect/plugin-taglib.xml:
3622         * docs/plugins/inspect/plugin-udp.xml:
3623         * docs/plugins/inspect/plugin-video4linux2.xml:
3624         * docs/plugins/inspect/plugin-videobalance.xml:
3625         * docs/plugins/inspect/plugin-videobox.xml:
3626         * docs/plugins/inspect/plugin-videocrop.xml:
3627         * docs/plugins/inspect/plugin-videoflip.xml:
3628         * docs/plugins/inspect/plugin-videomixer.xml:
3629         * docs/plugins/inspect/plugin-wavenc.xml:
3630         * docs/plugins/inspect/plugin-wavpack.xml:
3631         * docs/plugins/inspect/plugin-wavparse.xml:
3632         * docs/plugins/inspect/plugin-ximagesrc.xml:
3633         * ext/aalib/gstaasink.c:
3634         * ext/libcaca/gstcacasink.c:
3635           Document aasink and cacasink.
3636
3637 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3638
3639         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3640         (gst_videomixer_init), (gst_videomixer_query_duration),
3641         (gst_videomixer_query_latency), (gst_videomixer_query),
3642         (gst_videomixer_blend_buffers):
3643         * gst/videomixer/videomixer.h:
3644         Implement position (in time), duration and latency queries.
3645
3646 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3647
3648         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3649         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3650         (gst_videomixer_fill_queues), (forward_event_func),
3651         (forward_event), (gst_videomixer_src_event),
3652         (gst_videomixer_sink_event):
3653         * gst/videomixer/videomixer.h:
3654         Implement proper seek/newsegment handling.
3655         Based on adder's implementation.
3656         Fixes #535121
3657
3658 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3659
3660         Patch by: Jan Gerber <j at oil21 dot org>
3661
3662         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3663         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3664
3665 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3666
3667         * gst/audiofx/Makefile.am:
3668         * gst/audiofx/audiofx.c: (plugin_init):
3669         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3670         (gst_audio_voice_class_init), (gst_audio_voice_init),
3671         (update_filter), (gst_audio_voice_set_property),
3672         (gst_audio_voice_get_property), (gst_audio_voice_setup),
3673         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3674         (gst_audio_voice_transform_ip):
3675         * gst/audiofx/audiovoice.h:
3676         Add simple voice removal element. Yay karaoke.
3677
3678 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3679
3680         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3681
3682         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3683         Fix potential caps leak.
3684         If we can't get the framerate with an ioctl, try to get it with the
3685         current norm. Fixes #520092.
3686
3687 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3688
3689         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3690
3691         * sys/v4l2/v4l2src_calls.c:
3692         (gst_v4l2src_probe_caps_for_format_and_size):
3693         If we fail to get the frame intervals, simply don't touch the framerates
3694         on the template caps instead of discarding the format. See #520092.
3695
3696 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3697
3698         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3699
3700         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
3701         (gst_v4l2_get_caps_info):
3702         Add NV12, NV21 and bayer support. See #520092.
3703
3704 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3705
3706         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3707         (gst_qtdemux_activate_segment):
3708         Unbreak segment activation again. Fixes #531672.
3709
3710 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
3711
3712         * ext/flac/Makefile.am:
3713         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3714         Set the channel layout when decoding FLAC files with more than 2
3715         channels as defined by the FLAC spec. Fixes bug #534570.
3716
3717         Also don't try to decode left/side, right/side and mid/side files
3718         as we don't support this at all.
3719
3720 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3721
3722         * configure.ac:
3723           We need -base CVS (rtsp).
3724
3725 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3726
3727         * gst/udp/Makefile.am:
3728           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
3729           when including netdb.h when building against glibc >= 2.8.
3730
3731 2008-05-22  Julien Moutte  <julien@fluendo.com>
3732
3733         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
3734         debug statement arguments.
3735         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
3736         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
3737         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
3738         on more platforms.
3739
3740 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3741
3742         * tests/check/elements/avimux.c: (setup_src_pad),
3743         (teardown_src_pad):
3744         * tests/check/elements/icydemux.c: (icydemux_found_pad),
3745         (GST_START_TEST):
3746         * tests/check/elements/matroskamux.c: (setup_src_pad),
3747         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
3748         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
3749         (GST_START_TEST):
3750         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
3751         (setup_wavpackparse), (cleanup_wavpackparse):
3752         Don't use gst_element_get_pad(), it's a bad, bad method.
3753
3754 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3755
3756         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3757         (do_toggle_element):
3758         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3759         (do_toggle_element):
3760         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3761         (do_toggle_element):
3762         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
3763         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
3764         (do_toggle_element):
3765         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
3766         (do_toggle_element):
3767         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
3768         (gst_auto_audio_sink_detect):
3769         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
3770         (gst_auto_video_sink_detect):
3771         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3772         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
3773         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
3774         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
3775         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
3776         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
3777         * tests/icles/videocrop-test.c: (test_with_caps),
3778         (video_crop_get_test_caps):
3779         Don't use gst_element_get_pad(), it's a bad method.
3780
3781 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3782
3783         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3784         (gst_multiudpsink_add_internal):
3785         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
3786         (gst_udp_join_group):
3787         * gst/udp/gstudpnetutils.h:
3788         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3789         Joining a multicast group and setting the loop/ttl properties are
3790         totally unrelated tasks are must be separated.
3791
3792 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
3793
3794         * gst/avi/gstavimux.c:
3795           Also support alaw/mulaw.
3796
3797 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3798
3799         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3800         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
3801         * gst/udp/gstmultiudpsink.h:
3802         Add a fixme for the auto-multicast property.
3803         Fix some confusing debug messages.
3804         Disable setting a qos value by default.
3805
3806 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3807
3808         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
3809
3810         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
3811         Ignore EPERM errors from sendto. Fixes #533619.
3812
3813 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3814
3815         Patch by: Henrik Eriksson <henriken at axis dot com>
3816
3817         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3818         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
3819         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3820         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
3821         * gst/udp/gstmultiudpsink.h:
3822         Add qos-dscp property to manage the Quality of service. Fixes #469917.
3823
3824 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3825
3826         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
3827         Improve debugging of the ident.
3828
3829 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3830
3831         Patch by: Bruno Santos <brunof at ua dot pt>
3832
3833         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3834         (gst_udp_join_group), (gst_udp_leave_group),
3835         (gst_udp_is_multicast):
3836         * gst/udp/gstudpnetutils.h:
3837         Provide a bunch of helper methods to deal with IPv4 and IPv6
3838         transparently.
3839
3840         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3841         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3842         (gst_multiudpsink_get_property), (join_multicast),
3843         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3844         (gst_multiudpsink_remove):
3845         * gst/udp/gstmultiudpsink.h:
3846         Add multicast TTL and loopback properties.
3847         Use the helper methods to implement ip4 and ip6.
3848
3849         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3850         * gst/udp/gstudpsrc.h:
3851         Use the helper methods to implement ip4 and ip6.
3852         Fixes #515962.
3853
3854 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3855
3856         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3857
3858         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3859         (gst_multipart_demux_get_gstname),
3860         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3861         * gst/multipart/multipartdemux.h:
3862         Don't blindly copy the mime-type as the caps name because they not
3863         always map directly. Instead use a hashtable with common mappings.
3864         Fixes #533287.
3865
3866 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3867
3868         * ext/esd/esdsink.c: (gst_esdsink_write):
3869         When we post an error, we must return -1 to let the parent know that we
3870         cannot write the segment else it will loop and continue to call us again
3871         forever. Patch by Michael Meeks.
3872
3873 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3874
3875         * gst/videomixer/videomixer.c:
3876           Add missing incudes.
3877
3878 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3879
3880         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3881         (gst_rtp_h264_pay_handle_buffer):
3882         * gst/rtp/gstrtph264pay.h:
3883         Correct a typo (sinle -> single).
3884
3885 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3886
3887         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3888         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3889         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3890         (gst_rtp_h264_depay_process):
3891         * gst/rtp/gstrtph264depay.h:
3892         Add experimental support for outputting quicktime-like AVC output in
3893         addition to the existing bytestream output.
3894
3895         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3896         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3897         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3898         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3899         (gst_rtp_h264_pay_get_property):
3900         * gst/rtp/gstrtph264pay.h:
3901         Make the parsing mode configurable, for some inputs we don't need to
3902         scan every byte for start codes.
3903         Only set the marker bit on ACCESS units.
3904
3905 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3906
3907         * gst/equalizer/gstiirequalizer.c:
3908         Use a bigger type in integer mode for the intermediate results to
3909         prevent overflows. This fixes the crippled sound when using the
3910         equalizer in integer mode. Fixes bug #510865.
3911
3912 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3913
3914         * gst/videomixer/videomixer.c:
3915         * gst/videomixer/videomixer.h:
3916         Instead of a random number for the request pad id's,
3917         use a counter.
3918
3919         Register the videomixerpad class from the element's class_init
3920         where it's safer, and allows the docs generator to scan it.
3921
3922 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3923
3924         * gst/smpte/Makefile.am:
3925         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3926         * gst/smpte/gstsmpte.h:
3927         * gst/smpte/gstsmptealpha.c:
3928         (gst_smpte_alpha_transition_type_get_type),
3929         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3930         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3931         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3932         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3933         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3934         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3935         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3936         * gst/smpte/gstsmptealpha.h:
3937         * gst/smpte/plugin.c: (plugin_init):
3938         Add new plugin that adds the SMPTE transition in the alpha channel of
3939         I420 and AYUV frames so that they can be blended with videomixer later
3940         on. Uses all niceties such as using base transform for efficient alloc
3941         and negotiation. It currently requires GstController to control the
3942         position in the transition effect.
3943
3944 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3945
3946         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3947         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3948         * docs/plugins/gst-plugins-good-plugins.args:
3949         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3950         * docs/plugins/gst-plugins-good-plugins.interfaces:
3951         * docs/plugins/gst-plugins-good-plugins.types:
3952         * gst/videomixer/videomixer.c:
3953           Try using thaytans new mechanism to get extra classes into plugin
3954           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3955           missing still.
3956
3957 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3958
3959         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3960         Set proper rate in avi stream header for PCM audio, and also do some
3961         more sanity checks on caps in this case.  Fixes #511489.
3962
3963 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3964
3965         * sys/v4l2/gstv4l2src.c:
3966         Don't include the gstv4l2xoverlay.h header as the XOverlay support
3967         isn't implemented at all yet and this requires X headers to be
3968         installed. Fixes bug #533264.
3969
3970 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3971
3972         reviewed by: <delete if not using a buddy>
3973
3974         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3975         (gst_ebml_write_set_cache):
3976         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3977         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3978         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3979         (gst_matroska_demux_read_track_encodings),
3980         (gst_matroska_demux_add_stream),
3981         (gst_matroska_demux_handle_src_query),
3982         (gst_matroska_demux_init_stream),
3983         (gst_matroska_demux_parse_index_cuetrack),
3984         (gst_matroska_demux_parse_index_pointentry),
3985         (gst_matroska_demux_parse_info),
3986         (gst_matroska_demux_parse_metadata_id_simple_tag),
3987         (gst_matroska_demux_parse_metadata),
3988         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3989         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3990         (gst_matroska_demux_parse_cluster),
3991         (gst_matroska_demux_parse_contents_seekentry),
3992         (gst_matroska_demux_loop_stream_parse_id),
3993         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3994         (gst_matroska_demux_audio_caps),
3995         (gst_matroska_demux_subtitle_caps):
3996         * gst/matroska/matroska-demux.h:
3997         * gst/matroska/matroska-ids.c:
3998         (gst_matroska_track_init_subtitle_context):
3999         * gst/matroska/matroska-ids.h:
4000         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4001         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4002         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4003         * sys/v4l2/gstv4l2src.c:
4004         * tests/check/pipelines/wavpack.c: (bus_handler):
4005         * win32/common/config.h:
4006
4007 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4008
4009         * ext/wavpack/gstwavpackstreamreader.c:
4010         * tests/examples/spectrum/demo-audiotest.c:
4011         * tests/examples/spectrum/demo-osssrc.c:
4012         Fix some compiler warnings.
4013
4014 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4015
4016         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4017         Small comment added.
4018
4019         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4020         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4021         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4022         Debug string cleanups (remove trailing \n)
4023         Refactor and clean up the payloader a bit and make sure that we only
4024         put one NAL unit in an RTP packet even if the input buffer contains
4025         multiple NAL units.
4026         Add suport for AVC format input.
4027
4028 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4029
4030         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4031         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4032         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4033         * gst/rtp/gstrtph264pay.h:
4034         Make it possible to specify profile-level-id and sprop-parameter-sets
4035         using properties in case they are not available in-stream.
4036
4037 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4038
4039         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4040         * docs/plugins/gst-plugins-good-plugins.args:
4041         * docs/plugins/inspect/plugin-ladspa.xml:
4042           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4043
4044 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4045
4046         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4047         Send an initial BYTE segment to inform downstream of later seeking,
4048         and to forego sync attempts.
4049
4050 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4051
4052         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4053         Fix wrong caps string.
4054
4055 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4056
4057         Based on patch by: Olivier Crete <tester at tester dot ca>
4058
4059         * gst/rtp/Makefile.am:
4060         * gst/rtp/gstrtp.c: (plugin_init):
4061         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4062         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4063         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4064         (gst_rtp_g729_depay_plugin_init):
4065         * gst/rtp/gstrtpg729depay.h:
4066         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4067         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4068         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4069         * gst/rtp/gstrtpg729pay.h:
4070         Added G729 pay and depayloaders. Fixes #532409.
4071
4072 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4073
4074         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4075         Fix the calculation of the duration of the concealment packets.
4076
4077 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4078
4079         Based on patch by: Olivier Crete <tester at tester dot ca>
4080
4081         * gst/rtp/Makefile.am:
4082         * gst/rtp/gstrtp.c: (plugin_init):
4083         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4084         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4085         (parse_encode), (gst_rtp_dv_depay_setcaps),
4086         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4087         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4088         (gst_rtp_dv_depay_plugin_init):
4089         * gst/rtp/gstrtpdvdepay.h:
4090         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4091         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4092         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4093         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4094         (gst_dv_pay_negotiate), (include_dif),
4095         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4096         * gst/rtp/gstrtpdvpay.h:
4097         Add DV pay and depayloaders. Fixes #532423.
4098
4099 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4100
4101         * gst/matroska/matroska-demux.c:
4102         (gst_matroska_demux_push_dvd_clut_change_event):
4103         Convert subtitle palette info in VobSub private data from VobSub's
4104         (buggy) RGB to YUV.
4105
4106 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4107
4108         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4109         Do not leave fourcc stream header field empty upon reset.
4110         Fixes #519301.
4111
4112 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4113
4114         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4115         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4116         * docs/plugins/inspect/plugin-goom.xml:
4117         * docs/plugins/inspect/plugin-goom2k1.xml:
4118         * gst/goom/gstgoom.c:
4119         * gst/goom2k1/gstgoom.c:
4120         Add goom2k1 into the docs.
4121
4122 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4123
4124         Based on patch by: Wouter Cloetens  <wouter at mind be>
4125
4126         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4127         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4128         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4129         (gst_rtsp_decode_quoted_string),
4130         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4131         (gst_rtspsrc_setup_auth):
4132         Support Digest authentication. Fixes #532065.
4133
4134 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4135
4136         * gst/level/gstlevel.c:
4137           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4138           about whats needed for liboil acceleration. Simplify docs a bit.
4139
4140 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4141
4142         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4143
4144         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4145         Update the track duration if the old one was invalid.
4146         Fixes bug #532117.
4147
4148 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4149
4150         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4151           Use GST_STR_NULL when trying to print sps and pps strings that could
4152           be NULL, as this might crash on some platforms.
4153
4154 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4155
4156         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4157
4158         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4159           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4160           set after creating the clipper.
4161
4162 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4163
4164         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4165
4166         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4167           Added checking of surface lost case after an unsuccessful
4168           IDirectDrawSurface7_Lock() call.
4169           If surface is lost, return GST_FLOW_OK.
4170
4171 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4172
4173         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4174
4175         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4176           WndProc, gst_directdraw_sink_window_thread):
4177           Improved Windows message loop and fixed window destruction issue.
4178           When the window which DirectDraw is rendering to is destroyed, the
4179           render/show_frame function will return GST_FLOW_ERROR.
4180           Partially fixes #520885.
4181
4182 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4183
4184         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4185
4186         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4187           Fixed mid stream resolution change bug, the offscreen surface is now
4188           released when set_caps is called.
4189           Partially fixes #520885.
4190
4191 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4192
4193         * sys/directdraw/gstdirectdrawsink.c
4194           (gst_directdraw_sink_buffer_alloc):
4195           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4196           width/height.
4197
4198           Especially when looking through the pool of buffers, make sure that
4199           the width/height of caps is used instead of the already negotiated
4200           dimensions.
4201           For example if a buffer with different caps is requested, i.e.
4202           higher resolution, the caller would get a buffer with the old
4203           dimensions and thus corrupt the heap.
4204
4205 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4206
4207         * sys/directdraw/gstdirectdrawsink.c
4208           (gst_directdraw_sink_buffer_alloc):
4209           Clear the flags on recycled buffers from buffer_alloc.
4210           Partially fixes #520885.
4211
4212 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4213
4214         * gst/rtp/gstrtpilbcpay.c:
4215           Added missing stdlib.h include for strtol(), and made include ordering and
4216           style consistent with the corresponding depayloader.
4217
4218 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4219
4220         * configure.ac:
4221           Error out if we don't have the required core/base versions.
4222
4223 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4224
4225         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4226
4227         * sys/osxvideo/cocoawindow.m:
4228         Fix compiler warnings on PPC64. Fixes bug #499318.
4229
4230 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4231
4232         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4233
4234         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4235         Don't leak file descriptors on error. Fixes #531532.
4236
4237 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4238
4239         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4240         (gst_gconf_audio_src_change_state):
4241         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4242         (gst_gconf_video_sink_change_state):
4243         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4244         (gst_gconf_video_src_change_state):
4245         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4246         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4247         When we can't create a fakesink/fakesrc complain instead of unreffing
4248         NULL pointers and crashing later. See bug #530535.
4249
4250 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4251
4252         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4253         Add some more debug info and guard against small payloads.
4254
4255         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4256         Set duration on outgoing buffers because we can.
4257
4258 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4259
4260         Patch by: Olivier Crete <tester at tester dot ca>
4261
4262         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4263         (gst_speex_enc_init), (gst_speex_enc_chain):
4264         Add negotiation for the speex channels and rate. Fixes #465146.
4265
4266 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4267
4268         Patch by: Olivier Crete <tester at tester dot ca>
4269
4270         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4271         (gst_rtp_speex_pay_getcaps):
4272         Add negotiation for the speex channels and rate. See #465146.
4273
4274 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4275
4276         Patch by: Olivier Crete <tester at tester dot ca>
4277
4278         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4279         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4280         Add negotiation for the ILBC mode. See #465146.
4281
4282 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4283
4284         * ext/soup/gstsouphttpsrc.c:
4285           Include stdlib to fix the build. Use g_free instead of free, libsoup
4286           uses glib.
4287
4288 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4289
4290         Patch by: j^ <j@bootlab.org>
4291
4292         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4293         Add more mpeg2 variants. Fixes #530886.
4294
4295 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4296
4297         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4298
4299         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4300           Don't error out if we get an ICMP destination-unreachable
4301           message when trying to read packets on win32 (#529454).
4302
4303 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4304
4305         * configure.ac:
4306         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4307           Use new error code for encrypted streams (which requires core CVS).
4308
4309 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4310
4311         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4312           (gst_qtdemux_audiosrc_template):
4313           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4314
4315 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4316
4317         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4318         (speex_dec_chain_parse_data):
4319         Produce concealment data when time progresses in a segment update.
4320
4321 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4322
4323         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4324         (speex_dec_chain):
4325         Try to preserve input timestamps when we can.
4326         Do beginnings of error concealment.
4327
4328 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4329
4330         * gst/debug/gstnavigationtest.c:
4331           MSVC doesn't provide rint(), define an adequate replacement locally as
4332           elsewhere.
4333
4334 2008-04-28  Julien Moutte  <julien@fluendo.com>
4335
4336         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4337         format to pacify Mac OSX's gcc.
4338
4339 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4340
4341         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4342           (DEFAULT_MAX), (src_template), (sink_template),
4343           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4344           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4345           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4346           Bring rndbuffersize element into a state that doesn't require us
4347           to move it to -bad immediately. For one, fix up default min/max
4348           values so that the element actuall works using the default values.
4349           Also, don't ignore flow return values and do some kind of minimal
4350           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4351           other gratuitious clean-ups.
4352
4353 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4354
4355         * docs/plugins/Makefile.am:
4356         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4357         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4358         * docs/plugins/gst-plugins-good-plugins.args:
4359         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4360         * docs/plugins/gst-plugins-good-plugins.interfaces:
4361         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4362         * docs/plugins/inspect/plugin-1394.xml:
4363         * docs/plugins/inspect/plugin-aasink.xml:
4364         * docs/plugins/inspect/plugin-alaw.xml:
4365         * docs/plugins/inspect/plugin-alpha.xml:
4366         * docs/plugins/inspect/plugin-alphacolor.xml:
4367         * docs/plugins/inspect/plugin-annodex.xml:
4368         * docs/plugins/inspect/plugin-apetag.xml:
4369         * docs/plugins/inspect/plugin-audiofx.xml:
4370         * docs/plugins/inspect/plugin-auparse.xml:
4371         * docs/plugins/inspect/plugin-autodetect.xml:
4372         * docs/plugins/inspect/plugin-avi.xml:
4373         * docs/plugins/inspect/plugin-cacasink.xml:
4374         * docs/plugins/inspect/plugin-cairo.xml:
4375         * docs/plugins/inspect/plugin-cdio.xml:
4376         * docs/plugins/inspect/plugin-cutter.xml:
4377         * docs/plugins/inspect/plugin-debug.xml:
4378         * docs/plugins/inspect/plugin-dv.xml:
4379         * docs/plugins/inspect/plugin-efence.xml:
4380         * docs/plugins/inspect/plugin-effectv.xml:
4381         * docs/plugins/inspect/plugin-equalizer.xml:
4382         * docs/plugins/inspect/plugin-esdsink.xml:
4383         * docs/plugins/inspect/plugin-flac.xml:
4384         * docs/plugins/inspect/plugin-flxdec.xml:
4385         * docs/plugins/inspect/plugin-gamma.xml:
4386         * docs/plugins/inspect/plugin-gconfelements.xml:
4387         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4388         * docs/plugins/inspect/plugin-goom.xml:
4389         * docs/plugins/inspect/plugin-halelements.xml:
4390         * docs/plugins/inspect/plugin-icydemux.xml:
4391         * docs/plugins/inspect/plugin-id3demux.xml:
4392         * docs/plugins/inspect/plugin-jpeg.xml:
4393         * docs/plugins/inspect/plugin-level.xml:
4394         * docs/plugins/inspect/plugin-matroska.xml:
4395         * docs/plugins/inspect/plugin-monoscope.xml:
4396         * docs/plugins/inspect/plugin-mulaw.xml:
4397         * docs/plugins/inspect/plugin-multifile.xml:
4398         * docs/plugins/inspect/plugin-multipart.xml:
4399         * docs/plugins/inspect/plugin-navigationtest.xml:
4400         * docs/plugins/inspect/plugin-ossaudio.xml:
4401         * docs/plugins/inspect/plugin-png.xml:
4402         * docs/plugins/inspect/plugin-quicktime.xml:
4403         * docs/plugins/inspect/plugin-rtp.xml:
4404         * docs/plugins/inspect/plugin-rtsp.xml:
4405         * docs/plugins/inspect/plugin-shout2send.xml:
4406         * docs/plugins/inspect/plugin-smpte.xml:
4407         * docs/plugins/inspect/plugin-spectrum.xml:
4408         * docs/plugins/inspect/plugin-speex.xml:
4409         * docs/plugins/inspect/plugin-taglib.xml:
4410         * docs/plugins/inspect/plugin-udp.xml:
4411         * docs/plugins/inspect/plugin-video4linux2.xml:
4412         * docs/plugins/inspect/plugin-videobalance.xml:
4413         * docs/plugins/inspect/plugin-videobox.xml:
4414         * docs/plugins/inspect/plugin-videocrop.xml:
4415         * docs/plugins/inspect/plugin-videoflip.xml:
4416         * docs/plugins/inspect/plugin-videomixer.xml:
4417         * docs/plugins/inspect/plugin-wavenc.xml:
4418         * docs/plugins/inspect/plugin-wavpack.xml:
4419         * docs/plugins/inspect/plugin-wavparse.xml:
4420         * docs/plugins/inspect/plugin-ximagesrc.xml:
4421           Add docs for gdkpixbufsink; update docs to CVS version.
4422
4423 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4424
4425         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4426         Remove test sync-offset by default.
4427
4428 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4429
4430         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4431         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4432         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4433           Use GLib versions of htonl, htons, ntohl and ntohs in order
4434           to avoid problems on win32 (#529707).
4435
4436 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4437
4438         Patch by: Jesús Corrius <jesus at softcatala org>
4439
4440         * gst/goom/filters.c: (zoomVector):
4441         * gst/goom/goom_core.c: (init_buffers):
4442           Fix build with mingw32: use rand() instead of random() and
4443           replace bzero() with memset(). Fixes #529692.
4444
4445 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4446
4447         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4448         Fix typo in comments.
4449
4450         * tests/examples/rtp/client-H263p-PCMA.sdp:
4451         * tests/examples/rtp/client-H263p-PCMA.sh:
4452         * tests/examples/rtp/client-H264-PCMA.sdp:
4453         * tests/examples/rtp/client-H264-PCMA.sh:
4454         * tests/examples/rtp/client-H264.sdp:
4455         * tests/examples/rtp/client-H264.sh:
4456         * tests/examples/rtp/client-PCMA.sdp:
4457         * tests/examples/rtp/client-PCMA.sh:
4458         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4459         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4460         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4461         Add some more docs and fix examples.
4462
4463 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4464
4465         * tests/check/elements/multifile.c:
4466         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4467         declared in the former, some have it declared in the latter.
4468
4469 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4470
4471         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4472         * gst/debug/tests.c: (md5_get_value):
4473         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4474         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4475         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4476         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4477         Stop using deprecated GLib functions.
4478
4479 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4480
4481         * configure.ac:
4482         Back to development -> 0.10.8.1
4483
4484 === release 0.10.8 ===
4485
4486 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4487
4488         * configure.ac:
4489           releasing 0.10.8, "One For The Money"
4490
4491 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4492
4493         * configure.ac:
4494         0.10.7.4 pre-release
4495
4496 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4497
4498         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4499         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4500         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4501         * gst/goom/flying_stars_fx.c: (fs_free):
4502         * gst/goom/goom_config_param.h:
4503         * gst/goom/goom_core.c: (goom_init), (goom_close):
4504         * gst/goom/goom_plugin_info.h:
4505         * gst/goom/gstgoom.c: (gst_goom_finalize):
4506         * gst/goom/lines.c: (goom_lines_free):
4507         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4508         * gst/goom/surf3d.c: (grid3d_free):
4509         * gst/goom/surf3d.h:
4510         * gst/goom/tentacle3d.c: (tentacle_free):
4511         Free a bunch of stuff, and initialise things to fix leaks
4512         and valgrind warnings in the testsuite.
4513
4514         Fixes: #529268
4515
4516 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4517
4518         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4519         (gst_rtspsrc_configure_caps):
4520         Ref caps as the return value for the request_pt_map signal.
4521         Remove some caps weirdness when configuring a stream. See #528245.
4522
4523 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4524
4525         * tests/icles/gdkpixbufsink-test.c:
4526           Add cast to placate gcc 4.1.2.
4527
4528 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4529
4530         * configure.ac:
4531         0.10.7.3 pre-release
4532
4533 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4534
4535         * tests/check/Makefile.am:
4536         Disable some more elements in the state test.
4537         Add a define so the soup test can find the test files
4538         it needs at runtime.
4539
4540         * tests/check/elements/souphttpsrc.c: (run_server):
4541
4542         Add a define so the soup test can find the test files
4543         it needs at runtime.
4544
4545 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4546
4547         * gst/goom/convolve_fx.c: (convolve_apply):
4548         Don't ever draw the GOOM logo.
4549         Fixes: #528615
4550
4551 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4552
4553         * ext/cdio/gstcdiocddasrc.c:
4554         * ext/dv/gstdvdemux.c: 
4555         gst_atomic_int_set ==> g_atomic_int_set
4556
4557 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4558
4559         * configure.ac:
4560         * gst/goom/Makefile.am:
4561         * gst/goom/convolve_fx.c:
4562         * gst/goom/default_scripts.h:
4563         * gst/goom/goom.h:
4564         * gst/goom/goom_core.c: (choose_a_goom_line):
4565         * gst/goom/goom_plugin_info.h:
4566         * gst/goom/goomsl.c:
4567         * gst/goom/goomsl.h:
4568         * gst/goom/goomsl_hash.c:
4569         * gst/goom/goomsl_hash.h:
4570         * gst/goom/goomsl_heap.c:
4571         * gst/goom/goomsl_heap.h:
4572         * gst/goom/goomsl_private.h:
4573         * gst/goom/plugin_info.c:
4574           Strip out the config/script parsing stuff, we don't need it.
4575           Fixes #527999.
4576
4577 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4578
4579         * gst/goom/plugin_info.c: (setOptimizedMethods):
4580           Disable altivec optimisations for 32-bit PPC as well to make
4581           things build properly on all PPC systems. Fixes #528143
4582
4583 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4584
4585         * gst-plugins-good.spec.in:
4586           Update for souphttpsrc plugin which has moved to -good.
4587
4588 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4589
4590         * gst/matroska/matroska-demux.c:
4591         (gst_matroska_demux_handle_seek_event):
4592         Fix open-ended seeks in matroskademux
4593         Patch by: Mark Nauwelaerts <manauw skynet be>
4594         Fixes: #526557
4595
4596 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4597
4598         * tests/check/Makefile.am:
4599         Add soup test certificates to the dist.
4600
4601 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4602
4603         * ext/Makefile.am:
4604         Remove LADSPA reference I missed.
4605
4606 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4607
4608         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4609         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4610         over gnome-vfs and everything else. Fixes bug #527848.
4611
4612 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4613
4614         * configure.ac:
4615         * ext/Makefile.am:
4616         Remove LADSPA plugin. Fixes: #515978
4617
4618 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4619
4620         * configure.ac:
4621         * docs/plugins/Makefile.am:
4622         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4623         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4624         * docs/plugins/gst-plugins-good-plugins.args:
4625         * docs/plugins/inspect/plugin-soup.xml:
4626         * ext/Makefile.am:
4627         * tests/check/Makefile.am:
4628         Move soup plugin from -bad (Fixes: #523124)
4629
4630 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4631
4632         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4633         Fix bounds checking of mode in Speex header, which may
4634         produce negative numbers in speex <= 1.1.12
4635
4636 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4637
4638         * gst/goom/Makefile.am:
4639         * gst/goom/gfontlib.c:
4640         * gst/goom/gfontlib.h:
4641         * gst/goom/gfontrle.c:
4642         * gst/goom/gfontrle.h:
4643         * gst/goom/goom.h:
4644         * gst/goom/goom_core.c: (goom_update):
4645         * gst/goom/goom_plugin_info.h:
4646         * gst/goom/gstgoom.c: (gst_goom_chain):
4647         * gst/goom/plugin_info.c:
4648           Remove a bunch of font/text related code that we don't need.
4649
4650 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4651
4652         * gst/goom/ppc_drawings.s:
4653         * gst/goom/ppc_zoom_ultimate.s:
4654           Change license of these files to LGPL, as permitted by the
4655           author, Guillaume Borios. See #515073.
4656
4657 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4658
4659         * gst/goom/convolve_fx.c:
4660         * gst/goom/motif_goom1.h:
4661         * gst/goom/motif_goom2.h:
4662           As hinted in Bug #518213, revert one change and fix warnings properly.
4663           This fixes both #518213 and #520073 for me.     
4664
4665 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4666
4667         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4668         * gst/matroska/matroska-demux.c:
4669         (gst_matroska_demux_handle_seek_event),
4670         (gst_matroska_demux_parse_contents_seekentry),
4671         (gst_matroska_demux_loop):
4672         Fix the Forte build by making function declaration signatures
4673         match the implementations.
4674
4675 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
4676
4677         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4678         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
4679         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
4680           More logging when probing (see #518474), some comments in _reset().
4681
4682 2008-04-07  Julien Moutte  <julien@fluendo.com>
4683
4684         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
4685         because of a bad argument number.
4686
4687 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4688
4689         * tests/icles/.cvsignore:
4690         * tests/icles/Makefile.am:
4691         * tests/icles/gdkpixbufsink-test.c:
4692           Interactive test app for gdkpixbufsink.
4693
4694 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4695
4696         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4697
4698         * configure.ac:
4699         Actually build dlls when cross-compiling with mingw32.
4700         Fixes bug #526247.
4701
4702 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
4703
4704         * ext/hal/hal.c: (gst_hal_get_alsa_element):
4705           Don't munge device string to 'default:x' for capture devices.
4706           Fixes #525833.
4707
4708 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4709
4710         * ext/wavpack/gstwavpackparse.c:
4711         (gst_wavpack_parse_index_entry_free):
4712         Always use GSlice as we actually depend on GLib 2.12 already.
4713
4714 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4715
4716         * configure.ac:
4717           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
4718           Also bump the GLib requirement to the current de-facto requirement
4719           (ie. 2.12).
4720
4721 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4722
4723         * gst/rtp/gstrtph264pay.c: (encode_base64),
4724         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
4725         * gst/rtp/gstrtph264pay.h:
4726         Parse codec_data for future AVC compatibility.
4727         Fail when we encounter AVC data for now.
4728
4729 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4730
4731         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
4732           (gst_spectrum_init), (gst_spectrum_set_property),
4733           (gst_spectrum_get_property), (gst_spectrum_message_new):
4734           Rename property enums and default defines for the properties to match
4735           the property names and rephrase property descriptions to make them a
4736           bit clearer (hopefully). See #518188.
4737
4738 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4739
4740         * tests/check/Makefile.am:
4741         * tests/check/elements/.cvsignore:
4742         * tests/check/elements/gdkpixbufsink.c:
4743           Add unit test for gdkpixbufsink element.
4744
4745 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4746
4747         * ext/gdk_pixbuf/Makefile.am:
4748         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4749         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
4750           (gst_gdk_pixbuf_sink_base_init),
4751           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
4752           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
4753           (gst_gdk_pixbuf_sink_set_caps),
4754           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
4755           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
4756           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
4757           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
4758           (gst_gdk_pixbuf_sink_get_property):
4759         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
4760           Add gdkpixbufsink element for easy snapshotting (#525946).
4761
4762 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4763
4764         * tests/check/pipelines/wavpack.c: (wavpack_suite):
4765         Bump timeout from 3 to 60 seconds.
4766
4767 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4768
4769         * tests/check/pipelines/.cvignore:
4770         Remove useless file.
4771
4772         * tests/check/pipelines/.cvsignore:
4773         Add new test to .cvsignore.
4774
4775 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4776
4777         * tests/check/Makefile.am:
4778         * tests/check/pipelines/wavpack.c: (bus_handler),
4779         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
4780         (wavpack_suite), (main):
4781         Add unit test that encodes and decodes some data, checks that it
4782         is still the same and that all timestamps/offsets are perfect.
4783
4784 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4785
4786         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
4787         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
4788         * ext/wavpack/gstwavpackparse.c:
4789         (gst_wavpack_parse_index_entry_new),
4790         (gst_wavpack_parse_index_entry_free),
4791         (gst_wavpack_parse_base_init),
4792         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
4793         Use GSlice for allocating index entries and use
4794         gst_element_class_set_details_simple().
4795
4796 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4797
4798         Patch by: Brian Cameron <brian.cameron at sun dot com>
4799
4800         * sys/sunaudio/gstsunaudio.c:
4801         * sys/sunaudio/gstsunaudiomixer.c:
4802         * sys/sunaudio/gstsunaudiomixer.h:
4803         * sys/sunaudio/gstsunaudiomixerctrl.c:
4804         * sys/sunaudio/gstsunaudiomixerctrl.h:
4805         * sys/sunaudio/gstsunaudiomixertrack.c:
4806         * sys/sunaudio/gstsunaudiomixertrack.h:
4807         * sys/sunaudio/gstsunaudiosink.c:
4808         * sys/sunaudio/gstsunaudiosink.h:
4809         * sys/sunaudio/gstsunaudiosrc.c:
4810         * sys/sunaudio/gstsunaudiosrc.h:
4811           Fix up copyrights (#525860).
4812
4813 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4814
4815         * gst/goom/goomsl.c: (gsl_read_file):
4816           Check return value of fread() to avoid compiler warnings.
4817
4818 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4819
4820         Based on patch by: Mersad Jelacic <mersad at axis dot com>
4821
4822         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
4823         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
4824         * gst/law/alaw-decode.h:
4825         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
4826         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4827         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4828         * gst/law/mulaw-decode.h:
4829         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
4830         Make negotiation a bit modern.
4831         Use pad_alloc. Fixes #525359.
4832
4833 2008-03-31  David Schleef  <ds@schleef.org>
4834
4835         * gst/goom/xmmx.c: Fix constraints on asm code so that it
4836           compiles consistently.  Fixes #522278.
4837
4838 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4839
4840         Patch by: Brian Cameron <brian.cameron at sun dot com>
4841
4842         * sys/sunaudio/gstsunaudiomixerctrl.c:
4843           (gst_sunaudiomixer_ctrl_get_volume),
4844           (gst_sunaudiomixer_ctrl_set_volume):
4845         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4846           Fix up the mixer tracks to use a volume range of 0-255, which is what
4847           the sun audio API uses. This simplifies the code and avoids rounding
4848           errors. Fixes #524593.
4849
4850 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4851
4852         * sys/v4l2/gstv4l2object.c:
4853         * sys/v4l2/gstv4l2object.h:
4854         Add device-fd property to make it possible to apps to call ioctl's.
4855
4856 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4857
4858         * gst/qtdemux/qtdemux.c: (next_entry_size):
4859         Unbreak streaming mode again.
4860
4861 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4862
4863         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4864           Remove superfluous DEBUG macro.
4865
4866 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4867
4868         Based on patch by: William M. Brack <wbrack at mmm com hk>
4869
4870         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4871           (gst_v4l2src_set_capture):
4872           Check whether the device supports setting the framerate before
4873           trying to set it and then posting a warning or error if it doesn't
4874           work (#516649, #520092). Also compare fractions more correctly.
4875
4876 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4877
4878         * gst/goom/Makefile.am:
4879           Remove ppc assembler optimisations from the build until they
4880           actually build (they also seem to have GPL headers).
4881
4882 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4883
4884         * m4/Makefile.am:
4885           Better not dist files that don't exist any longer (lrint*m4).
4886
4887 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4888
4889         * configure.ac:
4890         * m4/lrint.m4:
4891         * m4/lrintf.m4:
4892         Remove lrint/lrintf checks. We don't use it anywhere.
4893
4894 2008-03-18  Andy Wingo  <wingo@pobox.com>
4895
4896         * sys/osxvideo/osxvideosink.m
4897         (gst_osx_video_sink_osxwindow_destroy)
4898         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4899         task, whoopdee.
4900         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4901         2 ms.
4902
4903 2008-03-18  Andy Wingo  <wingo@pobox.com>
4904
4905         * sys/osxvideo/osxvideosink.m
4906         (gst_osx_video_sink_osxwindow_destroy)
4907         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4908         task, whoopdee.
4909         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4910         2 ms.
4911         
4912 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4913
4914         Patch by: William M. Brack <wbrack at mmm com hk>
4915
4916         * sys/v4l2/v4l2src_calls.c:
4917           (gst_v4l2src_probe_caps_for_format_and_size),
4918           (gst_v4l2src_probe_caps_for_format):
4919           Make sure the probed frame sizes are reversed in the resulting
4920           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4921           highest resolution first); also remove unused variable.
4922           (Partly fixes #520092)
4923
4924 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4925
4926         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4927
4928         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4929         (gst_rtspsrc_finalize):
4930         Call WSAStartup() and WSACleanup before using the Winsock API.
4931         See #520808.
4932
4933 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4934
4935         * gst/avi/gstavidemux.c:
4936           Erm, the buffer-size is just guint, no need for the special format
4937           specifier.
4938
4939 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4940
4941         * gst/goom/plugin_info.c:
4942         * gst/goom/ppc_zoom_ultimate.h:
4943           Small fixes to build more on PPC: ifdef out code that uses unknown
4944           define; add newline at end of header file to avoid compiler warning.
4945           Assembler code still doesn't build though.
4946
4947 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4948
4949         * gst/avi/gstavidemux.c:
4950           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4951           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4952
4953 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4954
4955         * gst/avi/gstavidemux.c:
4956           Chunksize is uint32. Fix format specifier.
4957
4958 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4959
4960         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4961         mistake. Return file to pure MIT text.
4962
4963 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4964
4965         * gst/audiofx/audiofx.c:
4966         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4967         of hardcoding values.
4968
4969 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4970
4971         Patch by: Mark Nauwelaerts <manauw skynet be>
4972
4973         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
4974           (gst_oss_src_close):
4975         * sys/oss/gstosssrc.h:
4976           Cache probed caps, so _get_caps() during recording doesn't cause
4977           ioctl calls which may disrupt the recording (fixes #521875).
4978
4979 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4980
4981         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
4982         (gst_qtdemux_activate_segment),
4983         (gst_qtdemux_prepare_current_sample),
4984         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
4985         Make sure we always send a DISCONT after a seek by setting the sample
4986         index to an undefined value after a seek.
4987
4988 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4989
4990         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
4991           (GST_IS_AVI_SUBTITLE_CLASS):
4992           Fix up IS_FOO macros, which makes gtk-doc much happier.
4993
4994 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4995
4996         * tests/icles/Makefile.am:
4997           Move the -lgstfoo where it belongs.
4998
4999 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5000
5001         * gst/matroska/ebml-ids.h:
5002         Add ID for EBML CRC32 elements.
5003
5004         * gst/matroska/Makefile.am:
5005         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5006         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5007         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5008         (gst_ebml_read_header):
5009         Support reading 80bit floats, add finalize method to clean up
5010         in any case, support reading length/id elements with any length
5011         as long as it's smaller than our supported maximum, don't leak
5012         buffers if reading as much data as we wanted failed and some
5013         smaller cleanup.
5014
5015 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5016
5017         Patch by: Olivier Crete <tester at tester dot ca>
5018
5019         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5020         Check that a buffer is large enough before reading from it.
5021         Fixes bug #521102.
5022         
5023 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5024
5025         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5026         Fix compilation after removing the GstPollMode from the
5027         constructor.
5028
5029 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5030
5031         * configure.ac:
5032         * gst/audiofx/Makefile.am:
5033         * gst/audiofx/audiochebband.c:
5034         * gst/audiofx/audiocheblimit.c:
5035         * gst/audiofx/math_compat.h:
5036         Check for sinh(), cosh() and asinh() and define our own
5037         implementations if they're not available. Fixes bug #520880.
5038
5039 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5040
5041         Patch by: Olivier Crete <tester at tester dot ca>
5042
5043         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5044         Unref the buffers only once when handling not-negotiated errors.
5045         Fixes bug #520764.
5046
5047 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5048
5049         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5050
5051         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5052         (gst_udpsrc_stop):
5053         Properly balance WSA_Cleanup with WSA_Startup.
5054         Also make the poll controllable on windows. Fixes #520888.
5055
5056 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5057
5058         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5059         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5060         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5061         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5062         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5063         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5064         (gst_ebml_read_date), (gst_ebml_read_master),
5065         (gst_ebml_read_binary), (gst_ebml_read_header):
5066         * gst/matroska/ebml-read.h:
5067         * gst/matroska/matroska-demux.c:
5068         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5069         (gst_matroska_demux_read_track_encodings),
5070         (gst_matroska_demux_add_stream),
5071         (gst_matroska_demux_handle_src_query),
5072         (gst_matroska_demux_handle_seek_event),
5073         (gst_matroska_demux_init_stream),
5074         (gst_matroska_demux_parse_tracks),
5075         (gst_matroska_demux_parse_index_cuetrack),
5076         (gst_matroska_demux_parse_index_pointentry),
5077         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5078         (gst_matroska_demux_parse_metadata_id_simple_tag),
5079         (gst_matroska_demux_parse_metadata_id_tag),
5080         (gst_matroska_demux_parse_metadata),
5081         (gst_matroska_demux_sync_streams),
5082         (gst_matroska_demux_push_hdr_buf),
5083         (gst_matroska_demux_push_flac_codec_priv_data),
5084         (gst_matroska_demux_push_xiph_codec_priv_data),
5085         (gst_matroska_demux_add_wvpk_header),
5086         (gst_matroska_demux_check_subtitle_buffer),
5087         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5088         (gst_matroska_demux_parse_cluster),
5089         (gst_matroska_demux_parse_contents_seekentry),
5090         (gst_matroska_demux_parse_contents),
5091         (gst_matroska_demux_loop_stream_parse_id),
5092         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5093         * gst/matroska/matroska-demux.h:
5094         * gst/matroska/matroska-ids.h:
5095         Handle return values from pull_range in a more granular way to properly
5096         shut down on seeks.
5097         Combine return values from push.
5098         Implement proper error handling.
5099         Prepare for handling seeking correctly.
5100
5101 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5102
5103         * gst/matroska/ebml-read.c:
5104         Use GINT64 formatting constants from GLIB.
5105
5106         * gst/matroska/matroska-demux.c:
5107         Add some guards to avoid a possible division by 0 and crashing
5108         with NULL events on some systems.
5109         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5110         conversion. 
5111
5112         * gst/matroska/matroska-mux.c:
5113         Check for invalid timestamps in a bunch of places to avoid
5114         writing bogus durations into the output file.
5115         Fix some double<->gint64 conversions that weren't using
5116         gst_guint64_to_gdouble
5117
5118 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5119
5120         * configure.ac:
5121         Move the checks for bison, flex and as to the program section and the
5122         check for gcc inline asm to the compiler characteristics section.
5123
5124 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5125
5126         * configure.ac:
5127         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5128         plug-ins are included/excluded. (#498222)
5129
5130 2008-02-29  Michael Smith <msmith@fluendo.com>
5131
5132         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5133           Don't call gst_object_sync_values() unless we have a valid timestamp.
5134
5135 2008-02-28  David Schleef  <ds@schleef.org>
5136
5137         * gst/matroska/matroska-demux.c:
5138         * gst/matroska/matroska-ids.h:
5139         * gst/matroska/matroska-mux.c:
5140           Fix Dirac mapping.  I had previously added a VfW-type
5141           mapping, but it looks like Dirac will get a native Matroska
5142           mapping, and this is the most likely method.
5143
5144 2008-02-28  David Schleef  <ds@schleef.org>
5145
5146         * gst/avi/gstavimux.c: Add Dirac encoding
5147
5148 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5149
5150         Patch by: Peter Kjellerstedt <pkj at axis com>
5151
5152         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5153         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5154         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5155         * gst/udp/gstudpsrc.h:
5156         Port to GstPoll. See #505417.
5157
5158 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5159
5160         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5161         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5162         yet on the srcpad. We need rate and channels before we
5163         can do any processing. Fixes bug #519088.
5164
5165 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5166
5167         * configure.ac:
5168         Detect and indicate if GCC inline assembly syntax is
5169         available.
5170
5171         * gst/goom/Makefile.am:
5172         * gst/goom/convolve_fx.c:
5173         * gst/goom/flying_stars_fx.c:
5174         * gst/goom/goom_config.h:
5175         * gst/goom/goom_core.c:
5176         * gst/goom/goomsl.c:
5177         * gst/goom/ifs.c:
5178         * gst/goom/mmx.c:
5179         * gst/goom/plugin_info.c:
5180         * gst/goom/xmmx.c:
5181         Fix various GCC-isms, and only build the inline assembly
5182         with compilers that support GCC inline assembly.
5183
5184         Fix a couple of other warnings shown with Forte.
5185
5186 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5187
5188         * gst/goom/xmmx.c:
5189           Use 'emms' instead of 'femms' to not crash on cpus that do not
5190           implement this 3dnow specific instruction.
5191
5192 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5193
5194         * gst/goom/plugin_info.c: (setOptimizedMethods):
5195         Use extended MMX for draw_line() too if available, not only
5196         normal MMX.
5197
5198 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5199
5200         * ext/jpeg/gstjpeg.c: (plugin_init):
5201         Remove (commented out) smoke typefinder. This is in base now.
5202
5203 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5204
5205         * gst/goom2k1/Makefile.am:
5206         * gst/goom2k1/gstgoom.c:
5207
5208         Rename the installed library, and don't register the same 
5209         GType name as the new goom.
5210
5211 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5212
5213         * configure.ac:
5214         * ext/taglib/Makefile.am:
5215           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5216           when building C++ code (#516509).
5217
5218 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5219
5220         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5221         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5222           (setOptimizedMethods):
5223           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5224           anything useful. Export goom debug category so we can get
5225           rid of the VERBOSE define and the printfs.
5226
5227 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5228
5229         * gst/goom/goomsl_heap.c: (align_it):
5230         * gst/goom/plugin_info.c: (setOptimizedMethods):
5231           Compile fixes for x86-64.
5232
5233 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5234
5235         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5236         with warnings, but add other CFLAGS
5237
5238         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5239         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5240         (calculate_labels), (gsl_read_file):
5241         * gst/goom/goomsl_lex.l:
5242         * gst/goom/goomsl_yacc.y:
5243         * gst/goom/plugin_info.c: Remove a few live printf, and
5244         fprintf, replace exit() calls with g_assert_not_reached()
5245         if it not optimal for a library
5246
5247 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5248
5249         * gst/goom/Makefile.am: Remove the warnings being disabled,
5250         fix linkage on x86, spotted by Sebastian Dröge
5251         <slomo@circular-chaos.org>
5252
5253         * gst/goom/convolve_fx.c (convolve_init),
5254         (create_output_with_brightness), (convolve_apply):
5255         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5256         * gst/goom/goomsl.c:
5257         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5258         * gst/goom/plugin_info.c:
5259         * gst/goom/tentacle3d.c (tentacle_fx_create):
5260         Fix warnings, and disable the motifs in the convolve_fx
5261         plugin (they were causing warnings, and they were just
5262         "Goom" in funny letterring)
5263
5264 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5265
5266         * configure.ac: Add checks for Flex/Yacc/Bison and other
5267         furry animals, for the new goom 2k4 based plugin
5268
5269         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5270         CPU optimisations (not working yet), move the old plugin to...
5271
5272         * gst/goom2k1/*: ... here, in case somebody is sick enough
5273
5274         Fixes #515073
5275
5276 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5277
5278         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5279         Post the server response code in an error message instead of a generic
5280         'error' message. Fixes #517237.
5281
5282 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5283
5284         * tests/check/Makefile.am:
5285         Ignore gconfaudiosrc for the states unit test too. It will fallback
5286         to alsasrc if the gconf settings can't be read and not everybody has
5287         alsa.
5288
5289 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5290
5291         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5292         (gst_wavpack_parse_create_src_pad):
5293         * ext/wavpack/gstwavpackparse.h:
5294         Always report the duration if we know it in push mode and don't
5295         return 0 just to make totem believe we can't seek in push mode.
5296         Newer totem version use the SEEKING query which properly reports
5297         if we can seek or not.
5298
5299 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5300
5301         Patch by: Jens Granseuer <jensgr at gmx dot net>
5302
5303         * tests/examples/equalizer/demo.c: (main):
5304         C89 fix, moving variable declarations to the beginning of
5305         the block. Fixes bug #517933.
5306
5307 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5308
5309         * configure.ac:
5310         Back to development...
5311
5312 === release 0.10.7 ===
5313
5314 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5315
5316         * configure.ac:
5317           releasing 0.10.7, "Red Door Black"
5318
5319 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5320
5321         * gst/alpha/Makefile.am:
5322         Link alpha plugin with libgstbase. Fixes bug #517386.
5323
5324 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5325
5326         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5327         Init values to -1 instead of the default 0 value.
5328         Fixes #516524.
5329
5330 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5331
5332         * tests/examples/spectrum/spectrum-example.c:
5333         Add missing include to fix compilation when libxml usage is disabled.
5334         Fixes: #516371
5335
5336 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5337
5338         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5339         fixes: #514889
5340
5341         * gst/rtp/gstrtph264pay.c:
5342         * gst/rtp/gstrtpmp4gdepay.c:
5343         * gst/rtp/gstrtpmp4gpay.c:
5344         * gst/rtp/gstrtpmp4gpay.h:
5345         * gst/rtp/gstrtptheorapay.c:
5346         * gst/rtp/gstrtpvorbispay.c:
5347
5348         Fix various leaks shown up in valgrind
5349         - free sprops and buffer in error cases in H264 payloader
5350         - fix leak in mp4g depayloader when construction the caps
5351         - don't leak config string in the mp4g payloader
5352         - don't leak buffers and headers in theora and vorbis payloaders
5353
5354         * tests/check/elements/rtp-payloading.c:
5355
5356         Fix the RTP data test
5357         - Actually send valid amr data to the payloader instead of 20
5358         zero-bytes
5359         - The mp4g payloader expects codec_data on the caps
5360
5361 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5362
5363         * win32/MANIFEST:
5364         Add libgstpng.dsp to MANIFEST.
5365         * win32/vs6/libgstaudiofx.dsp:
5366         Add new source files to VS project file.
5367
5368 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5369
5370         * sys/ximage/gstximagesrc.c:
5371         Initialise variables when opening the X display rather
5372         than in _start(), as the display can be opened before that.
5373
5374         Fixes: #515985
5375
5376 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5377
5378         * sys/directdraw/gstdirectdrawsink.c:
5379         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5380         (gst_directdraw_sink_finalize):
5381         Properly chain up finalize functions. Fixes bug #515980.
5382
5383 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5384
5385         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5386         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5387         (gst_v4l2_buffer_pool_class_init):
5388         Chain up the finalize functions. Fixes bug #515984.
5389
5390 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5391
5392         * sys/ximage/ximageutil.c:
5393         Chain up in the finalize function for our custom
5394         buffer sub-class.
5395         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5396         Fixes: #515706
5397
5398 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5399
5400         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5401         (gst_fenced_buffer_class_init):
5402         Properly chain up finalize method. Fixes bug #515979.
5403
5404 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5405
5406         * sys/ximage/gstximagesrc.c:
5407         Free allocated Damage memory before closing our connection to the
5408         X server. Partially fixes: #515706
5409
5410 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5411
5412         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5413         * tests/check/Makefile.am:
5414         * tests/check/gst-plugins-good.supp:
5415         Add a few libjpeg suppressions and initialize a variable to
5416         make smokeenc valgrind clean. Fixes bug #515701.
5417
5418 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5419
5420         * gst/avi/gstavidemux.c:
5421         Revert patch which sends timestamps only on keyframes, as it
5422         breaks playback with current gst-ffmpeg.
5423
5424         Fixes: #515562
5425
5426 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5427
5428         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5429         * tests/check/elements/multifile.c: (GST_START_TEST):
5430         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5431
5432 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5433
5434         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5435         Use and unset the GError when pipeline creation fails instead of
5436         simply leaking it. Fixes bug #515704.
5437
5438 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5439
5440         * gst/audiofx/audioamplify.c:
5441         * gst/audiofx/audiochebband.c:
5442         * gst/audiofx/audiocheblimit.c:
5443         * gst/audiofx/audiodynamic.c:
5444         * gst/audiofx/audioinvert.c:
5445         * gst/audiofx/audiopanorama.c:
5446         * gst/audiofx/audiowsincband.c:
5447         * gst/audiofx/audiowsinclimit.c:
5448         Fix long description of audiofx elements. Fixes bug #515457.
5449
5450 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5451
5452         * docs/plugins/Makefile.am:
5453         * gst/spectrum/gstspectrum.c:
5454         * tests/examples/spectrum/.cvsignore:
5455         * tests/examples/spectrum/Makefile.am:
5456         * tests/examples/spectrum/spectrum-example.c:
5457
5458         Add a simple example application for the spectrum element, include it
5459         in the docs, and fix some documentation ambiguities.
5460
5461         Fixes: #348085
5462
5463 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5464
5465         * gst/equalizer/Makefile.am:
5466         * gst/spectrum/Makefile.am:
5467         Fix includes order
5468
5469         * tests/check/Makefile.am:
5470         Exclude v4l2src from the states test - it takes too long to start.
5471
5472         * tests/check/elements/spectrum.c:
5473         Make the test run properly with CK_FORK=no
5474
5475 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5476
5477         * gst/audiofix/Makefile.am: add missing header files 
5478
5479 2008-02-08  Julien Moutte  <julien@fluendo.com>
5480
5481         * gst/matroska/matroska-demux.c:
5482         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5483         keyframe and delta units correctly when dealign with a BlockGroup.
5484         Fixes: #514397
5485
5486 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5487
5488         * tests/check/elements/.cvsignore:
5489         Spell the new tests correctly in .cvsignore
5490
5491 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5492
5493         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5494           Need to use gsize here for the size, fixes compiler warning.
5495
5496         * tests/examples/equalizer/.cvsignore:
5497         * tests/examples/equalizer/Makefile.am:
5498         * tests/examples/spectrum/.cvsignore:
5499         * tests/examples/spectrum/Makefile.am:
5500           Add missing files to fix the build.
5501
5502 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5503
5504         * configure.ac:
5505         * docs/plugins/Makefile.am:
5506         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5507         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5508         * docs/plugins/gst-plugins-good-plugins.args:
5509         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5510         * docs/plugins/inspect/plugin-multifile.xml:
5511         * tests/check/Makefile.am:
5512         * tests/check/elements/.cvsignore:
5513
5514         Move multifile plugin from -bad.
5515         Fixes: #490283
5516
5517 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5518
5519         * configure.ac:
5520         * docs/plugins/Makefile.am:
5521         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5522         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5523         * docs/plugins/gst-plugins-good-plugins.args:
5524         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5525         * docs/plugins/inspect/plugin-spectrum.xml:
5526         * gst/spectrum/Makefile.am:
5527         * tests/check/Makefile.am:
5528         * tests/check/elements/.cvsignore:
5529         * tests/examples/Makefile.am:
5530
5531         Move spectrum plugin from -bad.
5532         Move examples into tests/examples/spectrum.
5533
5534 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5535
5536         * configure.ac:
5537         * docs/plugins/Makefile.am:
5538         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5539         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5540         * docs/plugins/gst-plugins-good-plugins.args:
5541         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5542         * docs/plugins/gst-plugins-good-plugins.interfaces:
5543         * docs/plugins/inspect/plugin-equalizer.xml:
5544         * gst/equalizer/Makefile.am:
5545         * tests/check/Makefile.am:
5546         * tests/examples/Makefile.am:
5547         Move the equalizer plugin across from -bad
5548
5549         * tests/check/elements/.cvsignore:
5550         Add equalizer, audiosincwband and audiosincwlimit
5551
5552         * tests/check/elements/equalizer.c:
5553         Fix compiler warnings
5554
5555         Fixes: #415627
5556
5557 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5558
5559         * configure.ac:
5560         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5561         are treated like releases and build without it.
5562
5563 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5564
5565         * docs/plugins/Makefile.am:
5566         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5567         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5568         * docs/plugins/gst-plugins-good-plugins.args:
5569         * docs/plugins/inspect/plugin-audiofx.xml:
5570         * gst/audiofx/Makefile.am:
5571         * gst/audiofx/audiofx.c:
5572         * gst/audiofx/audiowsincband.c:
5573         * gst/audiofx/audiowsincband.h:
5574         * gst/audiofx/audiowsinclimit.c:
5575         * gst/audiofx/audiowsinclimit.h:
5576         * tests/check/Makefile.am:
5577         * tests/check/elements/audiowsincband.c:
5578         * tests/check/elements/audiowsinclimit.c:
5579
5580         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5581         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5582         respectively.
5583
5584         Fixes: #467666
5585
5586 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5587
5588         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5589         * tests/check/elements/icydemux.c:
5590           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5591           caps, and add a somewhat useful debug message. Plus test.
5592
5593 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5594
5595         * gst/rtsp/gstrtspsrc.c:
5596         Include unistd.h only if HAVE_UNISTD_H is defined
5597         * win32/common/config.h.in:
5598         * win32/common/config.h:
5599         Define socklen_t as it seems it's not defined in default 
5600         Visual Studio headers.
5601         * win32/vs6/libgstalpha.dsp:
5602         * win32/vs6/libgstapetag.dsp:
5603         * win32/vs6/libgstavi.dsp:
5604         * win32/vs6/libgstrtp.dsp:
5605         * win32/vs6/libgstrtsp.dsp:
5606         * win32/vs6/libgstvideomixer.dsp:
5607         Update project file dependencies and add new source files       
5608
5609 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5610
5611         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5612
5613         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5614         Don't leak buffers when we don't push them downstream.
5615         Fixes bug #514965.
5616
5617 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5618
5619         * configure.ac:
5620           Bump requirements to (good) released versions to avoid
5621           confusion and make implicit core requirement explicit.
5622
5623 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5624
5625         * docs/plugins/Makefile.am:
5626         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5627         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5628         * docs/plugins/gst-plugins-good-plugins.args:
5629         * docs/plugins/inspect/plugin-audiofx.xml:
5630         * gst/audiofx/Makefile.am:
5631         * gst/audiofx/audiochebband.c:
5632         * gst/audiofx/audiochebband.h:
5633         * gst/audiofx/audiocheblimit.c:
5634         * gst/audiofx/audiocheblimit.h:
5635         * gst/audiofx/audiochebyshevfreqband.c:
5636         * gst/audiofx/audiochebyshevfreqband.h:
5637         * gst/audiofx/audiochebyshevfreqlimit.c:
5638         * gst/audiofx/audiochebyshevfreqlimit.h:
5639         * gst/audiofx/audiofx.c:
5640         * tests/check/Makefile.am:
5641         * tests/check/elements/.cvsignore:
5642         * tests/check/elements/audiochebband.c:
5643         * tests/check/elements/audiocheblimit.c:
5644         * tests/check/elements/audiochebyshevfreqband.c:
5645         * tests/check/elements/audiochebyshevfreqlimit.c:
5646
5647         Rename audiochebyshevfreqband -> audiochebband and
5648         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5649         surgery.
5650
5651         Closes: #491811
5652
5653 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5654
5655         Patch by: Orjan Friberg <orjanf at axis dot com>
5656
5657         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5658         Fix caps memory leak. Fixes #514573.
5659
5660 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5661
5662         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5663         If there's no entries in the subindex, don't try to do anything stupid,
5664         just return.
5665
5666 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5667
5668         Patch by: John Millikin <jmillikin at gmail dot com>
5669
5670         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5671           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5672           Fix extraction of picture blocks with newer libflac versions again:
5673           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5674
5675 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5676
5677         * tests/check/Makefile.am:
5678           Add rtp-payloading test to VALGRIND_TO_FIX.
5679
5680         * tests/check/elements/rtp-payloading.c:
5681           Add semicolons after GST_TEST_END so gst-indent gets the
5682           formatting right; make test less verbose in general, but
5683           more verbose in the error case (which should probably
5684           make the test fail anyway).
5685
5686 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
5687
5688         * docs/plugins/Makefile.am:
5689         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5690         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5691         * gst/avi/gstavisubtitle.c:
5692         Add documentation for avisubtitle and change class to
5693         Codec/Parser/Subtitle
5694
5695 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5696
5697         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5698         Treat ENOTTY (driver does not implement ioctl) the same as
5699         EINVAL since it implies there are no available standards.
5700
5701         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
5702         (gst_v4l2src_get_nearest_size):
5703         Replace gst_v4l2src_get_size_limits with 2 calls to new function
5704         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
5705         probe if the driver does not support VIDIOC_TRY_FMT for whatever
5706         reason, and if we aren't yet actively capturing.
5707
5708         * sys/v4l2/v4l2src_calls.h:
5709         Remove replaced function declaration.
5710
5711 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5712
5713         * configure.ac:
5714         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
5715         API.
5716
5717 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
5718
5719         * configure.ac:
5720         Fix typo.
5721
5722 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5723
5724         * gst/alpha/Makefile.am:
5725         * gst/alpha/gstalpha.c:
5726
5727         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
5728         some stuff, and making buffer-alloc and resizing work automatically.
5729         No longer crashes on odd frame widths and heights, although there
5730         seems to be a disagreement with ffmpegcolorspace about what size
5731         an AYUV frame with odd height should be.
5732
5733 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5734
5735         Patch by: Alessandro Decina <alessandro at nnva dot org>
5736
5737         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
5738         * ext/libpng/gstpngenc.h:
5739         Preallocate the output buffer so that g_memdup() and
5740         gst_buffer_merge() aren't needed anymore. This greatly improves
5741         performances and fixes #512544.
5742
5743 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5744
5745         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
5746         (gst_avi_demux_stream_data):
5747         GStreamer timestamps are PTS values while AVI only knows about DTS
5748         timestamps. Make sure we only copy the DTS as the buffer timestamp when
5749         we are dealing with a key frame.
5750
5751 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5752
5753         * tests/check/Makefile.am:
5754         * tests/check/elements/.cvsignore:
5755         * tests/check/elements/rtp-payloading.c:
5756           Add add testsuite for the rtp-payloader that tries simulating
5757           dataflow. Needs more test data.
5758
5759 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5760
5761         * tests/check/elements/alphacolor.c:
5762           Remove two unused variables.
5763
5764 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5765
5766         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5767           Use g_ascii_strtoll() instead of atoll, which is only
5768           available in C99.
5769
5770 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
5771
5772         * gst/rtp/Makefile.am:
5773         * gst/rtp/gstrtp.c:
5774         * gst/rtp/gstrtpmpvpay.c:
5775         * gst/rtp/gstrtpmpvpay.h:
5776         Add MPEG2 video payloader
5777
5778 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5779
5780         * gst/level/gstlevel.c:
5781         Use #include <math.h> instead of #include "math.h".
5782
5783 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5784
5785         * tests/check/Makefile.am:
5786         Fix up some CFLAGS sets.
5787         Don't include gconfvideosrc in the states test.
5788
5789         * tests/check/elements/autodetect.c: (GST_START_TEST):
5790         Add some error strings to fail_unless arguments to fix some weird
5791         compiler errors on Solaris.
5792
5793 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5794
5795         * configure.ac:
5796         Detect video4linux headers on Solaris too.
5797         * sys/v4l2/gstv4l2colorbalance.h:
5798         * sys/v4l2/gstv4l2object.h:
5799         * sys/v4l2/v4l2_calls.c:
5800         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5801         (gst_v4l2_buffer_new):
5802
5803         Make v4l2 build on Solaris.
5804         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5805         Fixes: #510505
5806
5807 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
5808
5809         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5810           Update list from (still local) scanning script.
5811
5812 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
5813
5814         Based on a patch by:
5815             Victor STINNER <victor dot stinner at haypocalc dot com>
5816
5817         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5818         Set variable to NULL after freeing it to prevent double frees
5819         or make failures by another use of it afterwards more obvious
5820         and fix use of it after the freeing. Fixes bug #510592.
5821
5822 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5823
5824         * gst/udp/gstmultiudpsink.c:
5825         use GST_WARNING for logging
5826
5827 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5828
5829         * gst/udp/gstmultiudpsink.c:
5830         Don't try to leave a multicast group with an invalid socket
5831
5832 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5833
5834         * ext/flac/gstflacdec.c:
5835           Fix compilation against flac 1.1.2 (as on debian stable), where
5836           the picture metadata defines and structs don't exist yet.
5837           Fixes #509301.
5838
5839 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5840
5841         Patch by: Olivier Crete <tester at tester dot ca>
5842
5843         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5844         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5845         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5846         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5847         * gst/udp/gstmultiudpsink.h:
5848         Add property to automatically join a multicast group or not. This can be
5849         useful when sharing a socket between multiple elements.
5850         Fixes #509531.
5851
5852 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5853
5854         * gst/videomixer/Makefile.am:
5855           Add controller flags.
5856
5857 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5858
5859         * gst/videomixer/videomixer.c:
5860           Also commit the missing gst_object_sync_values().
5861
5862 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5863
5864         * docs/plugins/Makefile.am:
5865           Remove duplicate entry.
5866
5867 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5868
5869         * docs/plugins/Makefile.am:
5870         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5871         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5872         * docs/plugins/inspect/plugin-gamma.xml:
5873         * docs/plugins/inspect/plugin-monoscope.xml:
5874         * docs/plugins/inspect/plugin-video4linux2.xml:
5875           Add 3 more plugins to docs.
5876
5877 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5878
5879         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5880         * sys/osxvideo/osxvideosink.h:
5881           Revert previous change caused by a file that got stuck on an old
5882           revision.
5883
5884 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5885
5886         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5887         * gst/multipart/Makefile.am:
5888         * gst/multipart/multipartdemux.c:
5889         * gst/multipart/multipartdemux.h:
5890         * gst/multipart/multipartmux.c:
5891         * gst/multipart/multipartmux.h:
5892           Re-add multipartdemux to the docs. Last round of section cleanup.
5893
5894 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5895
5896         * docs/plugins/Makefile.am:
5897         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5898         * sys/osxaudio/gstosxaudiosink.h:
5899         * sys/osxvideo/osxvideosink.h:
5900           Managed to resolve most unused declarations. Filed a bug for one left.          
5901
5902 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5903
5904         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5905           Cleanup section file.
5906
5907 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5908
5909         * docs/plugins/Makefile.am:
5910         * docs/plugins/gst-plugins-good-plugins.args:
5911         * docs/plugins/gst-plugins-good-plugins.signals:
5912         * docs/plugins/inspect/plugin-alaw.xml:
5913         * docs/plugins/inspect/plugin-alpha.xml:
5914         * docs/plugins/inspect/plugin-alphacolor.xml:
5915         * docs/plugins/inspect/plugin-annodex.xml:
5916         * docs/plugins/inspect/plugin-apetag.xml:
5917         * docs/plugins/inspect/plugin-audiofx.xml:
5918         * docs/plugins/inspect/plugin-auparse.xml:
5919         * docs/plugins/inspect/plugin-autodetect.xml:
5920         * docs/plugins/inspect/plugin-avi.xml:
5921         * docs/plugins/inspect/plugin-cairo.xml:
5922         * docs/plugins/inspect/plugin-cdio.xml:
5923         * docs/plugins/inspect/plugin-cutter.xml:
5924         * docs/plugins/inspect/plugin-debug.xml:
5925         * docs/plugins/inspect/plugin-dv.xml:
5926         * docs/plugins/inspect/plugin-efence.xml:
5927         * docs/plugins/inspect/plugin-effectv.xml:
5928         * docs/plugins/inspect/plugin-flac.xml:
5929         * docs/plugins/inspect/plugin-flxdec.xml:
5930         * docs/plugins/inspect/plugin-gconfelements.xml:
5931         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5932         * docs/plugins/inspect/plugin-goom.xml:
5933         * docs/plugins/inspect/plugin-halelements.xml:
5934         * docs/plugins/inspect/plugin-icydemux.xml:
5935         * docs/plugins/inspect/plugin-id3demux.xml:
5936         * docs/plugins/inspect/plugin-jpeg.xml:
5937         * docs/plugins/inspect/plugin-ladspa.xml:
5938         * docs/plugins/inspect/plugin-level.xml:
5939         * docs/plugins/inspect/plugin-matroska.xml:
5940         * docs/plugins/inspect/plugin-mulaw.xml:
5941         * docs/plugins/inspect/plugin-multipart.xml:
5942         * docs/plugins/inspect/plugin-navigationtest.xml:
5943         * docs/plugins/inspect/plugin-png.xml:
5944         * docs/plugins/inspect/plugin-quicktime.xml:
5945         * docs/plugins/inspect/plugin-rtp.xml:
5946         * docs/plugins/inspect/plugin-rtsp.xml:
5947         * docs/plugins/inspect/plugin-shout2send.xml:
5948         * docs/plugins/inspect/plugin-smpte.xml:
5949         * docs/plugins/inspect/plugin-speex.xml:
5950         * docs/plugins/inspect/plugin-taglib.xml:
5951         * docs/plugins/inspect/plugin-udp.xml:
5952         * docs/plugins/inspect/plugin-videobalance.xml:
5953         * docs/plugins/inspect/plugin-videobox.xml:
5954         * docs/plugins/inspect/plugin-videocrop.xml:
5955         * docs/plugins/inspect/plugin-videoflip.xml:
5956         * docs/plugins/inspect/plugin-videomixer.xml:
5957         * docs/plugins/inspect/plugin-wavenc.xml:
5958         * docs/plugins/inspect/plugin-wavpack.xml:
5959         * docs/plugins/inspect/plugin-wavparse.xml:
5960           Update plugin docs.
5961
5962         * gst/videomixer/Makefile.am:
5963         * gst/videomixer/videomixer.c:
5964         * gst/videomixer/videomixer.h:
5965         * gst/videomixer/videomixerpad.h:
5966           Split out header to fix warnings from the doc-build.
5967
5968 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5969
5970         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
5971
5972         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5973         Use atoll to parse the rtptime with enough precision. Fixes #509329.
5974
5975 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
5976
5977         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
5978         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
5979           Initialise variables to work around (false) 'foo might be used
5980           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
5981
5982 2008-01-11  David Schleef  <ds@schleef.org>
5983
5984         * docs/plugins/.cvsignore:
5985         * tests/check/pipelines/.cvsignore:
5986           Ignore more files for the buildbot.
5987
5988 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5989
5990         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
5991         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5992         Generate the image-type values correctly. Leave them out of the caps
5993         when outputting a "preview image" tag, since it only makes sense
5994         to have one of those - the type is irrelevant.
5995
5996         * sys/sunaudio/gstsunaudiomixerctrl.c:
5997         (gst_sunaudiomixer_ctrl_open):
5998         If we can, mark the mixer multiple open when we use it, in case
5999         (for some reason) the process wants to open it again elsewhere.
6000
6001 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6002
6003         Patch by: Olivier Crete <tester at tester dot ca>
6004
6005         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6006         * gst/rtp/gstrtptheorapay.c:
6007         Fix the clock rate to 90000 as required by the RFC.
6008         Fixes #508644.
6009
6010 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6011
6012         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6013           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6014
6015 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6016
6017         * autogen.sh:
6018           Add -Wno-portability to the automake parameters to stop warnings
6019           about GNU make extensions being used. We require GNU make in almost
6020           every Makefile anyway.
6021           
6022         * configure.ac:
6023           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6024           at the same time is required for per target flags.
6025
6026 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6027
6028         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6029         Fix error from my last commit.
6030
6031 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6032
6033         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6034
6035         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6036           Make sure the ISO 639-X language code in ID3v2 COMM frames
6037           is actually valid UTF-8 (or rather: ASCII), so we don't end
6038           up with non-UTF8 strings in tags if there's garbage in the
6039           language field. Also make sure the language code is always
6040           lower case. Fixes: #508291.
6041
6042 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6043
6044         * ChangeLog:
6045           Fix ChangeLog typo.
6046
6047 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6048
6049         * Makefile.am:
6050           Include lcov.mak to allow building coverage reports. Guard
6051           check-torture target like in the other packages.
6052
6053 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6054
6055         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6056
6057         * gst/videomixer/videomixer.c:
6058         (gst_videomixer_set_master_geometry), (_do_init),
6059         (gst_videomixer_child_proxy_get_child_by_index),
6060         (gst_videomixer_child_proxy_get_children_count),
6061         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6062         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6063         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6064         Implement GstChildProxy interface.
6065         Send newsegment at the right moment
6066         Fixes #488879
6067
6068 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6069
6070         * gst/alpha/Makefile.am:
6071         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6072         (gst_alpha_sink_event), (gst_alpha_chain),
6073         (gst_alpha_change_state), (plugin_init):
6074         Make the various properties of 'alpha' controllable. This allows doing
6075         niceties like fade-in/fade-out.
6076
6077 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6078
6079         * gst/rtp/gstasteriskh263.c:
6080         * gst/rtp/gstrtpL16depay.c:
6081         * gst/rtp/gstrtpac3depay.c:
6082         * gst/rtp/gstrtpamrpay.c:
6083         * gst/rtp/gstrtpdepay.c:
6084         * gst/rtp/gstrtpgsmdepay.c:
6085         * gst/rtp/gstrtph263depay.c:
6086         * gst/rtp/gstrtph263pdepay.c:
6087         * gst/rtp/gstrtph263ppay.c:
6088         * gst/rtp/gstrtph264depay.c:
6089         * gst/rtp/gstrtph264pay.c:
6090         * gst/rtp/gstrtpmp2tdepay.c:
6091         * gst/rtp/gstrtpmp4adepay.c:
6092         * gst/rtp/gstrtpmp4gdepay.c:
6093         * gst/rtp/gstrtpmp4gpay.c:
6094         * gst/rtp/gstrtpmp4vdepay.c:
6095         * gst/rtp/gstrtpmpadepay.c:
6096         * gst/rtp/gstrtpmpvdepay.c:
6097         * gst/rtp/gstrtpsv3vdepay.c:
6098         * gst/rtp/gstrtptheoradepay.c:
6099         * gst/rtp/gstrtptheorapay.c:
6100         * gst/rtp/gstrtpvorbisdepay.c:
6101         * gst/rtp/gstrtpvorbispay.c:
6102           Remove copy/paste unused code (property setters and getter) found by
6103           the coverage suite (yay, saves ~20k on disk).
6104
6105 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6106
6107         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6108           (videosink_templ):
6109           Also fix up pad templates to indicate that image/jpeg doesn't
6110           absolutely require the framerate property to be set (#504081).
6111
6112 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6113
6114         Based on patch by: Wouter Cloetens  <wouter at mind be>
6115
6116         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6117           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6118           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6119         * gst/matroska/matroska-mux.h:
6120           Keep track of first and last timestamps for each incoming stream,
6121           so we can calculate the total duration for live sources and other
6122           input where we can't query the duration from the start or where
6123           there's no constant framerate from which we can deduce the
6124           duration; also use calculated/observed duration if it is bigger
6125           than the previously queried duration. Furthermore, use
6126           gst_pad_query_peer_duration() and take into account that it may
6127           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6128           screws up comparisons when using unsigned integers. Fixes #504081.
6129
6130 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6131
6132         * configure.ac:
6133         * gst/audiofx/audioamplify.c:
6134         (gst_audio_amplify_clipping_method_get_type),
6135         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6136         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6137         (gst_audio_dynamic_transform_ip):
6138         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6139         (gst_audio_invert_transform_ip):
6140         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6141         (gst_audio_panorama_transform):
6142         * gst/level/gstlevel.c: (gst_level_init):
6143         Make elements GST_BUFFER_FLAG_GAP aware and call
6144         gst_base_transform_set_gap_aware for this.
6145         Bump core requirement to CVS.
6146         
6147         * gst/audiofx/audiochebyshevfreqband.c:
6148         (gst_audio_chebyshev_freq_band_transform_ip):
6149         * gst/audiofx/audiochebyshevfreqlimit.c:
6150         (gst_audio_chebyshev_freq_limit_transform_ip):
6151         Also sync GObject properties to the controller if operating
6152         in passthrough mode.
6153
6154 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6155
6156         * sys/directdraw/gstdirectdrawsink.c:
6157           (gst_directdraw_sink_window_thread):
6158           FALSE is not a gpointer.
6159
6160 2008-01-05  Julien Moutte  <julien@fluendo.com>
6161
6162         * sys/directdraw/gstdirectdrawsink.c:
6163         (gst_directdraw_sink_set_window_id),
6164         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6165         (gst_directdraw_sink_buffer_alloc),
6166         (gst_directdraw_sink_draw_borders),
6167         (gst_directdraw_sink_show_frame),
6168         (gst_directdraw_sink_setup_ddraw),
6169         (gst_directdraw_sink_window_thread),
6170         (gst_directdraw_sink_get_ddrawcaps),
6171         (gst_directdraw_sink_surface_create): Make sure we create our
6172         internal window only when we need it. That will give a chance to
6173         the application to get the prepare-xwindow-id bus message. Draw
6174         black borders when keeping aspect ratio. Handle the case where our
6175         rendering window disappears (closed or errors) like other sinks
6176         do. Various 80 columns fixes, improve state change order. That
6177         element could need some more love.
6178
6179 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6180
6181         * ext/taglib/gstapev2mux.h:
6182         * ext/taglib/gstid3v2mux.h:
6183         Remove useless typedefs without new type name. Fixes a warning with
6184         gcc 4.3.
6185
6186 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6187
6188         Patch by: John Millikin <jmillikin at gmail dot com>
6189
6190         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6191         (gst_flac_dec_setup_stream_decoder),
6192         (gst_flac_normalize_picture_mime_type),
6193         (gst_flac_extract_picture_buffer),
6194         (gst_flac_dec_metadata_callback):
6195         Emit metadata messages when a PICTURE block is encountered.
6196         Fixes #506715.
6197
6198 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6199
6200         * gst/avi/gstavi.c:
6201         increase rank because no known issues anymore ...
6202         * gst/avi/gstavisubtitle.c:
6203         send subtitle name to the srcpad
6204
6205 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6206
6207         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6208         * gst/rtsp/gstrtspsrc.h:
6209         Implement redirect for the DESCRIBE reply. Fixes #506025.
6210
6211 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6212
6213         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6214         Fix 'xyz may be used uninitialized' compiler warnings caused
6215         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6216         abort() in any case but properly report the error.
6217
6218 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6219
6220         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6221         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6222         * sys/ximage/gstximagesrc.c: (composite_pixel):
6223           Fix 'xyz may be used uninitialized' compiler warnings caused
6224           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6225           not really nice to abort in any case). Fixes #505745.
6226
6227 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6228
6229         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6230           Small unit test fix (has no practical impact at the moment,
6231           since we're only feeding utf8 and hence just create a sub-
6232           buffer for the output).
6233
6234 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6235
6236         * gst/avi/gstavisubtitle.c:
6237         * tests/check/elements/avisubtitle.c:
6238         Add seeking support for avi subtitle
6239
6240 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6241
6242         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6243         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6244         (gst_flac_dec_write):
6245         * ext/flac/gstflacdec.h:
6246         Remove some unused vars.
6247         Do more cleanup of leftover events and tags.
6248         Output tags after the segment event. Fixes #504018.
6249
6250 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6251
6252         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6253           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6254           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6255           Detect other UTF byte order markers and convert to UTF-8 as
6256           appropriate.
6257
6258 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6259
6260         * gst/avi/gstavisubtitle.c: (src_template),
6261           (gst_avi_subtitle_extract_utf8_file),
6262           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6263           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6264           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6265         * gst/avi/gstavisubtitle.h:
6266           Refactor a bit; fix name extraction; don't assume all the data
6267           in the chunk is actually subtitle data, there may be padding at
6268           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6269           file so it's there to send again after a seek (for future use).
6270
6271 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6272
6273         * gst/avi/Makefile.am:
6274         * gst/avi/gstavi.c:
6275         * gst/avi/gstavisubtitle.c:
6276         * gst/avi/gstavisubtitle.h:
6277         * tests/check/Makefile.am:
6278         * tests/check/elements/avisubtitle.c:
6279         * win32/common/config.h:
6280                 Add avi subtitle element for bug #442034. Need seeking support
6281                 and more support for character conversion.
6282
6283 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6284
6285         * Makefile.am:
6286           Include common/win32.mak for CRLF check of win32 project
6287           files (see #393626).
6288
6289         * win32/vs6/libgstpng.dsp:
6290           Fix line endings and do cvs admin -kb.
6291
6292 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6293
6294         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6295         Actually drop the buffers which are outside the currently configured
6296         segment instead of just emitting a WARNING.
6297
6298 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6299
6300         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6301         (gst_flac_dec_write):
6302         * ext/flac/gstflacdec.h:
6303         Send segments from the streaming thread. Fixes #502187.
6304         Fix segment seeking and a bunch of other seeking cases.
6305
6306 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6307
6308         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6309           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6310           which is where it would end up if the same information was
6311           put in a vorbis comment (don't think it's worth adding a
6312           new URI tag for this). Fixes #488112.
6313
6314 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6315
6316         * configure.ac:
6317           We need core/base 0.10.15 or later.
6318
6319 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6320
6321         Patch by: Mark Nauwelaerts <manauw skynet be>
6322
6323         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6324         Fix regression in stream numbering. Fixes #502655.
6325
6326 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6327
6328         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6329
6330         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6331         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6332         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6333         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6334         (gst_rtp_h264_pay_handle_buffer):
6335         * gst/rtp/gstrtph264pay.h:
6336         Use higher performance start-code searching.
6337         Parse NALs and store SPS, PPS and profile in the caps so that they can
6338         be used in the SDP. Fixes #502814.
6339
6340 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6341
6342         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6343         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6344           Init some structs to zero before we pass them to ioctl, which
6345           avoids valgrind warnings.  Also fix a small memory leak.
6346
6347 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6348
6349         Patch by: Wouter Cloetens <wouter at mind dot be>
6350
6351         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6352         Copy timestamp from input to output. Not very perfect yet but better
6353         than nothing. Fixes #503023.
6354
6355 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6356
6357         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6358           Also print a useful error message with the old Wavpack API
6359           if possible.
6360
6361 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6362
6363         * ext/wavpack/gstwavpackdec.c:
6364           More build fixes for old libwavpack versions: include config.h so
6365           that WAVPACK_OLD_API is actually defined as detected; only use
6366           WavpackGetErrorMessage if it is available. This fixes the build
6367           on debian stable for me.
6368
6369 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6370
6371         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6372         * ext/wavpack/gstwavpackparse.c:
6373           (gst_wavpack_parse_create_src_pad):
6374           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6375           versions below 4.40.0.
6376
6377 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6378
6379         * configure.ac:
6380           And now do it right for real...
6381
6382 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6383
6384         * configure.ac:
6385           Correctly reset $LIBS to not contain -lm.
6386
6387 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6388
6389         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6390
6391         * configure.ac:
6392         * ext/cairo/gsttimeoverlay.c:
6393           (gst_cairo_time_overlay_print_smpte_time):
6394           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6395           and checking for rint() and implementing it ourself if it doesn't
6396           exist. Fixes #497293.
6397
6398 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6399
6400         * configure.ac:
6401           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6402
6403 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6404
6405         * sys/oss/gstosshelper.c:
6406         Verify that the format returned after the ioctl is the one
6407         we requested. It is valid for the ioctl to succeed while
6408         substituting an alternate 'supported' sample format.
6409
6410 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6411
6412         * sys/oss/gstossaudio.c: (plugin_init):
6413         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6414         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6415           Post decent (and translated) error message when we can't
6416           open the audio device for some reason.
6417
6418 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6419
6420         * sys/oss/gstosssink.c:
6421         * sys/oss/gstosssrc.c:
6422         Allow the AUDIODEV environment variable to redirect us
6423         to a different default OSS device, like sunaudiosink does
6424         on Solaris (makes audio play automatically on SunRays).
6425
6426 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6427
6428         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6429         * gst/audiofx/audiochebyshevfreqband.c:
6430         (gst_audio_chebyshev_freq_band_transform_ip):
6431         * gst/audiofx/audiochebyshevfreqlimit.c:
6432         (gst_audio_chebyshev_freq_limit_transform_ip):
6433         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6434         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6435         The transform_ip() methods should do nothing if in passthrough mode.
6436         It might get non-writable buffers in that case but the buffer might
6437         as well be writable.
6438
6439         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6440         The transform() methods won't be called in passthrough mode and
6441         otherwise the buffer is always writable so don't check here.
6442
6443 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6444
6445         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6446           Fix seeking in .wav files again (#501775).  Some people seem to think
6447           they don't need to test their changes when they're just 'reflowing'
6448           some code.
6449
6450 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6451
6452         * gst/autodetect/gstautovideosink.c:
6453         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6454         (gst_auto_video_sink_init),
6455         (gst_auto_video_sink_create_element_with_pretty_name),
6456         (gst_auto_video_sink_find_best),
6457         (gst_auto_video_sink_set_property),
6458         (gst_auto_video_sink_get_property):
6459         * gst/autodetect/gstautovideosink.h:
6460         Fix docs.
6461         Use same error reporting code as autoaudiosink.
6462         Add property to filter sinks based on caps. Only select raw video sinks
6463         by default for backwards compat.
6464         API: GstAutoVideoSink::filter-caps
6465
6466 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6467
6468         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6469
6470         * gst/autodetect/gstautoaudiosink.c:
6471         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6472         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6473         (gst_auto_audio_sink_set_property),
6474         (gst_auto_audio_sink_get_property):
6475         * gst/autodetect/gstautoaudiosink.h:
6476         Add property to filter sinks based on caps. Only select raw audio sinks
6477         by default for backwards compat.  Fixes #417420.
6478         API: GstAutoAudioSink::filter-caps
6479
6480 2007-11-29  Michael Smith <msmith@fluendo.com>
6481
6482         Patch by: Arek Korbik <arkadini@gmail.com>
6483
6484         * gst/videobox/gstvideobox.c: (plugin_init):
6485           Initialise liboil in plugin_init()
6486
6487 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6488
6489         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6490         Post error before sending EOS. Fixes #499178.
6491
6492 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6493
6494         * win32/vs6/gst_plugins_good.dsw:
6495         * win32/vs6/libgstpng.dsp:
6496         Add a project file for libgstpng
6497
6498 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6499
6500         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6501         (gst_rtp_h263_depay_process):
6502         Code beautification.
6503         Added debug statements.
6504         Don't bit-shift everything, just do operations on last/first byte
6505         instead.
6506
6507 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6508
6509         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6510
6511         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6512         Fix wrong comparison in overrun check. Fixes #499239 some more.
6513
6514 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6515
6516         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6517         (gst_rtp_h263_depay_process):
6518         * gst/rtp/gstrtph263depay.h:
6519         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6520         stream.
6521
6522 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6523
6524         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6525
6526         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6527         (gst_rtp_mp4a_depay_process):
6528         * gst/rtp/gstrtpmp4adepay.h:
6529         Fix depayloading when multiple frames are inside one RTP packet.
6530         Fixes #499239.
6531
6532 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6533
6534         * gst/level/gstlevel.c:
6535           Add GAP-flag support.
6536
6537 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6538
6539         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6540         Read the I flag for Mode A h263 rtp stream and set the
6541         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6542         Fixes #499383
6543
6544 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6545
6546         * gst/level/gstlevel.c:
6547           Remove some dead code and do cleanups.
6548
6549 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6550
6551         * tests/check/pipelines/simple-launch-lines.c:
6552           Improve the tests by allowing to set a target state.
6553
6554 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6555
6556         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6557         Don't check the caps of the output buffer if they're equal some
6558         other caps. The caps can change in a backward compatible way
6559         and did at this point.
6560
6561 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6562
6563         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6564         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6565         (gst_qtdemux_seek_to_previous_keyframe),
6566         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6567         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6568         reverse playback support.
6569
6570 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6571
6572         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6573         Also set the channel layout on the Wavpack caps if we're having
6574         a mono layout. Of course only do it for "audio/x-wavpack".
6575
6576 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6577
6578         * ext/wavpack/gstwavpackcommon.c:
6579         (gst_wavpack_get_default_channel_mask),
6580         (gst_wavpack_set_channel_layout),
6581         (gst_wavpack_get_default_channel_positions),
6582         (gst_wavpack_get_channel_mask_from_positions),
6583         (gst_wavpack_set_channel_mapping):
6584         * ext/wavpack/gstwavpackcommon.h:
6585         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6586         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6587         * ext/wavpack/gstwavpackdec.h:
6588         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6589         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6590         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6591         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6592         (gst_wavpack_enc_rewrite_first_block),
6593         (gst_wavpack_enc_sink_event):
6594         * ext/wavpack/gstwavpackenc.h:
6595         * ext/wavpack/gstwavpackparse.c:
6596         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6597         (gst_wavpack_parse_scan_to_find_sample),
6598         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6599         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6600         * ext/wavpack/gstwavpackparse.h:
6601         Add support for encoding, parsing and decoding multichannel
6602         files with up to 8 channels. This also improves the robustness
6603         of parsing quite a bit.
6604
6605         * ext/wavpack/gstwavpackstreamreader.c:
6606         (gst_wavpack_stream_reader_read_bytes),
6607         (gst_wavpack_stream_reader_get_pos),
6608         (gst_wavpack_stream_reader_set_pos_abs),
6609         (gst_wavpack_stream_reader_set_pos_rel),
6610         (gst_wavpack_stream_reader_push_back_byte),
6611         (gst_wavpack_stream_reader_get_length),
6612         (gst_wavpack_stream_reader_can_seek),
6613         (gst_wavpack_stream_reader_write_bytes):
6614         Improve debugging.
6615
6616 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6617
6618         * ext/libpng/gstpngdec.c:
6619         * ext/libpng/gstpngdec.h:
6620           Don't release the png-memory from within the callback.
6621
6622 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6623
6624         Patch by: René Stadler <mail at renestadler dot de>
6625
6626         * ext/libpng/gstpngenc.c:
6627           Don't leak buffer data memory. Fixes #498395.
6628
6629 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6630
6631         Patch by: René Stadler <mail at renestadler dot de>
6632
6633         * tests/check/pipelines/simple-launch-lines.c:
6634           Tests for #498395.
6635
6636 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6637
6638         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6639         (gst_tag_lib_mux_adjust_event_offsets):
6640         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6641         * sys/osxaudio/Makefile.am:
6642         * sys/osxvideo/cocoawindow.h:
6643         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6644
6645 2007-11-15  David Schleef  <ds@schleef.org>
6646
6647         * ext/cairo/gsttextoverlay.c:
6648           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6649
6650 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6651
6652         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6653
6654         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6655         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6656         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6657         * gst/rtp/gstrtpmp2tpay.h:
6658         Fill the MTU with as many packets as possible. Fixes #491323.
6659
6660 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6661
6662         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6663
6664         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6665         Fix some more leaks. Fixes #497007.
6666
6667 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6668
6669         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6670
6671         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6672         (gst_rtspsrc_stream_configure_tcp):
6673         Fix 3 pad leaks. Fixes #496983.
6674
6675 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6676
6677         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6678
6679         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6680         Fix small leak. Fixes #497017.
6681
6682 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6683
6684         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6685         (gst_qtdemux_prepare_current_sample),
6686         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
6687         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
6688         * gst/qtdemux/qtdemux_fourcc.h:
6689         * gst/qtdemux/qtdemux_types.c:
6690         Add suppport for theora in quicktime according to XiphQT.
6691
6692 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
6693
6694         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6695         (gst_v4l2src_init), (gst_v4l2src_set_property),
6696         (gst_v4l2src_get_property):
6697         * sys/v4l2/gstv4l2src.h:
6698         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6699           Always copy buffers by default (handle safer with bugged drivers)
6700           and added a property to make it possible to use mmap effectively (no
6701           copy if possible) when application wants to. Fixes: #480557.
6702
6703 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6704
6705         * gst/id3demux/id3tags.c:
6706         * gst/id3demux/id3tags.h:
6707         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6708           We don't want the same string multiple times in a tag list for the
6709           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
6710           this doesn't happen and remove special-case code for GST_TAG_GENRE.
6711
6712 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6713
6714         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
6715           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
6716           into ID3v2 TXXX frames (fixes #347848).
6717
6718 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6719
6720         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6721           Don't leak sdp message contents (fixes #496773).
6722
6723         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
6724           Don't leak URI string.
6725
6726 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6727
6728         Patch by: Julien Puydt <julien dot puydt at laposte net>
6729
6730         * ext/raw1394/Makefile.am:
6731         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
6732           (gst_1394_property_probe_get_properties),
6733           (gst_1394_property_probe_probe_property),
6734           (gst_1394_property_probe_needs_probe),
6735           (gst_1394_property_probe_get_values),
6736           (gst_1394_property_probe_interface_init),
6737           (gst_1394_type_add_property_probe_interface):
6738         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
6739         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
6740           (gst_dv1394src_init), (gst_dv1394src_dispose),
6741           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
6742           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
6743           (gst_dv1394src_update_device_name):
6744         * ext/raw1394/gstdv1394src.h:
6745           Implement GstPropertyProbe interface and add "device-name" property,
6746           so applications can use this to probe for available devices in the
6747           same way they can already with v4lsrc and v4l2src (however horrible
6748           this property probe interface may be). Fixes #358841.
6749
6750 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6751
6752         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6753
6754         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6755           (gst_rtspsrc_parse_range):
6756           Don't leak event, don't leak range (fixes #496752).
6757
6758 2007-11-14  Michael Smith <msmith@fluendo.com>
6759
6760         Patch by: Arek Korbik <arkadini@gmail.com>
6761
6762         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
6763           Detect RGBA/BGRA correctly on little endian systems.
6764
6765 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6766
6767         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
6768           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
6769           corresponding ioctl() call fails even though the driver claims to
6770           support this format, just fall back to the pre-2.6.19 kernel
6771           routine that creates caps with suitable height and width ranges
6772           (see #448278).
6773
6774 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6775
6776         Patch by: Mark Nauwelaerts <manauw skynet be>
6777
6778         * gst/matroska/matroska-demux.c:
6779           (gst_matroska_demux_push_dvd_clut_change_event),
6780           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6781           (gst_matroska_demux_subtitle_caps):
6782         * gst/matroska/matroska-ids.h:
6783           Extract palette data for dvd subpicture streams and send it
6784           downstream as custom gstreamer dvd event (fixes #453417).
6785
6786 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6787
6788         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
6789           Implement minimal parsing of the passed pango font description
6790           string, so passing a font size works the same as with the
6791           pango textoverlay plugin; fixes #455086.
6792           (Maybe we could just use pangocairo here at some point).
6793
6794 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6795
6796         * gst/avi/gstavidemux.c:
6797         * gst/wavparse/gstwavparse.c:
6798           Return the result in _activate_pull(). Don't ref element there.
6799
6800 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6801
6802         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6803         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6804         (gst_wavparse_srcpad_event):
6805           Ref the element when we should, but not when we its not needed. Reflow
6806           the event_handling to not leak the event.       
6807
6808 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
6809
6810         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6811         (qtdemux_parse_samples):
6812         Properly free QTDemuxSamples array.
6813         Protect table write with a sensible check, some files apparently DO contain
6814         stts values starting with 0 :(
6815
6816 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6817
6818         * gst/avi/gstavidemux.c:
6819         * gst/qtdemux/qtdemux.c:
6820           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
6821           previous commit messed up.
6822
6823 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6824
6825         * gst/avi/gstavidemux.c:
6826         * gst/qtdemux/qtdemux.c:
6827           Sync _handle_src_event() with oggdemux. In avidemux also ref the
6828           element when we should, but not when we its not needed.
6829
6830 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
6831
6832         * gst/wavparse/gstwavparse.c:
6833           Return FALSE if we can't handle a query instead of changing the
6834           format. Ignore fact when dealing with mpeg audio.
6835
6836 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6837
6838         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6839
6840         * configure.ac:
6841         * gst/udp/gstdynudpsink.c:
6842         * gst/udp/gstdynudpsink.h:
6843         * gst/udp/gstmultiudpsink.c:
6844         * gst/udp/gstmultiudpsink.h:
6845         * gst/udp/gstudpsink.c:
6846         * gst/udp/gstudpsink.h:
6847           Fix includes for MSVC and GLib-2.14.0 (#492388).
6848
6849         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6850           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6851
6852 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6853
6854         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6855         (gst_mulawdec_chain):
6856         * gst/law/mulaw-decode.h:
6857         Calculate outgoing buffer duration if incoming buffer didn't have a
6858         valid duration.
6859
6860 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6861
6862         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6863         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6864         Smarter combine_flow code that also deals with downstream elements
6865         returning UNEXPECTED when they receive data out of the segment
6866         boundaries. Fixes #491305.
6867
6868 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6869
6870         * sys/v4l2/v4l2src_calls.c:
6871           Fix 'unused variable' compiler warning when compiling against
6872           older kernel headers.
6873
6874 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6875
6876         * ext/taglib/gstid3v2mux.cc (add_funcs):
6877           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6878
6879 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6880
6881         * tests/check/pipelines/simple-launch-lines.c:
6882            Improve the tests a little more.
6883
6884 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6885
6886         patch by: Yun Zheng Hu
6887
6888         * sys/osxaudio/gstosxaudiosrc.c:
6889         Use default input device instead of default output device and
6890         only memcpy actual available bytes.
6891
6892 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6893
6894         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6895           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6896           early. It is temporary until we find something better.
6897
6898 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6899
6900         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6901
6902         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6903         Fix race when pausing a RTSP stream in interleaved.
6904         Fixes #475784.
6905
6906 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6907
6908         Patch by: Peter Kjellerstedt <pkj at axis com>
6909
6910         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6911         Use correct unref function for buffers. #488844.
6912
6913 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6914
6915         * gst/avi/gstavimux.c:
6916         * tests/check/elements/avimux.c:
6917           Add some debug and sync tests with the fix.     
6918
6919 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6920
6921         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6922
6923         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6924         When the socket is used by the app for other purposes, don't generate an
6925         error if there is activaty on the socket that is not data related.
6926         Fixes #487488.
6927
6928 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6929
6930         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6931         (gst_v4l2src_grab_frame):
6932         Add some more debug info. Generate an error when we run out of buffers
6933         for some reason. See #480557.
6934
6935 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6936
6937         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6938
6939         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6940         Set marker bit correctly.
6941
6942 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6943
6944         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6945         Use allowed name for the GstStructure.
6946
6947 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6948
6949         * ext/gconf/gstswitchsink.c:
6950         * gst/autodetect/gstautoaudiosink.c:
6951           Use new gst_bus_pop_filtered().
6952
6953 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6954
6955         * sys/v4l2/gstv4l2src.c:
6956         * sys/v4l2/v4l2src_calls.c:
6957           When probing the formats and sizes a camera supports, make
6958           sure the best ones (highest resolution, prefered format)
6959           end up at the beginning of the probed caps and the less
6960           desirable ones at the end.  This is important because the
6961           order within the caps matters for things like fixation and
6962           negotiation, ie. what format is chosen in the end.
6963           With recent kernels, the current probing code will end up
6964           querying the supported sizes from lowest resolution to
6965           highest resolution, adding them to the probed caps in that
6966           order, resulting to v4l2src fixating to the lowest possible
6967           resolution if downstream does not express a size preference.
6968           Also make up a somewhat random ranking of prefered output
6969           formats for the same reason. Fixes #485828.
6970         
6971 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6972
6973         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
6974
6975         * gst/id3demux/id3v2frames.c:
6976           Extract license/copyright URIs from ID3v2 WCOP frames
6977           (Fixes #447000).
6978
6979         * tests/check/elements/id3demux.c:
6980         * tests/files/Makefile.am:
6981         * tests/files/id3-447000-wcop.tag:
6982           Add simple unit test.
6983
6984 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6985
6986         * ext/taglib/gstid3v2mux.cc:
6987           Add support for license/copyright URI tags (ID3v2 WCOP frame).
6988           Prerequisite for #447000.
6989
6990 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6991
6992         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
6993         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
6994         a GstClockTime.
6995
6996 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6997
6998         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
6999         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7000         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7001         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7002         (gst_rtspsrc_change_state):
7003         More seeking fixes, mostly passing around the new playback segment in
7004         order to configure it properly.
7005         Also reset base_time of udp sources when setting them back to PLAYING as
7006         a temporary hack until core supports seek in live sources properly.
7007
7008 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7009
7010         * gst/rtp/gstrtpmp4adepay.c:
7011         Fix caps as to not confuse autopluggers.
7012
7013 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7014
7015         * gst/id3demux/gstid3demux.c:
7016         * gst/id3demux/gstid3demux.h:
7017         * gst/id3demux/id3tags.c:
7018         * gst/id3demux/id3tags.h:
7019         * gst/id3demux/id3v2frames.c:
7020           Port ID3 tag demuxer over to the new GstTagDemux in -base
7021           (now would be a good time to test re-importing your music
7022           collection).
7023
7024 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7025
7026         * gst/apetag/Makefile.am:
7027         * gst/apetag/gstapedemux.c:
7028         * gst/apetag/gstapedemux.h:
7029         * gst/apetag/gsttagdemux.c:
7030         * gst/apetag/gsttagdemux.h:
7031           Port APE tag demuxer over to the new GstTagDemux in -base.
7032
7033 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7034
7035         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7036         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7037         (gst_rtspsrc_handle_internal_src_query),
7038         (gst_rtspsrc_handle_src_query), (new_session_pad),
7039         (gst_rtspsrc_stream_configure_tcp),
7040         (gst_rtspsrc_stream_configure_transport),
7041         (gst_rtspsrc_loop_send_cmd):
7042         Improve flushing behaviour.
7043         Set state of the udp sources to PAUSE/PLAYING correctly.
7044         Handle events and queries for UDP and TCP transport now.
7045
7046 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7047
7048         * gst/rtp/gstrtpgsmdepay.c:
7049         * gst/rtp/gstrtpgsmpay.c:
7050           Add log category.
7051
7052 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7053
7054         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7055
7056         * tests/check/Makefile.am:
7057         * tests/check/pipelines/simple-launch-lines.c:
7058           Add unit tests for payloaders/depayloaders.
7059
7060 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7061
7062         * gst/avi/gstavimux.c:
7063         * gst/avi/gstavimux.h:
7064           Also save codec data for audio streams. Fixes #482495.
7065
7066 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7067
7068         * gst/avi/gstavimux.c:
7069           Fix "Index entry has invalid stream nr 1".
7070           Add support for muxing aac - work in progress (see #482495).
7071
7072 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7073
7074         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7075         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7076         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7077         * gst/rtsp/gstrtspsrc.h:
7078         Parse bandwidth modifiers, they are not yet configured in the session
7079         manager because we don't have an API for that yet.
7080
7081 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7082
7083         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7084         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7085         Use shiny new function in -base to get the default clock-rate.
7086         Update some docs.
7087
7088 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7089
7090         * win32/MANIFEST:
7091         Add files to win32 manifest.
7092         * win32/vs6/libgstaudiofx.dsp:
7093         * win32/vs6/libgstqtdemux.dsp:
7094         * win32/vs6/libgstrtp.dsp:
7095         * win32/vs6/libgstrtsp.dsp:
7096         Update project files.
7097
7098 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7099
7100         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7101         (gst_rtspsrc_play):
7102         * gst/rtsp/gstrtspsrc.h:
7103         In TCP mode, only timestamp the first buffer. TCP is not real time and
7104         it does not make sense to try to skew compensate, also some servers send
7105         the first batch of data in a burst.
7106
7107 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7108
7109         * gst/matroska/matroska-demux.c:
7110           Fix setting the discont flag on the first buffer
7111           pushed downstream for formats with private codec
7112           data that needs to be deserialised into buffers
7113           (such as vorbis and FLAC when in a matroska container).
7114
7115 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7116
7117         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7118
7119         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7120         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7121         (gst_rtp_mp4v_pay_handle_buffer):
7122         * gst/rtp/gstrtpmp4vpay.h:
7123         Free the config string. Fixes #480707.
7124         Clean up the timestamp code a little.
7125
7126 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7127
7128         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7129         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7130         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7131         * gst/rtsp/gstrtspsrc.h:
7132         Set timestamps on RTP buffers in interleaved mode.
7133         Mark first buffers with a DISCONT.
7134         Remove flush hack now that sync for live sources has been figured out.
7135
7136 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7137
7138         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7139         Update documentation.
7140
7141 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7142
7143         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7144         (gst_rtp_xqt_depay_change_state):
7145         * gst/qtdemux/gstrtpxqtdepay.h:
7146         Fail if we don't know the quicktime format.
7147
7148 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7149
7150         * ext/flac/gstflacenc.c:
7151         * ext/flac/gstflacenc.h:
7152           Save the flow return from the last gst_pad_push() and
7153           make sure we pass the right flow return value upstream
7154           in the case of failure; minor clean-ups.
7155
7156 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7157
7158         * ext/taglib/gstapev2mux.cc:
7159         * ext/taglib/gstid3v2mux.cc:
7160         * gst/apetag/gstapedemux.c:
7161           Add support for the new GST_TAG_COMPOSER (#459809).
7162
7163 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7164
7165         * gst/law/alaw-decode.c:
7166         * gst/law/alaw-decode.h:
7167         * gst/law/alaw-encode.c:
7168         * gst/law/alaw-encode.h:
7169         * gst/law/alaw.c:
7170         * gst/law/mulaw-conversion.h:
7171           Compulsive clean-ups: use boilerplate macros, add debug
7172           categories, fix up things to conform to symbol nomenklatura,
7173           etc.
7174
7175 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7176
7177         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7178
7179         * gst/law/alaw-decode.c:
7180         * gst/law/alaw-encode.c:
7181           Use static tables for A-Law decoding and encoding; this makes
7182           A-Law decoding and encoding less CPU-intensive, but increases
7183           the binary size a bit. Leaving old code around for now,
7184           selectable by a define in the code. Fixes #435435.
7185
7186 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7187
7188         * configure.ac:
7189         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7190         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7191         in configure.ac.
7192
7193 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7194
7195         Patch by: Jan Gerber <j at bootlab dot org>
7196
7197         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7198         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7199
7200 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7201
7202         * sys/oss/gstosshelper.c:
7203           Use GST_WARNING instead of a g_critical. This situation is not caused
7204           by the application.
7205
7206 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7207
7208         * po/LINGUAS:
7209         * po/nl.po:
7210           Updated translations.
7211
7212 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7213
7214         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7215
7216         * po/eu.po:
7217           Added Basque translation.
7218
7219 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7220
7221         translated by: Abel Cheung <abelcheung@gmail.com>
7222
7223         * po/zh_HK.po:
7224         * po/zh_TW.po:
7225           Added Chinese (traditional and Hong Kong) translation.
7226
7227 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7228
7229         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7230
7231         * po/pl.po:
7232           Added Polish translation.
7233
7234 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7235
7236         translated by: Ilkka Tuohela <hile@iki.fi>
7237
7238         * po/fi.po:
7239           Added Finnish translation.
7240
7241 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7242
7243         translated by: Jorge González González <aloriel@gmail.com>
7244
7245         * po/es.po:
7246           Added Spanish translation.
7247
7248 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7249
7250         translated by: Mogens Jaeger <mogens@jaeger.tf>
7251
7252         * po/da.po:
7253           Added Danish translation.
7254
7255 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7256
7257         translated by: Funda Wang <fundawang@linux.net.cn>
7258
7259         * po/zh_CN.po:
7260           Added Chinese (simplified) translation.
7261
7262 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7263
7264         translated by: Alexander Shopov <ash@contact.bg>
7265
7266         * po/bg.po:
7267           Added Bulgarian translation.
7268
7269 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7270
7271         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7272         Set outgoing packet duration because we can. Fixes #478244 some more.
7273
7274 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7275
7276         * ext/cairo/gsttextoverlay.c:
7277           Add info about static leak.
7278         
7279         * tests/check/Makefile.am:
7280         * tests/check/generic/states.c:
7281           Improved state change unit test.
7282
7283 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7284
7285         * docs/plugins/.cvsignore:
7286         * tests/check/.cvsignore:
7287           Ignore registries in any format.
7288
7289 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7290
7291         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7292         Removed some unused code.
7293
7294         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7295         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7296         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7297         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7298         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7299         (gst_rtp_theora_pay_flush_packet):
7300         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7301         Try to preserve the incomming buffer duration on the outgoing
7302         packets. Fixes #478244.
7303
7304 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7305
7306         * ext/taglib/gstapev2mux.cc:
7307         * ext/taglib/gstid3v2mux.cc:
7308           Work around compiler warnings with g++-4.2 when assigning a
7309           string constant to a gchar * (partially fixes #478092).
7310
7311 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7312
7313         * configure.ac:
7314           We require core CVS now for gst_base_src_set_do_timestamp().
7315
7316 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7317
7318         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7319         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7320         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7321         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7322         (gst_rtspsrc_handle_message):
7323         Fix compiler warnings shown with Forte.
7324
7325 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7326
7327         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7328         (gst_rtspsrc_dup_printf):
7329         Give meaningfull error when all streams failed to configure for some
7330         reason.
7331
7332 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7333
7334         * gst/rtp/README:
7335         Update README with the design for synchronisation rules of RTP on
7336         sender and receiver.
7337
7338 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7339
7340         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7341         (gst_wavparse_chain):
7342         Don't push EOS from the chain function, the element
7343         driving the pipeline is responsible for this. The bug
7344         this was meant to fix seems to be queue not forwarding
7345         EOS in all cases (see #476514).
7346
7347 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7348
7349         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7350         (gst_level_transform_ip):
7351         * gst/level/gstlevel.h:
7352         Use basetransform segment so that it is correctly managed on flushes and
7353         start/stop.
7354         Report message timestamp as stream time, which is what an application
7355         can understand.
7356
7357 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7358
7359         * ext/taglib/gstapev2mux.cc:
7360         * ext/taglib/gstapev2mux.h:
7361         * ext/taglib/gsttaglibmux.c:
7362         * tests/check/elements/apev2mux.c:
7363         Update my mail address.
7364
7365 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7366
7367         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7368         (gst_wavparse_loop), (gst_wavparse_chain):
7369         Add EOS logic for the push-based mode too. Fixes #476514.
7370
7371 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7372
7373         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7374         * gst/law/alaw-encode.h:
7375         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7376         (gst_mulawenc_chain):
7377         * gst/law/mulaw-encode.h:
7378         Fix law encoder timestamps.
7379
7380 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7381
7382         * ext/gconf/gstgconfaudiosink.c:
7383           Fix warning when building without debug.
7384
7385         * sys/oss/gstossmixertrack.c:
7386           Use const like in alsamixertrack.c (fixes warnings).
7387
7388 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7389
7390         * sys/v4l2/v4l2src_calls.c:
7391         (gst_v4l2src_probe_caps_for_format_and_size):
7392         Fix framerate detection code some more.
7393         Handle the case where there is a weird step in the stepwise framerates.
7394         Don't overwrite the min interval with the framerate, use a temp variable
7395         instead.
7396         Use max in the Continuous framerate intervals instead of step, which is
7397         1 according to the docs. Fixes #475424.
7398
7399 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7400
7401         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7402         Make udpsrc timestamp outgoing buffers based on when they were received.
7403         Also make it output a segment in time.
7404
7405 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7406
7407         * gst/avi/gstavidemux.c:
7408           Plug a little leak. Little code cleanups.
7409
7410 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7411
7412         * configure.ac:
7413           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7414           flac versions, 's good for cross-compilation karma.
7415
7416 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7417
7418         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7419
7420         * gst/rtp/gstrtph263pay.c:
7421           Fix up header structure so that compilers don't add padding
7422           between the structure fields, since that would lead to us
7423           sending RTP packets with broken headers (as is currently the
7424           case when compiling with MSVC). Also see similar fixes in
7425           libgstrtp in gst-plugins-base. (#474616; #471194)
7426
7427 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7428
7429         * sys/v4l2/v4l2src_calls.c:
7430         (gst_v4l2src_probe_caps_for_format_and_size):
7431         Don't overwrite our GValue with 0 but instead use the previously
7432         computed value. Fixes #471823 some more.
7433
7434 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7435
7436         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7437           No tabs in this file please, or gtk-doc will end up documenting
7438           rather absurd class hierarchies.
7439
7440 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7441
7442         * ext/gconf/gstswitchsink.c:
7443           If the new kid element fails to change state for some reason
7444           (e.g. esdsink not being able to connect to the sound server),
7445           forward the error message it posted on the bus instead of just
7446           posting a generic 'Internal state change error: please file a
7447           bug' error message. Fixes #471364.
7448
7449 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7450
7451         * gst/qtdemux/Makefile.am:
7452         * gst/qtdemux/qtdemux.c:
7453           Don't assume tags are encoded as UTF-8 (#473670).
7454
7455 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7456
7457         * sys/v4l2/gstv4l2src.c:
7458         * sys/v4l2/gstv4l2src.h:
7459         * sys/v4l2/v4l2src_calls.c:
7460           Implement LATENCY queries in the crudest way possible so I don't
7461           have to use sync=false any longer when testing with videosinks.
7462
7463 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7464
7465         * configure.ac:
7466           Fix build.
7467
7468 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7469
7470         * sys/v4l2/v4l2src_calls.c:
7471         (gst_v4l2src_probe_caps_for_format_and_size):
7472         Add some more debugging in the framerate function.
7473         Iterate stepwise framerate up to and _including_ the max and if nothing
7474         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7475         don't end up with an empty list. Fixes #471823
7476
7477 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7478
7479         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7480         (gst_multiudpsink_set_clients_string),
7481         (gst_multiudpsink_get_clients_string),
7482         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7483         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7484         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7485         (gst_multiudpsink_clear):
7486         Add property do configure destination address/port pairs
7487         API:GstMultiUDPSink::clients
7488
7489 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7490
7491         * tests/examples/Makefile.am:
7492         * tests/examples/rtp/Makefile.am:
7493         * tests/examples/rtp/client-H263p-AMR.sh:
7494         * tests/examples/rtp/client-H263p-PCMA.sdp:
7495         * tests/examples/rtp/client-H263p-PCMA.sh:
7496         * tests/examples/rtp/client-H264-PCMA.sdp:
7497         * tests/examples/rtp/client-H264-PCMA.sh:
7498         * tests/examples/rtp/client-PCMA.sh:
7499         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7500         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7501         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7502         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7503         Added some RTP example scripts for sending and receiving RTP streams.
7504
7505 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7506
7507         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7508         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7509         Restructure the setcaps function so that we can also compute the
7510         expected GStreamer output size of the video frames.
7511         Set frame_byte_size correctly so that read-based devices have a chance
7512         of working correctly.
7513         When grabbing a frame, discard frames that are not of the expected size.
7514         Some cameras don't output the right framesize for the first buffer.
7515         Try only a couple of times to get a valid frame, else error out.
7516
7517         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7518         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7519         Add some more debug info when scanning the device.
7520
7521         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7522         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7523         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7524         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7525         Add some more debug info when dequeing a frame.
7526
7527 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7528
7529         * gst/wavparse/gstwavparse.c:
7530           More code cleanups. Add some more comment and improve debugs logs.
7531
7532 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7533
7534         * gst/wavparse/gstwavparse.c:
7535         * gst/wavparse/gstwavparse.h:
7536           Implement seek-query. Refactor duration calculations. Appropriate use
7537           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7538           out of loops.
7539
7540 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7541
7542         * gst/avi/gstavidemux.c:
7543           Implement seek-query.
7544
7545 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7546
7547         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7548         (gst_rtspsrc_dup_printf):
7549         Use new basesink async property to make sparse RTCP packet not wait for
7550         preroll.
7551
7552 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7553
7554         * gst/audiofx/Makefile.am:
7555         Dist the right file.
7556
7557 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7558
7559         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7560         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7561         Make sure we generate and parse floating point values in the POSIX
7562         locale instead of the current locale. 
7563
7564 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7565
7566         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7567         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7568         (gst_rtspsrc_play):
7569         * gst/rtsp/gstrtspsrc.h:
7570         Fix method detection again.
7571         Keep track of when we must send a Range header.
7572         Use segment values for Range, Speed and Scale headers.
7573         Parse Speed and Scale headers to update the segment values.
7574
7575 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7576
7577         patch by: Mark Nauwelaerts <manauw@skynet.be>
7578
7579         * sys/v4l2/v4l2src_calls.c:
7580           Handle optional v4l2 ioctls gracefully.
7581
7582 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7583
7584         * gst/rtp/Makefile.am:
7585         * gst/rtp/gstrtp.c: (plugin_init):
7586         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7587         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7588         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7589         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7590         (gst_rtp_h263_depay_get_property),
7591         (gst_rtp_h263_depay_change_state),
7592         (gst_rtp_h263_depay_plugin_init):
7593         * gst/rtp/gstrtph263depay.h:
7594         Added an H263 depayloader. Fixes #369392.
7595
7596         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7597         (gst_rtp_h263p_depay_process):
7598         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7599         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7600         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7601         payloads.
7602         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7603
7604 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7605
7606         * gst/audiofx/audiochebyshevfreqband.c:
7607         * gst/audiofx/audiochebyshevfreqlimit.c:
7608         Add small comparision with the windowed sinc filters in the docs.
7609
7610 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7611
7612         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7613         (audiochebyshevfreqband_suite):
7614         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7615         (audiochebyshevfreqlimit_suite):
7616         Also test 32 bit float mode and the type 2 variants of the filters.
7617
7618 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7619
7620         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7621         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7622         (gst_rtspsrc_loop):
7623         Refactor the udp and interleaved loop function a bit.
7624
7625 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7626
7627         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7628         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7629         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7630         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7631         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7632         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7633         * gst/rtsp/gstrtspsrc.h:
7634         Protect connection activity with a new lock, avoids deadlocks when going
7635         to PAUSED. Fixes #455808.
7636
7637 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7638
7639         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7640         Fix debug statement.
7641
7642 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7643
7644         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7645         Fix stray %u in debug line as spotted by Saur on IRC.
7646
7647 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7648
7649         * gst/audiofx/audiochebyshevfreqband.c:
7650         (gst_audio_chebyshev_freq_band_class_init):
7651         * gst/audiofx/audiochebyshevfreqlimit.c:
7652         (gst_audio_chebyshev_freq_limit_class_init):
7653         Use generator macros for the process functions for the different
7654         sample types, add lower upper boundaries for the GObject properties
7655         so automatically generated UIs can use sliders and add a note about
7656         the number of poles as a too high number of poles combined with
7657         very low or very high frequencies will produce only noise.
7658         * docs/plugins/gst-plugins-good-plugins.args:
7659         Regenerated for the property changes.
7660
7661 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7662
7663         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7664         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7665         (gst_rtspsrc_stream_configure_udp_sink),
7666         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7667         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7668         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7669         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7670         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7671         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7672         * gst/rtsp/gstrtspsrc.h:
7673         Improve timeout handling.
7674         Use the same socket for sending and receiving RTCP packets so that some
7675         servers can track clients better.
7676         Improve connection closed handling. Try to reconnect.
7677         Don't overwrite our content base with NULL.
7678         Improve debugging.
7679         Improve range parsing and handling.
7680         Remove flushing hack now that core does the right thing.
7681
7682 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7683
7684         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7685         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
7686         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
7687         (gst_multiudpsink_close), (gst_multiudpsink_add):
7688         * gst/udp/gstmultiudpsink.h:
7689         Add support for getting and setting the socket to use.
7690
7691         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7692         (gst_udpsrc_create), (gst_udpsrc_get_property):
7693         Add support for getting the currently used socket.
7694
7695 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
7696
7697         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7698
7699         * gst/audiofx/Makefile.am:
7700         * gst/audiofx/audiochebyshevfreqband.c:
7701         (gst_audio_chebyshev_freq_band_mode_get_type),
7702         (gst_audio_chebyshev_freq_band_base_init),
7703         (gst_audio_chebyshev_freq_band_dispose),
7704         (gst_audio_chebyshev_freq_band_class_init),
7705         (gst_audio_chebyshev_freq_band_init),
7706         (generate_biquad_coefficients), (calculate_gain),
7707         (generate_coefficients),
7708         (gst_audio_chebyshev_freq_band_set_property),
7709         (gst_audio_chebyshev_freq_band_get_property),
7710         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
7711         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
7712         (gst_audio_chebyshev_freq_band_start):
7713         * gst/audiofx/audiochebyshevfreqband.h:
7714         * gst/audiofx/audiochebyshevfreqlimit.c:
7715         (gst_audio_chebyshev_freq_limit_mode_get_type),
7716         (gst_audio_chebyshev_freq_limit_base_init),
7717         (gst_audio_chebyshev_freq_limit_dispose),
7718         (gst_audio_chebyshev_freq_limit_class_init),
7719         (gst_audio_chebyshev_freq_limit_init),
7720         (generate_biquad_coefficients), (calculate_gain),
7721         (generate_coefficients),
7722         (gst_audio_chebyshev_freq_limit_set_property),
7723         (gst_audio_chebyshev_freq_limit_get_property),
7724         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
7725         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
7726         (gst_audio_chebyshev_freq_limit_start):
7727         * gst/audiofx/audiochebyshevfreqlimit.h:
7728         * gst/audiofx/audiofx.c: (plugin_init):
7729         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
7730         Fixes #464800.
7731
7732         * tests/check/Makefile.am:
7733         * tests/check/elements/.cvsignore:
7734         * tests/check/elements/audiochebyshevfreqband.c:
7735         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
7736         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
7737         * tests/check/elements/audiochebyshevfreqlimit.c:
7738         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
7739         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
7740         Add unit tests for the chebyshev filters.
7741
7742         * docs/plugins/Makefile.am:
7743         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7744         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7745         * docs/plugins/gst-plugins-good-plugins.args:
7746         * docs/plugins/inspect/plugin-1394.xml:
7747         * docs/plugins/inspect/plugin-audiofx.xml:
7748         * docs/plugins/inspect/plugin-dv.xml:
7749         * docs/plugins/inspect/plugin-flac.xml:
7750         * docs/plugins/inspect/plugin-jpeg.xml:
7751         * docs/plugins/inspect/plugin-png.xml:
7752         * docs/plugins/inspect/plugin-rtp.xml:
7753         * docs/plugins/inspect/plugin-shout2send.xml:
7754         * docs/plugins/inspect/plugin-wavpack.xml:
7755         And add docs for the chebyshev filters. While doing
7756         that also run make update in docs/plugins.
7757
7758 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7759
7760         * ext/annodex/gstcmmltag.c:
7761         * gst/rtp/gstrtpvorbispay.c:
7762           Make ro memory to share.
7763
7764 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7765
7766         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7767         Improve UDP performance by avoiding a select() when we have data
7768         available immediatly.
7769
7770 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7771
7772         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
7773         (gst_rtp_dec_class_init):
7774         * gst/rtsp/gstrtpdec.h:
7775         Add (dummy) SSRC management signals.
7776
7777         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7778         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7779         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
7780         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
7781         (on_timeout), (gst_rtspsrc_stream_configure_manager),
7782         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
7783         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7784         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7785         * gst/rtsp/gstrtspsrc.h:
7786         Add connection-speed property.
7787         Add find_stream helper functions.
7788         Handle stream EOS based on BYE messages or SSRC timeout.
7789         Returns SUCCESS from the state change function as we hide our async
7790         elements from the parent.
7791
7792 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7793
7794         * gst/debug/rndbuffersize.c:
7795           Fix da leak.
7796
7797 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
7798
7799         * gst/debug/Makefile.am:
7800         * gst/debug/breakmydata.c:
7801         * gst/debug/gstdebug.c:
7802         * gst/debug/negotiation.c:
7803         * gst/debug/progressreport.c:
7804         * gst/debug/rndbuffersize.c:
7805         * gst/debug/testplugin.c:
7806           Add new test element and clean-up the others a little.
7807
7808 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7809
7810         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7811         Fix parsing of mp4a version 0 atoms. Fixes #465774.
7812
7813 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7814
7815         * gst/rtp/gstrtpilbcdepay.c:
7816           Include stdlib.
7817
7818 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
7819
7820         * gst/rtp/gstrtpmpvdepay.c:
7821         Set the mpegversion in the caps so that autoplugging does not get
7822         confused.
7823
7824 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7825
7826         * po/hu.po:
7827         * po/uk.po:
7828         * po/vi.po:
7829           Updated translations.
7830
7831 2007-08-08  Michael Smith <msmith@fluendo.com>
7832
7833         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7834           Render right border in the correct location.
7835
7836 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7837
7838         Patch by: Olivier Crete <tester at tester dot ca>
7839
7840         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7841         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7842         Make mode property a string. Fixes #464475.
7843
7844 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7845
7846         * ext/flac/gstflacenc.c:
7847           Widen caps to match decoder a bit and add more FIXMEs.
7848
7849 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7850
7851         patch by: Mark Nauwelaerts <manauw@skynet.be>
7852
7853         * gst/avi/gstavimux.c:
7854           Fix ODML index tag numbering. Fixes #463624.
7855
7856 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7857
7858         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7859         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7860         (gst_rtspsrc_stream_configure_tcp),
7861         (gst_rtspsrc_stream_configure_udp_sink):
7862         Fix default clock-rate for realmedia.
7863         Fix parsing of transport.
7864         Don't try to link NULL pads.
7865
7866 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7867
7868         * po/POTFILES.skip:
7869           Add POTFILES.skip with list of source files that aren't disted at the
7870           moment but contain translatable strings. Should hopefully pacify
7871           broken tools and make it clearer that these files are left out
7872           intentionally (#461600).
7873
7874 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7875
7876         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7877         If the buffer was entirely clipped ... don't try sending it :)
7878
7879 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7880
7881         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7882         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7883         (gst_rtspsrc_create_transports_string),
7884         (gst_rtspsrc_prepare_transports):
7885         If we don't hav a session manager, set the caps on outgoing buffers
7886         ourselves.
7887         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7888         Append final bit of the transport string even when it does not contain a
7889         placeholder.
7890
7891 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7892
7893         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7894         (gst_rtsp_ext_list_connect):
7895         * gst/rtsp/gstrtspext.h:
7896         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7897         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7898         Clean up the interface list.
7899         Allow connecting to interface signals for the extensions.
7900         Remove old extension code.
7901         Free list on cleanup.
7902         Allow extensions to send additional RTSP messages.
7903
7904 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7905
7906         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7907         Handle a NULL gconf key gracefully by rendering the default element.
7908
7909 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7910
7911         * gst/rtsp/gstrtspext.h:
7912         Fix include path for extension interface.
7913
7914 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7915
7916         * gst/audiofx/audioamplify.h:
7917         Also remove a now unecessary variable here.
7918
7919 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7920
7921         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7922         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7923         * gst/audiofx/audiodynamic.c:
7924         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7925         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7926         * gst/audiofx/audiodynamic.h:
7927         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7928         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7929         * gst/audiofx/audioinvert.h:
7930         Don't save format information ourselves, this is already saved in
7931         GstAudioFilter.
7932
7933 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7934
7935         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7936         (gst_rtsp_ext_list_stream_select):
7937         * gst/rtsp/gstrtspext.h:
7938         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7939         Use rank to filter out extensions.
7940         Add url to stream_select interface call.
7941
7942 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7943
7944         * gst/rtsp/Makefile.am:
7945         * gst/rtsp/base64.c:
7946         * gst/rtsp/base64.h:
7947         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7948         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7949         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7950         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7951         (gst_rtsp_ext_list_setup_media),
7952         (gst_rtsp_ext_list_configure_stream),
7953         (gst_rtsp_ext_list_get_transports),
7954         (gst_rtsp_ext_list_stream_select):
7955         * gst/rtsp/gstrtspext.h:
7956         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7957         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7958         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7959         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7960         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
7961         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
7962         (gst_rtspsrc_stream_configure_tcp),
7963         (gst_rtspsrc_stream_configure_mcast),
7964         (gst_rtspsrc_stream_configure_udp),
7965         (gst_rtspsrc_stream_configure_udp_sink),
7966         (gst_rtspsrc_stream_configure_transport),
7967         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7968         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7969         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
7970         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
7971         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7972         (gst_rtspsrc_parse_methods),
7973         (gst_rtspsrc_create_transports_string),
7974         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
7975         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
7976         (gst_rtspsrc_play), (gst_rtspsrc_pause),
7977         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
7978         * gst/rtsp/gstrtspsrc.h:
7979         * gst/rtsp/rtsp.h:
7980         * gst/rtsp/rtspconnection.c:
7981         * gst/rtsp/rtspconnection.h:
7982         * gst/rtsp/rtspdefs.c:
7983         * gst/rtsp/rtspdefs.h:
7984         * gst/rtsp/rtspext.h:
7985         * gst/rtsp/rtspextwms.c:
7986         * gst/rtsp/rtspextwms.h:
7987         * gst/rtsp/rtspmessage.c:
7988         * gst/rtsp/rtspmessage.h:
7989         * gst/rtsp/rtsprange.c:
7990         * gst/rtsp/rtsprange.h:
7991         * gst/rtsp/rtsptransport.c:
7992         * gst/rtsp/rtsptransport.h:
7993         * gst/rtsp/rtspurl.c:
7994         * gst/rtsp/rtspurl.h:
7995         * gst/rtsp/sdp.h:
7996         * gst/rtsp/sdpmessage.c:
7997         * gst/rtsp/sdpmessage.h:
7998         * gst/rtsp/test.c:
7999         Use shiny new RTSP and SDP library.
8000         Implement RTSP extensions using the new interface.
8001         Remove a lot of old code.
8002
8003 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8004
8005         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8006         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8007
8008 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8009
8010         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8011         Don't unref the outgoing buffer twice when dropping it because it's
8012         outside of the segment.
8013
8014 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8015
8016         * configure.ac:
8017         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8018         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8019         Use the new buffer clipping function from gstaudio here and
8020         require gst-plugins-base CVS.
8021         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8022         For framed Wavpack buffers we require a valid timestamp.
8023
8024 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8025
8026         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8027         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8028         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8029         Clip raw audio and video when we can, keep track of current output
8030         segment.
8031         Don't leak buffers and events when there is no output pad.
8032         Improve debugging here and there.
8033
8034 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8035
8036         * configure.ac:
8037           Sync liboil check with plugins-base.
8038
8039 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8040
8041         * ext/annodex/Makefile.am:
8042           Fix CFLAGS/LIBS.
8043
8044         * ext/cdio/gstcdiocddasrc.c:
8045         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8046           Include stdlib
8047
8048         * ext/cairo/Makefile.am:
8049         * gst/videofilter/Makefile.am:
8050         * tests/examples/level/Makefile.am:
8051           Use $(LIBM) instead of -lm
8052
8053 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8054
8055         * sys/v4l2/gstv4l2src.c:
8056           Add another example pipeline.
8057
8058 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8059
8060         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8061
8062         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8063           Use define here.
8064
8065         * sys/v4l2/gstv4l2tuner.c:
8066         (gst_v4l2_tuner_set_frequency_and_notify):
8067           Don't touch the property - its still disabled.
8068
8069         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8070         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8071         * sys/v4l2/v4l2src_calls.h:
8072           Improve fallback format negotionation. Fixes #451388
8073
8074 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8075
8076         * tests/check/elements/videocrop.c: (GST_START_TEST):
8077           Fix the test.
8078
8079 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8080
8081         * docs/plugins/Makefile.am:
8082         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8083         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8084         * docs/plugins/inspect/plugin-jpeg.xml:
8085         * docs/plugins/inspect/plugin-png.xml:
8086         * ext/jpeg/gstjpegdec.c:
8087         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8088         (gst_pngdec_sink_setcaps):
8089           More docs. More logs in pngdec.
8090
8091 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8092
8093         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8094           Initialize num_buffers with minimum value.
8095
8096         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8097         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8098           Handle frame-size query failure gracefully.
8099
8100 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8101
8102         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8103         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8104         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8105         of qt/aac files.
8106
8107 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8108
8109         * ext/wavpack/gstwavpackdec.c:
8110         (gst_wavpack_dec_clip_outgoing_buffer):
8111         Fix buffer clipping to correctly clip to the segment stop.
8112
8113 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8114
8115         * configure.ac:
8116         * tests/Makefile.am:
8117         Remove bogus check for libcheck, since we check for
8118         gstreamer-check and it pulls in the required info from there,
8119         and we weren't actually _using_ the information for libcheck
8120         ourselves anyway.
8121
8122 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8123
8124         * configure.ac:
8125           Use pkg-config to locate check.
8126
8127 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8128
8129         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8130         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8131         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8132         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8133         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8134         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8135         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8136         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8137         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8138         * gst/effectv/gstrev.c: (gst_revtv_transform):
8139         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8140         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8141         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8142         * gst/matroska/matroska-demux.c:
8143         (gst_matroska_demux_add_wvpk_header),
8144         (gst_matroska_demux_check_subtitle_buffer),
8145         (gst_matroska_decode_buffer):
8146         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8147           Fix build against core CVS.
8148
8149 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8150
8151         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8152         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8153         don't have enough granularity to convert that boolean into a
8154         GstFlowReturn.
8155
8156 2007-07-06  Michael Smith <msmith@fluendo.com>
8157
8158         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8159         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8160         (gst_alawdec_change_state):
8161         * gst/law/alaw-decode.h:
8162         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8163         (gst_mulawdec_class_init), (gst_mulawdec_init),
8164         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8165         * gst/law/mulaw-decode.h:
8166           Fix capsnego bogosity in *law decoders. 
8167
8168 2007-07-06  Michael Smith <msmith@fluendo.com>
8169
8170         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8171         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8172         (gst_smokeenc_change_state):
8173         * ext/jpeg/gstsmokeenc.h:
8174           Remove stupidity in get/set caps functions.
8175           Fix some refcounting problems.
8176
8177 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8178
8179         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8180         Remove endianness-flipping hack that seems to have been required
8181         only because of a bug in ffmpegcolorspace.
8182         Partially Fixes: #451908
8183
8184 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8185
8186         * docs/plugins/Makefile.am:
8187           Simplify --extra-dir as gtkdoc scans recursively.
8188
8189 2007-07-03  Wim Taymans  <wim@fluendo.com>
8190
8191         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8192
8193         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8194         Set the encoding-name in the rtp caps to all uppercase, as required by
8195         the caps spec.
8196         Some small cleanups in the error paths. Fixes #453037.
8197
8198 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8199
8200         * ext/wavpack/gstwavpackparse.c:
8201         (gst_wavpack_parse_index_get_last_entry),
8202         (gst_wavpack_parse_index_get_entry_from_sample),
8203         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8204         (gst_wavpack_parse_scan_to_find_sample):
8205         * ext/wavpack/gstwavpackparse.h:
8206         Use a GSList for the GArray that is used like a list anyway.
8207
8208 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8209
8210         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8211         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8212         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8213           Add state change function where we set 0/1 as default framerate in
8214           case our setcaps function isn't called, like it might not in a
8215           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8216           gdkpixbufdec trying to create caps with a 0/0 framerate.
8217           Also post an error message on the bus if gst_pad_push() fails when
8218           called from our sink event handler (+1 for flow returns for event
8219           functions in 0.11) instead of failing silently.
8220
8221 2007-06-27  Wim Taymans  <wim@fluendo.com>
8222
8223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8224         Cast stack args to the proper types. Fixes #451249.
8225
8226 2007-06-27  Wim Taymans  <wim@fluendo.com>
8227
8228         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8229         (new_session_pad), (gst_rtspsrc_setup_streams):
8230         * gst/rtsp/gstrtspsrc.h:
8231         For container formats we only need to activate one of the streams so
8232         that we correctly signal no-more-pads. Fixes #451015.
8233
8234 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8235
8236         * docs/plugins/gst-plugins-good-plugins.args:
8237         * docs/plugins/inspect/plugin-aasink.xml:
8238         * docs/plugins/inspect/plugin-alaw.xml:
8239         * docs/plugins/inspect/plugin-alpha.xml:
8240         * docs/plugins/inspect/plugin-alphacolor.xml:
8241         * docs/plugins/inspect/plugin-annodex.xml:
8242         * docs/plugins/inspect/plugin-apetag.xml:
8243         * docs/plugins/inspect/plugin-audiofx.xml:
8244         * docs/plugins/inspect/plugin-auparse.xml:
8245         * docs/plugins/inspect/plugin-autodetect.xml:
8246         * docs/plugins/inspect/plugin-avi.xml:
8247         * docs/plugins/inspect/plugin-cacasink.xml:
8248         * docs/plugins/inspect/plugin-cairo.xml:
8249         * docs/plugins/inspect/plugin-cdio.xml:
8250         * docs/plugins/inspect/plugin-cutter.xml:
8251         * docs/plugins/inspect/plugin-debug.xml:
8252         * docs/plugins/inspect/plugin-efence.xml:
8253         * docs/plugins/inspect/plugin-effectv.xml:
8254         * docs/plugins/inspect/plugin-esdsink.xml:
8255         * docs/plugins/inspect/plugin-flac.xml:
8256         * docs/plugins/inspect/plugin-flxdec.xml:
8257         * docs/plugins/inspect/plugin-gconfelements.xml:
8258         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8259         * docs/plugins/inspect/plugin-goom.xml:
8260         * docs/plugins/inspect/plugin-halelements.xml:
8261         * docs/plugins/inspect/plugin-icydemux.xml:
8262         * docs/plugins/inspect/plugin-id3demux.xml:
8263         * docs/plugins/inspect/plugin-jpeg.xml:
8264         * docs/plugins/inspect/plugin-ladspa.xml:
8265         * docs/plugins/inspect/plugin-level.xml:
8266         * docs/plugins/inspect/plugin-matroska.xml:
8267         * docs/plugins/inspect/plugin-mulaw.xml:
8268         * docs/plugins/inspect/plugin-multipart.xml:
8269         * docs/plugins/inspect/plugin-navigationtest.xml:
8270         * docs/plugins/inspect/plugin-ossaudio.xml:
8271         * docs/plugins/inspect/plugin-png.xml:
8272         * docs/plugins/inspect/plugin-quicktime.xml:
8273         * docs/plugins/inspect/plugin-rtp.xml:
8274         * docs/plugins/inspect/plugin-rtsp.xml:
8275         * docs/plugins/inspect/plugin-smpte.xml:
8276         * docs/plugins/inspect/plugin-speex.xml:
8277         * docs/plugins/inspect/plugin-taglib.xml:
8278         * docs/plugins/inspect/plugin-udp.xml:
8279         * docs/plugins/inspect/plugin-videobalance.xml:
8280         * docs/plugins/inspect/plugin-videobox.xml:
8281         * docs/plugins/inspect/plugin-videocrop.xml:
8282         * docs/plugins/inspect/plugin-videoflip.xml:
8283         * docs/plugins/inspect/plugin-videomixer.xml:
8284         * docs/plugins/inspect/plugin-wavenc.xml:
8285         * docs/plugins/inspect/plugin-wavparse.xml:
8286         * docs/plugins/inspect/plugin-ximagesrc.xml:
8287           Update docs with caps info.
8288
8289 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8290
8291         * po/POTFILES.in:
8292           Add more files with translatable strings (#450878).
8293
8294 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8295
8296         * MAINTAINERS:
8297         Updating all the maintainers files
8298
8299 2007-06-22  Edward Hervey  <edward@fluendo.com>
8300
8301         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8302         * gst/interleave/deinterleave.c: (deinterleave_init),
8303         (deinterleave_sink_link):
8304         * gst/interleave/interleave.c: (interleave_init):
8305         * gst/median/gstmedian.c: (gst_median_init):
8306         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8307         Fix memory leaks.
8308         * tests/check/elements/id3demux.c: (pad_added_cb):
8309         Remove unused variable.
8310
8311 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8312
8313         * ext/gconf/gconf.h:
8314         Make the prototype of gst_gconf_get_key_for_sink_profile
8315         match the implementation.
8316         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8317         Fixes: #449747
8318
8319 2007-06-20  Michael Smith <msmith@fluendo.com>
8320
8321         * gst/rtp/gstrtpdepay.c:
8322           Fix description - rtpdepay is not a payloader.
8323
8324 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8325
8326         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8327         (qtdemux_video_caps):
8328         * gst/qtdemux/qtdemux_fourcc.h:
8329           Add MJPG to the variants of motion jpeg.
8330
8331 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8332
8333         * tests/check/Makefile.am:
8334         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8335         * tests/check/elements/videocrop.c: (GST_START_TEST):
8336         * tests/check/elements/videofilter.c:
8337         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8338         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8339           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8340           error flags are included and it errors out on compiler warnings
8341           for CVS builds; remove unused variables in various unit tests.
8342
8343 2007-06-19  Wim Taymans  <wim@fluendo.com>
8344
8345         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8346         (rtsp_connection_close), (rtsp_connection_free):
8347         Use threadsafe inet_ntop to convert an ip number to a string. 
8348         Fixes #447961.
8349         Don't leak fd (and ip) when freeing a connection without first closing
8350         it.
8351
8352 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8353
8354         * configure.ac:
8355         Back to CVS
8356
8357         * gst-plugins-good.doap:
8358         Add 0.10.6 to the doap file.
8359
8360 === release 0.10.6 ===
8361
8362 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8363
8364         * configure.ac:
8365           releasing 0.10.6, "Wobble Board"
8366
8367 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8368
8369         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8370         (rtsp_connection_free):
8371           Revert previous commit again, since we are frozen (sorry).
8372
8373 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8374
8375         Patch by: Peter Kjellerstedt <pkj at axis com>
8376
8377         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8378         (rtsp_connection_free):
8379           inet_ntoa() uses a static buffer internally, so we need to copy the
8380           returned string if we want to store it for later (#447961).
8381
8382 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8383
8384         * win32/vs6/autogen.dsp:
8385         * win32/vs6/gst_plugins_good.dsw:
8386         * win32/vs6/libgstalaw.dsp:
8387         * win32/vs6/libgstalpha.dsp:
8388         * win32/vs6/libgstalphacolor.dsp:
8389         * win32/vs6/libgstapetag.dsp:
8390         * win32/vs6/libgstaudiofx.dsp:
8391         * win32/vs6/libgstauparse.dsp:
8392         * win32/vs6/libgstautodetect.dsp:
8393         * win32/vs6/libgstavi.dsp:
8394         * win32/vs6/libgstcutter.dsp:
8395         * win32/vs6/libgstdirectdraw.dsp:
8396         * win32/vs6/libgstdirectsound.dsp:
8397         * win32/vs6/libgsteffectv.dsp:
8398         * win32/vs6/libgstflx.dsp:
8399         * win32/vs6/libgstgoom.dsp:
8400         * win32/vs6/libgsticydemux.dsp:
8401         * win32/vs6/libgstid3demux.dsp:
8402         * win32/vs6/libgstinterleave.dsp:
8403         * win32/vs6/libgstjpeg.dsp:
8404         * win32/vs6/libgstlevel.dsp:
8405         * win32/vs6/libgstmatroska.dsp:
8406         * win32/vs6/libgstmedian.dsp:
8407         * win32/vs6/libgstmonoscope.dsp:
8408         * win32/vs6/libgstmulaw.dsp:
8409         * win32/vs6/libgstmultipart.dsp:
8410         * win32/vs6/libgstqtdemux.dsp:
8411         * win32/vs6/libgstrtp.dsp:
8412         * win32/vs6/libgstrtsp.dsp:
8413         * win32/vs6/libgstsmpte.dsp:
8414         * win32/vs6/libgstspeex.dsp:
8415         * win32/vs6/libgstudp.dsp:
8416         * win32/vs6/libgstvideobalance.dsp:
8417         * win32/vs6/libgstvideobox.dsp:
8418         * win32/vs6/libgstvideocrop.dsp:
8419         * win32/vs6/libgstvideoflip.dsp:
8420         * win32/vs6/libgstvideomixer.dsp:
8421         * win32/vs6/libgstwaveform.dsp:
8422         * win32/vs6/libgstwavenc.dsp:
8423         * win32/vs6/libgstwavparse.dsp:
8424         Mark *.dsp & *.dsw as binary files and convert to DOS line
8425         endings, as they don't load into VS6 correctly otherwise.
8426
8427 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8428
8429         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8430         (rtsp_connection_connect):
8431         Fix the MingW build. 
8432         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8433         Fixes: #446981
8434
8435 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8436
8437         * tests/check/elements/.cvsignore:
8438         * tests/icles/.cvsignore:
8439         Hush the buildbots up
8440
8441 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8442
8443         * configure.ac:
8444         * sys/Makefile.am:
8445         * sys/directdraw/Makefile.am:
8446         * sys/directsound/Makefile.am:
8447         * sys/waveform/Makefile.am:
8448         Make sure to dist everything needed for win32 builds.
8449
8450 2007-06-14  Edward Hervey  <edward@fluendo.com>
8451
8452         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8453         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8454         caps.
8455         Fixes #447458
8456
8457 2007-06-13  Wim Taymans  <wim@fluendo.com>
8458
8459         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8460         Make sure we allocate enough memory for the codec_data.
8461         Fixes #447210.
8462
8463 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8464
8465         * win32/MANIFEST:
8466         Add videocrop project file to the win32 manifest.
8467         * win32/vs6/gst_plugins_good.dsw:
8468         Add qtdemux,videocrop and waveform projects to the workspace.
8469         * win32/vs6/libgstqtdemux.dsp:
8470         Add zlib to the link list of qtdemux.
8471         * win32/vs6/libgstvideocrop.dsp:
8472         Add a project file for videocrop.
8473
8474 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8475
8476         * po/POTFILES.in:
8477         Add qtdemux for translation
8478
8479 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8480
8481         * configure.ac:
8482         * docs/plugins/Makefile.am:
8483         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8484         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8485         * docs/plugins/inspect/plugin-videocrop.xml:
8486         * gst-plugins-good.spec.in:
8487         * sys/Makefile.am:
8488         * tests/check/Makefile.am:
8489         * tests/icles/Makefile.am:
8490         * tests/icles/videocrop-test.c:
8491         Move videocrop and osxvideo from -bad.
8492
8493 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8494
8495         * configure.ac:
8496         * docs/plugins/Makefile.am:
8497         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8498         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8499         * docs/plugins/gst-plugins-good-plugins.args:
8500         * docs/plugins/inspect/plugin-qtdemux.xml:
8501         * docs/plugins/inspect/plugin-quicktime.xml:
8502         * win32/MANIFEST:
8503         Move qtdemux from -bad.
8504
8505         * gst-plugins-good.spec.in:
8506         Update spec file to reflect moving of qtdemux and wavpack
8507
8508 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8509         
8510         * win32/MANIFEST:
8511         * docs/plugins/Makefile.am:
8512         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8513         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8514         * docs/plugins/inspect/plugin-directdraw.xml:
8515         * docs/plugins/inspect/plugin-directsound.xml:
8516         * docs/plugins/inspect/plugin-waveform.xml:
8517         Move the waveform plugin from -bad too. Update the inspect xml
8518         files to mention Plugins Good instead of Plugins Bad.
8519
8520 2007-06-12  Andy Wingo  <wingo@pobox.com>
8521
8522         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8523         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8524         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8525         finalization and resuscitation. No longer public.
8526         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8527         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8528         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8529         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8530         miniobject semantics, and be threadsafe.
8531         (gst_v4l2src_queue_frame): Remove this function, as we just call
8532         the ioctls directly in the two places where we queue buffers.
8533         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8534         directly.
8535         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8536         to allocate the pool, which also preallocates the GstBuffers.
8537         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8538         queueing the frames directly.
8539         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8540         mmap buffers have been dequeued.
8541
8542         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8543         real MiniObject instead of rolling our own refcounting and
8544         finalizing. Give it a lock.
8545         (struct _GstV4l2Buffer): Remove one intermediary object, having
8546         the buffers hold the struct v4l2_buffer directly.
8547
8548         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8549         capture_init so that it can set them on the buffers that it will
8550         create.
8551         (gst_v4l2src_get_read): For better or for worse, include the
8552         timestamping and offsetting code here; really we should be using
8553         bufferalloc though.
8554         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8555         preallocated, mmap'd buffers.
8556
8557 2007-06-11  Wim Taymans  <wim@fluendo.com>
8558
8559         Patch by: daniel fischer <dan at f3c dot com>
8560
8561         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8562         (gst_ximage_src_get_caps):
8563         Actually use the display_name property so that we can dump any
8564         available X display. Fixes #445905.
8565
8566 2007-06-11  Wim Taymans  <wim@fluendo.com>
8567
8568         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8569
8570         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8571         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8572         Add missing rate fields to caps. Fixes #441118.
8573
8574 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8575
8576         * win32/vs6/gst_plugins_good.dsw:
8577         * win32/vs8/gst-plugins-good.sln:
8578         Add DirectSound and DirectDraw sinks project files to
8579         workspace and solution files.
8580
8581 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8582
8583         Patch by: Josh Coalson <xflac at yahoo dot com>,
8584         updated by Alexis Ballier <aballier at gentoo dot org>:
8585
8586         * configure.ac:
8587         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8588         (gst_flac_dec_setup_seekable_decoder),
8589         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8590         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8591         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8592         * ext/flac/gstflacdec.h:
8593         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8594         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8595         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8596         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8597         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8598         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8599         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8600         * ext/flac/gstflacenc.h:
8601         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8602         
8603 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8604
8605         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8606         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8607         not necessary anymore as we need at least that core version. 
8608
8609 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8610
8611         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8612         (gst_wavpack_dec_chain):
8613         * ext/wavpack/gstwavpackdec.h:
8614         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8615         (gst_wavpack_parse_push_buffer):
8616         * ext/wavpack/gstwavpackparse.h:
8617         Improve discont handling by checking if the next Wavpack block has
8618         the expected, following block index.
8619
8620 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8621
8622         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8623           Fix element description.
8624
8625 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8626
8627         * configure.ac:
8628         * docs/plugins/Makefile.am:
8629         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8630         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8631         * docs/plugins/gst-plugins-good-plugins.args:
8632         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8633         * docs/plugins/gst-plugins-good-plugins.signals:
8634         * docs/plugins/inspect/plugin-autodetect.xml:
8635         * docs/plugins/inspect/plugin-gconfelements.xml:
8636         * docs/plugins/inspect/plugin-ladspa.xml:
8637         * docs/plugins/inspect/plugin-rtp.xml:
8638         * docs/plugins/inspect/plugin-wavpack.xml:
8639         * ext/Makefile.am:
8640         * tests/check/Makefile.am:
8641           move wavpack plugin.  See #352605.
8642
8643 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8644
8645         * configure.ac:
8646         * docs/plugins/Makefile.am:
8647         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8648         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8649         * docs/plugins/gst-plugins-good-plugins.args:
8650         * sys/Makefile.am:
8651         * win32/MANIFEST:
8652         Add DirectDraw & DirectSound plugins to the build and docs.
8653
8654 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8655
8656         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8657         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8658           When operating in pull mode, error out correct on not-linked.
8659
8660 2007-06-06  Andy Wingo  <wingo@pobox.com>
8661
8662         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8663         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8664         format and size if the ioctls are defined; should fix compilation
8665         on Linux < 2.16.19.
8666
8667 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
8668
8669         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8670           Printf fixes in debug statements; use LOG level for debug statements
8671           that are printed for each and every frame; convert c++ comments to
8672           C-style comments; not much point using g_try_malloc() if we then not
8673           even check the return value.
8674
8675 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8676
8677         * configure.ac:
8678           Bump requirements to released versions (core and base 0.10.13).
8679
8680         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
8681           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8682           own implementation.
8683
8684 2007-06-05  Andy Wingo  <wingo@pobox.com>
8685
8686         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
8687         some useless comments.
8688
8689         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
8690         frames before calling STREAMON, that might leave them in a state
8691         where they can't be dequeued if we go back to NULL without calling
8692         STREAMON, according to the docs.
8693         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
8694         before we call STREAMON.
8695         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
8696         failures. (For me this code hung.) The pool refcounting is still
8697         crack; added a note to that effect.
8698
8699 2007-06-05  Wim Taymans  <wim@fluendo.com>
8700
8701         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8702         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
8703         Add support for mapping gst structure names to the MIME type equivalent.
8704         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
8705
8706 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
8707
8708         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8709         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
8710         (gst_wavenc_chain), (gst_wavenc_change_state):
8711         * gst/wavenc/gstwavenc.h:
8712         Properly write wav files with width!=depth by having the depth most
8713         significant bytes set and all others zero. Fixes #442535.
8714
8715 2007-06-01  Wim Taymans  <wim@fluendo.com>
8716
8717         * gst/rtsp/rtspconnection.c:
8718         Add include to make buildbot happy.
8719
8720 2007-06-01  Wim Taymans  <wim@fluendo.com>
8721
8722         Patch by: Peter Kjellerstedt  <pkj at axis com>
8723
8724         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8725         (rtsp_connection_connect), (add_date_header),
8726         (rtsp_connection_send), (parse_response_status),
8727         (parse_request_line), (parse_line), (rtsp_connection_receive):
8728         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
8729         * gst/rtsp/rtspdefs.h:
8730         * gst/rtsp/rtspmessage.c: (key_value_foreach),
8731         (rtsp_message_init_request), (rtsp_message_init_response),
8732         (rtsp_message_remove_header), (rtsp_message_append_headers),
8733         (rtsp_message_dump):
8734         * gst/rtsp/rtspmessage.h:
8735         Improves version checking, allowing an RTSP server to reply with "505
8736         RTSP Version not supported.
8737         Adds a Date header to all messages.
8738         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
8739         want to be able to send a response even if something in the request was
8740         invalid. EINVAL is only used when passing wrong arguments to functions.
8741         Do not handle an invalid method in parse_request_line(). Defer this to
8742         the caller so it can respond with "405 Method Not Allowed".
8743         Improves parsing of the timeout parameter to the Session header,
8744         allowing whitespace after the semicolon. 
8745         Avoids a compiler warning due to variables shadowing a function argument.
8746
8747 2007-06-01  Wim Taymans  <wim@fluendo.com>
8748
8749         Based on Patch by: Daniel Charles <dcharles at ti dot com>
8750
8751         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8752         (gst_rtp_amr_depay_process):
8753         * gst/rtp/gstrtpamrdepay.h:
8754         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
8755         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
8756         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
8757         * gst/rtp/gstrtpamrpay.h:
8758         Add support for AMR-WB.
8759         Small cleanups such as using BOILERPLATE.
8760
8761 2007-05-31  Wim Taymans  <wim@fluendo.com>
8762
8763         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
8764         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
8765
8766 2007-05-30  Andy Wingo  <wingo@pobox.com>
8767
8768         * sys/v4l2/gstv4l2object.h: 
8769         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
8770         unintended changes.
8771
8772         * sys/v4l2/v4l2src_calls.h: 
8773         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
8774         the format list in the order that the driver gives it to us.
8775         (gst_v4l2src_probe_caps_for_format_and_size)
8776         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
8777         based on the capabilities of the device.
8778         (gst_v4l2src_grab_frame): Update for object variable renaming.
8779         (gst_v4l2src_set_capture): Update to be strict in its parameters,
8780         as in the set_caps below.
8781         (gst_v4l2src_capture_init): Update for object variable renaming,
8782         and reflow.
8783         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
8784         (gst_v4l2src_capture_deinit): Update for object variable renaming.
8785         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
8786         (gst_v4l2src_get_fps): Remove; these functions don't have much
8787         meaning outside of an atomic set_caps method.
8788         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
8789         known.
8790
8791         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
8792         call to update_fps; not sure about this change.
8793         (gst_v4l2_tuner_set_norm): Work around the fact that for the
8794         moment we don't have an update_fps_func.
8795
8796         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
8797         structures in the object, just store what we need. Do store the
8798         probed caps of the device. Don't store the current frame rate.
8799
8800         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
8801         update_fps_function, for now. Update for new object variable
8802         naming.
8803         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
8804         new object variable naming.
8805         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
8806         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
8807         (gst_v4l2src_get_caps): Rework to probe the device for supported
8808         frame sizes and frame rates.
8809         (gst_v4l2src_set_caps): Rework to be strict in the given
8810         parameters: if someone asks us to have a certain size and rate,
8811         that is what we configure.
8812         (gst_v4l2src_get_read): Update for object variable naming. Don't
8813         leak buffers on short reads.
8814         (gst_v4l2src_get_mmap): Update for object variable naming, and add
8815         comments.
8816         (gst_v4l2src_create): Update for object variable naming.
8817
8818 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8819
8820         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
8821         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
8822         * gst/avi/gstavidemux.h:
8823           Parse subtitle text streams instead of erroring out (#442034). Still
8824           needs a parser for the subtitles to actually show up.
8825
8826 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8827
8828         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
8829         (gst_avi_demux_loop):
8830           Make _push_event() return TRUE if the event could be pushed on at
8831           least one pad and not only if it could be pushed on all pads,
8832           otherwise we'll end up posting an error message on EOS if one or
8833           more source pads are not connected.
8834
8835 2007-05-28  Wim Taymans  <wim@fluendo.com>
8836
8837         * gst/rtsp/rtsptransport.c:
8838         Use renamed RTP bin.
8839
8840 2007-05-28  Wim Taymans  <wim@fluendo.com>
8841
8842         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
8843
8844         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8845         (gst_video_box_set_property), (gst_video_box_transform_caps),
8846         (video_box_recalc_transform), (gst_video_box_set_caps),
8847         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8848         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8849         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8850         (gst_video_box_i420_i420), (gst_video_box_transform),
8851         (plugin_init):
8852         Add AYUV->AYUV and AYUV->I420 formats. 
8853         Fix negotiation and I420->AYUV conversion.
8854         Fixes #429329.
8855
8856 2007-05-26  Wim Taymans  <wim@fluendo.com>
8857
8858         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8859         Use different variables for nested for loops so that the outer loop
8860         functions properly and speex files with multiple frames per buffer work
8861         properly.
8862         Fixes #441408.
8863
8864 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8865
8866         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8867           Don't leak newsegment events.
8868
8869 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8870
8871         * gst/wavparse/Makefile.am:
8872           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8873           drags it in.
8874
8875 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8876
8877         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8878         (notgst_value_array_append_buffer),
8879         (gst_flac_enc_process_stream_headers),
8880         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8881         (gst_flac_enc_change_state):
8882         * ext/flac/gstflacenc.h:
8883           Collect headers, add "streamheader" field to output caps and set
8884           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8885           produces output according to the official FLAC-to-Ogg mapping
8886           instead of completely broken files. Fixes #426044.
8887
8888 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8889
8890         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8891         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8892         (gst_id3demux_sink_event):
8893         * gst/id3demux/gstid3demux.h:
8894         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8895         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8896         (gst_tag_demux_send_new_segment):
8897         Handle and adjust new-segment events so that downstream really
8898         sees a stream with the tag pieces stripped off the front and back.
8899         Fixes strangeness in seeking when mp3 decoders use the new-segment
8900         byte position to estimate their current playback position timestamp
8901         and then the arriving buffers don't match up.
8902
8903 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8904
8905         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8906           Don't unnecessarily perform a READY->NULL->READY transition on the
8907           detected audio sink when starting up. Fixes: #440127
8908
8909 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8910
8911         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8912         (gst_flac_enc_chain):
8913           Don't crash in chain function if setcaps hasn't been called.
8914
8915 2007-05-24  Wim Taymans  <wim@fluendo.com>
8916
8917         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8918         Init value to avoid infinte loops.
8919
8920 2007-05-24  Wim Taymans  <wim@fluendo.com>
8921
8922         Patch by: Peter Kjellerstedt  <pkj at axis com>
8923
8924         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8925         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8926         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8927         (gst_rtspsrc_play):
8928         (rtsp_connection_send), (rtsp_connection_receive):
8929         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8930         Fix for new API.
8931
8932         * gst/rtsp/rtspconnection.c: (add_auth_header),
8933         Only add authorisation and session headers when sending messages.
8934
8935         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8936         (rtsp_message_init_request), (rtsp_message_init_response),
8937         (rtsp_message_unset), (rtsp_message_add_header),
8938         (rtsp_message_remove_header), (rtsp_message_get_header),
8939         (rtsp_message_append_headers), (dump_key_value),
8940         (rtsp_message_dump):
8941         * gst/rtsp/rtspmessage.h:
8942         Add support for multiple headers of the same type by storing the parsed
8943         headers in a GArray instaed of a hashtable.
8944
8945 2007-05-21  Wim Taymans  <wim@fluendo.com>
8946
8947         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8948         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8949         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8950         safer shutdown.
8951
8952 2007-05-21  Wim Taymans  <wim@fluendo.com>
8953
8954         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8955         * gst/rtsp/gstrtpdec.h:
8956         Added signal for backwards compat.
8957
8958 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8959         
8960         Patch by: René Stadler <mail at renestadler dot de>
8961
8962         * configure.ac:
8963         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
8964         (gst_au_parse_parse_header), (gst_au_parse_chain):
8965         * gst/auparse/gstauparse.h:
8966         Use audioconvert for converting from non-native endianness floats
8967         in auparse instead of doing it ourself. Fixes #424527.
8968         This needs the audioconvert from plugins-base CVS.
8969         
8970 2007-05-21  Wim Taymans  <wim@fluendo.com>
8971
8972         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8973         (gst_rtp_h263p_pay_flush):
8974         Fix enum registration.
8975
8976 2007-05-21  Wim Taymans  <wim@fluendo.com>
8977
8978         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8979
8980         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8981         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
8982         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
8983         (gst_rtp_h263p_pay_flush):
8984         * gst/rtp/gstrtph263ppay.h:
8985         Add new fragmentation mode base on GOB headers. Fixes #438940.
8986
8987 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
8988
8989         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
8990           Printf format fix.
8991
8992 2007-05-18  Wim Taymans  <wim@fluendo.com>
8993
8994         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8995         Don't crash when an unsupported transport error was returned by the
8996         server, just try to configure the next stream. Fixes #439255.
8997
8998 2007-05-18  Wim Taymans  <wim@fluendo.com>
8999
9000         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9001         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9002         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9003         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9004         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9005         * gst/rtsp/gstrtspsrc.h:
9006         Add TCP timeout property and use it for all TCP connection.
9007
9008         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9009         (rtsp_connection_write), (rtsp_connection_next_timeout),
9010         (rtsp_connection_reset_timeout):
9011         Make connect and writes cancelable and make them use the timeout.
9012
9013 2007-05-18  Wim Taymans  <wim@fluendo.com>
9014
9015         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9016         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9017         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9018         (gst_rtspsrc_setup_streams):
9019         Refactor timeout handling.
9020         Also send keep-alive when dealing with TCP transport.
9021
9022         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9023         (rtsp_connection_free), (rtsp_connection_next_timeout),
9024         (rtsp_connection_reset_timeout):
9025         * gst/rtsp/rtspconnection.h:
9026         Use a timer to handle the session timeouts, add some methods to deal
9027         with timeouts.
9028
9029 2007-05-17  Wim Taymans  <wim@fluendo.com>
9030
9031         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9032         (gst_rtspsrc_setup_streams):
9033         Ignore streams that fail the setup command, we will retry with a
9034         different transport later on.
9035
9036         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9037         (rtsp_ext_wms_configure_stream):
9038         Fix encoding name case.
9039
9040 2007-05-16  Edward Hervey  <edward@fluendo.com>
9041
9042         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9043         Fix build on macosx.
9044
9045 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9046
9047         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9048         Replace direct comparison of a string with the string literal "" with
9049         a comparison of the first character with '\0'. Fixes #438926.
9050
9051 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9052
9053         * gst/debug/breakmydata.c (gst_break_my_data_init):
9054           One more try. This should be the proper fix now.
9055
9056 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9057
9058         * gst/debug/breakmydata.c:
9059           Ooops, no // comments please.
9060
9061 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9062
9063         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9064         (gst_break_my_data_init):
9065           Fix gst_buffer_is_writable() assertion.
9066
9067 2007-05-14  David Schleef  <ds@schleef.org>
9068
9069         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9070           video/x-raw-bayer.  Fixes #314160.
9071
9072 2007-05-14  Wim Taymans  <wim@fluendo.com>
9073
9074         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9075         (gst_rtp_theora_depay_parse_configuration):
9076         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9077         (gst_rtp_theora_pay_finish_headers),
9078         (gst_rtp_theora_pay_handle_buffer):
9079         Update theora pay/depayloader in a similar to vorbis.
9080
9081         * gst/rtp/gstrtpvorbisdepay.c:
9082         (gst_rtp_vorbis_depay_parse_configuration):
9083         Update docs.
9084
9085 2007-05-14  Wim Taymans  <wim@fluendo.com>
9086
9087         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9088         When we try to execute a method that is not supported by the server,
9089         don't error out but remove the method from the accepted methods so that
9090         we never try to perform this method again.
9091
9092 2007-05-14  Wim Taymans  <wim@fluendo.com>
9093
9094         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9095         Remove annoying _dump_mem.
9096
9097 2007-05-14  Wim Taymans  <wim@fluendo.com>
9098
9099         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9100         Parse range correctly.
9101
9102         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9103         The baseurl now always has a '/' at the start.
9104
9105 2007-05-14  Wim Taymans  <wim@fluendo.com>
9106
9107         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9108         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9109         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9110         Factor out caps configuration and configure more stuff such as the time
9111         ranges and speed/scale values.
9112
9113         * gst/rtsp/rtsptransport.c:
9114         Add Copyright after non-trival fixes.
9115
9116 2007-05-12  Wim Taymans  <wim@fluendo.com>
9117
9118         Patch by: Peter Kjellerstedt  <pkj at axis com>
9119
9120         * gst/rtsp/gstrtspsrc.h:
9121         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9122         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9123         (rtsp_message_get_header):
9124         * gst/rtsp/rtspmessage.h:
9125         Make channel guint8 where possible.
9126         Make rtsp_message_init_data() take the channel as a guint8.
9127
9128         * gst/rtsp/rtspdefs.c:
9129         Fixed a typo: Timout -> Timeout
9130
9131         * gst/rtsp/rtspdefs.h:
9132         Make RTSP_CHECK() behave as a statement.
9133
9134         * gst/rtsp/sdpmessage.c:
9135         Avoid a compiler warning in INIT_ARRAY().
9136         Fixes #437692.
9137
9138 2007-05-12  Wim Taymans  <wim@fluendo.com>
9139
9140         Patch by: Peter Kjellerstedt  <pkj at axis com>
9141
9142         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9143         (rtsp_url_get_request_uri):
9144         * gst/rtsp/rtspurl.h:
9145         Add support for query parameters to RTSP URLs.
9146
9147 2007-05-12  Wim Taymans  <wim@fluendo.com>
9148
9149         Patch by: Peter Kjellerstedt  <pkj at axis com>
9150
9151         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9152         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9153         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9154         (rtsp_transport_parse), (rtsp_transport_as_text):
9155         * gst/rtsp/rtsptransport.h:
9156         Add validation to rtsp_transport_parse().
9157         Add rtsp_transport_as_text() to generate an RTSP header from an
9158         RTSPTransport.
9159         Change ssrc to guint (was a string) since that is what it is, even
9160         though it is sent as a hex string.
9161         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9162         incorrect, which can be seen when looking at the examples in the RFC).
9163         Fixes #437670.
9164
9165 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9166
9167         Patch by: Eric Anholt
9168
9169         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9170           gst_ximage_src_ximage_get):
9171         Use union of all damage between frames to make it faster.
9172         Fixes bug #342463.
9173         Also fix crasher when cursor is at bottom right of window.
9174
9175 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9176
9177         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9178           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9179           streaming mode regression for file from #343837 with 'bext' chunk
9180           before the 'fmt' chunk.
9181
9182 2007-05-11  Wim Taymans  <wim@fluendo.com>
9183
9184         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9185         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9186         (gst_rtspsrc_handle_src_event),
9187         (gst_rtspsrc_stream_configure_manager),
9188         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9189         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9190         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9191         * gst/rtsp/gstrtspsrc.h:
9192         * gst/rtsp/rtspdefs.h:
9193         Preliminary seek support.
9194         Activate internal pads so that we can receive events on them.
9195         Don't try to parse a range string when it's NULL.
9196
9197 2007-05-11  Wim Taymans  <wim@fluendo.com>
9198
9199         * gst/rtp/README:
9200         Update README with new RTP variables that will be used for
9201         synchronisation.
9202
9203         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9204         (gst_rtp_vorbis_depay_parse_configuration),
9205         (gst_rtp_vorbis_depay_process):
9206         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9207         (gst_rtp_vorbis_pay_finish_headers),
9208         (gst_rtp_vorbis_pay_handle_buffer):
9209         Update vorbis pay and depayloader to draft-04.
9210
9211 2007-05-11  Wim Taymans  <wim@fluendo.com>
9212
9213         * gst/rtsp/rtsptransport.c:
9214         UDP MCAST is actually the default for RTP/AVP.
9215 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9216
9217         * gst/level/gstlevel.c: (gst_level_transform_ip):
9218         Use guint8 * instead of gpointer then vs6 can build 
9219         in_data += (filter->width / 8).
9220
9221 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9222
9223         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9224           gst_ximage_src_ximage_get):
9225         * sys/ximage/gstximagesrc.h (last_ximage):
9226         When using Damage actually keep the last frame, and not assume
9227         that the buffer we get already has the last frame on it.
9228         Copy the cursor over if we specify a non-zero start x and
9229         start y.
9230
9231 2007-05-11  Wim Taymans  <wim@fluendo.com>
9232
9233         * gst/rtsp/rtsptransport.c:
9234         Make UDP the default transport when not specified.
9235
9236 2007-05-09  David Schleef  <ds@schleef.org>
9237
9238         * gst/level/gstlevel.c:
9239           Revert last change.
9240
9241 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9242
9243         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9244         (gst_level_transform_ip):
9245         Use guint8 * instead of gpointer then vs6 know the size of data
9246         pointed when moving the pointer.
9247         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9248         Move instructions after variables declaration.
9249         * win32/vs6/autogen.dsp:
9250         * win32/vs6/libgstrtp.dsp:
9251         * win32/vs6/libgstrtsp.dsp:
9252         Update vs6 project files.
9253
9254 2007-05-09  Wim Taymans  <wim@fluendo.com>
9255
9256         * gst/rtsp/Makefile.am:
9257         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9258         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9259         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9260         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9261         (rtsp_range_free):
9262         * gst/rtsp/rtsprange.h:
9263         Add code to parse time ranges.
9264         Report DURATION on the stream when possible.
9265
9266 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9267
9268         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9269         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9270         (gst_videomixer_collected):
9271           Fix strides calculation for AYUV (it's just width*4) (#436910).
9272
9273 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9274
9275         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9276         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9277         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9278         Sync the GObject properties before each processing step to properly
9279         work with the controller.
9280
9281 2007-05-04  Wim Taymans  <wim@fluendo.com>
9282
9283         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9284         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9285         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9286         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9287         (gst_rtspsrc_change_state):
9288         Let more error state trickle down so that we can catch more error
9289         cases.
9290         Handle keep-alive a little smarter by selecting a method the server
9291         actually supports.
9292         Fix a race in UDP streaming shutdown.
9293
9294 2007-05-04  Wim Taymans  <wim@fluendo.com>
9295
9296         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9297         Ignore errors when trying to use the keep-alive messages.
9298
9299 2007-05-04  Wim Taymans  <wim@fluendo.com>
9300
9301         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9302         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9303         (gst_rtspsrc_stream_configure_manager),
9304         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9305         (gst_rtspsrc_stream_configure_mcast),
9306         (gst_rtspsrc_stream_configure_udp),
9307         (gst_rtspsrc_stream_configure_udp_sink),
9308         (gst_rtspsrc_stream_configure_transport):
9309         Send RTCP messages back to the server over the TCP connection.
9310
9311         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9312         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9313         (rtsp_connection_receive):
9314         * gst/rtsp/rtspconnection.h:
9315         Factor out and expose lowlevel _write and _read methods.
9316         Implement sending data messages to the server.
9317
9318 2007-05-03  Wim Taymans  <wim@fluendo.com>
9319
9320         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9321         (gst_multipart_mux_collected):
9322         Fix timestamps on outgoing buffers.
9323
9324 2007-05-03  Wim Taymans  <wim@fluendo.com>
9325
9326         * gst/multipart/multipartmux.c:
9327         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9328         (gst_multipart_mux_change_state):
9329         Emit NEWSEGMENT events before pushing the first buffer.
9330
9331 2007-05-03  Wim Taymans  <wim@fluendo.com>
9332
9333         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9334         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9335         (gst_rtspsrc_handle_src_query),
9336         (gst_rtspsrc_stream_configure_manager),
9337         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9338         (gst_rtspsrc_stream_configure_mcast),
9339         (gst_rtspsrc_stream_configure_udp),
9340         (gst_rtspsrc_stream_configure_udp_sink),
9341         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9342         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9343         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9344         (gst_rtspsrc_pause):
9345         Refactor transport configuration code.
9346         Create internal pads for TCP transport so that we can implement events
9347         and queries.
9348         Handle events and queries.
9349         Parse range from the SDP.
9350         Fix race in pause handler where the connection could still be flushing.
9351
9352 2007-05-02  Wim Taymans  <wim@fluendo.com>
9353
9354         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9355         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9356         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9357         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9358         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9359         (gst_rtspsrc_change_state):
9360         * gst/rtsp/gstrtspsrc.h:
9361         Fix race when multiple udp sources post timeouts, just act on the first
9362         received timeout.
9363         Protect stream list with a recursive lock to fix some races.
9364         Flush connection when we need to do a reconnect or stop.
9365         Make state lock recursive.
9366
9367         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9368         (rtsp_connection_close):
9369         Some small cleanups.
9370
9371 2007-05-02  Wim Taymans  <wim@fluendo.com>
9372
9373         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9374         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9375         Only set DISCONT when there actually is a discont or when we just
9376         started.
9377
9378 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9379
9380         * ext/flac/gstflac.c: (plugin_init):
9381         Call bindtextdomain() to get localized strings.
9382
9383 2007-05-02  Wim Taymans  <wim@fluendo.com>
9384
9385         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9386         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9387         (gst_wavparse_stream_data):
9388         * gst/wavparse/gstwavparse.h:
9389         Be a bit more clever when dealing with VBR files with FACT tags, we
9390         don't want to timestamp buffers in that case but the estimated BPS can
9391         be used for seeking.
9392         Only send close segment in the streaming thread.
9393
9394 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9395
9396         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9397         Correctly post an error on the bus if something went wrong in the loop
9398         function. This fixes a few cases where the task was paused and nothing
9399         happened anymore.
9400
9401 2007-05-02  Wim Taymans  <wim@fluendo.com>
9402
9403         * gst/rtsp/test.c: (main):
9404         Fix compilation of deprecated test just because I'm too lazy to delete
9405         it.
9406
9407 2007-05-02  Wim Taymans  <wim@fluendo.com>
9408
9409         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9410         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9411         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9412         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9413         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9414         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9415         * gst/rtsp/gstrtspsrc.h:
9416         Fix sending RTCP to the right place.
9417         Fix bug in reffing the wrong UDP element.
9418         Use new pad names for the session manager.
9419         Implement handling server requests in interleaved and UDP modes.
9420         Handle session keep-alive in UDP modes.
9421         Remove GCond for handling UDP timeouts.
9422
9423         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9424         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9425         (rtsp_connection_receive), (rtsp_connection_close):
9426         * gst/rtsp/rtspconnection.h:
9427         Store connection IP address for later.
9428         Add timeout args to all operations that might block forever.
9429         Parse session timeout.
9430         Only close sockets when not already closed.
9431
9432         * gst/rtsp/rtspdefs.c:
9433         * gst/rtsp/rtspdefs.h:
9434         Add timeout return value and error string.
9435
9436         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9437         Add small comment.
9438
9439 2007-05-01  Wim Taymans  <wim@fluendo.com>
9440
9441         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9442
9443         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9444         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9445         * gst/rtp/gstrtpmp4vpay.h:
9446         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9447
9448 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9449
9450         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9451           Remove v4l2src from docs, since it breaks the docs build, and the
9452           plugin is only built if --enable-experimental is used anyway.
9453
9454         * docs/plugins/Makefile.am:
9455           Spaces => tab.
9456
9457 2007-04-29  Wim Taymans  <wim@fluendo.com>
9458
9459         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9460         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9461         Add code to drop membership of a multicast group.
9462
9463         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9464         (gst_udpsink_set_uri):
9465         Implement URI handler.
9466
9467         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9468         (gst_rtspsrc_parse_rtpinfo):
9469         Use URI handler to make udpsink instace.
9470         Improve code to configure port and destination.
9471
9472 2007-04-29  Wim Taymans  <wim@fluendo.com>
9473
9474         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9475         Fix multicast detection.
9476         Don't try to join a multicast group if the address is not multicast.
9477
9478         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9479         Small debug improvement.
9480
9481 2007-04-27  Wim Taymans  <wim@fluendo.com>
9482
9483         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9484         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9485         (gst_rtspsrc_handle_message):
9486         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9487         parent.
9488
9489 2007-04-27  Wim Taymans  <wim@fluendo.com>
9490
9491         * gst/rtp/gstrtpilbcdepay.h:
9492         Fix mode property when specified as an arg.
9493
9494 2007-04-26  Edward Hervey  <edward@fluendo.com>
9495
9496         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9497         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9498         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9499         * docs/plugins/inspect/plugin-osxaudio.xml:
9500         Add documentation for osxaudio plugin.
9501
9502 2007-04-26  Wim Taymans  <wim@fluendo.com>
9503
9504         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9505         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9506         (gst_rtspsrc_open), (gst_rtspsrc_close),
9507         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9508         (gst_rtspsrc_pause):
9509         * gst/rtsp/gstrtspsrc.h:
9510         Protect state changes with a lock.
9511
9512         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9513         (parse_line):
9514         * gst/rtsp/rtspconnection.h:
9515         Remove some unused stuff.
9516
9517 2007-04-26  Wim Taymans  <wim@fluendo.com>
9518
9519         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9520         Handle the case where there are exactly 0 bytes to read and the ioctl
9521         did not report an error. Fixes #433530.
9522
9523 2007-04-26  Wim Taymans  <wim@fluendo.com>
9524
9525         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9526         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9527         * gst/wavparse/gstwavparse.h:
9528         Apply DISCONT to buffers.
9529         Only apply timestamp to the first sample after a DISCONT, too many VBR
9530         files cause random jitter in the timestamps. Fixes #433119.
9531
9532 2007-04-25  Wim Taymans  <wim@fluendo.com>
9533
9534         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9535         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9536         (gst_rtp_dec_get_property):
9537         * gst/rtsp/gstrtpdec.h:
9538         Add dummy latency property to be backwards compat with rtpbin.
9539
9540         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9541         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9542         (gst_rtspsrc_stream_configure_transport),
9543         (gst_rtspsrc_parse_rtpinfo):
9544         * gst/rtsp/gstrtspsrc.h:
9545         Add latency property and configure in the session manager.
9546         Don't set invalid clock-base and seqnum-base on caps, some servers
9547         sometimes don't send them.
9548
9549 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9550
9551         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9552         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9553           Double-check that RGB input caps are really RGBA caps (apparently
9554           the core doesn't always catch it if those caps aren't a subset of
9555           our template caps, also see #421543). Fixes #429319 in a way.
9556           Also, don't leak the pad template in the transform_caps function.
9557
9558         * tests/check/Makefile.am:
9559         * tests/check/elements/.cvsignore:
9560         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9561         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9562         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9563         (GST_START_TEST), (alphacolor_suite):
9564           Add some basic unit tests for alphacolor.
9565
9566 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9567
9568         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9569           If we get a fatal flow return in the loop function, first post the
9570           error message and only then send the EOS event downstream, otherwise
9571           applications might get an eos message before the error message and
9572           think everything was ok (related to #429319).
9573
9574 2007-04-25  Wim Taymans  <wim@fluendo.com>
9575
9576         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9577         Read the channel byte as an unsigned byte.
9578
9579 2007-04-25  Wim Taymans  <wim@fluendo.com>
9580
9581         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9582         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9583         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9584         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9585         (gst_rtp_gsm_depay_setcaps):
9586         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9587         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9588         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9589         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9590         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9591         (gst_ilbc_depay_get_property):
9592         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9593         * gst/rtp/gstrtpmp4adepay.c:
9594         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9595         (gst_rtp_pcma_depay_setcaps):
9596         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9597         (gst_rtp_pcmu_depay_setcaps):
9598         Make sure we configure the clock_rate in the baseclass in the setcaps
9599         function. Fixes #431282.
9600
9601 2007-04-25  Wim Taymans  <wim@fluendo.com>
9602
9603         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9604         (gst_rtspsrc_stream_free), (request_pt_map),
9605         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9606         * gst/rtsp/gstrtspsrc.h:
9607         Parse server address from SDP.
9608         Hook up a udpsink to send RTCP back to the server.
9609
9610         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9611         * gst/rtsp/rtsptransport.h:
9612         Add some docs.
9613
9614 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9615
9616         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9617           Make header field check conditional. Fixes #433135
9618
9619 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9620
9621         * docs/plugins/Makefile.am:
9622         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9623         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9624         * docs/plugins/inspect/plugin-alphacolor.xml:
9625         * gst/alpha/Makefile.am:
9626         * gst/alpha/gstalphacolor.c:
9627         * gst/alpha/gstalphacolor.h:
9628           Add minimal docs blurb to alphacolor; split out headers into
9629           separate header file for gtk-doc.
9630
9631 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9632
9633         * gst/debug/progressreport.c: (gst_progress_report_report):
9634           Don't try to post NULL message (in case we can't query upstream
9635           position or duration).
9636
9637 2007-04-18  Michael Smith  <msmith@fluendo.com>
9638
9639         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9640         (gst_cutter_get_caps):
9641         * gst/cutter/gstcutter.h:
9642           Fix some of the most obvious bugs in cutter. Now doesn't leak
9643           everything if input is silent.
9644
9645 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9646
9647         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9648         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9649         * gst/wavenc/gstwavenc.h:
9650         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9651         else results in a invalid block align and invalid files.
9652
9653 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9654
9655         Patch by: Snaik <snaik32 gmail com>
9656
9657         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9658           Add missing break statement for BOX_HORIZONTAL case.
9659
9660 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9661
9662         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9663
9664         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9665         Use correct format strings for integer types.
9666
9667 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9668
9669         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9670         (gst_wavparse_create_sourcepad):
9671         Use gst_riff_create_audio_template_caps () instead of the local caps.
9672         This makes updates of the local caps unecessary whenever libgstriff
9673         gets support for new formats.
9674
9675 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
9676
9677         Patch by: Brian Cameron  <brian.cameron at sun dot com>
9678
9679         * sys/sunaudio/gstsunaudio.c:
9680         * sys/sunaudio/gstsunaudiomixer.c:
9681         * sys/sunaudio/gstsunaudiomixer.h:
9682         * sys/sunaudio/gstsunaudiomixerctrl.c:
9683         * sys/sunaudio/gstsunaudiomixerctrl.h:
9684         * sys/sunaudio/gstsunaudiomixertrack.h:
9685         * sys/sunaudio/gstsunaudiosink.c:
9686         * sys/sunaudio/gstsunaudiosink.h:
9687         * sys/sunaudio/gstsunaudiosrc.c:
9688         * sys/sunaudio/gstsunaudiosrc.h:
9689           Fix and/or update copyright attributions (#430228).
9690
9691 2007-04-13  Wim Taymans  <wim@fluendo.com>
9692
9693         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9694         Fix docs.
9695
9696         * gst/rtsp/URLS:
9697         Add some more example urls.
9698
9699         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9700         (gst_rtp_dec_chain_rtp):
9701         Better debugging.
9702
9703         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
9704         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9705         (gst_rtspsrc_parse_rtpinfo):
9706         Remove unused code.
9707
9708 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9709
9710         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9711         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9712         (gst_wavparse_stream_data):
9713           Relax the audio/mpeg caps again and add FIXME: comment.
9714
9715 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9716
9717         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9718         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9719         (gst_wavparse_stream_data):
9720         * gst/wavparse/gstwavparse.h:
9721           More sanity check for the header fields. Fix type for 'rate' header
9722           field.
9723
9724 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9725
9726         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
9727         (gst_icydemux_unicodify):
9728           If the metadata strings we get in the stream are not UTF-8, try to
9729           interpret them according to the character encodings specified in the
9730           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
9731           only fall back to locale/ISO-8859-1 if those aren't set or don't
9732           work. Should fix #428901.
9733
9734 2007-04-12  Wim Taymans  <wim@fluendo.com>
9735
9736         * gst/rtp/gstrtph264depay.c:
9737         Use the proper sync word for SPS and PPS.
9738
9739 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9740
9741         * gst/rtp/Makefile.am:
9742         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
9743           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
9744         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
9745           Add a simple hashing implementation that we can use to generate
9746           a 24-bit ident value based on the codebooks for vorbis and theora.
9747         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
9748           gst_rtp_theora_pay_handle_buffer):
9749         * gst/rtp/gstrtpvorbisdepay.c
9750           (gst_rtp_vorbis_depay_parse_configuration,
9751           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
9752         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
9753           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
9754           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
9755           Use the hashing function, ensuring that the same codebooks result
9756           in the same ident and thus the same SDP description.
9757           Various log fixes/changes.
9758
9759 2007-04-12  Wim Taymans  <wim@fluendo.com>
9760
9761         Patch by: jerry tan <jerry dot tan at sun dot com>
9762
9763         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9764         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
9765         application's responsibility to make sure it open the device once.
9766         Remove a careless error if AUDIODEV is set. Fixes #392620.
9767
9768 2007-04-12  Wim Taymans  <wim@fluendo.com>
9769
9770         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9771         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
9772         * gst/rtsp/gstrtpdec.h:
9773         Make backward compat with rtpbin by adding the request-pt-map signals.
9774
9775         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9776         (new_session_pad), (request_pt_map),
9777         (gst_rtspsrc_stream_configure_transport),
9778         (gst_rtspsrc_stream_configure_caps),
9779         (gst_rtspsrc_activate_streams):
9780         * gst/rtsp/gstrtspsrc.h:
9781         Implement request-pt-map signals instead of setting caps on the buffers
9782         for the session manager.
9783
9784 2007-04-11  Wim Taymans  <wim@fluendo.com>
9785
9786         * gst/udp/gstudp.c: (plugin_init):
9787         Register GstNetBuffer in plugin_init so that the type can be used from
9788         multiple threads without races.
9789
9790 2007-04-10  Wim Taymans  <wim@fluendo.com>
9791
9792         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9793         (gst_rtp_amr_depay_process):
9794         Fix depayloader clock_rate and some cleanups.
9795
9796         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
9797         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9798         * gst/rtp/gstrtph264depay.h:
9799         Don't push codec_data in the adapter because it might get flushed when
9800         we get a discont.
9801
9802         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9803         Handle multiple AU per packet.
9804
9805         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
9806         (gst_rtp_sv3v_depay_plugin_init):
9807         Disable rank, this one does not work.
9808         Remove timestamping, base class does that.
9809
9810 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
9811
9812         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9813           limit caps to the formats we announce in the template
9814
9815         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9816         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9817         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
9818           fix some crashers/asserts when dealing with broken files
9819
9820 2007-04-10  Wim Taymans  <wim@fluendo.com>
9821
9822         Patch by: Peter Kjellerstedt  <pkj at axis com>
9823
9824         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9825         * gst/rtp/gstrtpL16depay.c:
9826         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9827         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9828         (gst_rtp_speex_depay_setcaps):
9829         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9830         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
9831         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9832         Fix some compiler warnings. Fixes #428182.
9833
9834 2007-04-06  Wim Taymans  <wim@fluendo.com>
9835
9836         * gst/rtsp/Makefile.am:
9837         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9838         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9839         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9840         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9841         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9842         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9843         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9844         (create_rtcp), (gst_rtp_dec_request_new_pad),
9845         (gst_rtp_dec_release_pad):
9846         * gst/rtsp/gstrtpdec.h:
9847         * gst/rtsp/gstrtsp.c: (plugin_init):
9848         Morph RTPDec into something compatible with RTPBin as a fallback.
9849         Various other style fixes.
9850
9851         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9852         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9853         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9854         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9855         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9856         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9857         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9858         * gst/rtsp/gstrtspsrc.h:
9859         Implement RTPBin session manager handling.
9860         Don't try to add empty properties to caps.
9861         Implement fallback session manager, handling.
9862         Don't combine errors from RTCP streams, just ignore them.
9863
9864         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9865         * gst/rtsp/rtsptransport.h:
9866         Implement fallback session manager.
9867         Make RTPBin the default one when available.
9868
9869 2007-04-05  Wim Taymans  <wim@fluendo.com>
9870
9871         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9872         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9873         This element is ready to be autoplugged.
9874
9875 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9876
9877         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9878         Don't leave the offsets defined by upstream element on the
9879         compressed data buffer we are pushing downstream. Make them
9880         GST_BUFFER_OFFSET_NONE.
9881
9882 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9883
9884         * gst/avi/README:
9885         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9886         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9887         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9888         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9889         (gst_avi_demux_calculate_durations_from_index),
9890         (gst_avi_demux_stream_header_push),
9891         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9892         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9893           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9894
9895 2007-04-03  Wim Taymans  <wim@fluendo.com>
9896
9897         * gst/smpte/barboxwipes.c:
9898         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9899
9900 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9901
9902         * gst/wavparse/gstwavparse.c:
9903         Support audio/x-raw-float in wav files. This only works with
9904         plugins-base CVS, using an older version doesn't have any
9905         disadvantages though.
9906
9907 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9908
9909         * configure.ac:
9910         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9911         (gst_au_parse_parse_header), (gst_au_parse_chain):
9912         * gst/auparse/gstauparse.h:
9913         Revert last change as we don't want plugins-good to depend on
9914         plugins-base CVS now.
9915
9916 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9917
9918         * configure.ac:
9919         Require gst-plugins-base CVS for audioconvert with non-native
9920         float support and width/depth fix in libgstriff.
9921
9922         Patch by: René Stadler <mail at renestadler dot de>
9923
9924         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9925         (gst_au_parse_parse_header), (gst_au_parse_chain):
9926         * gst/auparse/gstauparse.h:
9927         Don't swap the floats ourself if they're not in native endianness.
9928         Instead let audioconvert handle this. Fixes #339838.
9929
9930 2007-03-29  Wim Taymans  <wim@fluendo.com>
9931
9932         * gst/rtp/gstasteriskh263.h:
9933         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9934         (gst_rtp_h263p_depay_change_state):
9935         * gst/rtp/gstrtph263pdepay.h:
9936         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9937         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9938         (gst_rtp_h264_depay_change_state):
9939         * gst/rtp/gstrtph264depay.h:
9940         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9941         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9942         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9943         Flush adapter on disconts.
9944
9945 2007-03-29  Wim Taymans  <wim@fluendo.com>
9946
9947         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9948         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9949         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9950         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9951         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9952         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9953         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9954         (gst_rtp_mp4v_depay_process):
9955         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9956         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9957         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9958         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9959         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9960         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
9961         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
9962         Use more efficient adapter and rtpbuffer methods when possible.
9963
9964 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9965
9966         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9967         (gst_wavenc_sink_setcaps):
9968         Correctly handle width!=depth input.
9969         * gst/wavparse/gstwavparse.c:
9970         Already export in the caps that width==8 uses unsigned samples and
9971         everything else uses signed samples.
9972
9973 2007-03-29  Wim Taymans  <wim@fluendo.com>
9974
9975         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9976
9977         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
9978         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
9979         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
9980         (gst_dynudpsink_close):
9981         * gst/udp/gstdynudpsink.h:
9982         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9983         (gst_udpsrc_create), (gst_udpsrc_set_property),
9984         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
9985         * gst/udp/gstudpsrc.h:
9986         Rework the socket allocation a bit based on the sockfd argument so that
9987         it becomes usable.
9988         Add a closefd property to instruct the udp elements to close the custom
9989         file descriptors when going to READY. Fixes #423304.
9990         API:GstUDPSrc::closefd property
9991         API:GstDynUDPSink::closefd property
9992
9993 2007-03-29  Wim Taymans  <wim@fluendo.com>
9994
9995         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
9996
9997         * gst/rtp/Makefile.am:
9998         * gst/rtp/gstrtp.c: (plugin_init):
9999         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10000         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10001         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10002         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10003         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10004         (gst_rtp_h264_pay_plugin_init):
10005         * gst/rtp/gstrtph264pay.h:
10006         Added H264 payloader. Fixes #423782.
10007
10008         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10009         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10010         Small fixes.
10011
10012 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10013
10014         * gst/wavparse/gstwavparse.c:
10015         Actually support depths from 1 to 32, not only 8 to 32.
10016
10017 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10018
10019         * gst/wavparse/gstwavparse.c:
10020         Add support for wav files containing audio/x-raw-int with random
10021         depths between 1 and 32 bits.
10022
10023 2007-03-28  Wim Taymans  <wim@fluendo.com>
10024
10025         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10026
10027         * gst/rtp/Makefile.am:
10028         * gst/rtp/gstrtp.c: (plugin_init):
10029         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10030         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10031         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10032         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10033         (gst_rtp_mp4a_depay_get_property),
10034         (gst_rtp_mp4a_depay_change_state),
10035         (gst_rtp_mp4a_depay_plugin_init):
10036         * gst/rtp/gstrtpmp4adepay.h:
10037         Added MP4A-LATM depayloader. Fixes #417792.
10038
10039         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10040         (gst_rtp_mp4v_depay_process):
10041         Fixup depayloader, setting codec_data, using more efficient adaptor and
10042         rtpbuffer handling.
10043
10044         * gst/rtsp/URLS:
10045         Add url to test above.
10046
10047 2007-03-25  Wim Taymans  <wim@fluendo.com>
10048
10049         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10050         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10051         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10052         (gst_rtspsrc_media_to_caps),
10053         (gst_rtspsrc_stream_configure_transport),
10054         (gst_rtspsrc_stream_configure_caps),
10055         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10056         * gst/rtsp/gstrtspsrc.h:
10057         Handle default clock-rates for static payload types, rearrange stuff so
10058         that the rtpmap field in the sdp can override the defaults.
10059         Parse RTP-Info field to get the seqnum and timebase fields that should
10060         go in the caps.
10061         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10062         the server. 
10063
10064 2007-03-22  Wim Taymans  <wim@fluendo.com>
10065
10066         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10067
10068         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10069         Accept complex pipeline descriptions as an audio profile instead of just
10070         a single element. Fixes #420658.
10071
10072 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10073
10074         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10075           Rename registered type in preparation of GstTagDemux moving to
10076           -base at some point in the future.
10077
10078 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10079
10080         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10081           Streaming mode fixes: don't unref buffer we don't own any longer;
10082           remove bogus adapter flush. Fixes #419338.
10083
10084 2007-03-17  David Schleef  <ds@schleef.org>
10085
10086         * REQUIREMENTS: Change the format to key/value, add a bunch of
10087           information, remove a bunch of requirements that are for
10088           other GStreamer packages.
10089
10090 2007-03-17  David Schleef  <ds@schleef.org>
10091
10092         * REQUIREMENTS: Fix a few things.  This file really needs a
10093         good once-over.
10094
10095 2007-03-15  Edward Hervey  <edward@fluendo.com>
10096
10097         * sys/Makefile.am:
10098         Don't forget to distribute the sys/osxaudio/ directory.
10099
10100 2007-03-15  Edward Hervey  <edward@fluendo.com>
10101
10102         * configure.ac:
10103         * sys/Makefile.am:
10104         * sys/osxaudio/Makefile.am:
10105         * sys/osxaudio/gstosxaudio.c:
10106         * sys/osxaudio/gstosxaudiosink.c:
10107         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10108         (gst_osx_audio_sink_getcaps),
10109         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10110         * sys/osxaudio/gstosxaudiosrc.c:
10111         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10112         (gst_osx_audio_src_create_ringbuffer):
10113         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10114         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10115         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10116         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10117         * sys/osxaudio/gstosxringbuffer.h:
10118         Activate osxaudio in gst-plugins-good with proper build setup.
10119         Add inlined documentation.
10120         Fix debug statements
10121         Fix ringbuffer when pausing.
10122         Fixes #323471
10123
10124 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10125         * gst/rtp/gstrtppcmapay.c:
10126         * gst/rtp/gstrtppcmapay.h:
10127         * gst/rtp/gstrtppcmupay.c:
10128         * gst/rtp/gstrtppcmupay.h:
10129         Ported mulaw and alaw payloaders to use new base class
10130
10131 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10132
10133         * po/af.po:
10134         * po/az.po:
10135         * po/cs.po:
10136         * po/en_GB.po:
10137         * po/it.po:
10138         * po/nl.po:
10139         * po/or.po:
10140         * po/sq.po:
10141         * po/sr.po:
10142         * po/sv.po:
10143         * po/uk.po:
10144         * po/vi.po:
10145           Update translations.
10146
10147 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10148
10149         * configure.ac:
10150           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10151
10152 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10153
10154         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10155           Fix handling of -1 values for start and stop values when seeking,
10156           and SEEK_CUR+SEEK_END here as well.
10157
10158 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10159
10160         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10161           Fix handling of -1 values for start and stop values when seeking, 
10162           and SEEK_CUR+SEEK_END.
10163
10164 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10165
10166         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10167           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10168           the image format a variable-length NUL-terminated string; in
10169           versions before that the image format is a fixed-length string of
10170           3 characters (see #348644 for a sample tag).
10171           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10172
10173 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10174
10175         * win32/MANIFEST:
10176         Add new project files to MANIFEST.
10177         * win32/vs6/libgstaudiofx.dsp:
10178         * win32/vs6/libgstrtp.dsp:
10179         * win32/vs6/libgstrtsp.dsp:
10180         Update project files.
10181         
10182 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10183
10184         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10185         (gst_avi_demux_parse_index):
10186         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10187         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10188           Printf format fixes; also add some missing quotes in translated
10189           strings. Fixes #416728 and #416727.
10190
10191 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10192
10193         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10194           Tim and I can't think of any reason the child audio sink needs to 
10195           be set back to NULL after successfully determining that it can 
10196           reach READY - it gets immediately set back to READY by the caller
10197           anyway, causing an unnecessary close/open of any audio devices
10198           involved.
10199
10200 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10201
10202         * po/LINGUAS:
10203         * po/ja.po:
10204           Add ja.po file from #377306.
10205
10206 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10207
10208         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10209         * sys/sunaudio/gstsunaudiomixertrack.c:
10210         (gst_sunaudiomixer_track_new):
10211           Actually translate sunaudio mixer track labels instead of just
10212           marking the strings as translatable (#377306); clean up weird
10213           label string mapping code that serves no apparent purpose. Also
10214           set the 'untranslated-label' property when creating mixer tracks
10215           if the GstMixerTrack base class supports this.
10216
10217         * tests/check/Makefile.am:
10218         * tests/check/elements/.cvsignore:
10219         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10220         (sunaudio_suite):
10221           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10222           actually tested on a system where sunaudiomixer is available).
10223
10224 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10225
10226         * tests/check/Makefile.am:
10227         Re-enable the states test and see if it works on the buildbots.
10228
10229 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10230
10231         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10232         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10233         (gst_dvdec_change_state):
10234         * ext/dv/gstdvdec.h:
10235         Infer pixel-aspect-ratio from the video frame format if it isn't
10236         provided by the container, as happens when playing DV from AVI
10237         or Quicktime containers.
10238
10239         Patch by: Wim Taymans <wim@fluendo.com>
10240         Fixes #380944
10241
10242 2007-03-09  Wim Taymans  <wim@fluendo.com>
10243
10244         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10245         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10246         will later be handled by the jitterbuffer.
10247
10248 2007-03-09  Wim Taymans  <wim@fluendo.com>
10249
10250         * ext/taglib/gstid3v2mux.cc:
10251         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10252         Fixes #414496.
10253         
10254         Patch by: Alex Lancaster <alexl at users sourceforge net>
10255
10256 2007-03-09  Wim Taymans  <wim@fluendo.com>
10257
10258         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10259         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10260         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10261         (gst_avi_demux_chain):
10262         Fix stream position reporting after a seek. Fixes #416445.
10263
10264 2007-03-08  Wim Taymans  <wim@fluendo.com>
10265
10266         Patch by: René Stadler <mail at renestadler dot de>
10267
10268         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10269         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10270         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10271         Make avidemux accept optional header chunks in any order.
10272         Fixes #415446.
10273
10274 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10275
10276         * tests/check/Makefile.am:
10277         Disable the states check until the remaining Valgrind errors
10278         are fixed or suppressed.
10279
10280 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10281
10282         * tests/check/elements/.cvsignore:
10283           Add audiodynamic check to .cvsignore
10284
10285 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10286
10287         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10288
10289         * gst/audiofx/Makefile.am:
10290         * gst/audiofx/audiodynamic.c:
10291         (gst_audio_dynamic_characteristics_get_type),
10292         (gst_audio_dynamic_mode_get_type),
10293         (gst_audio_dynamic_set_process_function),
10294         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10295         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10296         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10297         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10298         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10299         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10300         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10301         (gst_audio_dynamic_transform_hard_knee_expander_int),
10302         (gst_audio_dynamic_transform_hard_knee_expander_float),
10303         (gst_audio_dynamic_transform_soft_knee_expander_int),
10304         (gst_audio_dynamic_transform_soft_knee_expander_float),
10305         (gst_audio_dynamic_transform_ip):
10306         * gst/audiofx/audiodynamic.h:
10307         * gst/audiofx/audiofx.c: (plugin_init):
10308         Add new audiodynamic element which can act as a compressor or
10309         expander. Supported are hard-knee and soft-knee operation modes with
10310         user-specified ratio and threshold.
10311         Attack and release parameters are not yet implemented but will follow.
10312         * docs/plugins/Makefile.am:
10313         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10314         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10315         * docs/plugins/gst-plugins-good-plugins.args:
10316         * docs/plugins/inspect/plugin-audiofx.xml:
10317         Integrate audiodynamic into the docs.
10318         * tests/check/Makefile.am:
10319         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10320         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10321         Add unit test for audiodynamic.
10322
10323 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10324
10325         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10326         Free handles that we allocated when exiting via the error paths.
10327
10328 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10329
10330         * gst/level/gstlevel.c: (gst_level_class_init),
10331         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10332         (gst_level_transform_ip):
10333         * gst/level/gstlevel.h:
10334           Resolve message timestamps against the playback segment.
10335
10336 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10337
10338         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10339         (gst_id3demux_sink_activate):
10340           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10341           caps passed to it (previously one code path assumed it took ownership
10342           while another one assumed it didn't, while in fact it sometimes did and
10343           sometimes didn't ...).
10344
10345         * configure.ac:
10346         * tests/files/Makefile.am:
10347         * tests/files/id3-407349-1.tag:
10348         * tests/files/id3-407349-2.tag:
10349           Add directory where data for unit tests can be stored.
10350
10351         * tests/Makefile.am:
10352         * tests/check/Makefile.am:
10353         * tests/check/elements/.cvsignore:
10354         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10355         (read_tags_from_file), (run_check_for_file),
10356         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10357           Add unit test for id3demux, and in particular for bug #407349. Only
10358           testing pull-mode for now; push mode doesn't work yet because the test
10359           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10360
10361 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10362
10363         * tests/check/Makefile.am:
10364           Add missing backslash at end of line.
10365
10366 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10367
10368         Trigger rebuild.
10369
10370 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10371
10372         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10373         * gst/id3demux/id3tags.h:
10374         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10375         (parse_obsolete_tdat_frame):
10376           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10377           the four-digit number will be interpreted as a year, whereas it is
10378           month and day in DDMM format. Instead, parse TDAT frames and fix up
10379           the date in the GST_TAG_DATE tag later if we also extracted a year.
10380           Fixes #407349.
10381
10382 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10383
10384         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10385         (gst_switch_commit_new_kid):
10386         Fix up the dispose logic so it doesn't leak, and fix setting of 
10387         the child state so that we don't set a child to our current state 
10388         just as we are changing it to something else.
10389
10390 2007-03-06  Wim Taymans  <wim@fluendo.com>
10391
10392         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10393         (gst_goom_chain):
10394         * gst/goom/gstgoom.h:
10395         Document, fix and improve goom adapter behaviour.
10396         Fixes #407006.
10397
10398 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10399
10400         * ext/esd/esdsink.c: (gst_esdsink_open):
10401         Unref static pad template after using it.
10402
10403 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10404
10405         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10406         (gst_switch_commit_new_kid):
10407         Fix up the reference counting of the child elements.
10408
10409 2007-03-05  Wim Taymans  <wim@fluendo.com>
10410
10411         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10412         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10413         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10414         Fix encoding-name case.
10415
10416 2007-03-05  Wim Taymans  <wim@fluendo.com>
10417
10418         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10419         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10420         (gst_rtp_speex_depay_process):
10421         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10422         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10423         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10424         (gst_rtp_speex_pay_change_state):
10425         * gst/rtp/gstrtpspeexpay.h:
10426         Fix speex (de)payloader. Fixes #358040.
10427
10428 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10429
10430         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10431         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10432         Install fakesink in NULL by fixing some broken logic. This obviates
10433         the need to manually set _IS_SINK.
10434         Add some comments and remove a little cruft while I'm at it.
10435
10436 2007-03-05  Wim Taymans  <wim@fluendo.com>
10437
10438         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10439         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10440
10441 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10442
10443         * po/POTFILES.in:
10444           Update.
10445
10446 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10447
10448         * tests/check/Makefile.am:
10449         Gah! Also disable gconfvideosink from the tests, otherwise
10450         it will instantiate autovideosink, and dfbvideosink and
10451         leak on the buildbots.
10452
10453 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10454
10455         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10456         (gst_cdio_cdda_src_finalize):
10457         Make sure we always destroy our libcdio handle.
10458
10459 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10460
10461         * tests/check/Makefile.am:
10462         Disable autovideosink so the buildbots don't barf over memory
10463         leaked in the directfb sink.
10464
10465 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10466
10467         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10468         Chain up in dispose
10469
10470 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10471
10472         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10473         (gst_multipart_find_pad_by_mime):
10474         Use gst_pad_new_from_static_template instead of
10475         static_pad_template_get+pad_new.
10476
10477 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10478
10479         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10480         Catch the case where no clock has been set.
10481
10482 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10483
10484         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10485         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10486         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10487         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10488         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10489         (gst_gconf_audio_src_finalize), (do_toggle_element):
10490         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10491         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10492         (do_toggle_element):
10493         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10494         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10495         (gst_gconf_video_src_finalize), (do_toggle_element):
10496         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10497         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10498         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10499         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10500         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10501         (gst_shout2send_init), (gst_shout2send_finalize):
10502         * gst/debug/testplugin.c: (gst_test_class_init),
10503         (gst_test_finalize):
10504         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10505         (gst_flxdec_dispose):
10506         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10507         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10508         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10509         (gst_rtspsrc_finalize):
10510         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10511         * gst/rtsp/rtspextwms.h:
10512         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10513         (gst_smpte_finalize):
10514         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10515         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10516         (gst_udpsink_finalize):
10517         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10518         (gst_wavparse_sink_activate):
10519         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10520         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10521         (gst_oss_src_finalize):
10522         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10523         * sys/v4l2/gstv4l2object.h:
10524         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10525         (gst_v4l2src_finalize):
10526         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10527
10528         Fix a bunch of leaks shown by the newly-added states test.
10529
10530 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10531
10532         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10533         Use gst_pad_new_from_static_template instead of 
10534         static_pad_template_get+pad_new.
10535
10536 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10537
10538         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10539
10540         * ext/libcaca/Makefile.am:
10541         * gst/debug/Makefile.am:
10542           Don't mix tabs and spaces (#414168).
10543
10544 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10545
10546         * tests/check/generic/.cvsignore:
10547           Ignore files to please buildbot.
10548
10549 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10550
10551         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10552         (gst_wavparse_stream_data):
10553           Unbreak my previous commit (swapped nominator & denominator). Tim,
10554           thanks for spotting.
10555
10556 2007-03-02  Wim Taymans  <wim@fluendo.com>
10557
10558         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10559         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10560         (gst_cdio_cdda_src_finalize):
10561         Small code cleanups.
10562         Don't use pad_alloc as the base class cannot deal with the error codes.
10563
10564 2007-03-02  Wim Taymans  <wim@fluendo.com>
10565
10566         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10567         (gst_udpsrc_create):
10568         Fix doc.
10569
10570 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10571
10572         Patch by: René Stadler <mail@renestadler.de>
10573
10574         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10575         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10576         (gst_wavparse_stream_data):
10577           Handle rounding better to not drop last sample frame. Fixes #356692
10578
10579 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10580
10581         * tests/check/Makefile.am:
10582         Disable cacasink from the states check too - it also calls exit(1)
10583         on us when it can't find a terminal to talk to.
10584
10585 2007-03-02  Wim Taymans  <wim@fluendo.com>
10586
10587         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10588
10589         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10590         (gst_udpsrc_create), (gst_udpsrc_set_property),
10591         (gst_udpsrc_get_property):
10592         * gst/udp/gstudpsrc.h:
10593         Add support to strip proprietary headers. Fixes #350296.
10594
10595 2007-03-02  Wim Taymans  <wim@fluendo.com>
10596
10597         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10598         Fix compilation.
10599
10600 2007-03-02  Wim Taymans  <wim@fluendo.com>
10601
10602         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10603
10604         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10605         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10606         (gst_rtp_mp2t_depay_set_property),
10607         (gst_rtp_mp2t_depay_get_property):
10608         * gst/rtp/gstrtpmp2tdepay.h:
10609         Add support to strip off proprietary headers. Fixes #350278.
10610
10611 2007-03-02  Wim Taymans  <wim@fluendo.com>
10612
10613         * ext/hal/hal.c:
10614         Fix compilation.
10615
10616 2007-03-02  Wim Taymans  <wim@fluendo.com>
10617
10618         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10619         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10620         (gst_sunaudiosrc_open):
10621         * sys/sunaudio/gstsunaudiosrc.h:
10622         Remove device-name from GstSunAudioSrc. Fixes #412597.
10623
10624 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10625
10626         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10627         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10628         Having NULL as UDI previously selected the default sink/src. Change
10629         this back but mention it in the debug output.
10630         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10631         (gst_hal_get_oss_element), (gst_hal_get_string),
10632         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10633         (gst_hal_get_audio_src):
10634         * ext/hal/hal.h:
10635         Refactor a bit, check all error conditions, greatly improve debugging
10636         and fix some possible memory leaks. Also implement OSS support
10637         and allow specifying an UDI that points to a real device. For this the
10638         child device which supports ALSA (preferred) or OSS is used.
10639         As a side effect this makes it impossible now to get a alsasink in
10640         halaudiosrc and a alsasrc in halaudiosink.
10641
10642 2007-03-01  Wim Taymans  <wim@fluendo.com>
10643
10644         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10645         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10646         Errors from the udp sources are not fatal unless all of them are in
10647         error.
10648
10649 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10650
10651         * tests/check/Makefile.am:
10652         Disable aasink in the states test. I suspect this is the element that
10653         is calling exit(1) when it can't proceed.
10654
10655 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10656
10657         * tests/check/Makefile.am:
10658         Draw plugins in from the build tree sys/ dir, rather than picking
10659         up the already installed versions.
10660
10661 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10662
10663         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10664         Error out correctly when getting xcontext fails.
10665
10666 2007-03-01  Wim Taymans  <wim@fluendo.com>
10667
10668         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10669         Make state change to PAUSED NO_PREROLL because that's what it will be in
10670         the future and rtspsrc relies on it.
10671
10672         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10673         (gst_rtspsrc_change_state):
10674         Don't error out when we don't get an error from the state change
10675         function.
10676
10677 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10678
10679         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10680         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10681           Check if the device UDI is set before trying to query HAL
10682           about it and give a useful error message if it wasn't set.
10683         * ext/hal/hal.c: (gst_hal_get_string):
10684           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
10685           gives an assertion failure in D-Bus when running with
10686           DBUS_FATAL_WARNINGS=1.
10687
10688 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10689
10690         * configure.ac:
10691           Convert to new AG_GST style.
10692
10693 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10694
10695         * tests/check/Makefile.am:
10696         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
10697           add test for states
10698
10699 2007-02-28  Wim Taymans  <wim@fluendo.com>
10700
10701         * tests/check/elements/.cvsignore:
10702         Add new videofilter check to .cvsignore.
10703
10704 2007-02-28  Wim Taymans  <wim@fluendo.com>
10705
10706         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
10707         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10708         (gst_avi_demux_loop), (gst_avi_demux_chain):
10709         Fix combined flow return. Fixes #412608.
10710
10711 2007-02-28  Wim Taymans  <wim@fluendo.com>
10712
10713         * gst/videofilter/Makefile.am:
10714         Dist header..
10715
10716 2007-02-28  Wim Taymans  <wim@fluendo.com>
10717
10718         * gst/videofilter/gstgamma.h:
10719         Add header too.
10720
10721 2007-02-28  Wim Taymans  <wim@fluendo.com>
10722
10723         Patch by: Mark Nauwelaerts <manauw at skynet be>
10724
10725         * gst/videofilter/Makefile.am:
10726         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
10727         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
10728         (gst_gamma_get_property), (gst_gamma_calculate_tables),
10729         (oil_tablelookup_u8), (gst_gamma_set_caps),
10730         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
10731         Port gamma filter to 0.10. Fixes #412704.
10732
10733         * tests/check/Makefile.am:
10734         * tests/check/elements/videofilter.c: (setup_filter),
10735         (cleanup_filter), (check_filter), (GST_START_TEST),
10736         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
10737         Add unit tests for videofilters.
10738
10739 2007-02-28  Wim Taymans  <wim@fluendo.com>
10740
10741         * gst/rtsp/URLS:
10742         Add another interesting test url.
10743
10744         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
10745         Don't allow getting header fields from data packets.
10746
10747 2007-02-28  Michael Smith  <msmith@fluendo.com>
10748
10749         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10750         (gst_shout2send_init), (gst_shout2send_start),
10751         (gst_shout2send_set_property), (gst_shout2send_get_property):
10752         * ext/shout2/gstshout2.h:
10753           Add a property for username.
10754
10755 2007-02-27  Christian Schallerr <christian@fluendo.com>
10756
10757         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
10758
10759 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10760
10761         * gst/rtsp/Makefile.am:
10762         Fix make check too.
10763
10764 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10765
10766         * gst/rtsp/base64.c: (util_base64_encode):
10767         * gst/rtsp/base64.h:
10768         Commit missing files for base64 encoding.
10769
10770 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10771
10772         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10773
10774         * configure.ac:
10775         * ext/annodex/Makefile.am:
10776         * ext/jpeg/Makefile.am:
10777         * ext/speex/Makefile.am:
10778         * gst/alpha/Makefile.am:
10779         * gst/cutter/Makefile.am:
10780         * gst/debug/Makefile.am:
10781         * gst/effectv/Makefile.am:
10782         * gst/goom/Makefile.am:
10783         * gst/level/Makefile.am:
10784         * gst/smpte/Makefile.am:
10785         * gst/videofilter/Makefile.am:
10786           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
10787
10788 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10789
10790         * gst/rtsp/Makefile.am:
10791         * gst/rtsp/rtspconnection.c: (append_auth_header),
10792         (rtsp_connection_send), (rtsp_connection_set_auth):
10793         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
10794         from icecast to replace it. Relicensed from GPL courtesy of Mike
10795         Smith.
10796
10797 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10798
10799         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10800         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
10801         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
10802         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
10803         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10804         (gst_rtspsrc_uri_set_uri):
10805         * gst/rtsp/gstrtspsrc.h:
10806         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10807         (append_auth_header), (rtsp_connection_send),
10808         (rtsp_connection_free), (rtsp_connection_set_auth):
10809         * gst/rtsp/rtspconnection.h:
10810         * gst/rtsp/rtspdefs.h:
10811         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10812         * gst/rtsp/rtspurl.h:
10813
10814         Implement simple Basic Authentication support so that urls like
10815         rtsp://user:pass@hostname/rtspstream work on hosts that require
10816         authentication.
10817
10818 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
10819
10820         * sys/v4l2/gstv4l2object.c:
10821         * sys/v4l2/gstv4l2tuner.c:
10822         * sys/v4l2/v4l2_calls.c:
10823         Fix segfault when oppening a radio device.
10824         
10825 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10826
10827         * gst/level/gstlevel.c: (gst_level_set_caps),
10828         (gst_level_transform_ip):
10829         * sys/v4l2/README:
10830         * tests/check/elements/level.c: (GST_START_TEST):
10831           Fix level for multi-channel case.
10832
10833 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10834
10835         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10836         (gst_level_transform_ip):
10837         * gst/level/gstlevel.h:
10838           Use function pointer for process function and add process functions
10839           for float audio.
10840
10841 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10842
10843         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10844         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10845         (gst_v4l2src_capture_init):
10846           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10847           fixes #407369
10848
10849 2007-02-18  Wim Taymans  <wim@fluendo.com>
10850
10851         * gst/rtp/Makefile.am:
10852         * gst/rtp/gstrtp.c: (plugin_init):
10853         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10854         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10855         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10856         (gst_rtp_mp2t_pay_plugin_init):
10857         * gst/rtp/gstrtpmp2tpay.h:
10858         Added simple mpeg transport stream payloader.
10859
10860 2007-02-16  Wim Taymans  <wim@fluendo.com>
10861
10862         * gst/rtsp/URLS:
10863         Add example H264 rtsp url.
10864
10865         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10866         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10867         Don't convert values to lowercase or we might mess up base64 encoded
10868         properties.
10869
10870 2007-02-16  Wim Taymans  <wim@fluendo.com>
10871
10872         * gst/rtp/README:
10873         Fix case of string params.
10874
10875         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10876         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10877         Fix depayloader, support more packet types.
10878         Add sync codes to make sure the packetizer can do its job.
10879
10880         * gst/rtp/gstrtpmp4gdepay.c:
10881         * gst/rtp/gstrtpmp4gpay.c:
10882         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10883         Fix caps case again.
10884
10885 2007-02-15  Wim Taymans  <wim@fluendo.com>
10886
10887         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10888         Set right caps on output buffers.
10889
10890 2007-02-14  Wim Taymans  <wim@fluendo.com>
10891
10892         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10893         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10894         Clear stack allocated SDPMedia struct before calling _init() on it.
10895         Clarify this in the docs as well.
10896
10897 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10898
10899         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10900         (do_change_child):
10901         Don't reset the profile when going switching states, as it makes
10902         the element non-reusable.
10903
10904 2007-02-14  Wim Taymans  <wim@fluendo.com>
10905
10906         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10907         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10908         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10909         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10910         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10911         (sdp_parse_line):
10912         * gst/rtsp/sdpmessage.h:
10913         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10914         Fix memory management of SDP messages. Fixes #407793.
10915
10916 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10917
10918         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10919
10920         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10921         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10922
10923 2007-02-14  Wim Taymans  <wim@fluendo.com>
10924
10925         Patch by: jp.liu <jp_liu at astrocom dot cn>
10926
10927         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10928         Fix parsing of password field in url. Fixes #407797.
10929
10930 2007-02-14  Wim Taymans  <wim@fluendo.com>
10931
10932         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10933         (gst_wavparse_reset), (gst_wavparse_init),
10934         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10935         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10936         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10937         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10938         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10939         (gst_wavparse_loop), (gst_wavparse_chain),
10940         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10941         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10942         (plugin_init):
10943         * gst/wavparse/gstwavparse.h:
10944         Update docs.
10945         Use boilerplate.
10946         Various code cleanups.
10947         When the bitrate is not known (bps == 0 or compressed formats) let
10948         downstream element guestimate the duration and position and don't
10949         generate timestamps or durations. Fixes #405213.
10950         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10951         error flowreturn upstream.
10952
10953 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10954
10955         * ext/gconf/Makefile.am:
10956         * ext/gconf/gconf.c: (gst_gconf_get_string),
10957         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10958         (gst_gconf_render_bin_with_default):
10959         * ext/gconf/gconf.h:
10960         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
10961         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
10962         (gst_gconf_audio_sink_dispose), (do_change_child),
10963         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
10964         (cb_change_child), (gst_gconf_audio_sink_change_state):
10965         * ext/gconf/gstgconfaudiosink.h:
10966         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
10967         (gst_switch_sink_class_init), (gst_switch_sink_reset),
10968         (gst_switch_sink_init), (gst_switch_sink_dispose),
10969         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
10970         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
10971         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
10972         * ext/gconf/gstswitchsink.h:
10973         * gst/autodetect/gstautoaudiosink.c:
10974         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
10975         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
10976         (gst_auto_audio_sink_detect):
10977         * gst/autodetect/gstautovideosink.c:
10978         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
10979         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
10980         (gst_auto_video_sink_detect):
10981         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
10982         and a child that implements the GConf key monitoring. The end goal of
10983         this is an audio sink that can be changed on the fly, but at the 
10984         moment it still only changes on the next READY transition.
10985
10986 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10987
10988         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10989         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
10990         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
10991         (gst_avi_demux_calculate_durations_from_index),
10992         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
10993         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10994         (gst_avi_demux_loop):
10995           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
10996
10997 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10998
10999         * configure.ac:
11000         * docs/plugins/Makefile.am:
11001           Add crossreferences to glib/gobject/gstream docs.
11002
11003 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11004
11005         * gst/monoscope/Makefile.am:
11006         * gst/monoscope/gstmonoscope.c:
11007           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11008           (but no LIBS, since we only use defines from the headers).
11009
11010 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11011
11012         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11013
11014         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11015         (gst_wavparse_stream_data):
11016           Fix massive memory leak when operating in streaming mode due to
11017           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11018           Fixes #407057.
11019
11020 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11021
11022         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11023         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11024         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11025         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11026         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11027         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11028         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11029         (gst_avi_demux_calculate_durations_from_index),
11030         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11031         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11032         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11033         * gst/avi/gstavidemux.h:
11034           Save some memory (8%) by repacking the index entry structure (more to
11035           come). Add more FIXMEs to questionable parts.
11036
11037 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11038
11039         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11040         (gst_v4l2src_get_caps):
11041         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11042         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11043         (gst_v4l2src_capture_init):
11044           More FIXME comments and messaging changes.
11045
11046 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11047
11048         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11049         (gst_goom_change_state):
11050         * gst/goom/gstgoom.h:
11051           Improved docs and use GST_DEBUG_FUNCPTR.
11052
11053         * gst/level/gstlevel.c: (gst_level_class_init):
11054           Use GST_DEBUG_FUNCPTR.
11055
11056         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11057         (gst_monoscope_chain), (gst_monoscope_change_state):
11058           Improved docs source cleanups.
11059
11060 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11061
11062         * gst/debug/Makefile.am:
11063         * gst/debug/gstdebug.c: (plugin_init):
11064         * gst/debug/gstpushfilesrc.c:
11065         * gst/debug/gstpushfilesrc.h:
11066           Add code for a pushfilesrc element that implements a pushfile:// URI
11067           handler, to make debugging push-mode operation of demuxer/decoders
11068           that support both easier in connection with seek/playbin/etc.
11069           The element isn't registered at the moment.
11070
11071 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11072
11073         * gst/avi/gstavimux.c:
11074           Comment a #if 0 in caps template definition as VS6 seems to 
11075         do not support it.
11076         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11077           Use gst_guint64_to_gdouble for conversion.
11078         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11079           Move variables declaration before the first instruction.
11080         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11081           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11082           And don't include netdb.h for G_OS_WIN32
11083         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11084           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11085           by VS6 then use an other way to initialize SDPMedia structure.
11086         * gst/udp/gstdynudpsink.h:
11087         * gst/udp/gstdynudpnetutils.h:
11088           Do not include <sys/time.h> for G_OS_WIN32
11089         * gst/udp/gstudpsrc.c:
11090           Define socklen_t as int for G_OS_WIN32
11091         * win/common/config.h.in:
11092           Undef HAVE_NETINET_IN_H
11093         * win32/vs6/gst_plugins_good.dsw:
11094         * win32/vs6/libgstrtp.dsp:
11095         * win32/vs6/libgstrtsp.dsp:
11096         * win32/vs6/libgstautogen.dsp:
11097         * win32/vs6/libgstaudiofx.dsp:
11098         * win32/vs6/libgstudp.dsp:
11099           Add and update project files.
11100         * win32/common/gstudp-enumtypes.c:
11101         * win32/common/gstudp-enumtypes.h:
11102           Add a copy of udp enumtypes to win32/common as in core 
11103           and base.
11104         
11105 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11106
11107         * configure.ac:
11108           Activate monoscope when building with --enable-experimental. Fix
11109           --enable-external configure switch description.
11110
11111         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11112         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11113           Help gst-indent.
11114
11115 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11116
11117         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11118           Explicitly cast result of pointer arithmetic to integer in order to
11119           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11120
11121 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11122
11123         * gst/debug/progressreport.c:
11124           Some more docs.
11125
11126 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11127
11128         * docs/plugins/inspect/plugin-rtp.xml:
11129           Update for new elements.
11130
11131         * gst/debug/progressreport.h:
11132           Commit newly-created header file as well.
11133
11134 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11135
11136         * docs/plugins/Makefile.am:
11137         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11138         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11139         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11140         * gst/debug/Makefile.am:
11141         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11142         (gst_progress_report_do_query), (gst_progress_report_report):
11143           Make progressreport element post messages with the current progress
11144           on the bus. Also add some basic docs for it.
11145
11146 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11147
11148         * ext/hal/hal.c: (gst_hal_get_string):
11149         * ext/hal/hal.h:
11150           Some small cleanups; deal with errors when parsing the HAL ALSA
11151           capabilities a bit better.
11152
11153 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11154
11155         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11156           Let's try this again and use the right cast this time.
11157
11158 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11159
11160         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11161           Add cast to avoid compiler warnings with older GLib versions
11162           where the nick/name members in GEnumValue are not declared as
11163           constant strings.
11164
11165 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11166
11167         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11168         (gst_gconf_render_bin_from_key),
11169         (gst_gconf_get_default_audio_sink):
11170         * ext/gconf/gconf.h:
11171         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11172         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11173         (gst_gconf_audio_sink_get_property):
11174           In gconfaudiosink, get the right key as the old key in do_toggle
11175           (ie. one dependent on the profile selected). Log some more stuff so
11176           we can see what's actually going on.
11177
11178 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11179
11180         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11181         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11182         (gst_audio_amplify_set_process_function),
11183         (gst_audio_amplify_setup):
11184         * gst/audiofx/audioamplify.h:
11185         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11186         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11187         * gst/audiofx/audioinvert.h:
11188         Some small cleanups and port both elements to the new GstAudioFilter
11189         base class to save a few lines of common code.
11190         * gst/audiofx/Makefile.am:
11191         Link against libgstaudio for the above changes
11192
11193 2007-01-29  Wim Taymans  <wim@fluendo.com>
11194
11195         * tests/check/elements/.cvsignore:
11196         Some more ignores.
11197
11198 2007-01-26  Wim Taymans  <wim@fluendo.com>
11199
11200         Patch by: charles <charlesg3 at gmail dot com>
11201
11202         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11203         (set_shout_metadata), (gst_shout2send_event):
11204         * ext/shout2/gstshout2.h:
11205         Properly handle tags in shout2send. Fixes #399825.
11206
11207 2007-01-25  Wim Taymans  <wim@fluendo.com>
11208
11209         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11210         (gst_rtspsrc_activate_streams):
11211         Convert SDP fields to upper/lowercase following the rules in the SDP to
11212         caps document. 
11213
11214 2007-01-25  Wim Taymans  <wim@fluendo.com>
11215
11216         * gst/rtp/README:
11217         * gst/rtp/gstrtpilbcdepay.c:
11218         * gst/rtp/gstrtpilbcpay.c:
11219         * gst/rtp/gstrtpmp4gdepay.c:
11220         * gst/rtp/gstrtpmp4gpay.c:
11221         * gst/rtp/gstrtpspeexdepay.c:
11222         * gst/rtp/gstrtpspeexpay.c:
11223         * gst/rtp/gstrtpsv3vdepay.c:
11224         * gst/rtp/gstrtptheoradepay.c:
11225         * gst/rtp/gstrtptheorapay.c:
11226         * gst/rtp/gstrtpvorbisdepay.c:
11227         * gst/rtp/gstrtpvorbispay.c:
11228         Fix case of encoding-name and key/value pairs to match the document.
11229         This is to make interoperation with SDP case-insensitive as required by
11230         the relevant RFCs.
11231
11232 2007-01-25  Wim Taymans  <wim@fluendo.com>
11233
11234         * configure.ac:
11235         Bump required -core/-base to CVS
11236
11237 2007-01-25  Wim Taymans  <wim@fluendo.com>
11238
11239         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11240         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11241         * gst/rtp/gstrtpL16pay.h:
11242         Fill up to MTU using adapter.
11243         Timestamp rtp packets.
11244
11245 2007-01-25  Edward Hervey  <edward@fluendo.com>
11246
11247         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11248         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11249         Use G_GSIZE_FORMAT in print statements for portability.
11250         Fixes build on macosx.
11251
11252 2007-01-24  Wim Taymans  <wim@fluendo.com>
11253
11254         * gst/rtp/Makefile.am:
11255         * gst/rtp/gstrtp.c: (plugin_init):
11256         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11257         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11258         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11259         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11260         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11261         (gst_rtp_L16_depay_plugin_init):
11262         * gst/rtp/gstrtpL16depay.h:
11263         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11264         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11265         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11266         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11267         (gst_rtp_L16_pay_plugin_init):
11268         * gst/rtp/gstrtpL16pay.h:
11269         Port and enable raw audio payloader/depayloader. Needs a bit more work
11270         on the payloader side.
11271
11272 2007-01-24  Wim Taymans  <wim@fluendo.com>
11273
11274         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11275         (gst_rtspsrc_stream_configure_transport),
11276         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11277         * gst/rtsp/gstrtspsrc.h:
11278         Only unblock the udp pads when we linked and activated them all.
11279         Fixes #395688.
11280
11281 2007-01-24  Wim Taymans  <wim@fluendo.com>
11282
11283         * gst/rtp/Makefile.am:
11284         * gst/rtp/gstrtp.c: (plugin_init):
11285         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11286         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11287         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11288         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11289         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11290         * gst/rtp/gstrtpac3depay.h:
11291         Added simple AC3 depayloader (RFC 4184).
11292
11293         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11294         Fix a leak.
11295
11296 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11297
11298         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11299
11300         * gst/audiofx/Makefile.am:
11301         * gst/audiofx/audioamplify.c:
11302         (gst_audio_amplify_clipping_method_get_type),
11303         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11304         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11305         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11306         (gst_audio_amplify_set_caps),
11307         (gst_audio_amplify_transform_int_clip),
11308         (gst_audio_amplify_transform_int_wrap_negative),
11309         (gst_audio_amplify_transform_int_wrap_positive),
11310         (gst_audio_amplify_transform_float_clip),
11311         (gst_audio_amplify_transform_float_wrap_negative),
11312         (gst_audio_amplify_transform_float_wrap_positive),
11313         (gst_audio_amplify_transform_ip):
11314         * gst/audiofx/audioamplify.h:
11315         * gst/audiofx/audiofx.c: (plugin_init):
11316         Add new element "audioamplify". This allows scaling of raw audio
11317         samples, similar to the "volume" element, but provides different modes
11318         for clipping and allows unlimited amplification. It's mainly targeted
11319         for creative sound design and not as a replacement of the "volume"
11320         element. Fixes #397162
11321         * docs/plugins/Makefile.am:
11322         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11323         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11324         * docs/plugins/gst-plugins-good-plugins.args:
11325         * docs/plugins/inspect/plugin-audiofx.xml:
11326         Add docs for audioamplify and integrate them into the build system
11327         * tests/check/Makefile.am:
11328         * tests/check/elements/audioamplify.c: (setup_amplify),
11329         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11330         Add fairly extensive unit test suite for audioamplify
11331
11332 2007-01-24  Wim Taymans  <wim@fluendo.com>
11333
11334         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11335         Unblock pads after adding the pads to the element so that autopluggers
11336         get a change to link something. Possibly fixes #395688.
11337
11338 2007-01-24  Wim Taymans  <wim@fluendo.com>
11339
11340         * gst/rtp/gstrtpamrdepay.c:
11341         * gst/rtp/gstrtpgsmdepay.c:
11342         * gst/rtp/gstrtph263pdepay.c:
11343         * gst/rtp/gstrtph263ppay.c:
11344         * gst/rtp/gstrtph264depay.c:
11345         * gst/rtp/gstrtpilbcdepay.c:
11346         * gst/rtp/gstrtpmp2tdepay.c:
11347         * gst/rtp/gstrtpmp4gdepay.c:
11348         * gst/rtp/gstrtpmp4gpay.c:
11349         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11350         * gst/rtp/gstrtpmp4vpay.c:
11351         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11352         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11353         (gst_rtp_mpa_depay_process):
11354         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11355         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11356         * gst/rtp/gstrtppcmadepay.c:
11357         * gst/rtp/gstrtppcmudepay.c:
11358         * gst/rtp/gstrtpspeexdepay.c:
11359         * gst/rtp/gstrtpspeexpay.c:
11360         * gst/rtp/gstrtpsv3vdepay.c:
11361         * gst/rtp/gstrtptheoradepay.c:
11362         * gst/rtp/gstrtptheorapay.c:
11363         * gst/rtp/gstrtpvorbisdepay.c:
11364         * gst/rtp/gstrtpvorbispay.c:
11365         Fix caps with payload numbers.
11366         Add some fixed payload numbers to caps when possible.
11367
11368 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11369
11370         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11371
11372         * gst/audiofx/Makefile.am:
11373         * gst/audiofx/audiofx.c: (plugin_init):
11374         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11375         (gst_audio_invert_class_init), (gst_audio_invert_init),
11376         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11377         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11378         (gst_audio_invert_transform_float),
11379         (gst_audio_invert_transform_ip):
11380         * gst/audiofx/audioinvert.h:
11381         Add new audiofx element "audioinvert". This element swaps the upper
11382         and lower half of samples and can be used for example for a
11383         wide-stereo effect. Fixes #396057
11384         * docs/plugins/Makefile.am:
11385         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11386         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11387         * docs/plugins/gst-plugins-good-plugins.args:
11388         * docs/plugins/inspect/plugin-audiofx.xml:
11389         Add docs for the audioinvert element and add them to the build system.
11390         * tests/check/Makefile.am:
11391         * tests/check/elements/audioinvert.c: (setup_invert),
11392         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11393         Add unit test suite for the audioinvert element.
11394
11395 2007-01-23  Wim Taymans  <wim@fluendo.com>
11396
11397         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11398         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11399         Parse config params as string and int.
11400         Parse and use AU header length
11401
11402 2007-01-23  Wim Taymans  <wim@fluendo.com>
11403
11404         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11405         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11406         * gst/smpte/gstmask.c: (_gst_mask_register):
11407         * gst/smpte/gstmask.h:
11408         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11409         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11410         (gst_smpte_paint_triangle_clock):
11411         constify some static structs.
11412         Don't update the mask if nothing changed to the params.
11413         Make sure we never draw outside of the picture. Fixes #398325.
11414
11415 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11416
11417         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11418           Error out properly when pull_range fails while we're reading the
11419           headers, instead of just pausing the task silently. Fixes #399338.
11420
11421 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11422
11423         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11424           Some more sanity checks to make sure the input formats match and the
11425           input pads are actually negotiated, in case someone tries to feed
11426           buffers from fakesrc or filesrc. Fixes #398299.
11427           Also const-ify an array, just because we can.
11428
11429 2007-01-19  Edward Hervey  <edward@fluendo.com>
11430
11431         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11432         Ignore previous commit, that was only valid for widths and heights
11433         that are multiples of 4.
11434         Copy over size/stride macros from jpegdec. This allows the element
11435         to work with any width,height...
11436         ... but puts in evidence that the actual transformations only work
11437         with width/height that are multiples of 4.
11438
11439 2007-01-19  Edward Hervey  <edward@fluendo.com>
11440
11441         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11442         Allocate buffers of the right size.
11443         The proper size of a I420 buffer in bytes is:
11444         
11445             width * height * 3
11446             ------------------
11447                     2
11448
11449 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11450
11451         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11452           Proxy getcaps on sink pads too, so that we either end up with the
11453           same dimensions on all pads or error out if that's not possible
11454           (seems to work even!). Fixes #398086, I think.
11455
11456 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11457
11458         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11459         * docs/plugins/gst-plugins-good-plugins.args:
11460         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11461           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11462           fix integer properties with -1 as minimum value.
11463
11464         * docs/plugins/inspect/plugin-1394.xml:
11465         * docs/plugins/inspect/plugin-aasink.xml:
11466         * docs/plugins/inspect/plugin-alaw.xml:
11467         * docs/plugins/inspect/plugin-alpha.xml:
11468         * docs/plugins/inspect/plugin-alphacolor.xml:
11469         * docs/plugins/inspect/plugin-annodex.xml:
11470         * docs/plugins/inspect/plugin-apetag.xml:
11471         * docs/plugins/inspect/plugin-audiofx.xml:
11472         * docs/plugins/inspect/plugin-auparse.xml:
11473         * docs/plugins/inspect/plugin-autodetect.xml:
11474         * docs/plugins/inspect/plugin-avi.xml:
11475         * docs/plugins/inspect/plugin-cacasink.xml:
11476         * docs/plugins/inspect/plugin-cairo.xml:
11477         * docs/plugins/inspect/plugin-cdio.xml:
11478         * docs/plugins/inspect/plugin-cutter.xml:
11479         * docs/plugins/inspect/plugin-debug.xml:
11480         * docs/plugins/inspect/plugin-dv.xml:
11481         * docs/plugins/inspect/plugin-efence.xml:
11482         * docs/plugins/inspect/plugin-effectv.xml:
11483         * docs/plugins/inspect/plugin-esdsink.xml:
11484         * docs/plugins/inspect/plugin-flac.xml:
11485         * docs/plugins/inspect/plugin-flxdec.xml:
11486         * docs/plugins/inspect/plugin-gconfelements.xml:
11487         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11488         * docs/plugins/inspect/plugin-goom.xml:
11489         * docs/plugins/inspect/plugin-halelements.xml:
11490         * docs/plugins/inspect/plugin-icydemux.xml:
11491         * docs/plugins/inspect/plugin-id3demux.xml:
11492         * docs/plugins/inspect/plugin-jpeg.xml:
11493         * docs/plugins/inspect/plugin-level.xml:
11494         * docs/plugins/inspect/plugin-matroska.xml:
11495         * docs/plugins/inspect/plugin-mulaw.xml:
11496         * docs/plugins/inspect/plugin-multipart.xml:
11497         * docs/plugins/inspect/plugin-navigationtest.xml:
11498         * docs/plugins/inspect/plugin-ossaudio.xml:
11499         * docs/plugins/inspect/plugin-png.xml:
11500         * docs/plugins/inspect/plugin-rtp.xml:
11501         * docs/plugins/inspect/plugin-rtsp.xml:
11502         * docs/plugins/inspect/plugin-shout2send.xml:
11503         * docs/plugins/inspect/plugin-smpte.xml:
11504         * docs/plugins/inspect/plugin-speex.xml:
11505         * docs/plugins/inspect/plugin-taglib.xml:
11506         * docs/plugins/inspect/plugin-udp.xml:
11507         * docs/plugins/inspect/plugin-videobalance.xml:
11508         * docs/plugins/inspect/plugin-videobox.xml:
11509         * docs/plugins/inspect/plugin-videoflip.xml:
11510         * docs/plugins/inspect/plugin-videomixer.xml:
11511         * docs/plugins/inspect/plugin-wavenc.xml:
11512         * docs/plugins/inspect/plugin-wavparse.xml:
11513         * docs/plugins/inspect/plugin-ximagesrc.xml:
11514           Update to CVS.
11515
11516 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11517
11518         Patch by: Sebastian Dröge <slomo circular-chaos org>
11519
11520         * gst/audiofx/audiopanorama.c:
11521           Fix doc section name (Fixes #397946)
11522
11523 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11524
11525         * sys/v4l2/gstv4l2object.c:
11526         (gst_v4l2_object_install_properties_helper),
11527         (gst_v4l2_object_set_property_helper),
11528         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11529         * sys/v4l2/gstv4l2object.h:
11530         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11531         (gst_v4l2src_init), (gst_v4l2src_set_property),
11532         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11533         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11534         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11535         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11536         (gst_v4l2src_capture_deinit):
11537           Fix EIO handing when capturing. Add new property to specify the number of
11538           buffers to enque (and remove the borked num-buffers usage).
11539
11540 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11541
11542         Patch by: Sebastian Dröge <slomo circular-chaos org>
11543
11544         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11545         (gst_audio_panorama_set_process_function):
11546           Use a function array for process methods, add more docs and define the
11547           startindex of enums.
11548
11549 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11550
11551         Patch by: Mark Nauwelaerts <manauw at skynet be>
11552
11553         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11554         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11555         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11556         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11557         (gst_avi_mux_riff_get_avi_header),
11558         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11559         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11560         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11561         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11562         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11563         (gst_avi_mux_change_state):
11564         * gst/avi/gstavimux.h:
11565         * tests/check/elements/avimux.c: (teardown_src_pad):
11566           Add support for more than one audio stream; write better AVIX
11567           header; refactor code a bit; don't announce vorbis caps on our audio
11568           sink pads since we don't support it anyway. Closes #379298.
11569
11570 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11571
11572         Patch by: Sebastian Dröge <slomo circular-chaos org>
11573
11574         * gst/audiofx/audiopanorama.c:
11575         (gst_audio_panorama_method_get_type),
11576         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11577         (gst_audio_panorama_set_process_function),
11578         (gst_audio_panorama_set_property),
11579         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11580         (gst_audio_panorama_transform_m2s_int_simple),
11581         (gst_audio_panorama_transform_s2s_int_simple),
11582         (gst_audio_panorama_transform_m2s_float_simple),
11583         (gst_audio_panorama_transform_s2s_float_simple):
11584         * gst/audiofx/audiopanorama.h:
11585           Add 'method' property and provide a simple (non-psychoacustic)
11586           processing method (#394859).
11587
11588         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11589         (panorama_suite):
11590           Tests for new method.
11591
11592 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11593
11594         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11595         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11596           Set correct caps on outgoing pulled buffers, or things blow up
11597           after recent core changes.
11598
11599 2007-01-11  Wim Taymans  <wim@fluendo.com>
11600
11601         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11602
11603         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11604         (gst_multipart_mux_request_new_pad),
11605         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11606         (gst_multipart_mux_change_state):
11607         Return FLOW errors ASAP. Fixes #394977.
11608         Misc cleanups.
11609
11610 2007-01-11  Wim Taymans  <wim@fluendo.com>
11611
11612         Patch by: Lutz Mueller <lutz at topfrose dot de>
11613
11614         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11615         Check for stream pad before activating. 
11616
11617 2007-01-10  Wim Taymans  <wim@fluendo.com>
11618
11619         Patch by: Peter Kjellerstedt  <pkj at axis com>
11620
11621         * gst/rtsp/COPYING.MIT:
11622         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11623         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11624         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11625         (gst_rtspsrc_stream_configure_transport),
11626         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11627         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11628         (gst_rtspsrc_parse_methods),
11629         (gst_rtspsrc_create_transports_string),
11630         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11631         (gst_rtspsrc_open), (gst_rtspsrc_close):
11632         * gst/rtsp/gstrtspsrc.h:
11633         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11634         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11635         (parse_request_line), (parse_line), (rtsp_connection_read),
11636         (rtsp_connection_close):
11637         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11638         (rtsp_method_as_text), (rtsp_header_as_text),
11639         (rtsp_status_as_text), (rtsp_find_header_field),
11640         (rtsp_find_method):
11641         * gst/rtsp/rtspdefs.h:
11642         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11643         (rtsp_ext_wms_configure_stream):
11644         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11645         (rtsp_message_new_request), (rtsp_message_init_request),
11646         (rtsp_message_new_response), (rtsp_message_init_response),
11647         (rtsp_message_init_data), (rtsp_message_unset),
11648         (rtsp_message_free), (rtsp_message_add_header),
11649         (rtsp_message_get_header), (rtsp_message_set_body),
11650         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11651         * gst/rtsp/rtspmessage.h:
11652         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11653         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11654         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11655         (sdp_message_dump):
11656         Allow url to be NULL to be able to use it for server connections.
11657         Can now send responses as well as requests.
11658         No longer hangs in an endless loop if EOF is received.
11659         Can now convert a status code to a text string.
11660         Return RTSP_HDR_INVALID for unknown headers.
11661         Return RTSP_INVALID for unknown methods.
11662         Copy CSeq and Session headers from the request.
11663         Only free memory corresponding to the currently set message type.
11664         Added const to function arguments as appropriate.
11665         Avoid a compiler warning when initializing nmedia.
11666         Use guint rather than gint to avoid compiler warnings.
11667         Fix crasher in wms extension.
11668         Factor out stream setup from open_connection.
11669         Delay activation of streams when actual data is received from the
11670         server, this prepares us to do proper protocol switching.
11671         Added new license.
11672         Fixes #380895.
11673
11674
11675 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11676
11677         Patch by: Sebastian Dröge <slomo ubuntu com>
11678
11679         * docs/plugins/Makefile.am:
11680         * gst/audiofx/audiopanorama.c:
11681           Some small docs fixes (#394851).
11682
11683 2007-01-09  Wim Taymans  <wim@fluendo.com>
11684
11685         * gst/avi/gstavidemux.c:
11686         Fix docs.
11687
11688 2007-01-09  Wim Taymans  <wim@fluendo.com>
11689
11690         * gst/rtp/Makefile.am:
11691         * gst/rtp/gstrtp.c: (plugin_init):
11692         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
11693         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
11694         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
11695         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
11696         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
11697         * gst/rtp/gstrtpmpvdepay.h:
11698           Added RFC 2250 MPEG Video Depayloader.
11699
11700         * gst/rtp/gstrtpL16depay.h:
11701         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
11702         (gst_rtp_h263p_depay_process):
11703         Fix Header file. Small cleanups.
11704
11705         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
11706         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
11707         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
11708         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
11709         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
11710         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
11711         (gst_rtp_mp4v_depay_change_state):
11712         Remove usused code. Remove Adapter from state Change. Added debug.
11713
11714         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
11715         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
11716         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
11717         * gst/rtp/gstrtpmpadepay.h:
11718         Subclass base depayloader.
11719         Added debug.
11720         Support static payload type assignment as well.
11721
11722         * gst/rtp/gstrtpmpapay.c:
11723         Fix caps.
11724
11725 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11726
11727         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11728
11729         * ext/jpeg/gstjpegdec.c:
11730         * ext/jpeg/gstjpegenc.c:
11731         * ext/jpeg/smokecodec.c:
11732           These libjpeg callbacks should return a 'boolean' (unsigned char
11733           apparently) and not a 'gboolean' (which maps to gint). Fixes
11734           warnings when compiling with MingW (#393427).
11735
11736         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11737           Use ioctlsocket on win32.
11738
11739         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11740           Some printf format fixes for win32.
11741
11742 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11743
11744         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11745           Use gst_guint64_to_gdouble for conversion.
11746         * win32/vs6/libgstmatroska.dsp:
11747           Add zlib to the link.
11748         * win32/vs6/libgstvideobox.dsp:
11749           Update liboil library name (project is linked to 
11750           liboil-0.3-0.lib now).
11751           
11752 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11753
11754         * gst/matroska/Makefile.am:
11755           If zlib is available and used, we must link it explicitly for
11756           things to work on MingW (fixes #392855).
11757
11758 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
11759
11760         * ext/esd/esdsink.c: (gst_esdsink_delay):
11761           Don't return bogus values when esd_get_delay() fails for some
11762           reason (#392189).
11763
11764 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11765
11766         * sys/ximage/gstximagesrc.c: (composite_pixel):
11767           Fix presumably copy'n'pasto for 16bpp depth.
11768
11769 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11770
11771         * gst/matroska/matroska-mux.c:
11772         (gst_matroska_mux_audio_pad_setcaps):
11773           The "signed" field in audio caps is of boolean type, trying to use
11774           gst_structure_get_int() to extract it will fail. Fixing this makes
11775           matroskamux accept raw audio input (#387121) (use at your own risk
11776           though, due to the matroska spec being not entirely useful in this
11777           respect).
11778           Also fix up raw audio structures in template caps so that they
11779           represent what our setcaps function will actually accept, so that
11780           converters know what to convert to.
11781           Finally, don't fail if there isn't an "endianness" field in 8-bit
11782           PCM caps.
11783
11784 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11785
11786         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11787         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11788         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11789         (teardown_cmmldec):
11790         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11791         (teardown_cmmlenc):
11792         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11793           reapply consistent pad (de)activation
11794
11795 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11796
11797         * configure.ac:
11798         Back to CVS
11799
11800         * gst-plugins-good.doap:
11801         Add 0.10.5 doap entry
11802
11803 === release 0.10.5 ===
11804
11805 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
11806
11807         * configure.ac:
11808           releasing 0.10.5, "The Path of Thorns"
11809
11810 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11811
11812         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11813         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11814         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11815         (teardown_cmmldec):
11816         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11817         (teardown_cmmlenc):
11818         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11819           revert my freeze breakage
11820
11821 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11822
11823         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11824         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11825         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11826         (teardown_cmmldec):
11827         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11828         (teardown_cmmlenc):
11829         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11830           consistent pad (de)activation
11831
11832 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11833
11834         * configure.ac:
11835         * ext/Makefile.am:
11836         Disable LADPSA, as it has moved to the -bad module for the duration.
11837
11838 2006-12-18  Wim Taymans  <wim@fluendo.com>
11839
11840         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11841         (gst_signal_processor_event):
11842         Reset flow_state back to _OK after a flush stop so that we exit our
11843         error state after the flush. Fixes #374213
11844
11845 2006-12-16  David Schleef  <ds@schleef.org>
11846
11847         * sys/osxvideo/osxvideosink.h:
11848         * sys/osxvideo/osxvideosink.m:
11849           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11850
11851 2006-12-16  David Schleef  <ds@schleef.org>
11852
11853         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11854
11855         * sys/osxvideo/Makefile.am:
11856         * sys/osxvideo/osxvideosink.h:
11857         * sys/osxvideo/osxvideosink.m:
11858           Preliminary patch for porting osxvideosink
11859
11860 2006-12-16  Wim Taymans  <wim@fluendo.com>
11861
11862         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11863
11864         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11865         (gst_videomixer_set_master_geometry),
11866         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11867         (gst_videomixer_reset), (gst_videomixer_init),
11868         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11869         (gst_videomixer_release_pad), (gst_videomixer_collected),
11870         (gst_videomixer_change_state):
11871         Introduce some locking around the videomixer state so that it does not
11872         crash when adding/removing pads. Fixes #383043.
11873
11874 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11875
11876         * configure.ac:
11877           Make sure libcaca can actually be used instead of just checking for
11878           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11879           cross-compiling (fixes #384587).
11880
11881 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11882
11883         * Makefile.am:
11884         * gst-plugins-good.doap:
11885         * gst-plugins-good.spec.in:
11886           adding doap file
11887
11888 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11889
11890         * configure.ac:
11891           libflac-1.1.3 changed API again, but we can't build against it yet,
11892           so make sure our check doesn't use libflac-1.1.3 and add a comment
11893           to this effect.
11894
11895 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11896
11897         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11898         (gst_quarktv_planetable_clear):
11899           Add some NULL pointer checks (possibly related to #385623).
11900
11901 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11902
11903         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11904         (gst_tag_demux_chain):
11905         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11906           In streaming mode, if the first buffer we get doesn't have an
11907           offset, fix it up to be 0, otherwise trimming won't work later on
11908           and we'll be typefinding application/x-id3, which may result in
11909           decodebin plugging an endless number of id3demux elements as a
11910           consequence. Fixes #385031.
11911           
11912 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11913
11914         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11915           Ignore the buffer_time the sound device reports. Turns out it is 
11916           sometimes completely bogus and we're better off without it.
11917
11918 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11919
11920         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11921         (gst_matroska_demux_video_caps):
11922         * gst/matroska/matroska-ids.c:
11923         (gst_matroska_track_init_video_context):
11924         * gst/matroska/matroska-ids.h:
11925           Try harder to extract the framerate for video tracks correctly and
11926           save it directly instead of converting it back and forth a few
11927           times. Mostly makes a difference for very small framerates (<1).
11928           Fixes #380199.
11929
11930 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11931
11932         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11933         (gst_gconf_audio_src_dispose), (do_toggle_element):
11934         * ext/gconf/gstgconfaudiosrc.h:
11935           Remove gconf notify hook when the gconfaudiosrc element is
11936           destroyed, otherwise the callback may be called on an
11937           already-destroyed instance and bad things happen. Should fix
11938           #378184.
11939           Also ignore gconf key changes when the source is already running.
11940
11941 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11942
11943         Patch by: Sebastian Dröge  <mail at slomosnail de>
11944
11945         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11946           We need to be able to read and parse any possible floating point string
11947           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11948           will parse the former only in certain locales though, so we really need
11949           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11950           make sure we can parse either version at all times.
11951           Fixes #382982 for real.
11952
11953 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11954
11955         * sys/sunaudio/gstsunaudiomixerctrl.c:
11956         * sys/sunaudio/gstsunaudiosrc.c:
11957
11958         Use the sunaudio debug category.
11959
11960         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
11961         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
11962         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
11963         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
11964         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
11965         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
11966         (gst_sunaudiosink_reset):
11967         * sys/sunaudio/gstsunaudiosink.h:
11968
11969         Uses the sunaudio debug category for all debug output
11970         Implements the _delay() callback to synchronise video playback better
11971         Change the segtotal and segsize values back to the parent class 
11972           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
11973           respectively)
11974         Measure the samples written to the device vs. played.
11975         Keep track of segments in the device by writing empty eof frames, and
11976         sleep using a GCond when we get too far ahead and risk overrunning the
11977         sink's ringbuffer.
11978
11979         Fixes: #360673
11980
11981 2006-12-08  Wim Taymans  <wim@fluendo.com>
11982
11983         Patch by: Sebastian Dröge  <mail at slomosnail de >
11984
11985         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
11986         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
11987         * gst/audiofx/audiopanorama.h:
11988         Fix audiopanorame with float samples. Fixes #383726.
11989
11990 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11991
11992         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
11993         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
11994         (gst_sunaudiosrc_reset):
11995
11996         Implement reset functions to unblock the src/sink more quickly on 
11997         state change requests.
11998         Patch by: Brian Cameron <brian dot cameron at sun com>
11999
12000 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12001
12002         * sys/sunaudio/gstsunaudiomixer.c:
12003         (gst_sunaudiomixer_change_state):
12004         Construct the correct mixer device name when the AUDIODEV env var
12005         is set.
12006
12007         Patch by: Jerry Tan <jerry.tan at sun dot com>
12008         Fixes: #383596
12009
12010 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12011
12012         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12013         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12014         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12015         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12016         Patch by: Jerry Tan <jerry.tan at sun dot com>
12017         Fixes: #349015
12018
12019 2006-12-07  Wim Taymans  <wim@fluendo.com>
12020
12021         * gst/smpte/gstmask.h:
12022         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12023         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12024         (gst_smpte_collected), (gst_smpte_set_property),
12025         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12026         * gst/smpte/gstsmpte.h:
12027         Port to 0.10 some more. 
12028         Added duration property to specify the duration of the transition.
12029         Make framerate a fraction.
12030         Deprecate fps property, we only use negotiated fps.
12031         Added docs.
12032         Fix collectpad usage.
12033         Reset state in READY.
12034         Send NEWSEGMENT event.
12035         Fix racy updates of object properties.
12036         Added debug category.
12037         Fixes #383323.
12038
12039 2006-12-06  Wim Taymans  <wim@fluendo.com>
12040
12041         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12042
12043         * gst/videomixer/videomixer.c:
12044         (gst_videomixer_set_master_geometry),
12045         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12046         Don't reset xpos and ypos in the setcaps function because causes
12047         unexpected behaviour.
12048         Fixes #382179.
12049
12050 2006-12-06  Wim Taymans  <wim@fluendo.com>
12051
12052         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12053         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12054         Keep track of the buffer timestamp in the collectdata member instead
12055         of modifying the buffer without making the metadata writable first.
12056         Fixes #382277.
12057
12058 2006-12-06  Wim Taymans  <wim@fluendo.com>
12059
12060         Patch by: Rob Taylor <robtaylor at floopily dot org>
12061
12062         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12063         If using multicast in udpsrc, bind to the multicast address rather than
12064         IN_ADDR_ANY.
12065         This allows the simultanous use of multiple udpsrcs listening on
12066         different multicat addresses. Without this all udpsrcs will receive all
12067         packets from all subscribed multicast addresses.
12068         Fixes #383001.
12069
12070 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12071
12072         * ext/taglib/gstid3v2mux.cc:
12073         Don't attempt to write a NULL frame into the ID3 tag set when the 
12074         createFrame method returned NULL.
12075         Fixes: #381857
12076         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12077
12078 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12079
12080         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12081         Use g_strtod() instead of sscanf to parse doubles, so that it will
12082         try parsing in the C locale if the current locale fails.
12083         Fixes: #382982
12084         Patch by: Sebastian Dröge  <mail at slomosnail de >
12085
12086 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12087
12088         * win32/MANIFEST:
12089         Fix compilation on win32 under VS8
12090         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12091         Partially fixes #381175
12092
12093 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12094
12095         * gst/avi/gstavimux.c:
12096           accept all mpegversions,fixes #380825
12097           spotted by: Jerome Alet  
12098
12099 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12100
12101         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12102         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12103         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12104         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12105           cleanup the error message a bit more
12106
12107 2006-11-28  Wim Taymans  <wim@fluendo.com>
12108
12109         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12110         Fix width and height properties.
12111
12112         * ext/libcaca/gstcacasink.h:
12113         Fix compilation on newer libcaca that require us to include a new
12114         header. Fixes #379918.
12115
12116 2006-11-28  Wim Taymans  <wim@fluendo.com>
12117
12118         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12119         * gst/rtsp/gstrtspsrc.h:
12120         * gst/rtsp/rtspext.h:
12121         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12122         (rtsp_ext_wms_get_context):
12123         Add method so that extensions can choose to disable the setup of
12124         a stream.
12125         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12126
12127 2006-11-27  Wim Taymans  <wim@fluendo.com>
12128
12129         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12130
12131         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12132         Push header in a separate buffer instead of memcpy:ing all data.
12133         Change LF => CRLF in headers.
12134         Move trailing LF to header. Fixes #379792.
12135
12136 2006-11-27  Wim Taymans  <wim@fluendo.com>
12137
12138         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12139         Small buffer overflow fix and improve debugging.
12140
12141 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12142
12143         * ext/esd/esdmon.h:
12144         * ext/esd/esdsink.h:
12145           remove obsolete _factory_init protos
12146
12147 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12148
12149         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12150         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12151         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12152         (gst_avi_demux_read_subindexes_push),
12153         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12154         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12155         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12156         (gst_avi_demux_massage_index),
12157         (gst_avi_demux_calculate_durations_from_index),
12158         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12159         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12160         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12161           remove dead code, tweak debugs statements, add comments, use
12162           _uint64_scale instead _uint64_scale_int when using guint64 values,
12163           small optimizations, reflow some error handling
12164
12165 2006-11-22  Edward Hervey  <edward@fluendo.com>
12166
12167         * po/.cvsignore:
12168         We never put .pot files in cvs. Let's ignore them all.
12169
12170 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12171
12172         * po/POTFILES.in:
12173           ... but better exclude files that aren't disted.
12174
12175 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12176
12177         * po/POTFILES.in:
12178           Add v4l2 source files to list of files with translations, so the
12179           strings are actually extracted (however bad they still may be).
12180
12181 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12182
12183         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12184           Minor clean-ups: const-ify static array, remove trailing comma from
12185           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12186
12187 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12188
12189         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12190         Make sure that g_free always gets called on the same pointer that was 
12191         returned by g_malloc.  Fixes #376594.
12192         Do not leak memory if decompressed size is wrong.
12193         Remove unneeded check of return value of g_malloc.
12194         Patch by: René Stadler <mail@renestadler.de>
12195
12196 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12197
12198         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12199           Add missing curly brackets.
12200
12201 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12202
12203         * sys/v4l2/v4l2src_calls.c:
12204         Fix capture_deinit.
12205
12206 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12207
12208         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12209         (gst_matroska_mux_request_new_pad):
12210           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12211
12212         * tests/check/elements/matroskamux.c: (setup_src_pad),
12213         (setup_sink_pad), (GST_START_TEST):
12214         Activate pads before using them.
12215
12216 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12217
12218         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12219           Initialise variable to get rid of bogus compiler warning.
12220
12221 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12222
12223         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12224
12225         * gst/rtp/gstrtph263pay.c:
12226         * gst/rtp/gstrtph263pdepay.c:
12227         * gst/rtp/gstrtph263ppay.c:
12228           Specify H.263 variant and version in the caps (fixes #361637)
12229
12230 2006-11-15  Wim Taymans  <wim@fluendo.com>
12231
12232         * gst/rtsp/rtspconnection.c: (read_body):
12233         Don't set a data pointer to NULL and a size > 0 when we deal
12234         with empty packets.
12235
12236         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12237         (rtsp_message_init_response), (rtsp_message_init_data),
12238         (rtsp_message_unset), (rtsp_message_free),
12239         (rtsp_message_take_body):
12240         Check that we can't create invalid empty packets. 
12241
12242 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12243
12244         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12245
12246         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12247         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12248         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12249         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12250         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12251         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12252         * gst/matroska/matroska-mux.h:
12253           Add basic tag writing support; implement releasing pads (#374658).
12254
12255 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12256
12257         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12258         (gst_matroska_demux_audio_caps):
12259           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12260
12261 2006-11-14  David Schleef  <ds@schleef.org>
12262
12263         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12264
12265 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12266
12267         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12268
12269         * win32/vs8/gst-plugins-good.sln:
12270         * win32/vs8/libgst1394.vcproj:
12271         * win32/vs8/libgstaasink.vcproj:
12272         * win32/vs8/libgstalaw.vcproj:
12273         * win32/vs8/libgstalpha.vcproj:
12274         * win32/vs8/libgstalphacolor.vcproj:
12275         * win32/vs8/libgstannodex.vcproj:
12276         * win32/vs8/libgstapetag.vcproj:
12277         * win32/vs8/libgstaudiofx.vcproj:
12278         * win32/vs8/libgstauparse.vcproj:
12279         * win32/vs8/libgstautodetect.vcproj:
12280         * win32/vs8/libgstavi.vcproj:
12281         * win32/vs8/libgstcacasink.vcproj:
12282         * win32/vs8/libgstcdio.vcproj:
12283         * win32/vs8/libgstcutter.vcproj:
12284         * win32/vs8/libgstdv.vcproj:
12285         * win32/vs8/libgsteffectv.vcproj:
12286         * win32/vs8/libgstflac.vcproj:
12287         * win32/vs8/libgstflxdec.vcproj:
12288         * win32/vs8/libgstgoom.vcproj:
12289         * win32/vs8/libgsticydemux.vcproj:
12290         * win32/vs8/libgstid3demux.vcproj:
12291         * win32/vs8/libgstjpeg.vcproj:
12292         * win32/vs8/libgstladspa.vcproj:
12293         * win32/vs8/libgstlevel.vcproj:
12294         * win32/vs8/libgstmatroska.vcproj:
12295         * win32/vs8/libgstmikmod.vcproj:
12296         * win32/vs8/libgstmng.vcproj:
12297         * win32/vs8/libgstmonoscope.vcproj:
12298         * win32/vs8/libgstmulaw.vcproj:
12299         * win32/vs8/libgstmultipart.vcproj:
12300         * win32/vs8/libgstpng.vcproj:
12301         * win32/vs8/libgstrtp.vcproj:
12302         * win32/vs8/libgstrtsp.vcproj:
12303         * win32/vs8/libgstshout2.vcproj:
12304         * win32/vs8/libgstsmpte.vcproj:
12305         * win32/vs8/libgstspeex.vcproj:
12306         * win32/vs8/libgsttaglib.vcproj:
12307         * win32/vs8/libgstudp.vcproj:
12308         * win32/vs8/libgstvideobalance.vcproj:
12309         * win32/vs8/libgstvideobox.vcproj:
12310         * win32/vs8/libgstvideoflip.vcproj:
12311         * win32/vs8/libgstvideomixer.vcproj:
12312         * win32/vs8/libgstwavenc.vcproj:
12313         * win32/vs8/libgstwavparse.vcproj:
12314           Make end-of-line returns unixy, so that when the files are checked
12315           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12316           Hopefully fixes #366492.
12317
12318 2006-11-14  Wim Taymans  <wim@fluendo.com>
12319
12320         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12321         Disable init_frames delay timestamp adjustment, it does not
12322         seem to be needed at all. Fixes #369621.
12323
12324 2006-11-13  Wim Taymans  <wim@fluendo.com>
12325
12326         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12327
12328         * gst/videomixer/videomixer.c:
12329         (gst_videomixer_set_master_geometry),
12330         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12331         (gst_videomixer_collect_free), (gst_videomixer_reset),
12332         (gst_videomixer_init), (gst_videomixer_finalize),
12333         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12334         (gst_videomixer_collected), (gst_videomixer_change_state):
12335         Fix memleak by unref'ing collectpads instance (when finalizing)
12336         Implement releasing a request pad. Fixes #374479.
12337
12338 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12339
12340         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12341
12342         * win32/vs8/gst-plugins-good.sln:
12343         * win32/vs8/libgst1394.vcproj:
12344         * win32/vs8/libgstaasink.vcproj:
12345         * win32/vs8/libgstalaw.vcproj:
12346         * win32/vs8/libgstalpha.vcproj:
12347         * win32/vs8/libgstalphacolor.vcproj:
12348         * win32/vs8/libgstannodex.vcproj:
12349         * win32/vs8/libgstapetag.vcproj:
12350         * win32/vs8/libgstaudiofx.vcproj:
12351         * win32/vs8/libgstauparse.vcproj:
12352         * win32/vs8/libgstautodetect.vcproj:
12353         * win32/vs8/libgstavi.vcproj:
12354         * win32/vs8/libgstcacasink.vcproj:
12355         * win32/vs8/libgstcdio.vcproj:
12356         * win32/vs8/libgstcutter.vcproj:
12357         * win32/vs8/libgstdv.vcproj:
12358         * win32/vs8/libgsteffectv.vcproj:
12359         * win32/vs8/libgstflac.vcproj:
12360         * win32/vs8/libgstflxdec.vcproj:
12361         * win32/vs8/libgstgoom.vcproj:
12362         * win32/vs8/libgsticydemux.vcproj:
12363         * win32/vs8/libgstid3demux.vcproj:
12364         * win32/vs8/libgstjpeg.vcproj:
12365         * win32/vs8/libgstladspa.vcproj:
12366         * win32/vs8/libgstlevel.vcproj:
12367         * win32/vs8/libgstmatroska.vcproj:
12368         * win32/vs8/libgstmikmod.vcproj:
12369         * win32/vs8/libgstmng.vcproj:
12370         * win32/vs8/libgstmonoscope.vcproj:
12371         * win32/vs8/libgstmulaw.vcproj:
12372         * win32/vs8/libgstmultipart.vcproj:
12373         * win32/vs8/libgstpng.vcproj:
12374         * win32/vs8/libgstrtp.vcproj:
12375         * win32/vs8/libgstrtsp.vcproj:
12376         * win32/vs8/libgstshout2.vcproj:
12377         * win32/vs8/libgstsmpte.vcproj:
12378         * win32/vs8/libgstspeex.vcproj:
12379         * win32/vs8/libgsttaglib.vcproj:
12380         * win32/vs8/libgstudp.vcproj:
12381         * win32/vs8/libgstvideobalance.vcproj:
12382         * win32/vs8/libgstvideobox.vcproj:
12383         * win32/vs8/libgstvideoflip.vcproj:
12384         * win32/vs8/libgstvideomixer.vcproj:
12385         * win32/vs8/libgstwavenc.vcproj:
12386         * win32/vs8/libgstwavparse.vcproj:
12387           Add VS8 project files (note that many of the plugins in ext are
12388           disabled by default). Fixes #366492.
12389
12390 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12391
12392         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12393           we do not translate debug messages
12394
12395 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12396
12397         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12398           fix categorisation, make short desc more explicit, remove unused code
12399           Fixes #372021
12400
12401 2006-11-08  Wim Taymans  <wim@fluendo.com>
12402
12403         * gst/rtp/gstrtpL16depay.c:
12404         * gst/rtp/gstrtpamrdepay.c:
12405         * gst/rtp/gstrtpamrpay.c:
12406         * gst/rtp/gstrtpgsmdepay.c:
12407         * gst/rtp/gstrtph263pay.c:
12408         * gst/rtp/gstrtph263pdepay.c:
12409         * gst/rtp/gstrtph263ppay.c:
12410         * gst/rtp/gstrtph264depay.c:
12411         * gst/rtp/gstrtpmp2tdepay.c:
12412         * gst/rtp/gstrtpmp4gdepay.c:
12413         * gst/rtp/gstrtpmp4gpay.c:
12414         * gst/rtp/gstrtpmp4vdepay.c:
12415         * gst/rtp/gstrtpmp4vpay.c:
12416         * gst/rtp/gstrtpmpadepay.c:
12417         * gst/rtp/gstrtpmpapay.c:
12418         * gst/rtp/gstrtppcmadepay.c:
12419         * gst/rtp/gstrtppcmapay.c:
12420         * gst/rtp/gstrtppcmudepay.c:
12421         * gst/rtp/gstrtppcmupay.c:
12422         * gst/rtp/gstrtpspeexdepay.c:
12423         * gst/rtp/gstrtpspeexpay.c:
12424         * gst/rtp/gstrtpsv3vdepay.c:
12425         Fix element descriptions.
12426
12427 2006-11-08  Wim Taymans  <wim@fluendo.com>
12428
12429         * gst/rtp/gstrtpvorbisdepay.c:
12430         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12431         Fix description.
12432         Small cleanup in the payloader.
12433
12434 2006-11-08  Wim Taymans  <wim@fluendo.com>
12435
12436         * gst/rtp/Makefile.am:
12437         * gst/rtp/gstrtp.c: (plugin_init):
12438         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12439         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12440         (gst_rtp_theora_depay_finalize),
12441         (gst_rtp_theora_depay_parse_configuration),
12442         (gst_rtp_theora_depay_setcaps),
12443         (gst_rtp_theora_depay_switch_codebook),
12444         (gst_rtp_theora_depay_process),
12445         (gst_rtp_theora_depay_set_property),
12446         (gst_rtp_theora_depay_get_property),
12447         (gst_rtp_theora_depay_change_state),
12448         (gst_rtp_theora_depay_plugin_init):
12449         * gst/rtp/gstrtptheoradepay.h:
12450         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12451         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12452         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12453         (gst_rtp_theora_pay_init_packet),
12454         (gst_rtp_theora_pay_flush_packet),
12455         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12456         (gst_rtp_theora_pay_handle_buffer),
12457         (gst_rtp_theora_pay_plugin_init):
12458         * gst/rtp/gstrtptheorapay.h:
12459         Add theora pay/depayloaders.
12460
12461 2006-11-06  Wim Taymans  <wim@fluendo.com>
12462
12463         * gst/rtp/Makefile.am:
12464         We depend on gsttag to generate the vorbis comments.
12465
12466         * gst/rtp/gstrtpvorbisdepay.c:
12467         (gst_rtp_vorbis_depay_parse_configuration),
12468         (gst_rtp_vorbis_depay_setcaps),
12469         (gst_rtp_vorbis_depay_switch_codebook),
12470         (gst_rtp_vorbis_depay_process):
12471         * gst/rtp/gstrtpvorbisdepay.h:
12472         Parse configuration string in the depayloader.
12473         Implement selecting and switching to a new codebook.
12474         Receiving vorbis over RTP now works.
12475
12476         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12477         (gst_rtp_vorbis_pay_init_packet),
12478         (gst_rtp_vorbis_pay_finish_headers),
12479         (gst_rtp_vorbis_pay_handle_buffer):
12480         * gst/rtp/gstrtpvorbispay.h:
12481         Set timestamps on outgoing buffers and RTP packets.
12482         Fix configuration string, prepend number of Packet headers.
12483         Fix encoding of ident string.
12484         Add delivery-method to caps.
12485         Streaming vorbis over RTP now works.
12486
12487 2006-11-06  Wim Taymans  <wim@fluendo.com>
12488
12489         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12490         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12491         (gst_rtp_vorbis_pay_handle_buffer):
12492         * gst/rtp/gstrtpvorbispay.h:
12493         Generate a valid configuration string in the caps based on the
12494         vorbis headers.
12495
12496 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12497
12498         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12499         * ext/cdio/gstcdio.h:
12500         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12501           Move CD-TEXT utility function into common file so it can also be
12502           used by a future cdioparanoiasrc.
12503
12504 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12505         
12506         * sys/v4l2/Makefile.am:
12507         * sys/v4l2/gstv4l2object.c:
12508         * sys/v4l2/gstv4l2src.c:
12509         * sys/v4l2/gstv4l2xoverlay.c:
12510         * sys/v4l2/v4l2_calls.c:
12511         * sys/v4l2/v4l2src_calls.c:
12512         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12513         xoverlay code that is still not implemented.
12514
12515 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12516
12517         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12518           We require a -base more recent than 0.10.9, so it's safe to use
12519           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12520
12521         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12522         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12523           Use _newsegment_full() now that we depend on a recent enough core.
12524
12525         * gst/wavparse/gstwavparse.c:
12526           Remove cruft that we don't need any longer now that we depend on
12527           a recent enough -base.
12528
12529 2006-10-31  Wim Taymans  <wim@fluendo.com>
12530
12531         * gst/rtp/Makefile.am:
12532         * gst/rtp/gstrtp.c: (plugin_init):
12533         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12534         (gst_rtpilbcpay_setcaps):
12535         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12536
12537 2006-10-31  Wim Taymans  <wim@fluendo.com>
12538
12539         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12540         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12541         Some small cleanups, use _scale.
12542
12543 2006-10-31  Wim Taymans  <wim@fluendo.com>
12544
12545         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12546         Use higher precision scale function.
12547
12548 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12549
12550         Patch by: Michal Benes  <michal dot benes at itonis tv>
12551
12552         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12553         (gst_matroska_demux_read_track_encodings),
12554         (gst_matroska_decode_buffer):
12555           Fix several issues with encoded/compressed/encrypted/signed tracks;
12556           also, remove superfluous newline characters from some debug
12557           statements. (#366155)
12558
12559 2006-10-30  Wim Taymans  <wim@fluendo.com>
12560
12561         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12562         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12563         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12564         (gst_smokedec_change_state):
12565         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12566         (gst_smokeenc_init), (gst_smokeenc_finalize),
12567         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12568         (gst_smokeenc_resync), (gst_smokeenc_chain),
12569         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12570         (gst_smokeenc_change_state):
12571         Various cleanups, capsnego and leak fixes.
12572
12573 2006-10-30  Wim Taymans  <wim@fluendo.com>
12574
12575         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12576
12577         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12578         Fix videomixer so that it can handle any combination of framerates.
12579         Fixes #367221.
12580
12581 2006-10-28  Wim Taymans  <wim@fluendo.com>
12582
12583         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12584         (gst_avi_demux_parse_file_header),
12585         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12586         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12587         (gst_avi_demux_chain):
12588         Fix position query for audio. also fixes timestamps in streaming
12589         mode and bug #364958.
12590         Small cleanups.
12591
12592 2006-10-27  Wim Taymans  <wim@fluendo.com>
12593
12594         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12595         * ext/libpng/gstpngenc.h:
12596         Fix strides. Fixes #364856.
12597         Cleanup capsnego.
12598         Set caps on outgoing buffers.
12599
12600 2006-10-18  Wim Taymans  <wim@fluendo.com>
12601
12602         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12603
12604         * gst/rtp/gstrtpgsmpay.c:
12605         * gst/rtp/gstrtph263pay.c:
12606         * gst/rtp/gstrtpmpapay.c:
12607         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12608         (gst_rtp_pcma_pay_handle_buffer):
12609         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12610         Add static payload numbers in addition to the dynamic ones.
12611         Fixes #361639.
12612
12613 2006-10-18  Wim Taymans  <wim@fluendo.com>
12614
12615         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12616         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12617         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12618         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12619         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12620         * gst/rtsp/rtspdefs.h:
12621         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12622         * gst/rtsp/rtspurl.h:
12623         Reuse already existing enum for lower transport.
12624         Add rtspt and rtspu protocols.
12625         Send redirect to rtspt when udp times out.
12626
12627 2006-10-18  Wim Taymans  <wim@fluendo.com>
12628
12629         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12630         (gst_wavparse_stream_data):
12631         Fix seeking some more, mostly for speed changes.
12632
12633 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12634
12635         Patch by: Fredrik Persson  <frepe at bredband net>
12636
12637         * sys/v4l2/gstv4l2tuner.c:
12638         * sys/v4l2/gstv4l2tuner.h:
12639           Fix _set_channel(): remove useless g_object_notify() for "channel"
12640           property that doesn't exist any longer and therefore now also
12641           useless redirect (#338818).
12642
12643 2006-10-17  Wim Taymans  <wim@fluendo.com>
12644
12645         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12646         Some drivers do not support unsetting the non-blocking flag once the
12647         device is opened. In those cases, close/open the device in
12648         non-blocking mode. Fixes #362673.
12649
12650 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12651
12652         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12653         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12654         (gst_v4l2src_get_fps):
12655           dear stefan, framespersecond is not frameperiod, reverting but adding
12656           comment
12657
12658 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12659
12660         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12661         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12662         (gst_v4l2src_get_fps):
12663           Numerator is numerator and denominator is denominator. Say that aloud
12664           5 times and retry after next beer.
12665
12666 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
12667
12668         Patch by: Josep Torra Valles  <josep at fluendo com>
12669
12670         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12671         * ext/esd/esdsink.c: (gst_esdsink_write):
12672         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12673         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12674         (gst_flac_dec_send_newsegment):
12675         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12676         (gst_flac_enc_tell_callback):
12677         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12678         (smokecodec_parse_header), (smokecodec_decode):
12679         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
12680         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
12681         * gst/goom/Makefile.am:
12682         * gst/goom/gstgoom.c:
12683         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
12684         * gst/rtsp/gstrtspsrc.c:
12685         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12686         * gst/udp/gstudpsink.c:
12687         * gst/udp/gstudpsrc.c:
12688         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
12689         * sys/sunaudio/gstsunaudiomixertrack.h:
12690           Fix a bunch of problems discovered by the Forte compiler, mostly type
12691           mixups and pointer arithmetics with void pointers. Fixes #362603.
12692
12693 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12694
12695         * ext/speex/gstspeex.c: (plugin_init):
12696         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
12697         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
12698         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
12699         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
12700         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
12701         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
12702         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
12703         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
12704         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
12705         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
12706         (gst_speex_enc_chain), (gst_speex_enc_get_property),
12707         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
12708         * ext/speex/gstspeexenc.h:
12709           Miscellaneous clean-ups, among other things: speexenc => enc to
12710           enhance code readability; change speexenc => speex_enc; in chain
12711           function unref input buffer in case of error; take reference in
12712           event function; use boilerplate macro; use gst_pad_query_peer_*
12713           convenience functions.
12714
12715 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12716
12717         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
12718         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
12719         (gst_speexenc_set_header_on_caps):
12720           Fix some mem leaks.
12721
12722 2006-10-11  Wim Taymans  <wim@fluendo.com>
12723
12724         * gst/rtsp/URLS:
12725         Added some other URL.
12726
12727         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
12728         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
12729         (gst_rtspsrc_open), (gst_rtspsrc_play),
12730         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12731         * gst/rtsp/gstrtspsrc.h:
12732         Work on fallback to TCP connection when the UDP socket times out.
12733         Handler server requests, just reply with OK for now.
12734
12735         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12736         * gst/rtsp/rtspdefs.h:
12737         Added some more Real extension headers.
12738
12739         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12740         Fix parsing of urls with a ':' that is not part of the hostname:port
12741         part of the url.
12742
12743 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
12744
12745         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
12746         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
12747         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12748           Activate pad before adding it to the already-running element.
12749
12750         * tests/check/elements/icydemux.c: (icydemux_found_pad):
12751           Activate newly-created pad too.
12752
12753 2006-10-11  Wim Taymans  <wim@fluendo.com>
12754
12755         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12756
12757         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12758         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
12759         (gst_udpsrc_start):
12760         Fix some leaks in caps and uris. Fixes #361252.
12761
12762 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12763
12764         * gst/wavparse/Makefile.am:
12765           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
12766
12767 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
12768
12769         * sys/v4l2/gstv4l2xoverlay.c:
12770         * sys/v4l2/gstv4l2xoverlay.h:
12771         Fix build as per the patch in #338818 comment 36.
12772
12773 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12774
12775         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12776           Activate pads before adding them to the source.
12777
12778 2006-10-06  Wim Taymans  <wim@fluendo.com>
12779
12780         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
12781         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
12782         Activate pads before adding.
12783
12784 2006-10-06  Wim Taymans  <wim@fluendo.com>
12785
12786         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12787         (gst_multipart_find_pad_by_mime):
12788         Activate pads before adding.
12789
12790         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12791         BOILERPLATE sets parent_class for us.
12792
12793 2006-10-06  Wim Taymans  <wim@fluendo.com>
12794
12795         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
12796         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
12797         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
12798         (gst_rtspsrc_alloc_udp_ports),
12799         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12800         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
12801         (gst_rtspsrc_create_transports_string),
12802         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
12803         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12804         * gst/rtsp/gstrtspsrc.h:
12805         Rework how the transport string is constructed, try to share channels
12806         and udp ports.
12807         Make most of the stuff less dependant on RTP as we are also going to use
12808         it for RDT.
12809         Add support for transport specific session managers.
12810
12811         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
12812         Implement _flush().
12813
12814         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12815         * gst/rtsp/rtspdefs.h:
12816         Add generic error return code.
12817
12818         * gst/rtsp/rtspext.h:
12819         Add support for pluggable tranport strings.
12820
12821         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
12822         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
12823         (rtsp_ext_wms_get_context):
12824         Detect WMServer and activate the extension.
12825
12826         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
12827         (rtsp_transport_get_manager), (rtsp_transport_parse):
12828         * gst/rtsp/rtsptransport.h:
12829         Added methods to get mime/manager for certain transports.
12830
12831 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12832
12833         * ext/cairo/gsttimeoverlay.c:
12834         (gst_cairo_time_overlay_update_font_height):
12835         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12836         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12837         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12838         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12839         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12840         * ext/libpng/gstpngdec.c: (user_endrow_callback):
12841         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12842         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12843         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12844         (gst_avi_demux_stream_data):
12845         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12846         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12847         (gst_fenced_buffer_copy):
12848         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12849         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12850         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12851         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12852         (gst_rtspsrc_handle_message):
12853         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12854         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12855           Printf format fixes.
12856
12857 2006-10-04  Wim Taymans  <wim@fluendo.com>
12858
12859         * gst/rtsp/Makefile.am:
12860         Dist new .h file too.
12861
12862 2006-10-04  Wim Taymans  <wim@fluendo.com>
12863
12864         * gst/rtsp/Makefile.am:
12865         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12866         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12867         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12868         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12869         (gst_rtspsrc_parse_rtpmap),
12870         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12871         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12872         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12873         * gst/rtsp/gstrtspsrc.h:
12874         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12875         * gst/rtsp/rtspdefs.h:
12876         * gst/rtsp/rtspext.h:
12877         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12878         (rtsp_ext_wms_get_context):
12879         * gst/rtsp/rtspextwms.h:
12880         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12881         (rtsp_transport_parse):
12882         * gst/rtsp/rtsptransport.h:
12883         Factor out extension in separate module.
12884         Fix getcaps to filter against the padtemplate.
12885         Use Content-Base if the server gives one.
12886         Rework the transport parsing a bit for future extensions.
12887         Added some Real Header field definitions.
12888
12889 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12890
12891         * docs/plugins/Makefile.am:
12892         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12893         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12894           added v4l2 stubs
12895         * gst-plugins-good.spec.in:
12896           add v4l2
12897
12898 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12899
12900         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12901           Extract disc/album/medium number and count and try harder
12902           to extract track number/count.
12903
12904 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12905
12906         * configure.ac:
12907         * sys/Makefile.am:
12908           add build stuff for v4l2, needs --enable-experimental until
12909           the last bits are resolved
12910
12911 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12912
12913         * tests/check/Makefile.am:
12914           Disable autodetect test temporarily, so that the build bots
12915           update -bad and the ranks of unreliable video sinks in there.
12916
12917         * tests/check/elements/autodetect.c: (GST_START_TEST):
12918           Skip test if no usable videosink is found.
12919
12920 2006-09-29  Wim Taymans  <wim@fluendo.com>
12921
12922         * gst/rtsp/URLS:
12923         Add some more URLs.
12924
12925         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12926         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12927         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12928         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12929         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12930         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12931         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12932         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12933         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12934         * gst/rtsp/gstrtspsrc.h:
12935         Add timeout property to control UDP timeouts.
12936         Fix error messages.
12937         Also start a loop function when operating in UDP mode so that we can
12938         do some more stuff async.
12939         Handle element messages from udpsrc to detect timeouts. If a timeout
12940         happens we currently generate an error.
12941         API: rtspsrc::timeout property.
12942
12943         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12944         (gst_udpsrc_create):
12945         Really implement the timeout in microseconds and not milliseconds.
12946
12947 2006-09-29  Wim Taymans  <wim@fluendo.com>
12948
12949         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12950         (gst_udpsrc_create), (gst_udpsrc_set_property),
12951         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12952         * gst/udp/gstudpsrc.h:
12953         Added property to post a message on timeout.
12954         Updated docs.
12955         When restarting the select, initialize the fdsets again.
12956         Init control sockets so we don't accidentally close a random socket.
12957         API: GstUDPSrc::timeout property
12958
12959 2006-09-29  Wim Taymans  <wim@fluendo.com>
12960
12961         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
12962         Fix flag registration.
12963
12964         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12965         Reading 0 also means 'no more commands'
12966
12967 2006-09-29  Wim Taymans  <wim@fluendo.com>
12968
12969         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
12970
12971         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12972         Fix possible infinite loop when shutting down, a read can also return
12973         0 to indicate no more messages are available. Fixes #358156.
12974
12975 2006-09-25  Wim Taymans  <wim@fluendo.com>
12976
12977         * gst/autodetect/gstautoaudiosink.c:
12978         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
12979         (gst_auto_audio_sink_find_best):
12980         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
12981         Small cleanups.
12982         don't try to set "sync" property when it is not available.
12983
12984 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12985
12986         Patch by: Peter Kjellerstedt  <pkj at axis com>
12987
12988         * gst/alpha/gstalpha.c:
12989         * gst/rtp/gstrtpamrdepay.c:
12990         * gst/rtsp/gstrtspsrc.c:
12991         * gst/udp/gstudpsrc.c:
12992         * gst/videomixer/videomixer.c:
12993           Include stdlib.h in some more places, makes things compile
12994           with uClibc and -Werror (#357592).
12995
12996 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12997
12998         * ext/jpeg/gstjpegdec.c:
12999           Set minimum height to 8 (from 16), our code should handle
13000           that fine. Some of the buttons on the apple trailer site
13001           are apparently only 15 pixels high (see #357470).
13002
13003 2006-09-23  Wim Taymans  <wim@fluendo.com>
13004
13005         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13006         (gst_rtspsrc_open):
13007         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13008         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13009         (rtsp_connection_receive):
13010         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13011         * gst/rtsp/rtspdefs.h:
13012         Improve error reporting.
13013
13014 2006-09-23  Wim Taymans  <wim@fluendo.com>
13015
13016         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13017         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13018         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13019         * gst/rtp/gstrtpdepay.c:
13020         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13021         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13022         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13023         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13024         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13025         (gst_rtp_mp2t_depay_plugin_init):
13026         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13027         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13028         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13029         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13030         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13031         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13032         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13033         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13034         Fix klass typos.
13035         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13036
13037 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13038
13039         * configure.ac:
13040           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13041
13042 2006-09-22  Wim Taymans  <wim@fluendo.com>
13043
13044         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13045         Don't check for a tag that is never there and check if we read the
13046         correct tag. Fixes seeking again.
13047         We must post an error when all pads are unlinked.
13048
13049 2006-09-22  Wim Taymans  <wim@fluendo.com>
13050
13051         * gst/rtp/Makefile.am:
13052         * gst/rtp/gstrtp.c: (plugin_init):
13053         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13054         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13055         (gst_rtp_vorbis_pay_reset_packet),
13056         (gst_rtp_vorbis_pay_init_packet),
13057         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13058         (gst_rtp_vorbis_pay_handle_buffer):
13059         More fixage, set endoder-params correctly in the payloader.
13060
13061 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13062
13063         * gst/autodetect/gstautoaudiosink.c:
13064         (gst_auto_audio_sink_base_init):
13065         * gst/autodetect/gstautovideosink.c:
13066         (gst_auto_video_sink_base_init):
13067           Make static pad templates static to appease valgrind's leak
13068           detector.
13069
13070         * tests/check/Makefile.am:
13071         * tests/check/elements/.cvsignore:
13072         * tests/check/elements/autodetect.c: (GST_START_TEST),
13073         (autodetect_suite):
13074           Add simple test for the ghostpad lockup on shutdown fixed in core
13075           CVS (audio bit disabled because it would need dozens of alsa
13076           suppressions and I'm too lazy to add those now).
13077
13078 2006-09-22  Wim Taymans  <wim@fluendo.com>
13079
13080         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13081         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13082         Small cleanups.
13083
13084         * gst/rtp/Makefile.am:
13085         * gst/rtp/gstrtp.c: (plugin_init):
13086         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13087         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13088         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13089         (gst_rtp_vorbis_depay_process),
13090         (gst_rtp_vorbis_depay_set_property),
13091         (gst_rtp_vorbis_depay_get_property),
13092         (gst_rtp_vorbis_depay_change_state),
13093         (gst_rtp_vorbis_depay_plugin_init):
13094         * gst/rtp/gstrtpvorbisdepay.h:
13095         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13096         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13097         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13098         (gst_rtp_vorbis_pay_flush_packet),
13099         (gst_rtp_vorbis_pay_append_buffer),
13100         (gst_rtp_vorbis_pay_handle_buffer),
13101         (gst_rtp_vorbis_pay_plugin_init):
13102         * gst/rtp/gstrtpvorbispay.h:
13103         Add experimental vorbis pay and depayloaders.
13104
13105 2006-09-21  Wim Taymans  <wim@fluendo.com>
13106
13107         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13108         Fix profile-level-id parsing and setup.
13109
13110 2006-09-21  Wim Taymans  <wim@fluendo.com>
13111
13112         * gst/udp/README:
13113         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13114         Update README, simple cleanup.
13115
13116 2006-09-21  Wim Taymans  <wim@fluendo.com>
13117
13118         * gst/rtp/README:
13119         Update README with some examples.
13120
13121         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13122         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13123         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13124         (gst_rtp_mp4g_pay_setcaps):
13125         * gst/rtp/gstrtpmp4gpay.h:
13126         Make optional RTP parameters of type STRING, as required by the
13127         application/x-rtp caps specification.
13128
13129 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13130
13131         * gst/rtp/gstrtph263pdepay.c:
13132         * gst/rtp/gstrtph263ppay.c:
13133         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13134         RTP header.
13135
13136 2006-09-20  Wim Taymans  <wim@fluendo.com>
13137
13138         * gst/rtp/Makefile.am:
13139         And makefile too.
13140
13141 2006-09-20  Wim Taymans  <wim@fluendo.com>
13142
13143         * gst/rtp/gstrtp.c: (plugin_init):
13144         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13145         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13146         (decode_base64), (gst_rtp_asf_depay_setcaps),
13147         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13148         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13149         (gst_rtp_asf_depay_plugin_init):
13150         * gst/rtp/gstrtpasfdepay.h:
13151         Added preliminary ASF depayloader.
13152
13153         * gst/rtp/gstrtph264depay.c: (decode_base64):
13154         Fix base64 decoding.
13155
13156 2006-09-20  Wim Taymans  <wim@fluendo.com>
13157
13158         * gst/rtsp/URLS:
13159         Added some test URLS.
13160
13161         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13162         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13163         * gst/rtsp/gstrtspsrc.h:
13164         When creating streams, give access to the complete SDP.
13165         Fix some leaks.
13166         Collect and merge global stream properties in stream caps.
13167         Preliminary support for WMServer.
13168
13169         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13170         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13171         (rtsp_connection_receive):
13172         * gst/rtsp/rtspconnection.h:
13173         Make connection interruptable.
13174         Refactor to make it reconnectable.
13175         Don't fail on short reads when reading data packets.
13176
13177         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13178         (rtsp_url_get_port):
13179         * gst/rtsp/rtspurl.h:
13180         Add methods for getting/setting the port.
13181
13182         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13183         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13184         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13185         (sdp_media_get_format), (sdp_parse_line),
13186         (sdp_message_parse_buffer):
13187         Fix headers. 
13188         Add methods for getting multiple attributes with the same name.
13189         Increase buffer size when parsing.
13190         Fix parsing of a=foo fields.
13191
13192         * gst/rtsp/test.c: (main):
13193         Update to new connection API.
13194
13195         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13196         (rtsp_message_init_response), (rtsp_message_init_data),
13197         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13198         * gst/rtsp/rtspmessage.h:
13199         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13200         * gst/rtsp/rtsptransport.h:
13201         * gst/rtsp/sdp.h:
13202         * gst/rtsp/sdpmessage.h:
13203         * gst/rtsp/gstrtsp.c:
13204         * gst/rtsp/gstrtsp.h:
13205         * gst/rtsp/gstrtpdec.c:
13206         * gst/rtsp/gstrtpdec.h:
13207         * gst/rtsp/rtsp.h:
13208         * gst/rtsp/rtspdefs.c:
13209         * gst/rtsp/rtspdefs.h:
13210         Dual licensed under MIT and LGPL now.
13211
13212 2006-09-19  Wim Taymans  <wim@fluendo.com>
13213
13214         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13215         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13216         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13217         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13218         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13219         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13220         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13221         * gst/rtsp/gstrtspsrc.h:
13222         Reorganize stream parsing and creation.
13223         Detect container formats in interleaved mode.
13224         Keep more state about the streams.
13225         Assume a server also supports PLAY if it does not say.
13226         Add unicast and interleaved properties to TCP transport requests to make
13227         some servers happy (WMServer).
13228
13229         * gst/rtsp/sdpmessage.h:
13230         Add some defines for the standard Bandwidth types.
13231
13232 2006-09-19  Wim Taymans  <wim@fluendo.com>
13233
13234         * gst/rtsp/test.c: (main):
13235         Fix build.
13236
13237 2006-09-19  Wim Taymans  <wim@fluendo.com>
13238
13239         * gst/wavparse/gstwavparse.c:
13240         Add ms-gsm to the src template.
13241
13242 2006-09-18  Wim Taymans  <wim@fluendo.com>
13243
13244         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13245         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13246         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13247         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13248         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13249         * gst/rtsp/gstrtspsrc.h:
13250         Small cleanups, added documentation.
13251         Try to clean up the requests and responses.
13252         Refactor parsing the supported methods.
13253
13254         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13255         (rtsp_connection_create), (rtsp_connection_send),
13256         (parse_response_status), (parse_request_line),
13257         (rtsp_connection_receive), (rtsp_connection_close),
13258         (rtsp_connection_free):
13259         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13260         (rtsp_transport_init), (rtsp_transport_parse),
13261         (rtsp_transport_free):
13262         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13263         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13264         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13265         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13266         Use g_return_val some more.
13267
13268         * gst/rtsp/rtspdefs.h:
13269         Add more enum values to track initial states.
13270
13271         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13272         (rtsp_message_init_request), (rtsp_message_new_response),
13273         (rtsp_message_init_response), (rtsp_message_init_data),
13274         (rtsp_message_unset), (rtsp_message_free),
13275         (rtsp_message_add_header), (rtsp_message_remove_header),
13276         (rtsp_message_get_header), (rtsp_message_set_body),
13277         (rtsp_message_take_body), (rtsp_message_get_body),
13278         (rtsp_message_steal_body), (rtsp_message_dump):
13279         * gst/rtsp/rtspmessage.h:
13280         Reorder arguments, object goes as the first one.
13281         Use g_return_val some more.
13282
13283 2006-09-18  Wim Taymans  <wim@fluendo.com>
13284
13285         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13286         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13287         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13288         * gst/rtsp/gstrtspsrc.h:
13289         Export sometimes source pad with correct caps on the template, create
13290         the ghostpad from the template.
13291         Remove RTCP template as we never expose RTCP.
13292         Protect against invalid body size.
13293         Avoid memcpy when creating the output buffer.
13294         Properly post an error and send EOS when the loop function is shut down.
13295
13296 2006-09-18  Wim Taymans  <wim@fluendo.com>
13297
13298         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13299
13300         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13301         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13302         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13303         * gst/rtsp/gstrtspsrc.h:
13304         Make sure we can never set an invalid location.
13305
13306         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13307         * gst/rtsp/rtspmessage.h:
13308         Added _steal_body method for future use.
13309
13310         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13311         Make freeing of NULL url return immediatly.
13312
13313 2006-09-18  Wim Taymans  <wim@fluendo.com>
13314
13315         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13316
13317         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13318         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13319         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13320         (gst_rtspsrc_change_state):
13321         * gst/rtsp/gstrtspsrc.h:
13322         Use boilerplate.
13323         Make rtspsrc subclass GstBin to make state changes easier.
13324         Add Range header field on the PLAY request.
13325
13326 2006-09-18  Wim Taymans  <wim@fluendo.com>
13327
13328         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13329
13330         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13331         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13332         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13333         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13334         * gst/rtsp/rtspconnection.c: (inet_aton):
13335         Small cleanups.
13336         when multicast is selected as the transport, create UDP sources and
13337         connect to the multicast group.
13338         Move parsing and setting of caps to a common place.
13339         Fixes #349894.
13340
13341 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13342
13343         * ext/flac/gstflactag.c:
13344         * gst/alpha/gstalpha.c:
13345         * gst/debug/breakmydata.c:
13346         * gst/debug/negotiation.c:
13347         * gst/debug/testplugin.c:
13348         * gst/effectv/gstaging.c:
13349         * gst/effectv/gstdice.c:
13350         * gst/effectv/gstedge.c:
13351         * gst/effectv/gstquark.c:
13352         * gst/effectv/gstrev.c:
13353         * gst/effectv/gstshagadelic.c:
13354         * gst/effectv/gstvertigo.c:
13355         * gst/effectv/gstwarp.c:
13356         * gst/multipart/multipartdemux.c:
13357         * gst/multipart/multipartmux.c:
13358         * gst/videobox/gstvideobox.c:
13359         * gst/videofilter/gstgamma.c:
13360         * gst/videofilter/gstvideotemplate.c:
13361         * gst/videomixer/videomixer.c:
13362         * sys/sunaudio/gstsunaudiosrc.h:
13363         More G_OBJECT macro fixing.
13364
13365 2006-09-16  Wim Taymans  <wim@fluendo.com>
13366
13367         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13368
13369         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13370         Correctly set the dwLength in strh.
13371         With this patch, the file duration is now displayed correctly in window
13372         media player and the AVI plays completely. Fixes #356147
13373
13374 2006-09-15  Wim Taymans  <wim@fluendo.com>
13375
13376         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13377
13378         * sys/sunaudio/gstsunaudiomixerctrl.c:
13379         (gst_sunaudiomixer_ctrl_build_list):
13380         Set the output track as the MASTER so that the gnome-settings-daemon
13381         keybindings for changing the volume using the keyboard works.
13382         Fixes #356142.
13383
13384 2006-09-15  Wim Taymans  <wim@fluendo.com>
13385
13386         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13387         Fix documentation, it is not possible to control the framerate of jpegdec
13388         using filtered caps yet. Fixes #355210.
13389         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13390         stop when there is an error.
13391
13392 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13393
13394         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13395         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13396           Don't interpret a first buffer with an offset of NONE as
13397           'from the middle of the stream', but only a first buffer
13398           that has a valid buffer offset that's non-zero (see #345449).
13399
13400 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13401
13402         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13403         (gst_icydemux_typefind_or_forward):
13404         * gst/icydemux/gsticydemux.h:
13405           When we merge/collect multiple incoming buffers for typefinding
13406           purposes, keep an initial 0 offset on the first outgoing buffer
13407           as well (otherwise id3demux won't work right). Fixes #345449.
13408           Also Make buffer metadata writable before setting buffer caps.
13409
13410         * tests/check/elements/icydemux.c: (typefind_succeed),
13411         (cleanup_icydemux), (push_data), (GST_START_TEST),
13412         (icydemux_suite):
13413           Small test case for the above.
13414
13415 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13416
13417         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13418         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13419         (gst_avi_demux_stream_header_push),
13420         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13421         (gst_avi_demux_loop):
13422           More code reuse and better logging in _peek_chunk(). Reintroduce check
13423           for chunk sizes before reading them (avoid oom). Better handling for 
13424           invalid chunksizes when streaming.
13425
13426 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13427
13428         * gst/level/gstlevel.c: (gst_level_set_property):
13429         * gst/level/gstlevel.h:
13430           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13431           René Stadler
13432
13433 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13434
13435         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13436         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13437         (gst_avi_demux_stream_data):
13438           Revert one change to fix streaming avi (adapter size != data size).
13439
13440 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13441
13442         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13443
13444         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13445         (gst_matroska_demux_reset),
13446         (gst_matroska_demux_read_track_encodings),
13447         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13448         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13449         (gst_matroska_demux_subtitle_caps):
13450         * gst/matroska/matroska-ids.h:
13451           Add support for VOBSUB subtitle tracks and zlib-compressed
13452           tracks. Make sure we start on a keyframe after a seek. (#343348)
13453
13454 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13455
13456         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13457         (gst_matroska_demux_push_flac_codec_priv_data),
13458         (gst_matroska_demux_push_xiph_codec_priv_data),
13459         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13460         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13461         * gst/matroska/matroska-ids.h:
13462           Add basic FLAC support (#311586), not perfect yet though, needs some
13463           tweaking in flacdec; also, seeking could be better.
13464           Do better bounds checking when deserialising vorbis stream headers
13465           to make sure we don't read beyond the end of the buffer on bad input.
13466
13467 2006-09-04  Wim Taymans  <wim@fluendo.com>
13468
13469         Patch by: Alessandro Decina <alessandro at nnva dot org>
13470
13471         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13472         Seeking back in a file containing a CMML stream errors out if the seek
13473         goes back up to the CMML headers. This is because after the seek the xml
13474         processing instruction <?xml ...?> is submitted to the xml parser again, 
13475         which results in an error. The attached patch fixes the problem. 
13476         Fixes #353908.
13477
13478         * ext/annodex/gstcmmlenc.h:
13479         Fix authors name.
13480
13481
13482 2006-08-28  Andy Wingo  <wingo@pobox.com>
13483
13484         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13485         New helper function to lessen the ifdefs.
13486         (GST_INFO_OBJECT): 
13487         (gst_dv1394src_iso_receive): Use it.
13488         (gst_dv1394src_create): Also use the control sockets in iec61883
13489         mode.
13490         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13491         handle for AVC operations; fixes #348233.
13492
13493 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13494
13495         * configure.ac:
13496         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13497         * docs/plugins/inspect/plugin-audiofx.xml:
13498         * docs/plugins/inspect/plugin-audiofxgood.xml:
13499         * gst/audiofx/Makefile.am:
13500         * gst/audiofx/audiofx.c:
13501         * gst/audiofxgood/.cvsignore:
13502         * gst/audiofxgood/Makefile.am:
13503         * gst/audiofxgood/audiofx.c:
13504         * gst/audiofxgood/audiopanorama.c:
13505         * gst/audiofxgood/audiopanorama.h:
13506           Rename again (audiofxgood -> audiofx).
13507
13508 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13509
13510         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13511         (gst_avi_demux_stream_scan):
13512           Initialze variables.
13513
13514 2006-08-25  Wim Taymans  <wim@fluendo.com>
13515
13516         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13517         (gst_avi_demux_init), (gst_avi_demux_finalize),
13518         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13519         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13520         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13521         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13522         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13523         (gst_avi_demux_massage_index),
13524         (gst_avi_demux_calculate_durations_from_index),
13525         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13526         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13527         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13528         (gst_avi_demux_change_state):
13529         * gst/avi/gstavidemux.h:
13530         More attempts to turn this into readable code.
13531         Don't leak adapters.
13532         Calculate duration according to index more efficiently.
13533         Don't try to act like we drive the pipeline in chain mode.
13534
13535 2006-08-25  Wim Taymans  <wim@fluendo.com>
13536
13537         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13538         Fix build.
13539
13540 2006-08-25  Wim Taymans  <wim@fluendo.com>
13541
13542         Patch by: Alessandro Decina <alessandro at nnva dot org>
13543
13544         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13545         Do some extra sanity checks.
13546         Fixes #350340.
13547
13548         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13549         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13550         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13551         Check if clip->start_time is valid before adding the clip to the
13552         track list.
13553         Reset enc->preamble going from PAUSED to READY.
13554         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13555         only used for EOS.
13556         Only post an error message if we were the one that created the fatal
13557         GstFlowReturn value.
13558
13559         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13560         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13561         Parse the seconds field of the npt-sec time format using %llu rather than
13562         %d and check that the value scaled by GST_SECOND doesn't overflow.
13563         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13564         Lookup a clip's track with clip->track rather than clip->id which
13565         makes no sense.
13566         Identify a clip by its track and start time and not its xml id.
13567         do some more input checking and make sure we don't do undefined shifts.
13568
13569         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13570         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13571         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13572         (push_clip), (push_empty_clip), (check_output_clip),
13573         (GST_START_TEST), (cmmldec_suite):
13574         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13575         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13576         (check_headers), (push_clip), (check_clip_times), (check_clip),
13577         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13578         Added some more checks.
13579
13580 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13581
13582         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13583         (gst_audio_panorama_set_property),
13584         (gst_audio_panorama_get_property),
13585         (gst_audio_panorama_transform_m2s_int),
13586         (gst_audio_panorama_transform_s2s_int),
13587         (gst_audio_panorama_transform_m2s_float),
13588         (gst_audio_panorama_transform_s2s_float):
13589         * gst/audiofxgood/audiopanorama.h:
13590         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13591           Make also the pan-property float (saves scaling and yields better
13592           resolution)
13593
13594 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13595
13596         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13597         (gst_audio_panorama_transform_m2s_float),
13598         (gst_audio_panorama_transform_s2s_float):
13599           ChangeLog surgery to add cymax's real name
13600
13601
13602 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13603
13604         Patch by: René Stadler <mail@renestadler.de>
13605
13606         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13607         (gst_audio_panorama_transform_m2s_int),
13608         (gst_audio_panorama_transform_s2s_int),
13609         (gst_audio_panorama_transform_m2s_float),
13610         (gst_audio_panorama_transform_s2s_float),
13611         (gst_audio_panorama_transform):
13612         * gst/audiofxgood/audiopanorama.h:
13613           Added float support
13614
13615 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13616
13617         * gst/audiofxgood/audiopanorama.c:
13618         (gst_audio_panorama_transform_m2s):
13619           Fix docs & debug category. Add Fixme for volume pan levels.
13620
13621 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13622
13623         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13624         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13625         (gst_avi_demux_stream_header_pull),
13626         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13627         (gst_avi_demux_chain):
13628           unbreak AVI index handling, some more debug, remove an obsolete
13629           adapter_flush that caused streaming to wander off in the wild
13630
13631 2006-08-24  Wim Taymans  <wim@fluendo.com>
13632
13633         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13634         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13635         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13636         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13637         (gst_avi_demux_calculate_durations_from_index),
13638         (gst_avi_demux_stream_header_push),
13639         (gst_avi_demux_stream_header_pull):
13640         * gst/avi/gstavidemux.h:
13641         Some more cleanups. 
13642         Fix totalFrames parsing in ODML.
13643         Disable use of index for length calculation in case of ODML as this is
13644         broken now.
13645
13646 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13647
13648         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13649           Use libgsttag helper function here too.
13650
13651 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13652
13653         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13654         (gst_avi_demux_init), (gst_avi_demux_dispose),
13655         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13656         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13657         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13658         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13659         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13660         (gst_avi_demux_parse_subindex),
13661         (gst_avi_demux_read_subindexes_push),
13662         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13663         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13664         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13665         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13666         (gst_avi_demux_stream_header_pull),
13667         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13668         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13669         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13670         (gst_avi_demux_change_state):
13671         * gst/avi/gstavidemux.h:
13672           Initial streaming support for avidemux (fixes #336465)
13673
13674 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13675
13676         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13677           There is no taglibmux element ...
13678
13679         * gst/rtsp/gstrtspsrc.c:
13680           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
13681           was complaining about unknown entity here.
13682
13683 2006-08-22  Wim Taymans  <wim@fluendo.com>
13684
13685         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13686         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
13687         (gst_avi_demux_process_next_entry):
13688         * gst/avi/gstavidemux.h:
13689         Mark DISCONT.
13690         Remove old unused fields and reorder the struct a bit.
13691
13692 2006-08-22  Wim Taymans  <wim@fluendo.com>
13693
13694         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13695         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
13696         (gst_rtspsrc_pause):
13697         * gst/rtsp/gstrtspsrc.h:
13698         * sys/oss/gstosssink.c: (gst_oss_sink_open),
13699         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13700         Small documentation updates.
13701
13702 2006-08-22  Wim Taymans  <wim@fluendo.com>
13703
13704         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13705         (gst_avi_demux_index_entry_for_time),
13706         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13707         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
13708         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13709         (gst_avi_demux_next_data_buffer),
13710         (gst_avi_demux_calculate_durations_from_index),
13711         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
13712         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13713         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13714         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
13715         * gst/avi/gstavidemux.h:
13716         Precalc most of the duration query for each stream.
13717         Make seeking more correct.
13718         Use GstSegment to track position and duration.
13719         Code cleanups and leak fixes.
13720         Calculate correct total duration based on index length.
13721
13722 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
13723
13724         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13725         (parse_insert_string_field):
13726           If strings in text fields are marked ISO8859-1, but contain
13727           valid UTF-8 already, then handle them as UTF-8 and ignore
13728           the encoding. (#351794)
13729
13730 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13731
13732         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
13733         (gst_flac_dec_write), (gst_flac_dec_loop),
13734         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
13735         (gst_flac_dec_src_query):
13736         * ext/flac/gstflacdec.h:
13737           Make flac-in-ogg work (#352100).
13738
13739 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13740
13741         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13742           Don't unref buffers of which we've already given away
13743           ownership to the adapter.
13744
13745 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13746
13747         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
13748           Make metadata extraction actually work.
13749
13750         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
13751         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
13752         (gst_speexenc_chain):
13753           Fix metadata writing: replace old code which wrote completely
13754           broken tags with libgsttag-based code. Plus miscellaneous
13755           code cleanups (use static pad templates etc.) and a bunch
13756           of leak fixes.
13757
13758 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13759
13760         * gst/audiopanorama/.cvsignore:
13761         * gst/audiopanorama/Makefile.am:
13762         * gst/audiopanorama/audiofx.c:
13763         * gst/audiopanorama/audiopanorama.c:
13764         * gst/audiopanorama/audiopanorama.h:
13765           die! die! die! you should never have been there
13766
13767 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13768
13769         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13770         Fix invalid memory access in audiopanorama test suite.
13771
13772 2006-08-21  Edward Hervey  <edward@fluendo.com>
13773
13774         * tests/check/elements/.cvsignore:
13775         ignore built file
13776
13777 2006-08-21  Wim Taymans  <wim@fluendo.com>
13778
13779         * gst/rtp/Makefile.am:
13780         Fix the build again.
13781
13782 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13783
13784         * gst/audiofxgood/.cvsignore:
13785         * gst/audiofxgood/Makefile.am:
13786         * gst/audiofxgood/audiofx.c: (plugin_init):
13787         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13788         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13789         (gst_audio_panorama_set_property),
13790         (gst_audio_panorama_get_property),
13791         (gst_audio_panorama_get_unit_size),
13792         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13793         (gst_audio_panorama_transform_m2s),
13794         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13795         * gst/audiofxgood/audiopanorama.h:
13796           resubmit with the desired name *again*
13797
13798 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13799
13800         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
13801         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
13802           use g_assert in _get_unit_size
13803
13804 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13805
13806         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13807         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13808         * docs/plugins/inspect/plugin-audiofxgood.xml:
13809           cleanup -unused.txt to make it useful, add previously missing docs
13810
13811         * ext/Makefile.am:
13812           Quietly (accidentally) enable LADSPA for building by default, 
13813           despite the fact that it doesn't meet the plugin checklist.
13814             -- Added by Jan Schmidt 18 Dec 2006
13815
13816         * ext/esd/esdmon.c:
13817         * ext/esd/esdsink.c:
13818         * ext/esd/gstesd.c: (plugin_init):
13819           reflow to get rid of two external symbols
13820
13821         * gst/audiofxgood/audiofx.c: (plugin_init):
13822           re-add
13823
13824 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13825
13826         * configure.ac:
13827         * gst/audiofxgood/.cvsignore:
13828         * gst/audiofxgood/Makefile.am:
13829         * gst/audiofxgood/audiofx.c
13830         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13831         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13832         (gst_audio_panorama_set_property),
13833         (gst_audio_panorama_get_property),
13834         (gst_audio_panorama_get_unit_size),
13835         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13836         (gst_audio_panorama_transform_m2s),
13837         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13838         * gst/audiofxgood/audiopanorama.h:
13839         * tests/check/Makefile.am:
13840         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13841         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13842         (panorama_suite), (main):
13843         Add audiofxgood plugin with audiopanorama element
13844
13845 2006-08-18  Wim Taymans  <wim@fluendo.com>
13846
13847         * docs/plugins/Makefile.am:
13848         More Oss docs fixage. 
13849
13850 2006-08-18  Wim Taymans  <wim@fluendo.com>
13851
13852         * gst/rtp/Makefile.am:
13853         * gst/rtp/gstrtp.c: (plugin_init):
13854         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13855         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13856         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13857         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13858         (gst_rtp_sv3v_depay_get_property),
13859         (gst_rtp_sv3v_depay_change_state),
13860         (gst_rtp_sv3v_depay_plugin_init):
13861         * gst/rtp/gstrtpsv3vdepay.h:
13862         Added experimental SVQ3 depayloader.
13863
13864 2006-08-18  Edward Hervey  <edward@fluendo.com>
13865
13866         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13867         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13868         * ext/dv/gstdvdemux.h:
13869         When handling seek requests, don't send the newsegment event from the
13870         calling thread. Instead save it so it can be sent from the streaming
13871         thread.
13872
13873 2006-08-17  Wim Taymans  <wim@fluendo.com>
13874
13875         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13876
13877         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13878         Accept leading whitespace before the boundary
13879         This patch makes the demuxer allow some whitespace before the actual
13880         boundary. This makes the demuxer work with the ``old'' gstreamer
13881         multipartmuxer again (which placed an extra \n before the start
13882         of the stream) Fixes #349068.
13883
13884 2006-08-17  Wim Taymans  <wim@fluendo.com>
13885
13886         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13887         Error out on non-implemented stuff.
13888
13889 2006-08-16  Wim Taymans  <wim@fluendo.com>
13890
13891         Patch by: Andy Wingo <wingo at pobox dot com>
13892
13893         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13894         (gst_signal_processor_start), (gst_signal_processor_stop),
13895         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13896         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13897         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13898         (gst_signal_processor_change_state):
13899         Make ladspa elements reusable. Fixes #350006.
13900
13901 2006-08-16  Wim Taymans  <wim@fluendo.com>
13902
13903         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13904         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13905         names as possible. Fixes #349901.
13906
13907 2006-08-16  Wim Taymans  <wim@fluendo.com>
13908
13909         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13910         (gst_signal_processor_do_pushes):
13911         A push() gives away our refcount so we should not use the buffer on the
13912         pen anymore.
13913
13914 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13915
13916         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13917         (gst_oss_mixer_element_finalize):
13918           Don't leak device string.
13919
13920 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13921
13922         * configure.ac:
13923           Require CVS of GStreamer core and -base (for
13924           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13925
13926         * ext/taglib/gstid3v2mux.cc:
13927           Write extended comment tags properly (#348762).
13928
13929         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13930         (parse_comment_frame):
13931           Extract COMM frames into extended comments, which makes it
13932           easier to properly retain the description bit of the tag
13933           and maintain this information when re-tagging (#348762).
13934
13935 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13936
13937         * tests/check/Makefile.am:
13938           Don't try to run annodex unit tests if the annodex
13939           plugin has not been built (Fixes #351116).
13940
13941 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13942
13943         * gst/autodetect/gstautoaudiosink.c:
13944         (gst_auto_audio_sink_find_best):
13945           When we can't find a usable audiosink, don't error out,
13946           but use a fake sink instead and post a warning message
13947           on the bus (#341278).
13948
13949 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13950
13951         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13952         * sys/oss/gstosssink.c:
13953         * sys/oss/gstosssrc.c:
13954           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13955           ossmixer's new device property.
13956
13957         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13958         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13959           Add docs for OSS elements.
13960
13961         * docs/plugins/inspect/plugin-aasink.xml:
13962         * docs/plugins/inspect/plugin-alaw.xml:
13963         * docs/plugins/inspect/plugin-alpha.xml:
13964         * docs/plugins/inspect/plugin-alphacolor.xml:
13965         * docs/plugins/inspect/plugin-annodex.xml:
13966         * docs/plugins/inspect/plugin-apetag.xml:
13967         * docs/plugins/inspect/plugin-auparse.xml:
13968         * docs/plugins/inspect/plugin-autodetect.xml:
13969         * docs/plugins/inspect/plugin-avi.xml:
13970         * docs/plugins/inspect/plugin-cacasink.xml:
13971         * docs/plugins/inspect/plugin-cairo.xml:
13972         * docs/plugins/inspect/plugin-cdio.xml:
13973         * docs/plugins/inspect/plugin-cutter.xml:
13974         * docs/plugins/inspect/plugin-debug.xml:
13975         * docs/plugins/inspect/plugin-dv.xml:
13976         * docs/plugins/inspect/plugin-efence.xml:
13977         * docs/plugins/inspect/plugin-effectv.xml:
13978         * docs/plugins/inspect/plugin-esdsink.xml:
13979         * docs/plugins/inspect/plugin-flac.xml:
13980         * docs/plugins/inspect/plugin-flxdec.xml:
13981         * docs/plugins/inspect/plugin-gconfelements.xml:
13982         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
13983         * docs/plugins/inspect/plugin-goom.xml:
13984         * docs/plugins/inspect/plugin-halelements.xml:
13985         * docs/plugins/inspect/plugin-icydemux.xml:
13986         * docs/plugins/inspect/plugin-id3demux.xml:
13987         * docs/plugins/inspect/plugin-jpeg.xml:
13988         * docs/plugins/inspect/plugin-level.xml:
13989         * docs/plugins/inspect/plugin-matroska.xml:
13990         * docs/plugins/inspect/plugin-mulaw.xml:
13991         * docs/plugins/inspect/plugin-multipart.xml:
13992         * docs/plugins/inspect/plugin-navigationtest.xml:
13993         * docs/plugins/inspect/plugin-ossaudio.xml:
13994         * docs/plugins/inspect/plugin-png.xml:
13995         * docs/plugins/inspect/plugin-rtp.xml:
13996         * docs/plugins/inspect/plugin-rtsp.xml:
13997         * docs/plugins/inspect/plugin-shout2send.xml:
13998         * docs/plugins/inspect/plugin-smpte.xml:
13999         * docs/plugins/inspect/plugin-speex.xml:
14000         * docs/plugins/inspect/plugin-taglib.xml:
14001         * docs/plugins/inspect/plugin-udp.xml:
14002         * docs/plugins/inspect/plugin-videobalance.xml:
14003         * docs/plugins/inspect/plugin-videobox.xml:
14004         * docs/plugins/inspect/plugin-videoflip.xml:
14005         * docs/plugins/inspect/plugin-videomixer.xml:
14006         * docs/plugins/inspect/plugin-wavenc.xml:
14007         * docs/plugins/inspect/plugin-wavparse.xml:
14008         * docs/plugins/inspect/plugin-ximagesrc.xml:
14009           Update to CVS version.
14010           
14011 2006-08-16  Wim Taymans  <wim@fluendo.com>
14012
14013         * gst/rtp/gstrtpamrdepay.c:
14014         * gst/rtp/gstrtpmp4gdepay.c:
14015         Caps extra properties must be defined as strings for
14016         depayloaders because they are generated from an SDP.
14017
14018         * gst/rtp/Makefile.am:
14019         * gst/rtp/gstrtp.c: (plugin_init):
14020         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14021         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14022         (gst_rtp_h264_depay_finalize), (decode_base64),
14023         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14024         (gst_rtp_h264_depay_set_property),
14025         (gst_rtp_h264_depay_get_property),
14026         (gst_rtp_h264_depay_change_state),
14027         (gst_rtp_h264_depay_plugin_init):
14028         * gst/rtp/gstrtph264depay.h:
14029         Added basic, not completely functional RFC 3984 H264 depayloader.
14030
14031 2006-08-16  Wim Taymans  <wim@fluendo.com>
14032
14033         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14034         Add pads after setting them up.
14035
14036         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14037         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14038         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14039         (gst_rtspsrc_stream_setup_rtp),
14040         (gst_rtspsrc_stream_configure_transport),
14041         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14042         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14043         (gst_rtspsrc_pause):
14044         * gst/rtsp/gstrtspsrc.h:
14045         Fix interleaved mode.
14046          - Protect streaming with lock.
14047          - Combine flows
14048          - set caps on outgoing buffers.
14049          - strip trailing \0 from data packets.
14050          - Configure RTP/RTCP in stream.
14051         Use DEBUG_OBJECT more.
14052
14053 2006-08-16  Wim Taymans  <wim@fluendo.com>
14054
14055         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14056         Turn a g_print into a DEBUG line.
14057
14058 2006-08-13  Wim Taymans  <wim@fluendo.com>
14059
14060         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14061         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14062         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14063         (gst_oss_mixer_element_get_property),
14064         (gst_oss_mixer_element_change_state):
14065         * sys/oss/gstossmixerelement.h:
14066         Small cleanups. Better error reporting.
14067         Add device property for the mixer instead of the hardcoded
14068         /dev/mixer. Fixes #350785.
14069         API: GstOssMixerElement::device property
14070
14071 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14072
14073         Patch by: Jens Granseuer <jensgr at gmx net>
14074
14075         * gconf/Makefile.am:
14076           Make --disable-schemas work right (they still need
14077           to be copied to the installation directory, just not
14078           applied). Fixes #351347 (also #344100).
14079           
14080 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14081
14082         * configure.ac: back to HEAD
14083
14084 === release 0.10.4 ===
14085
14086 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14087
14088         * configure.ac:
14089           releasing 0.10.4, "Dear Leader"
14090
14091 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14092
14093         Patch by: Edward Hervey <edward@fluendo.com>
14094
14095         * configure.ac:
14096         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14097         (gst_wavparse_stream_data):
14098         Send the newsegment event in the streaming thread.
14099         Fixes #347529
14100
14101 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14102
14103         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14104         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14105         (gst_smokeenc_resync), (gst_smokeenc_chain):
14106           Refuse sink caps in the encoder if width or height is not a
14107           multiple of 16, the encoder does not support that yet (#349939);
14108           along the same lines, check the return value of the encoder
14109           setup function; also remove some debug log clutter.
14110
14111 2006-08-04  Andy Wingo  <wingo@pobox.com>
14112
14113         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14114         whether a processor can work in place or not, and for keeping
14115         track of its state. Change the FlowReturn instance variable from
14116         "state" to "flow_state", all callers changed.
14117
14118         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14119         (gst_signal_processor_start, gst_signal_processor_stop)
14120         (gst_signal_processor_cleanup): New functions to manage the
14121         processor's state.
14122         (gst_signal_processor_setcaps): start() as well as setup() here.
14123         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14124         (gst_signal_processor_change_state): Stop and cleanup the
14125         processor as we go to NULL.
14126
14127         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14128         INPLACE_BROKEN is not set.
14129
14130         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14131         Do the alloc_buffer in bytes, not frames.
14132         
14133 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14134
14135         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14136         Fix rgb masks when recording in < 24bpp.
14137
14138 2006-08-04  Andy Wingo  <wingo@pobox.com>
14139
14140         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14141         (gst_signal_processor_prepare)
14142         (gst_signal_processor_update_inputs)
14143         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14144         (gst_signal_processor_flush)
14145         (gst_signal_processor_sink_activate_push)
14146         (gst_signal_processor_src_activate_pull)
14147         (gst_signal_processor_change_state): Remove the last of the code
14148         that assumes that we process whole buffers at a time. Fix some
14149         debugging. Seems to work now in some cases.
14150         (gst_signal_processor_src_activate_pull): BPB
14151
14152 2006-08-01  Andy Wingo  <wingo@pobox.com>
14153
14154         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14155         Fix nframes-choosing.
14156         (gst_signal_processor_init): Init pending_in and pending_out.
14157
14158         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14159         more default sample rate, although we never check that the sample
14160         rate actually gets set. Something for the future.
14161         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14162         (gst_signal_processor_event): Refcount fixen.
14163         (gst_signal_processor_process): Pull the number of frames to
14164         process from the sizes of the buffers in the input pens.
14165         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14166         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14167         it instead of buffer_frames.
14168         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14169         to do_pulls.
14170         (gst_signal_processor_chain)
14171         (gst_signal_processor_sink_activate_push)
14172         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14173
14174         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14175
14176 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14177
14178         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14179         (gst_signal_processor_process):
14180           don't query buffer-frames from caps, add lots of debug-log,
14181           try fix for assert (#349189)
14182
14183 2006-07-31  Wim Taymans  <wim@fluendo.com>
14184
14185         * gst/udp/gstudpsrc.c:
14186         Fix docs.
14187
14188 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14189
14190         * ext/ladspa/gstsignalprocessor.c:
14191         (gst_signal_processor_add_pad_from_template),
14192         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14193         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14194         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14195         (gst_signal_processor_sink_activate_push),
14196         (gst_signal_processor_src_activate_pull),
14197         (gst_signal_processor_change_state):
14198          Add debugs logs here and there, add more error handling, add some
14199          FIXME comments, filed #349189
14200
14201 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14202
14203         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14204         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14205         Set caps on buffer correctly.  Fixes bug #349155.
14206
14207 2006-07-28  Wim Taymans  <wim@fluendo.com>
14208
14209         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14210
14211         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14212         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14213         (gst_multipart_demux_finalize), (get_line_end),
14214         (multipart_parse_header), (multipart_find_boundary),
14215         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14216         (gst_multipart_set_property), (gst_multipart_get_property):
14217         Uses GstAdapter instead of own buffering.
14218         Actually parses the mime-type correctly (In tests the mime-type was
14219         always "" with the old version).
14220         Uses the Content-length header if available to speed up things.
14221         Reliably autoscans the boundary name by default.
14222         Fixes #349068.
14223
14224         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14225         Don't start the stream with a \n.
14226
14227 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14228
14229         Patch by: Brian Cameron <brian dot cameron at sun com>
14230
14231         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14232           Open source with O_NONBLOCK (#349015).
14233
14234 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14235
14236         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14237         (gst_avi_demux_massage_index):
14238         * gst/avi/gstavidemux.h:
14239           Whitespace fixes and more debug
14240
14241 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14242
14243         * gst/autodetect/gstautoaudiosink.c:
14244         (gst_auto_audio_sink_create_element_with_pretty_name),
14245         (gst_auto_audio_sink_find_best),
14246         (gst_auto_audio_sink_change_state):
14247           Get rid of old and unused magic sound-server properties stuff.
14248           Add suffix to child sink's name that makes it easy to see from
14249           the name alone which type it actually is (alsa, oss, esd, etc.).
14250
14251 2006-07-27  Wim Taymans  <wim@fluendo.com>
14252
14253         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14254         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14255         (gst_udpsrc_start):
14256         * gst/udp/gstudpsrc.h:
14257         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14258         not some sort of feature we enable.
14259
14260 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14261
14262         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14263           Use CLOSE_SOCKET() here instead of close() to maintain
14264           win32 workiness.
14265
14266 2006-07-27  Wim Taymans  <wim@fluendo.com>
14267
14268         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14269
14270         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14271         (gst_udpsrc_create), (gst_udpsrc_set_property),
14272         (gst_udpsrc_get_property), (gst_udpsrc_start):
14273         * gst/udp/gstudpsrc.h:
14274         Added "buffer-size" property to control the kernel receive buffer size.
14275         Update documentation.
14276         Small cleanups. Fixes #348752.
14277         API: buffer-size property
14278
14279 2006-07-26  Wim Taymans  <wim@fluendo.com>
14280
14281         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14282
14283         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14284         (gst_rtp_pcma_pay_handle_buffer):
14285         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14286         (gst_rtp_pcmu_pay_handle_buffer):
14287         Fix timestamp calculation on outgoing RTP packets.
14288         Fixes #348675.
14289
14290 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14291
14292         * ext/taglib/gstid3v2mux.cc:
14293           Fix writing of comment frames (should be COMM not TCOM),
14294           is still sub-optimal though, since we don't retain or
14295           extract the comment descriptions properly (#334375,
14296           also see #334375).
14297
14298 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14299
14300         * gst/wavparse/gstwavparse.c:
14301           #define 'fact' RIFF chunk if we are not compiling against
14302           -base CVS (we don't want to depend on -base CVS for this
14303           one define only, and also not for release order reasons).
14304
14305 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14306
14307         * ext/taglib/gstid3v2mux.cc:
14308           Handle multiple tags of the same type properly. Re-inject
14309           unparsed ID3v2 frames that we get as binary blobs from
14310           id3demux into the tag again so we don't lose information
14311           when retagging (#334375).
14312
14313 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14314
14315         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14316           Document newly-added properties properly, so that there is a
14317           'Since: 0.10.4' in the plugin docs. Convert some property
14318           names into canonical GObject style (GObject will do that
14319           internally anyway).
14320
14321 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14322
14323         * gst/id3demux/id3tags.c:
14324         (id3demux_add_id3v2_frame_blob_to_taglist):
14325           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14326           well, and add the version to the blob's buffer caps, since that
14327           information will be needed for deserialisation later on (#348644).
14328
14329 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14330
14331         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14332         (gst_avi_demux_parse_stream):
14333          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14334          indentation and spacing.
14335
14336 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14337
14338         * docs/plugins/Makefile.am:
14339         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14340         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14341         * docs/plugins/gst-plugins-good-plugins.args:
14342         * docs/plugins/inspect/plugin-1394.xml:
14343         * docs/plugins/inspect/plugin-aasink.xml:
14344         * docs/plugins/inspect/plugin-alaw.xml:
14345         * docs/plugins/inspect/plugin-alpha.xml:
14346         * docs/plugins/inspect/plugin-alphacolor.xml:
14347         * docs/plugins/inspect/plugin-annodex.xml:
14348         * docs/plugins/inspect/plugin-apetag.xml:
14349         * docs/plugins/inspect/plugin-auparse.xml:
14350         * docs/plugins/inspect/plugin-autodetect.xml:
14351         * docs/plugins/inspect/plugin-avi.xml:
14352         * docs/plugins/inspect/plugin-cacasink.xml:
14353         * docs/plugins/inspect/plugin-cairo.xml:
14354         * docs/plugins/inspect/plugin-cdio.xml:
14355         * docs/plugins/inspect/plugin-cutter.xml:
14356         * docs/plugins/inspect/plugin-debug.xml:
14357         * docs/plugins/inspect/plugin-dv.xml:
14358         * docs/plugins/inspect/plugin-efence.xml:
14359         * docs/plugins/inspect/plugin-effectv.xml:
14360         * docs/plugins/inspect/plugin-esdsink.xml:
14361         * docs/plugins/inspect/plugin-flac.xml:
14362         * docs/plugins/inspect/plugin-flxdec.xml:
14363         * docs/plugins/inspect/plugin-gconfelements.xml:
14364         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14365         * docs/plugins/inspect/plugin-goom.xml:
14366         * docs/plugins/inspect/plugin-halelements.xml:
14367         * docs/plugins/inspect/plugin-icydemux.xml:
14368         * docs/plugins/inspect/plugin-id3demux.xml:
14369         * docs/plugins/inspect/plugin-jpeg.xml:
14370         * docs/plugins/inspect/plugin-level.xml:
14371         * docs/plugins/inspect/plugin-matroska.xml:
14372         * docs/plugins/inspect/plugin-mulaw.xml:
14373         * docs/plugins/inspect/plugin-multipart.xml:
14374         * docs/plugins/inspect/plugin-navigationtest.xml:
14375         * docs/plugins/inspect/plugin-ossaudio.xml:
14376         * docs/plugins/inspect/plugin-png.xml:
14377         * docs/plugins/inspect/plugin-rtp.xml:
14378         * docs/plugins/inspect/plugin-rtsp.xml:
14379         * docs/plugins/inspect/plugin-shout2send.xml:
14380         * docs/plugins/inspect/plugin-smpte.xml:
14381         * docs/plugins/inspect/plugin-speex.xml:
14382         * docs/plugins/inspect/plugin-udp.xml:
14383         * docs/plugins/inspect/plugin-videobalance.xml:
14384         * docs/plugins/inspect/plugin-videobox.xml:
14385         * docs/plugins/inspect/plugin-videoflip.xml:
14386         * docs/plugins/inspect/plugin-videomixer.xml:
14387         * docs/plugins/inspect/plugin-wavenc.xml:
14388         * docs/plugins/inspect/plugin-wavparse.xml:
14389         * docs/plugins/inspect/plugin-ximagesrc.xml:
14390           Update files to CVS/Prerelease version, add esdsink docs.
14391
14392         * ext/esd/esdsink.c:
14393           Add gtk-doc blurb.
14394
14395         * gst/rtp/gstrtpmp4vpay.c:
14396           Fix typo in element description.
14397
14398 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14399
14400         * ext/esd/esdsink.c: (gst_esdsink_open),
14401         (gst_esdsink_factory_init):
14402           Prevent libesd from auto-spawning a sound daemon if it
14403           is not already running. Now that we don't do evil stuff
14404           like that any longer we can give esdsink a rank so that
14405           autoaudiosink will try it as well if all other audio
14406           sinks fail (#343051).
14407
14408 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14409
14410         * ext/esd/Makefile.am:
14411           Oops, need to remove README from EXTRA_DIST as well.
14412
14413 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14414
14415         * ext/esd/README:
14416           Remove, it contains nothing useful anyway.
14417
14418         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14419         (gst_esdsink_delay):
14420           Some small clean-ups; use GST_BOILERPLATE etc.
14421
14422 2006-07-24  Wim Taymans  <wim@fluendo.com>
14423
14424         * gst/law/alaw-decode.c: (alawdec_getcaps):
14425         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14426         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14427         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14428         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14429
14430 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14431
14432         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14433         (gst_wavparse_other), (gst_wavparse_perform_seek),
14434         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14435         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14436         (gst_wavparse_pad_query):
14437         * gst/wavparse/gstwavparse.h:
14438           Use information from 'fact' chunk for length calculation of compressed
14439           samples. Calculate bps if bogus value is found in wav header (embeded
14440           mp2/mp3).
14441           
14442
14443 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14444
14445         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14446
14447         * configure.ac:
14448         * gst/udp/Makefile.am:
14449         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14450         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14451         * gst/udp/gstdynudpsink.h:
14452         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14453         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14454         * gst/udp/gstmultiudpsink.h:
14455         * gst/udp/gstudp.c: (plugin_init):
14456         * gst/udp/gstudpsink.h:
14457         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14458         (gst_udpsrc_start), (gst_udpsrc_stop):
14459         * gst/udp/gstudpsrc.h:
14460         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14461         (gst_udp_net_utils_win32_wsa_startup):
14462         * gst/udp/gstudpnetutils.h:
14463           Port udp plugin to win32 (#345288).
14464
14465 2006-07-24  Wim Taymans  <wim@fluendo.com>
14466
14467         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14468         Remove unwanted DEBUG line.
14469
14470 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14471
14472         * gst/id3demux/gstid3demux.c: (plugin_init):
14473         * gst/id3demux/id3tags.c:
14474         (id3demux_add_id3v2_frame_blob_to_taglist):
14475         * gst/id3demux/id3tags.h:
14476           On second thought, it might be wiser and more efficient
14477           not to do tag registration from a streaming thread.
14478
14479 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14480
14481         * gst/id3demux/id3tags.c:
14482         (id3demux_add_id3v2_frame_blob_to_taglist),
14483         (id3demux_id3v2_frames_to_tag_list):
14484           Put ID3v2 frames we can't parse as binary blobs into private
14485           tags, so that they are not lost when retagging, at least once
14486           id3v2mux has been taught to re-inject those frames again.
14487           See bug #334375.
14488
14489 2006-07-21  Wim Taymans  <wim@fluendo.com>
14490
14491         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14492         (gst_avi_demux_process_next_entry):
14493         Fix some leaks.
14494
14495         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14496         Don't use \n in debug lines.
14497
14498 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14499
14500         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14501         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14502           Add annodex and icydemux, cleanup the sections a bit
14503
14504 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14505
14506         Patch by: Alex Lancaster <alexl at users sourceforge net>
14507
14508         * ext/taglib/gstid3v2mux.cc:
14509           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14510           ID3v2 TSSE frames (#347898).
14511
14512 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14513
14514         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14515           Respect mpegversion for "video/mpeg" and give message in case of
14516           unhandled versions.
14517
14518 2006-07-17  Wim Taymans  <wim@fluendo.com>
14519
14520         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14521         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14522         (gst_pngdec_chain), (gst_pngdec_sink_event),
14523         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14524         (gst_pngdec_sink_activate_push):
14525         * ext/libpng/gstpngdec.h:
14526         Use statically allocated segment instead of leaking.
14527         Various cleanups.
14528         Fix flush and seek handling.
14529
14530 2006-07-16  Wim Taymans  <wim@fluendo.com>
14531
14532         * gst/rtp/Makefile.am:
14533         * gst/rtp/gstrtp.c: (plugin_init):
14534         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14535         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14536         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14537         (gst_rtp_mp4g_depay_set_property),
14538         (gst_rtp_mp4g_depay_get_property),
14539         (gst_rtp_mp4g_depay_change_state),
14540         (gst_rtp_mp4g_depay_plugin_init):
14541         * gst/rtp/gstrtpmp4gdepay.h:
14542         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14543         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14544         (gst_rtp_mp4g_pay_flush):
14545         Added simple generic mpeg4 depayloader.
14546         Fix generic mpeg4 payloader.
14547
14548 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14549
14550         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14551           Don't try doing state changes on a NULL pointer.
14552
14553 2006-07-14  Wim Taymans  <wim@fluendo.com>
14554
14555         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14556
14557         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14558         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14559         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14560         * gst/rtp/gstrtpamrdepay.h:
14561         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14562         Fixes #321191
14563
14564 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14565
14566         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14567         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14568         Fix segfault when moving mouse pointer to the bottom right corner.
14569
14570 2006-07-12  Wim Taymans  <wim@fluendo.com>
14571
14572         * gst/rtp/Makefile.am:
14573         * gst/rtp/gstrtp.c: (plugin_init):
14574         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14575         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14576         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14577         (gst_rtp_mp2t_depay_set_property),
14578         (gst_rtp_mp2t_depay_get_property),
14579         (gst_rtp_mp2t_depay_change_state),
14580         (gst_rtp_mp2t_depay_plugin_init):
14581         * gst/rtp/gstrtpmp2tdepay.h:
14582         Added mpeg2 TS depayloader. Closing #347234.
14583
14584 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14585
14586         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14587           Remove g_assert that shouldn't be there and was triggered
14588           after trying to open a device that doesn't exist or can't
14589           be opened for some other reason (#347972).
14590
14591 2006-07-10  Edward Hervey  <edward@fluendo.com>
14592
14593         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14594         (gst_avi_demux_stream_header), (push_tag_lists):
14595         * gst/avi/gstavidemux.h:
14596         Don't push tag events found by gst_riff_parse_info() before outputting
14597         GST_EVENT_NEWSEGMENT.
14598
14599 2006-07-10  Wim Taymans  <wim@fluendo.com>
14600
14601         * gst/rtsp/Makefile.am:
14602         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14603         (rtsp_connection_close):
14604         * gst/rtsp/rtspdefs.h:
14605         replaced closesocket and close in code with one CLOSE_SOCKET. 
14606         Some more cleanups. Fixes #345301.
14607
14608 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14609
14610         * gst/autodetect/gstautoaudiosink.c:
14611           Fix example pipeline in docs.
14612
14613 2006-07-10  Wim Taymans  <wim@fluendo.com>
14614
14615         Patch by: Rob Taylor <robtaylor at floopily dot org>
14616
14617         * gst/udp/gstmultiudpsink.c: (join_multicast),
14618         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14619         If a destination is added before the stream is set to PAUSED, the
14620         multicast group is not joined as the socket is not created yet. 
14621         Also TTL and LOOP should also be set. Fixes #346921.
14622
14623 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14624
14625         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14626         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14627         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14628         (gst_ximage_src_init):
14629         * sys/ximage/gstximagesrc.h:
14630         Fix use-damage property to actually work :)
14631         Add startx, starty, endx, endy properties so screencasts other than full
14632         screen ones can work.
14633
14634 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14635
14636         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14637         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14638         (gst_ximage_src_class_init), (gst_ximage_src_init):
14639         * sys/ximage/gstximagesrc.h:
14640         Add use_damage property to offer ability to choose whether to use
14641         XDamage or not.
14642
14643 2006-07-07  Wim Taymans  <wim@fluendo.com>
14644
14645         * gst/goom/filters.c: (zoomFilterSetResolution):
14646         Avoid goom coredumping by clearing memory. 
14647         Fixes 345679.
14648
14649 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14650
14651         * win32/vs6/libgstid3demux.dsp:
14652         Add a link to libgsttag-0.10.lib.
14653
14654 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14655
14656         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14657         (gst_tag_demux_read_range):
14658         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14659         (gst_id3demux_read_range):
14660           Don't return FLOW_UNEXPECTED when a buffer is before
14661           the start of the stream (which might happen with
14662           large ID3v2 tags if the tag reading was done pullrange
14663           based and we then switched to push mode later on).
14664           Fixes regression introduced by commit from June 29th.
14665
14666 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14667
14668         * ext/taglib/gstid3v2mux.cc:
14669           Make UTF-8 the default encoding when writing string
14670           tags (before, our UTF-8 strings would automatically
14671           be converted to ISO-8859-1 by taglib and written as
14672           ISO-8859-1 fields if that was possible).
14673
14674         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14675         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14676         (test_taglib_id3mux_with_tags):
14677           Add test case that makes sure our UTF-8 strings have
14678           actually been written into the tag as UTF-8.
14679
14680 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14681
14682         * configure.ac:
14683           Let's try that again.
14684
14685 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14686
14687         * configure.ac:
14688           Disable monoscope plugin for now until it fulfills
14689           all the requirements.
14690
14691 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14692
14693         * configure.ac:
14694         * gst/monoscope/Makefile.am:
14695         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
14696         (gst_monoscope_class_init), (gst_monoscope_init),
14697         (gst_monoscope_finalize), (gst_monoscope_reset),
14698         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
14699         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
14700         (gst_monoscope_sink_event), (gst_monoscope_src_event),
14701         (gst_monoscope_change_state), (plugin_init):
14702         * gst/monoscope/gstmonoscope.h:
14703           Port monoscope visualisation to 0.10.
14704
14705 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14706
14707         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
14708         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14709           Return FLOW_UNEXPECTED when at the end of the file, not
14710           FLOW_ERROR. Fixes 'internal stream error' errors that
14711           would sometimes occur in totem when scrubbing to the
14712           end of an ID3v1 tagged mp3 file.
14713
14714 2006-07-03  Edward Hervey  <edward@fluendo.com>
14715
14716         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
14717         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
14718         (gst_pngdec_sink_event), (gst_pngdec_change_state):
14719         * ext/libpng/gstpngdec.h:
14720         Implement buffer clipping/dropping using GstSegment.
14721         This provides accurate seeking.
14722
14723 2006-07-03  Edward Hervey  <edward@fluendo.com>
14724
14725         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14726         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14727         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14728         (gst_avi_demux_process_next_entry), (push_tag_lists),
14729         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14730         * gst/avi/gstavidemux.h:
14731         Proper aggregation of each stream's GstFlowReturn in order to figure out
14732         whether the task should stop or not.
14733         Don't send inline events before pushing out a NEW_SEGMENT, more
14734         specifically for GST_TAG_EVENT.
14735         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
14736         sub-indexes.
14737
14738 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14739
14740         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14741
14742         * sys/sunaudio/gstsunaudiomixerctrl.c:
14743         (gst_sunaudiomixer_ctrl_build_list):
14744           Move "Monitor" slider to input tab so it works more like
14745           sdtaudiocontrol, which is what people on Solaris are used
14746           to using for their mixer program (#346259).
14747
14748 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14749
14750         * tests/check/elements/level.c: (GST_START_TEST):
14751           fix a leak, clean up at the end
14752
14753 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14754
14755         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14756         (gst_matroska_demux_send_event),
14757         (gst_matroska_demux_loop_stream_parse_id):
14758         * gst/matroska/matroska-ids.h:
14759           Send tag event after newsegment event.
14760
14761 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14762
14763         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14764         (gst_id3demux_read_range):
14765           Make sure we don't return GST_FLOW_OK with a NULL buffer in
14766           certain cases where a read beyond the end of the file is
14767           requested. Fixes #345930.
14768
14769         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14770         (gst_tag_demux_read_range):
14771           Fix same issue here as well.
14772
14773 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14774
14775         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
14776         
14777         Fix hypothetical crash.
14778
14779 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
14780
14781         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14782
14783         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
14784           Do not modify the ports value. If the user has turned off the
14785           built-in speakers, then we should not reset it in the prepare
14786           function, since this causes the built-in speakers to turn
14787           back on anytime the user changes a track in totem, rhythmbox,
14788           etc. (#346066).
14789
14790 2006-06-23  Wim Taymans  <wim@fluendo.com>
14791
14792         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14793         Fix double caps unref when negotiation fails.
14794
14795 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14796
14797         * ext/annodex/gstcmmldec.c:
14798         * ext/annodex/gstcmmlenc.c:
14799         * ext/annodex/gstcmmlparser.c:
14800         * ext/dv/gstdvdec.c:
14801         * ext/dv/gstdvdemux.c:
14802         * ext/gdk_pixbuf/pixbufscale.c:
14803         * ext/jpeg/gstjpegenc.c:
14804         * ext/jpeg/gstsmokedec.c:
14805         * ext/jpeg/gstsmokeenc.c:
14806         * ext/libpng/gstpngdec.c:
14807         * ext/libpng/gstpngenc.c:
14808         * ext/speex/gstspeexenc.c:
14809         * gst/alpha/gstalphacolor.c:
14810         * gst/cutter/gstcutter.c:
14811         * gst/debug/gstnavigationtest.c:
14812         * gst/icydemux/gsticydemux.c:
14813         * gst/level/gstlevel.c:
14814         * gst/multipart/multipart.c:
14815         * gst/rtp/gstrtpamrpay.c:
14816         * gst/rtp/gstrtpdepay.c:
14817         * gst/rtp/gstrtpilbcpay.c:
14818         * gst/rtp/gstrtpmp4gpay.c:
14819         * gst/rtp/gstrtpmp4vpay.c:
14820         * gst/rtsp/gstrtpdec.c:
14821         * gst/rtsp/gstrtspsrc.c:
14822         * gst/udp/gstdynudpsink.c:
14823         * gst/udp/gstmultiudpsink.c:
14824         * gst/udp/gstudpsrc.c:
14825         * gst/videobox/gstvideobox.c:
14826         * gst/videofilter/gstvideoflip.c:
14827           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
14828           plus two minor macro fixes.
14829
14830 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14831
14832         * gst/matroska/matroska-demux.c:
14833         (gst_matroska_demux_check_subtitle_buffer),
14834         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14835         (gst_matroska_demux_subtitle_caps):
14836         * gst/matroska/matroska-ids.c:
14837         (gst_matroska_track_init_subtitle_context):
14838         * gst/matroska/matroska-ids.h:
14839           Try to fix up broken matroska files containing subtitle
14840           streams with non-UTF8 character encodings (courtesy of
14841           mkvmerge) using either the encoding specified in the
14842           GST_SUBTITLE_ENCODING environment variable or the
14843           current locale's character set if it is non-UTF8.
14844           Fixes #337076.
14845
14846 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14847
14848         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14849           Set image type from APIC frame as "image-type" field
14850           of GST_TAG_IMAGE buffer caps (#344605).
14851
14852 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14853
14854         * ext/flac/Makefile.am:
14855         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14856         (gst_flac_dec_reset_decoders),
14857         (gst_flac_dec_setup_seekable_decoder),
14858         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14859         (gst_flac_dec_metadata_callback),
14860         (gst_flac_dec_metadata_callback_seekable),
14861         (gst_flac_dec_metadata_callback_stream),
14862         (gst_flac_dec_error_callback),
14863         (gst_flac_dec_error_callback_seekable),
14864         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14865         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14866         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14867         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14868         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14869         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14870         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14871         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14872         (gst_flac_dec_sink_activate_push),
14873         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14874         * ext/flac/gstflacdec.h:
14875           Support chain-based operation, should make flac-over-DAAP
14876           work (#340492).
14877
14878 2006-06-20  Wim Taymans  <wim@fluendo.com>
14879
14880         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14881         Doc updates, merge some unused symbols.
14882
14883 2006-06-20  Wim Taymans  <wim@fluendo.com>
14884
14885         * docs/plugins/Makefile.am:
14886         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14887         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14888         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14889         * gst/rtsp/gstrtspsrc.c:
14890         * gst/rtsp/gstrtspsrc.h:
14891         Added documentation for the rtsp plugin. Fixes #345393.
14892
14893 2006-06-20  Wim Taymans  <wim@fluendo.com>
14894
14895         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14896         (rtsp_connection_close), (rtsp_connection_free):
14897         Use better G_OS_* macros. Fixes #345301 some more.
14898
14899 2006-06-20  Wim Taymans  <wim@fluendo.com>
14900
14901         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14902
14903         * sys/sunaudio/Makefile.am:
14904         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14905         * sys/sunaudio/gstsunaudiomixerctrl.c:
14906         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14907         (gst_sunaudiomixer_ctrl_list_tracks),
14908         (gst_sunaudiomixer_ctrl_get_volume),
14909         (gst_sunaudiomixer_ctrl_set_volume),
14910         (gst_sunaudiomixer_ctrl_set_mute),
14911         (gst_sunaudiomixer_ctrl_set_record):
14912         * sys/sunaudio/gstsunaudiomixerctrl.h:
14913         * sys/sunaudio/gstsunaudiomixertrack.c:
14914         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14915         * sys/sunaudio/gstsunaudiomixertrack.h:
14916         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14917         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14918         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14919         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14920         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14921         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14922         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14923         (gst_sunaudiosrc_reset):
14924         * sys/sunaudio/gstsunaudiosrc.h:
14925         Add a SunAudio source plugin.
14926         Support stereo and right/left channel gain in the mixer plugin.
14927         Support the RECORD flag so that you can switch between line-input and
14928         microphone in gnome-volume-control.
14929         Code cleanups like using an enumerator for track number instead of an 
14930         integer. Fixes #344923.
14931
14932 2006-06-20  Wim Taymans  <wim@fluendo.com>
14933
14934         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14935
14936         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14937         (rtsp_connection_close):
14938         Make RTSP plugin compile on windows. Fixes #345301.
14939         Some changes to original patch to catch errors better.
14940         use ifdef WIN32 instead of ifndef.
14941
14942 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14943
14944         * configure.ac:
14945         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14946
14947 2006-06-18  Edward Hervey  <edward@fluendo.com>
14948
14949         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14950         After a failed buffer alloc, we need to abort the jpeg decoding (it
14951         started when parsing headers to figure out how many bytes we need
14952         to request downstream).
14953
14954 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14955
14956         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14957
14958         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14959           Make sure we don't read beyond the end of the file (#345232).
14960
14961 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14962
14963         * configure.ac:
14964           Fix --disable-external (can't set conditionals conditionally,
14965           #343602).
14966
14967 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14968
14969         * autogen.sh:
14970         * configure.ac:
14971         * docs/Makefile.am:
14972           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
14973
14974         * docs/plugins/Makefile.am:
14975         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14976         * docs/plugins/inspect/plugin-taglib.xml:
14977           Add/fix apev2mux docs.
14978
14979 2006-06-14  Wim Taymans  <wim@fluendo.com>
14980
14981         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
14982         (gst_dvdec_finalize), (gst_dvdec_sink_event),
14983         (gst_dvdec_change_state):
14984         Reset segment info on flush.
14985         Alloc segment in _init, free in _finalize.
14986
14987         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
14988         Don't send segments twice.
14989
14990 2006-06-14  Wim Taymans  <wim@fluendo.com>
14991
14992         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14993         Respect segment.stop. Fixes #342592.
14994
14995 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14996
14997         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
14998           No language specified means the implied language is English
14999           according to the matroska spec (partially fixes #344708);
15000           add some more debug output.
15001
15002 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15003
15004         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15005         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15006         (gst_wavparse_chain):
15007           When operating chain-based, don't make any assumptions about the
15008           chunking of the incoming data and make streaming work on days other
15009           than the second Thursday after a full moon. Also fix up debug
15010           messages here and there and make use of the most excellent new
15011           gst_pad_query_peer_duration() utility function.
15012           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15013
15014         * gst/wavparse/gstwavparse.h:
15015           Remove trailing comma after last enum value, some compilers don't
15016           like that.
15017
15018 2006-06-13  Wim Taymans  <wim@fluendo.com>
15019
15020         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15021         Handle premature EOS gracefully.
15022
15023 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15024
15025         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15026           Prevent out of bounds array access when scrubbing towards
15027           the end of the file between the last index entry and the
15028           end. Fixes occasional 'start <= stop' newsegment event
15029           assertions when scrubbing in MJPEG files.
15030
15031 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15032
15033         * tests/check/elements/.cvsignore:
15034           And another one.
15035
15036 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15037
15038         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15039         (scan_encoded_string), (parse_picture_frame):
15040           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15041
15042         * configure.ac:
15043           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15044           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15045
15046 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15047
15048         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15049           gratuitous comment changes
15050         * tests/check/elements/level.c: (GST_START_TEST):
15051           fix level test leaks
15052
15053 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15054
15055         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15056         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15057           Use gst_pad_query_peer_duration() utility function here.
15058
15059 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15060
15061         * autogen.sh:
15062           require am17
15063         * configure.ac:
15064         * ext/annodex/Makefile.am:
15065         * ext/cdio/Makefile.am:
15066         * ext/dv/Makefile.am:
15067         * ext/esd/Makefile.am:
15068         * ext/flac/Makefile.am:
15069         * ext/gdk_pixbuf/Makefile.am:
15070         * ext/ladspa/Makefile.am:
15071         * ext/libcaca/Makefile.am:
15072         * ext/speex/Makefile.am:
15073         * ext/taglib/Makefile.am:
15074         * sys/oss/Makefile.am:
15075         * sys/sunaudio/Makefile.am:
15076         * sys/ximage/Makefile.am:
15077           clean up build further
15078
15079 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15080
15081         * gconf/Makefile.am:
15082           Honour --disable-schemas-install configure option. Fixes #344100.
15083
15084 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15085
15086         * tests/examples/level/Makefile.am:
15087           Add -lm to LIBS for pow() function, don't assume one of our
15088           dependencies (such as libxml-2.0) drags it in automatically
15089           (#343603).
15090
15091 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15092
15093         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15094
15095         * configure.ac:
15096           We should use $SED and not $(SED) in configure.ac (#343678).
15097
15098 2006-06-09  Wim Taymans  <wim@fluendo.com>
15099
15100         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15101
15102         * sys/sunaudio/gstsunaudiomixerctrl.c:
15103         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15104         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15105         (gst_sunaudiomixer_ctrl_set_mute):
15106         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15107         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15108         (gst_sunaudiosink_write):
15109         Attached find a patch that fixes a number of bugs with the SunAudio
15110         mixer plugin and fixes #344101:
15111         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15112            tracks onto the tracklist causing gnome-volume-control's preferences
15113            dialog to be messed up and would core dump if you checked/unchecked
15114            any item.
15115         2. We weren't previously setting the MUTE flag properly.  Fixing this
15116            makes gnome-volume-control work better.
15117         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15118            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15119            gnome-volume-control look better.
15120         Also some minor cleanup in gstsunaudiosink.c.
15121
15122 2006-06-09  Wim Taymans  <wim@fluendo.com>
15123
15124         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15125         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15126         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15127         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15128         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15129         * ext/jpeg/gstjpegdec.h:
15130         API: Added IDCT method property
15131         Small cleanups.
15132         Avoid dynamic allocation of trivial fixed structure.
15133         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15134
15135 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15136
15137         * configure.ac:
15138         We now require libraw1394 >= 1.1.0 and that version onwards all
15139         have .pc files.
15140
15141 2006-06-02  Edward Hervey  <edward@fluendo.com>
15142
15143         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15144         Trying to get items from an ANY or EMPTY caps is ... stupid.
15145
15146 2006-06-02  Edward Hervey  <edward@fluendo.com>
15147
15148         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15149         (gst_dvdec_chain), (gst_dvdec_change_state):
15150         * ext/dv/gstdvdec.h:
15151         Added GstSegment handling, now implements dropping/clipping.
15152
15153 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15154
15155         * ext/aalib/gstaasink.h:
15156         * ext/annodex/gstcmmldec.h:
15157         * ext/cairo/gsttimeoverlay.h:
15158         * ext/dv/gstdvdec.h:
15159         * ext/dv/gstdvdemux.h:
15160         * ext/esd/esdmon.h:
15161         * ext/esd/esdsink.h:
15162         * ext/flac/gstflacenc.h:
15163         * ext/gconf/gstgconfaudiosink.h:
15164         * ext/gconf/gstgconfaudiosrc.h:
15165         * ext/gconf/gstgconfvideosink.h:
15166         * ext/gconf/gstgconfvideosrc.h:
15167         * ext/gdk_pixbuf/gstgdkanimation.h:
15168         * ext/gdk_pixbuf/pixbufscale.h:
15169         * ext/hal/gsthalaudiosink.h:
15170         * ext/hal/gsthalaudiosrc.h:
15171         * ext/jpeg/gstjpegenc.h:
15172         * ext/jpeg/gstsmokedec.h:
15173         * ext/jpeg/gstsmokeenc.h:
15174         * ext/libcaca/gstcacasink.h:
15175         * ext/libmng/gstmngdec.h:
15176         * ext/libmng/gstmngenc.h:
15177         * ext/libpng/gstpngdec.h:
15178         * ext/libpng/gstpngenc.h:
15179         * ext/raw1394/gstdv1394src.h:
15180         * ext/speex/gstspeexenc.h:
15181         * gst/autodetect/gstautoaudiosink.h:
15182         * gst/autodetect/gstautovideosink.h:
15183         * gst/avi/gstavidemux.h:
15184         * gst/cutter/gstcutter.h:
15185         * gst/debug/efence.h:
15186         * gst/debug/gstnavigationtest.h:
15187         * gst/debug/gstnavseek.h:
15188         * gst/flx/gstflxdec.h:
15189         * gst/goom/gstgoom.h:
15190         * gst/icydemux/gsticydemux.h:
15191         * gst/id3demux/gstid3demux.h:
15192         * gst/law/alaw-decode.h:
15193         * gst/law/alaw-encode.h:
15194         * gst/law/mulaw-decode.h:
15195         * gst/law/mulaw-encode.h:
15196         * gst/matroska/matroska-mux.h:
15197         * gst/median/gstmedian.h:
15198         * gst/oldcore/gstaggregator.h:
15199         * gst/oldcore/gstfdsink.h:
15200         * gst/oldcore/gstmd5sink.h:
15201         * gst/oldcore/gstmultifilesrc.h:
15202         * gst/oldcore/gstpipefilter.h:
15203         * gst/oldcore/gstshaper.h:
15204         * gst/oldcore/gststatistics.h:
15205         * gst/rtp/gstasteriskh263.h:
15206         * gst/rtp/gstrtpL16depay.h:
15207         * gst/rtp/gstrtpL16pay.h:
15208         * gst/rtp/gstrtpamrdepay.h:
15209         * gst/rtp/gstrtpamrpay.h:
15210         * gst/rtp/gstrtpdepay.h:
15211         * gst/rtp/gstrtpgsmdepay.h:
15212         * gst/rtp/gstrtpgsmpay.h:
15213         * gst/rtp/gstrtph263pay.h:
15214         * gst/rtp/gstrtph263pdepay.h:
15215         * gst/rtp/gstrtph263ppay.h:
15216         * gst/rtp/gstrtpmp4gpay.h:
15217         * gst/rtp/gstrtpmp4vdepay.h:
15218         * gst/rtp/gstrtpmp4vpay.h:
15219         * gst/rtp/gstrtpmpadepay.h:
15220         * gst/rtp/gstrtpmpapay.h:
15221         * gst/rtp/gstrtppcmadepay.h:
15222         * gst/rtp/gstrtppcmapay.h:
15223         * gst/rtp/gstrtppcmudepay.h:
15224         * gst/rtp/gstrtppcmupay.h:
15225         * gst/rtp/gstrtpspeexdepay.h:
15226         * gst/rtp/gstrtpspeexpay.h:
15227         * gst/rtsp/gstrtpdec.h:
15228         * gst/rtsp/gstrtspsrc.h:
15229         * gst/smpte/gstsmpte.h:
15230         * gst/udp/gstdynudpsink.h:
15231         * gst/udp/gstmultiudpsink.h:
15232         * gst/udp/gstudpsink.h:
15233         * gst/udp/gstudpsrc.h:
15234         * gst/videofilter/gstvideobalance.h:
15235         * gst/videofilter/gstvideoflip.h:
15236         * sys/oss/gstossdmabuffer.h:
15237         * sys/oss/gstossmixerelement.h:
15238         * sys/oss/gstosssink.h:
15239         * sys/oss/gstosssrc.h:
15240         * sys/osxvideo/osxvideosink.h:
15241         * sys/sunaudio/gstsunaudiomixer.h:
15242         * sys/sunaudio/gstsunaudiosink.h:
15243         * sys/ximage/gstximagesrc.h:
15244         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15245
15246 2006-05-31  Wim Taymans  <wim@fluendo.com>
15247
15248         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15249         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15250         (gst_goom_src_setcaps), (gst_goom_src_event),
15251         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15252         (gst_goom_change_state):
15253         * gst/goom/gstgoom.h:
15254         Handle QoS.
15255         Handle flushing, discont and events.
15256         Fix timestamps and various other cleanups.
15257
15258 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15259
15260         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15261         Fix bus reset when using libiec61883
15262
15263 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15264
15265         * configure.ac:
15266         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15267         * ext/raw1394/Makefile.am:
15268         Add CFLAGS.
15269         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15270         New method, to receive using libiec61883.
15271         (gst_dv1394src_iso_receive),
15272         #ifdef'd out if libiec61883 is present.
15273         (gst_dv1394src_bus_reset),
15274         Get userdata correctly if using libiec61883. 
15275         (gst_dv1394src_create),
15276         When using libiec61883, only poll one fd and no need to read.
15277         (gst_dv1394src_discover_avc_node),
15278         Replace g_warnings.
15279         (gst_dv1394src_start),
15280         Create new handle when we know which dv port.  More reliable
15281         than setting port on an existing handle.  Initialise libiec61883.
15282         (gst_dv1394src_stop):
15283         If using libiec61883, then cleanup its handle properly.
15284         * ext/raw1394/gstdv1394src.h:
15285         Add libiec61883 handle.
15286
15287 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15288
15289         * gst/avi/gstavidemux.c:
15290           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15291         * win32/MANIFEST:
15292           sort file listing
15293         * win32/vs6/libgstavi.dsp:
15294           add gstavimux.c to the project
15295         * win32/vs6/libgstid3demux.dsp:
15296           add link to zlib library
15297         * win32/vs6/libgstmatroska.dsp:
15298           add matroska-ids.c to the project
15299
15300 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15301
15302         Patch by: Sebastian Dröge  <mail at slomosnail de >
15303
15304         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15305         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15306         * ext/taglib/Makefile.am:
15307         * ext/taglib/gstapev2mux.cc:
15308         * ext/taglib/gstapev2mux.h:
15309         * ext/taglib/gstid3v2mux.cc:
15310         * ext/taglib/gsttaglibmux.c: (plugin_init):
15311         * ext/taglib/gsttaglibmux.h:
15312           Add apev2mux element (#343122).
15313         
15314         * tests/check/Makefile.am:
15315         * tests/check/elements/apev2mux.c:
15316         (test_taglib_apev2mux_create_tags),
15317         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15318         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15319         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15320         (apev2mux_suite), (main):
15321           Add unit test for apev2mux element.
15322
15323 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15324
15325         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15326         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15327         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15328           GST_PTR_FORMAT should be used to print caps in debug statements.
15329
15330 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15331
15332         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15333
15334         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15335         (ape_demux_parse_tags):
15336           Some clean-ups and additions: map APE 'file' tag to
15337           GST_TAG_LOCATION (#343123); add support for extracting
15338           the track count and clean up parsing a bit (#343127).
15339
15340 2006-05-28  Edward Hervey  <edward@fluendo.com>
15341
15342         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15343         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15344
15345 2006-05-28  Edward Hervey  <edward@fluendo.com>
15346
15347         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15348         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15349         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15350         * ext/jpeg/gstjpegdec.h:
15351         Clip outgoing buffers according to currently configured segment.
15352
15353 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15354
15355         * ext/taglib/gstid3v2mux.cc:
15356           Handle  writing of track-count or album-volume-count without
15357           track-number or albume-volume-number (in this case the number
15358           will just be set to 0).
15359
15360         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15361           It would be nice if we actually checked the values received for
15362           track/album-volume number/count in  _check_tags(), rather than
15363           setting them again ...
15364
15365 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15366
15367         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15368           A track/volume number or count of 0 does not make sense,
15369           just ignore it along with negative numbers (a tag might
15370           only contain a track count without a track number).
15371
15372 2006-05-27  Edward Hervey  <edward@fluendo.com>
15373
15374         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15375         (gst_jpeg_dec_sink_event):
15376         Abort decompression when receiving FLUSH_STOP. This should avoid
15377         issues when interrupting decoding with flushes.
15378
15379 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15380
15381         * ext/flac/gstflac.c:
15382           Don't #include file we don't dist any longer.
15383
15384 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15385
15386         * README:
15387           Replace current README (containing the release notes from
15388           some 0.9.x version) with a proper README taken from the core.
15389
15390 2006-05-24  Wim Taymans  <wim@fluendo.com>
15391
15392         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15393         Implement EOS correctly by either posting
15394         SEGMENT_DONE or pushing an EOS message depending
15395         on the seek type. Fixes #342592
15396
15397 2006-05-24  Wim Taymans  <wim@fluendo.com>
15398
15399         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15400         * gst/law/alaw-decode.h:
15401         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15402         * gst/law/alaw-encode.h:
15403         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15404         * gst/law/mulaw-decode.h:
15405         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15406         * gst/law/mulaw-encode.h:
15407         Some cleanups in the chain functions.
15408         Remove some GStreamer 0.0.2 bits.
15409
15410 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15411
15412         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15413
15414         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15415           gst_collect_pads_stop() needs to be called before chaining up
15416           to the parent class (#342734).
15417
15418 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15419
15420         * ext/flac/Makefile.am:
15421         * ext/flac/flac_compat.h:
15422         * ext/flac/gstflac.c:
15423         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15424         * ext/flac/gstflacenc.c:
15425           Remove backwards compatibility cruft for dealing with FLAC API
15426           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15427
15428 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15429
15430         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15431         (gst_matroska_demux_push_xiph_codec_priv_data),
15432         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15433         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15434         * gst/matroska/matroska-ids.h:
15435         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15436         (gst_matroska_mux_video_pad_setcaps),
15437         (xiph3_streamheader_to_codecdata),
15438         (vorbis_streamheader_to_codecdata),
15439         (theora_streamheader_to_codecdata),
15440         (gst_matroska_mux_audio_pad_setcaps),
15441         (gst_matroska_mux_write_data):
15442           Add support for muxing/demuxing theora video (#342448; too bad
15443           none of the usual linux players can actually play this). Playback
15444           in GStreamer will require additional changes to theoradec in -base.
15445           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15446           cleanups.
15447
15448 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15449
15450         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15451         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15452           Fix crashes when the horizontal subsampling is 1.
15453           Fixes #342097.
15454
15455 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15456
15457         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15458
15459         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15460         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15461         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15462         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15463         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15464         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15465         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15466         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15467         (gst_avi_mux_change_state):
15468         * gst/avi/gstavimux.h:
15469           Some enhancements for avimux (#342526):
15470            - add odml (large file) index support
15471            - store codec init data (e.g. huffyuv)
15472            - miscellaneous other fixes/cleanups
15473
15474 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15475
15476         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15477         Don't output any tag when we encounter a negative track number - the
15478         tag type is uint, so we end up outputting huge positive numbers
15479         instead. (Fixes: #342029)
15480
15481 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15482
15483         * configure.ac:
15484           update for new GSTPB_PLUGINS_DIR
15485
15486 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15487
15488         * rtp/gst/gstrtph263pay.c:
15489         Properly set static caps for H263 at 34.
15490
15491 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15492
15493         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15494
15495         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15496           Merge event tags and tag setter tags correctly (#339918). Also,
15497           don't leak taglist in case of an error.
15498           
15499 2006-05-17  Edward Hervey  <edward@fluendo.com>
15500
15501         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15502         We can only do caps intersection if the othercaps are non-empty and not
15503         ANY. Else we return the pad template (base_caps).
15504
15505 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15506
15507         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15508           Fix crash when outputting debugging information for certain
15509           pictures (always good to use the right struct member for
15510           the number of records in an array).
15511
15512 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15513
15514         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15515
15516         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15517         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15518         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15519         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15520         (gst_ebml_read_float), (gst_ebml_read_ascii),
15521         (gst_ebml_read_binary):
15522           Don't create unnecessary sub-buffers all the time. Dramatically
15523           improves performance with multiple concurrently running
15524           matroskademux instances (#341818) (and avoids doing
15525           unnecessarily inefficient things in the general case).
15526
15527 2006-05-16  Edward Hervey  <edward@fluendo.com>
15528
15529         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15530         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15531         return value of gst_pad_push_event().
15532
15533 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15534
15535         * gst/autodetect/gstautoaudiosink.c:
15536         (gst_auto_audio_sink_find_best):
15537         * gst/autodetect/gstautovideosink.c:
15538         (gst_auto_video_sink_find_best):
15539         Make the name of the child element be based on the name of the
15540         parent, so that debug output is more useful.
15541         
15542         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15543         (parse_insert_string_field), (parse_split_strings):
15544         Rework string parsing to always walk over BOM markers in UTF16
15545         strings, using the endianness indicated by the innermost one,
15546         then trying the opposite endianness if that fails to convert
15547         to valid UTF-8. Fixes #341774
15548
15549 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15550
15551         Patch from: Matthieu <matthieu at fluendo dot com>
15552
15553         * ext/libpng/Makefile.am:
15554         Add LIBPNG_CFLAGS.
15555
15556 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15557
15558         * ext/taglib/gstid3v2mux.cc:
15559           Add support for writing images (APIC frames) into ID3v2
15560           tags (picture type always set to 'other' for now though).
15561
15562 2006-05-14  Michael Smith  <msmith@fluendo.com>
15563
15564         * gst/wavparse/gstwavparse.c:
15565           Update docs; wavparse implements push and pull modes.
15566
15567 2006-05-12  Wim Taymans  <wim@fluendo.com>
15568
15569         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15570         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15571         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15572         Ooops, bitten by the copy-and-paste design paradigm, fixes
15573         seek again.
15574
15575 2006-05-12  Wim Taymans  <wim@fluendo.com>
15576
15577         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15578         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15579         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15580         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15581         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15582         (gst_avi_demux_massage_index),
15583         (gst_avi_demux_calculate_durations_from_index),
15584         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15585         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15586         (gst_avi_demux_loop):
15587         * gst/avi/gstavidemux.h:
15588         Some cleanups, prepare to use GstSegment.
15589         Fix error in entry walking code.
15590         Fix VBR detection.
15591         Smarter timestamp calculation code.
15592         Uniform error/eos handling.
15593
15594 2006-05-12  Michael Smith  <msmith@fluendo.com>
15595
15596         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15597         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15598           Fix use of uninitialised values if we're NOT seeking in ready.
15599           Fix typos.
15600
15601 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15602
15603         * gst/wavparse/Makefile.am:
15604           Add CFLAGS and LIBS for libgstbase, fixes build on
15605           Cygwin (#341489).
15606
15607 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15608
15609         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15610           Some more debug info. No need to check whether the string
15611           returned by g_convert() is really UTF-8 - either it is or
15612           we get NULL returned.
15613
15614 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15615
15616         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15617           Fix parsing of numeric genre strings some more, by ensuring that
15618           we only try and parse strings that a) Start with '(' and b) Consist
15619           only of digits.
15620           Also, when finding an escaping '((' sequence, bust it back to '(' by
15621           swallowing the first parenthesis
15622
15623 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15624
15625         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15626         (gst_esdsink_open), (gst_esdsink_close):
15627         * ext/esd/esdsink.h:
15628           Move the esd_get_server_info() into gst_esdsink_open() and fail
15629           with a decent error message on errors.
15630
15631 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15632
15633         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15634         (gst_esdmon_channels_get_type):
15635         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15636         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15637         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15638         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15639         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15640         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15641         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15642         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15643         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15644         * gst/videomixer/videomixer.c:
15645         (gst_video_mixer_background_get_type):
15646           Const-ify GEnumValue arrays.
15647
15648 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15649
15650         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15651
15652         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15653         (gst_avi_mux_do_video_buffer):
15654           Work around gst_buffer_make_metadata_writable() bug that
15655           results in avimux marking all frames in the index as
15656           keyframes (#340859).
15657           
15658 2006-05-08  Wim Taymans  <wim@fluendo.com>
15659
15660         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15661         Make parsing of urls suck slightly less.
15662
15663 2006-05-08  Edward Hervey  <edward@fluendo.com>
15664
15665         * autogen.sh: (CONFIGURE_DEF_OPT): 
15666         libtoolize on Darwin/MacOSX is called glibtoolize.
15667
15668 2006-05-08  Wim Taymans  <wim@fluendo.com>
15669
15670         Patch by: Jens Granseuer <jensgr at gmx dot net>
15671
15672         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15673         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15674         C89 compliance fixes. Fixes #340980
15675
15676 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
15677
15678         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15679         * ext/flac/gstflacdec.h:
15680           Handle segment seeks that include the end of the file as stop point
15681           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
15682           message instead of an EOS event in case we're in segment seek
15683           mode (fixes #340699).
15684           
15685 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
15686
15687         * ext/cairo/gsttextoverlay.c:
15688         * ext/flac/gstflacdec.c:
15689         * ext/gdk_pixbuf/pixbufscale.c:
15690         * gst/apetag/gstapedemux.c:
15691         * gst/debug/breakmydata.c:
15692         * gst/debug/testplugin.c:
15693         * gst/matroska/ebml-write.c:
15694         * gst/multipart/multipartdemux.c:
15695         * sys/osxaudio/gstosxaudiosink.c:
15696         * sys/osxaudio/gstosxaudiosrc.c:
15697         Add semicolons after GST_BOILERPLATE[_FULL] so that
15698         indent doesn't mess up following lines.
15699
15700 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
15701
15702         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15703
15704         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
15705           Don't leak caps when freeing the stream context (#340623).
15706
15707 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
15708
15709         * configure.ac:
15710           Back to CVS
15711
15712 === release 0.10.3 ===
15713
15714 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
15715
15716         * configure.ac:
15717           releasing 0.10.3, "Desplazado"
15718
15719 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15720
15721         * gst/matroska/matroska-mux.c:
15722         (gst_matroska_mux_stream_is_vorbis_header),
15723         (gst_matroska_mux_write_data):
15724           Don't strcmp() NULL strings.
15725           Only start new clusters on video keyframes, not on any
15726           random audio buffer that doesn't have the DELTA_UNIT
15727           flag set (fixes 'make check' again).
15728
15729 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15730
15731         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15732
15733         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15734         (gst_matroska_mux_stream_is_vorbis_header),
15735         (gst_matroska_mux_write_data):
15736           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
15737           value and then dead-lock when muxing vorbis audio streams
15738           (the three vorbis header buffers carry no timestamp, and it
15739           would try to mux these after all video buffers). Fixes #340346.
15740
15741           Improve clustering: start a new cluster also whenever we get
15742           a keyframe.     
15743
15744 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15745
15746         * win32/common/config.h:
15747         * win32/MANIFEST
15748           add the generated file as well
15749
15750 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15751
15752         * Makefile.am:
15753         * configure.ac:
15754         * win32/common/config.h.in:
15755           add win32 stuff
15756
15757 2006-05-03  Michael Smith  <msmith@fluendo.com>
15758
15759         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
15760           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
15761           SUCKS.
15762
15763 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15764
15765         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15766         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15767         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15768           don't leak caps-string
15769
15770 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15771
15772         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15773         (gst_id3demux_sink_activate):
15774           Let core insert default error message for TYPE_NOT_FOUND
15775           errors, it's just as good as our own and has the added
15776           bonus of being translated.
15777
15778 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15779
15780         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
15781         (gst_tag_demux_sink_event):
15782         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
15783         (gst_id3demux_sink_event):
15784           Post an error message when we get an EOS event and were not
15785           able to find out the type of stream.
15786
15787         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
15788         (test_taglib_id3mux_with_tags):
15789           Decrease num-buffers to 16 per iteration again, otherwise the
15790           many memcpy()s and reallocations in the test will hammer slow
15791           CPUs completely and make the test timeout.
15792
15793 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15794
15795         * configure.ac:
15796           figure out where plugins-base plugins are
15797         * tests/check/Makefile.am:
15798           use plugins-base plugins, so we have typefind functions
15799         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
15800           increase num-buffers, this makes sure the test errors out instead
15801           of timing out when no typefind functions are present
15802
15803 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15804
15805         * docs/plugins/Makefile.am:
15806           also check .cc files for gtk-doc markup
15807         * configure.ac:
15808         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15809         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15810         * tests/check/Makefile.am:
15811         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
15812         * ext/Makefile.am:
15813         * ext/taglib/Makefile.am:
15814         * ext/taglib/gstid3v2mux.h:
15815         * ext/taglib/gsttaglibmux.c:
15816         * ext/taglib/gsttaglibmux.h:
15817           move taglib-based id3v2muxer to -good.  Fixes #336110.
15818
15819 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15820
15821         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15822           ... and fix multichannel/WAVFORMATEX support again.
15823
15824 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
15825
15826         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15827         (gst_wavparse_class_init), (gst_wavparse_dispose),
15828         (gst_wavparse_reset), (gst_wavparse_init),
15829         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
15830         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
15831         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15832         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15833         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15834         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15835         (gst_wavparse_stream_data), (gst_wavparse_loop),
15836         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15837         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15838         (gst_wavparse_change_state), (plugin_init):
15839         * gst/wavparse/gstwavparse.h:
15840           Add push (streaming) mode to wavparse (fixes #337625)
15841
15842 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15843
15844         * configure.ac:
15845         * tests/Makefile.am:
15846           add ximagesrc icles test
15847
15848 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15849
15850         * configure.ac:
15851         * docs/plugins/Makefile.am:
15852         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15853         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15854         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15855         (gst_cmml_enc_push_clip):
15856         * sys/Makefile.am:
15857         * sys/ximage/Makefile.am:
15858         * sys/ximage/gstximagesrc.c:
15859           Move ximagesrc plug-in to good after review.  Fixes #336756.
15860
15861 2006-04-28  Michael Smith  <msmith@fluendo.com>
15862
15863         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15864         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15865         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15866         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15867         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15868         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15869         * gst/icydemux/gsticydemux.h:
15870           Fix event handling: cache events when typefinding and forward later.
15871
15872 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15873
15874         * sys/osxaudio/gstosxaudiosink.c:
15875         (plugin_init):
15876          Register osxaudiosrc to the plugin.
15877         * sys/osxaudio/gstosxaudiosrc.c:
15878         (gst_osx_audio_src_osxelement_do_init),
15879         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15880         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15881         (gst_osx_audio_src_get_property),
15882         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15883         (gst_osx_audio_src_osxelement_init):
15884         * sys/osxaudio/gstosxaudiosrc.h:
15885           Port of osxaudiosrc to 0.10.
15886         * sys/osxaudio/Makefile.am:
15887           Add osxaudiosrc
15888
15889 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15890
15891         * sys/osxaudio/gstosxringbuffer.c:
15892         * sys/osxaudio/gstosxringbuffer.h:
15893           Forgot to commit earlier, part of the OSX audio plugin port
15894
15895 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15896
15897         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15898         (parse_split_strings):
15899           Recognise and skip any byte order marker (BOM) in
15900           UTF-16 strings.
15901
15902 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15903
15904         * docs/plugins/Makefile.am:
15905         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15906         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15907         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15908         * docs/plugins/inspect/plugin-avi.xml:
15909         * gst/avi/gstavidemux.c:
15910         * gst/avi/gstavimux.c:
15911           Add docs for both avidemux and avimux.
15912
15913 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15914
15915         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15916
15917         * gst/avi/Makefile.am:
15918         * gst/avi/gstavi.c: (plugin_init):
15919         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15920         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15921         (gst_avi_mux_class_init), (gst_avi_mux_init),
15922         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15923         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15924         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15925         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15926         (gst_avi_mux_riff_get_avix_header),
15927         (gst_avi_mux_riff_get_video_header),
15928         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15929         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15930         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15931         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15932         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15933         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15934         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15935         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15936         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15937         (gst_avi_mux_change_state):
15938         * gst/avi/gstavimux.h:
15939           Port AVI muxer to GStreamer-0.10 (#332031).
15940
15941         * tests/check/Makefile.am:
15942         * tests/check/elements/avimux.c:
15943         * tests/check/elements/.cvsignore:
15944           Add unit test for AVI muxer.
15945
15946 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15947
15948         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15949         (gst_wavparse_class_init), (gst_wavparse_reset),
15950         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15951         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15952         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15953         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15954         (gst_wavparse_stream_data), (gst_wavparse_loop),
15955         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15956         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15957         (plugin_init):
15958         * gst/wavparse/gstwavparse.h:
15959           reverted patch #337625 for the price of 1 hour sleep
15960
15961 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
15962
15963         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15964         (gst_wavparse_class_init), (gst_wavparse_reset),
15965         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15966         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
15967         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15968         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15969         (gst_wavparse_stream_data), (gst_wavparse_loop),
15970         (gst_wavparse_chain), (plugin_init):
15971         * gst/wavparse/gstwavparse.h:
15972           correct partial implementation of push mode
15973           (from my last commit)
15974
15975 2006-04-26  Wim Taymans  <wim@fluendo.com>
15976
15977         * ext/esd/esdsink.c:
15978         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
15979         it is not in esd.h
15980
15981 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
15982
15983         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
15984         (gst_au_parse_class_init), (gst_au_parse_init),
15985         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
15986         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
15987         (gst_au_parse_chain), (gst_au_parse_src_convert),
15988         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
15989         (gst_au_parse_sink_event), (gst_au_parse_src_event),
15990         (gst_au_parse_change_state):
15991         * gst/auparse/gstauparse.h:
15992           Rewrite auparse to suck a little bit less: make source pad
15993           dynamic, so decodebin/playbin work with non-raw formats
15994           like alaw/mulaw; add query function for duration/position
15995           queries; check whether we have enough data before attempting
15996           to parse the header (instead of crashing when that is not the
15997           case); work around audioconvert sucking by swapping endianness
15998           to the native endianness ourselves for float formats; send
15999           initial newsegment event. Fixes #161712.
16000
16001 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16002
16003         * sys/osxaudio/Makefile.am:
16004         * sys/osxaudio/gstosxaudioelement.c:
16005         (gst_osx_audio_element_get_type),
16006         (gst_osx_audio_element_class_init):
16007         * sys/osxaudio/gstosxaudioelement.h:
16008         * sys/osxaudio/gstosxaudiosink.c:
16009         (gst_osx_audio_sink_osxelement_do_init),
16010         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16011         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16012         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16013         (gst_osx_audio_sink_create_ringbuffer),
16014         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16015         (plugin_init):
16016         * sys/osxaudio/gstosxaudiosink.h:
16017         Port of osxaudiosink to 0.10
16018
16019 2006-04-26  Wim Taymans  <wim@fluendo.com>
16020
16021         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16022         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16023         the size of the ringbuffer. This should fix hangs with older 
16024         esd sound servers.
16025
16026 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16027
16028         * ext/aalib/gstaasink.c:
16029         * ext/annodex/gstcmmldec.c:
16030         * ext/annodex/gstcmmlenc.c:
16031         * ext/cairo/gsttextoverlay.c:
16032         * ext/cairo/gsttimeoverlay.c:
16033         * ext/cdio/gstcdiocddasrc.c:
16034         * ext/dv/gstdvdec.c:
16035         * ext/dv/gstdvdemux.c:
16036         * ext/esd/esdmon.c:
16037         * ext/esd/esdsink.c:
16038         * ext/flac/gstflacenc.c:
16039         * ext/flac/gstflactag.c:
16040         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16041         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16042         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16043         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16044         * ext/gdk_pixbuf/pixbufscale.c:
16045         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16046         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16047         * ext/jpeg/gstjpegdec.c:
16048         * ext/jpeg/gstjpegenc.c:
16049         * ext/jpeg/gstsmokedec.c:
16050         * ext/jpeg/gstsmokeenc.c:
16051         * ext/libcaca/gstcacasink.c:
16052         * ext/libmng/gstmngdec.c:
16053         * ext/libmng/gstmngenc.c:
16054         * ext/libpng/gstpngdec.c:
16055         * ext/libpng/gstpngenc.c:
16056         * ext/mikmod/gstmikmod.c:
16057         * ext/raw1394/gstdv1394src.c:
16058         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16059         * ext/shout2/gstshout2.h:
16060         * ext/speex/gstspeexdec.c:
16061         * ext/speex/gstspeexenc.c:
16062         * gst/alpha/gstalpha.c:
16063         * gst/alpha/gstalphacolor.c:
16064         * gst/apetag/gstapedemux.c:
16065         * gst/auparse/gstauparse.c:
16066         * gst/autodetect/gstautoaudiosink.c:
16067         (gst_auto_audio_sink_base_init):
16068         * gst/autodetect/gstautovideosink.c:
16069         (gst_auto_video_sink_base_init):
16070         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16071         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16072         * gst/cutter/gstcutter.c:
16073         * gst/debug/breakmydata.c:
16074         * gst/debug/efence.c:
16075         * gst/debug/gstnavigationtest.c:
16076         * gst/debug/gstnavseek.c:
16077         * gst/debug/negotiation.c:
16078         * gst/debug/progressreport.c:
16079         * gst/debug/testplugin.c:
16080         * gst/effectv/gstaging.c:
16081         * gst/effectv/gstdice.c:
16082         * gst/effectv/gstedge.c:
16083         * gst/effectv/gstquark.c:
16084         * gst/effectv/gstrev.c:
16085         * gst/effectv/gstshagadelic.c:
16086         * gst/effectv/gstvertigo.c:
16087         * gst/effectv/gstwarp.c:
16088         * gst/flx/gstflxdec.c:
16089         * gst/goom/gstgoom.c:
16090         * gst/icydemux/gsticydemux.c:
16091         * gst/id3demux/gstid3demux.c:
16092         * gst/interleave/deinterleave.c:
16093         * gst/interleave/interleave.c:
16094         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16095         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16096         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16097         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16098         * gst/level/gstlevel.c:
16099         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16100         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16101         * gst/median/gstmedian.c:
16102         * gst/monoscope/gstmonoscope.c:
16103         * gst/multipart/multipartdemux.c:
16104         * gst/multipart/multipartmux.c:
16105         * gst/oldcore/gstaggregator.c:
16106         * gst/oldcore/gstfdsink.c:
16107         * gst/oldcore/gstmd5sink.c:
16108         * gst/oldcore/gstmultifilesrc.c:
16109         * gst/oldcore/gstpipefilter.c:
16110         * gst/oldcore/gstshaper.c:
16111         * gst/oldcore/gststatistics.c:
16112         * gst/rtp/gstasteriskh263.c:
16113         * gst/rtp/gstrtpL16depay.c:
16114         * gst/rtp/gstrtpL16pay.c:
16115         * gst/rtp/gstrtpamrdepay.c:
16116         * gst/rtp/gstrtpamrpay.c:
16117         * gst/rtp/gstrtpdepay.c:
16118         * gst/rtp/gstrtpgsmpay.c:
16119         * gst/rtp/gstrtph263pay.c:
16120         * gst/rtp/gstrtph263pdepay.c:
16121         * gst/rtp/gstrtph263ppay.c:
16122         * gst/rtp/gstrtpilbcdepay.c:
16123         * gst/rtp/gstrtpmp4gpay.c:
16124         * gst/rtp/gstrtpmp4vdepay.c:
16125         * gst/rtp/gstrtpmp4vpay.c:
16126         * gst/rtp/gstrtpmpadepay.c:
16127         * gst/rtp/gstrtpmpapay.c:
16128         * gst/rtp/gstrtppcmadepay.c:
16129         * gst/rtp/gstrtppcmapay.c:
16130         * gst/rtp/gstrtppcmudepay.c:
16131         * gst/rtp/gstrtppcmupay.c:
16132         * gst/rtp/gstrtpspeexdepay.c:
16133         * gst/rtp/gstrtpspeexpay.c:
16134         * gst/rtsp/gstrtpdec.c:
16135         * gst/rtsp/gstrtspsrc.c:
16136         * gst/smpte/gstsmpte.c:
16137         * gst/udp/gstdynudpsink.c:
16138         * gst/udp/gstmultiudpsink.c:
16139         * gst/udp/gstudpsink.c:
16140         * gst/udp/gstudpsrc.c:
16141         * gst/videobox/gstvideobox.c:
16142         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16143         * gst/videofilter/gstvideobalance.c:
16144         * gst/videofilter/gstvideoflip.c:
16145         * gst/videofilter/gstvideotemplate.c:
16146         (gst_videotemplate_base_init):
16147         * gst/videomixer/videomixer.c:
16148         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16149         (gst_wavparse_class_init), (gst_wavparse_dispose),
16150         (gst_wavparse_reset), (gst_wavparse_init),
16151         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16152         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16153         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16154         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16155         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16156         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16157         (gst_wavparse_change_state):
16158         * gst/wavparse/gstwavparse.h:
16159         * sys/oss/gstossmixerelement.c:
16160         * sys/oss/gstosssink.c:
16161         * sys/oss/gstosssrc.c:
16162         * sys/osxaudio/gstosxaudioelement.c:
16163         * sys/osxaudio/gstosxaudiosink.c:
16164         * sys/osxaudio/gstosxaudiosrc.c:
16165         * sys/sunaudio/gstsunaudiomixer.c:
16166         * sys/sunaudio/gstsunaudiosink.c:
16167           Define GstElementDetails as const and also static (when defined as
16168           global)
16169
16170 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16171
16172         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16173           Source pad has fixed caps. If we don't set this, bad
16174           things happen when the window is resized.
16175
16176 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16177
16178         * gst/matroska/Makefile.am:
16179         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16180         (gst_matroska_demux_handle_src_event):
16181         * gst/matroska/matroska-ids.c:
16182         (gst_matroska_track_init_video_context),
16183         (gst_matroska_track_init_audio_context),
16184         (gst_matroska_track_init_subtitle_context),
16185         (gst_matroska_track_init_complex_context):
16186         * gst/matroska/matroska-ids.h:
16187           Handle case where the TrackType ebml chunk does not come before the
16188           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16189           events.
16190
16191 2006-04-25  Wim Taymans  <wim@fluendo.com>
16192
16193         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16194         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16195         It's codec_data, not codec_info.
16196
16197 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16198
16199         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16200
16201         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16202           Handle codec_data for VfW compatibility codec IDs (#339451)
16203
16204         * gst/matroska/matroska-mux.c:
16205         (gst_matroska_mux_video_pad_setcaps):
16206           Same here, handle codec_data and add additional caps we can handle
16207           now to the pad template (huffyuv, dv and h263 video) (#339451)
16208
16209 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16210
16211         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16212
16213         * gst/matroska/matroska-mux.c:
16214         (gst_matroska_mux_create_buffer_header),
16215         (gst_matroska_mux_write_data):
16216           Fix timestamping of B-frames, use signed integers, do
16217           some rounding (#339678).
16218
16219 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16220
16221         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16222         just make it compile with --disable-gst-debug.
16223
16224 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16225
16226         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16227         Fix a bad conversion using gst_guint64_to_gdouble.
16228         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16229         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16230         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16231     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16232         mistake.
16233
16234 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16235
16236         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16237         Use gst_guint64_to_gdouble for conversions
16238         * win32/vs6/gst_plugins_good.dsw:
16239         * win32/vs6/libgsticydemux.dsp:
16240         Add a project file for icydemux
16241
16242 2006-04-21  Wim Taymans  <wim@fluendo.com>
16243
16244         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16245
16246         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16247         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16248         When splitting audio chunks, the block alignment is not taken in
16249         consideration, so the smaller chunks could be of size which is 
16250         not a multiple of the block alignment. Fixes #336904
16251
16252 2006-04-21  Wim Taymans  <wim@fluendo.com>
16253
16254         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16255         Use scale functions
16256
16257 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16258
16259         * ext/dv/gstdv.c: (plugin_init):
16260           Fix build.
16261
16262 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16263
16264         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16265         (gst_progress_report_class_init), (gst_progress_report_init),
16266         (gst_progress_report_do_query), (gst_progress_report_report),
16267         (gst_progress_report_set_property),
16268         (gst_progress_report_get_property):
16269           Add 'format' property to force querying to a particular format.
16270
16271 2006-04-21  Andy Wingo  <wingo@pobox.com>
16272
16273         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16274         best, on big endian systems. Drop its rank in that case. OTOH on
16275         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16276
16277 2006-04-21  Michael Smith  <msmith@fluendo.com>
16278
16279         * configure.ac:
16280         * gst/icydemux/Makefile.am:
16281         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16282         (gst_icydemux_base_init), (gst_icydemux_class_init),
16283         (gst_icydemux_reset), (gst_icydemux_init),
16284         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16285         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16286         (unicodify), (gst_icydemux_unicodify),
16287         (gst_icydemux_parse_and_send_tags),
16288         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16289         (gst_icydemux_chain), (gst_icydemux_change_state),
16290         (gst_icydemux_send_tag_event), (plugin_init):
16291         * gst/icydemux/gsticydemux.h:
16292         * tests/check/Makefile.am:
16293         * tests/check/elements/icydemux.c: (typefind_succeed),
16294         (plugin_init), (icydemux_found_pad), (create_icydemux),
16295         (cleanup_icydemux), (push_data), (GST_START_TEST),
16296         (icydemux_suite), (main):
16297           Add icydemux, and tests.
16298
16299 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16300
16301         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16302           Post SEGMENT_DONE message in TIME format.
16303
16304 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16305
16306         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16307
16308         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16309         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16310           Fix index creation when we have to scan the file to create
16311           an index. There may be other types of RIFF 'LIST' chunks than
16312           'movi' and we need to skip them properly as well or we'll end up
16313           reading garbage (#336889). Some other cosmetic changes.
16314           
16315 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16316
16317         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16318         (gst_flac_dec_handle_seek_event):
16319           Add support for segment seeks (fixes #338290). Also demote
16320           some recurring debug message from DEBUG to LOG level.
16321
16322 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16323
16324         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16325         (gst_matroskademux_do_index_seek),
16326         (gst_matroska_demux_handle_seek_event),
16327         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16328         * gst/matroska/matroska-ids.h:
16329           Set DISCONT flag on first buffer after a discontinuity.
16330           Fix newsegment events sent when seeking and honour KEY_UNIT
16331           seek flag. Create pad with bogus caps if we don't recognise
16332           the stream codec id.
16333
16334         * gst/matroska/matroska-demux.h:
16335           Fix GObject macros.
16336
16337 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16338
16339         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16340
16341         * gst/matroska/matroska-demux.c:
16342         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16343           Handle end of segment properly when set; don't dead-lock when
16344           posting start of segment message when doing a segment seek.
16345           Fixes #338810.
16346
16347 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16348
16349         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16350         (gst_matroska_demux_plugin_init):
16351           Make mpeg2 aac audio work: create artificial private codec data
16352           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16353           Also call gst_riff_init(). Partially fixes #338767.
16354
16355 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16356
16357         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16358         (gst_wavenc_class_init), (gst_wavenc_init),
16359         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16360         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16361         (gst_wavenc_chain), (gst_wavenc_change_state):
16362         * gst/wavenc/gstwavenc.h:
16363           Set caps on first outgoing buffer, so that it doesn't error out
16364           immediately with a non-negotiated error (#338716). Rewrite and
16365           clean up a bit; fix setcaps function to parse things properly;
16366           fix sink caps (8bit audio is unsigned and doesn't have depth);
16367           use boilerplate macros; remove unused properties stuff.
16368
16369 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16370
16371         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16372           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16373           handle MJPEG streams and might be autoplugged for those if the
16374           user doesn't have jpegdec installed (resulting in a cryptic error
16375           message about huffman tables). Better to disable JPEG decoding here
16376           and let the user figure out that she needs to install jpegdec.
16377
16378 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16379
16380         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16381         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16382         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16383         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16384           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16385           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16386           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16387           debug messages. Fix boilerplate macros.
16388
16389 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16390
16391         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16392         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16393           No need to special-case for Gdk-2.0 any longer, we require
16394           Gdk 2.2 or newer; minor clean-ups.
16395
16396 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16397
16398         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16399         (gst_shout2send_class_init), (gst_shout2send_init),
16400         (set_shout_metadata), (gst_shout2send_set_metadata),
16401         (gst_shout2send_event), (gst_shout2send_start),
16402         (gst_shout2send_connect), (gst_shout2send_stop),
16403         (gst_shout2send_render), (gst_shout2send_set_property),
16404         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16405         (plugin_init):
16406         * ext/shout2/gstshout2.h:
16407         * po/POTFILES.in:
16408           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16409           change function; use GST_ELEMENT_ERROR for error reporting, not
16410           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16411           will cause crashes or assertion failures; remove (unused) "sync"
16412           property, basesink already has such a property; misc. other
16413           minor fixes and cleanups.
16414
16415 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16416
16417         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16418         * ext/esd/gstesd.c: (plugin_init):
16419         * po/POTFILES.in:
16420           Add translatable error message for when we cannot
16421           connect to the sound server, as "Cannot open resource
16422           for writing" isn't really an acceptable message to show
16423           to the user in this case.
16424
16425 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16426
16427         * sys/oss/gst-i18n-plugin.h:
16428           Remove bogus file that doesn't belong here.
16429
16430 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16431
16432         Patch by: Philippe Valembois
16433
16434         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16435         (gst_shout2send_set_metadata), (gst_shout2send_event),
16436         (gst_shout2send_render), (gst_shout2send_change_state):
16437         * ext/shout2/gstshout2.h:
16438           Handle tags being received before the connection to
16439           the server is established properly (see #338636).
16440
16441 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16442
16443         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16444           Don't crash in case the connection to the server fails:
16445           don't set pointer to NULL by assigning FALSE; error out
16446           properly by using GST_ELEMENT_ERROR and returning
16447           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16448           before resetting the pointer.
16449
16450 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16451
16452         * gst/id3demux/id3tags.c:
16453         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16454         (Fixes #338713)
16455
16456 2006-04-12  Wim Taymans  <wim@fluendo.com>
16457
16458         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16459         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16460         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16461         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16462         (gst_gdk_pixbuf_chain):
16463         Some cleanups.
16464         Added RGBA as a possible output format.
16465         Correctly free the supported mimetypes.
16466         deprecate silent arg, it's not used.
16467         Return result from _alloc_buffer to peer.
16468
16469 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16470
16471         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16472           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16473           overwriting GST_BUFFER_MALLOCDATA.
16474
16475 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16476
16477         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16478         (user_endrow_callback), (user_end_callback),
16479         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16480         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16481         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16482         * ext/libpng/gstpngdec.h:
16483           Handle more than one frame if the content is framed,
16484           like with png-in-quicktime (#331917).
16485
16486 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16487
16488         * sys/oss/Makefile.am:
16489         * sys/oss/common.h:
16490         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16491         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16492         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16493         (gst_oss_src_unprepare):
16494           - the user-visible error strings were in the wrong category
16495           - and the messages were not marked for translation
16496           - which is actually a good thing, because they were exactly
16497             the kind of message you would never want anyone to see
16498           - the macros were using variables that didn't exist in the macro
16499             arguments
16500           - and they were obviously copied from each other and then modified
16501           - so a common header makes sense
16502
16503 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16504
16505         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16506           Don't try to modify read-only data.
16507
16508         * gst/matroska/matroska-demux.c:
16509         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16510           Fix comment (won't crash any longer now).
16511
16512 2006-04-10  Michael Smith  <msmith@fluendo.com>
16513
16514         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16515           Use copies of header buffers for caps to avoid circular refcounting
16516           problems (as in theoradec, vorbisdec).
16517
16518         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16519           Fix a typo in test that meant it was testing the wrong thing.
16520
16521         * tests/check/elements/cmmlenc.c: (check_headers):
16522           Fix refcount checks now that we use buffer-copies for caps.
16523
16524 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16525
16526         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16527         (gst_matroska_demux_handle_seek_event),
16528         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16529         (gst_matroska_demux_subtitle_caps),
16530         (gst_matroska_demux_plugin_init):
16531           Use static pad templates with ANY caps for audio and video
16532           source pads and get rid of a lot of unnecessary (and partially
16533           broken) code for the template caps. Clean up caps finding
16534           functions. Fixes playback of audio files/streams that do not
16535           contain the sample rate and/or number of channels in the audio
16536           context (happens a lot with vorbis/mp3 .mka files it seems).
16537           Fixes #337183.
16538           Also add myself to copyright holders.
16539
16540 2006-04-10  Michael Smith  <msmith@fluendo.com>
16541
16542         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16543           Use g_list_delete_link () instead of g_list_remove_link () so that
16544           we free the link as well as the contained data.
16545
16546 2006-04-10  Wim Taymans  <wim@fluendo.com>
16547
16548         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16549
16550         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16551         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16552         (gst_avi_demux_stream_header):
16553         Fix some crashers with empty chunks. (Fixes #337749)
16554
16555 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16556
16557         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16558           use G_GINT64_CONSTANT for INT64 constants
16559         * gst/videofilter/gstvideobalance.c:
16560           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16561         * win32/vs6/libgstavi.dsp:
16562          add missing libraries for the link and remove avimux.c from
16563          the project as it isn't ported to 0.10 yet
16564         
16565 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16566
16567         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16568           Even better would be if we actually did the right thing
16569           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16570
16571 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16572
16573         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16574           Can't just replace 1LL with 1L here just because MSVC doesn't
16575           support it, as it might lead to incorrect results when doing the
16576           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16577           force a 64-bit constant in a way that all compilers are happy with.
16578
16579 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16580
16581         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16582         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16583         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16584         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16585         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16586         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16587         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16588         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16589         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16590         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16591         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16592         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16593         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16594         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16595         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16596         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16597         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16598         * gst/debug/efence.c: (gst_efence_class_init):
16599         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16600         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16601         * gst/goom/gstgoom.c: (gst_goom_class_init):
16602         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16603         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16604         * gst/interleave/interleave.c: (interleave_class_init):
16605         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16606         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16607         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16608         * gst/median/gstmedian.c: (gst_median_class_init):
16609         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16610         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16611         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16612         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16613         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16614         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16615         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16616         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16617         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16618         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16619         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16620         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16621         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16622         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16623         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16624         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16625         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16626         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16627         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16628         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16629         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16630         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16631         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16632         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16633         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16634         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16635         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16636         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16637         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16638         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16639         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16640         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16641         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16642         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16643         * sys/osxaudio/gstosxaudioelement.c:
16644         (gst_osxaudioelement_class_init):
16645         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16646         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16647         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16648         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16649
16650 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16651
16652         * ext/mikmod/gstmikmod.h:
16653         * gst/level/gstlevel.h:
16654         Fix more broken GObject macros
16655
16656 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16657
16658         * ext/annodex/gstcmmldec.h:
16659         * ext/annodex/gstcmmlenc.h:
16660         * ext/annodex/gstcmmltag.h:
16661         * ext/cairo/gsttextoverlay.h:
16662         * ext/ladspa/gstsignalprocessor.h:
16663         * gst/matroska/ebml-read.h:
16664         * gst/matroska/ebml-write.h:
16665         * sys/osxaudio/gstosxaudioelement.h:
16666         Fix broken GObject macros
16667
16668 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16669
16670         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16671           Don't try to seek beyond the end of the file (would
16672           occasionally display error dialogs in totem when seeking
16673           to the end) (#335869). Will still throw an error though
16674           if the file is truncated and the total_samples value in
16675           the stream header is wrong.
16676
16677 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
16678
16679         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
16680         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
16681         (gst_flac_dec_metadata_callback):
16682         * ext/flac/gstflacdec.h:
16683           If the stream header doesn't contain the total number of samples,
16684           search for the last flac frame at the end of the file and calculate
16685           the total duration from that frame's offset (fixes #337609).
16686
16687 2006-04-07  Edward Hervey  <edward@fluendo.com>
16688
16689         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
16690         Don't unref the GstPadTemplate returned by
16691         gst_element_class_get_pad_template().
16692
16693 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16694
16695         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
16696
16697         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
16698         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
16699         * sys/sunaudio/gstsunaudiosink.h:
16700           Use spec->segsize and spec->segtotal in the prepare function
16701           to initialise the ring buffer instead of using the buffer-time
16702           property (#337421).
16703
16704 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16705
16706         * configure.ac:
16707           Bump core requirements to CVS for gst_pad_query_peer_duration()
16708           which is used by speexdec.
16709
16710 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16711
16712         * ext/speex/gstspeex.c: (plugin_init):
16713         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
16714         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
16715         (speex_get_sink_query_types), (speex_dec_sink_query),
16716         (speex_get_src_query_types), (speex_dec_src_query),
16717         (speex_dec_src_event), (speex_dec_sink_event),
16718         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
16719         (speex_dec_chain_parse_data), (speex_dec_chain),
16720         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
16721         (speex_dec_change_state):
16722         * ext/speex/gstspeexdec.h:
16723           Fix seeking and duration queries (#337033); clean up and
16724           refactor a bit.
16725
16726 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16727
16728         * ext/raw1394/gstdv1394src.c:
16729           distinguish between device not found and could not open for
16730           reading
16731
16732 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16733
16734         * Makefile.am:
16735         * configure.ac:
16736         * pkgconfig/.cvsignore:
16737         * pkgconfig/Makefile.am:
16738         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
16739           add a .pc file so other modules can use good plugins in tests
16740
16741 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16742
16743         * configure.ac:
16744           clean up, use AS_VERSION and AS_NANO
16745         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16746           use PACKAGE_VERSION define
16747         * po/af.po:
16748         * po/az.po:
16749         * po/cs.po:
16750         * po/en_GB.po:
16751         * po/hu.po:
16752         * po/it.po:
16753         * po/nb.po:
16754         * po/nl.po:
16755         * po/or.po:
16756         * po/sq.po:
16757         * po/sr.po:
16758         * po/sv.po:
16759         * po/uk.po:
16760         * po/vi.po:
16761           updated
16762
16763 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
16764
16765         * ext\jpeg\smokecodec.c:
16766           use of GST_DEBUG instead of DEBUG(a...) for WIN32
16767         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
16768           move first instruction after all variables declarations
16769         * gst\alpha\gstalpha.c:
16770         * gst\effectv\gstshagadelic.c:
16771         * gst\smpte\paint.c:
16772         * gst\videofilter\gstvideobalance.c:
16773           define M_PI if it's not defined (it's not defined on WIN32)
16774         * gst\cutter\gstcutter.c: (gst_cutter_chain):
16775         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
16776         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
16777         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
16778         (gst_matroska_demux_video_caps):
16779         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
16780         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
16781           use gst_guint64_to_gdouble for conversions
16782         * gst\goom\filters.c: (setPixelRGB_):
16783           fix a debug which was using undefined variable
16784         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
16785         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
16786           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
16787         * win32/vs6:
16788           add vs6 projects files for most of plugins-good
16789         
16790 2006-03-30  j^  <j@bootlab.org>
16791
16792         * ext/aalib/gstaasink.c:
16793         * ext/annodex/gstcmmldec.c:
16794         * ext/annodex/gstcmmlenc.c:
16795         * ext/cairo/gsttextoverlay.c:
16796         * ext/cairo/gsttimeoverlay.c:
16797         * ext/cdio/gstcdiocddasrc.c:
16798         * ext/dv/gstdvdec.c:
16799         * ext/esd/esdmon.c:
16800         * ext/esd/esdsink.c:
16801         * ext/flac/gstflacdec.c:
16802         * ext/flac/gstflacenc.c:
16803         * ext/flac/gstflactag.c:
16804         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16805         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16806         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16807         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16808         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16809         * ext/gdk_pixbuf/pixbufscale.c:
16810         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16811         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16812         * ext/jpeg/gstjpegdec.c:
16813         * ext/jpeg/gstjpegenc.c:
16814         * ext/jpeg/gstsmokedec.c:
16815         * ext/jpeg/gstsmokeenc.c:
16816         * ext/libcaca/gstcacasink.c:
16817         * ext/libmng/gstmngdec.c:
16818         * ext/libmng/gstmngenc.c:
16819         * ext/libpng/gstpngdec.c:
16820         * ext/libpng/gstpngenc.c:
16821         * ext/mikmod/gstmikmod.c:
16822         * ext/raw1394/gstdv1394src.c:
16823         * ext/shout2/gstshout2.c:
16824         * ext/speex/gstspeexdec.c:
16825         * ext/speex/gstspeexenc.c:
16826         * gst/alpha/gstalpha.c:
16827         * gst/alpha/gstalphacolor.c:
16828         * gst/auparse/gstauparse.c:
16829         * gst/autodetect/gstautoaudiosink.c:
16830         (gst_auto_audio_sink_base_init):
16831         * gst/autodetect/gstautovideosink.c:
16832         (gst_auto_video_sink_base_init):
16833         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16834         * gst/cutter/gstcutter.c:
16835         * gst/debug/breakmydata.c:
16836         * gst/debug/efence.c:
16837         * gst/debug/gstnavigationtest.c:
16838         * gst/debug/negotiation.c:
16839         * gst/debug/progressreport.c:
16840         * gst/debug/testplugin.c:
16841         * gst/effectv/gstaging.c:
16842         * gst/effectv/gstdice.c:
16843         * gst/effectv/gstedge.c:
16844         * gst/effectv/gstquark.c:
16845         * gst/effectv/gstrev.c:
16846         * gst/effectv/gstvertigo.c:
16847         * gst/effectv/gstwarp.c:
16848         * gst/flx/gstflxdec.c:
16849         * gst/goom/gstgoom.c:
16850         * gst/interleave/deinterleave.c:
16851         * gst/interleave/interleave.c:
16852         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16853         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16854         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16855         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16856         * gst/level/gstlevel.c:
16857         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16858         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16859         * gst/median/gstmedian.c:
16860         * gst/monoscope/gstmonoscope.c:
16861         * gst/multipart/multipartdemux.c:
16862         * gst/multipart/multipartmux.c:
16863         * gst/oldcore/gstmd5sink.c:
16864         * gst/oldcore/gstmultifilesrc.c:
16865         * gst/oldcore/gstpipefilter.c:
16866         * gst/oldcore/gstshaper.c:
16867         * gst/oldcore/gststatistics.c:
16868         * gst/rtp/gstasteriskh263.c:
16869         * gst/rtp/gstrtpL16depay.c:
16870         * gst/rtp/gstrtpL16pay.c:
16871         * gst/rtp/gstrtpamrdepay.c:
16872         * gst/rtp/gstrtpamrpay.c:
16873         * gst/rtp/gstrtpdepay.c:
16874         * gst/rtp/gstrtpgsmpay.c:
16875         * gst/rtp/gstrtph263pay.c:
16876         * gst/rtp/gstrtph263pdepay.c:
16877         * gst/rtp/gstrtph263ppay.c:
16878         * gst/rtp/gstrtpmp4gpay.c:
16879         * gst/rtp/gstrtpmp4vdepay.c:
16880         * gst/rtp/gstrtpmp4vpay.c:
16881         * gst/rtp/gstrtpmpadepay.c:
16882         * gst/rtp/gstrtpmpapay.c:
16883         * gst/rtp/gstrtppcmadepay.c:
16884         * gst/rtp/gstrtppcmapay.c:
16885         * gst/rtp/gstrtppcmudepay.c:
16886         * gst/rtp/gstrtppcmupay.c:
16887         * gst/rtp/gstrtpspeexdepay.c:
16888         * gst/rtp/gstrtpspeexpay.c:
16889         * gst/rtsp/gstrtpdec.c:
16890         * gst/smpte/gstsmpte.c:
16891         * gst/videobox/gstvideobox.c:
16892         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16893         * gst/videofilter/gstvideobalance.c:
16894         * gst/videofilter/gstvideoflip.c:
16895         * gst/videofilter/gstvideotemplate.c:
16896         (gst_videotemplate_base_init):
16897         * gst/videomixer/videomixer.c:
16898         * gst/wavenc/gstwavenc.c:
16899         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16900          better/unified long descriptions
16901          Fixed #336602
16902          Some cleanups to auparse, don't send multiple newsegments.
16903
16904 2006-03-29  Wim Taymans  <wim@fluendo.com>
16905
16906         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16907
16908         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16909         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16910         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16911         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16912         * ext/dv/gstdvdemux.h:
16913         Seek in READY patch. Only works for pull based mode.
16914         Fixes #323880
16915
16916 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16917
16918         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16919         (gst_gdk_pixbuf_event):
16920           Fix two crashers: don't unref the same caps twice, and
16921           set pixbuf loader to NULL after freeing it.
16922
16923 2006-03-27  Wim Taymans  <wim@fluendo.com>
16924
16925         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16926         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16927         (gst_speexenc_chain):
16928         * ext/speex/gstspeexenc.h:
16929         Don't leak adapter.
16930         A push *always* takes ownership of the buffer, even on
16931         errors.
16932         Small cleanups.
16933
16934 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16935
16936         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16937           Create source pad without leaking.
16938
16939 2006-03-24  Wim Taymans  <wim@fluendo.com>
16940
16941         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16942         * ext/flac/gstflacdec.h:
16943         * ext/flac/gstflacenc.h:
16944         Spifify a bit.
16945         Fix deadly lock order error in seeking code, STREAM_LOCK
16946         cannot be taken within LOCK and the streaming variables are
16947         protected with the STREAM_LOCK anyway.
16948
16949 2006-03-24  Wim Taymans  <wim@fluendo.com>
16950
16951         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16952         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16953         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16954         this patch combines the global init_frames with the stream
16955         init_frames. Rationale being that the global delay should 
16956         be subtracted from any stream delay.
16957         Fixes #335858.
16958
16959 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16960
16961         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
16962         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
16963         * gst/smpte/gstsmpte.c: (gst_smpte_init):
16964         * gst/videomixer/videomixer.c: (gst_videomixer_init):
16965         use DEBUG_FUNCPTR for collectpads
16966
16967 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16968
16969         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
16970           Don't crash when encoding images where the number of rows isn't
16971           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
16972
16973 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16974
16975         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
16976         * gst/interleave/deinterleave.c: (deinterleave_change_state):
16977         * gst/interleave/interleave.c: (interleave_change_state):
16978         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
16979           More state change function fixes.
16980
16981 2006-03-23  Wim Taymans  <wim@fluendo.com>
16982
16983         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16984         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
16985         (gst_esdsink_prepare), (gst_esdsink_unprepare),
16986         (gst_esdsink_delay), (gst_esdsink_reset):
16987         * ext/esd/esdsink.h:
16988         Fix esd choppy playback by configuring audiosink
16989         correctly. Fixes #325191
16990
16991 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16992
16993         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
16994           Make state change function thread-safe.
16995
16996 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
16997
16998         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
16999         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17000           Don't try to read beyond the end of the file just because
17001           the header claims a bigger size (like with truncated files).
17002
17003 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17004
17005         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17006         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17007         (gst_wavparse_stream_data), (gst_wavparse_loop):
17008         * gst/wavparse/gstwavparse.h:
17009           Delay source pad creation until we have the first chunk of
17010           media data, so the we can examine the data and adjust the
17011           caps accordingly if required. This makes playback of .wav
17012           files with DTS-declared-as-PCM content work (#313266).
17013
17014 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17015
17016         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17017         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17018         Don't attempt typefinding on too-short buffers that have been
17019         completely trimmed away. (Fixes #330239)
17020
17021         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17022         Improve the debug output
17023
17024 2006-03-21  Wim Taymans  <wim@fluendo.com>
17025
17026         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17027         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17028         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17029         (gst_esdsink_set_property), (gst_esdsink_get_property):
17030         Some cleanups.
17031         Reset fd to -1 when we close them.
17032
17033 2006-03-21  Wim Taymans  <wim@fluendo.com>
17034
17035         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17036         the OPTIONS request result is optional so don't
17037         fail on it.
17038
17039 2006-03-21  Edward Hervey  <edward@fluendo.com>
17040
17041         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17042         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17043         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17044         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17045         (gst_wavparse_change_state):
17046         gcc 4.1 unreferenced pointer fixes.
17047
17048 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17049
17050         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17051
17052         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17053           Fix block alignment calculation. Alignment should be done before
17054           adding the byte offset where the data starts (#335231).
17055
17056 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17057
17058         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17059           Ensure that we set correct caps on buffers that are transferred
17060           direct from the input.
17061
17062 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17063
17064         * gst/goom/filters.c: (zoomFilterDestroy):
17065         * gst/goom/goom_core.c: (goom_close):
17066           Free filter data when cleaning up. (Fixes: #334995)
17067
17068 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17069
17070         * configure.ac:
17071           Don't compile udp and rtsp plugins on win32 (mingw) or other
17072           systems that don't have <sys/socket.h> for some reason (#316203).
17073
17074 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17075
17076         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17077         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17078         * ext/raw1394/gstdv1394src.h:
17079           Change bus reset handler so it reports useful information such as
17080           whether the device being used connected or disconnected
17081
17082 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17083
17084         * gst/id3demux/id3v2frames.c:
17085         (parse_relative_volume_adjustment_two):
17086           We only care about gain and peak data for the master volume.
17087
17088 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17089
17090         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17091         (parse_id_string), (parse_unique_file_identifier),
17092         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17093           Read replay gain tags (#323721).
17094
17095 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17096
17097         * configure.ac:
17098           Bump requirements to gst-plugins-base CVS because
17099           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17100
17101 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17102
17103         * rtp/gst/gstrtppcmadepay.c:
17104         Fixed one of the caps in the code from mulaw to alaw.
17105
17106 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17107
17108         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17109           Ensure that we set caps on the buffers we pass.
17110
17111         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17112         (gst_id3demux_sink_activate):
17113           Ensure that we set caps on the buffers we pass.
17114
17115           Use STREAM, TYPE_NOT_FOUND as the error class when
17116           typefinding fails.
17117
17118 2006-03-15  Edward Hervey  <edward@fluendo.com>
17119
17120         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17121         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17122         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17123         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17124         (gst_jpeg_dec_setcaps):
17125         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17126         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17127         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17128         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17129         (gst_mngdec_src_getcaps):
17130         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17131         (gst_pngdec_caps_create_and_set):
17132         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17133         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17134         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17135         * gst/alpha/gstalpha.c: (gst_alpha_init):
17136         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17137         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17138         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17139         * gst/cutter/gstcutter.c: (gst_cutter_init):
17140         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17141         (gst_efence_checkgetrange):
17142         * gst/debug/negotiation.c: (gst_negotiation_init):
17143         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17144         * gst/goom/gstgoom.c: (gst_goom_init):
17145         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17146         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17147         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17148         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17149         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17150         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17151         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17152         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17153         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17154         (gst_wavparse_create_sourcepad):
17155         Fix memleak with gst_static_pad_template_get().
17156         This uses gst_pad_new_from_static_template() instead.
17157         Fixes #333512
17158
17159 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17160
17161         * configure.ac:
17162           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17163           used by id3demux.
17164
17165         * gst/id3demux/gstid3demux.c: (plugin_init):
17166         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17167         (parse_user_text_identification_frame),
17168         (parse_unique_file_identifier):
17169           Add support for UFID and TXXX frames and extract musicbrainz tags.
17170
17171 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17172
17173         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17174           Catch short reads, like they might happen with truncated
17175           files (see #305279); remove unnecessary indentation.
17176
17177 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17178
17179         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17180           Fix DIB image inversion for pictures with a
17181           depth != 8 (#305279).
17182
17183 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17184
17185         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17186         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17187         * ext/jpeg/gstjpegdec.h:
17188           Fix durations on outgoing buffers after seeking
17189           in MJPEG files (#334083); some minor clean-ups.
17190
17191 2006-03-13  Wim Taymans  <wim@fluendo.com>
17192
17193         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17194         (gst_wavparse_change_state):
17195         Implement seek in READY (re-fixes #327658)
17196
17197 2006-03-13  Wim Taymans  <wim@fluendo.com>
17198
17199         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17200         * ext/esd/esdmon.c: (gst_esdmon_get):
17201         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17202         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17203         (gst_gdk_pixbuf_sink_getcaps):
17204         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17205         (gst_jpegenc_setcaps):
17206         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17207         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17208         (gst_smokeenc_setcaps):
17209         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17210         (gst_mngdec_src_getcaps):
17211         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17212         (gst_mngenc_chain):
17213         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17214         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17215         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17216         (speex_dec_src_event), (speex_dec_chain):
17217         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17218         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17219         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17220         (gst_negotiation_pad_link), (gst_negotiation_chain):
17221         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17222         (gst_flxdec_chain):
17223         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17224         (deinterleave_chain):
17225         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17226         * gst/median/gstmedian.c: (gst_median_link):
17227         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17228         (gst_monoscope_chain):
17229         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17230         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17231         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17232         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17233         close #333784 unref the result of gst_pad_get_parent()
17234         by: Christophe Fergeau.
17235
17236 2006-03-09  Wim Taymans  <wim@fluendo.com>
17237
17238         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17239         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17240         Handle events in push mode better, can now do non-flushing
17241         seeks in push mode as well.
17242
17243 2006-03-07  Wim Taymans  <wim@fluendo.com>
17244
17245         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17246         Applied patch from Kai Vehmanen, fixes #333624.
17247
17248 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17249
17250         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17251         Implement paletted and grayscale png files handling.
17252         (#150363).
17253
17254 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17255
17256         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17257         (gst_speexenc_chain):
17258           fix a tag list assert
17259           follow gst-plugins-base/ext/ogg/README; set OFFSET
17260           and OFFSET_END.  Muxes correctly with gst-plugins-base
17261           > 0.9.3
17262
17263 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17264
17265         * gst/id3demux/Makefile.am:
17266         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17267         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17268           Use new typefind helper functions here as well, and
17269           do typefinding in pull-mode if upstream supports that.
17270
17271 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17272
17273         * sys/sunaudio/gstsunaudiomixerctrl.c:
17274         (gst_sunaudiomixer_ctrl_get_volume),
17275         (gst_sunaudiomixer_ctrl_set_volume):
17276         * sys/sunaudio/gstsunaudiomixertrack.c:
17277         (gst_sunaudiomixer_track_new):
17278           Remove unused variables, breaks build from CVS
17279           with -Werror (#333392, patch by: Benjamin Pineau)
17280
17281 2006-03-03  Wim Taymans  <wim@fluendo.com>
17282
17283         * docs/plugins/Makefile.am:
17284         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17285         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17286         Added wavparse docs.
17287
17288         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17289         (gst_wavparse_reset), (gst_wavparse_init),
17290         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17291         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17292         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17293         (gst_wavparse_stream_data), (gst_wavparse_loop),
17294         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17295         (gst_wavparse_change_state):
17296         * gst/wavparse/gstwavparse.h:
17297         Implement seek in READY (fixes #327658)
17298         Added docs and did some cleanups.
17299
17300 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17301
17302         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17303         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17304         (gst_avi_demux_calculate_durations_from_index),
17305         (gst_avi_demux_stream_header):
17306         * gst/avi/gstavidemux.h:
17307           If we have an index, use a duration based on the index instead
17308           of blindly trusting the information in the stream headers
17309           (fixes #331817).
17310
17311 2006-03-03  Wim Taymans  <wim@fluendo.com>
17312
17313         * docs/plugins/Makefile.am:
17314         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17315         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17316         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17317         Added smoke and jpeg to the docs.
17318
17319         * ext/jpeg/Makefile.am:
17320         * ext/jpeg/gstjpeg.c: (plugin_init):
17321         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17322         * ext/jpeg/gstjpegenc.h:
17323         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17324         (gst_smokedec_chain):
17325         * ext/jpeg/gstsmokedec.h:
17326         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17327         * ext/jpeg/gstsmokeenc.h:
17328         * ext/jpeg/smokecodec.h:
17329         Port smokedec (fixes #331905).
17330         Added some docs.
17331         Some cleanups.
17332
17333 2006-03-03  Wim Taymans  <wim@fluendo.com>
17334
17335         * docs/plugins/Makefile.am:
17336         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17337         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17338         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17339         Added videobalance and videoflip to the docs.
17340
17341         * gst/videofilter/Makefile.am:
17342         * gst/videofilter/gstvideobalance.c:
17343         (gst_video_balance_update_tables_planar411),
17344         (gst_video_balance_is_passthrough),
17345         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17346         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17347         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17348         (gst_video_balance_finalize), (gst_video_balance_class_init),
17349         (gst_video_balance_init), (gst_video_balance_interface_supported),
17350         (gst_video_balance_interface_init),
17351         (gst_video_balance_colorbalance_list_channels),
17352         (gst_video_balance_colorbalance_set_value),
17353         (gst_video_balance_colorbalance_get_value),
17354         (gst_video_balance_colorbalance_init),
17355         (gst_video_balance_set_property), (gst_video_balance_get_property),
17356         (gst_video_balance_get_type), (plugin_init):
17357         * gst/videofilter/gstvideobalance.h:
17358         Ported to 0.10. (Fixes #326160)
17359         Added docs.
17360
17361         * gst/videofilter/gstvideoflip.c:
17362         * gst/videofilter/gstvideoflip.h:
17363         Added docs.
17364
17365 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17366
17367         * configure.ac:
17368           Bump requirements to current core and -base CVS
17369           (core for new typefind helper API, and -base for the
17370           WAVFORMATEX support that was added to libgstriff and
17371           is needed by wavparse).
17372         
17373         * gst/apetag/Makefile.am:
17374         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17375         (gst_tag_demux_sink_activate):
17376           Use new typefind helpers for typefinding instead of our
17377           home-grown stuff; also, do typefinding in pull-mode if
17378           upstream supports that.
17379
17380 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17381
17382         Reviewed by: Christian Schaller <christian@fluendo.com>
17383
17384         This patch fixes bug: 329107
17385
17386         This Changelog entry is for a commit done on February 17
17387
17388         * ext/gconf/gconf.c
17389         * ext/gconf/gconf.h
17390         * ext/gconf/gstgconfaudiosink.c
17391         * ext/gconf/gstgconfaudiosink.h
17392         * gconf/gstreamer.schemas.in
17393
17394 2006-02-28  Wim Taymans  <wim@fluendo.com>
17395
17396         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17397         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17398         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17399         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17400         Use DEBUG_OBJECT more.
17401
17402 2006-02-28  Wim Taymans  <wim@fluendo.com>
17403
17404         * docs/plugins/Makefile.am:
17405         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17406         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17407         Added dvdec and dvdemux to docs.
17408
17409         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17410         Added docs.
17411         Check frame sizes so we don't crash when don't have enough
17412         data.
17413         Send nice error messages on error.
17414
17415         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17416         (gst_dvdemux_class_init), (gst_dvdemux_init),
17417         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17418         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17419         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17420         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17421         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17422         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17423         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17424         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17425         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17426         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17427         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17428         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17429         * ext/dv/gstdvdemux.h:
17430         Added docs.
17431         Implement pull mode.
17432         Fix memleaks.
17433         Reduce memcpy for the video demuxing.
17434
17435 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17436
17437         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17438         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17439         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17440         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17441           Add a little extra debug. Make the decoder not return NOT_LINKED,
17442           as we want to continue decoding all CMML and emitting tags.
17443
17444 2006-02-27  Michael Smith  <msmith@fluendo.com>
17445
17446         * ext/annodex/gstskeltag.c:
17447         * ext/annodex/gstskeltag.h:
17448           Deleted; these files aren't used any more either.
17449
17450 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17451
17452         * ext/Makefile.am: Fix dist-check.
17453
17454 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17455
17456         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17457         memleak.
17458
17459 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17460
17461         * ext/annodex/Makefile.am:
17462         * ext/annodex/gstannodex.c:
17463         * ext/annodex/gstcmmldec.c:
17464         * ext/annodex/gstcmmlenc.c:
17465         * ext/annodex/gstcmmlparser.c:
17466         * ext/annodex/gstcmmlparser.h:
17467         * ext/annodex/gstcmmlutils.c:
17468         * tests/check/elements/cmmldec.c:
17469         * tests/check/elements/cmmlenc.c:
17470           Fix a memleak in gst_cmml_track_list_add_clip.
17471           Handle overflows in clip's start and end times.
17472           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17473           Do not parse junk at the end of a CMML preamble buffer.
17474           Register a libxml error handler to not print stuff on stderr.
17475           Check for bad clip start and end times in the testsuites.
17476
17477 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17478
17479         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17480         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17481         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17482         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17483         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17484         possible memleaks.
17485
17486 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17487
17488         * tests/check/Makefile.am:
17489         * tests/check/elements/cmmldec.c:
17490         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17491         the plugins-base tags.
17492
17493 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17494
17495         * ext/Makefile.am: Re-enable module.
17496
17497 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17498
17499         * tests/check/Makefile.am: Forgot to remove that test.
17500
17501 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17502
17503         * ext/annodex/Makefile.am:
17504         * ext/annodex/gstannodex.c: (plugin_init):
17505         * ext/annodex/gstcmmldec.c:
17506         * ext/annodex/gstskeldec.c:
17507         * ext/annodex/gstskeldec.h:
17508         * tests/check/Makefile.am:
17509         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17510
17511 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17512
17513         * tests/check/Makefile.am: Disable those checks as well.
17514
17515 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17516
17517         * ext/Makefile.am: Disable annodex for now until we figure out
17518         how to make it build.
17519         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17520         Add a rule to your checklist : "please try to at least build 
17521         what you are going to commit into -good, or if you are too lazy
17522         to do that, please check that the buildbots are not crying because
17523         of your commit."
17524
17525 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17526
17527         * configure.ac:
17528         * ext/Makefile.am:
17529         * ext/gdk_pixbuf/Makefile.am:
17530         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17531         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17532         * ext/gdk_pixbuf/pixbufscale.c:
17533         * ext/gdk_pixbuf/pixbufscale.h:
17534           Gdkpixbuf ported from 0.8 to 0.10 by
17535           Renato Filho <renato.filho@indt.org.br>.
17536           gst_loader and gdkpixbufanimation still need port.
17537
17538 2006-02-24  Michael Smith  <msmith@fluendo.com>
17539
17540         * configure.ac:
17541         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17542         * ext/Makefile.am:
17543         * ext/annodex/Makefile.am:
17544         * ext/annodex/gstannodex.c:
17545         * ext/annodex/gstannodex.h:
17546         * ext/annodex/gstcmmldec.c:
17547         * ext/annodex/gstcmmldec.h:
17548         * ext/annodex/gstcmmlenc.c:
17549         * ext/annodex/gstcmmlenc.h:
17550         * ext/annodex/gstcmmlparser.c:
17551         * ext/annodex/gstcmmlparser.h:
17552         * ext/annodex/gstcmmltag.c:
17553         * ext/annodex/gstcmmltag.h:
17554         * ext/annodex/gstcmmlutils.c:
17555         * ext/annodex/gstcmmlutils.h:
17556         * ext/annodex/gstskeldec.c:
17557         * ext/annodex/gstskeldec.h:
17558         * ext/annodex/gstskeltag.c:
17559         * ext/annodex/gstskeltag.h:
17560         * tests/check/Makefile.am:
17561         * tests/check/elements/cmmldec.c:
17562         * tests/check/elements/cmmlenc.c:
17563         * tests/check/elements/skeldec.c:
17564           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17565           Includes tests & docs, oh my! Passes Thomas's -good checklist
17566           entirely. Wow.
17567
17568 2006-02-24  Michael Smith  <msmith@fluendo.com>
17569
17570         * autogen.sh:
17571           Check for automake 1.9 as well.
17572
17573 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17574
17575         * ext/flac/gstflacenc.c:
17576           Change min. sample rate to 8kHz to match flacdec's.
17577           
17578 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17579
17580         * ext/cdio/Makefile.am:
17581           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17582           required for Cygwin, see #317048)
17583
17584         * gst/rtp/gstasteriskh263.c:
17585           Cygwin has includes for both the unix network socket API
17586           and the windows API, but only one can be included, so fix
17587           includes to only use one or the other, prefering the unxi
17588           one (#317048).
17589
17590 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17591
17592         * rtp/gst/gstrtppcmadepay.c:
17593         * rtp/gst/gstrtppcmadepay.h:
17594         * rtp/gst/gstgstrtppcmapay.c:
17595         * rtp/gst/gstgstrtppcmapay.h:
17596         * rtp/gst/gstrtppcmudepay.c:
17597         * rtp/gst/gstrtppcmudepay.h:
17598         * rtp/gst/gstrtppcmupay.c:
17599         * rtp/gst/gstrtppcmupay.h:
17600         * rtp/gst/Makefile.am:
17601         * rtp/gst/gstrtp.c:
17602         * rtp/gst/README:
17603         Separated the G711 payloaders/depayloaders into separate elements for
17604         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17605
17606 2006-02-22  Wim Taymans  <wim@fluendo.com>
17607
17608         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17609         (gst_dvdec_change_state):
17610         * ext/dv/gstdvdec.h:
17611         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17612         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17613         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17614         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17615         (gst_dvdemux_flush), (gst_dvdemux_chain),
17616         (gst_dvdemux_change_state):
17617         * ext/dv/gstdvdemux.h:
17618         Ueber spiffify some more, added debug category.
17619         Use _scale.
17620         Use segments, respect playback rate from newsegment.
17621         Fix refcount issue.
17622
17623 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17624
17625         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17626         (gst_signal_processor_process):
17627         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17628         enabled for the build, but it helps me win the feature-count
17629         competitions ooh yeah.
17630
17631 2006-02-19  Wim Taymans  <wim@fluendo.com>
17632
17633         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17634         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17635         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17636         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17637         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17638         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17639         Use scaling code for added precission and more correct stop
17640         position in case scale==0.
17641
17642 2006-02-19  Wim Taymans  <wim@fluendo.com>
17643
17644         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17645         (gst_flxdec_chain):
17646         * gst/flx/gstflxdec.h:
17647         Implement DURATION query.
17648
17649 2006-02-19  Wim Taymans  <wim@fluendo.com>
17650
17651         * gst/flx/flx_color.h:
17652         * gst/flx/flx_fmt.h:
17653         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17654         (gst_flxdec_src_query_handler), (flx_decode_color),
17655         (gst_flxdec_chain):
17656         * gst/flx/gstflxdec.h:
17657         Set MALLOCDATA for the temp buffers so we don't leak.
17658         Some debug cleanups.
17659         Consume all data in the adapter before leaving the chain
17660         function. Fixes #330678.
17661
17662 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17663
17664         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17665         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17666          Handle 0 data size in otherwise valid frames.
17667          Handle numeric strings in 2.4.0 even when not in parentheses 
17668
17669 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
17670
17671         * gst/matroska/matroska-demux.c:
17672         (gst_matroska_demux_subtitle_caps),
17673         (gst_matroska_demux_plugin_init):
17674         * gst/matroska/matroska-ids.h:
17675           Recognise SSA/ASS and USF subtitle formats and
17676           set proper caps when they are found.
17677
17678 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17679
17680         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
17681         (gst_jpeg_dec_chain):
17682           Fix invalid memory access for some odd-sized images
17683           (see image contained in quicktime stream in #327083);
17684           use g_malloc() instead of g_alloca().
17685
17686 2006-02-17  Wim Taymans  <wim@fluendo.com>
17687
17688         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17689         Patch from Sebastien Cote, fixes #319884
17690
17691 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17692
17693         * ext/cdio/gstcdio.c: (plugin_init):
17694           Init debug category (#331253).
17695
17696 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17697
17698         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
17699           Pass extra_data to gst_riff_create_audio_caps(), so that
17700           WAVEFORMATEX stuff works. Post audio codec name and post
17701           it as taglist on the bus. Allow up to 8 channesl for raw
17702           PCM in the source pad template caps.
17703
17704 2006-02-16  Wim Taymans  <wim@fluendo.com>
17705
17706         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17707         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17708         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
17709         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
17710         (gst_multipart_set_property), (gst_multipart_get_property):
17711         Applied #318663. Gives quite a few false positives in
17712         autoscan mode, but it's better than nothing. Not closing yet.
17713
17714 2006-02-16  Wim Taymans  <wim@fluendo.com>
17715
17716         * docs/plugins/Makefile.am:
17717         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17718         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17719         * docs/plugins/gst-plugins-good-plugins.args:
17720         * docs/plugins/inspect/plugin-udp.xml:
17721         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
17722         (gst_udpsrc_start):
17723         Update documentation.
17724         Fix args.
17725
17726 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
17727
17728         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17729         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
17730         frame size. (Fixes #331368)
17731
17732 2006-02-16  Wim Taymans  <wim@fluendo.com>
17733
17734         * gst/rtsp/README:
17735         Updated README.
17736
17737         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17738         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
17739         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
17740         * gst/rtsp/gstrtspsrc.h:
17741         Make sure the RTP port is an even port an try to allocate 
17742         another if not.
17743         Added retry property to control max retries for port allocation.
17744         Make sure RTCP port is RTP port+1.
17745         Cleanup when port allocation fails.
17746         Fixes #319183.
17747         
17748 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17749
17750         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
17751           Don't ignore return value of the parent class's state
17752           change function (#331385, patch by: Wouter Paesen).
17753
17754 2006-02-15  Wim Taymans  <wim@fluendo.com>
17755
17756         * configure.ac:
17757         * docs/plugins/Makefile.am:
17758         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17759         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17760         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17761         * ext/Makefile.am:
17762         * ext/hal/Makefile.am:
17763         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
17764         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
17765         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
17766         (do_toggle_element), (gst_hal_audio_sink_set_property),
17767         (gst_hal_audio_sink_get_property),
17768         (gst_hal_audio_sink_change_state):
17769         * ext/hal/gsthalaudiosink.h:
17770         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
17771         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
17772         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
17773         (do_toggle_element), (gst_hal_audio_src_set_property),
17774         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
17775         * ext/hal/gsthalaudiosrc.h:
17776         * ext/hal/gsthalelements.c: (plugin_init):
17777         * ext/hal/gsthalelements.h:
17778         * ext/hal/hal.c: (gst_hal_get_string),
17779         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
17780         (gst_hal_get_audio_src):
17781         * ext/hal/hal.h:
17782         Add HAL sound device wrapper plugins. Closes #329106
17783
17784 2006-02-15  Wim Taymans  <wim@fluendo.com>
17785
17786         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17787         Add comment in a fultile attempt to stop the copy-and-paste 
17788         paradigm leading to duplication of bad code.
17789
17790         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
17791         Mime parameters have to be checked case insensitive
17792
17793 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17794
17795         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
17796           Advance stream time for lagging subtitle streams by sending
17797           newsegment events with the update flag set.
17798
17799 2006-02-14  Edward Hervey  <edward@fluendo.com>
17800
17801         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17802         There can be bogus data before the hdrl LIST tag in the RIFF header.
17803         It's hard to say if it's not respecting the AVI specifications or not,
17804         but since Google Video is producing AVIs like that and the other player
17805         don't seem to complain, I guess we should do the same.
17806
17807 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
17808
17809         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
17810         (parse_split_strings):
17811         Add more validation to ensure that a char encoding conversion
17812         produced a valid UTF-8 string.
17813
17814 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
17815
17816         Reviewed by: Edward Hervey  <edward@fluendo.com>
17817
17818         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17819         Properly handle end of segment. Closes #330885.
17820
17821 2006-02-13  Wim Taymans  <wim@fluendo.com>
17822
17823         * gst/rtp/gstrtpmp4gpay.h:
17824         For got to commit this one.
17825
17826 2006-02-12  Wim Taymans  <wim@fluendo.com>
17827
17828         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
17829         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
17830         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
17831         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17832         * gst/rtp/gstrtpmp4gpay.h:
17833         Make more things work.
17834         Handle ACC config strings.
17835
17836 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17837
17838         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17839           set timestamps if no incoming timestamps set
17840
17841 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17842
17843         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17844         (gst_tag_demux_do_typefind):
17845           ... and fix the very same leaks in GstTagDemux.
17846
17847 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17848
17849         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17850         (gst_id3demux_do_typefind):
17851         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17852         <jonathan at kaolin dot wh9 dot net>)
17853
17854 2006-02-10  Wim Taymans  <wim@fluendo.com>
17855
17856         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17857         First set options, then set caps or else the baseclass
17858         will not know about the options, duh.
17859
17860 2006-02-10  Wim Taymans  <wim@fluendo.com>
17861
17862         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17863         (gst_rtp_mp4v_pay_setcaps):
17864         Don't waste time looking for a config string if we have codec_info
17865         on the incomming caps.
17866
17867 2006-02-10  Wim Taymans  <wim@fluendo.com>
17868
17869         * gst/rtp/README:
17870         Say something about case-sensitivity of caps vs mime-attributes.
17871
17872         * gst/rtp/Makefile.am:
17873         * gst/rtp/gstrtp.c: (plugin_init):
17874         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17875         (gst_rtp_amr_pay_handle_buffer):
17876         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17877         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17878         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17879         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17880         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17881         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17882         (gst_rtp_mp4g_pay_plugin_init):
17883         * gst/rtp/gstrtpmp4gpay.h:
17884         Added beginnings of mpeg4-generic payloader (RFC 3640)
17885
17886 2006-02-09  Wim Taymans  <wim@fluendo.com>
17887
17888         * gst/rtsp/Makefile.am:
17889         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17890         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17891         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17892         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17893         (gst_rtpdec_change_state):
17894         * gst/rtsp/gstrtpdec.h:
17895         * gst/rtsp/gstrtsp.c: (plugin_init):
17896         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17897         * gst/rtsp/rtspconnection.c: (read_body),
17898         (rtsp_connection_receive):
17899         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17900         Resurected rtpdec to make rtspsrc happy again.
17901         Skip attributes from the session id.
17902         Don't crash when dumping a message with an empty body.
17903
17904
17905 2006-02-09  Wim Taymans  <wim@fluendo.com>
17906
17907         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17908         Added more meaningfull warnings when something goes wrong.
17909         Clear F bit on outgoing AMR packets.
17910
17911         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17912         (gst_rtp_amr_pay_handle_buffer):
17913         Added debugging category
17914         Support payloading of multiple AMR frames.
17915
17916         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17917         Added some debugging.
17918
17919 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17920
17921         * configure.ac:
17922           Back to CVS
17923
17924 === release 0.10.2 ===
17925
17926 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17927
17928         * configure.ac:
17929           releasing 0.10.2, "Papa was a rolling stone"
17930
17931 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17932
17933         * configure.ac:
17934           Bump core and plugins-base requirement to 0.10.2.2
17935           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17936
17937 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17938
17939         * ext/flac/gstflac.c: (plugin_init):
17940         * ext/speex/gstspeex.c: (plugin_init):
17941           Register musicbrainz tags.
17942
17943 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17944
17945         * ext/gconf/gconf.h:
17946           Remove declaration of function that no longer exists.
17947
17948 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17949
17950         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17951         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17952         Make shout2 work for non ogg streams
17953
17954 2006-02-06  Wim Taymans  <wim@fluendo.com>
17955
17956         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17957         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17958         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17959         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17960         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
17961         * gst/udp/gstmultiudpsink.h:
17962         Updated docs.
17963         Added properties bytes-served, bytes_to_serve.
17964         Post proper error messages,
17965         Emit client added signal too.
17966
17967 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17968
17969         * docs/plugins/Makefile.am:
17970         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17971         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17972         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17973         (gst_multiudpsink_get_stats):
17974           adding docs for multiudpsink
17975
17976 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17977
17978         * gst/level/gstlevel.c: (gst_level_transform_ip):
17979           peak below decay is not necessarily an error, so don't ERROR log
17980
17981 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17982
17983         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
17984         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
17985         (gst_ebml_write_seek):
17986         * gst/matroska/ebml-write.h:
17987           Make sure we send a newsegment event in BYTES format
17988           before sending buffers (#328531).
17989
17990 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17991
17992         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
17993         (gst_dvdemux_sink_query):
17994         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
17995         * ext/speex/gstspeexdec.c: (speex_get_query_types),
17996         (speex_dec_src_query):
17997         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
17998         (gst_speexenc_sink_query):
17999         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18000         * gst/matroska/matroska-demux.c:
18001         (gst_matroska_demux_get_src_query_types),
18002         (gst_matroska_demux_handle_src_query):
18003         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18004         (gst_wavparse_pad_query):
18005           Pass unhandled queries upstream instead of just dropping
18006           them (#326446). Update query type arrays here and there.
18007
18008 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18009
18010         * tests/check/elements/matroskamux.c: (setup_src_pad):
18011           Collectpads in core got changed and now also holds a
18012           reference to any pad that is part of it. Fix refcount
18013           checks in test case accordingly.
18014
18015 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18016
18017         * gst/apetag/gstapedemux.h:
18018           Fix include, for now GstTagDemux is in the apetag dir.
18019
18020 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18021
18022         * docs/plugins/Makefile.am:
18023         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18024         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18025         * docs/plugins/inspect/plugin-cdio.xml:
18026           Add cdio plugin to docs.
18027
18028         * ext/cdio/gstcdiocddasrc.c:
18029           Add gtk-doc blurb.
18030
18031         * ext/cdio/gstcdio.c:
18032           The plugin is called 'cdio' not 'cddio'.
18033
18034 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18035
18036         * configure.ac:
18037         * docs/plugins/Makefile.am:
18038         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18039         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18040         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18041         * docs/plugins/inspect/plugin-apetag.xml:
18042         * gst/apetag/Makefile.am:
18043         * gst/apetag/gstapedemux.c:
18044         * gst/apetag/gstapedemux.h:
18045         * gst/apetag/gsttagdemux.c:
18046         * gst/apetag/gsttagdemux.h:
18047           Add APE tag demuxer (#325649).
18048
18049 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18050
18051         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18052         (gst_gconf_get_default_video_sink),
18053         (gst_gconf_get_default_audio_src),
18054         (gst_gconf_get_default_video_src):
18055         * ext/gconf/gconf.h:
18056         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18057         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18058         (do_toggle_element):
18059         * ext/gconf/gstgconfaudiosink.h:
18060         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18061         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18062         (do_toggle_element):
18063         * ext/gconf/gstgconfaudiosrc.h:
18064         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18065         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18066         (do_toggle_element):
18067         * ext/gconf/gstgconfvideosink.h:
18068         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18069         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18070         (do_toggle_element):
18071         * ext/gconf/gstgconfvideosrc.h:
18072           Ignore changing the GConf key to "". Ignore GConf key updates
18073           that don't actually change the string.
18074           For now, ignore the GConf key when the state is > READY, as
18075           it breaks streaming. Sometime it will be nice to bring the
18076           new sink online even mid-stream, by sending NEWSEGMENT info
18077           and possibly prerolling.
18078           (Fixes #326736)
18079
18080 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18081
18082         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18083         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18084         (zoomFilterSetResolution), (zoomFilterDestroy),
18085         (zoomFilterFastRGB), (pointFilter):
18086         * gst/goom/filters.h:
18087         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18088         (goom_update), (goom_close):
18089         * gst/goom/goom_core.h:
18090         * gst/goom/goom_tools.h:
18091         * gst/goom/graphic.c:
18092         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18093         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18094         * gst/goom/gstgoom.h:
18095         * gst/goom/lines.c: (goom_lines):
18096         * gst/goom/lines.h:
18097           Make goom reentrant by moving all important static variables
18098           into instance structures.
18099           (Fixes #329181)
18100
18101 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18102
18103         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18104         (gst_avi_demux_all_source_pads_unlinked),
18105         (gst_avi_demux_process_next_entry):
18106         * gst/avi/gstavidemux.h:
18107           Third attempt, use gst_pad_is_linked() this time.
18108
18109 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18110
18111         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18112         (parse_split_strings):
18113         Adjust for data length indicators when parsing (Fixes #329810)
18114         Fix stupid bug parsing UTF-8 tag text.
18115         Output tag strings with multiple fields as multiple tags, so the
18116         app gets all the data.
18117
18118 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18119
18120         * ext/flac/gstflacenc.c:
18121         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18122         show me.
18123         
18124 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18125
18126         * ext/flac/gstflacenc.c:
18127         * gst/matroska/ebml-read.c:
18128         Just make it compile with --disable-gst-debug.
18129
18130 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18131
18132         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18133         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18134         (id3v2_genre_fields_to_taglist):
18135           Never output a tag with a null contents string.
18136
18137 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18138
18139         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18140           Only pause if all pads are unlinked AND we've tried to send data
18141           on all of them at least once.
18142
18143 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18144
18145         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18146         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18147           Make loop function/task pause itself when all source pads are
18148           unlinked.
18149
18150 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18151
18152         * configure.ac:
18153         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18154           Use new functions from core to render a bin from a
18155           string. Fixes build. Up requirements to core CVS.
18156
18157 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18158
18159         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18160           Don't push buffers into the adapter that we are going to
18161           push downstream again without framing anyway. Also, the
18162           adaptor takes ownership of buffers put into it (fixes
18163           auparse pushing invalid buffers for .au files with
18164           ADPCM contents). Finally, set caps on all outgoing buffers.
18165
18166 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18167
18168         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18169         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18170         (gst_id3demux_send_tag_event):
18171         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18172         Someone should kick my butt. Remove ID3v1 tags from the end of the
18173         file.
18174
18175         Improve error messages. Send the TAG message as soon as we complete
18176         typefinding, instead of waiting until we send the first buffer.
18177         Downstream tag event is still sent before the first buffer.
18178
18179 2006-01-27  Jan Gerber  <j@bootlab.org>
18180
18181         Reviewed by: Andy Wingo <wingo@pobox.com>
18182
18183         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18184         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18185         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18186         to not have warings flooding stderr. this is the suggested way
18187         also used in dvgrab and kino. (#328336)
18188
18189 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18190
18191         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18192         (gst_oss_sink_init), (gst_oss_sink_finalise):
18193           Free the device name string when finalised.
18194
18195 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18196
18197         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18198           Don't put function calls in g_return_if_fail() statements,
18199           or they'll be replaced with NOOPs if someone compiles with
18200           G_DISABLE_CHECKS defined.
18201           
18202 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18203
18204         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18205         Never trust ANY information encoded in a media file, especially
18206         when it's giving you sizes. (Fixes #328452)
18207
18208 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18209
18210         * gst/rtp/gstrtpg711pay.c:
18211         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18212         bug #325148.
18213
18214 2006-01-23  Edward Hervey  <edward@fluendo.com>
18215
18216         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18217         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18218         * gst/matroska/matroska-ids.h:
18219         Added recognition of Real Audio and Video streams in matroska demuxer.
18220
18221 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18222
18223         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18224           Remove errant break statement, and fix compilation with
18225           older GCC.
18226
18227 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18228
18229         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18230
18231         * sys/sunaudio/gstsunaudiomixerctrl.c:
18232         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18233           Export functions that are needed in other parts of the code,
18234           makes the mixer actually work; adjust magic minimum buffer-time
18235           value from 3ms to 5ms to work around stuttering during mp3
18236           playback (#327765).
18237
18238 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18239
18240         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18241
18242         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18243         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18244           Fix possible deadlock in matroska muxer (#327825).
18245
18246 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18247
18248         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18249         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18250         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18251         * gst/rtsp/sdpmessage.h:
18252         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18253         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18254           C89 fixes: declare variables at the beginning of a block and
18255           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18256           <jensgr at gmx dot net>).
18257
18258 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18259
18260         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18261         * gst/id3demux/id3tags.h:
18262         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18263         (parse_comment_frame), (parse_text_identification_frame),
18264         (id3v2_tag_to_taglist), (id3v2_are_digits),
18265         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18266         (parse_split_strings), (free_tag_strings):
18267           Rewrite parsing of text tags to handle multiple NULL terminated
18268           strings. Parse numeric genre strings and ID3v2 type
18269           "(3)(6)Alternative" style genre strings.
18270           Parse dates that are only YYYY or YYYY-mm format.
18271           (Fixes #328241 and #322154)
18272
18273 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18274
18275         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18276           Don't forget to initialize liboil, otherwise our oil functions
18277           will crash (fixes #327871; patch by: Christoph Burghardt
18278           <hawkes at web dot de>).
18279
18280 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18281
18282         * configure.ac:
18283           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18284           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18285           patch by: Brian Cameron <brian dot cameron at sun dot com>
18286
18287 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18288
18289         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18290         * ext/cdio/gstcdio.h:
18291         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18292           Fix build for libcdio versions >= 76; give slightly lower rank
18293           than cdparanoia.
18294
18295 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18296
18297         * configure.ac:
18298         * ext/Makefile.am:
18299         * ext/cdio/Makefile.am:
18300         * ext/cdio/gstcdio.c:
18301         * ext/cdio/gstcdio.h:
18302         * ext/cdio/gstcdiocddasrc.c:
18303         * ext/cdio/gstcdiocddasrc.h:
18304           Port libcdio cdda source, formerly known as cddasrc, now known as
18305           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18306           but that's not tested (fixes #317658).
18307
18308 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18309
18310         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18311           Fix conversion from TIME to BYTES format (fixes #326864;
18312           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18313
18314 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18315
18316         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18317           Fix compilation of id3demux when zlib is not present.
18318           (Fixes #326602; patch by: Sergey Scobich)
18319
18320 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18321
18322         * ext/esd/Makefile.am:
18323           Add $(ESD_CFLAGS), otherwise build will fail for folks
18324           with libesd in a non-standard prefix (#327009).
18325
18326 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18327
18328         * configure.ac:
18329           back to HEAD
18330
18331 === release 0.10.1 ===
18332
18333 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18334
18335         * configure.ac:
18336           releasing 0.10.1, "Li"
18337
18338 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18339
18340           patch by: Wim Taymans
18341
18342         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18343           fix memleak.  Fixes #326618
18344
18345 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18346
18347           patch by: Mike Smith
18348
18349         * gst/level/gstlevel.c: (gst_level_message_new),
18350         (gst_level_message_append_channel):
18351           Fix memleak.  Fixes #326612
18352
18353 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18354
18355         * configure.ac:
18356           prereleasing
18357         * po/af.po:
18358         * po/az.po:
18359         * po/cs.po:
18360         * po/en_GB.po:
18361         * po/hu.po:
18362         * po/it.po:
18363         * po/nb.po:
18364         * po/nl.po:
18365         * po/or.po:
18366         * po/sq.po:
18367         * po/sr.po:
18368         * po/sv.po:
18369         * po/uk.po:
18370         * po/vi.po:
18371           update translations
18372
18373 2006-01-10  Michael Smith  <msmith@fluendo.com>
18374
18375         * gst/level/gstlevel.c: (gst_level_class_init),
18376         (gst_level_dispose):
18377           Don't leak filter arrays.
18378
18379 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18380
18381         reviewed by: Christian Schaller <uraeus@gnome.org>
18382         
18383         * configure.ac:
18384         * gst-plugins-good.spec.in:
18385         * sys/Makefile.am:
18386         * sys/sunaudio/Makefile.am:
18387         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18388         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18389         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18390         (gst_sunaudiomixer_change_state):
18391         * sys/sunaudio/gstsunaudiomixer.h:
18392         * sys/sunaudio/gstsunaudiomixerctrl.c:
18393         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18394         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18395         (gst_sunaudiomixer_ctrl_list_tracks),
18396         (gst_sunaudiomixer_ctrl_get_volume),
18397         (gst_sunaudiomixer_ctrl_set_volume),
18398         (gst_sunaudiomixer_ctrl_set_mute),
18399         (gst_sunaudiomixer_ctrl_set_record):
18400         * sys/sunaudio/gstsunaudiomixerctrl.h:
18401         * sys/sunaudio/gstsunaudiomixertrack.c:
18402         (gst_sunaudiomixer_track_class_init),
18403         (gst_sunaudiomixer_track_init), (fill_labels),
18404         (gst_sunaudiomixer_track_new):
18405         * sys/sunaudio/gstsunaudiomixertrack.h:
18406         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18407         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18408         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18409         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18410         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18411         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18412         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18413         * sys/sunaudio/gstsunaudiosink.h:
18414
18415         Add SunAudio plugin - tested to make sure it doesn't break
18416         the build under GNU/Linux.      
18417
18418 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18419
18420         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18421         * gst-plugins-good/gst/udp/gstudpsrc.c:
18422         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18423         overrides the port or multicast parameters. Fixes bugs #323021.
18424         API addition: adds GstUDPSrc::sockfd property   
18425
18426 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18427
18428         * ext/gconf/Makefile.am:
18429         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18430         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18431         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18432         (do_toggle_element), (cb_toggle_element),
18433         (gst_gconf_audio_src_change_state):
18434         * ext/gconf/gstgconfaudiosrc.h:
18435         * ext/gconf/gstgconfelements.c: (plugin_init):
18436         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18437         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18438         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18439         (do_toggle_element), (cb_toggle_element),
18440         (gst_gconf_video_src_change_state):
18441         * ext/gconf/gstgconfvideosrc.h:
18442           Add new gconfaudiosrc and gconfvideosrc elements
18443           (needed for gnome-sound-recorder).
18444
18445 2006-01-06  Edward Hervey  <edward@fluendo.com>
18446
18447         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18448         Add gst_element_no_more_pads() for proper decodebin behaviour.
18449         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18450         (parse_text_identification_frame), (parse_split_strings):
18451         Failure to decode some tags is not a GST_ERROR() but a
18452         GST_WARNING()
18453         When iterating over a chunk of text, check that we haven't gone too
18454         far.
18455
18456 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18457
18458         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18459         (plugin_init):
18460           call oil_init() when using liboil
18461
18462 2006-01-04  Wim Taymans  <wim@fluendo.com>
18463
18464         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18465         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18466         Fix leaks.
18467
18468 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18469
18470         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18471
18472         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18473         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18474         (gst_flac_dec_change_state):
18475           Don't g_assert() where we should just return FALSE; remove
18476           unnecessary g_assert(); initialize some fields properly in
18477           state change function (fixes #325504). Also, use
18478           GST_DEBUG_OBJECT in two more places.
18479
18480 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18481
18482         * configure.ac:
18483           also remove smoothwave's Makefile.am
18484         * docs/plugins/Makefile.am:
18485           fix plugin docs
18486
18487 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18488
18489         * tests/examples/Makefile.am:
18490           added missing Makefile.am
18491
18492 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18493
18494         * configure.ac:
18495         * gst/level/Makefile.am:
18496         * gst/level/level-example.c:
18497         * tests/Makefile.am:
18498         * tests/examples/level/Makefile.am:
18499         * tests/examples/level/level-example.c: (message_handler), (main):
18500           moved level-example to tests/examples/level-example
18501         * tests/old/examples/level/demo.c: (main):
18502         * tests/old/examples/level/plot.c: (main):
18503           some initial fixes
18504
18505 2005-12-29  Michael Smith  <msmith@fluendo.com>
18506
18507         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18508         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18509         * gst/udp/gstmultiudpsink.h:
18510           Track packets sent per client in addition to bytes sent; provide
18511           this info through get-stats signal
18512
18513 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18514
18515         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18516           Can't use gst_object_unref() on a GstAdapter (#325191).
18517
18518 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18519
18520         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18521         If a broken tag has 0 bytes payload, at least still skip
18522         the 10 byte header
18523
18524 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18525
18526         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18527         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18528         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18529         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18530           Making these depayloaders (H263+ and mpeg4 video) inherit from
18531           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18532
18533 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18534
18535         * docs/plugins/gst-plugins-good-plugins.args:
18536         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18537         Regenerate the plugin hiearchy.
18538
18539 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18540
18541         * docs/plugins/Makefile.am:
18542         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18543         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18544         * docs/plugins/gst-plugins-good-plugins.args:
18545         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18546         (gst_id3demux_base_init), (gst_id3demux_class_init),
18547         (gst_id3demux_chain):
18548         * gst/id3demux/gstid3demux.h:
18549           Add documentation for id3demux.
18550           Don't fail if the first buffer is not at offset 0, just
18551           attempt to typefind and do pass through
18552           Rename the gst_type function from gst_gst_id3demux..
18553
18554 2005-12-20  Michael Smith  <msmith@fluendo.com>
18555
18556         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18557         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18558         (gst_multiudpsink_get_stats):
18559         * gst/udp/gstmultiudpsink.h:
18560           Collect statistics; return them from get_stats.
18561
18562 2005-12-19  Edward Hervey  <edward@fluendo.com>
18563
18564         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18565         Stupid signedness issue...
18566
18567 2005-12-19  Edward Hervey  <edward@fluendo.com>
18568
18569         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18570         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18571         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18572         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18573         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18574         Construct index for indexless files.
18575         Make sure pad/buffers are correctly reset to NULL once we don't need
18576         them anymore, else we get lovely segfaults/assertions.
18577         * gst/wavparse/gstwavparse.c:
18578         Yes, you can have 96KHz audio and wma in wav :(
18579
18580 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18581
18582         * configure.ac:
18583           Check for optional dependency on zlib for id3demux
18584
18585         * gst/id3demux/Makefile.am:
18586         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18587         (gst_id3demux_base_init), (gst_id3demux_class_init),
18588         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18589         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18590         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18591         (gst_id3demux_set_property), (gst_id3demux_get_property),
18592         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18593         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18594         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18595         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18596         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18597         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18598         (simple_find_peek), (simple_find_suggest),
18599         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18600         (plugin_init):
18601         * gst/id3demux/gstid3demux.h:
18602         * gst/id3demux/id3tags.c: (read_synch_uint),
18603         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18604         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18605         (id3demux_id3v2_frames_to_tag_list):
18606         * gst/id3demux/id3tags.h:
18607         * gst/id3demux/id3v2.4.0-frames.txt:
18608         * gst/id3demux/id3v2.4.0-structure.txt:
18609         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18610         (parse_comment_frame), (parse_text_identification_frame),
18611         (id3v2_tag_to_taglist), (parse_split_strings):
18612           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18613           otherwise it discards them. Works on my test files. 
18614
18615         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18616           Don't send EOS to a non-existing srcpad
18617           The debug category can be static
18618
18619 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18620
18621         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18622         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18623         * gst/multipart/multipartdemux.c:
18624           change some char* into char[]
18625
18626 2005-12-16  Wim Taymans  <wim@fluendo.com>
18627
18628         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18629         (gst_wavparse_other), (gst_wavparse_perform_seek),
18630         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18631         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18632         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18633         * gst/wavparse/gstwavparse.h:
18634         Use GstSegment to implement more seeking features.
18635
18636 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18637
18638         * gst/rtsp/rtspconnection.c:
18639           Add <netinet/in.h> include and move <arpa/inet.h> include
18640           to make things work on OpenBSD as well (fixes #323717;
18641           patch by: Benjamin Pineau)
18642
18643 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18644
18645         * gst/rtp/gstrtpspeexdepay.c:
18646         * gst/rtp/gstrtpspeexpay.c:
18647         Set clock rate to be fixed in 8000. It fixes bug #324012.
18648
18649 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18650
18651         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18652         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18653         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18654         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18655         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18656         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18657         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18658         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18659         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18660         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18661         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18662         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18663         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18664         * gst-plugins-good/gst/rtp/README:
18665         Fixed payload range in payloder caps. Removed payload range completely
18666         from depayloaders as they don't require payload type in their caps.
18667         In effect, there isn't any specific payload type for any given codec,
18668         only suggestions.
18669         Fixes bug #324011.
18670
18671 2005-12-13  Julien MOUTTE  <julien@moutte.net>
18672
18673         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18674         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18675         (gst_videomixer_collected): Code cleanup and re-enabling 
18676         queued time validity check for correct EOS handling.
18677
18678 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
18679
18680         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
18681         (gst_oss_mixer_element_get_property),
18682         (gst_oss_mixer_element_change_state):
18683         Add 'device-name' property and fix state change function.
18684
18685 2005-12-13  Edward Hervey  <edward@fluendo.com>
18686
18687         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
18688         If the speed of the file is null in the header, set the frame_time to
18689         the default setting of GST_SECOND / 70. Which is the default
18690         frame_delay for .fli files as stated in this document :
18691         http://www.compuphase.com/flic.htm
18692         Would be nice to have the time conversion done properly too (duration =
18693         flxh->frames * flxdec->frame_time)
18694
18695 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18696
18697         * docs/plugins/Makefile.am:
18698         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18699         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18700         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18701         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18702         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18703         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
18704         documentation for videomixer on my way with a funny sample
18705         pipeline.
18706
18707 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18708
18709         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18710         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18711         (gst_videomixer_update_queues), (gst_videomixer_collected):
18712         Fix caps negotiation. (#323896)
18713
18714 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
18715
18716         * gst/matroska/matroska-demux.c:
18717         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
18718           Set correct timestamps on audio laces, fixes playback of mp3 from
18719                 matroska.
18720
18721 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18722
18723         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
18724         (gst_au_parse_class_init), (gst_au_parse_init),
18725         (gst_au_parse_dispose), (gst_au_parse_chain),
18726         (gst_au_parse_change_state), (plugin_init):
18727         * gst/auparse/gstauparse.h:
18728           Use gst_object_unref() for GstObjects instead of
18729           g_object_unref() and fix a mem leak in a debug
18730           statement; while we're at it, also borgify, use
18731           boilerplate macros and clean up a little bit.
18732
18733 2005-12-11  Edward Hervey  <edward@fluendo.com>
18734
18735         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18736         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
18737         Added pull mode.
18738
18739 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18740
18741         * gst/goom/gstgoom.c:
18742         * gst/level/level-example.c: (main):
18743         * gst/smoothwave/demo-osssrc.c: (main):
18744           Use audiotestsrc instead of sinesrc (#323798).
18745
18746 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
18747
18748         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
18749           more debug-func-ptr usage
18750
18751 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
18752
18753         * gst/flx/flx_color.c: (flx_colorspace_convert):
18754         * gst/flx/flx_color.h:
18755         * gst/flx/flx_fmt.h:
18756         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
18757         * gst/flx/gstflxdec.h:
18758           Now flxdec works on big-endian machines as well.
18759
18760 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18761
18762         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18763         (gst_fenced_buffer_copy):
18764           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
18765           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
18766           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
18767           and use GST_DEBUG_FUNCPTR for pad functions.
18768
18769 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18770
18771         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
18772         (gst_flac_dec_class_init), (gst_flac_dec_init),
18773         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
18774         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
18775         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
18776         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
18777         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
18778         (gst_flac_dec_change_state):
18779         * ext/flac/gstflacdec.h:
18780           Rewrite flacdec a bit, so that even seeking might work now. Most
18781           importantly, don't act upon any flow return values we get, just tell
18782           the decoder everything's dandy and act on the flow return values
18783           later on in the loop function. We don't want to mess up the internal
18784           decoder state for non-fatal things like flushing pads etc. Other
18785           than that, use GstSegment (segment seeks don't work yet though, but
18786           should be easy to add), use boilerplate macros, drop the superfluous
18787           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
18788           lots of other things.
18789
18790 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18791
18792         * configure.ac:
18793           Update comment in OSS includes check.
18794
18795         * sys/oss/gstossdmabuffer.c:
18796         * sys/oss/gstosshelper.c:
18797         * sys/oss/gstossmixer.c:
18798         * sys/oss/gstossmixertrack.c:
18799         * sys/oss/gstosssink.c:
18800         * sys/oss/gstosssrc.c:
18801         * sys/oss/oss_probe.c:
18802           Don't assume the OSS soundcard.h include is always in
18803           the sys/ directory. Instead, use the existing defines
18804           from config.h to include the right file. Fixes
18805           compilation on OpenBSD 3.8 (#323718).
18806
18807 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18808
18809         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18810         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18811         * docs/plugins/inspect/plugin-1394.xml:
18812         * docs/plugins/inspect/plugin-aasink.xml:
18813         * docs/plugins/inspect/plugin-alaw.xml:
18814         * docs/plugins/inspect/plugin-alpha.xml:
18815         * docs/plugins/inspect/plugin-alphacolor.xml:
18816         * docs/plugins/inspect/plugin-auparse.xml:
18817         * docs/plugins/inspect/plugin-autodetect.xml:
18818         * docs/plugins/inspect/plugin-avi.xml:
18819         * docs/plugins/inspect/plugin-cacasink.xml:
18820         * docs/plugins/inspect/plugin-cairo.xml:
18821         * docs/plugins/inspect/plugin-cutter.xml:
18822         * docs/plugins/inspect/plugin-debug.xml:
18823         * docs/plugins/inspect/plugin-dv.xml:
18824         * docs/plugins/inspect/plugin-efence.xml:
18825         * docs/plugins/inspect/plugin-effectv.xml:
18826         * docs/plugins/inspect/plugin-esdsink.xml:
18827         * docs/plugins/inspect/plugin-flac.xml:
18828         * docs/plugins/inspect/plugin-flxdec.xml:
18829         * docs/plugins/inspect/plugin-gconfelements.xml:
18830         * docs/plugins/inspect/plugin-goom.xml:
18831         * docs/plugins/inspect/plugin-jpeg.xml:
18832         * docs/plugins/inspect/plugin-level.xml:
18833         * docs/plugins/inspect/plugin-matroska.xml:
18834         * docs/plugins/inspect/plugin-mulaw.xml:
18835         * docs/plugins/inspect/plugin-multipart.xml:
18836         * docs/plugins/inspect/plugin-navigationtest.xml:
18837         * docs/plugins/inspect/plugin-ossaudio.xml:
18838         * docs/plugins/inspect/plugin-png.xml:
18839         * docs/plugins/inspect/plugin-rtp.xml:
18840         * docs/plugins/inspect/plugin-rtsp.xml:
18841         * docs/plugins/inspect/plugin-shout2send.xml:
18842         * docs/plugins/inspect/plugin-smpte.xml:
18843         * docs/plugins/inspect/plugin-speex.xml:
18844         * docs/plugins/inspect/plugin-udp.xml:
18845         * docs/plugins/inspect/plugin-videobox.xml:
18846         * docs/plugins/inspect/plugin-videoflip.xml:
18847         * docs/plugins/inspect/plugin-videomixer.xml:
18848         * docs/plugins/inspect/plugin-wavenc.xml:
18849         * docs/plugins/inspect/plugin-wavparse.xml:
18850         * ext/flac/gstflac.c: (plugin_init):
18851         * ext/flac/gstflacdec.c: (flacdec_get_type),
18852         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18853         (gst_flac_dec_init), (gst_flac_dec_finalize),
18854         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18855         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18856         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18857         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18858         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18859         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18860         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18861         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18862         * ext/flac/gstflacdec.h:
18863         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18864         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18865         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18866         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18867         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18868         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18869         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18870         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18871         (gst_flac_enc_change_state):
18872         * ext/flac/gstflacenc.h:
18873           borgify and fix up documentation
18874
18875 2005-12-09  Michael Smith  <msmith@fluendo.com>
18876
18877         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18878           Accept a wider range of flac files, more closely matching flac spec.
18879
18880 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18881
18882         * docs/plugins/Makefile.am: Add multipart elements.
18883         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18884         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18885         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18886         * gst/multipart/multipartdemux.c:
18887         * gst/multipart/multipartmux.c: Add docs.
18888
18889 2005-12-07  Edward Hervey  <edward@fluendo.com>
18890
18891         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18892         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18893         (gst_avi_demux_invert):
18894         Memleak and crasher fixes.
18895         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18896         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18897         Memleak fixes
18898
18899 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18900
18901         * ext/aalib/gstaasink.h:
18902         * ext/cairo/gsttextoverlay.h:
18903         * ext/dv/gstdvdec.h:
18904         * ext/dv/gstdvdemux.c:
18905         * ext/dv/gstdvdemux.h:
18906         * ext/esd/esdsink.h:
18907         * ext/flac/flac_compat.h:
18908         * ext/flac/gstflacdec.h:
18909         * ext/flac/gstflacenc.h:
18910         * ext/gconf/gconf.h:
18911         * ext/gconf/gstgconfaudiosink.h:
18912         * ext/gconf/gstgconfvideosink.h:
18913         * ext/gdk_pixbuf/gstgdkanimation.h:
18914         * ext/jpeg/gstjpegdec.h:
18915         * ext/jpeg/smokecodec.h:
18916         * ext/jpeg/smokeformat.h:
18917         * ext/ladspa/gstsignalprocessor.h:
18918         * ext/ladspa/search.c: (LADSPAPluginSearch):
18919         * ext/ladspa/utils.h:
18920         * ext/libmng/gstmng.c:
18921         * ext/libmng/gstmngdec.h:
18922         * ext/libmng/gstmngenc.c:
18923         * ext/libmng/gstmngenc.h:
18924         * ext/libpng/gstpng.c:
18925         * ext/libpng/gstpngenc.c:
18926         * ext/libpng/gstpngenc.h:
18927         * ext/shout2/gstshout2.h:
18928         * ext/speex/gstspeexdec.h:
18929         * ext/speex/gstspeexenc.c:
18930         * ext/speex/gstspeexenc.h:
18931         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18932         * gst/autodetect/gstautoaudiosink.h:
18933         * gst/autodetect/gstautovideosink.h:
18934         * gst/avi/gstavidemux.h:
18935         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18936         (gst_cutter_set_property), (gst_cutter_get_caps):
18937         * gst/cutter/gstcutter.h:
18938         * gst/debug/tests.c: (md5_process_block):
18939         * gst/debug/tests.h:
18940         * gst/effectv/gstwarp.c:
18941         * gst/flx/flx_fmt.h:
18942         * gst/flx/gstflxdec.h:
18943         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18944         (zoomFilterFastRGB):
18945         * gst/goom/filters.h:
18946         * gst/goom/goom_tools.h:
18947         * gst/law/alaw-encode.c:
18948         * gst/level/gstlevel.c:
18949         * gst/level/gstlevel.h:
18950         * gst/matroska/ebml-write.h:
18951         * gst/matroska/matroska-demux.h:
18952         * gst/matroska/matroska-ids.h:
18953         * gst/matroska/matroska-mux.h:
18954         * gst/monoscope/convolve.c: (convolve_match):
18955         * gst/monoscope/convolve.h:
18956         * gst/multipart/multipartmux.c:
18957         * gst/oldcore/gstaggregator.c:
18958         * gst/oldcore/gstaggregator.h:
18959         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18960         * gst/oldcore/gstmd5sink.h:
18961         * gst/oldcore/gstmultifilesrc.c:
18962         * gst/oldcore/gstmultifilesrc.h:
18963         * gst/oldcore/gstpipefilter.h:
18964         * gst/oldcore/gstshaper.h:
18965         * gst/rtp/gstrtpL16depay.h:
18966         * gst/rtp/gstrtpL16pay.h:
18967         * gst/rtp/gstrtpdepay.h:
18968         * gst/rtp/gstrtpmp4vpay.c:
18969         * gst/rtp/gstrtpmp4vpay.h:
18970         * gst/rtsp/gstrtspsrc.c:
18971         * gst/rtsp/gstrtspsrc.h:
18972         * gst/rtsp/rtspconnection.h:
18973         * gst/rtsp/rtspdefs.h:
18974         * gst/rtsp/rtspmessage.h:
18975         * gst/rtsp/rtsptransport.h:
18976         * gst/rtsp/rtspurl.c:
18977         * gst/rtsp/rtspurl.h:
18978         * gst/rtsp/sdpmessage.c:
18979         * gst/rtsp/sdpmessage.h:
18980         * gst/smpte/barboxwipes.c:
18981         * gst/smpte/gstmask.h:
18982         * gst/smpte/gstsmpte.h:
18983         * gst/smpte/paint.c:
18984         * gst/smpte/paint.h:
18985         * gst/udp/gstdynudpsink.h:
18986         * gst/udp/gstmultiudpsink.h:
18987         * gst/udp/gstudpsink.c:
18988         * gst/udp/gstudpsink.h:
18989         * gst/udp/gstudpsrc.c:
18990         * gst/videomixer/videomixer.c:
18991         * gst/wavenc/riff.h:
18992         * gst/wavparse/gstwavparse.h:
18993         * sys/oss/gstossdmabuffer.h:
18994         * sys/oss/gstossmixer.h:
18995         * sys/oss/gstossmixerelement.h:
18996         * sys/oss/gstossmixertrack.h:
18997         * sys/oss/gstosssink.c:
18998         * sys/oss/gstosssink.h:
18999         * sys/oss/gstosssrc.c:
19000         * sys/oss/gstosssrc.h:
19001         * sys/osxaudio/gstosxaudioelement.h:
19002         * sys/osxaudio/gstosxaudiosink.h:
19003         * sys/osxaudio/gstosxaudiosrc.h:
19004           expand tabs
19005
19006 === release 0.10.0 ===
19007
19008 2005-12-05   <thomas (at) apestaart (dot) org>
19009
19010         * configure.ac:
19011           releasing 0.10.0, "Abondance"
19012
19013 2005-12-05  Andy Wingo  <wingo@pobox.com>
19014
19015         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19016         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19017         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19018         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19019         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19020         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19021         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19022         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19023         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19024         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19025         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19026         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19027         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19028         * gst/goom/gstgoom.c: (gst_goom_chain):
19029         * gst/matroska/matroska-demux.c:
19030         (gst_matroska_demux_push_vorbis_codec_priv_data),
19031         (gst_matroska_demux_add_wvpk_header):
19032         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19033         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19034         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19035         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19036         alloc_buffer changes.
19037
19038 2005-12-05  Michael Smith  <msmith@fluendo.com>
19039
19040         * docs/plugins/gst-plugins-good-plugins.args:
19041           Remove args for plugins that aren't in -good.
19042
19043 === release 0.9.7 ===
19044
19045 2005-12-01   <thomas (at) apestaart (dot) org>
19046
19047         * configure.ac:
19048           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19049
19050 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19051
19052         * docs/plugins/.cvsignore:
19053         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19054         * docs/plugins/inspect/plugin-multipart.xml:
19055         * docs/plugins/inspect/plugin-rtp.xml:
19056           add multipart plugin to docs
19057
19058 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19059
19060         * configure.ac:
19061         * ext/Makefile.am:
19062         * ext/pango/Makefile.am:
19063         * ext/pango/gstclockoverlay.c:
19064         * ext/pango/gstclockoverlay.h:
19065         * ext/pango/gsttextoverlay.c:
19066         * ext/pango/gsttextoverlay.h:
19067         * ext/pango/gsttextrender.c:
19068         * ext/pango/gsttextrender.h:
19069         * ext/pango/gsttimeoverlay.c:
19070         * ext/pango/gsttimeoverlay.h:
19071           move pango to base
19072
19073 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19074
19075         * gst/rtp/Makefile.am:
19076         * gst/rtp/gstrtpL16depay.c:
19077         * gst/rtp/gstrtpL16depay.h:
19078         * gst/rtp/gstrtpL16parse.c:
19079         * gst/rtp/gstrtpL16parse.h:
19080         * gst/rtp/gstrtpgsmdepay.c:
19081         * gst/rtp/gstrtpgsmdepay.h:
19082         * gst/rtp/gstrtpgsmparse.c:
19083         * gst/rtp/gstrtpgsmparse.h:
19084           parsers are depayers
19085
19086 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19087
19088         * gst/rtp/Makefile.am:
19089         * gst/rtp/gstasteriskh263.c:
19090         * gst/rtp/gstrtp.c:
19091         * gst/rtp/gstrtpL16enc.c:
19092         * gst/rtp/gstrtpL16enc.h:
19093         * gst/rtp/gstrtpL16parse.c:
19094         * gst/rtp/gstrtpL16parse.h:
19095         * gst/rtp/gstrtpL16pay.c:
19096         * gst/rtp/gstrtpL16pay.h:
19097         * gst/rtp/gstrtpamrdec.c:
19098         * gst/rtp/gstrtpamrdec.h:
19099         * gst/rtp/gstrtpamrdepay.c:
19100         * gst/rtp/gstrtpamrdepay.h:
19101         * gst/rtp/gstrtpamrenc.c:
19102         * gst/rtp/gstrtpamrenc.h:
19103         * gst/rtp/gstrtpamrpay.c:
19104         * gst/rtp/gstrtpamrpay.h:
19105         * gst/rtp/gstrtpdec.c:
19106         * gst/rtp/gstrtpdec.h:
19107         * gst/rtp/gstrtpdepay.c:
19108         * gst/rtp/gstrtpdepay.h:
19109         * gst/rtp/gstrtpg711dec.c:
19110         * gst/rtp/gstrtpg711dec.h:
19111         * gst/rtp/gstrtpg711depay.c:
19112         * gst/rtp/gstrtpg711depay.h:
19113         * gst/rtp/gstrtpg711enc.c:
19114         * gst/rtp/gstrtpg711enc.h:
19115         * gst/rtp/gstrtpg711pay.c:
19116         * gst/rtp/gstrtpg711pay.h:
19117         * gst/rtp/gstrtpgsmenc.c:
19118         * gst/rtp/gstrtpgsmenc.h:
19119         * gst/rtp/gstrtpgsmparse.c:
19120         * gst/rtp/gstrtpgsmparse.h:
19121         * gst/rtp/gstrtpgsmpay.c:
19122         * gst/rtp/gstrtpgsmpay.h:
19123         * gst/rtp/gstrtph263enc.c:
19124         * gst/rtp/gstrtph263enc.h:
19125         * gst/rtp/gstrtph263pay.c:
19126         * gst/rtp/gstrtph263pay.h:
19127         * gst/rtp/gstrtph263pdec.c:
19128         * gst/rtp/gstrtph263pdec.h:
19129         * gst/rtp/gstrtph263pdepay.c:
19130         * gst/rtp/gstrtph263pdepay.h:
19131         * gst/rtp/gstrtph263penc.c:
19132         * gst/rtp/gstrtph263penc.h:
19133         * gst/rtp/gstrtph263ppay.c:
19134         * gst/rtp/gstrtph263ppay.h:
19135         * gst/rtp/gstrtpmp4vdec.c:
19136         * gst/rtp/gstrtpmp4vdec.h:
19137         * gst/rtp/gstrtpmp4vdepay.c:
19138         * gst/rtp/gstrtpmp4vdepay.h:
19139         * gst/rtp/gstrtpmp4venc.c:
19140         * gst/rtp/gstrtpmp4venc.h:
19141         * gst/rtp/gstrtpmp4vpay.c:
19142         * gst/rtp/gstrtpmp4vpay.h:
19143         * gst/rtp/gstrtpmpadec.c:
19144         * gst/rtp/gstrtpmpadec.h:
19145         * gst/rtp/gstrtpmpadepay.c:
19146         * gst/rtp/gstrtpmpadepay.h:
19147         * gst/rtp/gstrtpmpaenc.c:
19148         * gst/rtp/gstrtpmpaenc.h:
19149         * gst/rtp/gstrtpmpapay.c:
19150         * gst/rtp/gstrtpmpapay.h:
19151         * gst/rtp/gstrtpspeexdec.c:
19152         * gst/rtp/gstrtpspeexdec.h:
19153         * gst/rtp/gstrtpspeexdepay.c:
19154         * gst/rtp/gstrtpspeexdepay.h:
19155         * gst/rtp/gstrtpspeexenc.c:
19156         * gst/rtp/gstrtpspeexenc.h:
19157         * gst/rtp/gstrtpspeexpay.c:
19158         * gst/rtp/gstrtpspeexpay.h:
19159           Do burger's rename for rtp payloaders and depayloaders
19160
19161 2005-11-30  Wim Taymans  <wim@fluendo.com>
19162
19163         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19164         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19165         * ext/dv/gstdvdemux.h:
19166         Fix seeking in dvdemux again, add some more debug info.
19167
19168 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19169
19170         * configure.ac:
19171           fix tests
19172
19173 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19174
19175         * PORTED_09:
19176         * docs/random/PORTED_09:
19177           move
19178         * tests/Makefile.am:
19179           add
19180         * win32/gst.sln:
19181           remove
19182
19183 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19184
19185         * Makefile.am:
19186         * check/.cvsignore:
19187         * check/Makefile.am:
19188         * check/elements/.cvsignore:
19189         * check/elements/level.c:
19190         * check/elements/matroskamux.c:
19191         * configure.ac:
19192         * examples/Makefile.am:
19193         * examples/capsfilter/Makefile.am:
19194         * examples/capsfilter/capsfilter1.c:
19195         * examples/gob/Makefile.am:
19196         * examples/gob/gst-identity2.gob:
19197         * examples/gstplay/.cvsignore:
19198         * examples/gstplay/Makefile.am:
19199         * examples/gstplay/player.c:
19200         * examples/indexing/.cvsignore:
19201         * examples/indexing/Makefile.am:
19202         * examples/indexing/indexmpeg.c:
19203         * examples/level/Makefile.am:
19204         * examples/level/README:
19205         * examples/level/demo.c:
19206         * examples/level/plot.c:
19207         * examples/stats/Makefile.am:
19208         * examples/stats/mp2ogg.c:
19209         * examples/switch/.cvsignore:
19210         * examples/switch/Makefile.am:
19211         * examples/switch/switcher.c:
19212           move under tests/
19213
19214 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19215
19216         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19217         (gst_text_render_class_init), (resize_bitmap),
19218         (gst_text_render_render_text), (gst_text_render_setcaps),
19219         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19220         (gst_text_render_chain), (gst_text_render_finalize),
19221         (gst_text_render_init), (gst_text_render_set_property):
19222         * ext/pango/gsttextrender.h:
19223           Add missing files.
19224
19225 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19226
19227         * configure.ac:
19228         * ext/Makefile.am:
19229         * ext/pango/Makefile.am:
19230         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19231         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19232         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19233         * ext/pango/gstclockoverlay.h:
19234         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19235         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19236         (gst_text_overlay_finalize), (gst_text_overlay_init),
19237         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19238         (gst_text_overlay_text_pad_linked),
19239         (gst_text_overlay_text_pad_unlinked),
19240         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19241         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19242         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19243         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19244         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19245         (gst_text_overlay_change_state), (plugin_init):
19246         * ext/pango/gsttextoverlay.h:
19247         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19248         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19249         (gst_time_overlay_class_init), (gst_time_overlay_init):
19250         * ext/pango/gsttimeoverlay.h:
19251           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19252           and add background shading and text wrapping modes. Make 
19253           timoverlay derive from textoverlay. Also add new clockoverlay
19254           element.
19255
19256 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19257
19258         * gst/udp/Makefile.am: Moved to netbuffer.
19259
19260 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19261
19262         * configure.ac:
19263         * PORTED_O9:
19264         * gst/multipart/Makefile.am:
19265         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19266         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19267         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19268         (gst_multipart_demux_change_state),
19269         (gst_multipart_demux_plugin_init):
19270         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19271         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19272         (gst_multipart_mux_sinkconnect),
19273         (gst_multipart_mux_request_new_pad),
19274         (gst_multipart_mux_handle_src_event),
19275         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19276         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19277         0.9.
19278
19279 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19280
19281         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19282         * gst/debug/gstnavigationtest.h:
19283         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19284         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19285         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19286         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19287         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19288         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19289         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19290         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19291         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19292         (gst_video_flip_get_type):
19293         * gst/videofilter/gstvideoflip.h:
19294           update for symbols change
19295
19296 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19297
19298         * gst/udp/gstdynudpsink.c:
19299         * gst/udp/gstudpsrc.c:
19300           the old gstnet lib was renamed gstnetbuffer (#322257)
19301
19302 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19303
19304         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19305         (gst_text_overlay_collected):
19306           Actually render the text from the text pad.
19307
19308 2005-11-29  Edward Hervey  <edward@fluendo.com>
19309
19310         * gst/debug/gstnavseek.c: (gst_navseek_event):
19311         * gst/debug/progressreport.c: (gst_progress_report_event):
19312         Update for GstBaseTransform event virtual method
19313
19314 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19315
19316         * ext/cairo/Makefile.am:
19317           no need to link to videofilter
19318
19319 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19320
19321         * gst/debug/Makefile.am:
19322         * gst/debug/gstnavigationtest.h:
19323         * gst/effectv/Makefile.am:
19324         * gst/effectv/gstaging.c:
19325         * gst/effectv/gstdice.c:
19326         * gst/effectv/gstedge.c:
19327         * gst/effectv/gstquark.c:
19328         * gst/effectv/gstrev.c:
19329         * gst/effectv/gstshagadelic.c:
19330         * gst/effectv/gstvertigo.c:
19331         * gst/effectv/gstwarp.c:
19332         * gst/videofilter/Makefile.am:
19333         * gst/videofilter/gstvideofilter.c:
19334         * gst/videofilter/gstvideofilter.h:
19335         * gst/videofilter/gstvideoflip.h:
19336           remove the videofilter library and link to the one in base
19337
19338 2005-11-28  Edward Hervey  <edward@fluendo.com>
19339
19340         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19341         Useless check now we're setting the current entry correctly.
19342
19343 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19344
19345         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19346         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19347         (gst_jpegenc_change_state):
19348           Don't leak input buffer in chain function (fixes #322667); make 
19349           state change function thread-safe; don't repeat the current function
19350           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19351           gst_pad_alloc_buffer(); misc. minor cleanups.
19352
19353 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19354
19355         * gst/matroska/matroska-mux.c:
19356         (gst_matroska_mux_video_pad_setcaps):
19357         Look for pixel-aspect-ratio in caps, not pixel_width and
19358         pixel_height (Fixes: #322645)
19359
19360 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19361
19362         * gst/matroska/matroska-mux.c:
19363         (gst_matroska_mux_video_pad_setcaps):
19364         From Michal Benes:
19365         frame duration should be GST_SECOND / framerate, not
19366         GST_SECOND * framerate. (Fixes: #322643)
19367
19368 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19369
19370         * configure.ac:
19371           fix up GST_PLUGIN_LDFLAGS
19372         * gst/rtsp/rtspconnection.c:
19373           fix includes (see #317043)
19374         * gst/videofilter/Makefile.am:
19375           stop installing this library
19376
19377 2005-11-26  Edward Hervey  <edward@fluendo.com>
19378
19379         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19380         Handle the case where the incoming Video dv stream doesn't have
19381         a pixel aspect ratio set.
19382
19383 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19384
19385         * docs/plugins/Makefile.am:
19386         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19387         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19388         * ext/flac/gstflacdec.c:
19389           document flacdec
19390
19391 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19392
19393         * docs/plugins/Makefile.am:
19394         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19395         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19396         * docs/plugins/inspect/plugin-autodetect.xml:
19397         * ext/cairo/gstcairo.c: (plugin_init):
19398         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19399         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19400         (gst_text_overlay_init), (gst_text_overlay_font_init),
19401         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19402         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19403         (gst_text_overlay_text_pad_linked),
19404         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19405         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19406         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19407         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19408         (gst_text_overlay_change_state):
19409         * ext/cairo/gsttextoverlay.h:
19410         * ext/cairo/gsttimeoverlay.c:
19411         (gst_cairo_time_overlay_update_font_height),
19412         (gst_cairo_time_overlay_set_caps),
19413         (gst_cairo_time_overlay_get_unit_size),
19414         (gst_cairo_time_overlay_print_smpte_time),
19415         (gst_cairo_time_overlay_transform),
19416         (gst_cairo_time_overlay_base_init),
19417         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19418         (gst_cairo_time_overlay_get_type):
19419         * ext/cairo/gsttimeoverlay.h:
19420           do some name borgifying
19421           document
19422
19423 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19424
19425         * docs/plugins/Makefile.am:
19426         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19427         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19428         * gst/autodetect/gstautoaudiosink.c:
19429         (gst_auto_audio_sink_base_init):
19430         * gst/autodetect/gstautovideosink.c:
19431         (gst_auto_video_sink_base_init),
19432         (gst_auto_video_sink_factory_filter):
19433           documenting auto*sink
19434           using strstr for the video sink lookup, class field is not ordered
19435         * docs/plugins/inspect/plugin-1394.xml:
19436         * docs/plugins/inspect/plugin-aasink.xml:
19437         * docs/plugins/inspect/plugin-alaw.xml:
19438         * docs/plugins/inspect/plugin-alpha.xml:
19439         * docs/plugins/inspect/plugin-alphacolor.xml:
19440         * docs/plugins/inspect/plugin-auparse.xml:
19441         * docs/plugins/inspect/plugin-autodetect.xml:
19442         * docs/plugins/inspect/plugin-avi.xml:
19443         * docs/plugins/inspect/plugin-cacasink.xml:
19444         * docs/plugins/inspect/plugin-cairo.xml:
19445         * docs/plugins/inspect/plugin-cutter.xml:
19446         * docs/plugins/inspect/plugin-debug.xml:
19447         * docs/plugins/inspect/plugin-dv.xml:
19448         * docs/plugins/inspect/plugin-efence.xml:
19449         * docs/plugins/inspect/plugin-effectv.xml:
19450         * docs/plugins/inspect/plugin-esdsink.xml:
19451         * docs/plugins/inspect/plugin-flac.xml:
19452         * docs/plugins/inspect/plugin-flxdec.xml:
19453         * docs/plugins/inspect/plugin-gconfelements.xml:
19454         * docs/plugins/inspect/plugin-goom.xml:
19455         * docs/plugins/inspect/plugin-jpeg.xml:
19456         * docs/plugins/inspect/plugin-level.xml:
19457         * docs/plugins/inspect/plugin-matroska.xml:
19458         * docs/plugins/inspect/plugin-mulaw.xml:
19459         * docs/plugins/inspect/plugin-navigationtest.xml:
19460         * docs/plugins/inspect/plugin-ossaudio.xml:
19461         * docs/plugins/inspect/plugin-png.xml:
19462         * docs/plugins/inspect/plugin-rtp.xml:
19463         * docs/plugins/inspect/plugin-rtsp.xml:
19464         * docs/plugins/inspect/plugin-shout2send.xml:
19465         * docs/plugins/inspect/plugin-smpte.xml:
19466         * docs/plugins/inspect/plugin-speex.xml:
19467         * docs/plugins/inspect/plugin-udp.xml:
19468         * docs/plugins/inspect/plugin-videobox.xml:
19469         * docs/plugins/inspect/plugin-videoflip.xml:
19470         * docs/plugins/inspect/plugin-videomixer.xml:
19471         * docs/plugins/inspect/plugin-wavenc.xml:
19472         * docs/plugins/inspect/plugin-wavparse.xml:
19473           update for HEAD version
19474
19475 2005-11-25  Michael Smith  <msmith@fluendo.com>
19476
19477         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19478           Patch from Sebastien Cote to close control sockets in udpsrc.
19479
19480 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19481
19482         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19483         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19484         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19485         (gst_quarktv_base_init), (gst_quarktv_class_init),
19486         (gst_quarktv_init): Flush the planes list on reverse caps
19487         negotiation. This was crashing because of differently sized
19488         buffers.
19489
19490 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19491
19492         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19493         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19494         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19495         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19496         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19497         (gst_videoflip_set_property), (gst_videoflip_base_init),
19498         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19499         correctly, fix identity flipping, convert navigation event 
19500         correctly again.
19501
19502 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19503
19504         * configure.ac: back to HEAD
19505
19506 === release 0.9.6 ===
19507
19508 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19509
19510         * configure.ac:
19511           releasing 0.9.6, "Everything's Not Lost"
19512
19513 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19514
19515         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19516         Oops, initialise the framerate GValue
19517
19518 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19519
19520         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19521         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19522         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19523         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19524         (gst_timeoverlay_get_type):
19525         * ext/cairo/gsttimeoverlay.h:
19526         * gst/debug/Makefile.am:
19527         * gst/debug/gstnavigationtest.c:
19528         (gst_navigationtest_handle_src_event),
19529         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19530         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19531         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19532         (gst_navigationtest_init), (gst_navigationtest_get_type),
19533         (plugin_init):
19534         * gst/debug/gstnavigationtest.h:
19535         * gst/effectv/Makefile.am:
19536         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19537         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19538         (gst_agingtv_base_init), (gst_agingtv_class_init),
19539         (gst_agingtv_init), (gst_agingtv_get_type):
19540         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19541         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19542         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19543         (gst_dicetv_get_type):
19544         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19545         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19546         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19547         (gst_edgetv_get_type):
19548         * gst/effectv/gsteffectv.c:
19549         * gst/effectv/gsteffectv.h:
19550         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19551         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19552         (gst_quarktv_change_state), (gst_quarktv_base_init),
19553         (gst_quarktv_class_init), (gst_quarktv_init),
19554         (gst_quarktv_get_type):
19555         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19556         (gst_revtv_get_unit_size), (gst_revtv_transform),
19557         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19558         (gst_revtv_get_type):
19559         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19560         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19561         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19562         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19563         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19564         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19565         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19566         (gst_vertigotv_init), (gst_vertigotv_get_type):
19567         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19568         (gst_warptv_get_unit_size), (gst_warptv_transform),
19569         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19570         (gst_warptv_get_type):
19571         * gst/videofilter/Makefile.am:
19572         * gst/videofilter/gstvideobalance.c:
19573         * gst/videofilter/gstvideobalance.h:
19574         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19575         (gst_videofilter_class_init), (gst_videofilter_init):
19576         * gst/videofilter/gstvideofilter.h:
19577         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19578         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19579         (gst_videoflip_flip), (gst_videoflip_transform),
19580         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19581         (gst_videoflip_base_init), (gst_videoflip_class_init),
19582         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19583         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19584         BaseTransform, it's just a place holder for now and every video
19585         effect plugin has been ported to use BaseTransform features 
19586         directly. QuarkTV was fixed too (was broken), navigationtest works
19587         and best for the end, videoflip converts navigation events depending
19588         on flip method ! Fixes #320953
19589
19590 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19591
19592         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19593         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19594         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19595         (gst_goom_src_negotiate), (gst_goom_chain):
19596         * gst/matroska/matroska-mux.c:
19597         (gst_matroska_mux_video_pad_setcaps):
19598         * sys/osxvideo/osxvideosink.m:
19599           Fixes for API changes
19600
19601 2005-11-23  Michael Smith <msmith@fluendo.com>
19602
19603         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19604         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19605         * ext/jpeg/gstjpegdec.h:
19606         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19607         * ext/jpeg/gstjpegenc.h:
19608         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19609         (gst_smokeenc_resync):
19610         * ext/jpeg/gstsmokeenc.h:
19611           JPEG fractiony goodness.
19612
19613 2005-11-22  Michael Smith <msmith@fluendo.com>
19614
19615         * gst/goom/filters.c:
19616         * gst/goom/graphic.h:
19617           Fix compilation by making some functions static inline instead of
19618           extern inline, matching the way they're used.
19619
19620 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19621
19622         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19623         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19624         * ext/cairo/gsttextoverlay.h:
19625         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19626         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19627         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19628         (gst_pngdec_caps_create_and_set):
19629         * ext/libpng/gstpngdec.h:
19630         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19631         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19632         * gst/avi/gstavimux.c: (gst_avimux_init),
19633         (gst_avimux_vidsinkconnect):
19634         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19635         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19636         (gst_goom_src_negotiate), (gst_goom_chain):
19637         * gst/goom/gstgoom.h:
19638         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19639         * gst/matroska/matroska-mux.c:
19640         (gst_matroska_mux_video_pad_setcaps):
19641         * sys/osxvideo/osxvideosink.h:
19642         * sys/osxvideo/osxvideosink.m:
19643           More fractional framerate conversions 
19644
19645 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19646
19647         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19648         * gst/debug/gstnavigationtest.c:
19649         (gst_navigationtest_handle_src_event):
19650         * gst/videofilter/gstvideofilter.c:
19651         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19652         (gst_videofilter_init):
19653         * gst/videofilter/gstvideofilter.h:
19654           Convert to fractional framerates.
19655
19656 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19657
19658         * ext/aalib/gstaasink.c:
19659         * ext/dv/gstdvdec.c:
19660         * ext/esd/esdmon.c:
19661         * ext/flac/gstflacenc.c:
19662         * ext/gdk_pixbuf/pixbufscale.c:
19663         * ext/libcaca/gstcacasink.c:
19664         * ext/shout2/gstshout2.c:
19665         * gst/alpha/gstalpha.c:
19666         * gst/oldcore/gstaggregator.c:
19667         * gst/oldcore/gstshaper.c:
19668         * gst/smpte/barboxwipes.c:
19669         * gst/smpte/gstsmpte.c:
19670         * gst/videobox/gstvideobox.c:
19671         * gst/videofilter/gstvideoflip.c:
19672         * gst/videomixer/videomixer.c:
19673           fix up more enums
19674
19675 2005-11-22  Michael Smith <msmith@fluendo.com>
19676
19677         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19678         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19679         (gst_videomixer_update_queues):
19680           Fractional framerates, videomixer.
19681
19682 2005-11-22  Michael Smith <msmith@fluendo.com>
19683
19684         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
19685         * ext/dv/gstdvdec.h:
19686         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
19687         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
19688         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
19689         (gst_dvdemux_flush):
19690         * ext/dv/gstdvdemux.h:
19691           Fractional framerates for DV. 
19692
19693 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19694
19695         * gst/autodetect/gstautoaudiosink.c:
19696         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19697         * gst/autodetect/gstautovideosink.c:
19698         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19699           Use gst_plugin_feature_list_free() to free feature list and
19700           in the case of autovideosink free the list at all. Also
19701           miscellaneous cosmetic fixes.
19702
19703 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19704
19705         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19706         (gst_cutter_set_property), (gst_cutter_get_caps):
19707           copy calculation code from level; remove use of some audio
19708           functions
19709
19710 2005-11-22  Andy Wingo  <wingo@pobox.com>
19711
19712         * Update for gst_tag_setter API changes.
19713
19714 2005-11-22  Andy Wingo  <wingo@pobox.com>
19715
19716         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
19717         (gst_dvdemux_demux_frame)
19718         * ext/flac/gstflacdec.c (gst_flacdec_write)
19719         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
19720         (gst_flacenc_sink_event)
19721         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
19722         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
19723         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
19724         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
19725         * gst/auparse/gstauparse.c (gst_auparse_chain)
19726         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
19727         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
19728         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
19729         (gst_avi_demux_handle_seek)
19730         * gst/goom/gstgoom.c (gst_goom_event)
19731         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
19732         * gst/matroska/matroska-demux.c
19733         (gst_matroska_demux_handle_seek_event)
19734         (gst_matroska_demux_loop_stream_parse_id)
19735         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
19736         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
19737         (gst_wavparse_stream_headers): Run update-funcnames.
19738
19739 2005-11-22  Edward Hervey  <edward@fluendo.com>
19740
19741         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19742         (gst_dv1394src_init), (gst_dv1394src_dispose),
19743         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
19744         (gst_dv1394src_uri_set_uri):
19745         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19746         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
19747         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
19748         URIHandler interface and element properties are now properly
19749         synchronized for DV1394src and UDPSrc
19750
19751 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19752
19753         * ext/flac/Makefile.am:
19754         * ext/speex/Makefile.am:
19755           libgsttagedit has been renamed to libgsttag.
19756
19757 2005-11-21  Wim Taymans  <wim@fluendo.com>
19758
19759         * gst/rtsp/rtspconnection.c: (read_body):
19760         Apply patch from Sebastien Cote to fix #319184.
19761
19762 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19763
19764         * configure.ac:
19765         * gst/cutter/Makefile.am:
19766         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
19767         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
19768         (gst_cutter_set_property), (gst_cutter_get_property),
19769         (plugin_init), (gst_cutter_get_caps):
19770           port cutter
19771         * gst/level/gstlevel.c:
19772           fix up plugin details
19773
19774 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19775
19776         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
19777         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
19778         (gst_flacdec_src_event):
19779         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
19780         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
19781         (gst_signal_processor_getrange), (gst_signal_processor_chain):
19782         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19783         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
19784         (gst_flxdec_sink_event_handler):
19785         * gst/matroska/matroska-demux.c:
19786         (gst_matroska_demux_handle_seek_event):
19787         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
19788           Update for stream lock API changes: don't take stream log
19789           in sink event handlers any longer and change GST_STREAM_LOCK
19790           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
19791           functions.
19792
19793 2005-11-21  Michael Smith <msmith@fluendo.com>
19794
19795         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
19796           gst_object_unref, not g_object_unref
19797
19798 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19799
19800         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19801         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
19802           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
19803
19804 2005-11-21  Michael Smith <msmith@fluendo.com>
19805
19806         * gst/auparse/Makefile.am:
19807         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19808         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
19809         (gst_auparse_change_state):
19810         * gst/auparse/gstauparse.h:
19811           Partially fix #161712. playbin still doesn't work on these files,
19812           (on the bug report, Andy says we aren't typefinding it for some
19813           reason?) but at least auparse isn't totally busted like it was before.
19814
19815 2005-11-21  Andy Wingo  <wingo@pobox.com>
19816
19817         * *.h:
19818         * *.c: Ran scripts/update-macros. Oh yes.
19819
19820 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19821
19822         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
19823           Filler events are gone for now, comment out section generating
19824           them.
19825
19826 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19827
19828         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19829         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
19830         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
19831         * sys/osxvideo/osxvideosink.m:
19832           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19833           (#322027)
19834
19835 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19836
19837         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19838         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19839         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19840         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19841         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19842         (gst_avi_demux_stream_data):
19843         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19844         * gst/wavenc/gstwavenc.c: (write_metadata):
19845         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19846         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19847         Fixes for GST_FOURCC_FORMAT API change.
19848
19849 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19850
19851         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19852         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19853         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19854         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19855         (gst_text_overlay_change_state):
19856         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19857         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19858         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19859         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19860         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19861         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19862         (gst_videomixer_change_state):
19863           Fix for collect pads API change. Also fix textoverlay state
19864           change function.
19865
19866 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19867
19868         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19869         GST_PAD_IS_USABLE by something approaching it.
19870
19871 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19872
19873         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19874         API changes.
19875         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19876         but also fix the code that was not checking return values from
19877         pad_push neither using pad_alloc_buffer.
19878
19879 2005-11-18  Edward Hervey  <edward@fluendo.com>
19880
19881         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19882         (gst_pngenc_chain):
19883         Added debug category
19884         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19885         goes to EOS.
19886
19887 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19888
19889         * gst/rtp/Makefile.am
19890         * gst/rtp/gstrtp.c
19891         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19892         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19893         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19894         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19895         * gst/rtp/gstrtpg711enc.h:
19896         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19897         * gst/rtp/gstrtpspeexenc.c:
19898         * gst/rtp/gstrtpspeexenc.h:
19899         * gst/rtp/gstrtpspeexdec.c:
19900         * gst/rtp/gstrtpspeexdec.h:
19901         Created Speex payloader and depayloader; Optimize G711 payloader to
19902         use adapter and send packets until MTU size.
19903
19904 2005-11-16  Wim Taymans  <wim@fluendo.com>
19905
19906         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19907         Fix leak in check.
19908
19909 2005-11-16  Wim Taymans  <wim@fluendo.com>
19910
19911         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19912         Fix state change.
19913
19914 2005-11-16  Andy Wingo  <wingo@pobox.com>
19915
19916         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19917         (gst_udpsrc_create): Move comment.
19918
19919 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19920
19921         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19922
19923         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19924           When seeking, seek to closest index entry at or before the requested
19925           seek position, not just the closest one (#321001).
19926
19927 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19928
19929         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19930         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19931           Invert DIB images again (see #132341).
19932
19933 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19934
19935         * configure.ac:
19936           rework configure.ac file
19937         * ext/aalib/gstaasink.c:
19938         * ext/cairo/gstcairo.c:
19939         * ext/dv/gstdv.c:
19940         * ext/esd/gstesd.c:
19941         * ext/flac/gstflac.c:
19942         * ext/gconf/gstgconfelements.c:
19943         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19944         * ext/jpeg/gstjpeg.c:
19945         * ext/ladspa/gstladspa.c:
19946         * ext/libcaca/gstcacasink.c:
19947         * ext/libmng/gstmng.c:
19948         * ext/libpng/gstpng.c:
19949         * ext/mikmod/gstmikmod.c:
19950         * ext/pango/gsttextoverlay.c:
19951         * ext/pango/gsttimeoverlay.c:
19952         * ext/raw1394/gst1394.c:
19953         * ext/speex/gstspeex.c:
19954         * gst/alpha/Makefile.am:
19955         * gst/alpha/gstalpha.c:
19956         * gst/alpha/gstalphacolor.c:
19957         * gst/auparse/gstauparse.c:
19958         * gst/autodetect/gstautoaudiosink.c:
19959         (gst_auto_audio_sink_factory_filter),
19960         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19961         * gst/autodetect/gstautodetect.c:
19962         * gst/avi/gstavi.c:
19963         * gst/cutter/gstcutter.c:
19964         * gst/debug/efence.c:
19965         * gst/debug/gstdebug.c:
19966         * gst/debug/gstnavigationtest.c:
19967         * gst/effectv/gsteffectv.c:
19968         * gst/flx/gstflxdec.c:
19969         * gst/goom/gstgoom.c:
19970         * gst/interleave/plugin.c:
19971         * gst/law/alaw.c:
19972         * gst/law/mulaw.c:
19973         * gst/level/gstlevel.c:
19974         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
19975         * gst/matroska/matroska.c:
19976         * gst/median/gstmedian.c:
19977         * gst/monoscope/gstmonoscope.c:
19978         * gst/multipart/multipart.c:
19979         * gst/oldcore/gstelements.c:
19980         * gst/rtp/gstrtp.c:
19981         * gst/rtsp/gstrtsp.c:
19982         * gst/smoothwave/gstsmoothwave.c:
19983         * gst/smpte/gstsmpte.c:
19984         * gst/udp/gstudp.c:
19985         * gst/videobox/gstvideobox.c:
19986         * gst/videofilter/gstgamma.c:
19987         * gst/videofilter/gstvideobalance.c:
19988         * gst/videofilter/gstvideoflip.c:
19989         * gst/videofilter/gstvideotemplate.c:
19990         * gst/videomixer/videomixer.c:
19991         * gst/wavenc/gstwavenc.c:
19992         * gst/wavparse/gstwavparse.c:
19993         * sys/oss/gstossaudio.c:
19994         * sys/osxaudio/gstosxaudio.c:
19995           update GST_PLUGIN_DEFINE
19996         * gst/rtp/Makefile.am:
19997         * gst/rtp/gstasteriskh263.c:
19998           check for htons/htonl headers and possibly link to winsock2 lib
19999
20000 2005-11-12  Edward Hervey  <edward@fluendo.com>
20001
20002         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20003         Only GST_DEBUG() information on the valid components.
20004
20005 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20006
20007         * configure.ac: back to HEAD
20008
20009 === release 0.9.5 ===
20010
20011 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20012
20013         * configure.ac:
20014           releasing 0.9.5, "Phone Alarm"
20015
20016 2005-11-11  Edward Hervey  <edward@fluendo.com>
20017
20018         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20019         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20020         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20021         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20022         (gst_avi_demux_loop):
20023         * gst/avi/gstavidemux.h:
20024         Yeah, implement proper seeking. Exact seeking and segment seeking.
20025         Still need to do some checks for segment_stop.
20026
20027 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20028
20029         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20030
20031         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20032           Don't try to ready buffer duration from buffer that we don't
20033           own any  longer and that might already have been unreffed.
20034           (#321136)
20035
20036 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20037
20038         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20039         (flx_decode_delta_flc), (gst_flxdec_chain):
20040         Attempting to optimize the code for embedded systems.
20041
20042 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20043
20044         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20045
20046         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20047           Don't re-use already closed file descriptor. (#320920)
20048
20049 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20050
20051         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20052         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20053         (gst_oss_sink_prepare):
20054         * sys/oss/gstosssink.h:
20055           Cache probed caps; fix debug output for SET_PARAM macros.
20056
20057 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20058
20059         * ext/cairo/Makefile.am:
20060         * ext/cairo/gstcairo.c: (plugin_init):
20061         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20062         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20063         (gst_text_overlay_init), (gst_text_overlay_font_init),
20064         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20065         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20066         (gst_text_overlay_text_pad_linked),
20067         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20068         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20069         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20070         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20071         (gst_text_overlay_change_state):
20072         * ext/cairo/gsttextoverlay.h:
20073           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20074           property and redo positioning. Doesn't handle upstream renegotiation
20075           yet though.
20076
20077 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20078
20079         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20080         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20081         (gst_avi_demux_loop):
20082           No need to take the STREAM_LOCK in the loop function. Improve
20083           some debug messages. Don't leak pad names in debug messages.
20084
20085 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20086
20087         * gst/matroska/matroska-demux.c:
20088         (gst_matroska_demux_push_vorbis_codec_priv_data),
20089         (gst_matroska_demux_add_wvpk_header):
20090           Don't error out when the source pad isn't linked.
20091
20092 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20093
20094         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20095         (gst_gconf_audio_sink_change_state):
20096         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20097         (gst_gconf_video_sink_change_state):
20098           Fix state change functions here as well and set kid
20099           to NULL state before removing it.
20100
20101 2005-11-01  Edward Hervey  <edward@fluendo.com>
20102
20103         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20104         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20105         Added proper event handlind, 
20106         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20107         ignored),
20108         and don't set a duration of 0 for buffers otherwise they are discarded
20109         by GstBaseSink.
20110
20111         GstWavEnc needs some serious loving, after going through the code I'm
20112         really wondering how this can stay in -good ...
20113
20114 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20115
20116         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20117         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20118         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20119         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20120         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20121         (gst_matroska_mux_collected):
20122           Fix leaks and invalid memory access as reported by valgrind
20123
20124 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20125
20126         Patch by: Michal Benes <michal.benes@xeris.cz>
20127
20128         * check/Makefile.am:
20129         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20130         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20131         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20132           add a unit test for matroskamux
20133           fix the bugs that the unit test exposed
20134
20135 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20136
20137         * gst/autodetect/gstautoaudiosink.c:
20138         (gst_auto_audio_sink_class_init),
20139         (gst_auto_audio_sink_change_state):
20140         * gst/autodetect/gstautovideosink.c:
20141         (gst_auto_video_sink_class_init),
20142         (gst_auto_video_sink_change_state):
20143           Fix state change function and use GST_DEBUG_FUNCPTR in
20144           class_init.
20145
20146 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20147
20148         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20149
20150         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20151         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20152         * gst/matroska/ebml-write.h:
20153         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20154           Set timestamps on outgoing ebml headers as well, so that the
20155           element after matroskamux can get the timestamp already when
20156           reading the first ebml element and doesn't have to wait for
20157           the actual data buffer for that (#320308).
20158           
20159 2005-10-31  Andy Wingo  <wingo@pobox.com>
20160
20161         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20162         (gst_videomixer_pad_link): Kill some memleaks.
20163         (gst_videomixer_pad_get_property): Style fix.
20164         (gst_videomixer_pad_set_property): Style fix.
20165         (gst_videomixer_pad_init): Style fix.
20166         (gst_videomixer_update_queues): Kill memleak.
20167         (gst_videomixer_loop): Kill memleak.
20168         (gst_videomixer_collected): Kill memleak.
20169
20170 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20171
20172         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20173         gst_auparse_change_state:
20174         Just some cleanup.
20175
20176 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20177
20178         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20179         Add checks to GST_FLOW_NOT_LINKED for values returned
20180         from gst_pad_push.
20181         
20182 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20183
20184         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20185         (gst_rtpg711dec_process):
20186         * gst/rtp/gstrtpgsmenc.c:
20187         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20188         are never set. This is important for the g711 to work with burger's rtpbin
20189         element.
20190
20191 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20192
20193         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20194         (gst_speexenc_push_buffer):
20195         Add checks for return values from gst_pad_push and
20196         gst_pad_alloc_buffer.
20197
20198 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20199
20200         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20201
20202         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20203         (gst_matroska_demux_parse_info),
20204         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20205         (gst_matroska_demux_parse_cluster):
20206         * gst/matroska/matroska-ids.h:
20207         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20208         (gst_matroska_mux_init), (gst_matroska_mux_start),
20209         (gst_matroska_mux_create_buffer_header),
20210         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20211         (gst_matroska_mux_get_property):
20212         * gst/matroska/matroska-mux.h:
20213           Add SimpleBlock support to matroska demuxer and muxer (part of
20214           Matroska v2). (#319731)
20215
20216 2005-10-28  Wim Taymans  <wim@fluendo.com>
20217
20218         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20219         (gst_jpeg_dec_change_state):
20220         * ext/jpeg/gstjpegdec.h:
20221         Cleanups. Don't create caps for every chain.
20222
20223 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20224
20225         * gst/law/alaw-encode.c: (gst_alawenc_init),
20226         (alawenc_setcaps), (gst_alawenc_chain)
20227         * gst/law/alaw-encode.h:
20228         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20229         (mulawenc_setcaps), (gst_mulawenc_chain)
20230         * gst/law/mulaw-encode.h:
20231         Set timestamp on buffer and it allows RTP G711 elements
20232         work properly.
20233
20234 2005-10-27  Wim Taymans  <wim@fluendo.com>
20235
20236         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20237         Set correct format on oss instead of a silly value. 
20238
20239 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20240
20241         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20242         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20243         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20244         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20245         I420 rendering as well, doesn't bring much for my platform.
20246         Might help on some other platforms.
20247
20248 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20249
20250         * gst/rtp/gstrtpgsmenc.c:
20251         * gst/rtp/gstrtpgsmparse.c:
20252         Declaring the padtemplate correctly.
20253
20254 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20255
20256         * gst/rtp/gstrtpg711dec.c:
20257         * gst/rtp/gstrtpg711enc.c:
20258         * gst/rtp/gstrtpgsmenc.c:
20259         * gst/rtp/gstrtpgsmparse.c:
20260         Setting the proper copyright notice.
20261
20262 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20263
20264         * gst/videobox/Makefile.am: Use liboil.
20265         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20266         (gst_video_box_set_property), (gst_video_box_transform_caps),
20267         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20268         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20269         using liboil. Will dot the same to I420 border generation
20270         tomorrow.
20271
20272 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20273
20274         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20275         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20276         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20277         * gst/rtp/gstrtpg711dec.h:
20278         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20279         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20280         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20281         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20282         (gst_rtpgsmenc_handle_buffer):
20283         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20284         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20285         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20286         * gst/rtp/gstrtpgsmparse.h:
20287         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20288         inherits from the basertpdepayloader.
20289
20290 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20291
20292         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20293         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20294         (gst_video_box_ayuv): Removing this forgotten debug.
20295
20296 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20297
20298         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20299         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20300         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20301
20302 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20303
20304         * sys/oss/gstossaudio.c:
20305         * sys/oss/gstossdmabuffer.c:
20306         * sys/oss/gstosshelper.c:
20307         * sys/oss/gstossmixer.c:
20308         * sys/oss/gstossmixerelement.c:
20309         * sys/oss/gstossmixertrack.c:
20310         * sys/oss/gstosssink.c:
20311         * sys/oss/gstosssrc.c:
20312           Actually use the 'oss' debug category we register.
20313
20314 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20315
20316         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20317         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20318         Use gst_pad_get_parent and drop the ref that was added through
20319         that call.
20320
20321 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20322
20323         * gst/rtp/gstrtpgsmenc.c:
20324           Fix compilation
20325
20326 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20327
20328         * gst/rtp/gstrtpg711dec.c
20329         Just removed a couple of lines of weird code used during
20330         development/test time.
20331
20332 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20333
20334         * gst/rtp/Makefile.am
20335         * gst/rtp/gstrtp.c
20336         * gst/rtp/gstrtpg711enc.c
20337         * gst/rtp/gstrtpg711enc.h
20338         * gst/rtp/gstrtpg711dec.c
20339         * gst/rtp/gstrtpg711dec.h
20340         Created G711 payloader and depayloader (it supports mulaw and alaw
20341         (dec)encoders)
20342
20343 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20344
20345         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20346         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20347         Doh ! I introduced wingo's bug again ! Sorry...
20348
20349 2005-10-25  Christian Schaller <christian@fluendo.com> 
20350
20351         * gst/rtp/Makefile.am: add missing header files for disting
20352
20353 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20354
20355         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20356         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20357         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20358         (gst_rtpgsmenc_handle_buffer):
20359         * gst/rtp/gstrtpgsmenc.h:
20360         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20361         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20362         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20363         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20364         * gst/rtp/gstrtpgsmparse.h:
20365         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20366
20367 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20368
20369         * ext/libpng/gstpngdec.c: (user_info_callback),
20370         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20371         a newsegment event, move some redundant code in a single place.
20372
20373 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20374
20375         * ext/libpng/gstpngdec.c: (user_info_callback),
20376         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20377         hack to get correct colors order when we have a png image with
20378         alpha channel.
20379
20380 2005-10-24  Edward Hervey  <edward@fluendo.com>
20381
20382         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20383         Call gst_element_no_more_pads when there will be no more pads.
20384
20385 2005-10-24  Wim Taymans  <wim@fluendo.com>
20386
20387         * gst/rtp/Makefile.am:
20388         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20389         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20390         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20391         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20392         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20393         (gst_asteriskh263_plugin_init):
20394         * gst/rtp/gstasteriskh263.h:
20395         * gst/rtp/gstrtp.c: (plugin_init):
20396         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20397         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20398         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20399         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20400         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20401         (gst_rtph263enc_plugin_init):
20402         * gst/rtp/gstrtph263enc.h:
20403         Added two new payloaders, an RFC 2190 payloader for h263 and
20404         a payload convertor for an asterisk server.
20405
20406 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20407
20408         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20409           Set bytes_per_sample correctly (is not always 4, but 
20410           depends on width and number of channels).
20411
20412 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20413
20414         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20415         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20416         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20417         (gst_flacenc_sink_event), (gst_flacenc_chain),
20418         (gst_flacenc_set_property), (gst_flacenc_get_property),
20419         (gst_flacenc_change_state):
20420         * ext/flac/gstflacenc.h:
20421           Fix seeking, so that flacenc can rewrite the header with the
20422           correct duration and amount of samples and all that at EOS;
20423           also set timestamps and granulepos on outgoing buffers; add
20424           debug category; fix state change function.
20425           
20426 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20427
20428         * gst/videomixer/videomixer.c: Don't restrict video geometry
20429         from 16 to 4096.
20430
20431 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20432
20433         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20434         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20435         Fix caps negotiation correctly, add debugging category.
20436
20437 2005-10-24  Christian Schaller  <christian@fluendo.com>
20438
20439         * configure.ac: Port over Thomas's change from base listing all plugins
20440
20441 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20442
20443         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20444         a sink pad.
20445
20446 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20447
20448         * configure.ac:
20449         * docs/upload.mak:
20450           back to HEAD
20451
20452 === release 0.9.4 ===
20453
20454 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20455
20456         * configure.ac:
20457           Releasing 0.9.4, "Dromiceiomimus"
20458
20459 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20460
20461         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20462         (gst_speexenc_src_query):
20463           Add position and duration query, fix query type function.
20464           
20465         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20466         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20467           Let's not set non-fixed caps on source pads.
20468
20469 2005-10-21  Wim Taymans  <wim@fluendo.com>
20470
20471         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20472         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20473         (gst_avi_demux_handle_seek):
20474         Set correct stream_time in newsegment event.
20475         avi can also handle a duration query now.
20476
20477 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20478
20479         * gst/matroska/matroska-demux.c:
20480         (gst_matroska_demux_handle_src_query),
20481         (gst_matroska_demux_handle_seek_event),
20482         (gst_matroska_demux_loop_stream_parse_id):
20483           Fix duration query; fix basetime in newsegment event after
20484           seek; fix duration in initial newsegment event.
20485
20486         * gst/matroska/matroska-mux.c:
20487         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20488           Extract number of channels and samplerate from vorbis headers;
20489           add some debug messages when querying the durations of the
20490           input streams.
20491
20492 2005-10-20  Wim Taymans  <wim@fluendo.com>
20493
20494         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20495         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20496         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20497         Set stream time correctly in newsegment.
20498
20499 2005-10-20  Wim Taymans  <wim@fluendo.com>
20500
20501         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20502         Correctly fill in the stream time.
20503
20504 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20505
20506         * check/elements/level.c: (GST_START_TEST):
20507         * gst/level/gstlevel.c: (gst_level_message_new):
20508         * gst/level/level-example.c: (message_handler):
20509           use ELEMENT messages instead
20510
20511 2005-10-19  Wim Taymans  <wim@fluendo.com>
20512
20513         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20514         (gst_dvdemux_src_query):
20515         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20516         (gst_flacdec_src_query):
20517         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20518         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20519         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20520         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20521         * gst/debug/progressreport.c: (gst_progress_report_report):
20522         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20523         * gst/matroska/matroska-demux.c:
20524         (gst_matroska_demux_handle_src_query):
20525         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20526         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20527         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20528         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20529         (gst_wavparse_srcpad_event):
20530         API change fix.
20531
20532 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20533
20534         * gst/goom/filters.c:
20535         * gst/goom/graphic.h:
20536         * gst/goom/lines.c:
20537           Make inline functions either 'static inline' or 'extern inline',
20538           otherwise the Forte compiler apparently won't inline them (#317300).
20539
20540 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20541
20542         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20543         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20544         (user_info_callback), (user_endrow_callback), (user_end_callback),
20545         (user_read_data), (gst_pngdec_caps_create_and_set),
20546         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20547         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20548         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20549         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20550         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20551         very nice and handle push/pull based model. if you have filesrc
20552         connected to it, it will do random access to load the png file.
20553         If you have a network source that can't do _getrange, it does 
20554         progressive loading through the chain function.
20555         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20556         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20557         thanks to Master Wim Taymans ;-)
20558
20559 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20560
20561         * gst/matroska/Makefile.am:
20562         * gst/matroska/ebml-read.c:
20563         * gst/matroska/ebml-read.h:
20564         * gst/matroska/matroska-demux.c:
20565         * gst/matroska/matroska-demux.h:
20566         * gst/matroska/matroska.c: (plugin_init):
20567           Ported matroska demuxer to 0.9.
20568
20569 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20570
20571         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20572
20573         * gst/matroska/matroska-mux.c:
20574         (gst_matroska_mux_video_pad_setcaps),
20575         (gst_matroska_mux_audio_pad_setcaps):
20576           Fix mpeg4 input handling (#318847); also, while we're at it,
20577           fix media type for Motion-JPEG: should be image/jpeg.
20578
20579 2005-10-18  Wim Taymans  <wim@fluendo.com>
20580
20581         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20582         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20583         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20584         Fix for segment-start/stop API change.
20585
20586 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20587
20588         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20589         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20590         way.
20591
20592 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20593
20594         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20595         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20596         output declared in transform_caps.
20597
20598 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20599
20600         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20601
20602 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20603
20604         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20605         (gst_video_box_get_unit_size): Fix wrong size calculations and
20606         implement get_unit_size correctly.
20607
20608 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20609
20610         * configure.ac:
20611           Enable flx plugin.
20612
20613         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20614           Fix gcc4 signedness issue.
20615
20616 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20617
20618         * configure.ac: Adding videomixer.
20619         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20620         (user_read_data), (gst_pngdec_chain): More debugging.
20621         * gst/alpha/Makefile.am: Adding alphacolor
20622         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20623         (gst_alpha_color_class_init), (gst_alpha_color_init),
20624         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20625         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20626         (plugin_init): Ported to 0.9 using in place base tranform.
20627         * gst/videomixer/Makefile.am:
20628         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20629         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20630         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20631         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20632         (gst_videomixer_init), (gst_videomixer_getcaps),
20633         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20634         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20635         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20636         to 0.9 using collectpads.
20637
20638 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20639
20640         * configure.ac:
20641         * gst/flx/Makefile.am:
20642         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20643         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20644         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20645         * gst/flx/gstflxdec.h:
20646         flx plugin ported to 0.9
20647
20648 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20649
20650         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20651           use new gst_version_string()
20652
20653 2005-10-16  Andy Wingo  <wingo@pobox.com>
20654
20655         * configure.ac: GLIB_CHECK.
20656
20657 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20658
20659         * ext/libpng/Makefile.am:
20660         * ext/libpng/gstpng.c: (plugin_init):
20661         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20662         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20663         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20664
20665 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
20666
20667         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20668
20669         * configure.ac:
20670         * gst/matroska/Makefile.am:
20671         * gst/matroska/ebml-ids.h:
20672         * gst/matroska/ebml-write.c:
20673         * gst/matroska/ebml-write.h:
20674         * gst/matroska/matroska-ids.h:
20675         * gst/matroska/matroska-mux.c:
20676         * gst/matroska/matroska-mux.h:
20677         * gst/matroska/matroska.c: (plugin_init):
20678           Port matroska muxer to 0.9 (#318847).
20679
20680 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20681
20682         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
20683         (comment_init), (comment_add):
20684           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
20685           use GST_READ_UINT32_LE() and friends rather than the private
20686           implementation of those same macros.
20687
20688 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20689
20690         * examples/stats/mp2ogg.c:
20691           more typo fixes
20692
20693 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20694
20695         * examples/indexing/indexmpeg.c: (main):
20696         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
20697         (gst_esdmon_close_audio), (gst_esdmon_change_state):
20698         * ext/esd/esdmon.h:
20699         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
20700         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
20701         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20702         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20703         * gst/avi/gstavimux.c: (gst_avimux_init):
20704         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
20705         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
20706         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
20707         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
20708         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
20709         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
20710         * gst/oldcore/gstmultifilesrc.h:
20711         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
20712         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
20713         (gst_pipefilter_change_state):
20714         * gst/oldcore/gstpipefilter.h:
20715         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20716         * gst/videomixer/videomixer.c: (gst_videomixer_init):
20717         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
20718         * sys/osxaudio/gstosxaudiosink.h:
20719         * sys/osxaudio/gstosxaudiosrc.h:
20720           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20721           moved bitshift from macro to enum definition
20722
20723 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20724
20725         * ext/Makefile.am:
20726         * ext/cairo/Makefile.am:
20727         * ext/cairo/gstcairo.c: (plugin_init):
20728         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
20729         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20730         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
20731         * ext/cairo/gsttimeoverlay.h:
20732           update of cairo-based timeoverlay to 1.0 Cairo API
20733           doesn't work yet for resizing of output sink
20734
20735 2005-10-11  Wim Taymans  <wim@fluendo.com>
20736
20737         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
20738         newsegment API fix.
20739
20740 2005-10-11  Wim Taymans  <wim@fluendo.com>
20741
20742         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
20743         (gst_dvdemux_demux_frame):
20744         * ext/flac/gstflacdec.c: (gst_flacdec_write):
20745         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20746         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
20747         (gst_avi_demux_handle_seek):
20748         * gst/goom/gstgoom.c: (gst_goom_event):
20749         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20750         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20751         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20752         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20753         (gst_wavparse_srcpad_event):
20754         newsegment API update.
20755
20756 2005-10-11  Andy Wingo  <wingo@pobox.com>
20757
20758         * ext/speex/gstspeexenc.c: Signedness cleanups.
20759
20760 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
20761
20762         * PORTED_09:
20763         * ext/speex/Makefile.am:
20764         * ext/speex/gstspeex.c:
20765         * ext/speex/gstspeexenc.c:
20766         Speexenc ported to 0.9
20767
20768 2005-10-10  Wim Taymans  <wim@fluendo.com>
20769
20770         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
20771         (gst_oss_sink_init), (gst_oss_sink_set_property),
20772         (gst_oss_sink_get_property), (gst_oss_sink_open),
20773         (gst_oss_sink_prepare), (gst_oss_sink_reset):
20774         * sys/oss/gstosssink.h:
20775         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
20776         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
20777         (gst_oss_src_prepare):
20778         Cleanups, make device configurable in the sink, handle and report
20779         errors.
20780
20781 2005-10-10  Wim Taymans  <wim@fluendo.com>
20782
20783         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
20784         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
20785         Make sure element is NULL before removing from the bin.
20786
20787 2005-10-07  Andy Wingo  <wingo@pobox.com>
20788
20789         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
20790         block forever in a read().
20791         (gst_dv1394src_bus_reset): Post a message when the cable is
20792         unplugged.
20793         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
20794         (gst_dv1394src_bus_reset): Don't unref the message.
20795
20796         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
20797         hacking. The only change should be that the state change stuff was
20798         put into basesrc's start() and stop() routines, which coalesces
20799         some steps.
20800
20801 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
20802
20803         * configure.ac:
20804           Add check for mmap
20805           
20806         * gst/debug/Makefile.am:
20807           Only compile efence plugin on systems that have mmap.
20808
20809 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
20810
20811         * gst/debug/Makefile.am:
20812         * gst/debug/breakmydata.c:
20813         * gst/debug/gstdebug.c:
20814         * gst/debug/gstnavigationtest.c:
20815         * gst/debug/gstnavseek.c: 
20816         * gst/debug/gstnavseek.h:
20817         * gst/debug/progressreport.c: 
20818         * gst/debug/testplugin.c:
20819           Port progressreport, navseek, navigationtest, testsink and
20820           breakmydata.
20821
20822 2005-10-05  Edward Hervey  <edward@fluendo.com>
20823
20824         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
20825         (gst_dvdemux_src_query):
20826         Fixes for better conversion
20827
20828 2005-10-04  Michael Smith <msmith@fluendo.com>
20829
20830         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
20831         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20832         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20833         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20834           Set state of elements to NULL before removing from bins.
20835           Set state of test element to NULL if we failed to move it to READY
20836
20837 2005-10-04  Edward Hervey  <edward@fluendo.com>
20838
20839         * ext/dv/Makefile.am:
20840         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
20841         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20842         Corrected the query function for position so it doesn't forget what
20843         format was asked, and calls the conversion functions on the correct pad.
20844
20845 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20846
20847         * configure.ac:
20848           back to development
20849
20850 === release 0.9.3 ===
20851
20852 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20853
20854         * configure.ac:
20855           Releasing 0.9.3, "Aramis"
20856
20857 2005-10-03  Andy Wingo  <wingo@pobox.com>
20858
20859         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20860         error returns.
20861
20862 2005-10-02  Andy Wingo  <wingo@pobox.com>
20863
20864         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20865
20866         * ext/flac/gstflacenc.c: Ported to 0.9.
20867
20868         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20869
20870         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20871         and link to gsttagedit. Enable flacenc.
20872
20873         * ext/flac/gstflacdec.c: Re-enable tag reading.
20874
20875 2005-09-30  Wim Taymans  <wim@fluendo.com>
20876
20877         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20878         * gst/rtp/gstrtpgsmparse.c:
20879         * gst/rtp/gstrtph263penc.c:
20880         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20881         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20882         (gst_rtpmp4venc_set_property):
20883         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20884         Various class and caps fixes from Andre Magalhaes (andrunko)
20885
20886 2005-09-29  Wim Taymans  <wim@fluendo.com>
20887
20888         * gst/level/level-example.c: (main):
20889         Update for new bus API.
20890
20891 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20892
20893         * configure.ac:
20894           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20895           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20896
20897 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20898
20899         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20900           Fix playback of mono streams (bytes_per_sample should be set
20901           from the sample width and the number of channels negotiated,
20902           and not just be set to 4) (#317338)
20903
20904 2005-09-26  Wim Taymans  <wim@fluendo.com>
20905
20906         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20907         (gst_rtpmpaenc_handle_buffer):
20908         Set buffer duration correctly.
20909
20910 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20911
20912         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20913         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20914         (gst_avi_demux_change_state):
20915           Don't crash when encountering a stream with an unknown fourcc or
20916           codec id. Instead, create a pad of type video/x-avi-unknown or
20917           audio/x-avi-unknown, which as a side-effect also results in less
20918           confusing error messages in players ('no decoder' vs. 'no streams');
20919           minor fixes to state change function and class_init function.
20920
20921 2005-09-24  Wim Taymans  <wim@fluendo.com>
20922
20923         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20924         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20925         These are sinks.
20926
20927 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20928
20929         * check/elements/level.c: (GST_START_TEST):
20930           fix test for new GstClockTime use
20931         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20932         (gst_level_transform_ip):
20933         * gst/level/gstlevel.h:
20934           fix up the decay peak, ensuring the decay peak is never lower
20935           than the peak for that interval
20936
20937 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20938
20939         * docs/plugins/gst-plugins-good-plugins.args:
20940         * docs/plugins/inspect/plugin-alpha.xml:
20941         * docs/plugins/inspect/plugin-rtp.xml:
20942         * gst/level/gstlevel.c: (gst_level_set_caps),
20943         (gst_level_transform_ip):
20944           updating docs
20945
20946 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20947
20948         * Makefile.am:
20949         * check/elements/level.c: (GST_START_TEST):
20950         * gst/level/Makefile.am:
20951         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20952         (gst_level_set_property), (gst_level_get_property),
20953         (gst_level_set_caps), (gst_level_message_new),
20954         (gst_level_transform_ip):
20955         * gst/level/gstlevel.h:
20956         * gst/level/level-example.c: (message_handler), (main):
20957           convert to using GstClockTime for all time values, finally.
20958
20959 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20960
20961         * gst/auparse/Makefile.am:
20962         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20963           fix up build
20964         * configure.ac:
20965         * ext/cairo/Makefile.am:
20966         * ext/dv/Makefile.am:
20967         * ext/esd/Makefile.am:
20968         * ext/flac/Makefile.am:
20969         * ext/gconf/Makefile.am:
20970         * ext/gdk_pixbuf/Makefile.am:
20971         * ext/jpeg/Makefile.am:
20972         * ext/ladspa/Makefile.am:
20973         * ext/libcaca/Makefile.am:
20974         * ext/libmng/Makefile.am:
20975         * ext/libpng/Makefile.am:
20976         * ext/mikmod/Makefile.am:
20977         * ext/pango/Makefile.am:
20978         * ext/raw1394/Makefile.am:
20979         * ext/shout2/Makefile.am:
20980         * ext/speex/Makefile.am:
20981         * gst/alpha/Makefile.am:
20982         * gst/autodetect/Makefile.am:
20983         * gst/avi/Makefile.am:
20984         * gst/cutter/Makefile.am:
20985         * gst/debug/Makefile.am:
20986         * gst/effectv/Makefile.am:
20987         * gst/flx/Makefile.am:
20988         * gst/goom/Makefile.am:
20989         * gst/interleave/Makefile.am:
20990         * gst/law/Makefile.am:
20991         * gst/matroska/Makefile.am:
20992         * gst/median/Makefile.am:
20993         * gst/monoscope/Makefile.am:
20994         * gst/multipart/Makefile.am:
20995         * gst/oldcore/Makefile.am:
20996         * gst/rtp/Makefile.am:
20997         * gst/rtsp/Makefile.am:
20998         * gst/smoothwave/Makefile.am:
20999         * gst/smpte/Makefile.am:
21000         * gst/videobox/Makefile.am:
21001         * gst/videofilter/Makefile.am:
21002         * gst/videomixer/Makefile.am:
21003         * gst/wavenc/Makefile.am:
21004         * gst/wavparse/Makefile.am:
21005         * sys/oss/Makefile.am:
21006         * sys/osxaudio/Makefile.am:
21007         * sys/osxvideo/Makefile.am:
21008           fix up GST_LIBS use
21009
21010 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21011
21012         * gst/auparse/Makefile.am:
21013         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21014           fix build of auparse
21015
21016 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21017
21018         * configure.ac:
21019         * PORTED_09:
21020         * gst/auparse/gstauparse.c:
21021         * gst/auparse/gstauparse.h:
21022         Auparse ported to 0.9.
21023
21024 2005-09-22  Wim Taymans  <wim@fluendo.com>
21025
21026         * gst/rtp/TODO:
21027         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21028         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21029         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21030         (gst_rtpmp4venc_set_property):
21031         * gst/rtp/gstrtpmp4venc.h:
21032         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21033         * gst/rtp/gstrtpmpaenc.h:
21034         Use is_filled to both check MTU and max-ptime of base class.
21035
21036 2005-09-22  Wim Taymans  <wim@fluendo.com>
21037
21038         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21039         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21040         (gst_rtpmp4venc_set_property):
21041         Don't fragment packets with multiple frames.
21042
21043 2005-09-22  Wim Taymans  <wim@fluendo.com>
21044
21045         * gst/rtp/TODO:
21046         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21047         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21048         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21049         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21050         (gst_rtpmp4venc_get_property):
21051         * gst/rtp/gstrtpmp4venc.h:
21052         Remove g_print.
21053         Update TODO
21054         Make payload encoder a bit smarter and more correct with
21055         timestamps.
21056         Added option in payloader to include config string in-band.
21057
21058 2005-09-21  Wim Taymans  <wim@fluendo.com>
21059
21060         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21061         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21062         (gst_rtspsrc_send):
21063         Strip spaces for key/value pairs.
21064
21065 2005-09-21  Wim Taymans  <wim@fluendo.com>
21066
21067         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21068         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21069         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21070         (gst_rtspsrc_change_state):
21071         More SDP parsing and caps setting.
21072         Do NO_PREROLL differently.
21073         add pads only after negotiated.
21074
21075         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21076         (gst_udpsrc_getcaps):
21077         Implement the getcaps function.
21078
21079 2005-09-21  Wim Taymans  <wim@fluendo.com>
21080
21081         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21082         (gst_rtpamrdec_chain):
21083         Handle multiple AMr packets per payload. Handle CRC and
21084         parse ILL/ILP.
21085
21086         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21087         Make caps params strings for easy SDP mapping.
21088         
21089         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21090         Handle capsnego better.
21091
21092         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21093         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21094         Generate and parse config string in the caps.
21095
21096 2005-09-21  Wim Taymans  <wim@fluendo.com>
21097
21098         * gst/rtp/README:
21099         Update README
21100
21101         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21102         Make extra params as strings.
21103
21104         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21105         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21106         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21107         Make state change return NO_PREROLL as this is a live
21108         source.
21109
21110         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21111         Don't unref old caps when NULL.
21112
21113 2005-09-20  Wim Taymans  <wim@fluendo.com>
21114
21115         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21116         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21117         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21118         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21119         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21120         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21121         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21122         * gst/rtsp/sdpmessage.h:
21123         Add URI handler.
21124         Parse SDP and create caps.
21125
21126 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21127
21128         * gst/alpha/gstalpha.c:
21129           fix element description
21130
21131 2005-09-19  Wim Taymans  <wim@fluendo.com>
21132
21133         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21134         Don't check payload for now.
21135
21136 2005-09-19  Wim Taymans  <wim@fluendo.com>
21137
21138         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21139         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21140         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21141         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21142         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21143         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21144         (gst_wavparse_change_state):
21145         * gst/wavparse/gstwavparse.h:
21146         Fix wavparse some more.
21147
21148 2005-09-19  Wim Taymans  <wim@fluendo.com>
21149
21150         * check/elements/level.c: (GST_START_TEST):
21151         Fix for bus API change.
21152
21153 2005-09-19  Wim Taymans  <wim@fluendo.com>
21154
21155         * gst/level/level-example.c: (main):
21156         Fix for new bus API.
21157
21158         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21159         Set caps on pads.
21160
21161 2005-09-15  Wim Taymans  <wim@fluendo.com>
21162
21163         * gst/rtp/Makefile.am:
21164         * gst/rtp/README:
21165         * gst/rtp/gstrtp.c: (plugin_init):
21166         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21167         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21168         (gst_rtpamrdec_change_state):
21169         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21170         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21171         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21172         * gst/rtp/gstrtpamrenc.h:
21173         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21174         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21175         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21176         * gst/rtp/gstrtpgsmenc.h:
21177         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21178         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21179         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21180         (gst_rtpgsmparse_change_state):
21181         * gst/rtp/gstrtpgsmparse.h:
21182         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21183         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21184         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21185         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21186         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21187         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21188         * gst/rtp/gstrtph263penc.h:
21189         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21190         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21191         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21192         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21193         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21194         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21195         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21196         * gst/rtp/gstrtpmp4venc.h:
21197         * gst/rtp/gstrtpmpadec.c:
21198         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21199         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21200         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21201         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21202         * gst/rtp/gstrtpmpaenc.h:
21203         Updates to payloader/depayloaders, make payloaders use
21204         the base classes.
21205         Updated README with suggested RTP caps and how to convert
21206         to/from SDP.
21207         Added config descriptor in mp4v payloader.
21208
21209 2005-09-15  Andy Wingo  <wingo@pobox.com>
21210
21211         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21212         * gst/autodetect/gstautovideosink.c
21213         (gst_auto_video_sink_find_best): Update for new registry API.
21214
21215 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21216
21217         * common/c-to-xml.py:
21218         * common/gtk-doc-plugins.mak:
21219           a simple py script to generate valid xml from a C example
21220           probably also need to strip an MIT license when we decide
21221         * docs/plugins/Makefile.am:
21222         * gst/level/Makefile.am:
21223         * gst/level/gstlevel.c: (gst_level_init):
21224         * gst/level/level-example.c: (message_handler), (main):
21225           add an example to level that will show up in the docs
21226         * gst/rtp/TODO:
21227           add a note for the future
21228
21229 2005-09-14  Michael Smith <msmith@fluendo.com>
21230
21231         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21232           Actually define the debug object being used in wavenc. Fixes #316205
21233
21234 2005-09-14  Michael Smith <msmith@fluendo.com>
21235
21236         * gst/smpte/Makefile.am:
21237           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21238           needed to build on windows (bug 316204)
21239
21240 2005-09-12  Andy Wingo  <wingo@pobox.com>
21241
21242         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21243
21244 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21245
21246         * configure.ac:
21247         * gst/fdsrc/Makefile.am:
21248         * gst/fdsrc/gstfdsrc.c:
21249         * gst/fdsrc/gstfdsrc.h:
21250           Move fdsrc back into gstreamer core elements.
21251
21252         * gst/level/gstlevel.c: (gst_level_class_init),
21253         (gst_level_transform_ip):
21254         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21255           Basetransform changes.
21256
21257 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21258
21259         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21260         * ext/jpeg/smokecodec.c: (find_best_size):
21261           fix compiler warnings
21262
21263 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21264
21265         * gst-plugins-good.spec.in:
21266           spec file fixes
21267         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21268         (gst_multiudpsink_render), (gst_multiudpsink_add),
21269         (gst_multiudpsink_clear):
21270           it actually helps to actually stream if we hook up the
21271           "add" signal to an actual implementation
21272         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21273           some debugging
21274
21275 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21276
21277         * ext/jpeg/Makefile.am:
21278         * ext/jpeg/gstjpeg.c
21279         * ext/jpeg/gstjpegenc.c:
21280         * ext/jpeg/gstsmokeenc.c:
21281
21282 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21283
21284         * ext/flac/gstflacdec.c:
21285         * ext/flac/gstflacenc.c:
21286         * ext/flac/gstflactag.c:
21287         * ext/speex/gstspeexenc.c:
21288           gsttaginterface.h -> gsttagsetter.h
21289
21290 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21291
21292         * configure.ac:
21293         * gst/debug/Makefile.am:
21294         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21295         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21296         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21297         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21298         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21299           Port to 0.9 and re-enable efence plugin.
21300
21301 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21302
21303         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21304         (gst_flacdec_write), (gst_flacdec_convert_src):
21305         * ext/flac/gstflacdec.h:
21306           Add support for flac files with 24/32 bits per sample; and misc.
21307           minor clean-ups. Seeking is still partly broken (for me at least).
21308
21309 2005-09-06  Wim Taymans  <wim@fluendo.com>
21310
21311         * gst/rtp/Makefile.am:
21312         * gst/rtp/gstrtp.c: (plugin_init):
21313         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21314         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21315         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21316         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21317         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21318         (gst_rtpmp4vdec_plugin_init):
21319         * gst/rtp/gstrtpmp4vdec.h:
21320         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21321         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21322         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21323         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21324         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21325         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21326         * gst/rtp/gstrtpmp4venc.h:
21327         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21328         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21329         Added mpeg4 video payload encoder/decoder.
21330         Added some docs in mpa payloader.
21331
21332 === release 0.9.1 ===
21333
21334 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21335
21336         * NEWS:
21337         * README:
21338         * RELEASE:
21339         * autogen.sh:
21340         * configure.ac:
21341           releasing 0.9.1, "Blondie"
21342
21343 2005-09-05  Andy Wingo  <wingo@pobox.com>
21344
21345         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21346         here from the state change handler, so we fire signals without
21347         holding the state lock.
21348
21349 2005-09-02  Andy Wingo  <wingo@pobox.com>
21350
21351         * All plugins updated for element state changes.
21352
21353 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21354
21355         * Makefile.am:
21356         * check/.cvsignore:
21357         * check/Makefile.am:
21358         * check/elements/.cvsignore:
21359         * check/elements/level.c: (setup_level), (cleanup_level),
21360         (GST_START_TEST), (level_suite), (main):
21361           add a test for level
21362         * common/release.mak:
21363           move the enum checking to release.mak
21364         * configure.ac:
21365           add valgrind and check checking
21366         * gst/level/gstlevel.c: (gst_level_transform):
21367         * gst/level/gstlevel.h:
21368           fix Andy's cast bug
21369           convert a field to int
21370           fix the arithmetic to int when checking for emit so that a
21371           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21372
21373 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21374
21375         * Makefile.am:
21376         * configure.ac:
21377           add docs to build
21378         * common/plugins.xsl:
21379           wrap Description into a refsect2
21380         * docs/Makefile.am:
21381         * docs/plugins/Makefile.am:
21382         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21383         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21384         * gst/goom/Makefile.am:
21385         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21386         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21387         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21388         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21389         (gst_goom_change_state):
21390         * gst/goom/gstgoom.h:
21391           GstGOOM -> GstGoom
21392           add an example launch line
21393         * gst/level/gstlevel.h:
21394         * gst/monoscope/gstmonoscope.c:
21395           cleanups
21396
21397 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21398
21399         * configure.ac:
21400         * docs/plugins/Makefile.am:
21401         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21402         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21403         * docs/plugins/gst-plugins-good-plugins.types:
21404           document elements and plugins.  Shazam !
21405
21406 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21407
21408         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21409           be found under doc/random/ChangeLog-0.8