ext/pulse/pulsesink.c: Change #if 0 to something more expresive and add pointer to...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
2
3         * ext/pulse/pulsesink.c:
4           Change #if 0 to something more expresive and add pointer to related
5           bug ticket.
6
7 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
8
9         Patch by: Tal Shalif <tshalif at nargila dot org>
10
11         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
12         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
13         the latter don't exist on some systems (mingw). Fixes bug #561990.
14
15 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
16
17         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
18
19         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
20         Add transferMode.dnla.org header to HTTP requests as this is
21         required by the DLNA specs and doesn't hurt in other situations.
22         Fixes bug #561802.
23
24 2008-11-20  Michael Smith <msmith@songbirdnest.com>
25
26         * sys/osxvideo/osxvideosink.h:
27         * sys/osxvideo/osxvideosink.m:
28           Handle video window resizing more correctly, avoiding crashes when
29           embedding the window and resizing it.
30
31 2008-11-20  Michael Smith <msmith@songbirdnest.com>
32
33         * gst/udp/gstmultiudpsink.c:
34         * gst/udp/gstudpnetutils.c:
35         * gst/udp/gstudpnetutils.h:
36         * gst/udp/gstudpsrc.c:
37           Fix multiudpsink on OSX by passing the specific length of the socket,
38           refactor that into a function shared with the same thing in udpsrc.
39
40 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
41
42         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
43         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
44         (gst_wavparse_stream_headers):
45         Fix the scaling code.
46         Fix parsing of the INFO chunks, we were reading the wrong number of
47         bytes.  Fixes #561580.
48
49 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
50
51         * gst/matroska/matroska-mux.c:
52         Fix NULL pointer dereference of an unset codec_id in the recently 
53         added Dirac paths
54
55 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
56
57         * tests/check/Makefile.am:
58         Just keep disabling elements that hang the states test until it
59         works.
60
61 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
62
63         * ext/libpng/gstpngenc.c:
64         Don't flush downstream after every buffer - that's not what
65         this libpng callback is for at all!
66
67 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
68
69         * sys/v4l2/v4l2src_calls.c:
70           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
71           (gst_v4l2src_probe_caps_for_format):
72           Turns out we don't always get the frame sizes in a predefined
73           order from lowest to highest resolution, so let's just sort the
74           list by frame size once we've queried the possible resolutions
75           rather than assume any particular order. Fixes probed caps for
76           the camera in my HP2133 mini notebook and makes v4l2src default
77           to a decent size.
78
79 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
80
81         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
82         * gst/matroska/matroska-ids.h:
83         Make mkvdemux aware of E-AC3.
84
85 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
86
87         * gst/rtp/Makefile.am:
88         * gst/rtp/gstrtp.c: (plugin_init):
89         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
90         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
91         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
92         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
93         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
94         (gst_rtp_jpeg_depay_change_state),
95         (gst_rtp_jpeg_depay_plugin_init):
96         * gst/rtp/gstrtpjpegdepay.h:
97         Add a jpeg depayloader.
98
99         * gst/rtp/gstrtpjpegpay.c:
100         Set the default properties on the payloader to better defaults.
101
102 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
103
104         * sys/v4l2/gstv4l2.c:
105           Give it a primary rank for autovideosrc.
106
107 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
108
109         Patch by: Bjorn Ostby <bjornos at axis dot com>
110
111         * gst/rtp/Makefile.am:
112         * gst/rtp/gstrtp.c: (plugin_init):
113         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
114         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
115         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
116         (gst_rtp_jpeg_pay_read_quant_table),
117         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
118         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
119         (gst_rtp_jpeg_pay_plugin_init):
120         * gst/rtp/gstrtpjpegpay.h:
121         Add JPEG payloader. Fixes #560756.
122
123 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
124
125         Patch by: Fabricio Godoy <skarllot at gmail dot com>
126
127         * sys/oss/gstosssink.c: (gst_oss_sink_open):
128         * sys/oss/gstosssrc.c: (gst_oss_src_open):
129         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
130         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
131         Fix some spelling mistakes. Fixes #556802.
132
133 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
134
135         * gst/equalizer/GstIirEqualizer10Bands.prs:
136         * gst/equalizer/GstIirEqualizer3Bands.prs:
137         * gst/equalizer/Makefile.am:
138         * gst/equalizer/gstiirequalizer10bands.c:
139         * gst/equalizer/gstiirequalizer3bands.c:
140           Add presets for equalizer. Fixes #522183.
141
142 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
143
144         * gst/rtsp/Makefile.am:
145         * gst/rtsp/gstrtsp.c: (plugin_init):
146         * gst/rtsp/gstrtspgoogle.c:
147         * gst/rtsp/gstrtspgoogle.h:
148         Remove google extension again, it's not needed anymore because we never
149         send multiple transports anymore.
150
151 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
152
153         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
154
155         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
156         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
157         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
158         (gst_rtspsrc_stream_free),
159         (gst_rtspsrc_stream_configure_udp_sinks),
160         (gst_rtspsrc_stream_configure_transport),
161         (gst_rtspsrc_send_dummy_packets),
162         (gst_rtspsrc_create_transports_string),
163         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
164         * gst/rtsp/gstrtspsrc.h:
165         Add property to configure NAT traversal method.
166         Ignore EOS from the internal sinks.
167         Implement sending dummy packets as a (simple) method to open up
168         some firewalls.
169         Send PLAY request to the server after we started the udp sources.
170         Fixes #559545.
171
172 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
173
174         Patch by: Yotam <sh dot yotam at gmail dot com>
175
176         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
177         Flush the remaining frames on EOS. Fixes #560641.
178
179 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
180
181         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
182         Fix compiler warning about printf formatting.
183
184 2008-11-12  Andy Wingo  <wingo@pobox.com>
185
186         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
187         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
188         segment events instead of sending them from the seeking thread.
189         Fixes #559288.
190         (gst_qtdemux_push_pending_newsegment): New helper, sends out
191         queued newsegment events.
192         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
193         call it here, as we only seek when looping, and only push in the
194         movie state.
195
196 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
197
198         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
199         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
200         * gst/qtdemux/qtdemux_fourcc.h:
201         * gst/qtdemux/qtdemux_types.c:
202         Add cover and alternative copyright tag, and enhance some existing
203         ones by marking them as container atoms.
204
205 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
206
207         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
208         Don't ignore the return value of setcaps.
209
210 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
211
212         Patch by: Olivier Crete <tester at tester dot ca>
213
214         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
215         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
216         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
217         * gst/rtp/gstrtpg729pay.h:
218         Replace G729 payloader with an improved version. Fixes #532409.
219
220 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
221
222         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
223         (gst_rtspsrc_change_state):
224         Only send one transport at a time for improved compatibility with some
225         broken servers. See #537832.
226
227 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
228
229         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
230         (gst_rtspsrc_perform_seek):
231         Only pause/play in the seek handler when the source was playing.
232         Fixes #529379.
233
234 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
235
236         * gst/matroska/matroska-mux.c:
237         (gst_matroska_mux_handle_dirac_packet):
238         Fix muxing of Dirac streams if the input already has the format
239         we need, i.e. is the output of matroskademux.
240
241 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
242
243         * gst/avi/gstavimux.c:
244           Don't segfault on string typed tags being NULL. Fixes #560155.
245
246 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
247
248         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
249         (gst_matroska_mux_audio_pad_setcaps):
250         Fix mapping AAC profile to Matroska codec id.
251
252 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
253
254         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
255         (qtdemux_video_caps), (qtdemux_audio_caps):
256         Refactor some raw audio caps building, and handle >16-bit cases.
257         Fix/replace building caps from a string description.
258
259 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
260
261         * gst/audiofx/audiowsincband.c:
262         * gst/audiofx/audiowsinclimit.c:
263         * gst/cutter/gstcutter.c:
264           Make author name consistent with others.
265
266 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
267
268         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
269
270         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
271         (gst_rtspsrc_stream_configure_udp_sink):
272         Pause the RTSP stream before doing a new play request.
273         Make sure that adding the udpsinks does not cause the rtspsrc to become
274         a sink. Fixes #559547.
275
276 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
277
278         * gst/matroska/matroska-ids.h:
279         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
280         (gst_matroska_mux_handle_dirac_packet),
281         (gst_matroska_mux_write_data):
282         Implement Dirac muxing into Matroska comforming to the spec, i.e.
283         put all Dirac packages up to a picture into a Matroska block.
284
285         TODO: Implement writing of the ReferenceBlock Matroska elements,
286         currently the Dirac muxing is only 100% correct if Matroska version 2
287         is selected for muxing.
288
289 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
290
291         Patch by: Bastien Nocera <hadess at hadess dot net>,
292                   Hans de Goede <jwrdegoede at fedoraproject dot org>
293
294         * configure.ac:
295         * sys/v4l2/Makefile.am:
296         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
297         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
298         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
299         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
300         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
301         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
302         (gst_v4l2_get_input), (gst_v4l2_set_input):
303         * sys/v4l2/v4l2_calls.h:
304         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
305         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
306         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
307         (gst_v4l2src_fill_format_list),
308         (gst_v4l2src_probe_caps_for_format_and_size),
309         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
310         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
311         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
312         (gst_v4l2src_get_nearest_size):
313         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
314
315 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
316
317         * ext/aalib/Makefile.am:
318         * ext/annodex/Makefile.am:
319         * ext/cairo/Makefile.am:
320         * ext/dv/Makefile.am:
321         * ext/esd/Makefile.am:
322         * ext/flac/Makefile.am:
323         * ext/gconf/Makefile.am:
324         * ext/gdk_pixbuf/Makefile.am:
325         * ext/hal/Makefile.am:
326         * ext/jpeg/Makefile.am:
327         * ext/ladspa/Makefile.am:
328         * ext/libcaca/Makefile.am:
329         * ext/libmng/Makefile.am:
330         * ext/libpng/Makefile.am:
331         * ext/mikmod/Makefile.am:
332         * ext/pulse/Makefile.am:
333         * ext/raw1394/Makefile.am:
334         * ext/shout2/Makefile.am:
335         * ext/soup/Makefile.am:
336         * ext/speex/Makefile.am:
337         * ext/taglib/Makefile.am:
338         * ext/wavpack/Makefile.am:
339         * gst/alpha/Makefile.am:
340         * gst/apetag/Makefile.am:
341         * gst/audiofx/Makefile.am:
342         * gst/auparse/Makefile.am:
343         * gst/autodetect/Makefile.am:
344         * gst/avi/Makefile.am:
345         * gst/cutter/Makefile.am:
346         * gst/debug/Makefile.am:
347         * gst/effectv/Makefile.am:
348         * gst/equalizer/Makefile.am:
349         * gst/flx/Makefile.am:
350         * gst/goom/Makefile.am:
351         * gst/goom2k1/Makefile.am:
352         * gst/icydemux/Makefile.am:
353         * gst/id3demux/Makefile.am:
354         * gst/interleave/Makefile.am:
355         * gst/law/Makefile.am:
356         * gst/level/Makefile.am:
357         * gst/matroska/Makefile.am:
358         * gst/median/Makefile.am:
359         * gst/monoscope/Makefile.am:
360         * gst/multifile/Makefile.am:
361         * gst/multipart/Makefile.am:
362         * gst/oldcore/Makefile.am:
363         * gst/qtdemux/Makefile.am:
364         * gst/replaygain/Makefile.am:
365         * gst/rtp/Makefile.am:
366         * gst/rtsp/Makefile.am:
367         * gst/smpte/Makefile.am:
368         * gst/spectrum/Makefile.am:
369         * gst/udp/Makefile.am:
370         * gst/videobox/Makefile.am:
371         * gst/videocrop/Makefile.am:
372         * gst/videofilter/Makefile.am:
373         * gst/videomixer/Makefile.am:
374         * gst/wavenc/Makefile.am:
375         * gst/wavparse/Makefile.am:
376         * sys/directdraw/Makefile.am:
377         * sys/directsound/Makefile.am:
378         * sys/oss/Makefile.am:
379         * sys/osxaudio/Makefile.am:
380         * sys/osxvideo/Makefile.am:
381         * sys/sunaudio/Makefile.am:
382         * sys/v4l2/Makefile.am:
383         * sys/waveform/Makefile.am:
384         * sys/ximage/Makefile.am:
385           Don't install static libs for plugins. Fixes #550851 for -good.
386
387 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
388
389         * ext/flac/Makefile.am:
390         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
391         This fixes compilation if FLAC is installed in an uncommon location
392         that is not already handled by other CFLAGS. Fixes bug #558711.
393
394 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
395
396         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
397         Guard more uncommon formats with ifdefs so that we can compile on older
398         versions.
399
400 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
401
402         Patch by: Nick Haddad <nick at haddads dot net>
403
404         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
405         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
406         (gst_avi_demux_stream_data):
407         Invert other uncompressed RGB formats. Fixes #558554.
408
409 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
410
411         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
412         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
413         * gst/wavenc/gstwavenc.h:
414         Add support for float/double as input and remove the (nowadays)
415         useless parsing of the depth as we require width==depth.
416
417 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
418
419         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
420         * gst/rtp/gstrtpmpapay.c:
421         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
422         mpeg version 1. Fixes #558427.
423
424 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
425
426         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
427         (gst_rtp_L16_pay_getcaps):
428         Only put an integral amount of samples in the RTP packet.
429         Fixes #556641.
430
431 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
432
433         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
434         * gst/rtp/gstrtpchannels.h:
435         Add method to get possible channel positions.
436
437 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
438
439         * gst/rtp/Makefile.am:
440         Also commit updated makefile
441
442 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
443
444         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
445         Don't allow width=32,depth=24 as input. WAV requires that the width
446         is the next integer multiply of 8 from the depth.
447
448 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
449
450         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
451         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
452         (gst_rtp_L16_pay_getcaps):
453         * gst/rtp/gstrtpchannels.c: (check_channels),
454         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
455         (gst_rtp_channels_create_default):
456         * gst/rtp/gstrtpchannels.h:
457         Add mappings for multichannel support. Does not completely just work
458         because the getcaps function does not yet return the allowed channel
459         mappings. See #556641.
460
461 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
462
463         * gst/goom/Makefile.am:
464         * gst/goom/README:
465         * gst/goom/config_param.c:
466         * gst/goom/convolve_fx.c:
467         * gst/goom/drawmethods.c:
468         * gst/goom/drawmethods.h:
469         * gst/goom/filters.c:
470         * gst/goom/filters_mmx.s:
471         * gst/goom/flying_stars_fx.c:
472         * gst/goom/goom.h:
473         * gst/goom/goom_config.h:
474         * gst/goom/goom_config_param.h:
475         * gst/goom/goom_core.c:
476         * gst/goom/goom_filters.h:
477         * gst/goom/goom_fx.h:
478         * gst/goom/goom_graphic.h:
479         * gst/goom/goom_plugin_info.h:
480         * gst/goom/goom_tools.c:
481         * gst/goom/goom_tools.h:
482         * gst/goom/goom_typedefs.h:
483         * gst/goom/goom_visual_fx.h:
484         * gst/goom/graphic.c:
485         * gst/goom/ifs.c:
486         * gst/goom/ifs.h:
487         * gst/goom/lines.c:
488         * gst/goom/lines.h:
489         * gst/goom/mathtools.c:
490         * gst/goom/mathtools.h:
491         * gst/goom/mmx.c:
492         * gst/goom/motif_goom1.h:
493         * gst/goom/motif_goom2.h:
494         * gst/goom/plugin_info.c:
495         * gst/goom/ppc_drawings.h:
496         * gst/goom/ppc_zoom_ultimate.h:
497         * gst/goom/sound_tester.c:
498         * gst/goom/sound_tester.h:
499         * gst/goom/surf3d.c:
500         * gst/goom/surf3d.h:
501         * gst/goom/tentacle3d.c:
502         * gst/goom/tentacle3d.h:
503         * gst/goom/v3d.c:
504         * gst/goom/v3d.h:
505         * gst/goom/xmmx.c:
506           Add license headers in all source files. Remove filter.c from
507           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
508           which are not used right now. Fixes #557709.
509
510 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
511
512         Patch by: Olivier Crete <tester at tester dot ca>
513
514         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
515         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
516         Implement getcaps in rtpL16pay. Fixes #556484.
517
518 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
519
520         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
521         (gst_rtp_L16_depay_process):
522         Check if clock-rate and channels are valid.
523         Don't ignore the return value of setcaps.
524         No need to validate the buffer, the base class does that for us.
525         Use the marker bit to set the DISCONT flag on outgoing buffers.
526
527         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
528         Don't ignore the return value of set_outcaps.
529
530         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
531         (gst_rtp_ac3_depay_process):
532         Don't ignore the return value of set_caps.
533         No need to validate the buffer, the base class does that for us.
534
535         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
536         (gst_rtp_amr_depay_process):
537         * gst/rtp/gstrtpamrdepay.h:
538         Don't ignore the return value of setcaps.
539         No need to validate the buffer, the base class does that for us.
540         No need to set output caps on the buffers, the base class does that for
541         us.
542         The subclass will make sure we are negotiated.
543         
544         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
545         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
546         * gst/rtp/gstrtpdvdepay.h:
547         Clean up caps negotiation.
548         The subclass will make sure we are negotiated.
549
550         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
551         (gst_rtp_g726_depay_process):
552         Clean up caps negotiation.
553         Use the marker bit to set the DISCONT flag on outgoing buffers.
554
555         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
556         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
557         * gst/rtp/gstrtpg729depay.h:
558         The subclass will make sure we are negotiated.
559         Use the marker bit to set the DISCONT flag on outgoing buffers.
560
561         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
562         (gst_rtp_gsm_depay_process):
563         Clean up caps negotiation.
564         Use the marker bit to set the DISCONT flag on outgoing buffers.
565
566         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
567         Clean up caps negotiation.
568         Don't ignore the return value of set_outcaps.
569
570         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
571         (gst_rtp_h263_depay_process):
572         Clean up caps negotiation.
573         No need to validate the buffer, the base class does that for us.
574
575         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
576         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
577         * gst/rtp/gstrtph263pay.h:
578         Don't ignore the return value of set_outcaps.
579         Do some more timestamps.
580
581         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
582         (gst_rtp_h263p_depay_process):
583         Clean up caps negotiation.
584         Don't ignore the return value of setcaps.
585         No need to validate the buffer, the base class does that for us.
586
587         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
588         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
589         (gst_rtp_h263p_pay_handle_buffer):
590         * gst/rtp/gstrtph263ppay.h:
591         Don't ignore the return value of set_outcaps.
592         Do some more timestamps.
593
594         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
595         (gst_rtp_h264_depay_process):
596         Clean up caps negotiation.
597         Don't ignore the return value of setcaps.
598         Fix possible caps leak.
599         No need to validate the buffer, the base class does that for us.
600
601         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
602         Add some more debug info.
603
604         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
605         (gst_rtp_ilbc_depay_process):
606         Clean up caps negotiation.
607         Use the marker bit to set the DISCONT flag on outgoing buffers.
608
609         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
610         Clean up caps negotiation.
611
612         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
613         (gst_rtp_mp1s_depay_process):
614         Clean up caps negotiation.
615         Don't ignore the return value of setcaps.
616         No need to validate the buffer, the base class does that for us.
617         No need to set caps on buffers, subclass does that for us.
618
619         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
620         (gst_rtp_mp2t_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         No need to set caps on buffers, subclass does that for us.
625
626         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
627         (gst_rtp_mp4a_depay_process):
628         Clean up caps negotiation.
629         Don't ignore the return value of setcaps.
630         No need to validate the buffer, the base class does that for us.
631
632         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
633         (gst_rtp_mp4a_pay_setcaps):
634         Don't ignore the return value of set_outcaps.
635
636         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
637         (gst_rtp_mp4g_depay_process):
638         Clean up caps negotiation.
639         Don't ignore the return value of setcaps.
640         No need to validate the buffer, the base class does that for us.
641         No need to set caps on buffers, subclass does that for us.
642
643         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
644         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
645         Don't ignore the return value of set_outcaps.
646
647         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
648         (gst_rtp_mp4v_depay_process):
649         Clean up caps negotiation.
650         Don't ignore the return value of setcaps.
651         No need to validate the buffer, the base class does that for us.
652         No need to set caps on buffers, subclass does that for us.
653
654         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
655         (gst_rtp_mp4v_pay_setcaps):
656         Don't ignore the return value of set_outcaps.
657
658         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
659         (gst_rtp_mpa_depay_process):
660         Clean up caps negotiation.
661         Don't ignore the return value of setcaps.
662         No need to validate the buffer, the base class does that for us.
663         Use the marker bit to set the DISCONT flag on outgoing buffers.
664
665         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
666         Don't ignore the return value of set_outcaps.
667
668         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
669         (gst_rtp_mpv_depay_process):
670         Clean up caps negotiation.
671         Actually set output caps.
672         No need to validate the buffer, the base class does that for us.
673
674         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
675         Don't ignore the return value of set_outcaps.
676
677         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
678         (gst_rtp_pcma_depay_process):
679         Clean up caps negotiation.
680         Set output buffer duration because we can.
681         Use the marker bit to set the DISCONT flag on outgoing buffers.
682
683         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
684         Don't ignore the return value of set_outcaps.
685
686         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
687         (gst_rtp_pcmu_depay_process):
688         Clean up caps negotiation.
689         Use the marker bit to set the DISCONT flag on outgoing buffers.
690
691         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
692         Don't ignore the return value of set_outcaps.
693
694         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
695         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
696         Clean up caps negotiation.
697         Set output caps on the pad and header buffers.
698         Set duration on output buffers because we can.
699
700         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
701         Don't ignore the return value of set_outcaps.
702
703         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
704         (gst_rtp_sv3v_depay_process):
705         Clean up caps negotiation.
706         No need to validate the buffer, the base class does that for us.
707         No need to set caps out output buffers, subclass does that.
708
709         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
710         (gst_rtp_theora_depay_process):
711         Don't ignore the return value of setcaps.
712         No need to validate the buffer, the base class does that for us.
713
714         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
715         (gst_rtp_theora_pay_flush_packet), (encode_base64),
716         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
717         (gst_rtp_theora_pay_handle_buffer):
718         Don't ignore the return value of set_outcaps.
719
720         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
721         (gst_rtp_vorbis_depay_process):
722         Don't ignore the return value of setcaps.
723         No need to validate the buffer, the base class does that for us.
724
725         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
726         Don't ignore the return value of set_outcaps.
727
728         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
729         Clean up caps negotiation, don't ignore setcaps return.
730
731         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
732         Don't ignore the return value of set_outcaps.
733
734 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
735
736         * gst/matroska/matroska-demux.c:
737         (gst_matroska_demux_handle_src_event):
738         Forward unknown events upstream.
739
740 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
741
742         * tests/check/elements/icydemux.c: (icydemux_found_pad):
743         Add some refcount check
744
745         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
746         Don't ignore the result of write(), fixes a  compiler warning for me.
747
748         * tests/icles/videobox-test.c: (main):
749         Make the output a little more pretty.
750
751 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
752
753         * ext/esd/esdmon.c:
754           Add doc blob.
755
756 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
757
758         * docs/plugins/Makefile.am:
759         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
760         * docs/plugins/gst-plugins-good-plugins-sections.txt:
761         * docs/plugins/gst-plugins-good-plugins.args:
762         * docs/plugins/gst-plugins-good-plugins.hierarchy:
763         * docs/plugins/gst-plugins-good-plugins.interfaces:
764         * docs/plugins/inspect/plugin-autodetect.xml:
765           Add the docs of the new elements.
766
767 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
768
769         * gst/autodetect/gstautoaudiosrc.c:
770         (gst_auto_audio_src_class_init):
771         * gst/autodetect/gstautovideosrc.c:
772         (gst_auto_video_src_class_init):
773         Fix "Since" tags in the documentation.
774
775 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
776
777         Patch by: Sjoerd Simons <sjoerd at luon dot net>
778
779         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
780         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
781         Add support for souphttpsrc to act as a live source. This makes it
782         possible to get timestamped buffers in combination with the
783         "do-timestamp" property. Fixes bug #556019.
784
785 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
786
787         * gst/autodetect/Makefile.am:
788         * gst/autodetect/gstautoaudiosink.c:
789         * gst/autodetect/gstautoaudiosrc.c:
790         * gst/autodetect/gstautoaudiosrc.h:
791         * gst/autodetect/gstautodetect.c:
792         * gst/autodetect/gstautovideosink.c:
793         * gst/autodetect/gstautovideosrc.c:
794         * gst/autodetect/gstautovideosrc.h:
795           Implement src plugins. Little code/string cleanup in the sinks.
796           Fixes #523813.
797
798 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
799
800         Patch by: Peter Kjellerstedt <pkj at axis com>
801
802         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
803         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
804         Fix a memory leak when pads are requested but the pipeline never
805         goes into PLAYING.
806
807         Correctly remove request pads, no matter if they have collected
808         data or not.
809
810         Fixes bug #557710.
811
812 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
813
814         Patch by: <lrn1986 at gmail dot com>
815
816         * gst/udp/gstudpnetutils.h:
817         Define the correct WINVER so getaddinfo() can be used when using
818         mingw32. Fixes bug #557294.
819
820 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
821
822         Patch by: <lrn1986 at gmail dot com>
823
824         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
825         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
826         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
827         Fix "argument type mismatch" compiler warnings on Windows.
828         Fixes bug #557293.
829
830 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
831
832         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
833         Don't calculate the filter coefficients for every single buffer
834         but only when it's needed. Fixes bug #557260.
835
836 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
837
838         * configure.ac:
839         Back to development -> 0.10.11.1
840
841 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
842
843         * gst-plugins-good.doap:
844         Fix version number of 0.10.11 release in doap file
845
846 === release 0.10.11 ===
847
848 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
849
850         * configure.ac:
851           releasing 0.10.11, "Secondary Consideration"
852
853 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
854
855         * configure.ac:
856         Commit 0.10.10.4 pre-release
857
858 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
859
860         * gst/avi/gstavimux.c:
861         Fix VPRP chunk setup in avimux.
862         Fixes: #556010
863         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
864
865 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
866
867         * gst/videobox/gstvideobox.c:
868         support dynamically changing properties in videobox
869         Fixed: #557085
870         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
871
872 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
873
874         * configure.ac:
875         0.10.10.3 pre-release
876
877 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
878
879         * tests/check/Makefile.am:
880         Don't run the states test on pulsesrc and pulsesink
881
882 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
883
884         * configure.ac:
885         Commit 0.10.10.2 pre-release bump that actually went
886         out on 2008-10-11
887
888 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
889
890         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
891         Skip entries for streams that don't have a output pad yet, thereby
892         avoiding calling pad functions with a NULL pad.
893         Fixes #556424
894
895 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
896
897         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
898         * tests/check/elements/icydemux.c: (icydemux_found_pad):
899         Remove problematic and useless refcount check.
900         Fixes #556381
901
902 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
903
904         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
905         Remove problematic and useless refcount check.
906         Fixes #556381
907
908 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
909
910         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
911         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
912         Cast some size_t arguments to guint to avoid compiler
913         warnings on 64-bit systems.
914
915 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
916
917         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
918         Return TRUE instead of FALSE from the event handler when we swallowed the
919         event.
920
921 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
922
923         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
924         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
925         Reset header state. Fixes #555321.
926
927 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
928
929         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
930         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
931         * gst/avi/gstavidemux.h:
932         For timestamping audio packets we need to take into account the
933         amount of blocks in one entry using the blockalign. Fixes some sync
934         issues with zero-padded audio blocks in the beginning of avi files.
935
936 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
937
938         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
939         (gst_multi_file_src_query):
940         Implement DEFAULT and BUFFER position queries. See #555260.
941
942 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
943
944         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
945         Fix build for systems that don't have XDamage.
946
947 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
948
949         * tests/examples/rtp/client-H263p.sdp:
950         * tests/examples/rtp/client-H263p.sh:
951         * tests/examples/rtp/server-VTS-H263p.sh:
952         Add some more H263p server and client examples.
953
954 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
955
956         * configure.ac::
957           Depend on released versions of core and base.
958
959 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
960
961         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
962         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
963         Return -1 instead of 0 in error cases. Fixes #554771.
964
965 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
966
967         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
968         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
969         Stop leaking the cursor image.
970         Unref the last_ximage and the cached cursor image on shutdown.
971         Fixes #551570.
972
973 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
974
975         * sys/v4l2/gstv4l2object.h:
976         Getting the Class from an instance is not just a matter of casting it to
977         the class struct but it involves calling G_OBJECT_GET_CLASS on the
978         instance. Fixes #549784.
979
980 2008-10-01  Michael Smith <msmith@songbirdnest.com>
981
982         * configure.ac:
983           Fix libs for linking directsound.
984         * sys/directsound/gstdirectsoundsink.c:
985           Fix buffer sizing to prevent racing the ringbuffer at startup.
986           Add volume property.
987
988 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
989
990         * ext/pulse/pulsesink.c:
991         Fix problems with pulsesink randomly erroring with code 'OK' after a
992         format change on the stream by waiting when disconnecting the stream.
993
994 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
995
996         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
997         (gst_rtp_amr_depay_process):
998         Mark DISCONT on output buffers when the marker bit signals a new talk
999         spurt.
1000
1001         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1002         Set the marker bit for buffers with a DISCONT flag to signal a talk
1003         spurt.
1004
1005 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1006
1007         * gst/rtp/Makefile.am:
1008         * gst/rtp/gstrtp.c: (plugin_init):
1009         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1010         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1011         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1012         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1013         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1014         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1015         * gst/rtp/gstrtpmp4apay.h:
1016         Added MP4A-LATM payloader to match the depayloader.
1017
1018 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1019
1020         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1021         (gst_videomixer_sink_event):
1022         Handle segments a little better. Fixes #537361.
1023
1024 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1025
1026         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1027         Don't assume the server supports PAUSE by default. Fixes #551048.
1028
1029 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1030
1031         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1032         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1033         Switch on the socket family to get the addrlen size right.
1034
1035 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1036
1037         Patch by: Daniel Franke <df at dfranke dot us>
1038
1039         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1040         OS X's bind() implementation is picky about its addrlen parameter and
1041         fails with EINVAL if it is larger than expected for the socket's address
1042         family. Set the length to the expected length instead. Fixes #553191.
1043
1044 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1045
1046         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1047         Handle the case where we cannot do desribe or when the describe result
1048         does not contain a valid SDP message.
1049
1050 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1051
1052         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1053         Fix setting the qos.
1054
1055 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1056
1057         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1058         (gst_qtdemux_chain):
1059         Some 'broken' files out there have atom lengths of zero...
1060         which basically results in qtdemux consuming that atom again and again
1061         until the *end of night* !
1062         Detect that and emits an adequate element error message.
1063
1064 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1065
1066         * gst/interleave/Makefile.am:
1067         * gst/matroska/Makefile.am:
1068         Fix build flags order.
1069
1070         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1071         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1072         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1073         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1074         Format fixes.
1075
1076         * tests/check/elements/multifile.c:
1077         Pull in unistd.h
1078
1079 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1080
1081         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1082         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1083         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1084         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1085         (gst_rtp_mp4g_depay_change_state):
1086         * gst/rtp/gstrtpmp4gdepay.h:
1087         Handle interleaved streams by reordering AU in a queue.
1088
1089 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1090
1091         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1092         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1093         Change some of the ranges in the caps, mostly for the amount of bits we
1094         can use.
1095         Added a little bitstream parse and use it to parse the AU header fields.
1096         Check for malformed and wrongly sized packets better.
1097         Implement more header field parsing.
1098         Handle the size of fragmented packets correctly.
1099
1100 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1101
1102         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1103         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1104         Add mapping for 'tiff' => image/tiff
1105         Fixes #552213
1106
1107 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1108
1109
1110         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1111         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1112           Pretend to care about the result of write() which works around
1113           compiler warnings.
1114
1115 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1116
1117         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1118           Make sure the desired default values are actually set, not only
1119           registered as defaults (actual problem is that the stereo-specific
1120           values are only updated if channels==2, which is not the case yet
1121           when the object is created, so the default values for the
1122           mid-side-stereo and loose-mid-side-stereo settings are never
1123           set in _update_quality()). Makes flacenc create smaller files by
1124           default (for stereo input), and fixes #550791.
1125
1126 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1127
1128         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1129         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1130         (qtdemux_parse_trak), (qtdemux_video_caps):
1131         * gst/qtdemux/qtdemux.h:
1132         * gst/qtdemux/qtdemux_fourcc.h:
1133         * gst/qtdemux/qtdemux_types.c:
1134         Add support for video/mj2 mime-type and its additional atoms/boxes.
1135         Fixes #550646.
1136
1137 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1138
1139         * gst/debug/gsttaginject.c:
1140           Add warning when tags parameter is unparsable and give example for
1141           quoting in the docs.
1142
1143 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1144
1145         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1146         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1147         Add some alternative byteswapped mappings that seem to pop up sometimes.
1148         Fixes #550288.
1149
1150 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1151
1152         * po/LINGUAS:
1153         * po/POTFILES.in:
1154         * po/POTFILES.skip:
1155           Add 'ca' to LINGUAS; add some more files with translations and some
1156           files which should be ignored by translation tools.
1157
1158 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1159
1160         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1161         * ext/speex/gstspeexdec.h:
1162         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1163         * ext/speex/gstspeexenc.h:
1164         Use integer encoding and decoding functions instead of converting
1165         the integer input to float in the element. The libspeex integer
1166         functions are doing this for us already or, if libspeex was compiled
1167         in integer mode, they're doing everything using integer arithmetics.
1168         Also saves some copying around.
1169
1170 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1171
1172         * configure.ac:
1173           Fix --disable-external
1174
1175 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1176
1177         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1178         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1179         * ext/wavpack/gstwavpackenc.h:
1180         Handle non-zero start timestamps and stream discontinuities
1181         correctly. This only has an effect if we're muxing into
1182         a container format as the raw WavPack stream must contain
1183         continous sample numbers.
1184
1185 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1186
1187         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1188         Correct the timestamp and granulepos calculation by one Speex
1189         frame.
1190
1191 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1192
1193         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1194         Correctly take the granulepos from upstream if possible and
1195         correctly handle the granulepos in various calculations: the
1196         granulepos is the sample number of the _last_ sample in a frame, not
1197         the first.
1198
1199         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1200         (gst_speex_enc_encode), (gst_speex_enc_chain),
1201         (gst_speex_enc_change_state):
1202         * ext/speex/gstspeexenc.h:
1203         Handle non-zero start timestamps in the encoder and detect/handle
1204         stream discontinuities. Fixes bug #547075.
1205
1206 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1207
1208         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1209
1210         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1211         Fix compiler warnings caused by passing a string as format string
1212         instead of "%s" and then the string. This is only exposed by -Wformat=2
1213         as used by default on Ubuntu. Fixes bug #550015.
1214
1215 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1216
1217         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1218         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1219         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1220         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1221         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1222           (gst_ebml_read_element_length):
1223         * gst/matroska/matroska-demux.c:
1224           (gst_matroska_demux_check_subtitle_buffer):
1225           Make stuff compile with GST_DISABLE_GST_DEBUG.
1226
1227 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1228
1229         * gst/law/alaw.c:
1230         * gst/law/mulaw.c:
1231           Ref caps before passing to gst_pad_template_new(), since that takes
1232           ownership.
1233
1234 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1235
1236         Patch by: Mersad Jelacic <mersad at axis dot com>
1237
1238         * gst/multipart/multipartdemux.c:
1239         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1240         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1241         demuxer. Fixes #549551.
1242
1243 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1244
1245         * sys/osxaudio/gstosxaudiosink.c:
1246         (gst_osx_audio_sink_select_device):
1247         * sys/osxaudio/gstosxaudiosrc.c:
1248         (gst_osx_audio_src_create_ringbuffer),
1249         (gst_osx_audio_src_select_device):
1250         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1251         Fix the build on macosx.
1252
1253 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1254
1255         * gst/icydemux/gsticydemux.c:
1256           Small docs fix: in the example pipeline, we need to pass
1257           iradio-mode=true to the source, so the server actually sends
1258           an ICY stream.
1259
1260 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1261
1262         * sys/osxaudio/gstosxaudio.c:
1263           Oops. Revert more completely.
1264
1265 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1266
1267         * sys/osxaudio/gstosxaudio.c:
1268           Revert accidental element rename from testing.
1269
1270 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1271
1272         * gst-plugins-good.doap:
1273         Pull in 0.10.10 doap entry from release branch
1274
1275 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1276
1277         * configure.ac:
1278         Update version number to reflect 0.10.10 release from
1279         branch.
1280
1281 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1282
1283         * sys/osxaudio/Makefile.am:
1284         * sys/osxaudio/gstosxaudio.c:
1285         * sys/osxaudio/gstosxaudiosink.c:
1286         * sys/osxaudio/gstosxaudiosink.h:
1287         * sys/osxaudio/gstosxaudiosrc.c:
1288         * sys/osxaudio/gstosxaudiosrc.h:
1289         * sys/osxaudio/gstosxringbuffer.c:
1290         * sys/osxaudio/gstosxringbuffer.h:
1291           Rewrite caps setting and ring buffer initialisation.
1292           Previously we never told CoreAudio what format we were going to send it,
1293           so it only worked due to luck, and not at all on some hardware.
1294           Now we explicitly advertise what formats the hardware supports, and then
1295           configure the selected one correctly.
1296
1297 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1298
1299         * sys/v4l2/gstv4l2object.c:
1300         * sys/v4l2/gstv4l2src.c:
1301         * sys/v4l2/gstv4l2src.h:
1302         * sys/v4l2/v4l2_calls.c:
1303         * sys/v4l2/v4l2src_calls.c:
1304           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1305           need to memset instance structures. Some more FIXME's and comments.
1306
1307 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1308
1309         * tests/icles/.cvsignore:
1310           Ignore more.
1311
1312 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1313
1314         * gst/goom/.cvsignore:
1315         * gst/goom2k1/.cvsignore:
1316           Ignore files.
1317
1318 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1319
1320         * ext/cairo/gsttextoverlay.c:
1321           Fix compiler warning.
1322
1323 2008-08-25  David Schleef  <ds@schleef.org>
1324
1325         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1326
1327 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1328
1329         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1330         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1331         * gst/matroska/matroska-mux.c:
1332         (gst_matroska_mux_video_pad_setcaps),
1333         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1334         Add Real[Audio|Video] support to Matroska containers.
1335         It works fine for:
1336         * decoding real audio/video streams contained in mkv
1337         * 'transmuxing' real (.rm) files into .mkv files
1338         It will not work though for encoding real[audio/video] streams that
1339         don't contain the 'mdpr_data' extra data on the caps.
1340         The reason why this will not work is because I never intended to
1341         duplicate virtually all the 'mdpr' block creation into mkvmux.
1342         Fixes #536067
1343
1344 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1345
1346         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1347         * gst/law/mulaw-conversion.c:
1348         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1349         (gst_mulawenc_chain):
1350         The encoder can't really renegotiate at the time they perform a
1351         pad-alloc so make the srcpads use fixed caps.
1352         Check the buffer size after a pad-alloc because the returned size might
1353         not be right when the downstream element does not know the size of the
1354         new buffer (capsfilter). Fixes #549073.
1355
1356 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1357
1358         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1359
1360         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1361         v4l2src doesn't have a property named "norm" so don't try to notify
1362         about changes to that property. The "norm" property and related
1363         code are commented out currently. Fixes bug #549090.
1364
1365 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1366
1367         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1368
1369         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1370         Reprobe devices again instead of taking a cached list as new
1371         devices could've been plugged in. Fixes bug #549062.
1372
1373 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1374
1375         * gst/autodetect/Makefile.am:
1376         Don't link the autodetect plugin with GConf as it doesn't
1377         use GConf. Fixes bug #545463.
1378
1379 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1380
1381         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1382         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1383         (gst_ebml_read_sint), (gst_ebml_read_float),
1384         (gst_ebml_read_header):
1385         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1386         possible to ignore errors and not post any ERROR messages on
1387         the bus.
1388
1389         * gst/matroska/matroska-demux.c:
1390         (gst_matroska_demux_parse_contents):
1391         Ignore any errors and not just EOS when parsing the contents of
1392         a SeekHead. Errors here are usually caused by truncated files
1393         and playback of the file works fine. Fixes playback of the
1394         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1395         archive.
1396
1397 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1398
1399         * gst/multipart/multipartdemux.c:
1400         * gst/multipart/multipartmux.c:
1401         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1402
1403 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1404
1405         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1406           gst_directdraw_sink_bufferpool_clear):
1407           Fix two more buffer ref leaks.
1408
1409 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1410
1411         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1412
1413         * sys/directdraw/gstdirectdrawsink.c:
1414           (gst_directdraw_sink_show_frame):
1415           Fix buffer ref leak.
1416
1417 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1418
1419         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1420         Revert the last commit. wavenc still supports width!=depth for 32 bit
1421         width. Thanks Tim.
1422
1423 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1424
1425         * gst/matroska/matroska-demux.c:
1426         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1427         If the duration of a block is unknown only use the timestamp for the
1428         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1429         laces. Otherwise every lace has the same timestamp which leads to
1430         various problems. Really fixes bug #548831.
1431
1432 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1433
1434         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1435         If we're not allowing width!=depth in wavenc we should also disable
1436         the code that was added to support width!=depth.
1437
1438 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1439
1440         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1441         Don't calculate the default duration of a frame from the audio sampling
1442         rate. This only works for raw audio if every frame contains a single
1443         sample and results in broken buffer durations for other formats
1444         if no specified default duration is given or the blocks have no
1445         duration. Fixes bug #548831.
1446
1447 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1448
1449         * gst/matroska/matroska-demux.c:
1450         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1451         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1452         are used for text/plain subtitles as a gap-filler in some files.
1453
1454 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1455
1456         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1457         (gst_v4l2_get_caps_info):
1458         Add S910 and PWC formats with a low priority.
1459
1460         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1461         (gst_v4l2src_probe_caps_for_format):
1462         Add more debugging.
1463
1464 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1465
1466         * ext/flac/gstflacenc.c:
1467           Fix compilation against older libflac versions.
1468
1469 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1470
1471         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1472         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1473         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1474         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1475         (gst_pulsemixer_ctrl_set_volume):
1476         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1477         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1478         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1479         (gst_pulsesink_init), (gst_pulsesink_open),
1480         (gst_pulsesink_prepare), (gst_pulsesink_write),
1481         (gst_pulsesink_delay), (gst_pulsesink_reset):
1482         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1483         (gst_pulsesrc_init):
1484         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1485         Fix a locking issue in pulsesink's prepare function.
1486
1487         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1488         Check if the created channel layout is valid for GStreamer.
1489
1490 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1491
1492         * gst/rtsp/gstrtspgoogle.c:
1493         Things that can happen when your brain is in google mode trying to
1494         deal with their google rtsp server extensions and trying to type your
1495         google mail account.
1496
1497 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1498
1499         * gst/rtsp/Makefile.am:
1500         * gst/rtsp/gstrtsp.c: (plugin_init):
1501         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1502         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1503         (_do_init), (gst_rtsp_google_base_init),
1504         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1505         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1506         (gst_rtsp_google_extension_init):
1507         * gst/rtsp/gstrtspgoogle.h:
1508         Add google RTSP extension, it can only handle udp and responds with
1509         unsupported if we do anything else. Fixes #546465.
1510
1511         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1512         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1513         (gst_rtspsrc_create_transports_string),
1514         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1515         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1516         Make transport setup code a bit better using GString.
1517         Add some more debug.
1518         Check for closed connections before doing anything on them.
1519
1520 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1521
1522         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1523         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1524         (gst_pulsesrc_prepare):
1525         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1526         (gst_pulse_channel_map_to_gst):
1527         * ext/pulse/pulseutil.h:
1528         If downstream provides no channel layout and >2 channels should be
1529         used use the default layout that pulseaudio chooses and also
1530         add this layout to the caps. Fixes bug #547258.
1531
1532 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1533
1534         Patch by: Peter Kjellerstedt <pkj at axis com>
1535
1536         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1537         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1538         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1539         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1540         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1541         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1542         (gst_udpsrc_set_property):
1543         Avoid leaking internally allocated file descriptors when setting
1544         custom file descriptors. Fixes #543101.
1545
1546 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1547
1548         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1549         Don't try to configure RTCP back to the server when the server did not
1550         give us a valid port number.
1551
1552 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1553
1554         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1555         Use new basetransform method to renegotiate. Fixes #544956.
1556
1557         * tests/icles/Makefile.am:
1558         * tests/icles/videobox-test.c: (make_pipeline), (main):
1559         Add videobox renegotiation example.
1560
1561 2008-08-19  David Schleef  <ds@schleef.org>
1562
1563         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1564         with sane values.  Fixes #548530.
1565
1566 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1567
1568         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1569         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1570         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1571         are already filled with the correct values by
1572         gst_ring_buffer_parse_caps() so there's no need to set them again
1573         with wrong values.
1574
1575 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1576
1577         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1578         (gst_avi_demux_read_subindexes_push):
1579         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1580         and instead of using the 'ix##' nomenclature, use '##ix'.
1581         They're still valid though, this fixes the duration and indexes for
1582         virtually all the ODML files I have.
1583
1584 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1585
1586         Patch by: Olivier Crete <tester at tester dot ca>
1587
1588         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1589         (gst_rtp_vorbis_depay_process):
1590         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1591         Update the vorbis RTP pay/depay to RFC 5215.
1592         Fixes #547842.
1593
1594 2008-08-14  David Schleef  <ds@schleef.org>
1595
1596         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1597           with 3:2 pulldown, i.e., 24p.
1598
1599 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1600
1601         * tests/check/elements/level.c: (GST_START_TEST):
1602         Fix compilation some more.
1603
1604 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1605
1606         * configure.ac::
1607           Require -base CVS for wavparse acid chunk parsing.
1608
1609 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1610
1611         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1612         (gst_pulsesink_init), (gst_pulsesink_finalize),
1613         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1614         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1615         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1616         * ext/pulse/pulsesink.h:
1617         Add "device-name" property to pulsesink too and currently commented
1618         out and not working support for a "volume" property.
1619
1620 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1621
1622         * configure.ac:
1623         Remove more cdio stuff (moved to ugly)
1624
1625 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1626
1627         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1628
1629         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1630         (gst_pulsesrc_get_property):
1631         Add "device-name" property, which provides a human readable string
1632         for the audio device, to make it more consisten with other audio
1633         sources. Fixes bug #547519.
1634
1635 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1636
1637         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1638         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1639         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1640         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1641         * ext/pulse/pulsemixerctrl.h:
1642         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1643         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1644         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1645         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1646         * ext/pulse/pulseprobe.h:
1647         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1648         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1649         (gst_pulsesrc_change_state):
1650         Improve debugging a bit by including the parent object in pulsemixerctrl
1651         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1652         GST_WARNING.
1653
1654         Use the parent GObject subclass instead of a random struct as GObject
1655         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1656         when probing for another property than "device".
1657
1658 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1659
1660         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1661
1662         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1663         Fix property probing after the device property is set by calling
1664         set_server when the server property changes. Fixes bug #547518.
1665
1666 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1667
1668         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1669
1670         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1671         (gst_pulsesink_implements_interface_init),
1672         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1673         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1674         (gst_pulsesink_get_type):
1675         * ext/pulse/pulsesink.h:
1676         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1677         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1678         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1679         * ext/pulse/pulsesrc.h:
1680         Implement GstPropertyProbe interface on pulsesink for detecting
1681         sink devices and on pulsesrc for detecting source devices.
1682         Fixes bugs #547227 and #547217.
1683
1684 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1685
1686         * gst/spectrum/gstspectrum.c:
1687           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1688
1689 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1690
1691         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1692         Properly set the maximum latency value, in the same way it is done in
1693         v4lsrc.
1694         * sys/v4l2/v4l2src_calls.c:
1695         Simplify fraction equality check, no need to use GValues for this.
1696
1697 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1698
1699         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1700         Add warning messages stating exactly why the latency query failed.
1701         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1702         In some cases, the negotiated framerate might be the default one which
1703         is already set internally. But we still need to mark it down in fps_n
1704         and fps_d so that the latency query can happen properly.
1705
1706 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1707
1708         * docs/plugins/inspect/plugin-1394.xml:
1709         Whoops, forgot one doc file for people who can't/don't build the
1710         raw1394 plugin.
1711
1712 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
1713
1714         * docs/plugins/Makefile.am:
1715         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1716         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1717         * docs/plugins/inspect/plugin-cdio.xml:
1718         * ext/Makefile.am:
1719         * ext/cdio/Makefile.am:
1720         * ext/cdio/gstcdio.c:
1721         * ext/cdio/gstcdio.h:
1722         * ext/cdio/gstcdiocddasrc.c:
1723         * ext/cdio/gstcdiocddasrc.h:
1724
1725         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
1726         CDDA source to -ugly.
1727
1728         * po/LINGUAS:
1729         * po/POTFILES.in:
1730         * po/id.po:
1731         Pull in new translation from 0.10.9.2 release branch.
1732
1733 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1734
1735         * docs/plugins/Makefile.am:
1736         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1737         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1738         * docs/plugins/gst-plugins-good-plugins.args:
1739         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1740         * docs/plugins/gst-plugins-good-plugins.interfaces:
1741         Integrate documentation for new hdv1394src element.
1742
1743 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1744
1745         * ext/raw1394/Makefile.am:
1746         * ext/raw1394/gst1394.c: (plugin_init):
1747         * ext/raw1394/gsthdv1394src.c: (_do_init),
1748         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
1749         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
1750         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
1751         (gst_hdv1394src_from_raw1394handle),
1752         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
1753         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
1754         (gst_hdv1394src_start), (gst_hdv1394src_stop),
1755         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
1756         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
1757         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
1758         (gst_hdv1394src_uri_handler_init):
1759         * ext/raw1394/gsthdv1394src.h:
1760         mpeg2-ts (HDV) variant of firewire capture element.
1761         Fixes #350830
1762
1763 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1764
1765         * gst/level/gstlevel.c: (gst_level_message_new):
1766          Fix compilation (also known as the classic 'fix code that someone
1767          committed without compiling it first').
1768
1769 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1770
1771         * tests/check/elements/level.c:
1772           Add a test for level in stereo mode.
1773
1774 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1775
1776         * tests/examples/spectrum/demo-audiotest.c:
1777         * tests/examples/spectrum/demo-osssrc.c:
1778           Demo how to draw analyzer results synced to the clock.
1779
1780 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1781
1782         * gst/level/gstlevel.c:
1783           Little renaming (l -> level).
1784
1785         * gst/spectrum/gstspectrum.c:
1786         * gst/spectrum/gstspectrum.h:
1787           Also send full timestamp/duration details here.
1788
1789 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1790
1791         * gst/level/gstlevel.c:
1792         * gst/level/gstlevel.h:
1793           Send same timestamp/duration details as videoanalysis. This gives
1794           applications better chance to sync analysis results with playback.
1795
1796 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1797
1798         * gst/matroska/matroska-mux.c:
1799         (gst_matroska_mux_handle_sink_event),
1800         (flac_streamheader_to_codecdata):
1801         We need to drop one additional buffer for FLAC as the fLaC
1802         marker and STREAMINFO block are merged into one buffer in the caps.
1803
1804         Also don't pretend to support NEWSEGMENT events, otherwise we
1805         will most probably write some invalid data.
1806
1807 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1808
1809         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
1810         (gst_matroska_mux_audio_pad_setcaps):
1811         Add support for muxing FLAC into Matroska containers.
1812         Fixes bug #311586.
1813
1814 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1815
1816         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
1817         Actually provide the variables required for the format string.
1818
1819 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1820
1821         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1822         (gst_matroska_demux_element_send_event),
1823         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
1824         * gst/matroska/matroska-demux.h:
1825         Close the current segment if we're doing a non-flushing seek and send
1826         the close-segment and the new segment of the seek from the streaming
1827         thread.
1828
1829 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1830
1831         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
1832         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
1833         (gst_flac_enc_change_state):
1834         * ext/flac/gstflacenc.h:
1835         Handle non-zero start timestamps correctly, mark header packets as
1836         IN_CAPS and print a warning and suggest using audiorate if stream
1837         discontinuities are detected. When FLAC supports flushing the encoder
1838         somehow this should be done for discontinuities instead.
1839
1840         Remove some unused variables from the instance struct.
1841
1842 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1843
1844         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
1845         If seeking failed return the appropiate return value to FLAC.
1846         Otherwise it thinks seeking was successfull and tries to rewrite
1847         parts of the headers which then get appended to the output.
1848
1849 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1850
1851         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1852
1853         * ext/esd/gstesd.c: (plugin_init):
1854         * ext/flac/gstflac.c: (plugin_init):
1855         * ext/shout2/gstshout2.c: (plugin_init):
1856         * ext/wavpack/gstwavpack.c: (plugin_init):
1857         * sys/oss/gstossaudio.c: (plugin_init):
1858         * sys/v4l2/gstv4l2.c: (plugin_init):
1859         Make sure gettext returns translations in UTF-8 encoding rather
1860         than in the current locale encoding (#546822).
1861
1862 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1863
1864         * ext/flac/gstflacdec.c:
1865         Add FIXME for 0.11 to simply output everything with width=32 as given
1866         by FLAC and let audioconvert handle the conversions instead of doing
1867         them in flacdec.
1868
1869 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
1870
1871         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1872         When outputting a pad template range for the size, include a framerate
1873         range too, to avoid 'not a real subset of template caps' errors.
1874
1875 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1876
1877         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1878
1879         * ext/flac/Makefile.am:
1880         * ext/flac/gstflac.c: (plugin_init):
1881         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1882         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1883         (gst_flac_tag_dispose), (gst_flac_tag_init),
1884         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1885         (gst_flac_tag_change_state):
1886         * ext/flac/gstflactag.h:
1887         Port flactag to 0.10, add documentation for it and clean it up a bit.
1888         Fixes bug #413841.
1889
1890         * docs/plugins/Makefile.am:
1891         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1892         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1893         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1894         * docs/plugins/gst-plugins-good-plugins.interfaces:
1895         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1896         * docs/plugins/inspect/plugin-flac.xml:
1897         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1898         * ext/flac/gstflacdec.h:
1899         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1900         * ext/flac/gstflacenc.h:
1901         Add flactag and flacenc to the documentation and mark
1902         the private parts of the flacdec instance structure as private.
1903
1904         Also use gst_element_class_set_details_simple() in flacdec and
1905         flacenc.
1906
1907 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1908
1909         * gst/qtdemux/qtdemux.c:
1910           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1911           for it but ffmpeg does not.
1912
1913 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1914
1915         * gst/wavparse/gstwavparse.c:
1916           Handle the list chunk and use gst_riff_parse_info() to parse the info
1917           sub-chunk.
1918
1919 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1920
1921         * gst/wavparse/gstwavparse.c:
1922           Handle the acid chunk and send tempo as part of tags. Other fields are
1923           interesting too, but need more tag-definitions. Fixes #545433.
1924
1925 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1926
1927         * gst/wavparse/gstwavparse.c:
1928           Refactor wavparse. Call _reset() from dispose() and move old code from
1929           dispose into reset. This way we don't leak taglists when we abort
1930           parsing. Fix some comments. Move code for skipping a chunk into extra
1931           function. Replace chunk sizes with a const to ease readability.         
1932
1933 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1934
1935         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1936
1937         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1938         Improve udp port setup. Fixes #545710.
1939
1940 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1941
1942         * gst/rtp/Makefile.am:
1943         * gst/rtp/gstrtp.c: (plugin_init):
1944         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1945         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1946         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1947         (gst_rtp_mp1s_depay_set_property),
1948         (gst_rtp_mp1s_depay_get_property),
1949         (gst_rtp_mp1s_depay_change_state),
1950         (gst_rtp_mp1s_depay_plugin_init):
1951         * gst/rtp/gstrtpmp1sdepay.h:
1952         Add MP1S depayloader.
1953
1954         * gst/rtsp/URLS:
1955         Some more sample rtsp streams.
1956
1957 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1958
1959         * gst/rtsp/URLS:
1960         Add another URL.
1961
1962         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1963         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1964         Add some more debug info.
1965
1966 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1967
1968         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1969         Provide cbSize field for audio extra_data size, and take care to
1970         pad extra_data.
1971
1972 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1973
1974         * gst/qtdemux/qtdemux.c:
1975           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1976           TRUE.
1977
1978 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1979
1980         * gst/qtdemux/qtdemux.c:
1981         * gst/qtdemux/qtdemux_fourcc.h:
1982           Add keyword tag support. Fixes #520694 for qtdemux.
1983
1984 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1985
1986         * gst/qtdemux/qtdemux.c:
1987           Add support for tmpo tag (BPM).
1988
1989 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1990
1991         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
1992         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
1993         Set an estimate for the total number of samples that will be encoded
1994         if possible to help decoders if the streaminfo can't be rewritten
1995         later (like when muxing into Ogg containers).
1996
1997         Add a warning if we get header packets after data packets as those
1998         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
1999         work.
2000
2001 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2002
2003         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2004         (gst_flac_dec_write):
2005         Support decoding of all depths between 4 and 32 bits and read the
2006         depth from the streaminfo header if needed. Also support all sampling
2007         rates between 1 and 655350 Hz.
2008
2009         * ext/flac/gstflacenc.c:
2010         (gst_flac_enc_caps_append_structure_with_widths),
2011         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2012         (gst_flac_enc_chain):
2013         * ext/flac/gstflacenc.h:
2014         Support encoding in all bit depths supported by the streamable
2015         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2016         between 1 Hz and 655350 Hz.
2017
2018 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2019
2020         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2021         (gst_flac_enc_sink_getcaps):
2022         Support encoding of up to 8 channels.
2023
2024 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2025
2026         * ext/soup/gstsouphttpsrc.c:
2027         * ext/soup/gstsouphttpsrc.h:
2028         Fix seeking race condition in #540300
2029         Patch By: Wouter Cloetens  <wouter at mind be>
2030
2031 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2032
2033         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2034         (gst_matroska_demux_element_send_event),
2035         (gst_matroska_demux_handle_seek_event),
2036         (gst_matroska_demux_handle_src_event):
2037         When receiving a SEEK event on a specific pad first search for a seek
2038         table entry for the stream of the pad and then fall back to an entry
2039         for a different stream.
2040
2041 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2042
2043         * configure.ac:
2044         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2045         * gst/matroska/matroska-ids.h:
2046         Build depend on core CVS for the attachment tag.
2047
2048 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2049
2050         * configure.ac:
2051         * gst/matroska/Makefile.am:
2052         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2053         (copy_backptr), (lzo1x_decode), (main):
2054         * gst/matroska/lzo.h:
2055         * gst/matroska/matroska-demux.c:
2056         (gst_matroska_demux_read_track_encoding),
2057         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2058         (gst_matroska_decode_buffer),
2059         (gst_matroska_decode_content_encodings),
2060         (gst_matroska_demux_read_track_encodings),
2061         (gst_matroska_demux_add_stream),
2062         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2063         * gst/matroska/matroska-ids.h:
2064         Decode the codec private data and following ContentEncoding if
2065         necessary.
2066
2067         Support bzip2, lzo and header stripped compression. For lzo use the
2068         ffmpeg lzo implementation as liblzo is GPL licensed.
2069         
2070         Fix zlib decompression.
2071
2072 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2073
2074         * gst/matroska/matroska-mux.c:
2075         (gst_matroska_mux_audio_pad_setcaps):
2076         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2077         duration of a frame with the new mpegaudioversion caps field.
2078
2079 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2080
2081         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2082         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2083         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2084         (gst_matroska_demux_stream_from_num),
2085         (gst_matroska_demux_tracknumber_unique),
2086         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2087         (gst_matroska_demux_handle_seek_event),
2088         (gst_matroska_demux_sync_streams),
2089         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2090         (gst_matroska_demux_loop):
2091         * gst/matroska/matroska-demux.h:
2092         Allow an infinite number of stream inside Matroska containers and use
2093         a GPtrArray for storing them instead of allowing "only" 127 streams.
2094
2095 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2096
2097         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2098         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2099         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2100         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2101         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2102         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2103         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2104         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2105         (gst_ebml_read_master), (gst_ebml_read_binary),
2106         (gst_ebml_read_header):
2107         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2108         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2109         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2110         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2111         (gst_ebml_replace_uint):
2112         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2113         (gst_matroska_demux_read_track_encoding),
2114         (gst_matroska_demux_read_track_encodings),
2115         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2116         (gst_matroska_demux_send_event),
2117         (gst_matroska_demux_element_send_event),
2118         (gst_matroska_demux_handle_seek_event),
2119         (gst_matroska_demux_handle_src_event),
2120         (gst_matroska_demux_init_stream),
2121         (gst_matroska_demux_parse_tracks),
2122         (gst_matroska_demux_parse_index_cuetrack),
2123         (gst_matroska_demux_parse_index_pointentry),
2124         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2125         (gst_matroska_demux_parse_metadata_id_simple_tag),
2126         (gst_matroska_demux_parse_metadata_id_tag),
2127         (gst_matroska_demux_parse_metadata),
2128         (gst_matroska_demux_parse_attached_file),
2129         (gst_matroska_demux_parse_attachments),
2130         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2131         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2132         (gst_matroska_demux_push_flac_codec_priv_data),
2133         (gst_matroska_demux_push_xiph_codec_priv_data),
2134         (gst_matroska_demux_push_dvd_clut_change_event),
2135         (gst_matroska_demux_add_mpeg_seq_header),
2136         (gst_matroska_demux_add_wvpk_header),
2137         (gst_matroska_demux_check_subtitle_buffer),
2138         (gst_matroska_decode_buffer),
2139         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2140         (gst_matroska_demux_parse_cluster),
2141         (gst_matroska_demux_parse_contents_seekentry),
2142         (gst_matroska_demux_parse_contents),
2143         (gst_matroska_demux_loop_stream_parse_id),
2144         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2145         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2146         (gst_matroska_demux_subtitle_caps),
2147         (gst_matroska_demux_change_state):
2148         * gst/matroska/matroska-ids.c:
2149         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2150         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2151         (gst_matroska_mux_video_pad_setcaps),
2152         (xiph3_streamheader_to_codecdata),
2153         (vorbis_streamheader_to_codecdata),
2154         (theora_streamheader_to_codecdata),
2155         (gst_matroska_mux_audio_pad_setcaps),
2156         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2157         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2158         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2159         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2160         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2161         Fix indention everywhere. A broken indent version has added newlines
2162         after every single declaration some time ago.
2163
2164 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2165
2166         * gst/matroska/matroska-demux.c:
2167         (gst_matroska_demux_loop_stream_parse_id):
2168         If no Tracks are found error out instead of trying it again until the
2169         end of time.
2170
2171 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2172
2173         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2174         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2175         bit and signed otherwise, not the other way around.
2176
2177 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2178
2179         * gst/matroska/matroska-mux.c:
2180         Add more raw YUV formats to the list of supported formats.
2181
2182 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2183
2184         * gst/matroska/matroska-mux.c:
2185         (gst_matroska_mux_audio_pad_setcaps):
2186         Add support for muxing raw float audio now that the spec defines the
2187         endianness and add support for muxing raw integer audio with 24 and
2188         32 bits.
2189
2190         Allow muxing of more than 8 audio channels.
2191
2192 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2193
2194         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2195         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2196         Add locking to the global array of used track UIDs to prevent random
2197         crashes if more than a single matrosmux instance is used.
2198
2199         Use 64 bit values for the track UIDs.
2200
2201         Use the global GRandom of GLib instead of creating our own one
2202         for the few random numbers we need every single time.
2203
2204 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2205
2206         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2207         (gst_flac_dec_setup_stream_decoder),
2208         (gst_flac_dec_update_metadata):
2209         Always post the audio-codec tag, not only if other tags are present.
2210
2211 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2212
2213         * configure.ac:
2214         Back to development -> 0.10.9.1
2215
2216 === release 0.10.9 ===
2217
2218 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2219
2220         * configure.ac:
2221           releasing 0.10.9, "Steam Train Rolling"
2222
2223 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2224
2225         * ext/soup/gstsouphttpsrc.c:
2226         Don't throw an error when soup completes a msg with status
2227         'cancelled', as that indicates we cancelled a request while
2228         shutting down or seeking, and it's not an error.
2229         Fixes: #540300 again.
2230
2231 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2232
2233         * configure.ac:
2234         0.10.8.4 pre-release
2235
2236 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2237
2238         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2239         Fix segment-stop regression.
2240         Add documentation regarding segments in quicktime files by Wim Taymans.
2241         Fixes #544509
2242
2243 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2244
2245         * configure.ac:
2246         0.10.8.3 pre-release
2247
2248         * po/LINGUAS:
2249         * po/pt_BR.po:
2250         Add pt_BR translation
2251
2252 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2253
2254         * gst/goom/convolve_fx.c:
2255         * gst/goom/filters.c:
2256         * gst/goom/goom_config.h:
2257         * gst/goom/goom_core.c:
2258         * gst/goom/goom_tools.h:
2259           Fix build with MSVC: include glib.h to define inline appropriately,
2260           use header guards where needed.
2261         * gst/udp/gstudpnetutils.c:
2262         * gst/udp/gstudpsrc.c:
2263           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2264           g_snprintf rather than snprintf.
2265           Fixes #544433.
2266
2267 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2268
2269         * gst/debug/gsttaginject.c:
2270         * gst/debug/gsttaginject.h:
2271           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2272           partially.
2273
2274 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2275
2276         * configure.ac:
2277         0.10.8.2 pre-release
2278
2279 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2280
2281         * ext/Makefile.am:
2282         Finish hooking up pulseaudio plugin to the build.
2283
2284         * ext/pulse/pulsemixerctrl.c:
2285         Fix compilation error.
2286
2287 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2288
2289         * po/LINGUAS:
2290         * po/lt.po:
2291         Add new lithunian translation, and add french to the LINGUAS
2292         file.
2293
2294 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2295
2296         * ext/soup/gstsouphttpsrc.c:
2297         Fix Soup HTTP source seeking.
2298         Patch By: Wouter Cloetens  <wouter at mind be>
2299         Fixes: #540300
2300
2301         * tests/check/elements/.cvsignore:
2302         Ignore new check programs.
2303
2304 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2305
2306         * configure.ac:
2307         * docs/plugins/Makefile.am:
2308         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2309         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2310         * docs/plugins/gst-plugins-good-plugins.args:
2311         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2312         * docs/plugins/gst-plugins-good-plugins.interfaces:
2313         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2314         * docs/plugins/inspect/plugin-interleave.xml:
2315         * docs/plugins/inspect/plugin-replaygain.xml:
2316         * tests/check/Makefile.am:
2317
2318         Move replaygain and interleave plugins from -bad.
2319         Fixes: #543406
2320         Fixes: #536228
2321
2322 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2323
2324         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2325         (qtdemux_parse_trak):
2326         Revert ISO base media spec based pixel-aspect-ratio calculation.
2327         Fixes #543300.
2328
2329 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2330
2331         * sys/osxvideo/osxvideosink.m:
2332         Fix minor build issues on macosx.
2333         Fixes #543054
2334
2335 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2336
2337         * configure.ac::
2338         * ext/taglib/Makefile.am::
2339           Only use -Wno-attributes (which is there to work around a
2340           bug in the taglib 1.5 headers) if the c++ compiler actually
2341           supports it (#543255).
2342
2343 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2344
2345         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2346
2347         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2348           Avoid compiler warning by initialising variable to NULL (#543259).
2349
2350 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2351
2352         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2353         Don't pass NULL taglists to gst_tag_list_is_empty().
2354
2355 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2356
2357         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2358         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2359         (rtp_pipeline_run):
2360         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2361         Don't use declarations after statements.
2362
2363 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2364
2365         * ext/jpeg/gstjpegdec.c:
2366         Align documentation with reality.
2367
2368 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2369
2370         * gst/udp/gstudpnetutils.c:
2371         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2372         old value (1) if it's not defined which should not cause any problems
2373         as we're using it internal only anyway.
2374
2375 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2376
2377         Patch by: Alessandro Decina <alessandro at nnva dot org>
2378
2379         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2380         Fix build of avidemux on big endian architectures.
2381
2382 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2383
2384         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2385
2386         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2387         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2388
2389 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2390
2391         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2392         (qtdemux_parse_trak):
2393         Set pixel-aspect-ratio in caps using display width and height
2394         provided in track.
2395
2396 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2397
2398         * configure.ac:
2399         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2400         flags that are invalid for C++. Fixes bug #516509.
2401
2402 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2403
2404         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2405         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2406         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2407         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2408         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2409         * tests/examples/equalizer/demo.c: (message_handler):
2410         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2411         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2412         Don't use declarations after statements and variable length arrays.
2413
2414 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2415
2416         Patch by: Daniel Drake <dsd at gentoo dot org>
2417
2418         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2419         (gst_v4l2src_get_nearest_size):
2420         Try progressive video if interlaced fails. Fixes bug #541956
2421         and the usage of v4l2src on OLPC.
2422
2423 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2424
2425         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2426         (gst_rtp_speex_depay_process):
2427         * gst/rtp/gstrtpspeexdepay.h:
2428         Revert last change: Only the jitterbuffer is able to convert RTP to
2429         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2430         Reopens bug #541787.
2431
2432 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2433
2434         * gst/rtp/gstrtpvrawdepay.c:
2435           Include stdlib.h for atoi().
2436
2437         * gst/rtsp/gstrtspsrc.c:
2438           Use floating point math for latencies < 0 sec in log output.
2439
2440 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2441
2442         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2443
2444         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2445         (gst_rtp_speex_depay_process):
2446         * gst/rtp/gstrtpspeexdepay.h:
2447         Take timestamp from the RTP packet as a first step to fix problems
2448         with transmission over RTP when the network is not reliable.
2449         Fixes bug #541787.
2450
2451 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2452
2453         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2454
2455         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2456         Fix parsing of udp:// URIs containing IPv6 addresses.
2457         Fixes bug #541650.
2458
2459 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2460
2461         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2462         Do not leak incoming buffers.
2463
2464 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2465
2466         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2467
2468         * configure.ac:
2469         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2470         for htons() and htonl(). Fixes bug #541412.
2471
2472 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2473
2474         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2475         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2476         (gst_matroska_demux_element_query),
2477         (gst_matroska_demux_handle_src_query),
2478         (gst_matroska_demux_handle_seek_event):
2479         Handle position and duration query in DEFAULT format if the
2480         pad's track has a default frame duration set.
2481
2482         Fix seeking now that the segment's duration doesn't contain the
2483         (possibly wrong or inaccurate) duration of the Matroska file.
2484
2485 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2486
2487         * gst/matroska/ebml-read.c: (_ext2dbl):
2488         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2489         in math.h except on MSVC where it is defined in xmath.h.
2490         Fixes compilation with MSVC.
2491
2492 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2493
2494         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2495         (gst_matroska_demux_handle_src_query),
2496         (gst_matroska_demux_parse_info),
2497         (gst_matroska_demux_loop_stream_parse_id):
2498         * gst/matroska/matroska-demux.h:
2499         Don't set the segment duration to the duration from the Matroska
2500         header as this value could be wrong and is just informational.
2501
2502 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2503
2504         * gst/matroska/matroska-demux.c:
2505         (gst_matroska_demux_loop_stream_parse_id):
2506         If no Tracks element is found until the first Cluster is found
2507         search it and error out if none is found in the complete file.
2508
2509 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2510
2511         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2512         Resync non-subtitle tracks too if a too large gap compared to other
2513         tracks is detected.
2514
2515 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2516
2517         * gst/rtp/Makefile.am:
2518         * gst/rtp/gstrtp.c: (plugin_init):
2519         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2520         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2521         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2522         (gst_rtp_vraw_depay_change_state),
2523         (gst_rtp_vraw_depay_plugin_init):
2524         * gst/rtp/gstrtpvrawdepay.h:
2525         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2526         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2527         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2528         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2529         (gst_rtp_vraw_pay_plugin_init):
2530         * gst/rtp/gstrtpvrawpay.h:
2531         Add raw video pay and depayloaders, see RFC4175.
2532
2533 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2534
2535         * ext/libpng/gstpngdec.c:
2536         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2537         whatever it returned.
2538
2539 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2540
2541         * gst/avi/avi-ids.h:
2542         Add vprp chunk related structures.
2543         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2544         (gst_avi_demux_parse_stream):
2545         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2546         to caps.  Fixes #539482.
2547         * gst/avi/gstavimux.h:
2548         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2549         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2550         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2551
2552 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2553
2554         * tests/check/elements/avimux.c: (check_avimux_pad):
2555         Adjust avimux unit test according to increased streamheader size.
2556
2557 2008-06-27  David Schleef  <ds@schleef.org>
2558
2559         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2560
2561 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2562
2563         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2564         * gst/avi/gstavimux.h:
2565         Add 8 bytes to current streamheader to make for a complete one
2566         and to make more players happy.  Fixes #519460.
2567
2568 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2569
2570         * sys/v4l2/v4l2_calls.c::
2571           Don't include unused gstv4l2xoverlay.h. Fixes build
2572           in case where X11 headers are not installed.
2573
2574 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2575
2576         * ext/dv/gstdv.c: (plugin_init):
2577         Fix compilation.
2578
2579 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2580
2581         * ext/dv/gstdv.c: (plugin_init):
2582         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2583         DV decoder available.
2584         Fixes #532393
2585
2586 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2587
2588         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2589         Call getsockname() after the call to bind() to get updated values
2590         for the port, etc. This fixes the usage of udpsrc on anonymous
2591         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2592         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2593
2594 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2595
2596         * tests/check/pipelines/wavpack.c: (bus_handler):
2597         Remove workaround for a bug in identity that is fixed in 0.10.20.
2598
2599 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2600
2601         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2602
2603         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2604         Fix HTTP auth support with user/password passed via the URI.
2605         Fixes bug #540067.
2606
2607 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2608
2609         * configure.ac:
2610           Depend on released versions of core and -base.
2611
2612 2008-06-23  Julien Moutte  <julien@fluendo.com>
2613
2614         * gst/matroska/matroska-demux.c:
2615         (gst_matroska_demux_read_track_encoding),
2616         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2617         format strings in macros. (makes it build on OS X again...)
2618
2619 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2620
2621         * gst/rtp/gstrtptheorapay.c:
2622         * gst/udp/gstmultiudpsink.c:
2623           Added debug.
2624
2625 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2626
2627         * configure.ac: switch v4l2src over to the normal build instead of
2628         being 'experimental'. Fixes bug #536831.
2629
2630 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2631
2632         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2633         Remove unused variable so that we can compile again.
2634
2635 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2636
2637         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2638         No need to check for audio/G723 and audio/32KADPCM here as they are
2639         no longer supported.
2640
2641 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2642
2643         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2644         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2645         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2646         known length.
2647
2648 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2649
2650         * gst/matroska/matroska-demux.c:
2651         (gst_matroska_demux_add_wvpk_header),
2652         (gst_matroska_demux_audio_caps):
2653         * gst/matroska/matroska-ids.h:
2654         Fix demuxing of WavPack files. Muxing is still broken.
2655
2656 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2657
2658         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2659         (gst_matroska_demux_add_mpeg_seq_header),
2660         (gst_matroska_demux_add_wvpk_header),
2661         (gst_matroska_demux_check_subtitle_buffer),
2662         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2663         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2664         (gst_matroska_demux_subtitle_caps):
2665         * gst/matroska/matroska-ids.h:
2666         Add a "vfunc" to the track context for postprocessing frames and
2667         convert the wavpack and subtitle postprocessing to this vfunc.
2668         Copy buffer flags in those functions to the new buffers too.
2669
2670         Parse CodecState elements of Blocks.
2671
2672         Add a postprocessing function for MPEG video that adds the sequence
2673         header from the codec private data or codec state to the frames if
2674         it's not already there.
2675
2676 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2677
2678         * gst/matroska/matroska-demux.c:
2679         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2680         If a gap of more than 1/2 second is found in one stream send a
2681         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2682         This also fixes Matroska files where the first buffer doesn't start
2683         at timestamp 0. Fixes bug #429322.
2684
2685         The duration of a block is the default duration multiplied with the
2686         number of laces. Every lace is one frame and the default duration
2687         is the duration of one frame. This fixes playback of files that use
2688         lacing for some tracks.
2689
2690 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2691
2692         * gst/matroska/matroska-demux.c:
2693         (gst_matroska_demux_parse_contents_seekentry):
2694         Update FIXME/TODOs and only ignore EOS at the central, important place
2695         instead of several places.
2696
2697 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2698
2699         * gst/rtp/gstrtpg726pay.c:
2700         Fix caps, See #538891.
2701
2702 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2703
2704         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2705         (gst_matroska_demux_stream_from_num),
2706         (gst_matroska_demux_encoding_cmp),
2707         (gst_matroska_demux_encoding_order_unique),
2708         (gst_matroska_demux_read_track_encoding),
2709         (gst_matroska_demux_read_track_encodings),
2710         (gst_matroska_demux_tracknumber_unique),
2711         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2712         (gst_matroska_demux_parse_tracks),
2713         (gst_matroska_demux_parse_index_cuetrack),
2714         (gst_matroska_demux_parse_index_pointentry),
2715         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2716         (gst_matroska_demux_parse_metadata_id_simple_tag),
2717         (gst_matroska_demux_parse_metadata_id_tag),
2718         (gst_matroska_demux_parse_metadata),
2719         (gst_matroska_demux_parse_attached_file),
2720         (gst_matroska_demux_parse_attachments),
2721         (gst_matroska_demux_parse_chapters),
2722         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
2723         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2724         (gst_matroska_demux_parse_cluster),
2725         (gst_matroska_demux_parse_contents_seekentry),
2726         (gst_matroska_demux_parse_contents),
2727         (gst_matroska_demux_loop_stream_parse_id),
2728         (gst_matroska_demux_loop):
2729         Improve debug output everywhere and fix the EOS logic.
2730
2731         Check the values of the ContentEncoding elements more strictly and
2732         don't use tracks for which it's invalid.
2733
2734         Check that the track number is unique for this stream.
2735
2736         Check that seek positions are below G_MAXINT64 as our seeks are
2737         int64-based and overflows will fail badly.
2738
2739         After seeks also don't push SimpleBlocks until the first one
2740         containing a keyframe is found. Before this was done only for normal
2741         Blocks.
2742
2743         Update some FIXME/TODOs.
2744         
2745         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
2746         (gst_ebml_read_utf8), (gst_ebml_read_header):
2747         Improve debug output.
2748
2749         * gst/matroska/matroska-ids.c:
2750         (gst_matroska_track_init_video_context):
2751         * gst/matroska/matroska-ids.h:
2752         * gst/matroska/matroska-mux.c:
2753         (gst_matroska_mux_video_pad_setcaps):
2754         Remove eye mode and don't parse it anymore. We can't use that
2755         information in GStreamer yet so it's useless.
2756
2757
2758 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2759
2760         Patch by: Mersad Jelacic <mersad at axis dot com>
2761
2762         * gst/rtp/Makefile.am:
2763         * gst/rtp/gstrtp.c: (plugin_init):
2764         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
2765         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
2766         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
2767         (gst_rtp_g726_depay_plugin_init):
2768         * gst/rtp/gstrtpg726depay.h:
2769         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
2770         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
2771         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
2772         * gst/rtp/gstrtpg726pay.h:
2773         Added G726 pay/depayloaders. Fixes #538891.
2774
2775 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2776
2777         * gst/rtsp/URLS:
2778         Some more urls.
2779
2780         * gst/smpte/barboxwipes.c:
2781         Add a comment
2782
2783         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2784         Fix typo, add audioresample to the pipeline.
2785
2786 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2787
2788         * ext/libmng/Makefile.am:
2789         * ext/libmng/gstmng.c: (plugin_init):
2790         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
2791         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
2792         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
2793         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
2794         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
2795         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
2796         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2797         (gst_mng_dec_change_state):
2798         * ext/libmng/gstmngdec.h:
2799         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
2800         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
2801         (gst_mng_enc_init), (gst_mng_enc_chain),
2802         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
2803         * ext/libmng/gstmngenc.h:
2804         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
2805         bits ifdeffed out still.
2806
2807 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2808
2809         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
2810         When comparing index elements with the same time compare their
2811         block number.
2812
2813 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
2814
2815         * gst/matroska/matroska-demux.c:
2816           (gst_matroska_demux_parse_attached_file)
2817           Init variable to NULL to avoid compiler warning.
2818
2819 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2820
2821         * gst/matroska/Makefile.am:
2822         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2823         (gst_matroska_demux_parse_attached_file),
2824         (gst_matroska_demux_parse_attachments),
2825         (gst_matroska_demux_parse_contents_seekentry),
2826         (gst_matroska_demux_loop_stream_parse_id):
2827         * gst/matroska/matroska-demux.h:
2828         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2829         * gst/matroska/matroska-ids.h:
2830         * gst/matroska/matroska.c: (plugin_init):
2831         Parse Attachments and post them as GST_TAG_IMAGE if we detect
2832         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
2833         and description of the attachments in the caps. Fixes bug #537622.
2834
2835 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
2836
2837         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
2838         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
2839         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
2840         (gst_speex_enc_src_query), (gst_speex_enc_init),
2841         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
2842         (gst_speex_enc_chain), (gst_speex_enc_get_property),
2843         (gst_speex_enc_set_property):
2844         Add mode property.
2845         Some cleanups, add more debug info.
2846         Add latency query.
2847
2848 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2849
2850         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
2851         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
2852         If we get less bytes than requested we can't do anything except doing
2853         our EOS logic.
2854
2855 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2856
2857         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2858         (gst_matroskademux_do_index_seek),
2859         (gst_matroska_demux_parse_index_cuetrack),
2860         (gst_matroska_demux_parse_index_pointentry),
2861         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
2862         (gst_matroska_demux_parse_metadata):
2863         * gst/matroska/matroska-demux.h:
2864         * gst/matroska/matroska-ids.h:
2865         Use a GArray for storing the Cue (i.e. seek) information, store
2866         the CueTrackPositions for every track, store the block number
2867         and optimize searching in the array by sorting it after the last
2868         element was added.
2869
2870         Fix a small memory leak when trying to parse a tags element that was
2871         already parsed.
2872
2873 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2874
2875         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2876         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2877         (gst_matroska_mux_write_data):
2878         * gst/matroska/matroska-mux.h:
2879         Don't write another SeekHead which indexes all Clusters to the end of
2880         the file. This isn't useful for anything and just increases filesize.
2881
2882 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2883
2884         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2885         Prevent unaligned memory access when reading floats.
2886
2887 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2888
2889         * gst/matroska/ebml-read.c:
2890         * gst/matroska/ebml-read.h:
2891         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2892         (gst_matroska_demux_parse_metadata):
2893         * gst/matroska/matroska-demux.h:
2894         Make sure that every Tags element is only parsed once and it's
2895         containing tags are only posted once.
2896
2897 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2898
2899         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2900         (gst_ebml_read_header):
2901         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2902         (gst_matroska_demux_parse_tracks),
2903         (gst_matroska_demux_parse_index_cuetrack),
2904         (gst_matroska_demux_parse_index_pointentry),
2905         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2906         (gst_matroska_demux_parse_metadata_id_simple_tag),
2907         (gst_matroska_demux_parse_metadata_id_tag),
2908         (gst_matroska_demux_parse_metadata),
2909         (gst_matroska_demux_parse_attachments),
2910         (gst_matroska_demux_parse_chapters),
2911         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2912         (gst_matroska_demux_parse_cluster),
2913         (gst_matroska_demux_parse_contents_seekentry),
2914         (gst_matroska_demux_parse_contents),
2915         (gst_matroska_demux_loop_stream_parse_id):
2916         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2917         already. They're not useful in the matroska parser and only cause
2918         additional code.
2919
2920 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2921
2922         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2923         (gst_ebml_finalize), (gst_ebml_read_change_state),
2924         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2925         * gst/matroska/matroska-demux.c:
2926         (gst_matroska_demux_parse_contents_seekentry):
2927         Reverse the level list as we usually are only interested in the
2928         first element or want to add a new first element. Having the
2929         first element stored at the end and calling g_list_last() and
2930         g_list_append() is more expensive.
2931
2932         Also use GSlice for allocating the GstEbmlLevel structs.
2933
2934 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2935
2936         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2937           (gst_tag_inject_class_init), (gst_tag_inject_init):
2938           Don't unref NULL taglist in finalize. Don't use c++ style
2939           comments.
2940
2941 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2942
2943         * gst/matroska/matroska-demux.c:
2944         (gst_matroska_demux_parse_metadata_id_simple_tag):
2945         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2946         (gst_matroska_mux_write_data):
2947         Use gst_value_serialize() and gst_value_deserialize() for transforming
2948         tags from some GType to a string and the other way around. The default
2949         transformations in GLib don't include transformations from string to
2950         number types.
2951
2952 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2953
2954         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2955         (gst_matroska_demux_parse_tracks),
2956         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2957         (gst_matroska_demux_parse_attachments),
2958         (gst_matroska_demux_parse_chapters),
2959         (gst_matroska_demux_parse_contents_seekentry),
2960         (gst_matroska_demux_loop_stream_parse_id):
2961         * gst/matroska/matroska-demux.h:
2962         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2963         Tags multiple times. The first ones can appear more than once but must
2964         contain the same content as the first for backup purposes so we ignore
2965         all but the first one. Tags can appear multiple times with different
2966         content.
2967
2968         Jump to all elements except Clusters that are available from a
2969         SeekHead to make it more likely to have all required informations
2970         before getting to the first Clusters.
2971
2972         Add dummy functions for parsing Attachments and Chapters.
2973
2974 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2975
2976         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2977         (gst_udpsrc_create), (gst_udpsrc_set_property),
2978         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2979         * gst/udp/gstudpsrc.h:
2980         Add property to control automatic join/leave of multicast groups.
2981         Add G_LIKELY.
2982         Remove setting caps on buffers explicitly, basesrc does that for us now.
2983         Improve debug info.
2984         Convert some non-fatal error into warnings.
2985         Use g_ntohs for better portability.
2986         Leave multicast groups when stopping.
2987         When using external sockets, use getsockname() on them to fill up the
2988         addr structure before calling methods that use the structure.
2989         Should all fix #536903.
2990         API: GstUDPSrc::auto-multicast property
2991
2992 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2993
2994         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
2995         Use g_ntohl for better portability.
2996
2997 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2998
2999         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3000         (gst_multiudpsink_remove):
3001         Fix a typo and do some small cleanups.
3002
3003 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3004
3005         Patch by: Olivier Crete <tester at tester dot ca>
3006
3007         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3008         Make the delivery-method mandatory on the caps and only accept inline
3009         for now.
3010         Reverse strcmp checks for delivery-method.
3011
3012         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3013         Make delivery method optional when parsing caps and note this in the
3014         caps.
3015         Reverse strcmp checks for delivery-method.
3016
3017         * gst/rtp/gstrtpvorbispay.c:
3018         Update a comment to note that the delivery-method is optional, 
3019         Fixes #537675.
3020
3021 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3022
3023         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3024         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3025         leaving them in READY. Fixes #537832.
3026
3027 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3028
3029         * gst/avi/gstavimux.c:
3030           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3031           for a random constant in tagmuxing code.
3032
3033 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3034
3035         * gst/debug/gsttaginject.c:
3036         * gst/debug/gsttaginject.h:
3037           Now actually adding the new element.
3038
3039 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3040
3041         * docs/plugins/Makefile.am:
3042         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3043         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3044         * docs/plugins/gst-plugins-good-plugins.args:
3045         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3046         * docs/plugins/gst-plugins-good-plugins.interfaces:
3047         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3048         * docs/plugins/inspect/plugin-aasink.xml:
3049         * docs/plugins/inspect/plugin-alaw.xml:
3050         * docs/plugins/inspect/plugin-alpha.xml:
3051         * docs/plugins/inspect/plugin-alphacolor.xml:
3052         * docs/plugins/inspect/plugin-annodex.xml:
3053         * docs/plugins/inspect/plugin-apetag.xml:
3054         * docs/plugins/inspect/plugin-audiofx.xml:
3055         * docs/plugins/inspect/plugin-auparse.xml:
3056         * docs/plugins/inspect/plugin-autodetect.xml:
3057         * docs/plugins/inspect/plugin-avi.xml:
3058         * docs/plugins/inspect/plugin-cacasink.xml:
3059         * docs/plugins/inspect/plugin-cairo.xml:
3060         * docs/plugins/inspect/plugin-cdio.xml:
3061         * docs/plugins/inspect/plugin-cutter.xml:
3062         * docs/plugins/inspect/plugin-debug.xml:
3063         * docs/plugins/inspect/plugin-dv.xml:
3064         * docs/plugins/inspect/plugin-efence.xml:
3065         * docs/plugins/inspect/plugin-effectv.xml:
3066         * docs/plugins/inspect/plugin-equalizer.xml:
3067         * docs/plugins/inspect/plugin-esdsink.xml:
3068         * docs/plugins/inspect/plugin-flac.xml:
3069         * docs/plugins/inspect/plugin-flxdec.xml:
3070         * docs/plugins/inspect/plugin-gamma.xml:
3071         * docs/plugins/inspect/plugin-gconfelements.xml:
3072         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3073         * docs/plugins/inspect/plugin-goom.xml:
3074         * docs/plugins/inspect/plugin-goom2k1.xml:
3075         * docs/plugins/inspect/plugin-halelements.xml:
3076         * docs/plugins/inspect/plugin-icydemux.xml:
3077         * docs/plugins/inspect/plugin-id3demux.xml:
3078         * docs/plugins/inspect/plugin-jpeg.xml:
3079         * docs/plugins/inspect/plugin-level.xml:
3080         * docs/plugins/inspect/plugin-matroska.xml:
3081         * docs/plugins/inspect/plugin-monoscope.xml:
3082         * docs/plugins/inspect/plugin-mulaw.xml:
3083         * docs/plugins/inspect/plugin-multifile.xml:
3084         * docs/plugins/inspect/plugin-multipart.xml:
3085         * docs/plugins/inspect/plugin-navigationtest.xml:
3086         * docs/plugins/inspect/plugin-ossaudio.xml:
3087         * docs/plugins/inspect/plugin-png.xml:
3088         * docs/plugins/inspect/plugin-quicktime.xml:
3089         * docs/plugins/inspect/plugin-rtp.xml:
3090         * docs/plugins/inspect/plugin-rtsp.xml:
3091         * docs/plugins/inspect/plugin-smpte.xml:
3092         * docs/plugins/inspect/plugin-soup.xml:
3093         * docs/plugins/inspect/plugin-spectrum.xml:
3094         * docs/plugins/inspect/plugin-speex.xml:
3095         * docs/plugins/inspect/plugin-taglib.xml:
3096         * docs/plugins/inspect/plugin-udp.xml:
3097         * docs/plugins/inspect/plugin-video4linux2.xml:
3098         * docs/plugins/inspect/plugin-videobalance.xml:
3099         * docs/plugins/inspect/plugin-videobox.xml:
3100         * docs/plugins/inspect/plugin-videocrop.xml:
3101         * docs/plugins/inspect/plugin-videoflip.xml:
3102         * docs/plugins/inspect/plugin-videomixer.xml:
3103         * docs/plugins/inspect/plugin-wavenc.xml:
3104         * docs/plugins/inspect/plugin-wavpack.xml:
3105         * docs/plugins/inspect/plugin-wavparse.xml:
3106         * docs/plugins/inspect/plugin-ximagesrc.xml:
3107         * gst/debug/Makefile.am:
3108         * gst/debug/breakmydata.c:
3109         * gst/debug/efence.c:
3110         * gst/debug/gstdebug.c:
3111         * gst/debug/gstnavseek.c:
3112         * gst/debug/gstpushfilesrc.c:
3113         * gst/debug/gstpushfilesrc.h:
3114         * gst/debug/negotiation.c:
3115         * gst/debug/progressreport.c:
3116         * gst/debug/progressreport.h:
3117         * gst/debug/rndbuffersize.c:
3118         * gst/debug/testplugin.c:
3119           Remove dummy plugin_init. Remove some undefined entries from doc-
3120           section file. Add taginject element and rebuild docs for it.
3121
3122 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3123
3124         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3125         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3126         Update the counter for the number of streams when pads are added or
3127         removed. This will make sure that a seek table is generated for
3128         files with just one audio stream.
3129
3130 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3131
3132         * gst/matroska/matroska-demux.c:
3133         (gst_matroska_demux_parse_metadata_id_simple_tag):
3134         * gst/matroska/matroska-ids.h:
3135         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3136         Add some more tags, improve debugging a bit and make sure that
3137         GValue transformation has succeeded before using the result
3138         as a tag.
3139
3140 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3141
3142         Patch by: Olivier Crete <tester at tester dot ca>
3143
3144         * gst/rtp/gstrtptheorapay.c:
3145         The Theora RTP payloader only supports the "inline" delievery method
3146         so let's declare this on the caps of the static pad template.
3147         Fixes bug #537675.
3148
3149 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3150
3151         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3152         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3153         Remove bogus check.
3154
3155 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3156
3157         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3158         (gst_videomixer_blend_buffers):
3159         Use stream_time to synchronize the object properties.
3160         Use running_time of the master pad to timestamp outgoing buffers.
3161         Fix the initial segment event to extend an unknown amount of time.
3162         Fixes #537361.
3163
3164 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3165
3166         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3167         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3168         (gst_avi_demux_calculate_durations_from_index),
3169         (gst_avi_demux_stream_header_push),
3170         (gst_avi_demux_stream_header_pull):
3171         Try to ignore unparsable/unknown streams and give a warning instead of
3172         erroring out. Fixes #537377.
3173
3174 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3175
3176         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3177         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3178
3179         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3180         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3181         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3182         (gst_matroska_demux_read_track_encodings),
3183         (gst_matroska_demux_add_stream),
3184         (gst_matroska_demux_handle_src_query),
3185         (gst_matroska_demux_init_stream),
3186         (gst_matroska_demux_parse_index_cuetrack),
3187         (gst_matroska_demux_parse_index_pointentry),
3188         (gst_matroska_demux_parse_info),
3189         (gst_matroska_demux_parse_metadata_id_simple_tag),
3190         (gst_matroska_demux_parse_metadata),
3191         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3192         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3193         (gst_matroska_demux_parse_cluster),
3194         (gst_matroska_demux_parse_contents_seekentry),
3195         (gst_matroska_demux_loop_stream_parse_id),
3196         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3197         (gst_matroska_demux_audio_caps),
3198         (gst_matroska_demux_subtitle_caps):
3199         * gst/matroska/matroska-demux.h:
3200         * gst/matroska/matroska-ids.c:
3201         (gst_matroska_track_init_subtitle_context):
3202         * gst/matroska/matroska-ids.h:
3203         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3204         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3205         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3206         (gst_matroska_mux_video_pad_setcaps),
3207         (gst_matroska_mux_audio_pad_setcaps),
3208         (gst_matroska_mux_subtitle_pad_setcaps),
3209         (gst_matroska_mux_request_new_pad),
3210         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3211         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3212         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3213         (gst_matroska_mux_set_property):
3214         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3215         elements, do some checks for valid values in the demuxer, handle
3216         tracktimecodescale in the demuxer, set correct default values for all
3217         settings in the demuxer, review and add all missing matroska
3218         IDs and some more raw YUV formats, and some trivial cleanup.
3219
3220 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3221
3222         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3223         (gst_pulsemixer_class_init):
3224         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3225         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3226         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3227         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3228         (gst_pulsesrc_prepare):
3229         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3230         gst_element_class_set_details_simple() and fix coding style a bit
3231         more.
3232
3233 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3234
3235         * docs/plugins/Makefile.am:
3236         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3237         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3238         * docs/plugins/gst-plugins-good-plugins.args:
3239         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3240         * docs/plugins/gst-plugins-good-plugins.interfaces:
3241         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3242         * docs/plugins/inspect/plugin-aasink.xml:
3243         * docs/plugins/inspect/plugin-alaw.xml:
3244         * docs/plugins/inspect/plugin-alpha.xml:
3245         * docs/plugins/inspect/plugin-alphacolor.xml:
3246         * docs/plugins/inspect/plugin-annodex.xml:
3247         * docs/plugins/inspect/plugin-apetag.xml:
3248         * docs/plugins/inspect/plugin-audiofx.xml:
3249         * docs/plugins/inspect/plugin-auparse.xml:
3250         * docs/plugins/inspect/plugin-autodetect.xml:
3251         * docs/plugins/inspect/plugin-avi.xml:
3252         * docs/plugins/inspect/plugin-cacasink.xml:
3253         * docs/plugins/inspect/plugin-cairo.xml:
3254         * docs/plugins/inspect/plugin-cdio.xml:
3255         * docs/plugins/inspect/plugin-cutter.xml:
3256         * docs/plugins/inspect/plugin-debug.xml:
3257         * docs/plugins/inspect/plugin-dv.xml:
3258         * docs/plugins/inspect/plugin-efence.xml:
3259         * docs/plugins/inspect/plugin-effectv.xml:
3260         * docs/plugins/inspect/plugin-equalizer.xml:
3261         * docs/plugins/inspect/plugin-esdsink.xml:
3262         * docs/plugins/inspect/plugin-flac.xml:
3263         * docs/plugins/inspect/plugin-flxdec.xml:
3264         * docs/plugins/inspect/plugin-gamma.xml:
3265         * docs/plugins/inspect/plugin-gconfelements.xml:
3266         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3267         * docs/plugins/inspect/plugin-goom.xml:
3268         * docs/plugins/inspect/plugin-goom2k1.xml:
3269         * docs/plugins/inspect/plugin-halelements.xml:
3270         * docs/plugins/inspect/plugin-icydemux.xml:
3271         * docs/plugins/inspect/plugin-id3demux.xml:
3272         * docs/plugins/inspect/plugin-jpeg.xml:
3273         * docs/plugins/inspect/plugin-level.xml:
3274         * docs/plugins/inspect/plugin-matroska.xml:
3275         * docs/plugins/inspect/plugin-monoscope.xml:
3276         * docs/plugins/inspect/plugin-mulaw.xml:
3277         * docs/plugins/inspect/plugin-multifile.xml:
3278         * docs/plugins/inspect/plugin-multipart.xml:
3279         * docs/plugins/inspect/plugin-navigationtest.xml:
3280         * docs/plugins/inspect/plugin-ossaudio.xml:
3281         * docs/plugins/inspect/plugin-png.xml:
3282         * docs/plugins/inspect/plugin-pulseaudio.xml:
3283         * docs/plugins/inspect/plugin-quicktime.xml:
3284         * docs/plugins/inspect/plugin-rtp.xml:
3285         * docs/plugins/inspect/plugin-rtsp.xml:
3286         * docs/plugins/inspect/plugin-smpte.xml:
3287         * docs/plugins/inspect/plugin-soup.xml:
3288         * docs/plugins/inspect/plugin-spectrum.xml:
3289         * docs/plugins/inspect/plugin-speex.xml:
3290         * docs/plugins/inspect/plugin-taglib.xml:
3291         * docs/plugins/inspect/plugin-udp.xml:
3292         * docs/plugins/inspect/plugin-video4linux2.xml:
3293         * docs/plugins/inspect/plugin-videobalance.xml:
3294         * docs/plugins/inspect/plugin-videobox.xml:
3295         * docs/plugins/inspect/plugin-videocrop.xml:
3296         * docs/plugins/inspect/plugin-videoflip.xml:
3297         * docs/plugins/inspect/plugin-videomixer.xml:
3298         * docs/plugins/inspect/plugin-wavenc.xml:
3299         * docs/plugins/inspect/plugin-wavpack.xml:
3300         * docs/plugins/inspect/plugin-wavparse.xml:
3301         * docs/plugins/inspect/plugin-ximagesrc.xml:
3302         * ext/pulse/plugin.c:
3303         * ext/pulse/pulsemixer.c:
3304         * ext/pulse/pulsesink.c:
3305         * ext/pulse/pulsesrc.c:
3306         Add documentation to the pulseaudio plugin and run make update
3307         in docs/plugins.
3308
3309 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3310
3311         Patch by: Brian Cameron <brian.cameron at sun dot com>
3312
3313         * sys/sunaudio/gstsunaudiomixerctrl.c:
3314         (gst_sunaudiomixer_ctrl_get_volume),
3315         (gst_sunaudiomixer_ctrl_set_volume):
3316         Improvements for the SunAudio mixer by handling mute as no gain
3317         for tracks that have a gain property but no mute property.
3318         Fixes bug #536067.
3319
3320 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3321
3322         * configure.ac:
3323         * ext/pulse/Makefile.am:
3324         * ext/pulse/plugin.c: (plugin_init):
3325         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3326         (gst_pulsemixer_implements_interface_init),
3327         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3328         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3329         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3330         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3331         * ext/pulse/pulsemixer.h:
3332         * ext/pulse/pulsemixerctrl.c:
3333         (gst_pulsemixer_ctrl_context_state_cb),
3334         (gst_pulsemixer_ctrl_sink_info_cb),
3335         (gst_pulsemixer_ctrl_source_info_cb),
3336         (gst_pulsemixer_ctrl_subscribe_cb),
3337         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3338         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3339         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3340         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3341         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3342         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3343         * ext/pulse/pulsemixerctrl.h:
3344         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3345         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3346         * ext/pulse/pulsemixertrack.h:
3347         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3348         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3349         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3350         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3351         (gst_pulseprobe_new), (gst_pulseprobe_free),
3352         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3353         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3354         (gst_pulseprobe_set_server):
3355         * ext/pulse/pulseprobe.h:
3356         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3357         (gst_pulsesink_class_init), (gst_pulsesink_init),
3358         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3359         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3360         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3361         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3362         (gst_pulsesink_stream_request_cb),
3363         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3364         (gst_pulsesink_close), (gst_pulsesink_prepare),
3365         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3366         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3367         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3368         (gst_pulsesink_event), (gst_pulsesink_get_type):
3369         * ext/pulse/pulsesink.h:
3370         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3371         (gst_pulsesrc_implements_interface_init),
3372         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3373         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3374         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3375         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3376         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3377         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3378         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3379         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3380         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3381         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3382         (gst_pulsesrc_get_type):
3383         * ext/pulse/pulsesrc.h:
3384         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3385         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3386         * ext/pulse/pulseutil.h:
3387         Add pulseaudio GStreamer element from gst-pulse. Development will
3388         continue here instead of pulseaudio SVN. Fixes bug #400679.
3389         Only changes over gst-pulse SVN are added copyright to the top of
3390         files and coding style changes.
3391
3392 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3393
3394         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3395
3396         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3397           (gst_cdio_add_cdtext_album_tags):
3398         * ext/cdio/gstcdio.h:
3399         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3400           Also extract album title and album genre from CD-TEXT if
3401           available (#537021).
3402
3403 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3404
3405         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3406
3407         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3408         Improve negotiation a bit more by picking the smallest possible
3409         resolution that is larger than the resolution specified in the
3410         first caps entry of the peer caps. Fixes bug #536994.
3411
3412 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3413
3414         Patch by: Bastien Nocera <hadess at hadess dot net>
3415
3416         * sys/v4l2/gstv4l2vidorient.c:
3417         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3418         Fix compilation with newer GIT kernels that deprecated
3419         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3420
3421 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3422
3423         * configure.ac:
3424         * ext/cdio/gstcdio.c:
3425         * ext/cdio/gstcdio.h:
3426         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3427           Require libcdio >= 0.76.
3428
3429 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3430
3431         * gst/avi/gstavidemux.c:
3432         Catch UNEXPECTED when downstream has reached end of
3433         segment in reverse mode.
3434
3435 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3436
3437         * gst/avi/gstavidemux.c:
3438         Fix typo in comment
3439
3440 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3441
3442         * gst/avi/gstavidemux.c:
3443         Because we don't know the frame order we need to push till
3444         the next keyframe
3445
3446 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3447
3448         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3449
3450         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3451         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3452         Provide a custom negotiation function to make sure to pick the highest
3453         possible framerate and resolution. Fixes bug #536646.
3454
3455 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3456
3457         * gst/avi/gstavidemux.c:
3458         Set EOS when going out of the segment in reverse playback
3459
3460 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3461
3462         * ext/taglib/Makefile.am::
3463           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3464           taglib headers (with gcc 4.3.1).
3465
3466 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3467
3468         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3469         Use the new gst_rtsp_connection_get_ip() to access the IP address
3470         of a GstRTSPConnection since it is a private member.
3471
3472 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3473
3474         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3475         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3476           Use new utility functions in libgsttag to process coverart (#512333).
3477
3478 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3479
3480         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3481         We actually support left/side, right/side and mid/side files. The
3482         conversion to normal, interleaved stereo is done by libflac.
3483
3484 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3485
3486         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3487         (gst_ebml_write_set_cache):
3488         Unref the write cache in finalize if it was set and add add "FIXME"
3489         to a comment that needs it.
3490
3491 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3492
3493         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3494
3495         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3496         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3497         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3498         (gst_avi_demux_process_next_entry):
3499         * gst/avi/gstavidemux.h:
3500         Implement reverse playback. Fixes #535300.
3501         Small cleanups.
3502
3503 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3504
3505         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3506         (gst_videomixer_query_latency):
3507         When using gst_element_iterate_pads() one has to unref every pad
3508         after usage.
3509
3510 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3511
3512         Patch by: Bastien Nocera <hadess at hadess dot net>
3513         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3514         (qtdemux_parse_udta):
3515         * gst/qtdemux/qtdemux_fourcc.h:
3516         Improve meta-data handling, add 'comment', 'description' and
3517         'copyright' tag handling.
3518         Fixes #535935
3519
3520 2008-05-31  Julien Moutte  <julien@fluendo.com>
3521
3522         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3523         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3524         (gst_qtdemux_seek_to_previous_keyframe),
3525         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3526         we don't clip the segment's stop using the main segment duration as
3527         that could crop quite some video frames. Make reverse playback support
3528         more robust and support edit lists. Support seeking to the last frame,
3529         and fix reverse looping playback. Add some debugging.
3530         * win32/common/config.h: Updated.
3531
3532 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3533
3534         * gst/equalizer/gstiirequalizer.c:
3535         (gst_iir_equalizer_transform_ip):
3536         Don't clip float/double samples, correctly unset passthrough mode
3537         and use better rounding for integer samples.
3538
3539 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3540
3541         * gst/equalizer/gstiirequalizer.c:
3542         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3543         (setup_filter), (set_passthrough), (update_coefficients),
3544         (gst_iir_equalizer_compute_frequencies),
3545         (gst_iir_equalizer_transform_ip):
3546         * gst/equalizer/gstiirequalizer.h:
3547         Update the filter coefficients only when needed in the transform_ip
3548         function and correctly set the element into passthrough mode if the
3549         gain of all bands is 0.
3550
3551 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3552
3553         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3554
3555         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3556         (gst_alpha_set_property), (gst_alpha_get_property),
3557         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3558         Try to skip pixels or areas that are too dark or too bright for us to do
3559         meaningfull color detection.
3560         Added properties to control the sensitivity to light and darkness.
3561         Added some small cleanups. Fixes #512345.
3562
3563 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3564
3565         * docs/plugins/.cvsignore:
3566         * tests/check/elements/.cvsignore:
3567         Ignore some more generated things
3568
3569         * tests/check/Makefile.am:
3570         Ignore OSS elements in the state changes test too.
3571
3572 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3573
3574         * docs/plugins/Makefile.am:
3575         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3576         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3577         Add SMPTE effect elements to docs.
3578
3579 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3580
3581         * docs/plugins/Makefile.am:
3582         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3583         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3584         * ext/raw1394/gstdv1394src.c:
3585           Document whats first shown on the fdo plugin docs page :)
3586
3587 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3588
3589         * docs/plugins/Makefile.am:
3590         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3591         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3592         * docs/plugins/gst-plugins-good-plugins.args:
3593         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3594         * docs/plugins/inspect/plugin-audiofx.xml:
3595         * gst/audiofx/Makefile.am:
3596         * gst/audiofx/audiofx.c:
3597         * gst/audiofx/audiokaraoke.c:
3598         * gst/audiofx/audiokaraoke.h:
3599         * gst/audiofx/audiovoice.c:
3600         * gst/audiofx/audiovoice.h:
3601           Rename audiovoice to audiokaraoke and add it to the docs.
3602
3603 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3604
3605         * REQUIREMENTS:
3606         * docs/plugins/Makefile.am:
3607         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3608         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3609         * docs/plugins/gst-plugins-good-plugins.args:
3610         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3611         * docs/plugins/gst-plugins-good-plugins.interfaces:
3612         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3613         * docs/plugins/inspect/plugin-aasink.xml:
3614         * docs/plugins/inspect/plugin-alaw.xml:
3615         * docs/plugins/inspect/plugin-alpha.xml:
3616         * docs/plugins/inspect/plugin-alphacolor.xml:
3617         * docs/plugins/inspect/plugin-annodex.xml:
3618         * docs/plugins/inspect/plugin-apetag.xml:
3619         * docs/plugins/inspect/plugin-audiofx.xml:
3620         * docs/plugins/inspect/plugin-auparse.xml:
3621         * docs/plugins/inspect/plugin-autodetect.xml:
3622         * docs/plugins/inspect/plugin-avi.xml:
3623         * docs/plugins/inspect/plugin-cacasink.xml:
3624         * docs/plugins/inspect/plugin-cairo.xml:
3625         * docs/plugins/inspect/plugin-cdio.xml:
3626         * docs/plugins/inspect/plugin-cutter.xml:
3627         * docs/plugins/inspect/plugin-debug.xml:
3628         * docs/plugins/inspect/plugin-dv.xml:
3629         * docs/plugins/inspect/plugin-efence.xml:
3630         * docs/plugins/inspect/plugin-effectv.xml:
3631         * docs/plugins/inspect/plugin-equalizer.xml:
3632         * docs/plugins/inspect/plugin-esdsink.xml:
3633         * docs/plugins/inspect/plugin-flac.xml:
3634         * docs/plugins/inspect/plugin-flxdec.xml:
3635         * docs/plugins/inspect/plugin-gamma.xml:
3636         * docs/plugins/inspect/plugin-gconfelements.xml:
3637         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3638         * docs/plugins/inspect/plugin-goom.xml:
3639         * docs/plugins/inspect/plugin-goom2k1.xml:
3640         * docs/plugins/inspect/plugin-halelements.xml:
3641         * docs/plugins/inspect/plugin-icydemux.xml:
3642         * docs/plugins/inspect/plugin-id3demux.xml:
3643         * docs/plugins/inspect/plugin-jpeg.xml:
3644         * docs/plugins/inspect/plugin-level.xml:
3645         * docs/plugins/inspect/plugin-matroska.xml:
3646         * docs/plugins/inspect/plugin-monoscope.xml:
3647         * docs/plugins/inspect/plugin-mulaw.xml:
3648         * docs/plugins/inspect/plugin-multifile.xml:
3649         * docs/plugins/inspect/plugin-multipart.xml:
3650         * docs/plugins/inspect/plugin-navigationtest.xml:
3651         * docs/plugins/inspect/plugin-ossaudio.xml:
3652         * docs/plugins/inspect/plugin-png.xml:
3653         * docs/plugins/inspect/plugin-quicktime.xml:
3654         * docs/plugins/inspect/plugin-rtp.xml:
3655         * docs/plugins/inspect/plugin-rtsp.xml:
3656         * docs/plugins/inspect/plugin-smpte.xml:
3657         * docs/plugins/inspect/plugin-soup.xml:
3658         * docs/plugins/inspect/plugin-spectrum.xml:
3659         * docs/plugins/inspect/plugin-speex.xml:
3660         * docs/plugins/inspect/plugin-taglib.xml:
3661         * docs/plugins/inspect/plugin-udp.xml:
3662         * docs/plugins/inspect/plugin-video4linux2.xml:
3663         * docs/plugins/inspect/plugin-videobalance.xml:
3664         * docs/plugins/inspect/plugin-videobox.xml:
3665         * docs/plugins/inspect/plugin-videocrop.xml:
3666         * docs/plugins/inspect/plugin-videoflip.xml:
3667         * docs/plugins/inspect/plugin-videomixer.xml:
3668         * docs/plugins/inspect/plugin-wavenc.xml:
3669         * docs/plugins/inspect/plugin-wavpack.xml:
3670         * docs/plugins/inspect/plugin-wavparse.xml:
3671         * docs/plugins/inspect/plugin-ximagesrc.xml:
3672         * ext/aalib/gstaasink.c:
3673         * ext/libcaca/gstcacasink.c:
3674           Document aasink and cacasink.
3675
3676 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3677
3678         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3679         (gst_videomixer_init), (gst_videomixer_query_duration),
3680         (gst_videomixer_query_latency), (gst_videomixer_query),
3681         (gst_videomixer_blend_buffers):
3682         * gst/videomixer/videomixer.h:
3683         Implement position (in time), duration and latency queries.
3684
3685 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3686
3687         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3688         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3689         (gst_videomixer_fill_queues), (forward_event_func),
3690         (forward_event), (gst_videomixer_src_event),
3691         (gst_videomixer_sink_event):
3692         * gst/videomixer/videomixer.h:
3693         Implement proper seek/newsegment handling.
3694         Based on adder's implementation.
3695         Fixes #535121
3696
3697 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3698
3699         Patch by: Jan Gerber <j at oil21 dot org>
3700
3701         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3702         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3703
3704 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3705
3706         * gst/audiofx/Makefile.am:
3707         * gst/audiofx/audiofx.c: (plugin_init):
3708         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3709         (gst_audio_voice_class_init), (gst_audio_voice_init),
3710         (update_filter), (gst_audio_voice_set_property),
3711         (gst_audio_voice_get_property), (gst_audio_voice_setup),
3712         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3713         (gst_audio_voice_transform_ip):
3714         * gst/audiofx/audiovoice.h:
3715         Add simple voice removal element. Yay karaoke.
3716
3717 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3718
3719         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3720
3721         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3722         Fix potential caps leak.
3723         If we can't get the framerate with an ioctl, try to get it with the
3724         current norm. Fixes #520092.
3725
3726 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3727
3728         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3729
3730         * sys/v4l2/v4l2src_calls.c:
3731         (gst_v4l2src_probe_caps_for_format_and_size):
3732         If we fail to get the frame intervals, simply don't touch the framerates
3733         on the template caps instead of discarding the format. See #520092.
3734
3735 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3736
3737         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3738
3739         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
3740         (gst_v4l2_get_caps_info):
3741         Add NV12, NV21 and bayer support. See #520092.
3742
3743 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3744
3745         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3746         (gst_qtdemux_activate_segment):
3747         Unbreak segment activation again. Fixes #531672.
3748
3749 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
3750
3751         * ext/flac/Makefile.am:
3752         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3753         Set the channel layout when decoding FLAC files with more than 2
3754         channels as defined by the FLAC spec. Fixes bug #534570.
3755
3756         Also don't try to decode left/side, right/side and mid/side files
3757         as we don't support this at all.
3758
3759 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3760
3761         * configure.ac:
3762           We need -base CVS (rtsp).
3763
3764 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3765
3766         * gst/udp/Makefile.am:
3767           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
3768           when including netdb.h when building against glibc >= 2.8.
3769
3770 2008-05-22  Julien Moutte  <julien@fluendo.com>
3771
3772         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
3773         debug statement arguments.
3774         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
3775         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
3776         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
3777         on more platforms.
3778
3779 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3780
3781         * tests/check/elements/avimux.c: (setup_src_pad),
3782         (teardown_src_pad):
3783         * tests/check/elements/icydemux.c: (icydemux_found_pad),
3784         (GST_START_TEST):
3785         * tests/check/elements/matroskamux.c: (setup_src_pad),
3786         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
3787         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
3788         (GST_START_TEST):
3789         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
3790         (setup_wavpackparse), (cleanup_wavpackparse):
3791         Don't use gst_element_get_pad(), it's a bad, bad method.
3792
3793 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3794
3795         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3796         (do_toggle_element):
3797         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3798         (do_toggle_element):
3799         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3800         (do_toggle_element):
3801         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
3802         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
3803         (do_toggle_element):
3804         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
3805         (do_toggle_element):
3806         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
3807         (gst_auto_audio_sink_detect):
3808         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
3809         (gst_auto_video_sink_detect):
3810         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3811         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
3812         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
3813         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
3814         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
3815         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
3816         * tests/icles/videocrop-test.c: (test_with_caps),
3817         (video_crop_get_test_caps):
3818         Don't use gst_element_get_pad(), it's a bad method.
3819
3820 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3821
3822         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3823         (gst_multiudpsink_add_internal):
3824         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
3825         (gst_udp_join_group):
3826         * gst/udp/gstudpnetutils.h:
3827         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3828         Joining a multicast group and setting the loop/ttl properties are
3829         totally unrelated tasks are must be separated.
3830
3831 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
3832
3833         * gst/avi/gstavimux.c:
3834           Also support alaw/mulaw.
3835
3836 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3837
3838         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3839         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
3840         * gst/udp/gstmultiudpsink.h:
3841         Add a fixme for the auto-multicast property.
3842         Fix some confusing debug messages.
3843         Disable setting a qos value by default.
3844
3845 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3846
3847         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
3848
3849         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
3850         Ignore EPERM errors from sendto. Fixes #533619.
3851
3852 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3853
3854         Patch by: Henrik Eriksson <henriken at axis dot com>
3855
3856         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3857         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
3858         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3859         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
3860         * gst/udp/gstmultiudpsink.h:
3861         Add qos-dscp property to manage the Quality of service. Fixes #469917.
3862
3863 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3864
3865         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
3866         Improve debugging of the ident.
3867
3868 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3869
3870         Patch by: Bruno Santos <brunof at ua dot pt>
3871
3872         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3873         (gst_udp_join_group), (gst_udp_leave_group),
3874         (gst_udp_is_multicast):
3875         * gst/udp/gstudpnetutils.h:
3876         Provide a bunch of helper methods to deal with IPv4 and IPv6
3877         transparently.
3878
3879         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3880         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3881         (gst_multiudpsink_get_property), (join_multicast),
3882         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3883         (gst_multiudpsink_remove):
3884         * gst/udp/gstmultiudpsink.h:
3885         Add multicast TTL and loopback properties.
3886         Use the helper methods to implement ip4 and ip6.
3887
3888         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3889         * gst/udp/gstudpsrc.h:
3890         Use the helper methods to implement ip4 and ip6.
3891         Fixes #515962.
3892
3893 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3894
3895         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3896
3897         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3898         (gst_multipart_demux_get_gstname),
3899         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3900         * gst/multipart/multipartdemux.h:
3901         Don't blindly copy the mime-type as the caps name because they not
3902         always map directly. Instead use a hashtable with common mappings.
3903         Fixes #533287.
3904
3905 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3906
3907         * ext/esd/esdsink.c: (gst_esdsink_write):
3908         When we post an error, we must return -1 to let the parent know that we
3909         cannot write the segment else it will loop and continue to call us again
3910         forever. Patch by Michael Meeks.
3911
3912 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3913
3914         * gst/videomixer/videomixer.c:
3915           Add missing incudes.
3916
3917 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3918
3919         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3920         (gst_rtp_h264_pay_handle_buffer):
3921         * gst/rtp/gstrtph264pay.h:
3922         Correct a typo (sinle -> single).
3923
3924 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3925
3926         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3927         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3928         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3929         (gst_rtp_h264_depay_process):
3930         * gst/rtp/gstrtph264depay.h:
3931         Add experimental support for outputting quicktime-like AVC output in
3932         addition to the existing bytestream output.
3933
3934         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3935         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3936         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3937         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3938         (gst_rtp_h264_pay_get_property):
3939         * gst/rtp/gstrtph264pay.h:
3940         Make the parsing mode configurable, for some inputs we don't need to
3941         scan every byte for start codes.
3942         Only set the marker bit on ACCESS units.
3943
3944 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3945
3946         * gst/equalizer/gstiirequalizer.c:
3947         Use a bigger type in integer mode for the intermediate results to
3948         prevent overflows. This fixes the crippled sound when using the
3949         equalizer in integer mode. Fixes bug #510865.
3950
3951 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3952
3953         * gst/videomixer/videomixer.c:
3954         * gst/videomixer/videomixer.h:
3955         Instead of a random number for the request pad id's,
3956         use a counter.
3957
3958         Register the videomixerpad class from the element's class_init
3959         where it's safer, and allows the docs generator to scan it.
3960
3961 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3962
3963         * gst/smpte/Makefile.am:
3964         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3965         * gst/smpte/gstsmpte.h:
3966         * gst/smpte/gstsmptealpha.c:
3967         (gst_smpte_alpha_transition_type_get_type),
3968         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3969         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3970         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3971         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3972         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3973         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3974         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3975         * gst/smpte/gstsmptealpha.h:
3976         * gst/smpte/plugin.c: (plugin_init):
3977         Add new plugin that adds the SMPTE transition in the alpha channel of
3978         I420 and AYUV frames so that they can be blended with videomixer later
3979         on. Uses all niceties such as using base transform for efficient alloc
3980         and negotiation. It currently requires GstController to control the
3981         position in the transition effect.
3982
3983 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3984
3985         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3986         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3987         * docs/plugins/gst-plugins-good-plugins.args:
3988         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3989         * docs/plugins/gst-plugins-good-plugins.interfaces:
3990         * docs/plugins/gst-plugins-good-plugins.types:
3991         * gst/videomixer/videomixer.c:
3992           Try using thaytans new mechanism to get extra classes into plugin
3993           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
3994           missing still.
3995
3996 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
3997
3998         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
3999         Set proper rate in avi stream header for PCM audio, and also do some
4000         more sanity checks on caps in this case.  Fixes #511489.
4001
4002 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4003
4004         * sys/v4l2/gstv4l2src.c:
4005         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4006         isn't implemented at all yet and this requires X headers to be
4007         installed. Fixes bug #533264.
4008
4009 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4010
4011         reviewed by: <delete if not using a buddy>
4012
4013         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4014         (gst_ebml_write_set_cache):
4015         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4016         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4017         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4018         (gst_matroska_demux_read_track_encodings),
4019         (gst_matroska_demux_add_stream),
4020         (gst_matroska_demux_handle_src_query),
4021         (gst_matroska_demux_init_stream),
4022         (gst_matroska_demux_parse_index_cuetrack),
4023         (gst_matroska_demux_parse_index_pointentry),
4024         (gst_matroska_demux_parse_info),
4025         (gst_matroska_demux_parse_metadata_id_simple_tag),
4026         (gst_matroska_demux_parse_metadata),
4027         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4028         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4029         (gst_matroska_demux_parse_cluster),
4030         (gst_matroska_demux_parse_contents_seekentry),
4031         (gst_matroska_demux_loop_stream_parse_id),
4032         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4033         (gst_matroska_demux_audio_caps),
4034         (gst_matroska_demux_subtitle_caps):
4035         * gst/matroska/matroska-demux.h:
4036         * gst/matroska/matroska-ids.c:
4037         (gst_matroska_track_init_subtitle_context):
4038         * gst/matroska/matroska-ids.h:
4039         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4040         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4041         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4042         * sys/v4l2/gstv4l2src.c:
4043         * tests/check/pipelines/wavpack.c: (bus_handler):
4044         * win32/common/config.h:
4045
4046 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4047
4048         * ext/wavpack/gstwavpackstreamreader.c:
4049         * tests/examples/spectrum/demo-audiotest.c:
4050         * tests/examples/spectrum/demo-osssrc.c:
4051         Fix some compiler warnings.
4052
4053 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4054
4055         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4056         Small comment added.
4057
4058         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4059         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4060         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4061         Debug string cleanups (remove trailing \n)
4062         Refactor and clean up the payloader a bit and make sure that we only
4063         put one NAL unit in an RTP packet even if the input buffer contains
4064         multiple NAL units.
4065         Add suport for AVC format input.
4066
4067 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4068
4069         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4070         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4071         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4072         * gst/rtp/gstrtph264pay.h:
4073         Make it possible to specify profile-level-id and sprop-parameter-sets
4074         using properties in case they are not available in-stream.
4075
4076 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4077
4078         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4079         * docs/plugins/gst-plugins-good-plugins.args:
4080         * docs/plugins/inspect/plugin-ladspa.xml:
4081           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4082
4083 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4084
4085         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4086         Send an initial BYTE segment to inform downstream of later seeking,
4087         and to forego sync attempts.
4088
4089 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4090
4091         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4092         Fix wrong caps string.
4093
4094 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4095
4096         Based on patch by: Olivier Crete <tester at tester dot ca>
4097
4098         * gst/rtp/Makefile.am:
4099         * gst/rtp/gstrtp.c: (plugin_init):
4100         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4101         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4102         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4103         (gst_rtp_g729_depay_plugin_init):
4104         * gst/rtp/gstrtpg729depay.h:
4105         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4106         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4107         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4108         * gst/rtp/gstrtpg729pay.h:
4109         Added G729 pay and depayloaders. Fixes #532409.
4110
4111 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4112
4113         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4114         Fix the calculation of the duration of the concealment packets.
4115
4116 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4117
4118         Based on patch by: Olivier Crete <tester at tester dot ca>
4119
4120         * gst/rtp/Makefile.am:
4121         * gst/rtp/gstrtp.c: (plugin_init):
4122         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4123         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4124         (parse_encode), (gst_rtp_dv_depay_setcaps),
4125         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4126         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4127         (gst_rtp_dv_depay_plugin_init):
4128         * gst/rtp/gstrtpdvdepay.h:
4129         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4130         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4131         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4132         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4133         (gst_dv_pay_negotiate), (include_dif),
4134         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4135         * gst/rtp/gstrtpdvpay.h:
4136         Add DV pay and depayloaders. Fixes #532423.
4137
4138 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4139
4140         * gst/matroska/matroska-demux.c:
4141         (gst_matroska_demux_push_dvd_clut_change_event):
4142         Convert subtitle palette info in VobSub private data from VobSub's
4143         (buggy) RGB to YUV.
4144
4145 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4146
4147         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4148         Do not leave fourcc stream header field empty upon reset.
4149         Fixes #519301.
4150
4151 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4152
4153         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4154         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4155         * docs/plugins/inspect/plugin-goom.xml:
4156         * docs/plugins/inspect/plugin-goom2k1.xml:
4157         * gst/goom/gstgoom.c:
4158         * gst/goom2k1/gstgoom.c:
4159         Add goom2k1 into the docs.
4160
4161 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4162
4163         Based on patch by: Wouter Cloetens  <wouter at mind be>
4164
4165         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4166         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4167         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4168         (gst_rtsp_decode_quoted_string),
4169         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4170         (gst_rtspsrc_setup_auth):
4171         Support Digest authentication. Fixes #532065.
4172
4173 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4174
4175         * gst/level/gstlevel.c:
4176           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4177           about whats needed for liboil acceleration. Simplify docs a bit.
4178
4179 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4180
4181         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4182
4183         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4184         Update the track duration if the old one was invalid.
4185         Fixes bug #532117.
4186
4187 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4188
4189         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4190           Use GST_STR_NULL when trying to print sps and pps strings that could
4191           be NULL, as this might crash on some platforms.
4192
4193 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4194
4195         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4196
4197         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4198           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4199           set after creating the clipper.
4200
4201 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4202
4203         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4204
4205         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4206           Added checking of surface lost case after an unsuccessful
4207           IDirectDrawSurface7_Lock() call.
4208           If surface is lost, return GST_FLOW_OK.
4209
4210 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4211
4212         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4213
4214         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4215           WndProc, gst_directdraw_sink_window_thread):
4216           Improved Windows message loop and fixed window destruction issue.
4217           When the window which DirectDraw is rendering to is destroyed, the
4218           render/show_frame function will return GST_FLOW_ERROR.
4219           Partially fixes #520885.
4220
4221 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4222
4223         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4224
4225         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4226           Fixed mid stream resolution change bug, the offscreen surface is now
4227           released when set_caps is called.
4228           Partially fixes #520885.
4229
4230 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4231
4232         * sys/directdraw/gstdirectdrawsink.c
4233           (gst_directdraw_sink_buffer_alloc):
4234           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4235           width/height.
4236
4237           Especially when looking through the pool of buffers, make sure that
4238           the width/height of caps is used instead of the already negotiated
4239           dimensions.
4240           For example if a buffer with different caps is requested, i.e.
4241           higher resolution, the caller would get a buffer with the old
4242           dimensions and thus corrupt the heap.
4243
4244 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4245
4246         * sys/directdraw/gstdirectdrawsink.c
4247           (gst_directdraw_sink_buffer_alloc):
4248           Clear the flags on recycled buffers from buffer_alloc.
4249           Partially fixes #520885.
4250
4251 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4252
4253         * gst/rtp/gstrtpilbcpay.c:
4254           Added missing stdlib.h include for strtol(), and made include ordering and
4255           style consistent with the corresponding depayloader.
4256
4257 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4258
4259         * configure.ac:
4260           Error out if we don't have the required core/base versions.
4261
4262 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4263
4264         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4265
4266         * sys/osxvideo/cocoawindow.m:
4267         Fix compiler warnings on PPC64. Fixes bug #499318.
4268
4269 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4270
4271         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4272
4273         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4274         Don't leak file descriptors on error. Fixes #531532.
4275
4276 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4277
4278         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4279         (gst_gconf_audio_src_change_state):
4280         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4281         (gst_gconf_video_sink_change_state):
4282         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4283         (gst_gconf_video_src_change_state):
4284         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4285         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4286         When we can't create a fakesink/fakesrc complain instead of unreffing
4287         NULL pointers and crashing later. See bug #530535.
4288
4289 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4290
4291         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4292         Add some more debug info and guard against small payloads.
4293
4294         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4295         Set duration on outgoing buffers because we can.
4296
4297 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4298
4299         Patch by: Olivier Crete <tester at tester dot ca>
4300
4301         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4302         (gst_speex_enc_init), (gst_speex_enc_chain):
4303         Add negotiation for the speex channels and rate. Fixes #465146.
4304
4305 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4306
4307         Patch by: Olivier Crete <tester at tester dot ca>
4308
4309         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4310         (gst_rtp_speex_pay_getcaps):
4311         Add negotiation for the speex channels and rate. See #465146.
4312
4313 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4314
4315         Patch by: Olivier Crete <tester at tester dot ca>
4316
4317         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4318         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4319         Add negotiation for the ILBC mode. See #465146.
4320
4321 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4322
4323         * ext/soup/gstsouphttpsrc.c:
4324           Include stdlib to fix the build. Use g_free instead of free, libsoup
4325           uses glib.
4326
4327 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4328
4329         Patch by: j^ <j@bootlab.org>
4330
4331         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4332         Add more mpeg2 variants. Fixes #530886.
4333
4334 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4335
4336         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4337
4338         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4339           Don't error out if we get an ICMP destination-unreachable
4340           message when trying to read packets on win32 (#529454).
4341
4342 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4343
4344         * configure.ac:
4345         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4346           Use new error code for encrypted streams (which requires core CVS).
4347
4348 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4349
4350         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4351           (gst_qtdemux_audiosrc_template):
4352           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4353
4354 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4355
4356         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4357         (speex_dec_chain_parse_data):
4358         Produce concealment data when time progresses in a segment update.
4359
4360 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4361
4362         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4363         (speex_dec_chain):
4364         Try to preserve input timestamps when we can.
4365         Do beginnings of error concealment.
4366
4367 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4368
4369         * gst/debug/gstnavigationtest.c:
4370           MSVC doesn't provide rint(), define an adequate replacement locally as
4371           elsewhere.
4372
4373 2008-04-28  Julien Moutte  <julien@fluendo.com>
4374
4375         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4376         format to pacify Mac OSX's gcc.
4377
4378 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4379
4380         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4381           (DEFAULT_MAX), (src_template), (sink_template),
4382           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4383           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4384           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4385           Bring rndbuffersize element into a state that doesn't require us
4386           to move it to -bad immediately. For one, fix up default min/max
4387           values so that the element actuall works using the default values.
4388           Also, don't ignore flow return values and do some kind of minimal
4389           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4390           other gratuitious clean-ups.
4391
4392 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4393
4394         * docs/plugins/Makefile.am:
4395         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4396         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4397         * docs/plugins/gst-plugins-good-plugins.args:
4398         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4399         * docs/plugins/gst-plugins-good-plugins.interfaces:
4400         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4401         * docs/plugins/inspect/plugin-1394.xml:
4402         * docs/plugins/inspect/plugin-aasink.xml:
4403         * docs/plugins/inspect/plugin-alaw.xml:
4404         * docs/plugins/inspect/plugin-alpha.xml:
4405         * docs/plugins/inspect/plugin-alphacolor.xml:
4406         * docs/plugins/inspect/plugin-annodex.xml:
4407         * docs/plugins/inspect/plugin-apetag.xml:
4408         * docs/plugins/inspect/plugin-audiofx.xml:
4409         * docs/plugins/inspect/plugin-auparse.xml:
4410         * docs/plugins/inspect/plugin-autodetect.xml:
4411         * docs/plugins/inspect/plugin-avi.xml:
4412         * docs/plugins/inspect/plugin-cacasink.xml:
4413         * docs/plugins/inspect/plugin-cairo.xml:
4414         * docs/plugins/inspect/plugin-cdio.xml:
4415         * docs/plugins/inspect/plugin-cutter.xml:
4416         * docs/plugins/inspect/plugin-debug.xml:
4417         * docs/plugins/inspect/plugin-dv.xml:
4418         * docs/plugins/inspect/plugin-efence.xml:
4419         * docs/plugins/inspect/plugin-effectv.xml:
4420         * docs/plugins/inspect/plugin-equalizer.xml:
4421         * docs/plugins/inspect/plugin-esdsink.xml:
4422         * docs/plugins/inspect/plugin-flac.xml:
4423         * docs/plugins/inspect/plugin-flxdec.xml:
4424         * docs/plugins/inspect/plugin-gamma.xml:
4425         * docs/plugins/inspect/plugin-gconfelements.xml:
4426         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4427         * docs/plugins/inspect/plugin-goom.xml:
4428         * docs/plugins/inspect/plugin-halelements.xml:
4429         * docs/plugins/inspect/plugin-icydemux.xml:
4430         * docs/plugins/inspect/plugin-id3demux.xml:
4431         * docs/plugins/inspect/plugin-jpeg.xml:
4432         * docs/plugins/inspect/plugin-level.xml:
4433         * docs/plugins/inspect/plugin-matroska.xml:
4434         * docs/plugins/inspect/plugin-monoscope.xml:
4435         * docs/plugins/inspect/plugin-mulaw.xml:
4436         * docs/plugins/inspect/plugin-multifile.xml:
4437         * docs/plugins/inspect/plugin-multipart.xml:
4438         * docs/plugins/inspect/plugin-navigationtest.xml:
4439         * docs/plugins/inspect/plugin-ossaudio.xml:
4440         * docs/plugins/inspect/plugin-png.xml:
4441         * docs/plugins/inspect/plugin-quicktime.xml:
4442         * docs/plugins/inspect/plugin-rtp.xml:
4443         * docs/plugins/inspect/plugin-rtsp.xml:
4444         * docs/plugins/inspect/plugin-shout2send.xml:
4445         * docs/plugins/inspect/plugin-smpte.xml:
4446         * docs/plugins/inspect/plugin-spectrum.xml:
4447         * docs/plugins/inspect/plugin-speex.xml:
4448         * docs/plugins/inspect/plugin-taglib.xml:
4449         * docs/plugins/inspect/plugin-udp.xml:
4450         * docs/plugins/inspect/plugin-video4linux2.xml:
4451         * docs/plugins/inspect/plugin-videobalance.xml:
4452         * docs/plugins/inspect/plugin-videobox.xml:
4453         * docs/plugins/inspect/plugin-videocrop.xml:
4454         * docs/plugins/inspect/plugin-videoflip.xml:
4455         * docs/plugins/inspect/plugin-videomixer.xml:
4456         * docs/plugins/inspect/plugin-wavenc.xml:
4457         * docs/plugins/inspect/plugin-wavpack.xml:
4458         * docs/plugins/inspect/plugin-wavparse.xml:
4459         * docs/plugins/inspect/plugin-ximagesrc.xml:
4460           Add docs for gdkpixbufsink; update docs to CVS version.
4461
4462 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4463
4464         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4465         Remove test sync-offset by default.
4466
4467 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4468
4469         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4470         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4471         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4472           Use GLib versions of htonl, htons, ntohl and ntohs in order
4473           to avoid problems on win32 (#529707).
4474
4475 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4476
4477         Patch by: Jesús Corrius <jesus at softcatala org>
4478
4479         * gst/goom/filters.c: (zoomVector):
4480         * gst/goom/goom_core.c: (init_buffers):
4481           Fix build with mingw32: use rand() instead of random() and
4482           replace bzero() with memset(). Fixes #529692.
4483
4484 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4485
4486         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4487         Fix typo in comments.
4488
4489         * tests/examples/rtp/client-H263p-PCMA.sdp:
4490         * tests/examples/rtp/client-H263p-PCMA.sh:
4491         * tests/examples/rtp/client-H264-PCMA.sdp:
4492         * tests/examples/rtp/client-H264-PCMA.sh:
4493         * tests/examples/rtp/client-H264.sdp:
4494         * tests/examples/rtp/client-H264.sh:
4495         * tests/examples/rtp/client-PCMA.sdp:
4496         * tests/examples/rtp/client-PCMA.sh:
4497         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4498         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4499         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4500         Add some more docs and fix examples.
4501
4502 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4503
4504         * tests/check/elements/multifile.c:
4505         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4506         declared in the former, some have it declared in the latter.
4507
4508 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4509
4510         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4511         * gst/debug/tests.c: (md5_get_value):
4512         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4513         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4514         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4515         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4516         Stop using deprecated GLib functions.
4517
4518 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4519
4520         * configure.ac:
4521         Back to development -> 0.10.8.1
4522
4523 === release 0.10.8 ===
4524
4525 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4526
4527         * configure.ac:
4528           releasing 0.10.8, "One For The Money"
4529
4530 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4531
4532         * configure.ac:
4533         0.10.7.4 pre-release
4534
4535 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4536
4537         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4538         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4539         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4540         * gst/goom/flying_stars_fx.c: (fs_free):
4541         * gst/goom/goom_config_param.h:
4542         * gst/goom/goom_core.c: (goom_init), (goom_close):
4543         * gst/goom/goom_plugin_info.h:
4544         * gst/goom/gstgoom.c: (gst_goom_finalize):
4545         * gst/goom/lines.c: (goom_lines_free):
4546         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4547         * gst/goom/surf3d.c: (grid3d_free):
4548         * gst/goom/surf3d.h:
4549         * gst/goom/tentacle3d.c: (tentacle_free):
4550         Free a bunch of stuff, and initialise things to fix leaks
4551         and valgrind warnings in the testsuite.
4552
4553         Fixes: #529268
4554
4555 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4556
4557         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4558         (gst_rtspsrc_configure_caps):
4559         Ref caps as the return value for the request_pt_map signal.
4560         Remove some caps weirdness when configuring a stream. See #528245.
4561
4562 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4563
4564         * tests/icles/gdkpixbufsink-test.c:
4565           Add cast to placate gcc 4.1.2.
4566
4567 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4568
4569         * configure.ac:
4570         0.10.7.3 pre-release
4571
4572 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4573
4574         * tests/check/Makefile.am:
4575         Disable some more elements in the state test.
4576         Add a define so the soup test can find the test files
4577         it needs at runtime.
4578
4579         * tests/check/elements/souphttpsrc.c: (run_server):
4580
4581         Add a define so the soup test can find the test files
4582         it needs at runtime.
4583
4584 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4585
4586         * gst/goom/convolve_fx.c: (convolve_apply):
4587         Don't ever draw the GOOM logo.
4588         Fixes: #528615
4589
4590 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4591
4592         * ext/cdio/gstcdiocddasrc.c:
4593         * ext/dv/gstdvdemux.c: 
4594         gst_atomic_int_set ==> g_atomic_int_set
4595
4596 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4597
4598         * configure.ac:
4599         * gst/goom/Makefile.am:
4600         * gst/goom/convolve_fx.c:
4601         * gst/goom/default_scripts.h:
4602         * gst/goom/goom.h:
4603         * gst/goom/goom_core.c: (choose_a_goom_line):
4604         * gst/goom/goom_plugin_info.h:
4605         * gst/goom/goomsl.c:
4606         * gst/goom/goomsl.h:
4607         * gst/goom/goomsl_hash.c:
4608         * gst/goom/goomsl_hash.h:
4609         * gst/goom/goomsl_heap.c:
4610         * gst/goom/goomsl_heap.h:
4611         * gst/goom/goomsl_private.h:
4612         * gst/goom/plugin_info.c:
4613           Strip out the config/script parsing stuff, we don't need it.
4614           Fixes #527999.
4615
4616 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4617
4618         * gst/goom/plugin_info.c: (setOptimizedMethods):
4619           Disable altivec optimisations for 32-bit PPC as well to make
4620           things build properly on all PPC systems. Fixes #528143
4621
4622 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4623
4624         * gst-plugins-good.spec.in:
4625           Update for souphttpsrc plugin which has moved to -good.
4626
4627 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4628
4629         * gst/matroska/matroska-demux.c:
4630         (gst_matroska_demux_handle_seek_event):
4631         Fix open-ended seeks in matroskademux
4632         Patch by: Mark Nauwelaerts <manauw skynet be>
4633         Fixes: #526557
4634
4635 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4636
4637         * tests/check/Makefile.am:
4638         Add soup test certificates to the dist.
4639
4640 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4641
4642         * ext/Makefile.am:
4643         Remove LADSPA reference I missed.
4644
4645 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4646
4647         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4648         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4649         over gnome-vfs and everything else. Fixes bug #527848.
4650
4651 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4652
4653         * configure.ac:
4654         * ext/Makefile.am:
4655         Remove LADSPA plugin. Fixes: #515978
4656
4657 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4658
4659         * configure.ac:
4660         * docs/plugins/Makefile.am:
4661         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4662         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4663         * docs/plugins/gst-plugins-good-plugins.args:
4664         * docs/plugins/inspect/plugin-soup.xml:
4665         * ext/Makefile.am:
4666         * tests/check/Makefile.am:
4667         Move soup plugin from -bad (Fixes: #523124)
4668
4669 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4670
4671         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4672         Fix bounds checking of mode in Speex header, which may
4673         produce negative numbers in speex <= 1.1.12
4674
4675 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4676
4677         * gst/goom/Makefile.am:
4678         * gst/goom/gfontlib.c:
4679         * gst/goom/gfontlib.h:
4680         * gst/goom/gfontrle.c:
4681         * gst/goom/gfontrle.h:
4682         * gst/goom/goom.h:
4683         * gst/goom/goom_core.c: (goom_update):
4684         * gst/goom/goom_plugin_info.h:
4685         * gst/goom/gstgoom.c: (gst_goom_chain):
4686         * gst/goom/plugin_info.c:
4687           Remove a bunch of font/text related code that we don't need.
4688
4689 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4690
4691         * gst/goom/ppc_drawings.s:
4692         * gst/goom/ppc_zoom_ultimate.s:
4693           Change license of these files to LGPL, as permitted by the
4694           author, Guillaume Borios. See #515073.
4695
4696 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4697
4698         * gst/goom/convolve_fx.c:
4699         * gst/goom/motif_goom1.h:
4700         * gst/goom/motif_goom2.h:
4701           As hinted in Bug #518213, revert one change and fix warnings properly.
4702           This fixes both #518213 and #520073 for me.     
4703
4704 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4705
4706         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4707         * gst/matroska/matroska-demux.c:
4708         (gst_matroska_demux_handle_seek_event),
4709         (gst_matroska_demux_parse_contents_seekentry),
4710         (gst_matroska_demux_loop):
4711         Fix the Forte build by making function declaration signatures
4712         match the implementations.
4713
4714 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
4715
4716         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4717         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
4718         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
4719           More logging when probing (see #518474), some comments in _reset().
4720
4721 2008-04-07  Julien Moutte  <julien@fluendo.com>
4722
4723         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
4724         because of a bad argument number.
4725
4726 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4727
4728         * tests/icles/.cvsignore:
4729         * tests/icles/Makefile.am:
4730         * tests/icles/gdkpixbufsink-test.c:
4731           Interactive test app for gdkpixbufsink.
4732
4733 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4734
4735         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4736
4737         * configure.ac:
4738         Actually build dlls when cross-compiling with mingw32.
4739         Fixes bug #526247.
4740
4741 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
4742
4743         * ext/hal/hal.c: (gst_hal_get_alsa_element):
4744           Don't munge device string to 'default:x' for capture devices.
4745           Fixes #525833.
4746
4747 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4748
4749         * ext/wavpack/gstwavpackparse.c:
4750         (gst_wavpack_parse_index_entry_free):
4751         Always use GSlice as we actually depend on GLib 2.12 already.
4752
4753 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4754
4755         * configure.ac:
4756           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
4757           Also bump the GLib requirement to the current de-facto requirement
4758           (ie. 2.12).
4759
4760 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4761
4762         * gst/rtp/gstrtph264pay.c: (encode_base64),
4763         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
4764         * gst/rtp/gstrtph264pay.h:
4765         Parse codec_data for future AVC compatibility.
4766         Fail when we encounter AVC data for now.
4767
4768 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4769
4770         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
4771           (gst_spectrum_init), (gst_spectrum_set_property),
4772           (gst_spectrum_get_property), (gst_spectrum_message_new):
4773           Rename property enums and default defines for the properties to match
4774           the property names and rephrase property descriptions to make them a
4775           bit clearer (hopefully). See #518188.
4776
4777 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4778
4779         * tests/check/Makefile.am:
4780         * tests/check/elements/.cvsignore:
4781         * tests/check/elements/gdkpixbufsink.c:
4782           Add unit test for gdkpixbufsink element.
4783
4784 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4785
4786         * ext/gdk_pixbuf/Makefile.am:
4787         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4788         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
4789           (gst_gdk_pixbuf_sink_base_init),
4790           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
4791           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
4792           (gst_gdk_pixbuf_sink_set_caps),
4793           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
4794           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
4795           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
4796           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
4797           (gst_gdk_pixbuf_sink_get_property):
4798         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
4799           Add gdkpixbufsink element for easy snapshotting (#525946).
4800
4801 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4802
4803         * tests/check/pipelines/wavpack.c: (wavpack_suite):
4804         Bump timeout from 3 to 60 seconds.
4805
4806 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4807
4808         * tests/check/pipelines/.cvignore:
4809         Remove useless file.
4810
4811         * tests/check/pipelines/.cvsignore:
4812         Add new test to .cvsignore.
4813
4814 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4815
4816         * tests/check/Makefile.am:
4817         * tests/check/pipelines/wavpack.c: (bus_handler),
4818         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
4819         (wavpack_suite), (main):
4820         Add unit test that encodes and decodes some data, checks that it
4821         is still the same and that all timestamps/offsets are perfect.
4822
4823 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4824
4825         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
4826         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
4827         * ext/wavpack/gstwavpackparse.c:
4828         (gst_wavpack_parse_index_entry_new),
4829         (gst_wavpack_parse_index_entry_free),
4830         (gst_wavpack_parse_base_init),
4831         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
4832         Use GSlice for allocating index entries and use
4833         gst_element_class_set_details_simple().
4834
4835 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4836
4837         Patch by: Brian Cameron <brian.cameron at sun dot com>
4838
4839         * sys/sunaudio/gstsunaudio.c:
4840         * sys/sunaudio/gstsunaudiomixer.c:
4841         * sys/sunaudio/gstsunaudiomixer.h:
4842         * sys/sunaudio/gstsunaudiomixerctrl.c:
4843         * sys/sunaudio/gstsunaudiomixerctrl.h:
4844         * sys/sunaudio/gstsunaudiomixertrack.c:
4845         * sys/sunaudio/gstsunaudiomixertrack.h:
4846         * sys/sunaudio/gstsunaudiosink.c:
4847         * sys/sunaudio/gstsunaudiosink.h:
4848         * sys/sunaudio/gstsunaudiosrc.c:
4849         * sys/sunaudio/gstsunaudiosrc.h:
4850           Fix up copyrights (#525860).
4851
4852 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4853
4854         * gst/goom/goomsl.c: (gsl_read_file):
4855           Check return value of fread() to avoid compiler warnings.
4856
4857 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4858
4859         Based on patch by: Mersad Jelacic <mersad at axis dot com>
4860
4861         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
4862         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
4863         * gst/law/alaw-decode.h:
4864         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
4865         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4866         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4867         * gst/law/mulaw-decode.h:
4868         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
4869         Make negotiation a bit modern.
4870         Use pad_alloc. Fixes #525359.
4871
4872 2008-03-31  David Schleef  <ds@schleef.org>
4873
4874         * gst/goom/xmmx.c: Fix constraints on asm code so that it
4875           compiles consistently.  Fixes #522278.
4876
4877 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4878
4879         Patch by: Brian Cameron <brian.cameron at sun dot com>
4880
4881         * sys/sunaudio/gstsunaudiomixerctrl.c:
4882           (gst_sunaudiomixer_ctrl_get_volume),
4883           (gst_sunaudiomixer_ctrl_set_volume):
4884         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4885           Fix up the mixer tracks to use a volume range of 0-255, which is what
4886           the sun audio API uses. This simplifies the code and avoids rounding
4887           errors. Fixes #524593.
4888
4889 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4890
4891         * sys/v4l2/gstv4l2object.c:
4892         * sys/v4l2/gstv4l2object.h:
4893         Add device-fd property to make it possible to apps to call ioctl's.
4894
4895 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4896
4897         * gst/qtdemux/qtdemux.c: (next_entry_size):
4898         Unbreak streaming mode again.
4899
4900 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4901
4902         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4903           Remove superfluous DEBUG macro.
4904
4905 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4906
4907         Based on patch by: William M. Brack <wbrack at mmm com hk>
4908
4909         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4910           (gst_v4l2src_set_capture):
4911           Check whether the device supports setting the framerate before
4912           trying to set it and then posting a warning or error if it doesn't
4913           work (#516649, #520092). Also compare fractions more correctly.
4914
4915 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4916
4917         * gst/goom/Makefile.am:
4918           Remove ppc assembler optimisations from the build until they
4919           actually build (they also seem to have GPL headers).
4920
4921 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4922
4923         * m4/Makefile.am:
4924           Better not dist files that don't exist any longer (lrint*m4).
4925
4926 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4927
4928         * configure.ac:
4929         * m4/lrint.m4:
4930         * m4/lrintf.m4:
4931         Remove lrint/lrintf checks. We don't use it anywhere.
4932
4933 2008-03-18  Andy Wingo  <wingo@pobox.com>
4934
4935         * sys/osxvideo/osxvideosink.m
4936         (gst_osx_video_sink_osxwindow_destroy)
4937         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4938         task, whoopdee.
4939         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4940         2 ms.
4941
4942 2008-03-18  Andy Wingo  <wingo@pobox.com>
4943
4944         * sys/osxvideo/osxvideosink.m
4945         (gst_osx_video_sink_osxwindow_destroy)
4946         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4947         task, whoopdee.
4948         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4949         2 ms.
4950         
4951 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4952
4953         Patch by: William M. Brack <wbrack at mmm com hk>
4954
4955         * sys/v4l2/v4l2src_calls.c:
4956           (gst_v4l2src_probe_caps_for_format_and_size),
4957           (gst_v4l2src_probe_caps_for_format):
4958           Make sure the probed frame sizes are reversed in the resulting
4959           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4960           highest resolution first); also remove unused variable.
4961           (Partly fixes #520092)
4962
4963 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4964
4965         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4966
4967         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4968         (gst_rtspsrc_finalize):
4969         Call WSAStartup() and WSACleanup before using the Winsock API.
4970         See #520808.
4971
4972 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4973
4974         * gst/avi/gstavidemux.c:
4975           Erm, the buffer-size is just guint, no need for the special format
4976           specifier.
4977
4978 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4979
4980         * gst/goom/plugin_info.c:
4981         * gst/goom/ppc_zoom_ultimate.h:
4982           Small fixes to build more on PPC: ifdef out code that uses unknown
4983           define; add newline at end of header file to avoid compiler warning.
4984           Assembler code still doesn't build though.
4985
4986 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4987
4988         * gst/avi/gstavidemux.c:
4989           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4990           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4991
4992 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4993
4994         * gst/avi/gstavidemux.c:
4995           Chunksize is uint32. Fix format specifier.
4996
4997 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
4998
4999         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5000         mistake. Return file to pure MIT text.
5001
5002 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5003
5004         * gst/audiofx/audiofx.c:
5005         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5006         of hardcoding values.
5007
5008 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5009
5010         Patch by: Mark Nauwelaerts <manauw skynet be>
5011
5012         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5013           (gst_oss_src_close):
5014         * sys/oss/gstosssrc.h:
5015           Cache probed caps, so _get_caps() during recording doesn't cause
5016           ioctl calls which may disrupt the recording (fixes #521875).
5017
5018 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5019
5020         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5021         (gst_qtdemux_activate_segment),
5022         (gst_qtdemux_prepare_current_sample),
5023         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5024         Make sure we always send a DISCONT after a seek by setting the sample
5025         index to an undefined value after a seek.
5026
5027 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5028
5029         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5030           (GST_IS_AVI_SUBTITLE_CLASS):
5031           Fix up IS_FOO macros, which makes gtk-doc much happier.
5032
5033 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5034
5035         * tests/icles/Makefile.am:
5036           Move the -lgstfoo where it belongs.
5037
5038 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5039
5040         * gst/matroska/ebml-ids.h:
5041         Add ID for EBML CRC32 elements.
5042
5043         * gst/matroska/Makefile.am:
5044         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5045         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5046         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5047         (gst_ebml_read_header):
5048         Support reading 80bit floats, add finalize method to clean up
5049         in any case, support reading length/id elements with any length
5050         as long as it's smaller than our supported maximum, don't leak
5051         buffers if reading as much data as we wanted failed and some
5052         smaller cleanup.
5053
5054 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5055
5056         Patch by: Olivier Crete <tester at tester dot ca>
5057
5058         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5059         Check that a buffer is large enough before reading from it.
5060         Fixes bug #521102.
5061         
5062 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5063
5064         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5065         Fix compilation after removing the GstPollMode from the
5066         constructor.
5067
5068 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5069
5070         * configure.ac:
5071         * gst/audiofx/Makefile.am:
5072         * gst/audiofx/audiochebband.c:
5073         * gst/audiofx/audiocheblimit.c:
5074         * gst/audiofx/math_compat.h:
5075         Check for sinh(), cosh() and asinh() and define our own
5076         implementations if they're not available. Fixes bug #520880.
5077
5078 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5079
5080         Patch by: Olivier Crete <tester at tester dot ca>
5081
5082         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5083         Unref the buffers only once when handling not-negotiated errors.
5084         Fixes bug #520764.
5085
5086 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5087
5088         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5089
5090         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5091         (gst_udpsrc_stop):
5092         Properly balance WSA_Cleanup with WSA_Startup.
5093         Also make the poll controllable on windows. Fixes #520888.
5094
5095 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5096
5097         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5098         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5099         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5100         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5101         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5102         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5103         (gst_ebml_read_date), (gst_ebml_read_master),
5104         (gst_ebml_read_binary), (gst_ebml_read_header):
5105         * gst/matroska/ebml-read.h:
5106         * gst/matroska/matroska-demux.c:
5107         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5108         (gst_matroska_demux_read_track_encodings),
5109         (gst_matroska_demux_add_stream),
5110         (gst_matroska_demux_handle_src_query),
5111         (gst_matroska_demux_handle_seek_event),
5112         (gst_matroska_demux_init_stream),
5113         (gst_matroska_demux_parse_tracks),
5114         (gst_matroska_demux_parse_index_cuetrack),
5115         (gst_matroska_demux_parse_index_pointentry),
5116         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5117         (gst_matroska_demux_parse_metadata_id_simple_tag),
5118         (gst_matroska_demux_parse_metadata_id_tag),
5119         (gst_matroska_demux_parse_metadata),
5120         (gst_matroska_demux_sync_streams),
5121         (gst_matroska_demux_push_hdr_buf),
5122         (gst_matroska_demux_push_flac_codec_priv_data),
5123         (gst_matroska_demux_push_xiph_codec_priv_data),
5124         (gst_matroska_demux_add_wvpk_header),
5125         (gst_matroska_demux_check_subtitle_buffer),
5126         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5127         (gst_matroska_demux_parse_cluster),
5128         (gst_matroska_demux_parse_contents_seekentry),
5129         (gst_matroska_demux_parse_contents),
5130         (gst_matroska_demux_loop_stream_parse_id),
5131         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5132         * gst/matroska/matroska-demux.h:
5133         * gst/matroska/matroska-ids.h:
5134         Handle return values from pull_range in a more granular way to properly
5135         shut down on seeks.
5136         Combine return values from push.
5137         Implement proper error handling.
5138         Prepare for handling seeking correctly.
5139
5140 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5141
5142         * gst/matroska/ebml-read.c:
5143         Use GINT64 formatting constants from GLIB.
5144
5145         * gst/matroska/matroska-demux.c:
5146         Add some guards to avoid a possible division by 0 and crashing
5147         with NULL events on some systems.
5148         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5149         conversion. 
5150
5151         * gst/matroska/matroska-mux.c:
5152         Check for invalid timestamps in a bunch of places to avoid
5153         writing bogus durations into the output file.
5154         Fix some double<->gint64 conversions that weren't using
5155         gst_guint64_to_gdouble
5156
5157 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5158
5159         * configure.ac:
5160         Move the checks for bison, flex and as to the program section and the
5161         check for gcc inline asm to the compiler characteristics section.
5162
5163 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5164
5165         * configure.ac:
5166         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5167         plug-ins are included/excluded. (#498222)
5168
5169 2008-02-29  Michael Smith <msmith@fluendo.com>
5170
5171         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5172           Don't call gst_object_sync_values() unless we have a valid timestamp.
5173
5174 2008-02-28  David Schleef  <ds@schleef.org>
5175
5176         * gst/matroska/matroska-demux.c:
5177         * gst/matroska/matroska-ids.h:
5178         * gst/matroska/matroska-mux.c:
5179           Fix Dirac mapping.  I had previously added a VfW-type
5180           mapping, but it looks like Dirac will get a native Matroska
5181           mapping, and this is the most likely method.
5182
5183 2008-02-28  David Schleef  <ds@schleef.org>
5184
5185         * gst/avi/gstavimux.c: Add Dirac encoding
5186
5187 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5188
5189         Patch by: Peter Kjellerstedt <pkj at axis com>
5190
5191         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5192         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5193         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5194         * gst/udp/gstudpsrc.h:
5195         Port to GstPoll. See #505417.
5196
5197 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5198
5199         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5200         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5201         yet on the srcpad. We need rate and channels before we
5202         can do any processing. Fixes bug #519088.
5203
5204 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5205
5206         * configure.ac:
5207         Detect and indicate if GCC inline assembly syntax is
5208         available.
5209
5210         * gst/goom/Makefile.am:
5211         * gst/goom/convolve_fx.c:
5212         * gst/goom/flying_stars_fx.c:
5213         * gst/goom/goom_config.h:
5214         * gst/goom/goom_core.c:
5215         * gst/goom/goomsl.c:
5216         * gst/goom/ifs.c:
5217         * gst/goom/mmx.c:
5218         * gst/goom/plugin_info.c:
5219         * gst/goom/xmmx.c:
5220         Fix various GCC-isms, and only build the inline assembly
5221         with compilers that support GCC inline assembly.
5222
5223         Fix a couple of other warnings shown with Forte.
5224
5225 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5226
5227         * gst/goom/xmmx.c:
5228           Use 'emms' instead of 'femms' to not crash on cpus that do not
5229           implement this 3dnow specific instruction.
5230
5231 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5232
5233         * gst/goom/plugin_info.c: (setOptimizedMethods):
5234         Use extended MMX for draw_line() too if available, not only
5235         normal MMX.
5236
5237 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5238
5239         * ext/jpeg/gstjpeg.c: (plugin_init):
5240         Remove (commented out) smoke typefinder. This is in base now.
5241
5242 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5243
5244         * gst/goom2k1/Makefile.am:
5245         * gst/goom2k1/gstgoom.c:
5246
5247         Rename the installed library, and don't register the same 
5248         GType name as the new goom.
5249
5250 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5251
5252         * configure.ac:
5253         * ext/taglib/Makefile.am:
5254           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5255           when building C++ code (#516509).
5256
5257 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5258
5259         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5260         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5261           (setOptimizedMethods):
5262           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5263           anything useful. Export goom debug category so we can get
5264           rid of the VERBOSE define and the printfs.
5265
5266 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5267
5268         * gst/goom/goomsl_heap.c: (align_it):
5269         * gst/goom/plugin_info.c: (setOptimizedMethods):
5270           Compile fixes for x86-64.
5271
5272 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5273
5274         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5275         with warnings, but add other CFLAGS
5276
5277         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5278         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5279         (calculate_labels), (gsl_read_file):
5280         * gst/goom/goomsl_lex.l:
5281         * gst/goom/goomsl_yacc.y:
5282         * gst/goom/plugin_info.c: Remove a few live printf, and
5283         fprintf, replace exit() calls with g_assert_not_reached()
5284         if it not optimal for a library
5285
5286 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5287
5288         * gst/goom/Makefile.am: Remove the warnings being disabled,
5289         fix linkage on x86, spotted by Sebastian Dröge
5290         <slomo@circular-chaos.org>
5291
5292         * gst/goom/convolve_fx.c (convolve_init),
5293         (create_output_with_brightness), (convolve_apply):
5294         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5295         * gst/goom/goomsl.c:
5296         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5297         * gst/goom/plugin_info.c:
5298         * gst/goom/tentacle3d.c (tentacle_fx_create):
5299         Fix warnings, and disable the motifs in the convolve_fx
5300         plugin (they were causing warnings, and they were just
5301         "Goom" in funny letterring)
5302
5303 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5304
5305         * configure.ac: Add checks for Flex/Yacc/Bison and other
5306         furry animals, for the new goom 2k4 based plugin
5307
5308         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5309         CPU optimisations (not working yet), move the old plugin to...
5310
5311         * gst/goom2k1/*: ... here, in case somebody is sick enough
5312
5313         Fixes #515073
5314
5315 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5316
5317         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5318         Post the server response code in an error message instead of a generic
5319         'error' message. Fixes #517237.
5320
5321 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5322
5323         * tests/check/Makefile.am:
5324         Ignore gconfaudiosrc for the states unit test too. It will fallback
5325         to alsasrc if the gconf settings can't be read and not everybody has
5326         alsa.
5327
5328 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5329
5330         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5331         (gst_wavpack_parse_create_src_pad):
5332         * ext/wavpack/gstwavpackparse.h:
5333         Always report the duration if we know it in push mode and don't
5334         return 0 just to make totem believe we can't seek in push mode.
5335         Newer totem version use the SEEKING query which properly reports
5336         if we can seek or not.
5337
5338 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5339
5340         Patch by: Jens Granseuer <jensgr at gmx dot net>
5341
5342         * tests/examples/equalizer/demo.c: (main):
5343         C89 fix, moving variable declarations to the beginning of
5344         the block. Fixes bug #517933.
5345
5346 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5347
5348         * configure.ac:
5349         Back to development...
5350
5351 === release 0.10.7 ===
5352
5353 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5354
5355         * configure.ac:
5356           releasing 0.10.7, "Red Door Black"
5357
5358 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5359
5360         * gst/alpha/Makefile.am:
5361         Link alpha plugin with libgstbase. Fixes bug #517386.
5362
5363 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5364
5365         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5366         Init values to -1 instead of the default 0 value.
5367         Fixes #516524.
5368
5369 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5370
5371         * tests/examples/spectrum/spectrum-example.c:
5372         Add missing include to fix compilation when libxml usage is disabled.
5373         Fixes: #516371
5374
5375 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5376
5377         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5378         fixes: #514889
5379
5380         * gst/rtp/gstrtph264pay.c:
5381         * gst/rtp/gstrtpmp4gdepay.c:
5382         * gst/rtp/gstrtpmp4gpay.c:
5383         * gst/rtp/gstrtpmp4gpay.h:
5384         * gst/rtp/gstrtptheorapay.c:
5385         * gst/rtp/gstrtpvorbispay.c:
5386
5387         Fix various leaks shown up in valgrind
5388         - free sprops and buffer in error cases in H264 payloader
5389         - fix leak in mp4g depayloader when construction the caps
5390         - don't leak config string in the mp4g payloader
5391         - don't leak buffers and headers in theora and vorbis payloaders
5392
5393         * tests/check/elements/rtp-payloading.c:
5394
5395         Fix the RTP data test
5396         - Actually send valid amr data to the payloader instead of 20
5397         zero-bytes
5398         - The mp4g payloader expects codec_data on the caps
5399
5400 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5401
5402         * win32/MANIFEST:
5403         Add libgstpng.dsp to MANIFEST.
5404         * win32/vs6/libgstaudiofx.dsp:
5405         Add new source files to VS project file.
5406
5407 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5408
5409         * sys/ximage/gstximagesrc.c:
5410         Initialise variables when opening the X display rather
5411         than in _start(), as the display can be opened before that.
5412
5413         Fixes: #515985
5414
5415 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5416
5417         * sys/directdraw/gstdirectdrawsink.c:
5418         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5419         (gst_directdraw_sink_finalize):
5420         Properly chain up finalize functions. Fixes bug #515980.
5421
5422 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5423
5424         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5425         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5426         (gst_v4l2_buffer_pool_class_init):
5427         Chain up the finalize functions. Fixes bug #515984.
5428
5429 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5430
5431         * sys/ximage/ximageutil.c:
5432         Chain up in the finalize function for our custom
5433         buffer sub-class.
5434         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5435         Fixes: #515706
5436
5437 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5438
5439         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5440         (gst_fenced_buffer_class_init):
5441         Properly chain up finalize method. Fixes bug #515979.
5442
5443 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5444
5445         * sys/ximage/gstximagesrc.c:
5446         Free allocated Damage memory before closing our connection to the
5447         X server. Partially fixes: #515706
5448
5449 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5450
5451         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5452         * tests/check/Makefile.am:
5453         * tests/check/gst-plugins-good.supp:
5454         Add a few libjpeg suppressions and initialize a variable to
5455         make smokeenc valgrind clean. Fixes bug #515701.
5456
5457 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5458
5459         * gst/avi/gstavidemux.c:
5460         Revert patch which sends timestamps only on keyframes, as it
5461         breaks playback with current gst-ffmpeg.
5462
5463         Fixes: #515562
5464
5465 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5466
5467         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5468         * tests/check/elements/multifile.c: (GST_START_TEST):
5469         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5470
5471 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5472
5473         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5474         Use and unset the GError when pipeline creation fails instead of
5475         simply leaking it. Fixes bug #515704.
5476
5477 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5478
5479         * gst/audiofx/audioamplify.c:
5480         * gst/audiofx/audiochebband.c:
5481         * gst/audiofx/audiocheblimit.c:
5482         * gst/audiofx/audiodynamic.c:
5483         * gst/audiofx/audioinvert.c:
5484         * gst/audiofx/audiopanorama.c:
5485         * gst/audiofx/audiowsincband.c:
5486         * gst/audiofx/audiowsinclimit.c:
5487         Fix long description of audiofx elements. Fixes bug #515457.
5488
5489 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5490
5491         * docs/plugins/Makefile.am:
5492         * gst/spectrum/gstspectrum.c:
5493         * tests/examples/spectrum/.cvsignore:
5494         * tests/examples/spectrum/Makefile.am:
5495         * tests/examples/spectrum/spectrum-example.c:
5496
5497         Add a simple example application for the spectrum element, include it
5498         in the docs, and fix some documentation ambiguities.
5499
5500         Fixes: #348085
5501
5502 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5503
5504         * gst/equalizer/Makefile.am:
5505         * gst/spectrum/Makefile.am:
5506         Fix includes order
5507
5508         * tests/check/Makefile.am:
5509         Exclude v4l2src from the states test - it takes too long to start.
5510
5511         * tests/check/elements/spectrum.c:
5512         Make the test run properly with CK_FORK=no
5513
5514 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5515
5516         * gst/audiofix/Makefile.am: add missing header files 
5517
5518 2008-02-08  Julien Moutte  <julien@fluendo.com>
5519
5520         * gst/matroska/matroska-demux.c:
5521         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5522         keyframe and delta units correctly when dealign with a BlockGroup.
5523         Fixes: #514397
5524
5525 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5526
5527         * tests/check/elements/.cvsignore:
5528         Spell the new tests correctly in .cvsignore
5529
5530 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5531
5532         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5533           Need to use gsize here for the size, fixes compiler warning.
5534
5535         * tests/examples/equalizer/.cvsignore:
5536         * tests/examples/equalizer/Makefile.am:
5537         * tests/examples/spectrum/.cvsignore:
5538         * tests/examples/spectrum/Makefile.am:
5539           Add missing files to fix the build.
5540
5541 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5542
5543         * configure.ac:
5544         * docs/plugins/Makefile.am:
5545         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5546         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5547         * docs/plugins/gst-plugins-good-plugins.args:
5548         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5549         * docs/plugins/inspect/plugin-multifile.xml:
5550         * tests/check/Makefile.am:
5551         * tests/check/elements/.cvsignore:
5552
5553         Move multifile plugin from -bad.
5554         Fixes: #490283
5555
5556 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5557
5558         * configure.ac:
5559         * docs/plugins/Makefile.am:
5560         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5561         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5562         * docs/plugins/gst-plugins-good-plugins.args:
5563         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5564         * docs/plugins/inspect/plugin-spectrum.xml:
5565         * gst/spectrum/Makefile.am:
5566         * tests/check/Makefile.am:
5567         * tests/check/elements/.cvsignore:
5568         * tests/examples/Makefile.am:
5569
5570         Move spectrum plugin from -bad.
5571         Move examples into tests/examples/spectrum.
5572
5573 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5574
5575         * configure.ac:
5576         * docs/plugins/Makefile.am:
5577         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5578         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5579         * docs/plugins/gst-plugins-good-plugins.args:
5580         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5581         * docs/plugins/gst-plugins-good-plugins.interfaces:
5582         * docs/plugins/inspect/plugin-equalizer.xml:
5583         * gst/equalizer/Makefile.am:
5584         * tests/check/Makefile.am:
5585         * tests/examples/Makefile.am:
5586         Move the equalizer plugin across from -bad
5587
5588         * tests/check/elements/.cvsignore:
5589         Add equalizer, audiosincwband and audiosincwlimit
5590
5591         * tests/check/elements/equalizer.c:
5592         Fix compiler warnings
5593
5594         Fixes: #415627
5595
5596 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5597
5598         * configure.ac:
5599         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5600         are treated like releases and build without it.
5601
5602 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5603
5604         * docs/plugins/Makefile.am:
5605         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5606         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5607         * docs/plugins/gst-plugins-good-plugins.args:
5608         * docs/plugins/inspect/plugin-audiofx.xml:
5609         * gst/audiofx/Makefile.am:
5610         * gst/audiofx/audiofx.c:
5611         * gst/audiofx/audiowsincband.c:
5612         * gst/audiofx/audiowsincband.h:
5613         * gst/audiofx/audiowsinclimit.c:
5614         * gst/audiofx/audiowsinclimit.h:
5615         * tests/check/Makefile.am:
5616         * tests/check/elements/audiowsincband.c:
5617         * tests/check/elements/audiowsinclimit.c:
5618
5619         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5620         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5621         respectively.
5622
5623         Fixes: #467666
5624
5625 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5626
5627         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5628         * tests/check/elements/icydemux.c:
5629           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5630           caps, and add a somewhat useful debug message. Plus test.
5631
5632 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5633
5634         * gst/rtsp/gstrtspsrc.c:
5635         Include unistd.h only if HAVE_UNISTD_H is defined
5636         * win32/common/config.h.in:
5637         * win32/common/config.h:
5638         Define socklen_t as it seems it's not defined in default 
5639         Visual Studio headers.
5640         * win32/vs6/libgstalpha.dsp:
5641         * win32/vs6/libgstapetag.dsp:
5642         * win32/vs6/libgstavi.dsp:
5643         * win32/vs6/libgstrtp.dsp:
5644         * win32/vs6/libgstrtsp.dsp:
5645         * win32/vs6/libgstvideomixer.dsp:
5646         Update project file dependencies and add new source files       
5647
5648 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5649
5650         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5651
5652         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5653         Don't leak buffers when we don't push them downstream.
5654         Fixes bug #514965.
5655
5656 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5657
5658         * configure.ac:
5659           Bump requirements to (good) released versions to avoid
5660           confusion and make implicit core requirement explicit.
5661
5662 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5663
5664         * docs/plugins/Makefile.am:
5665         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5666         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5667         * docs/plugins/gst-plugins-good-plugins.args:
5668         * docs/plugins/inspect/plugin-audiofx.xml:
5669         * gst/audiofx/Makefile.am:
5670         * gst/audiofx/audiochebband.c:
5671         * gst/audiofx/audiochebband.h:
5672         * gst/audiofx/audiocheblimit.c:
5673         * gst/audiofx/audiocheblimit.h:
5674         * gst/audiofx/audiochebyshevfreqband.c:
5675         * gst/audiofx/audiochebyshevfreqband.h:
5676         * gst/audiofx/audiochebyshevfreqlimit.c:
5677         * gst/audiofx/audiochebyshevfreqlimit.h:
5678         * gst/audiofx/audiofx.c:
5679         * tests/check/Makefile.am:
5680         * tests/check/elements/.cvsignore:
5681         * tests/check/elements/audiochebband.c:
5682         * tests/check/elements/audiocheblimit.c:
5683         * tests/check/elements/audiochebyshevfreqband.c:
5684         * tests/check/elements/audiochebyshevfreqlimit.c:
5685
5686         Rename audiochebyshevfreqband -> audiochebband and
5687         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5688         surgery.
5689
5690         Closes: #491811
5691
5692 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5693
5694         Patch by: Orjan Friberg <orjanf at axis dot com>
5695
5696         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5697         Fix caps memory leak. Fixes #514573.
5698
5699 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5700
5701         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5702         If there's no entries in the subindex, don't try to do anything stupid,
5703         just return.
5704
5705 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5706
5707         Patch by: John Millikin <jmillikin at gmail dot com>
5708
5709         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5710           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5711           Fix extraction of picture blocks with newer libflac versions again:
5712           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5713
5714 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5715
5716         * tests/check/Makefile.am:
5717           Add rtp-payloading test to VALGRIND_TO_FIX.
5718
5719         * tests/check/elements/rtp-payloading.c:
5720           Add semicolons after GST_TEST_END so gst-indent gets the
5721           formatting right; make test less verbose in general, but
5722           more verbose in the error case (which should probably
5723           make the test fail anyway).
5724
5725 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
5726
5727         * docs/plugins/Makefile.am:
5728         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5729         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5730         * gst/avi/gstavisubtitle.c:
5731         Add documentation for avisubtitle and change class to
5732         Codec/Parser/Subtitle
5733
5734 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5735
5736         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5737         Treat ENOTTY (driver does not implement ioctl) the same as
5738         EINVAL since it implies there are no available standards.
5739
5740         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
5741         (gst_v4l2src_get_nearest_size):
5742         Replace gst_v4l2src_get_size_limits with 2 calls to new function
5743         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
5744         probe if the driver does not support VIDIOC_TRY_FMT for whatever
5745         reason, and if we aren't yet actively capturing.
5746
5747         * sys/v4l2/v4l2src_calls.h:
5748         Remove replaced function declaration.
5749
5750 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5751
5752         * configure.ac:
5753         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
5754         API.
5755
5756 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
5757
5758         * configure.ac:
5759         Fix typo.
5760
5761 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5762
5763         * gst/alpha/Makefile.am:
5764         * gst/alpha/gstalpha.c:
5765
5766         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
5767         some stuff, and making buffer-alloc and resizing work automatically.
5768         No longer crashes on odd frame widths and heights, although there
5769         seems to be a disagreement with ffmpegcolorspace about what size
5770         an AYUV frame with odd height should be.
5771
5772 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5773
5774         Patch by: Alessandro Decina <alessandro at nnva dot org>
5775
5776         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
5777         * ext/libpng/gstpngenc.h:
5778         Preallocate the output buffer so that g_memdup() and
5779         gst_buffer_merge() aren't needed anymore. This greatly improves
5780         performances and fixes #512544.
5781
5782 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5783
5784         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
5785         (gst_avi_demux_stream_data):
5786         GStreamer timestamps are PTS values while AVI only knows about DTS
5787         timestamps. Make sure we only copy the DTS as the buffer timestamp when
5788         we are dealing with a key frame.
5789
5790 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5791
5792         * tests/check/Makefile.am:
5793         * tests/check/elements/.cvsignore:
5794         * tests/check/elements/rtp-payloading.c:
5795           Add add testsuite for the rtp-payloader that tries simulating
5796           dataflow. Needs more test data.
5797
5798 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5799
5800         * tests/check/elements/alphacolor.c:
5801           Remove two unused variables.
5802
5803 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5804
5805         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5806           Use g_ascii_strtoll() instead of atoll, which is only
5807           available in C99.
5808
5809 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
5810
5811         * gst/rtp/Makefile.am:
5812         * gst/rtp/gstrtp.c:
5813         * gst/rtp/gstrtpmpvpay.c:
5814         * gst/rtp/gstrtpmpvpay.h:
5815         Add MPEG2 video payloader
5816
5817 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5818
5819         * gst/level/gstlevel.c:
5820         Use #include <math.h> instead of #include "math.h".
5821
5822 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5823
5824         * tests/check/Makefile.am:
5825         Fix up some CFLAGS sets.
5826         Don't include gconfvideosrc in the states test.
5827
5828         * tests/check/elements/autodetect.c: (GST_START_TEST):
5829         Add some error strings to fail_unless arguments to fix some weird
5830         compiler errors on Solaris.
5831
5832 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5833
5834         * configure.ac:
5835         Detect video4linux headers on Solaris too.
5836         * sys/v4l2/gstv4l2colorbalance.h:
5837         * sys/v4l2/gstv4l2object.h:
5838         * sys/v4l2/v4l2_calls.c:
5839         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5840         (gst_v4l2_buffer_new):
5841
5842         Make v4l2 build on Solaris.
5843         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5844         Fixes: #510505
5845
5846 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
5847
5848         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5849           Update list from (still local) scanning script.
5850
5851 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
5852
5853         Based on a patch by:
5854             Victor STINNER <victor dot stinner at haypocalc dot com>
5855
5856         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5857         Set variable to NULL after freeing it to prevent double frees
5858         or make failures by another use of it afterwards more obvious
5859         and fix use of it after the freeing. Fixes bug #510592.
5860
5861 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5862
5863         * gst/udp/gstmultiudpsink.c:
5864         use GST_WARNING for logging
5865
5866 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5867
5868         * gst/udp/gstmultiudpsink.c:
5869         Don't try to leave a multicast group with an invalid socket
5870
5871 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5872
5873         * ext/flac/gstflacdec.c:
5874           Fix compilation against flac 1.1.2 (as on debian stable), where
5875           the picture metadata defines and structs don't exist yet.
5876           Fixes #509301.
5877
5878 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5879
5880         Patch by: Olivier Crete <tester at tester dot ca>
5881
5882         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5883         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5884         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5885         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5886         * gst/udp/gstmultiudpsink.h:
5887         Add property to automatically join a multicast group or not. This can be
5888         useful when sharing a socket between multiple elements.
5889         Fixes #509531.
5890
5891 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5892
5893         * gst/videomixer/Makefile.am:
5894           Add controller flags.
5895
5896 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5897
5898         * gst/videomixer/videomixer.c:
5899           Also commit the missing gst_object_sync_values().
5900
5901 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5902
5903         * docs/plugins/Makefile.am:
5904           Remove duplicate entry.
5905
5906 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5907
5908         * docs/plugins/Makefile.am:
5909         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5910         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5911         * docs/plugins/inspect/plugin-gamma.xml:
5912         * docs/plugins/inspect/plugin-monoscope.xml:
5913         * docs/plugins/inspect/plugin-video4linux2.xml:
5914           Add 3 more plugins to docs.
5915
5916 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5917
5918         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5919         * sys/osxvideo/osxvideosink.h:
5920           Revert previous change caused by a file that got stuck on an old
5921           revision.
5922
5923 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5924
5925         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5926         * gst/multipart/Makefile.am:
5927         * gst/multipart/multipartdemux.c:
5928         * gst/multipart/multipartdemux.h:
5929         * gst/multipart/multipartmux.c:
5930         * gst/multipart/multipartmux.h:
5931           Re-add multipartdemux to the docs. Last round of section cleanup.
5932
5933 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5934
5935         * docs/plugins/Makefile.am:
5936         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5937         * sys/osxaudio/gstosxaudiosink.h:
5938         * sys/osxvideo/osxvideosink.h:
5939           Managed to resolve most unused declarations. Filed a bug for one left.          
5940
5941 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5942
5943         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5944           Cleanup section file.
5945
5946 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5947
5948         * docs/plugins/Makefile.am:
5949         * docs/plugins/gst-plugins-good-plugins.args:
5950         * docs/plugins/gst-plugins-good-plugins.signals:
5951         * docs/plugins/inspect/plugin-alaw.xml:
5952         * docs/plugins/inspect/plugin-alpha.xml:
5953         * docs/plugins/inspect/plugin-alphacolor.xml:
5954         * docs/plugins/inspect/plugin-annodex.xml:
5955         * docs/plugins/inspect/plugin-apetag.xml:
5956         * docs/plugins/inspect/plugin-audiofx.xml:
5957         * docs/plugins/inspect/plugin-auparse.xml:
5958         * docs/plugins/inspect/plugin-autodetect.xml:
5959         * docs/plugins/inspect/plugin-avi.xml:
5960         * docs/plugins/inspect/plugin-cairo.xml:
5961         * docs/plugins/inspect/plugin-cdio.xml:
5962         * docs/plugins/inspect/plugin-cutter.xml:
5963         * docs/plugins/inspect/plugin-debug.xml:
5964         * docs/plugins/inspect/plugin-dv.xml:
5965         * docs/plugins/inspect/plugin-efence.xml:
5966         * docs/plugins/inspect/plugin-effectv.xml:
5967         * docs/plugins/inspect/plugin-flac.xml:
5968         * docs/plugins/inspect/plugin-flxdec.xml:
5969         * docs/plugins/inspect/plugin-gconfelements.xml:
5970         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5971         * docs/plugins/inspect/plugin-goom.xml:
5972         * docs/plugins/inspect/plugin-halelements.xml:
5973         * docs/plugins/inspect/plugin-icydemux.xml:
5974         * docs/plugins/inspect/plugin-id3demux.xml:
5975         * docs/plugins/inspect/plugin-jpeg.xml:
5976         * docs/plugins/inspect/plugin-ladspa.xml:
5977         * docs/plugins/inspect/plugin-level.xml:
5978         * docs/plugins/inspect/plugin-matroska.xml:
5979         * docs/plugins/inspect/plugin-mulaw.xml:
5980         * docs/plugins/inspect/plugin-multipart.xml:
5981         * docs/plugins/inspect/plugin-navigationtest.xml:
5982         * docs/plugins/inspect/plugin-png.xml:
5983         * docs/plugins/inspect/plugin-quicktime.xml:
5984         * docs/plugins/inspect/plugin-rtp.xml:
5985         * docs/plugins/inspect/plugin-rtsp.xml:
5986         * docs/plugins/inspect/plugin-shout2send.xml:
5987         * docs/plugins/inspect/plugin-smpte.xml:
5988         * docs/plugins/inspect/plugin-speex.xml:
5989         * docs/plugins/inspect/plugin-taglib.xml:
5990         * docs/plugins/inspect/plugin-udp.xml:
5991         * docs/plugins/inspect/plugin-videobalance.xml:
5992         * docs/plugins/inspect/plugin-videobox.xml:
5993         * docs/plugins/inspect/plugin-videocrop.xml:
5994         * docs/plugins/inspect/plugin-videoflip.xml:
5995         * docs/plugins/inspect/plugin-videomixer.xml:
5996         * docs/plugins/inspect/plugin-wavenc.xml:
5997         * docs/plugins/inspect/plugin-wavpack.xml:
5998         * docs/plugins/inspect/plugin-wavparse.xml:
5999           Update plugin docs.
6000
6001         * gst/videomixer/Makefile.am:
6002         * gst/videomixer/videomixer.c:
6003         * gst/videomixer/videomixer.h:
6004         * gst/videomixer/videomixerpad.h:
6005           Split out header to fix warnings from the doc-build.
6006
6007 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6008
6009         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6010
6011         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6012         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6013
6014 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6015
6016         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6017         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6018           Initialise variables to work around (false) 'foo might be used
6019           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6020
6021 2008-01-11  David Schleef  <ds@schleef.org>
6022
6023         * docs/plugins/.cvsignore:
6024         * tests/check/pipelines/.cvsignore:
6025           Ignore more files for the buildbot.
6026
6027 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6028
6029         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6030         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6031         Generate the image-type values correctly. Leave them out of the caps
6032         when outputting a "preview image" tag, since it only makes sense
6033         to have one of those - the type is irrelevant.
6034
6035         * sys/sunaudio/gstsunaudiomixerctrl.c:
6036         (gst_sunaudiomixer_ctrl_open):
6037         If we can, mark the mixer multiple open when we use it, in case
6038         (for some reason) the process wants to open it again elsewhere.
6039
6040 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6041
6042         Patch by: Olivier Crete <tester at tester dot ca>
6043
6044         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6045         * gst/rtp/gstrtptheorapay.c:
6046         Fix the clock rate to 90000 as required by the RFC.
6047         Fixes #508644.
6048
6049 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6050
6051         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6052           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6053
6054 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6055
6056         * autogen.sh:
6057           Add -Wno-portability to the automake parameters to stop warnings
6058           about GNU make extensions being used. We require GNU make in almost
6059           every Makefile anyway.
6060           
6061         * configure.ac:
6062           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6063           at the same time is required for per target flags.
6064
6065 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6066
6067         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6068         Fix error from my last commit.
6069
6070 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6071
6072         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6073
6074         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6075           Make sure the ISO 639-X language code in ID3v2 COMM frames
6076           is actually valid UTF-8 (or rather: ASCII), so we don't end
6077           up with non-UTF8 strings in tags if there's garbage in the
6078           language field. Also make sure the language code is always
6079           lower case. Fixes: #508291.
6080
6081 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6082
6083         * ChangeLog:
6084           Fix ChangeLog typo.
6085
6086 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6087
6088         * Makefile.am:
6089           Include lcov.mak to allow building coverage reports. Guard
6090           check-torture target like in the other packages.
6091
6092 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6093
6094         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6095
6096         * gst/videomixer/videomixer.c:
6097         (gst_videomixer_set_master_geometry), (_do_init),
6098         (gst_videomixer_child_proxy_get_child_by_index),
6099         (gst_videomixer_child_proxy_get_children_count),
6100         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6101         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6102         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6103         Implement GstChildProxy interface.
6104         Send newsegment at the right moment
6105         Fixes #488879
6106
6107 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6108
6109         * gst/alpha/Makefile.am:
6110         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6111         (gst_alpha_sink_event), (gst_alpha_chain),
6112         (gst_alpha_change_state), (plugin_init):
6113         Make the various properties of 'alpha' controllable. This allows doing
6114         niceties like fade-in/fade-out.
6115
6116 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6117
6118         * gst/rtp/gstasteriskh263.c:
6119         * gst/rtp/gstrtpL16depay.c:
6120         * gst/rtp/gstrtpac3depay.c:
6121         * gst/rtp/gstrtpamrpay.c:
6122         * gst/rtp/gstrtpdepay.c:
6123         * gst/rtp/gstrtpgsmdepay.c:
6124         * gst/rtp/gstrtph263depay.c:
6125         * gst/rtp/gstrtph263pdepay.c:
6126         * gst/rtp/gstrtph263ppay.c:
6127         * gst/rtp/gstrtph264depay.c:
6128         * gst/rtp/gstrtph264pay.c:
6129         * gst/rtp/gstrtpmp2tdepay.c:
6130         * gst/rtp/gstrtpmp4adepay.c:
6131         * gst/rtp/gstrtpmp4gdepay.c:
6132         * gst/rtp/gstrtpmp4gpay.c:
6133         * gst/rtp/gstrtpmp4vdepay.c:
6134         * gst/rtp/gstrtpmpadepay.c:
6135         * gst/rtp/gstrtpmpvdepay.c:
6136         * gst/rtp/gstrtpsv3vdepay.c:
6137         * gst/rtp/gstrtptheoradepay.c:
6138         * gst/rtp/gstrtptheorapay.c:
6139         * gst/rtp/gstrtpvorbisdepay.c:
6140         * gst/rtp/gstrtpvorbispay.c:
6141           Remove copy/paste unused code (property setters and getter) found by
6142           the coverage suite (yay, saves ~20k on disk).
6143
6144 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6145
6146         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6147           (videosink_templ):
6148           Also fix up pad templates to indicate that image/jpeg doesn't
6149           absolutely require the framerate property to be set (#504081).
6150
6151 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6152
6153         Based on patch by: Wouter Cloetens  <wouter at mind be>
6154
6155         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6156           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6157           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6158         * gst/matroska/matroska-mux.h:
6159           Keep track of first and last timestamps for each incoming stream,
6160           so we can calculate the total duration for live sources and other
6161           input where we can't query the duration from the start or where
6162           there's no constant framerate from which we can deduce the
6163           duration; also use calculated/observed duration if it is bigger
6164           than the previously queried duration. Furthermore, use
6165           gst_pad_query_peer_duration() and take into account that it may
6166           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6167           screws up comparisons when using unsigned integers. Fixes #504081.
6168
6169 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6170
6171         * configure.ac:
6172         * gst/audiofx/audioamplify.c:
6173         (gst_audio_amplify_clipping_method_get_type),
6174         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6175         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6176         (gst_audio_dynamic_transform_ip):
6177         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6178         (gst_audio_invert_transform_ip):
6179         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6180         (gst_audio_panorama_transform):
6181         * gst/level/gstlevel.c: (gst_level_init):
6182         Make elements GST_BUFFER_FLAG_GAP aware and call
6183         gst_base_transform_set_gap_aware for this.
6184         Bump core requirement to CVS.
6185         
6186         * gst/audiofx/audiochebyshevfreqband.c:
6187         (gst_audio_chebyshev_freq_band_transform_ip):
6188         * gst/audiofx/audiochebyshevfreqlimit.c:
6189         (gst_audio_chebyshev_freq_limit_transform_ip):
6190         Also sync GObject properties to the controller if operating
6191         in passthrough mode.
6192
6193 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6194
6195         * sys/directdraw/gstdirectdrawsink.c:
6196           (gst_directdraw_sink_window_thread):
6197           FALSE is not a gpointer.
6198
6199 2008-01-05  Julien Moutte  <julien@fluendo.com>
6200
6201         * sys/directdraw/gstdirectdrawsink.c:
6202         (gst_directdraw_sink_set_window_id),
6203         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6204         (gst_directdraw_sink_buffer_alloc),
6205         (gst_directdraw_sink_draw_borders),
6206         (gst_directdraw_sink_show_frame),
6207         (gst_directdraw_sink_setup_ddraw),
6208         (gst_directdraw_sink_window_thread),
6209         (gst_directdraw_sink_get_ddrawcaps),
6210         (gst_directdraw_sink_surface_create): Make sure we create our
6211         internal window only when we need it. That will give a chance to
6212         the application to get the prepare-xwindow-id bus message. Draw
6213         black borders when keeping aspect ratio. Handle the case where our
6214         rendering window disappears (closed or errors) like other sinks
6215         do. Various 80 columns fixes, improve state change order. That
6216         element could need some more love.
6217
6218 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6219
6220         * ext/taglib/gstapev2mux.h:
6221         * ext/taglib/gstid3v2mux.h:
6222         Remove useless typedefs without new type name. Fixes a warning with
6223         gcc 4.3.
6224
6225 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6226
6227         Patch by: John Millikin <jmillikin at gmail dot com>
6228
6229         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6230         (gst_flac_dec_setup_stream_decoder),
6231         (gst_flac_normalize_picture_mime_type),
6232         (gst_flac_extract_picture_buffer),
6233         (gst_flac_dec_metadata_callback):
6234         Emit metadata messages when a PICTURE block is encountered.
6235         Fixes #506715.
6236
6237 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6238
6239         * gst/avi/gstavi.c:
6240         increase rank because no known issues anymore ...
6241         * gst/avi/gstavisubtitle.c:
6242         send subtitle name to the srcpad
6243
6244 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6245
6246         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6247         * gst/rtsp/gstrtspsrc.h:
6248         Implement redirect for the DESCRIBE reply. Fixes #506025.
6249
6250 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6251
6252         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6253         Fix 'xyz may be used uninitialized' compiler warnings caused
6254         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6255         abort() in any case but properly report the error.
6256
6257 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6258
6259         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6260         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6261         * sys/ximage/gstximagesrc.c: (composite_pixel):
6262           Fix 'xyz may be used uninitialized' compiler warnings caused
6263           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6264           not really nice to abort in any case). Fixes #505745.
6265
6266 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6267
6268         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6269           Small unit test fix (has no practical impact at the moment,
6270           since we're only feeding utf8 and hence just create a sub-
6271           buffer for the output).
6272
6273 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6274
6275         * gst/avi/gstavisubtitle.c:
6276         * tests/check/elements/avisubtitle.c:
6277         Add seeking support for avi subtitle
6278
6279 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6280
6281         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6282         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6283         (gst_flac_dec_write):
6284         * ext/flac/gstflacdec.h:
6285         Remove some unused vars.
6286         Do more cleanup of leftover events and tags.
6287         Output tags after the segment event. Fixes #504018.
6288
6289 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6290
6291         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6292           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6293           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6294           Detect other UTF byte order markers and convert to UTF-8 as
6295           appropriate.
6296
6297 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6298
6299         * gst/avi/gstavisubtitle.c: (src_template),
6300           (gst_avi_subtitle_extract_utf8_file),
6301           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6302           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6303           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6304         * gst/avi/gstavisubtitle.h:
6305           Refactor a bit; fix name extraction; don't assume all the data
6306           in the chunk is actually subtitle data, there may be padding at
6307           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6308           file so it's there to send again after a seek (for future use).
6309
6310 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6311
6312         * gst/avi/Makefile.am:
6313         * gst/avi/gstavi.c:
6314         * gst/avi/gstavisubtitle.c:
6315         * gst/avi/gstavisubtitle.h:
6316         * tests/check/Makefile.am:
6317         * tests/check/elements/avisubtitle.c:
6318         * win32/common/config.h:
6319                 Add avi subtitle element for bug #442034. Need seeking support
6320                 and more support for character conversion.
6321
6322 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6323
6324         * Makefile.am:
6325           Include common/win32.mak for CRLF check of win32 project
6326           files (see #393626).
6327
6328         * win32/vs6/libgstpng.dsp:
6329           Fix line endings and do cvs admin -kb.
6330
6331 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6332
6333         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6334         Actually drop the buffers which are outside the currently configured
6335         segment instead of just emitting a WARNING.
6336
6337 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6338
6339         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6340         (gst_flac_dec_write):
6341         * ext/flac/gstflacdec.h:
6342         Send segments from the streaming thread. Fixes #502187.
6343         Fix segment seeking and a bunch of other seeking cases.
6344
6345 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6346
6347         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6348           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6349           which is where it would end up if the same information was
6350           put in a vorbis comment (don't think it's worth adding a
6351           new URI tag for this). Fixes #488112.
6352
6353 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6354
6355         * configure.ac:
6356           We need core/base 0.10.15 or later.
6357
6358 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6359
6360         Patch by: Mark Nauwelaerts <manauw skynet be>
6361
6362         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6363         Fix regression in stream numbering. Fixes #502655.
6364
6365 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6366
6367         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6368
6369         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6370         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6371         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6372         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6373         (gst_rtp_h264_pay_handle_buffer):
6374         * gst/rtp/gstrtph264pay.h:
6375         Use higher performance start-code searching.
6376         Parse NALs and store SPS, PPS and profile in the caps so that they can
6377         be used in the SDP. Fixes #502814.
6378
6379 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6380
6381         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6382         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6383           Init some structs to zero before we pass them to ioctl, which
6384           avoids valgrind warnings.  Also fix a small memory leak.
6385
6386 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6387
6388         Patch by: Wouter Cloetens <wouter at mind dot be>
6389
6390         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6391         Copy timestamp from input to output. Not very perfect yet but better
6392         than nothing. Fixes #503023.
6393
6394 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6395
6396         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6397           Also print a useful error message with the old Wavpack API
6398           if possible.
6399
6400 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6401
6402         * ext/wavpack/gstwavpackdec.c:
6403           More build fixes for old libwavpack versions: include config.h so
6404           that WAVPACK_OLD_API is actually defined as detected; only use
6405           WavpackGetErrorMessage if it is available. This fixes the build
6406           on debian stable for me.
6407
6408 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6409
6410         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6411         * ext/wavpack/gstwavpackparse.c:
6412           (gst_wavpack_parse_create_src_pad):
6413           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6414           versions below 4.40.0.
6415
6416 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6417
6418         * configure.ac:
6419           And now do it right for real...
6420
6421 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6422
6423         * configure.ac:
6424           Correctly reset $LIBS to not contain -lm.
6425
6426 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6427
6428         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6429
6430         * configure.ac:
6431         * ext/cairo/gsttimeoverlay.c:
6432           (gst_cairo_time_overlay_print_smpte_time):
6433           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6434           and checking for rint() and implementing it ourself if it doesn't
6435           exist. Fixes #497293.
6436
6437 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6438
6439         * configure.ac:
6440           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6441
6442 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6443
6444         * sys/oss/gstosshelper.c:
6445         Verify that the format returned after the ioctl is the one
6446         we requested. It is valid for the ioctl to succeed while
6447         substituting an alternate 'supported' sample format.
6448
6449 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6450
6451         * sys/oss/gstossaudio.c: (plugin_init):
6452         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6453         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6454           Post decent (and translated) error message when we can't
6455           open the audio device for some reason.
6456
6457 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6458
6459         * sys/oss/gstosssink.c:
6460         * sys/oss/gstosssrc.c:
6461         Allow the AUDIODEV environment variable to redirect us
6462         to a different default OSS device, like sunaudiosink does
6463         on Solaris (makes audio play automatically on SunRays).
6464
6465 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6466
6467         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6468         * gst/audiofx/audiochebyshevfreqband.c:
6469         (gst_audio_chebyshev_freq_band_transform_ip):
6470         * gst/audiofx/audiochebyshevfreqlimit.c:
6471         (gst_audio_chebyshev_freq_limit_transform_ip):
6472         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6473         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6474         The transform_ip() methods should do nothing if in passthrough mode.
6475         It might get non-writable buffers in that case but the buffer might
6476         as well be writable.
6477
6478         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6479         The transform() methods won't be called in passthrough mode and
6480         otherwise the buffer is always writable so don't check here.
6481
6482 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6483
6484         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6485           Fix seeking in .wav files again (#501775).  Some people seem to think
6486           they don't need to test their changes when they're just 'reflowing'
6487           some code.
6488
6489 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6490
6491         * gst/autodetect/gstautovideosink.c:
6492         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6493         (gst_auto_video_sink_init),
6494         (gst_auto_video_sink_create_element_with_pretty_name),
6495         (gst_auto_video_sink_find_best),
6496         (gst_auto_video_sink_set_property),
6497         (gst_auto_video_sink_get_property):
6498         * gst/autodetect/gstautovideosink.h:
6499         Fix docs.
6500         Use same error reporting code as autoaudiosink.
6501         Add property to filter sinks based on caps. Only select raw video sinks
6502         by default for backwards compat.
6503         API: GstAutoVideoSink::filter-caps
6504
6505 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6506
6507         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6508
6509         * gst/autodetect/gstautoaudiosink.c:
6510         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6511         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6512         (gst_auto_audio_sink_set_property),
6513         (gst_auto_audio_sink_get_property):
6514         * gst/autodetect/gstautoaudiosink.h:
6515         Add property to filter sinks based on caps. Only select raw audio sinks
6516         by default for backwards compat.  Fixes #417420.
6517         API: GstAutoAudioSink::filter-caps
6518
6519 2007-11-29  Michael Smith <msmith@fluendo.com>
6520
6521         Patch by: Arek Korbik <arkadini@gmail.com>
6522
6523         * gst/videobox/gstvideobox.c: (plugin_init):
6524           Initialise liboil in plugin_init()
6525
6526 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6527
6528         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6529         Post error before sending EOS. Fixes #499178.
6530
6531 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6532
6533         * win32/vs6/gst_plugins_good.dsw:
6534         * win32/vs6/libgstpng.dsp:
6535         Add a project file for libgstpng
6536
6537 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6538
6539         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6540         (gst_rtp_h263_depay_process):
6541         Code beautification.
6542         Added debug statements.
6543         Don't bit-shift everything, just do operations on last/first byte
6544         instead.
6545
6546 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6547
6548         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6549
6550         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6551         Fix wrong comparison in overrun check. Fixes #499239 some more.
6552
6553 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6554
6555         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6556         (gst_rtp_h263_depay_process):
6557         * gst/rtp/gstrtph263depay.h:
6558         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6559         stream.
6560
6561 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6562
6563         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6564
6565         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6566         (gst_rtp_mp4a_depay_process):
6567         * gst/rtp/gstrtpmp4adepay.h:
6568         Fix depayloading when multiple frames are inside one RTP packet.
6569         Fixes #499239.
6570
6571 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6572
6573         * gst/level/gstlevel.c:
6574           Add GAP-flag support.
6575
6576 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6577
6578         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6579         Read the I flag for Mode A h263 rtp stream and set the
6580         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6581         Fixes #499383
6582
6583 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6584
6585         * gst/level/gstlevel.c:
6586           Remove some dead code and do cleanups.
6587
6588 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6589
6590         * tests/check/pipelines/simple-launch-lines.c:
6591           Improve the tests by allowing to set a target state.
6592
6593 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6594
6595         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6596         Don't check the caps of the output buffer if they're equal some
6597         other caps. The caps can change in a backward compatible way
6598         and did at this point.
6599
6600 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6601
6602         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6603         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6604         (gst_qtdemux_seek_to_previous_keyframe),
6605         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6606         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6607         reverse playback support.
6608
6609 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6610
6611         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6612         Also set the channel layout on the Wavpack caps if we're having
6613         a mono layout. Of course only do it for "audio/x-wavpack".
6614
6615 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6616
6617         * ext/wavpack/gstwavpackcommon.c:
6618         (gst_wavpack_get_default_channel_mask),
6619         (gst_wavpack_set_channel_layout),
6620         (gst_wavpack_get_default_channel_positions),
6621         (gst_wavpack_get_channel_mask_from_positions),
6622         (gst_wavpack_set_channel_mapping):
6623         * ext/wavpack/gstwavpackcommon.h:
6624         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6625         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6626         * ext/wavpack/gstwavpackdec.h:
6627         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6628         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6629         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6630         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6631         (gst_wavpack_enc_rewrite_first_block),
6632         (gst_wavpack_enc_sink_event):
6633         * ext/wavpack/gstwavpackenc.h:
6634         * ext/wavpack/gstwavpackparse.c:
6635         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6636         (gst_wavpack_parse_scan_to_find_sample),
6637         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6638         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6639         * ext/wavpack/gstwavpackparse.h:
6640         Add support for encoding, parsing and decoding multichannel
6641         files with up to 8 channels. This also improves the robustness
6642         of parsing quite a bit.
6643
6644         * ext/wavpack/gstwavpackstreamreader.c:
6645         (gst_wavpack_stream_reader_read_bytes),
6646         (gst_wavpack_stream_reader_get_pos),
6647         (gst_wavpack_stream_reader_set_pos_abs),
6648         (gst_wavpack_stream_reader_set_pos_rel),
6649         (gst_wavpack_stream_reader_push_back_byte),
6650         (gst_wavpack_stream_reader_get_length),
6651         (gst_wavpack_stream_reader_can_seek),
6652         (gst_wavpack_stream_reader_write_bytes):
6653         Improve debugging.
6654
6655 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6656
6657         * ext/libpng/gstpngdec.c:
6658         * ext/libpng/gstpngdec.h:
6659           Don't release the png-memory from within the callback.
6660
6661 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6662
6663         Patch by: René Stadler <mail at renestadler dot de>
6664
6665         * ext/libpng/gstpngenc.c:
6666           Don't leak buffer data memory. Fixes #498395.
6667
6668 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6669
6670         Patch by: René Stadler <mail at renestadler dot de>
6671
6672         * tests/check/pipelines/simple-launch-lines.c:
6673           Tests for #498395.
6674
6675 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6676
6677         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6678         (gst_tag_lib_mux_adjust_event_offsets):
6679         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6680         * sys/osxaudio/Makefile.am:
6681         * sys/osxvideo/cocoawindow.h:
6682         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6683
6684 2007-11-15  David Schleef  <ds@schleef.org>
6685
6686         * ext/cairo/gsttextoverlay.c:
6687           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6688
6689 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6690
6691         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6692
6693         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6694         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6695         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6696         * gst/rtp/gstrtpmp2tpay.h:
6697         Fill the MTU with as many packets as possible. Fixes #491323.
6698
6699 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6700
6701         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6702
6703         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6704         Fix some more leaks. Fixes #497007.
6705
6706 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6707
6708         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6709
6710         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6711         (gst_rtspsrc_stream_configure_tcp):
6712         Fix 3 pad leaks. Fixes #496983.
6713
6714 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6715
6716         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6717
6718         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6719         Fix small leak. Fixes #497017.
6720
6721 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6722
6723         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6724         (gst_qtdemux_prepare_current_sample),
6725         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
6726         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
6727         * gst/qtdemux/qtdemux_fourcc.h:
6728         * gst/qtdemux/qtdemux_types.c:
6729         Add suppport for theora in quicktime according to XiphQT.
6730
6731 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
6732
6733         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6734         (gst_v4l2src_init), (gst_v4l2src_set_property),
6735         (gst_v4l2src_get_property):
6736         * sys/v4l2/gstv4l2src.h:
6737         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6738           Always copy buffers by default (handle safer with bugged drivers)
6739           and added a property to make it possible to use mmap effectively (no
6740           copy if possible) when application wants to. Fixes: #480557.
6741
6742 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6743
6744         * gst/id3demux/id3tags.c:
6745         * gst/id3demux/id3tags.h:
6746         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6747           We don't want the same string multiple times in a tag list for the
6748           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
6749           this doesn't happen and remove special-case code for GST_TAG_GENRE.
6750
6751 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6752
6753         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
6754           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
6755           into ID3v2 TXXX frames (fixes #347848).
6756
6757 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6758
6759         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6760           Don't leak sdp message contents (fixes #496773).
6761
6762         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
6763           Don't leak URI string.
6764
6765 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6766
6767         Patch by: Julien Puydt <julien dot puydt at laposte net>
6768
6769         * ext/raw1394/Makefile.am:
6770         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
6771           (gst_1394_property_probe_get_properties),
6772           (gst_1394_property_probe_probe_property),
6773           (gst_1394_property_probe_needs_probe),
6774           (gst_1394_property_probe_get_values),
6775           (gst_1394_property_probe_interface_init),
6776           (gst_1394_type_add_property_probe_interface):
6777         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
6778         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
6779           (gst_dv1394src_init), (gst_dv1394src_dispose),
6780           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
6781           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
6782           (gst_dv1394src_update_device_name):
6783         * ext/raw1394/gstdv1394src.h:
6784           Implement GstPropertyProbe interface and add "device-name" property,
6785           so applications can use this to probe for available devices in the
6786           same way they can already with v4lsrc and v4l2src (however horrible
6787           this property probe interface may be). Fixes #358841.
6788
6789 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6790
6791         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6792
6793         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6794           (gst_rtspsrc_parse_range):
6795           Don't leak event, don't leak range (fixes #496752).
6796
6797 2007-11-14  Michael Smith <msmith@fluendo.com>
6798
6799         Patch by: Arek Korbik <arkadini@gmail.com>
6800
6801         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
6802           Detect RGBA/BGRA correctly on little endian systems.
6803
6804 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6805
6806         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
6807           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
6808           corresponding ioctl() call fails even though the driver claims to
6809           support this format, just fall back to the pre-2.6.19 kernel
6810           routine that creates caps with suitable height and width ranges
6811           (see #448278).
6812
6813 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6814
6815         Patch by: Mark Nauwelaerts <manauw skynet be>
6816
6817         * gst/matroska/matroska-demux.c:
6818           (gst_matroska_demux_push_dvd_clut_change_event),
6819           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6820           (gst_matroska_demux_subtitle_caps):
6821         * gst/matroska/matroska-ids.h:
6822           Extract palette data for dvd subpicture streams and send it
6823           downstream as custom gstreamer dvd event (fixes #453417).
6824
6825 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6826
6827         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
6828           Implement minimal parsing of the passed pango font description
6829           string, so passing a font size works the same as with the
6830           pango textoverlay plugin; fixes #455086.
6831           (Maybe we could just use pangocairo here at some point).
6832
6833 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6834
6835         * gst/avi/gstavidemux.c:
6836         * gst/wavparse/gstwavparse.c:
6837           Return the result in _activate_pull(). Don't ref element there.
6838
6839 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6840
6841         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6842         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6843         (gst_wavparse_srcpad_event):
6844           Ref the element when we should, but not when we its not needed. Reflow
6845           the event_handling to not leak the event.       
6846
6847 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
6848
6849         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6850         (qtdemux_parse_samples):
6851         Properly free QTDemuxSamples array.
6852         Protect table write with a sensible check, some files apparently DO contain
6853         stts values starting with 0 :(
6854
6855 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6856
6857         * gst/avi/gstavidemux.c:
6858         * gst/qtdemux/qtdemux.c:
6859           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
6860           previous commit messed up.
6861
6862 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6863
6864         * gst/avi/gstavidemux.c:
6865         * gst/qtdemux/qtdemux.c:
6866           Sync _handle_src_event() with oggdemux. In avidemux also ref the
6867           element when we should, but not when we its not needed.
6868
6869 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
6870
6871         * gst/wavparse/gstwavparse.c:
6872           Return FALSE if we can't handle a query instead of changing the
6873           format. Ignore fact when dealing with mpeg audio.
6874
6875 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6876
6877         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6878
6879         * configure.ac:
6880         * gst/udp/gstdynudpsink.c:
6881         * gst/udp/gstdynudpsink.h:
6882         * gst/udp/gstmultiudpsink.c:
6883         * gst/udp/gstmultiudpsink.h:
6884         * gst/udp/gstudpsink.c:
6885         * gst/udp/gstudpsink.h:
6886           Fix includes for MSVC and GLib-2.14.0 (#492388).
6887
6888         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6889           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6890
6891 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6892
6893         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6894         (gst_mulawdec_chain):
6895         * gst/law/mulaw-decode.h:
6896         Calculate outgoing buffer duration if incoming buffer didn't have a
6897         valid duration.
6898
6899 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6900
6901         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6902         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6903         Smarter combine_flow code that also deals with downstream elements
6904         returning UNEXPECTED when they receive data out of the segment
6905         boundaries. Fixes #491305.
6906
6907 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6908
6909         * sys/v4l2/v4l2src_calls.c:
6910           Fix 'unused variable' compiler warning when compiling against
6911           older kernel headers.
6912
6913 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6914
6915         * ext/taglib/gstid3v2mux.cc (add_funcs):
6916           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6917
6918 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6919
6920         * tests/check/pipelines/simple-launch-lines.c:
6921            Improve the tests a little more.
6922
6923 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6924
6925         patch by: Yun Zheng Hu
6926
6927         * sys/osxaudio/gstosxaudiosrc.c:
6928         Use default input device instead of default output device and
6929         only memcpy actual available bytes.
6930
6931 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6932
6933         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6934           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6935           early. It is temporary until we find something better.
6936
6937 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6938
6939         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6940
6941         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6942         Fix race when pausing a RTSP stream in interleaved.
6943         Fixes #475784.
6944
6945 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6946
6947         Patch by: Peter Kjellerstedt <pkj at axis com>
6948
6949         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6950         Use correct unref function for buffers. #488844.
6951
6952 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6953
6954         * gst/avi/gstavimux.c:
6955         * tests/check/elements/avimux.c:
6956           Add some debug and sync tests with the fix.     
6957
6958 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6959
6960         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6961
6962         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6963         When the socket is used by the app for other purposes, don't generate an
6964         error if there is activaty on the socket that is not data related.
6965         Fixes #487488.
6966
6967 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6968
6969         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6970         (gst_v4l2src_grab_frame):
6971         Add some more debug info. Generate an error when we run out of buffers
6972         for some reason. See #480557.
6973
6974 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6975
6976         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6977
6978         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6979         Set marker bit correctly.
6980
6981 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6982
6983         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6984         Use allowed name for the GstStructure.
6985
6986 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6987
6988         * ext/gconf/gstswitchsink.c:
6989         * gst/autodetect/gstautoaudiosink.c:
6990           Use new gst_bus_pop_filtered().
6991
6992 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6993
6994         * sys/v4l2/gstv4l2src.c:
6995         * sys/v4l2/v4l2src_calls.c:
6996           When probing the formats and sizes a camera supports, make
6997           sure the best ones (highest resolution, prefered format)
6998           end up at the beginning of the probed caps and the less
6999           desirable ones at the end.  This is important because the
7000           order within the caps matters for things like fixation and
7001           negotiation, ie. what format is chosen in the end.
7002           With recent kernels, the current probing code will end up
7003           querying the supported sizes from lowest resolution to
7004           highest resolution, adding them to the probed caps in that
7005           order, resulting to v4l2src fixating to the lowest possible
7006           resolution if downstream does not express a size preference.
7007           Also make up a somewhat random ranking of prefered output
7008           formats for the same reason. Fixes #485828.
7009         
7010 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7011
7012         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7013
7014         * gst/id3demux/id3v2frames.c:
7015           Extract license/copyright URIs from ID3v2 WCOP frames
7016           (Fixes #447000).
7017
7018         * tests/check/elements/id3demux.c:
7019         * tests/files/Makefile.am:
7020         * tests/files/id3-447000-wcop.tag:
7021           Add simple unit test.
7022
7023 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7024
7025         * ext/taglib/gstid3v2mux.cc:
7026           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7027           Prerequisite for #447000.
7028
7029 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7030
7031         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7032         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7033         a GstClockTime.
7034
7035 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7036
7037         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7038         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7039         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7040         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7041         (gst_rtspsrc_change_state):
7042         More seeking fixes, mostly passing around the new playback segment in
7043         order to configure it properly.
7044         Also reset base_time of udp sources when setting them back to PLAYING as
7045         a temporary hack until core supports seek in live sources properly.
7046
7047 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7048
7049         * gst/rtp/gstrtpmp4adepay.c:
7050         Fix caps as to not confuse autopluggers.
7051
7052 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7053
7054         * gst/id3demux/gstid3demux.c:
7055         * gst/id3demux/gstid3demux.h:
7056         * gst/id3demux/id3tags.c:
7057         * gst/id3demux/id3tags.h:
7058         * gst/id3demux/id3v2frames.c:
7059           Port ID3 tag demuxer over to the new GstTagDemux in -base
7060           (now would be a good time to test re-importing your music
7061           collection).
7062
7063 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7064
7065         * gst/apetag/Makefile.am:
7066         * gst/apetag/gstapedemux.c:
7067         * gst/apetag/gstapedemux.h:
7068         * gst/apetag/gsttagdemux.c:
7069         * gst/apetag/gsttagdemux.h:
7070           Port APE tag demuxer over to the new GstTagDemux in -base.
7071
7072 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7073
7074         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7075         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7076         (gst_rtspsrc_handle_internal_src_query),
7077         (gst_rtspsrc_handle_src_query), (new_session_pad),
7078         (gst_rtspsrc_stream_configure_tcp),
7079         (gst_rtspsrc_stream_configure_transport),
7080         (gst_rtspsrc_loop_send_cmd):
7081         Improve flushing behaviour.
7082         Set state of the udp sources to PAUSE/PLAYING correctly.
7083         Handle events and queries for UDP and TCP transport now.
7084
7085 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7086
7087         * gst/rtp/gstrtpgsmdepay.c:
7088         * gst/rtp/gstrtpgsmpay.c:
7089           Add log category.
7090
7091 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7092
7093         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7094
7095         * tests/check/Makefile.am:
7096         * tests/check/pipelines/simple-launch-lines.c:
7097           Add unit tests for payloaders/depayloaders.
7098
7099 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7100
7101         * gst/avi/gstavimux.c:
7102         * gst/avi/gstavimux.h:
7103           Also save codec data for audio streams. Fixes #482495.
7104
7105 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7106
7107         * gst/avi/gstavimux.c:
7108           Fix "Index entry has invalid stream nr 1".
7109           Add support for muxing aac - work in progress (see #482495).
7110
7111 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7112
7113         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7114         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7115         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7116         * gst/rtsp/gstrtspsrc.h:
7117         Parse bandwidth modifiers, they are not yet configured in the session
7118         manager because we don't have an API for that yet.
7119
7120 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7121
7122         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7123         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7124         Use shiny new function in -base to get the default clock-rate.
7125         Update some docs.
7126
7127 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7128
7129         * win32/MANIFEST:
7130         Add files to win32 manifest.
7131         * win32/vs6/libgstaudiofx.dsp:
7132         * win32/vs6/libgstqtdemux.dsp:
7133         * win32/vs6/libgstrtp.dsp:
7134         * win32/vs6/libgstrtsp.dsp:
7135         Update project files.
7136
7137 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7138
7139         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7140         (gst_rtspsrc_play):
7141         * gst/rtsp/gstrtspsrc.h:
7142         In TCP mode, only timestamp the first buffer. TCP is not real time and
7143         it does not make sense to try to skew compensate, also some servers send
7144         the first batch of data in a burst.
7145
7146 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7147
7148         * gst/matroska/matroska-demux.c:
7149           Fix setting the discont flag on the first buffer
7150           pushed downstream for formats with private codec
7151           data that needs to be deserialised into buffers
7152           (such as vorbis and FLAC when in a matroska container).
7153
7154 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7155
7156         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7157
7158         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7159         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7160         (gst_rtp_mp4v_pay_handle_buffer):
7161         * gst/rtp/gstrtpmp4vpay.h:
7162         Free the config string. Fixes #480707.
7163         Clean up the timestamp code a little.
7164
7165 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7166
7167         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7168         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7169         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7170         * gst/rtsp/gstrtspsrc.h:
7171         Set timestamps on RTP buffers in interleaved mode.
7172         Mark first buffers with a DISCONT.
7173         Remove flush hack now that sync for live sources has been figured out.
7174
7175 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7176
7177         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7178         Update documentation.
7179
7180 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7181
7182         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7183         (gst_rtp_xqt_depay_change_state):
7184         * gst/qtdemux/gstrtpxqtdepay.h:
7185         Fail if we don't know the quicktime format.
7186
7187 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7188
7189         * ext/flac/gstflacenc.c:
7190         * ext/flac/gstflacenc.h:
7191           Save the flow return from the last gst_pad_push() and
7192           make sure we pass the right flow return value upstream
7193           in the case of failure; minor clean-ups.
7194
7195 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7196
7197         * ext/taglib/gstapev2mux.cc:
7198         * ext/taglib/gstid3v2mux.cc:
7199         * gst/apetag/gstapedemux.c:
7200           Add support for the new GST_TAG_COMPOSER (#459809).
7201
7202 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7203
7204         * gst/law/alaw-decode.c:
7205         * gst/law/alaw-decode.h:
7206         * gst/law/alaw-encode.c:
7207         * gst/law/alaw-encode.h:
7208         * gst/law/alaw.c:
7209         * gst/law/mulaw-conversion.h:
7210           Compulsive clean-ups: use boilerplate macros, add debug
7211           categories, fix up things to conform to symbol nomenklatura,
7212           etc.
7213
7214 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7215
7216         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7217
7218         * gst/law/alaw-decode.c:
7219         * gst/law/alaw-encode.c:
7220           Use static tables for A-Law decoding and encoding; this makes
7221           A-Law decoding and encoding less CPU-intensive, but increases
7222           the binary size a bit. Leaving old code around for now,
7223           selectable by a define in the code. Fixes #435435.
7224
7225 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7226
7227         * configure.ac:
7228         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7229         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7230         in configure.ac.
7231
7232 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7233
7234         Patch by: Jan Gerber <j at bootlab dot org>
7235
7236         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7237         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7238
7239 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7240
7241         * sys/oss/gstosshelper.c:
7242           Use GST_WARNING instead of a g_critical. This situation is not caused
7243           by the application.
7244
7245 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7246
7247         * po/LINGUAS:
7248         * po/nl.po:
7249           Updated translations.
7250
7251 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7252
7253         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7254
7255         * po/eu.po:
7256           Added Basque translation.
7257
7258 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7259
7260         translated by: Abel Cheung <abelcheung@gmail.com>
7261
7262         * po/zh_HK.po:
7263         * po/zh_TW.po:
7264           Added Chinese (traditional and Hong Kong) translation.
7265
7266 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7267
7268         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7269
7270         * po/pl.po:
7271           Added Polish translation.
7272
7273 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7274
7275         translated by: Ilkka Tuohela <hile@iki.fi>
7276
7277         * po/fi.po:
7278           Added Finnish translation.
7279
7280 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7281
7282         translated by: Jorge González González <aloriel@gmail.com>
7283
7284         * po/es.po:
7285           Added Spanish translation.
7286
7287 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7288
7289         translated by: Mogens Jaeger <mogens@jaeger.tf>
7290
7291         * po/da.po:
7292           Added Danish translation.
7293
7294 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7295
7296         translated by: Funda Wang <fundawang@linux.net.cn>
7297
7298         * po/zh_CN.po:
7299           Added Chinese (simplified) translation.
7300
7301 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7302
7303         translated by: Alexander Shopov <ash@contact.bg>
7304
7305         * po/bg.po:
7306           Added Bulgarian translation.
7307
7308 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7309
7310         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7311         Set outgoing packet duration because we can. Fixes #478244 some more.
7312
7313 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7314
7315         * ext/cairo/gsttextoverlay.c:
7316           Add info about static leak.
7317         
7318         * tests/check/Makefile.am:
7319         * tests/check/generic/states.c:
7320           Improved state change unit test.
7321
7322 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7323
7324         * docs/plugins/.cvsignore:
7325         * tests/check/.cvsignore:
7326           Ignore registries in any format.
7327
7328 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7329
7330         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7331         Removed some unused code.
7332
7333         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7334         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7335         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7336         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7337         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7338         (gst_rtp_theora_pay_flush_packet):
7339         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7340         Try to preserve the incomming buffer duration on the outgoing
7341         packets. Fixes #478244.
7342
7343 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7344
7345         * ext/taglib/gstapev2mux.cc:
7346         * ext/taglib/gstid3v2mux.cc:
7347           Work around compiler warnings with g++-4.2 when assigning a
7348           string constant to a gchar * (partially fixes #478092).
7349
7350 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7351
7352         * configure.ac:
7353           We require core CVS now for gst_base_src_set_do_timestamp().
7354
7355 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7356
7357         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7358         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7359         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7360         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7361         (gst_rtspsrc_handle_message):
7362         Fix compiler warnings shown with Forte.
7363
7364 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7365
7366         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7367         (gst_rtspsrc_dup_printf):
7368         Give meaningfull error when all streams failed to configure for some
7369         reason.
7370
7371 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7372
7373         * gst/rtp/README:
7374         Update README with the design for synchronisation rules of RTP on
7375         sender and receiver.
7376
7377 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7378
7379         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7380         (gst_wavparse_chain):
7381         Don't push EOS from the chain function, the element
7382         driving the pipeline is responsible for this. The bug
7383         this was meant to fix seems to be queue not forwarding
7384         EOS in all cases (see #476514).
7385
7386 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7387
7388         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7389         (gst_level_transform_ip):
7390         * gst/level/gstlevel.h:
7391         Use basetransform segment so that it is correctly managed on flushes and
7392         start/stop.
7393         Report message timestamp as stream time, which is what an application
7394         can understand.
7395
7396 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7397
7398         * ext/taglib/gstapev2mux.cc:
7399         * ext/taglib/gstapev2mux.h:
7400         * ext/taglib/gsttaglibmux.c:
7401         * tests/check/elements/apev2mux.c:
7402         Update my mail address.
7403
7404 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7405
7406         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7407         (gst_wavparse_loop), (gst_wavparse_chain):
7408         Add EOS logic for the push-based mode too. Fixes #476514.
7409
7410 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7411
7412         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7413         * gst/law/alaw-encode.h:
7414         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7415         (gst_mulawenc_chain):
7416         * gst/law/mulaw-encode.h:
7417         Fix law encoder timestamps.
7418
7419 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7420
7421         * ext/gconf/gstgconfaudiosink.c:
7422           Fix warning when building without debug.
7423
7424         * sys/oss/gstossmixertrack.c:
7425           Use const like in alsamixertrack.c (fixes warnings).
7426
7427 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7428
7429         * sys/v4l2/v4l2src_calls.c:
7430         (gst_v4l2src_probe_caps_for_format_and_size):
7431         Fix framerate detection code some more.
7432         Handle the case where there is a weird step in the stepwise framerates.
7433         Don't overwrite the min interval with the framerate, use a temp variable
7434         instead.
7435         Use max in the Continuous framerate intervals instead of step, which is
7436         1 according to the docs. Fixes #475424.
7437
7438 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7439
7440         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7441         Make udpsrc timestamp outgoing buffers based on when they were received.
7442         Also make it output a segment in time.
7443
7444 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7445
7446         * gst/avi/gstavidemux.c:
7447           Plug a little leak. Little code cleanups.
7448
7449 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7450
7451         * configure.ac:
7452           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7453           flac versions, 's good for cross-compilation karma.
7454
7455 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7456
7457         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7458
7459         * gst/rtp/gstrtph263pay.c:
7460           Fix up header structure so that compilers don't add padding
7461           between the structure fields, since that would lead to us
7462           sending RTP packets with broken headers (as is currently the
7463           case when compiling with MSVC). Also see similar fixes in
7464           libgstrtp in gst-plugins-base. (#474616; #471194)
7465
7466 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7467
7468         * sys/v4l2/v4l2src_calls.c:
7469         (gst_v4l2src_probe_caps_for_format_and_size):
7470         Don't overwrite our GValue with 0 but instead use the previously
7471         computed value. Fixes #471823 some more.
7472
7473 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7474
7475         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7476           No tabs in this file please, or gtk-doc will end up documenting
7477           rather absurd class hierarchies.
7478
7479 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7480
7481         * ext/gconf/gstswitchsink.c:
7482           If the new kid element fails to change state for some reason
7483           (e.g. esdsink not being able to connect to the sound server),
7484           forward the error message it posted on the bus instead of just
7485           posting a generic 'Internal state change error: please file a
7486           bug' error message. Fixes #471364.
7487
7488 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7489
7490         * gst/qtdemux/Makefile.am:
7491         * gst/qtdemux/qtdemux.c:
7492           Don't assume tags are encoded as UTF-8 (#473670).
7493
7494 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7495
7496         * sys/v4l2/gstv4l2src.c:
7497         * sys/v4l2/gstv4l2src.h:
7498         * sys/v4l2/v4l2src_calls.c:
7499           Implement LATENCY queries in the crudest way possible so I don't
7500           have to use sync=false any longer when testing with videosinks.
7501
7502 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7503
7504         * configure.ac:
7505           Fix build.
7506
7507 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7508
7509         * sys/v4l2/v4l2src_calls.c:
7510         (gst_v4l2src_probe_caps_for_format_and_size):
7511         Add some more debugging in the framerate function.
7512         Iterate stepwise framerate up to and _including_ the max and if nothing
7513         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7514         don't end up with an empty list. Fixes #471823
7515
7516 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7517
7518         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7519         (gst_multiudpsink_set_clients_string),
7520         (gst_multiudpsink_get_clients_string),
7521         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7522         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7523         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7524         (gst_multiudpsink_clear):
7525         Add property do configure destination address/port pairs
7526         API:GstMultiUDPSink::clients
7527
7528 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7529
7530         * tests/examples/Makefile.am:
7531         * tests/examples/rtp/Makefile.am:
7532         * tests/examples/rtp/client-H263p-AMR.sh:
7533         * tests/examples/rtp/client-H263p-PCMA.sdp:
7534         * tests/examples/rtp/client-H263p-PCMA.sh:
7535         * tests/examples/rtp/client-H264-PCMA.sdp:
7536         * tests/examples/rtp/client-H264-PCMA.sh:
7537         * tests/examples/rtp/client-PCMA.sh:
7538         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7539         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7540         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7541         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7542         Added some RTP example scripts for sending and receiving RTP streams.
7543
7544 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7545
7546         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7547         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7548         Restructure the setcaps function so that we can also compute the
7549         expected GStreamer output size of the video frames.
7550         Set frame_byte_size correctly so that read-based devices have a chance
7551         of working correctly.
7552         When grabbing a frame, discard frames that are not of the expected size.
7553         Some cameras don't output the right framesize for the first buffer.
7554         Try only a couple of times to get a valid frame, else error out.
7555
7556         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7557         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7558         Add some more debug info when scanning the device.
7559
7560         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7561         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7562         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7563         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7564         Add some more debug info when dequeing a frame.
7565
7566 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7567
7568         * gst/wavparse/gstwavparse.c:
7569           More code cleanups. Add some more comment and improve debugs logs.
7570
7571 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7572
7573         * gst/wavparse/gstwavparse.c:
7574         * gst/wavparse/gstwavparse.h:
7575           Implement seek-query. Refactor duration calculations. Appropriate use
7576           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7577           out of loops.
7578
7579 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7580
7581         * gst/avi/gstavidemux.c:
7582           Implement seek-query.
7583
7584 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7585
7586         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7587         (gst_rtspsrc_dup_printf):
7588         Use new basesink async property to make sparse RTCP packet not wait for
7589         preroll.
7590
7591 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7592
7593         * gst/audiofx/Makefile.am:
7594         Dist the right file.
7595
7596 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7597
7598         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7599         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7600         Make sure we generate and parse floating point values in the POSIX
7601         locale instead of the current locale. 
7602
7603 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7604
7605         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7606         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7607         (gst_rtspsrc_play):
7608         * gst/rtsp/gstrtspsrc.h:
7609         Fix method detection again.
7610         Keep track of when we must send a Range header.
7611         Use segment values for Range, Speed and Scale headers.
7612         Parse Speed and Scale headers to update the segment values.
7613
7614 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7615
7616         patch by: Mark Nauwelaerts <manauw@skynet.be>
7617
7618         * sys/v4l2/v4l2src_calls.c:
7619           Handle optional v4l2 ioctls gracefully.
7620
7621 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7622
7623         * gst/rtp/Makefile.am:
7624         * gst/rtp/gstrtp.c: (plugin_init):
7625         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7626         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7627         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7628         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7629         (gst_rtp_h263_depay_get_property),
7630         (gst_rtp_h263_depay_change_state),
7631         (gst_rtp_h263_depay_plugin_init):
7632         * gst/rtp/gstrtph263depay.h:
7633         Added an H263 depayloader. Fixes #369392.
7634
7635         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7636         (gst_rtp_h263p_depay_process):
7637         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7638         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7639         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7640         payloads.
7641         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7642
7643 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7644
7645         * gst/audiofx/audiochebyshevfreqband.c:
7646         * gst/audiofx/audiochebyshevfreqlimit.c:
7647         Add small comparision with the windowed sinc filters in the docs.
7648
7649 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7650
7651         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7652         (audiochebyshevfreqband_suite):
7653         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7654         (audiochebyshevfreqlimit_suite):
7655         Also test 32 bit float mode and the type 2 variants of the filters.
7656
7657 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7658
7659         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7660         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7661         (gst_rtspsrc_loop):
7662         Refactor the udp and interleaved loop function a bit.
7663
7664 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7665
7666         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7667         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7668         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7669         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7670         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7671         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7672         * gst/rtsp/gstrtspsrc.h:
7673         Protect connection activity with a new lock, avoids deadlocks when going
7674         to PAUSED. Fixes #455808.
7675
7676 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7677
7678         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7679         Fix debug statement.
7680
7681 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7682
7683         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7684         Fix stray %u in debug line as spotted by Saur on IRC.
7685
7686 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7687
7688         * gst/audiofx/audiochebyshevfreqband.c:
7689         (gst_audio_chebyshev_freq_band_class_init):
7690         * gst/audiofx/audiochebyshevfreqlimit.c:
7691         (gst_audio_chebyshev_freq_limit_class_init):
7692         Use generator macros for the process functions for the different
7693         sample types, add lower upper boundaries for the GObject properties
7694         so automatically generated UIs can use sliders and add a note about
7695         the number of poles as a too high number of poles combined with
7696         very low or very high frequencies will produce only noise.
7697         * docs/plugins/gst-plugins-good-plugins.args:
7698         Regenerated for the property changes.
7699
7700 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7701
7702         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7703         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7704         (gst_rtspsrc_stream_configure_udp_sink),
7705         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7706         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7707         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7708         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7709         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7710         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7711         * gst/rtsp/gstrtspsrc.h:
7712         Improve timeout handling.
7713         Use the same socket for sending and receiving RTCP packets so that some
7714         servers can track clients better.
7715         Improve connection closed handling. Try to reconnect.
7716         Don't overwrite our content base with NULL.
7717         Improve debugging.
7718         Improve range parsing and handling.
7719         Remove flushing hack now that core does the right thing.
7720
7721 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7722
7723         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7724         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
7725         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
7726         (gst_multiudpsink_close), (gst_multiudpsink_add):
7727         * gst/udp/gstmultiudpsink.h:
7728         Add support for getting and setting the socket to use.
7729
7730         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7731         (gst_udpsrc_create), (gst_udpsrc_get_property):
7732         Add support for getting the currently used socket.
7733
7734 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
7735
7736         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7737
7738         * gst/audiofx/Makefile.am:
7739         * gst/audiofx/audiochebyshevfreqband.c:
7740         (gst_audio_chebyshev_freq_band_mode_get_type),
7741         (gst_audio_chebyshev_freq_band_base_init),
7742         (gst_audio_chebyshev_freq_band_dispose),
7743         (gst_audio_chebyshev_freq_band_class_init),
7744         (gst_audio_chebyshev_freq_band_init),
7745         (generate_biquad_coefficients), (calculate_gain),
7746         (generate_coefficients),
7747         (gst_audio_chebyshev_freq_band_set_property),
7748         (gst_audio_chebyshev_freq_band_get_property),
7749         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
7750         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
7751         (gst_audio_chebyshev_freq_band_start):
7752         * gst/audiofx/audiochebyshevfreqband.h:
7753         * gst/audiofx/audiochebyshevfreqlimit.c:
7754         (gst_audio_chebyshev_freq_limit_mode_get_type),
7755         (gst_audio_chebyshev_freq_limit_base_init),
7756         (gst_audio_chebyshev_freq_limit_dispose),
7757         (gst_audio_chebyshev_freq_limit_class_init),
7758         (gst_audio_chebyshev_freq_limit_init),
7759         (generate_biquad_coefficients), (calculate_gain),
7760         (generate_coefficients),
7761         (gst_audio_chebyshev_freq_limit_set_property),
7762         (gst_audio_chebyshev_freq_limit_get_property),
7763         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
7764         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
7765         (gst_audio_chebyshev_freq_limit_start):
7766         * gst/audiofx/audiochebyshevfreqlimit.h:
7767         * gst/audiofx/audiofx.c: (plugin_init):
7768         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
7769         Fixes #464800.
7770
7771         * tests/check/Makefile.am:
7772         * tests/check/elements/.cvsignore:
7773         * tests/check/elements/audiochebyshevfreqband.c:
7774         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
7775         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
7776         * tests/check/elements/audiochebyshevfreqlimit.c:
7777         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
7778         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
7779         Add unit tests for the chebyshev filters.
7780
7781         * docs/plugins/Makefile.am:
7782         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7783         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7784         * docs/plugins/gst-plugins-good-plugins.args:
7785         * docs/plugins/inspect/plugin-1394.xml:
7786         * docs/plugins/inspect/plugin-audiofx.xml:
7787         * docs/plugins/inspect/plugin-dv.xml:
7788         * docs/plugins/inspect/plugin-flac.xml:
7789         * docs/plugins/inspect/plugin-jpeg.xml:
7790         * docs/plugins/inspect/plugin-png.xml:
7791         * docs/plugins/inspect/plugin-rtp.xml:
7792         * docs/plugins/inspect/plugin-shout2send.xml:
7793         * docs/plugins/inspect/plugin-wavpack.xml:
7794         And add docs for the chebyshev filters. While doing
7795         that also run make update in docs/plugins.
7796
7797 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7798
7799         * ext/annodex/gstcmmltag.c:
7800         * gst/rtp/gstrtpvorbispay.c:
7801           Make ro memory to share.
7802
7803 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7804
7805         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7806         Improve UDP performance by avoiding a select() when we have data
7807         available immediatly.
7808
7809 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7810
7811         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
7812         (gst_rtp_dec_class_init):
7813         * gst/rtsp/gstrtpdec.h:
7814         Add (dummy) SSRC management signals.
7815
7816         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7817         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7818         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
7819         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
7820         (on_timeout), (gst_rtspsrc_stream_configure_manager),
7821         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
7822         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7823         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7824         * gst/rtsp/gstrtspsrc.h:
7825         Add connection-speed property.
7826         Add find_stream helper functions.
7827         Handle stream EOS based on BYE messages or SSRC timeout.
7828         Returns SUCCESS from the state change function as we hide our async
7829         elements from the parent.
7830
7831 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7832
7833         * gst/debug/rndbuffersize.c:
7834           Fix da leak.
7835
7836 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
7837
7838         * gst/debug/Makefile.am:
7839         * gst/debug/breakmydata.c:
7840         * gst/debug/gstdebug.c:
7841         * gst/debug/negotiation.c:
7842         * gst/debug/progressreport.c:
7843         * gst/debug/rndbuffersize.c:
7844         * gst/debug/testplugin.c:
7845           Add new test element and clean-up the others a little.
7846
7847 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7848
7849         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7850         Fix parsing of mp4a version 0 atoms. Fixes #465774.
7851
7852 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7853
7854         * gst/rtp/gstrtpilbcdepay.c:
7855           Include stdlib.
7856
7857 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
7858
7859         * gst/rtp/gstrtpmpvdepay.c:
7860         Set the mpegversion in the caps so that autoplugging does not get
7861         confused.
7862
7863 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7864
7865         * po/hu.po:
7866         * po/uk.po:
7867         * po/vi.po:
7868           Updated translations.
7869
7870 2007-08-08  Michael Smith <msmith@fluendo.com>
7871
7872         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7873           Render right border in the correct location.
7874
7875 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7876
7877         Patch by: Olivier Crete <tester at tester dot ca>
7878
7879         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7880         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7881         Make mode property a string. Fixes #464475.
7882
7883 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7884
7885         * ext/flac/gstflacenc.c:
7886           Widen caps to match decoder a bit and add more FIXMEs.
7887
7888 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7889
7890         patch by: Mark Nauwelaerts <manauw@skynet.be>
7891
7892         * gst/avi/gstavimux.c:
7893           Fix ODML index tag numbering. Fixes #463624.
7894
7895 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7896
7897         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7898         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7899         (gst_rtspsrc_stream_configure_tcp),
7900         (gst_rtspsrc_stream_configure_udp_sink):
7901         Fix default clock-rate for realmedia.
7902         Fix parsing of transport.
7903         Don't try to link NULL pads.
7904
7905 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7906
7907         * po/POTFILES.skip:
7908           Add POTFILES.skip with list of source files that aren't disted at the
7909           moment but contain translatable strings. Should hopefully pacify
7910           broken tools and make it clearer that these files are left out
7911           intentionally (#461600).
7912
7913 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7914
7915         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7916         If the buffer was entirely clipped ... don't try sending it :)
7917
7918 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7919
7920         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7921         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7922         (gst_rtspsrc_create_transports_string),
7923         (gst_rtspsrc_prepare_transports):
7924         If we don't hav a session manager, set the caps on outgoing buffers
7925         ourselves.
7926         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7927         Append final bit of the transport string even when it does not contain a
7928         placeholder.
7929
7930 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7931
7932         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7933         (gst_rtsp_ext_list_connect):
7934         * gst/rtsp/gstrtspext.h:
7935         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7936         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7937         Clean up the interface list.
7938         Allow connecting to interface signals for the extensions.
7939         Remove old extension code.
7940         Free list on cleanup.
7941         Allow extensions to send additional RTSP messages.
7942
7943 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7944
7945         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7946         Handle a NULL gconf key gracefully by rendering the default element.
7947
7948 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7949
7950         * gst/rtsp/gstrtspext.h:
7951         Fix include path for extension interface.
7952
7953 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7954
7955         * gst/audiofx/audioamplify.h:
7956         Also remove a now unecessary variable here.
7957
7958 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7959
7960         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7961         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7962         * gst/audiofx/audiodynamic.c:
7963         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7964         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7965         * gst/audiofx/audiodynamic.h:
7966         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7967         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7968         * gst/audiofx/audioinvert.h:
7969         Don't save format information ourselves, this is already saved in
7970         GstAudioFilter.
7971
7972 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7973
7974         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7975         (gst_rtsp_ext_list_stream_select):
7976         * gst/rtsp/gstrtspext.h:
7977         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7978         Use rank to filter out extensions.
7979         Add url to stream_select interface call.
7980
7981 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7982
7983         * gst/rtsp/Makefile.am:
7984         * gst/rtsp/base64.c:
7985         * gst/rtsp/base64.h:
7986         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7987         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7988         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7989         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7990         (gst_rtsp_ext_list_setup_media),
7991         (gst_rtsp_ext_list_configure_stream),
7992         (gst_rtsp_ext_list_get_transports),
7993         (gst_rtsp_ext_list_stream_select):
7994         * gst/rtsp/gstrtspext.h:
7995         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7996         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7997         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7998         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7999         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8000         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8001         (gst_rtspsrc_stream_configure_tcp),
8002         (gst_rtspsrc_stream_configure_mcast),
8003         (gst_rtspsrc_stream_configure_udp),
8004         (gst_rtspsrc_stream_configure_udp_sink),
8005         (gst_rtspsrc_stream_configure_transport),
8006         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8007         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8008         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8009         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8010         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8011         (gst_rtspsrc_parse_methods),
8012         (gst_rtspsrc_create_transports_string),
8013         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8014         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8015         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8016         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8017         * gst/rtsp/gstrtspsrc.h:
8018         * gst/rtsp/rtsp.h:
8019         * gst/rtsp/rtspconnection.c:
8020         * gst/rtsp/rtspconnection.h:
8021         * gst/rtsp/rtspdefs.c:
8022         * gst/rtsp/rtspdefs.h:
8023         * gst/rtsp/rtspext.h:
8024         * gst/rtsp/rtspextwms.c:
8025         * gst/rtsp/rtspextwms.h:
8026         * gst/rtsp/rtspmessage.c:
8027         * gst/rtsp/rtspmessage.h:
8028         * gst/rtsp/rtsprange.c:
8029         * gst/rtsp/rtsprange.h:
8030         * gst/rtsp/rtsptransport.c:
8031         * gst/rtsp/rtsptransport.h:
8032         * gst/rtsp/rtspurl.c:
8033         * gst/rtsp/rtspurl.h:
8034         * gst/rtsp/sdp.h:
8035         * gst/rtsp/sdpmessage.c:
8036         * gst/rtsp/sdpmessage.h:
8037         * gst/rtsp/test.c:
8038         Use shiny new RTSP and SDP library.
8039         Implement RTSP extensions using the new interface.
8040         Remove a lot of old code.
8041
8042 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8043
8044         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8045         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8046
8047 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8048
8049         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8050         Don't unref the outgoing buffer twice when dropping it because it's
8051         outside of the segment.
8052
8053 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8054
8055         * configure.ac:
8056         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8057         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8058         Use the new buffer clipping function from gstaudio here and
8059         require gst-plugins-base CVS.
8060         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8061         For framed Wavpack buffers we require a valid timestamp.
8062
8063 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8064
8065         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8066         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8067         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8068         Clip raw audio and video when we can, keep track of current output
8069         segment.
8070         Don't leak buffers and events when there is no output pad.
8071         Improve debugging here and there.
8072
8073 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8074
8075         * configure.ac:
8076           Sync liboil check with plugins-base.
8077
8078 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8079
8080         * ext/annodex/Makefile.am:
8081           Fix CFLAGS/LIBS.
8082
8083         * ext/cdio/gstcdiocddasrc.c:
8084         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8085           Include stdlib
8086
8087         * ext/cairo/Makefile.am:
8088         * gst/videofilter/Makefile.am:
8089         * tests/examples/level/Makefile.am:
8090           Use $(LIBM) instead of -lm
8091
8092 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8093
8094         * sys/v4l2/gstv4l2src.c:
8095           Add another example pipeline.
8096
8097 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8098
8099         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8100
8101         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8102           Use define here.
8103
8104         * sys/v4l2/gstv4l2tuner.c:
8105         (gst_v4l2_tuner_set_frequency_and_notify):
8106           Don't touch the property - its still disabled.
8107
8108         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8109         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8110         * sys/v4l2/v4l2src_calls.h:
8111           Improve fallback format negotionation. Fixes #451388
8112
8113 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8114
8115         * tests/check/elements/videocrop.c: (GST_START_TEST):
8116           Fix the test.
8117
8118 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8119
8120         * docs/plugins/Makefile.am:
8121         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8122         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8123         * docs/plugins/inspect/plugin-jpeg.xml:
8124         * docs/plugins/inspect/plugin-png.xml:
8125         * ext/jpeg/gstjpegdec.c:
8126         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8127         (gst_pngdec_sink_setcaps):
8128           More docs. More logs in pngdec.
8129
8130 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8131
8132         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8133           Initialize num_buffers with minimum value.
8134
8135         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8136         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8137           Handle frame-size query failure gracefully.
8138
8139 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8140
8141         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8142         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8143         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8144         of qt/aac files.
8145
8146 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8147
8148         * ext/wavpack/gstwavpackdec.c:
8149         (gst_wavpack_dec_clip_outgoing_buffer):
8150         Fix buffer clipping to correctly clip to the segment stop.
8151
8152 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8153
8154         * configure.ac:
8155         * tests/Makefile.am:
8156         Remove bogus check for libcheck, since we check for
8157         gstreamer-check and it pulls in the required info from there,
8158         and we weren't actually _using_ the information for libcheck
8159         ourselves anyway.
8160
8161 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8162
8163         * configure.ac:
8164           Use pkg-config to locate check.
8165
8166 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8167
8168         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8169         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8170         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8171         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8172         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8173         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8174         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8175         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8176         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8177         * gst/effectv/gstrev.c: (gst_revtv_transform):
8178         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8179         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8180         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8181         * gst/matroska/matroska-demux.c:
8182         (gst_matroska_demux_add_wvpk_header),
8183         (gst_matroska_demux_check_subtitle_buffer),
8184         (gst_matroska_decode_buffer):
8185         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8186           Fix build against core CVS.
8187
8188 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8189
8190         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8191         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8192         don't have enough granularity to convert that boolean into a
8193         GstFlowReturn.
8194
8195 2007-07-06  Michael Smith <msmith@fluendo.com>
8196
8197         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8198         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8199         (gst_alawdec_change_state):
8200         * gst/law/alaw-decode.h:
8201         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8202         (gst_mulawdec_class_init), (gst_mulawdec_init),
8203         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8204         * gst/law/mulaw-decode.h:
8205           Fix capsnego bogosity in *law decoders. 
8206
8207 2007-07-06  Michael Smith <msmith@fluendo.com>
8208
8209         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8210         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8211         (gst_smokeenc_change_state):
8212         * ext/jpeg/gstsmokeenc.h:
8213           Remove stupidity in get/set caps functions.
8214           Fix some refcounting problems.
8215
8216 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8217
8218         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8219         Remove endianness-flipping hack that seems to have been required
8220         only because of a bug in ffmpegcolorspace.
8221         Partially Fixes: #451908
8222
8223 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8224
8225         * docs/plugins/Makefile.am:
8226           Simplify --extra-dir as gtkdoc scans recursively.
8227
8228 2007-07-03  Wim Taymans  <wim@fluendo.com>
8229
8230         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8231
8232         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8233         Set the encoding-name in the rtp caps to all uppercase, as required by
8234         the caps spec.
8235         Some small cleanups in the error paths. Fixes #453037.
8236
8237 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8238
8239         * ext/wavpack/gstwavpackparse.c:
8240         (gst_wavpack_parse_index_get_last_entry),
8241         (gst_wavpack_parse_index_get_entry_from_sample),
8242         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8243         (gst_wavpack_parse_scan_to_find_sample):
8244         * ext/wavpack/gstwavpackparse.h:
8245         Use a GSList for the GArray that is used like a list anyway.
8246
8247 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8248
8249         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8250         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8251         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8252           Add state change function where we set 0/1 as default framerate in
8253           case our setcaps function isn't called, like it might not in a
8254           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8255           gdkpixbufdec trying to create caps with a 0/0 framerate.
8256           Also post an error message on the bus if gst_pad_push() fails when
8257           called from our sink event handler (+1 for flow returns for event
8258           functions in 0.11) instead of failing silently.
8259
8260 2007-06-27  Wim Taymans  <wim@fluendo.com>
8261
8262         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8263         Cast stack args to the proper types. Fixes #451249.
8264
8265 2007-06-27  Wim Taymans  <wim@fluendo.com>
8266
8267         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8268         (new_session_pad), (gst_rtspsrc_setup_streams):
8269         * gst/rtsp/gstrtspsrc.h:
8270         For container formats we only need to activate one of the streams so
8271         that we correctly signal no-more-pads. Fixes #451015.
8272
8273 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8274
8275         * docs/plugins/gst-plugins-good-plugins.args:
8276         * docs/plugins/inspect/plugin-aasink.xml:
8277         * docs/plugins/inspect/plugin-alaw.xml:
8278         * docs/plugins/inspect/plugin-alpha.xml:
8279         * docs/plugins/inspect/plugin-alphacolor.xml:
8280         * docs/plugins/inspect/plugin-annodex.xml:
8281         * docs/plugins/inspect/plugin-apetag.xml:
8282         * docs/plugins/inspect/plugin-audiofx.xml:
8283         * docs/plugins/inspect/plugin-auparse.xml:
8284         * docs/plugins/inspect/plugin-autodetect.xml:
8285         * docs/plugins/inspect/plugin-avi.xml:
8286         * docs/plugins/inspect/plugin-cacasink.xml:
8287         * docs/plugins/inspect/plugin-cairo.xml:
8288         * docs/plugins/inspect/plugin-cdio.xml:
8289         * docs/plugins/inspect/plugin-cutter.xml:
8290         * docs/plugins/inspect/plugin-debug.xml:
8291         * docs/plugins/inspect/plugin-efence.xml:
8292         * docs/plugins/inspect/plugin-effectv.xml:
8293         * docs/plugins/inspect/plugin-esdsink.xml:
8294         * docs/plugins/inspect/plugin-flac.xml:
8295         * docs/plugins/inspect/plugin-flxdec.xml:
8296         * docs/plugins/inspect/plugin-gconfelements.xml:
8297         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8298         * docs/plugins/inspect/plugin-goom.xml:
8299         * docs/plugins/inspect/plugin-halelements.xml:
8300         * docs/plugins/inspect/plugin-icydemux.xml:
8301         * docs/plugins/inspect/plugin-id3demux.xml:
8302         * docs/plugins/inspect/plugin-jpeg.xml:
8303         * docs/plugins/inspect/plugin-ladspa.xml:
8304         * docs/plugins/inspect/plugin-level.xml:
8305         * docs/plugins/inspect/plugin-matroska.xml:
8306         * docs/plugins/inspect/plugin-mulaw.xml:
8307         * docs/plugins/inspect/plugin-multipart.xml:
8308         * docs/plugins/inspect/plugin-navigationtest.xml:
8309         * docs/plugins/inspect/plugin-ossaudio.xml:
8310         * docs/plugins/inspect/plugin-png.xml:
8311         * docs/plugins/inspect/plugin-quicktime.xml:
8312         * docs/plugins/inspect/plugin-rtp.xml:
8313         * docs/plugins/inspect/plugin-rtsp.xml:
8314         * docs/plugins/inspect/plugin-smpte.xml:
8315         * docs/plugins/inspect/plugin-speex.xml:
8316         * docs/plugins/inspect/plugin-taglib.xml:
8317         * docs/plugins/inspect/plugin-udp.xml:
8318         * docs/plugins/inspect/plugin-videobalance.xml:
8319         * docs/plugins/inspect/plugin-videobox.xml:
8320         * docs/plugins/inspect/plugin-videocrop.xml:
8321         * docs/plugins/inspect/plugin-videoflip.xml:
8322         * docs/plugins/inspect/plugin-videomixer.xml:
8323         * docs/plugins/inspect/plugin-wavenc.xml:
8324         * docs/plugins/inspect/plugin-wavparse.xml:
8325         * docs/plugins/inspect/plugin-ximagesrc.xml:
8326           Update docs with caps info.
8327
8328 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8329
8330         * po/POTFILES.in:
8331           Add more files with translatable strings (#450878).
8332
8333 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8334
8335         * MAINTAINERS:
8336         Updating all the maintainers files
8337
8338 2007-06-22  Edward Hervey  <edward@fluendo.com>
8339
8340         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8341         * gst/interleave/deinterleave.c: (deinterleave_init),
8342         (deinterleave_sink_link):
8343         * gst/interleave/interleave.c: (interleave_init):
8344         * gst/median/gstmedian.c: (gst_median_init):
8345         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8346         Fix memory leaks.
8347         * tests/check/elements/id3demux.c: (pad_added_cb):
8348         Remove unused variable.
8349
8350 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8351
8352         * ext/gconf/gconf.h:
8353         Make the prototype of gst_gconf_get_key_for_sink_profile
8354         match the implementation.
8355         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8356         Fixes: #449747
8357
8358 2007-06-20  Michael Smith <msmith@fluendo.com>
8359
8360         * gst/rtp/gstrtpdepay.c:
8361           Fix description - rtpdepay is not a payloader.
8362
8363 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8364
8365         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8366         (qtdemux_video_caps):
8367         * gst/qtdemux/qtdemux_fourcc.h:
8368           Add MJPG to the variants of motion jpeg.
8369
8370 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8371
8372         * tests/check/Makefile.am:
8373         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8374         * tests/check/elements/videocrop.c: (GST_START_TEST):
8375         * tests/check/elements/videofilter.c:
8376         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8377         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8378           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8379           error flags are included and it errors out on compiler warnings
8380           for CVS builds; remove unused variables in various unit tests.
8381
8382 2007-06-19  Wim Taymans  <wim@fluendo.com>
8383
8384         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8385         (rtsp_connection_close), (rtsp_connection_free):
8386         Use threadsafe inet_ntop to convert an ip number to a string. 
8387         Fixes #447961.
8388         Don't leak fd (and ip) when freeing a connection without first closing
8389         it.
8390
8391 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8392
8393         * configure.ac:
8394         Back to CVS
8395
8396         * gst-plugins-good.doap:
8397         Add 0.10.6 to the doap file.
8398
8399 === release 0.10.6 ===
8400
8401 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8402
8403         * configure.ac:
8404           releasing 0.10.6, "Wobble Board"
8405
8406 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8407
8408         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8409         (rtsp_connection_free):
8410           Revert previous commit again, since we are frozen (sorry).
8411
8412 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8413
8414         Patch by: Peter Kjellerstedt <pkj at axis com>
8415
8416         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8417         (rtsp_connection_free):
8418           inet_ntoa() uses a static buffer internally, so we need to copy the
8419           returned string if we want to store it for later (#447961).
8420
8421 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8422
8423         * win32/vs6/autogen.dsp:
8424         * win32/vs6/gst_plugins_good.dsw:
8425         * win32/vs6/libgstalaw.dsp:
8426         * win32/vs6/libgstalpha.dsp:
8427         * win32/vs6/libgstalphacolor.dsp:
8428         * win32/vs6/libgstapetag.dsp:
8429         * win32/vs6/libgstaudiofx.dsp:
8430         * win32/vs6/libgstauparse.dsp:
8431         * win32/vs6/libgstautodetect.dsp:
8432         * win32/vs6/libgstavi.dsp:
8433         * win32/vs6/libgstcutter.dsp:
8434         * win32/vs6/libgstdirectdraw.dsp:
8435         * win32/vs6/libgstdirectsound.dsp:
8436         * win32/vs6/libgsteffectv.dsp:
8437         * win32/vs6/libgstflx.dsp:
8438         * win32/vs6/libgstgoom.dsp:
8439         * win32/vs6/libgsticydemux.dsp:
8440         * win32/vs6/libgstid3demux.dsp:
8441         * win32/vs6/libgstinterleave.dsp:
8442         * win32/vs6/libgstjpeg.dsp:
8443         * win32/vs6/libgstlevel.dsp:
8444         * win32/vs6/libgstmatroska.dsp:
8445         * win32/vs6/libgstmedian.dsp:
8446         * win32/vs6/libgstmonoscope.dsp:
8447         * win32/vs6/libgstmulaw.dsp:
8448         * win32/vs6/libgstmultipart.dsp:
8449         * win32/vs6/libgstqtdemux.dsp:
8450         * win32/vs6/libgstrtp.dsp:
8451         * win32/vs6/libgstrtsp.dsp:
8452         * win32/vs6/libgstsmpte.dsp:
8453         * win32/vs6/libgstspeex.dsp:
8454         * win32/vs6/libgstudp.dsp:
8455         * win32/vs6/libgstvideobalance.dsp:
8456         * win32/vs6/libgstvideobox.dsp:
8457         * win32/vs6/libgstvideocrop.dsp:
8458         * win32/vs6/libgstvideoflip.dsp:
8459         * win32/vs6/libgstvideomixer.dsp:
8460         * win32/vs6/libgstwaveform.dsp:
8461         * win32/vs6/libgstwavenc.dsp:
8462         * win32/vs6/libgstwavparse.dsp:
8463         Mark *.dsp & *.dsw as binary files and convert to DOS line
8464         endings, as they don't load into VS6 correctly otherwise.
8465
8466 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8467
8468         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8469         (rtsp_connection_connect):
8470         Fix the MingW build. 
8471         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8472         Fixes: #446981
8473
8474 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8475
8476         * tests/check/elements/.cvsignore:
8477         * tests/icles/.cvsignore:
8478         Hush the buildbots up
8479
8480 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8481
8482         * configure.ac:
8483         * sys/Makefile.am:
8484         * sys/directdraw/Makefile.am:
8485         * sys/directsound/Makefile.am:
8486         * sys/waveform/Makefile.am:
8487         Make sure to dist everything needed for win32 builds.
8488
8489 2007-06-14  Edward Hervey  <edward@fluendo.com>
8490
8491         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8492         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8493         caps.
8494         Fixes #447458
8495
8496 2007-06-13  Wim Taymans  <wim@fluendo.com>
8497
8498         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8499         Make sure we allocate enough memory for the codec_data.
8500         Fixes #447210.
8501
8502 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8503
8504         * win32/MANIFEST:
8505         Add videocrop project file to the win32 manifest.
8506         * win32/vs6/gst_plugins_good.dsw:
8507         Add qtdemux,videocrop and waveform projects to the workspace.
8508         * win32/vs6/libgstqtdemux.dsp:
8509         Add zlib to the link list of qtdemux.
8510         * win32/vs6/libgstvideocrop.dsp:
8511         Add a project file for videocrop.
8512
8513 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8514
8515         * po/POTFILES.in:
8516         Add qtdemux for translation
8517
8518 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8519
8520         * configure.ac:
8521         * docs/plugins/Makefile.am:
8522         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8523         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8524         * docs/plugins/inspect/plugin-videocrop.xml:
8525         * gst-plugins-good.spec.in:
8526         * sys/Makefile.am:
8527         * tests/check/Makefile.am:
8528         * tests/icles/Makefile.am:
8529         * tests/icles/videocrop-test.c:
8530         Move videocrop and osxvideo from -bad.
8531
8532 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8533
8534         * configure.ac:
8535         * docs/plugins/Makefile.am:
8536         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8537         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8538         * docs/plugins/gst-plugins-good-plugins.args:
8539         * docs/plugins/inspect/plugin-qtdemux.xml:
8540         * docs/plugins/inspect/plugin-quicktime.xml:
8541         * win32/MANIFEST:
8542         Move qtdemux from -bad.
8543
8544         * gst-plugins-good.spec.in:
8545         Update spec file to reflect moving of qtdemux and wavpack
8546
8547 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8548         
8549         * win32/MANIFEST:
8550         * docs/plugins/Makefile.am:
8551         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8552         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8553         * docs/plugins/inspect/plugin-directdraw.xml:
8554         * docs/plugins/inspect/plugin-directsound.xml:
8555         * docs/plugins/inspect/plugin-waveform.xml:
8556         Move the waveform plugin from -bad too. Update the inspect xml
8557         files to mention Plugins Good instead of Plugins Bad.
8558
8559 2007-06-12  Andy Wingo  <wingo@pobox.com>
8560
8561         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8562         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8563         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8564         finalization and resuscitation. No longer public.
8565         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8566         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8567         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8568         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8569         miniobject semantics, and be threadsafe.
8570         (gst_v4l2src_queue_frame): Remove this function, as we just call
8571         the ioctls directly in the two places where we queue buffers.
8572         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8573         directly.
8574         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8575         to allocate the pool, which also preallocates the GstBuffers.
8576         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8577         queueing the frames directly.
8578         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8579         mmap buffers have been dequeued.
8580
8581         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8582         real MiniObject instead of rolling our own refcounting and
8583         finalizing. Give it a lock.
8584         (struct _GstV4l2Buffer): Remove one intermediary object, having
8585         the buffers hold the struct v4l2_buffer directly.
8586
8587         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8588         capture_init so that it can set them on the buffers that it will
8589         create.
8590         (gst_v4l2src_get_read): For better or for worse, include the
8591         timestamping and offsetting code here; really we should be using
8592         bufferalloc though.
8593         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8594         preallocated, mmap'd buffers.
8595
8596 2007-06-11  Wim Taymans  <wim@fluendo.com>
8597
8598         Patch by: daniel fischer <dan at f3c dot com>
8599
8600         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8601         (gst_ximage_src_get_caps):
8602         Actually use the display_name property so that we can dump any
8603         available X display. Fixes #445905.
8604
8605 2007-06-11  Wim Taymans  <wim@fluendo.com>
8606
8607         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8608
8609         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8610         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8611         Add missing rate fields to caps. Fixes #441118.
8612
8613 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8614
8615         * win32/vs6/gst_plugins_good.dsw:
8616         * win32/vs8/gst-plugins-good.sln:
8617         Add DirectSound and DirectDraw sinks project files to
8618         workspace and solution files.
8619
8620 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8621
8622         Patch by: Josh Coalson <xflac at yahoo dot com>,
8623         updated by Alexis Ballier <aballier at gentoo dot org>:
8624
8625         * configure.ac:
8626         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8627         (gst_flac_dec_setup_seekable_decoder),
8628         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8629         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8630         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8631         * ext/flac/gstflacdec.h:
8632         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8633         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8634         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8635         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8636         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8637         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8638         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8639         * ext/flac/gstflacenc.h:
8640         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8641         
8642 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8643
8644         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8645         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8646         not necessary anymore as we need at least that core version. 
8647
8648 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8649
8650         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8651         (gst_wavpack_dec_chain):
8652         * ext/wavpack/gstwavpackdec.h:
8653         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8654         (gst_wavpack_parse_push_buffer):
8655         * ext/wavpack/gstwavpackparse.h:
8656         Improve discont handling by checking if the next Wavpack block has
8657         the expected, following block index.
8658
8659 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8660
8661         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8662           Fix element description.
8663
8664 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8665
8666         * configure.ac:
8667         * docs/plugins/Makefile.am:
8668         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8669         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8670         * docs/plugins/gst-plugins-good-plugins.args:
8671         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8672         * docs/plugins/gst-plugins-good-plugins.signals:
8673         * docs/plugins/inspect/plugin-autodetect.xml:
8674         * docs/plugins/inspect/plugin-gconfelements.xml:
8675         * docs/plugins/inspect/plugin-ladspa.xml:
8676         * docs/plugins/inspect/plugin-rtp.xml:
8677         * docs/plugins/inspect/plugin-wavpack.xml:
8678         * ext/Makefile.am:
8679         * tests/check/Makefile.am:
8680           move wavpack plugin.  See #352605.
8681
8682 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8683
8684         * configure.ac:
8685         * docs/plugins/Makefile.am:
8686         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8687         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8688         * docs/plugins/gst-plugins-good-plugins.args:
8689         * sys/Makefile.am:
8690         * win32/MANIFEST:
8691         Add DirectDraw & DirectSound plugins to the build and docs.
8692
8693 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8694
8695         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8696         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8697           When operating in pull mode, error out correct on not-linked.
8698
8699 2007-06-06  Andy Wingo  <wingo@pobox.com>
8700
8701         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8702         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8703         format and size if the ioctls are defined; should fix compilation
8704         on Linux < 2.16.19.
8705
8706 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
8707
8708         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8709           Printf fixes in debug statements; use LOG level for debug statements
8710           that are printed for each and every frame; convert c++ comments to
8711           C-style comments; not much point using g_try_malloc() if we then not
8712           even check the return value.
8713
8714 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8715
8716         * configure.ac:
8717           Bump requirements to released versions (core and base 0.10.13).
8718
8719         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
8720           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8721           own implementation.
8722
8723 2007-06-05  Andy Wingo  <wingo@pobox.com>
8724
8725         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
8726         some useless comments.
8727
8728         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
8729         frames before calling STREAMON, that might leave them in a state
8730         where they can't be dequeued if we go back to NULL without calling
8731         STREAMON, according to the docs.
8732         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
8733         before we call STREAMON.
8734         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
8735         failures. (For me this code hung.) The pool refcounting is still
8736         crack; added a note to that effect.
8737
8738 2007-06-05  Wim Taymans  <wim@fluendo.com>
8739
8740         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8741         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
8742         Add support for mapping gst structure names to the MIME type equivalent.
8743         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
8744
8745 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
8746
8747         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8748         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
8749         (gst_wavenc_chain), (gst_wavenc_change_state):
8750         * gst/wavenc/gstwavenc.h:
8751         Properly write wav files with width!=depth by having the depth most
8752         significant bytes set and all others zero. Fixes #442535.
8753
8754 2007-06-01  Wim Taymans  <wim@fluendo.com>
8755
8756         * gst/rtsp/rtspconnection.c:
8757         Add include to make buildbot happy.
8758
8759 2007-06-01  Wim Taymans  <wim@fluendo.com>
8760
8761         Patch by: Peter Kjellerstedt  <pkj at axis com>
8762
8763         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8764         (rtsp_connection_connect), (add_date_header),
8765         (rtsp_connection_send), (parse_response_status),
8766         (parse_request_line), (parse_line), (rtsp_connection_receive):
8767         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
8768         * gst/rtsp/rtspdefs.h:
8769         * gst/rtsp/rtspmessage.c: (key_value_foreach),
8770         (rtsp_message_init_request), (rtsp_message_init_response),
8771         (rtsp_message_remove_header), (rtsp_message_append_headers),
8772         (rtsp_message_dump):
8773         * gst/rtsp/rtspmessage.h:
8774         Improves version checking, allowing an RTSP server to reply with "505
8775         RTSP Version not supported.
8776         Adds a Date header to all messages.
8777         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
8778         want to be able to send a response even if something in the request was
8779         invalid. EINVAL is only used when passing wrong arguments to functions.
8780         Do not handle an invalid method in parse_request_line(). Defer this to
8781         the caller so it can respond with "405 Method Not Allowed".
8782         Improves parsing of the timeout parameter to the Session header,
8783         allowing whitespace after the semicolon. 
8784         Avoids a compiler warning due to variables shadowing a function argument.
8785
8786 2007-06-01  Wim Taymans  <wim@fluendo.com>
8787
8788         Based on Patch by: Daniel Charles <dcharles at ti dot com>
8789
8790         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8791         (gst_rtp_amr_depay_process):
8792         * gst/rtp/gstrtpamrdepay.h:
8793         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
8794         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
8795         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
8796         * gst/rtp/gstrtpamrpay.h:
8797         Add support for AMR-WB.
8798         Small cleanups such as using BOILERPLATE.
8799
8800 2007-05-31  Wim Taymans  <wim@fluendo.com>
8801
8802         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
8803         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
8804
8805 2007-05-30  Andy Wingo  <wingo@pobox.com>
8806
8807         * sys/v4l2/gstv4l2object.h: 
8808         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
8809         unintended changes.
8810
8811         * sys/v4l2/v4l2src_calls.h: 
8812         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
8813         the format list in the order that the driver gives it to us.
8814         (gst_v4l2src_probe_caps_for_format_and_size)
8815         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
8816         based on the capabilities of the device.
8817         (gst_v4l2src_grab_frame): Update for object variable renaming.
8818         (gst_v4l2src_set_capture): Update to be strict in its parameters,
8819         as in the set_caps below.
8820         (gst_v4l2src_capture_init): Update for object variable renaming,
8821         and reflow.
8822         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
8823         (gst_v4l2src_capture_deinit): Update for object variable renaming.
8824         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
8825         (gst_v4l2src_get_fps): Remove; these functions don't have much
8826         meaning outside of an atomic set_caps method.
8827         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
8828         known.
8829
8830         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
8831         call to update_fps; not sure about this change.
8832         (gst_v4l2_tuner_set_norm): Work around the fact that for the
8833         moment we don't have an update_fps_func.
8834
8835         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
8836         structures in the object, just store what we need. Do store the
8837         probed caps of the device. Don't store the current frame rate.
8838
8839         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
8840         update_fps_function, for now. Update for new object variable
8841         naming.
8842         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
8843         new object variable naming.
8844         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
8845         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
8846         (gst_v4l2src_get_caps): Rework to probe the device for supported
8847         frame sizes and frame rates.
8848         (gst_v4l2src_set_caps): Rework to be strict in the given
8849         parameters: if someone asks us to have a certain size and rate,
8850         that is what we configure.
8851         (gst_v4l2src_get_read): Update for object variable naming. Don't
8852         leak buffers on short reads.
8853         (gst_v4l2src_get_mmap): Update for object variable naming, and add
8854         comments.
8855         (gst_v4l2src_create): Update for object variable naming.
8856
8857 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8858
8859         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
8860         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
8861         * gst/avi/gstavidemux.h:
8862           Parse subtitle text streams instead of erroring out (#442034). Still
8863           needs a parser for the subtitles to actually show up.
8864
8865 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8866
8867         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
8868         (gst_avi_demux_loop):
8869           Make _push_event() return TRUE if the event could be pushed on at
8870           least one pad and not only if it could be pushed on all pads,
8871           otherwise we'll end up posting an error message on EOS if one or
8872           more source pads are not connected.
8873
8874 2007-05-28  Wim Taymans  <wim@fluendo.com>
8875
8876         * gst/rtsp/rtsptransport.c:
8877         Use renamed RTP bin.
8878
8879 2007-05-28  Wim Taymans  <wim@fluendo.com>
8880
8881         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
8882
8883         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8884         (gst_video_box_set_property), (gst_video_box_transform_caps),
8885         (video_box_recalc_transform), (gst_video_box_set_caps),
8886         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8887         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8888         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8889         (gst_video_box_i420_i420), (gst_video_box_transform),
8890         (plugin_init):
8891         Add AYUV->AYUV and AYUV->I420 formats. 
8892         Fix negotiation and I420->AYUV conversion.
8893         Fixes #429329.
8894
8895 2007-05-26  Wim Taymans  <wim@fluendo.com>
8896
8897         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8898         Use different variables for nested for loops so that the outer loop
8899         functions properly and speex files with multiple frames per buffer work
8900         properly.
8901         Fixes #441408.
8902
8903 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8904
8905         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8906           Don't leak newsegment events.
8907
8908 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8909
8910         * gst/wavparse/Makefile.am:
8911           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8912           drags it in.
8913
8914 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8915
8916         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8917         (notgst_value_array_append_buffer),
8918         (gst_flac_enc_process_stream_headers),
8919         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8920         (gst_flac_enc_change_state):
8921         * ext/flac/gstflacenc.h:
8922           Collect headers, add "streamheader" field to output caps and set
8923           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8924           produces output according to the official FLAC-to-Ogg mapping
8925           instead of completely broken files. Fixes #426044.
8926
8927 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8928
8929         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8930         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8931         (gst_id3demux_sink_event):
8932         * gst/id3demux/gstid3demux.h:
8933         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8934         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8935         (gst_tag_demux_send_new_segment):
8936         Handle and adjust new-segment events so that downstream really
8937         sees a stream with the tag pieces stripped off the front and back.
8938         Fixes strangeness in seeking when mp3 decoders use the new-segment
8939         byte position to estimate their current playback position timestamp
8940         and then the arriving buffers don't match up.
8941
8942 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8943
8944         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8945           Don't unnecessarily perform a READY->NULL->READY transition on the
8946           detected audio sink when starting up. Fixes: #440127
8947
8948 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8949
8950         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8951         (gst_flac_enc_chain):
8952           Don't crash in chain function if setcaps hasn't been called.
8953
8954 2007-05-24  Wim Taymans  <wim@fluendo.com>
8955
8956         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8957         Init value to avoid infinte loops.
8958
8959 2007-05-24  Wim Taymans  <wim@fluendo.com>
8960
8961         Patch by: Peter Kjellerstedt  <pkj at axis com>
8962
8963         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8964         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8965         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8966         (gst_rtspsrc_play):
8967         (rtsp_connection_send), (rtsp_connection_receive):
8968         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8969         Fix for new API.
8970
8971         * gst/rtsp/rtspconnection.c: (add_auth_header),
8972         Only add authorisation and session headers when sending messages.
8973
8974         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8975         (rtsp_message_init_request), (rtsp_message_init_response),
8976         (rtsp_message_unset), (rtsp_message_add_header),
8977         (rtsp_message_remove_header), (rtsp_message_get_header),
8978         (rtsp_message_append_headers), (dump_key_value),
8979         (rtsp_message_dump):
8980         * gst/rtsp/rtspmessage.h:
8981         Add support for multiple headers of the same type by storing the parsed
8982         headers in a GArray instaed of a hashtable.
8983
8984 2007-05-21  Wim Taymans  <wim@fluendo.com>
8985
8986         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8987         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8988         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8989         safer shutdown.
8990
8991 2007-05-21  Wim Taymans  <wim@fluendo.com>
8992
8993         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
8994         * gst/rtsp/gstrtpdec.h:
8995         Added signal for backwards compat.
8996
8997 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
8998         
8999         Patch by: René Stadler <mail at renestadler dot de>
9000
9001         * configure.ac:
9002         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9003         (gst_au_parse_parse_header), (gst_au_parse_chain):
9004         * gst/auparse/gstauparse.h:
9005         Use audioconvert for converting from non-native endianness floats
9006         in auparse instead of doing it ourself. Fixes #424527.
9007         This needs the audioconvert from plugins-base CVS.
9008         
9009 2007-05-21  Wim Taymans  <wim@fluendo.com>
9010
9011         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9012         (gst_rtp_h263p_pay_flush):
9013         Fix enum registration.
9014
9015 2007-05-21  Wim Taymans  <wim@fluendo.com>
9016
9017         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9018
9019         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9020         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9021         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9022         (gst_rtp_h263p_pay_flush):
9023         * gst/rtp/gstrtph263ppay.h:
9024         Add new fragmentation mode base on GOB headers. Fixes #438940.
9025
9026 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9027
9028         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9029           Printf format fix.
9030
9031 2007-05-18  Wim Taymans  <wim@fluendo.com>
9032
9033         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9034         Don't crash when an unsupported transport error was returned by the
9035         server, just try to configure the next stream. Fixes #439255.
9036
9037 2007-05-18  Wim Taymans  <wim@fluendo.com>
9038
9039         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9040         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9041         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9042         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9043         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9044         * gst/rtsp/gstrtspsrc.h:
9045         Add TCP timeout property and use it for all TCP connection.
9046
9047         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9048         (rtsp_connection_write), (rtsp_connection_next_timeout),
9049         (rtsp_connection_reset_timeout):
9050         Make connect and writes cancelable and make them use the timeout.
9051
9052 2007-05-18  Wim Taymans  <wim@fluendo.com>
9053
9054         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9055         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9056         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9057         (gst_rtspsrc_setup_streams):
9058         Refactor timeout handling.
9059         Also send keep-alive when dealing with TCP transport.
9060
9061         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9062         (rtsp_connection_free), (rtsp_connection_next_timeout),
9063         (rtsp_connection_reset_timeout):
9064         * gst/rtsp/rtspconnection.h:
9065         Use a timer to handle the session timeouts, add some methods to deal
9066         with timeouts.
9067
9068 2007-05-17  Wim Taymans  <wim@fluendo.com>
9069
9070         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9071         (gst_rtspsrc_setup_streams):
9072         Ignore streams that fail the setup command, we will retry with a
9073         different transport later on.
9074
9075         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9076         (rtsp_ext_wms_configure_stream):
9077         Fix encoding name case.
9078
9079 2007-05-16  Edward Hervey  <edward@fluendo.com>
9080
9081         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9082         Fix build on macosx.
9083
9084 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9085
9086         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9087         Replace direct comparison of a string with the string literal "" with
9088         a comparison of the first character with '\0'. Fixes #438926.
9089
9090 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9091
9092         * gst/debug/breakmydata.c (gst_break_my_data_init):
9093           One more try. This should be the proper fix now.
9094
9095 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9096
9097         * gst/debug/breakmydata.c:
9098           Ooops, no // comments please.
9099
9100 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9101
9102         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9103         (gst_break_my_data_init):
9104           Fix gst_buffer_is_writable() assertion.
9105
9106 2007-05-14  David Schleef  <ds@schleef.org>
9107
9108         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9109           video/x-raw-bayer.  Fixes #314160.
9110
9111 2007-05-14  Wim Taymans  <wim@fluendo.com>
9112
9113         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9114         (gst_rtp_theora_depay_parse_configuration):
9115         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9116         (gst_rtp_theora_pay_finish_headers),
9117         (gst_rtp_theora_pay_handle_buffer):
9118         Update theora pay/depayloader in a similar to vorbis.
9119
9120         * gst/rtp/gstrtpvorbisdepay.c:
9121         (gst_rtp_vorbis_depay_parse_configuration):
9122         Update docs.
9123
9124 2007-05-14  Wim Taymans  <wim@fluendo.com>
9125
9126         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9127         When we try to execute a method that is not supported by the server,
9128         don't error out but remove the method from the accepted methods so that
9129         we never try to perform this method again.
9130
9131 2007-05-14  Wim Taymans  <wim@fluendo.com>
9132
9133         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9134         Remove annoying _dump_mem.
9135
9136 2007-05-14  Wim Taymans  <wim@fluendo.com>
9137
9138         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9139         Parse range correctly.
9140
9141         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9142         The baseurl now always has a '/' at the start.
9143
9144 2007-05-14  Wim Taymans  <wim@fluendo.com>
9145
9146         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9147         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9148         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9149         Factor out caps configuration and configure more stuff such as the time
9150         ranges and speed/scale values.
9151
9152         * gst/rtsp/rtsptransport.c:
9153         Add Copyright after non-trival fixes.
9154
9155 2007-05-12  Wim Taymans  <wim@fluendo.com>
9156
9157         Patch by: Peter Kjellerstedt  <pkj at axis com>
9158
9159         * gst/rtsp/gstrtspsrc.h:
9160         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9161         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9162         (rtsp_message_get_header):
9163         * gst/rtsp/rtspmessage.h:
9164         Make channel guint8 where possible.
9165         Make rtsp_message_init_data() take the channel as a guint8.
9166
9167         * gst/rtsp/rtspdefs.c:
9168         Fixed a typo: Timout -> Timeout
9169
9170         * gst/rtsp/rtspdefs.h:
9171         Make RTSP_CHECK() behave as a statement.
9172
9173         * gst/rtsp/sdpmessage.c:
9174         Avoid a compiler warning in INIT_ARRAY().
9175         Fixes #437692.
9176
9177 2007-05-12  Wim Taymans  <wim@fluendo.com>
9178
9179         Patch by: Peter Kjellerstedt  <pkj at axis com>
9180
9181         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9182         (rtsp_url_get_request_uri):
9183         * gst/rtsp/rtspurl.h:
9184         Add support for query parameters to RTSP URLs.
9185
9186 2007-05-12  Wim Taymans  <wim@fluendo.com>
9187
9188         Patch by: Peter Kjellerstedt  <pkj at axis com>
9189
9190         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9191         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9192         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9193         (rtsp_transport_parse), (rtsp_transport_as_text):
9194         * gst/rtsp/rtsptransport.h:
9195         Add validation to rtsp_transport_parse().
9196         Add rtsp_transport_as_text() to generate an RTSP header from an
9197         RTSPTransport.
9198         Change ssrc to guint (was a string) since that is what it is, even
9199         though it is sent as a hex string.
9200         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9201         incorrect, which can be seen when looking at the examples in the RFC).
9202         Fixes #437670.
9203
9204 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9205
9206         Patch by: Eric Anholt
9207
9208         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9209           gst_ximage_src_ximage_get):
9210         Use union of all damage between frames to make it faster.
9211         Fixes bug #342463.
9212         Also fix crasher when cursor is at bottom right of window.
9213
9214 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9215
9216         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9217           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9218           streaming mode regression for file from #343837 with 'bext' chunk
9219           before the 'fmt' chunk.
9220
9221 2007-05-11  Wim Taymans  <wim@fluendo.com>
9222
9223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9224         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9225         (gst_rtspsrc_handle_src_event),
9226         (gst_rtspsrc_stream_configure_manager),
9227         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9228         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9229         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9230         * gst/rtsp/gstrtspsrc.h:
9231         * gst/rtsp/rtspdefs.h:
9232         Preliminary seek support.
9233         Activate internal pads so that we can receive events on them.
9234         Don't try to parse a range string when it's NULL.
9235
9236 2007-05-11  Wim Taymans  <wim@fluendo.com>
9237
9238         * gst/rtp/README:
9239         Update README with new RTP variables that will be used for
9240         synchronisation.
9241
9242         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9243         (gst_rtp_vorbis_depay_parse_configuration),
9244         (gst_rtp_vorbis_depay_process):
9245         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9246         (gst_rtp_vorbis_pay_finish_headers),
9247         (gst_rtp_vorbis_pay_handle_buffer):
9248         Update vorbis pay and depayloader to draft-04.
9249
9250 2007-05-11  Wim Taymans  <wim@fluendo.com>
9251
9252         * gst/rtsp/rtsptransport.c:
9253         UDP MCAST is actually the default for RTP/AVP.
9254 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9255
9256         * gst/level/gstlevel.c: (gst_level_transform_ip):
9257         Use guint8 * instead of gpointer then vs6 can build 
9258         in_data += (filter->width / 8).
9259
9260 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9261
9262         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9263           gst_ximage_src_ximage_get):
9264         * sys/ximage/gstximagesrc.h (last_ximage):
9265         When using Damage actually keep the last frame, and not assume
9266         that the buffer we get already has the last frame on it.
9267         Copy the cursor over if we specify a non-zero start x and
9268         start y.
9269
9270 2007-05-11  Wim Taymans  <wim@fluendo.com>
9271
9272         * gst/rtsp/rtsptransport.c:
9273         Make UDP the default transport when not specified.
9274
9275 2007-05-09  David Schleef  <ds@schleef.org>
9276
9277         * gst/level/gstlevel.c:
9278           Revert last change.
9279
9280 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9281
9282         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9283         (gst_level_transform_ip):
9284         Use guint8 * instead of gpointer then vs6 know the size of data
9285         pointed when moving the pointer.
9286         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9287         Move instructions after variables declaration.
9288         * win32/vs6/autogen.dsp:
9289         * win32/vs6/libgstrtp.dsp:
9290         * win32/vs6/libgstrtsp.dsp:
9291         Update vs6 project files.
9292
9293 2007-05-09  Wim Taymans  <wim@fluendo.com>
9294
9295         * gst/rtsp/Makefile.am:
9296         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9297         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9298         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9299         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9300         (rtsp_range_free):
9301         * gst/rtsp/rtsprange.h:
9302         Add code to parse time ranges.
9303         Report DURATION on the stream when possible.
9304
9305 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9306
9307         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9308         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9309         (gst_videomixer_collected):
9310           Fix strides calculation for AYUV (it's just width*4) (#436910).
9311
9312 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9313
9314         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9315         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9316         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9317         Sync the GObject properties before each processing step to properly
9318         work with the controller.
9319
9320 2007-05-04  Wim Taymans  <wim@fluendo.com>
9321
9322         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9323         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9324         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9325         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9326         (gst_rtspsrc_change_state):
9327         Let more error state trickle down so that we can catch more error
9328         cases.
9329         Handle keep-alive a little smarter by selecting a method the server
9330         actually supports.
9331         Fix a race in UDP streaming shutdown.
9332
9333 2007-05-04  Wim Taymans  <wim@fluendo.com>
9334
9335         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9336         Ignore errors when trying to use the keep-alive messages.
9337
9338 2007-05-04  Wim Taymans  <wim@fluendo.com>
9339
9340         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9341         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9342         (gst_rtspsrc_stream_configure_manager),
9343         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9344         (gst_rtspsrc_stream_configure_mcast),
9345         (gst_rtspsrc_stream_configure_udp),
9346         (gst_rtspsrc_stream_configure_udp_sink),
9347         (gst_rtspsrc_stream_configure_transport):
9348         Send RTCP messages back to the server over the TCP connection.
9349
9350         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9351         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9352         (rtsp_connection_receive):
9353         * gst/rtsp/rtspconnection.h:
9354         Factor out and expose lowlevel _write and _read methods.
9355         Implement sending data messages to the server.
9356
9357 2007-05-03  Wim Taymans  <wim@fluendo.com>
9358
9359         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9360         (gst_multipart_mux_collected):
9361         Fix timestamps on outgoing buffers.
9362
9363 2007-05-03  Wim Taymans  <wim@fluendo.com>
9364
9365         * gst/multipart/multipartmux.c:
9366         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9367         (gst_multipart_mux_change_state):
9368         Emit NEWSEGMENT events before pushing the first buffer.
9369
9370 2007-05-03  Wim Taymans  <wim@fluendo.com>
9371
9372         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9373         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9374         (gst_rtspsrc_handle_src_query),
9375         (gst_rtspsrc_stream_configure_manager),
9376         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9377         (gst_rtspsrc_stream_configure_mcast),
9378         (gst_rtspsrc_stream_configure_udp),
9379         (gst_rtspsrc_stream_configure_udp_sink),
9380         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9381         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9382         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9383         (gst_rtspsrc_pause):
9384         Refactor transport configuration code.
9385         Create internal pads for TCP transport so that we can implement events
9386         and queries.
9387         Handle events and queries.
9388         Parse range from the SDP.
9389         Fix race in pause handler where the connection could still be flushing.
9390
9391 2007-05-02  Wim Taymans  <wim@fluendo.com>
9392
9393         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9394         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9395         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9396         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9397         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9398         (gst_rtspsrc_change_state):
9399         * gst/rtsp/gstrtspsrc.h:
9400         Fix race when multiple udp sources post timeouts, just act on the first
9401         received timeout.
9402         Protect stream list with a recursive lock to fix some races.
9403         Flush connection when we need to do a reconnect or stop.
9404         Make state lock recursive.
9405
9406         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9407         (rtsp_connection_close):
9408         Some small cleanups.
9409
9410 2007-05-02  Wim Taymans  <wim@fluendo.com>
9411
9412         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9413         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9414         Only set DISCONT when there actually is a discont or when we just
9415         started.
9416
9417 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9418
9419         * ext/flac/gstflac.c: (plugin_init):
9420         Call bindtextdomain() to get localized strings.
9421
9422 2007-05-02  Wim Taymans  <wim@fluendo.com>
9423
9424         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9425         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9426         (gst_wavparse_stream_data):
9427         * gst/wavparse/gstwavparse.h:
9428         Be a bit more clever when dealing with VBR files with FACT tags, we
9429         don't want to timestamp buffers in that case but the estimated BPS can
9430         be used for seeking.
9431         Only send close segment in the streaming thread.
9432
9433 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9434
9435         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9436         Correctly post an error on the bus if something went wrong in the loop
9437         function. This fixes a few cases where the task was paused and nothing
9438         happened anymore.
9439
9440 2007-05-02  Wim Taymans  <wim@fluendo.com>
9441
9442         * gst/rtsp/test.c: (main):
9443         Fix compilation of deprecated test just because I'm too lazy to delete
9444         it.
9445
9446 2007-05-02  Wim Taymans  <wim@fluendo.com>
9447
9448         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9449         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9450         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9451         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9452         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9453         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9454         * gst/rtsp/gstrtspsrc.h:
9455         Fix sending RTCP to the right place.
9456         Fix bug in reffing the wrong UDP element.
9457         Use new pad names for the session manager.
9458         Implement handling server requests in interleaved and UDP modes.
9459         Handle session keep-alive in UDP modes.
9460         Remove GCond for handling UDP timeouts.
9461
9462         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9463         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9464         (rtsp_connection_receive), (rtsp_connection_close):
9465         * gst/rtsp/rtspconnection.h:
9466         Store connection IP address for later.
9467         Add timeout args to all operations that might block forever.
9468         Parse session timeout.
9469         Only close sockets when not already closed.
9470
9471         * gst/rtsp/rtspdefs.c:
9472         * gst/rtsp/rtspdefs.h:
9473         Add timeout return value and error string.
9474
9475         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9476         Add small comment.
9477
9478 2007-05-01  Wim Taymans  <wim@fluendo.com>
9479
9480         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9481
9482         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9483         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9484         * gst/rtp/gstrtpmp4vpay.h:
9485         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9486
9487 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9488
9489         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9490           Remove v4l2src from docs, since it breaks the docs build, and the
9491           plugin is only built if --enable-experimental is used anyway.
9492
9493         * docs/plugins/Makefile.am:
9494           Spaces => tab.
9495
9496 2007-04-29  Wim Taymans  <wim@fluendo.com>
9497
9498         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9499         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9500         Add code to drop membership of a multicast group.
9501
9502         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9503         (gst_udpsink_set_uri):
9504         Implement URI handler.
9505
9506         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9507         (gst_rtspsrc_parse_rtpinfo):
9508         Use URI handler to make udpsink instace.
9509         Improve code to configure port and destination.
9510
9511 2007-04-29  Wim Taymans  <wim@fluendo.com>
9512
9513         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9514         Fix multicast detection.
9515         Don't try to join a multicast group if the address is not multicast.
9516
9517         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9518         Small debug improvement.
9519
9520 2007-04-27  Wim Taymans  <wim@fluendo.com>
9521
9522         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9523         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9524         (gst_rtspsrc_handle_message):
9525         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9526         parent.
9527
9528 2007-04-27  Wim Taymans  <wim@fluendo.com>
9529
9530         * gst/rtp/gstrtpilbcdepay.h:
9531         Fix mode property when specified as an arg.
9532
9533 2007-04-26  Edward Hervey  <edward@fluendo.com>
9534
9535         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9536         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9537         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9538         * docs/plugins/inspect/plugin-osxaudio.xml:
9539         Add documentation for osxaudio plugin.
9540
9541 2007-04-26  Wim Taymans  <wim@fluendo.com>
9542
9543         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9544         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9545         (gst_rtspsrc_open), (gst_rtspsrc_close),
9546         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9547         (gst_rtspsrc_pause):
9548         * gst/rtsp/gstrtspsrc.h:
9549         Protect state changes with a lock.
9550
9551         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9552         (parse_line):
9553         * gst/rtsp/rtspconnection.h:
9554         Remove some unused stuff.
9555
9556 2007-04-26  Wim Taymans  <wim@fluendo.com>
9557
9558         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9559         Handle the case where there are exactly 0 bytes to read and the ioctl
9560         did not report an error. Fixes #433530.
9561
9562 2007-04-26  Wim Taymans  <wim@fluendo.com>
9563
9564         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9565         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9566         * gst/wavparse/gstwavparse.h:
9567         Apply DISCONT to buffers.
9568         Only apply timestamp to the first sample after a DISCONT, too many VBR
9569         files cause random jitter in the timestamps. Fixes #433119.
9570
9571 2007-04-25  Wim Taymans  <wim@fluendo.com>
9572
9573         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9574         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9575         (gst_rtp_dec_get_property):
9576         * gst/rtsp/gstrtpdec.h:
9577         Add dummy latency property to be backwards compat with rtpbin.
9578
9579         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9580         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9581         (gst_rtspsrc_stream_configure_transport),
9582         (gst_rtspsrc_parse_rtpinfo):
9583         * gst/rtsp/gstrtspsrc.h:
9584         Add latency property and configure in the session manager.
9585         Don't set invalid clock-base and seqnum-base on caps, some servers
9586         sometimes don't send them.
9587
9588 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9589
9590         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9591         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9592           Double-check that RGB input caps are really RGBA caps (apparently
9593           the core doesn't always catch it if those caps aren't a subset of
9594           our template caps, also see #421543). Fixes #429319 in a way.
9595           Also, don't leak the pad template in the transform_caps function.
9596
9597         * tests/check/Makefile.am:
9598         * tests/check/elements/.cvsignore:
9599         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9600         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9601         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9602         (GST_START_TEST), (alphacolor_suite):
9603           Add some basic unit tests for alphacolor.
9604
9605 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9606
9607         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9608           If we get a fatal flow return in the loop function, first post the
9609           error message and only then send the EOS event downstream, otherwise
9610           applications might get an eos message before the error message and
9611           think everything was ok (related to #429319).
9612
9613 2007-04-25  Wim Taymans  <wim@fluendo.com>
9614
9615         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9616         Read the channel byte as an unsigned byte.
9617
9618 2007-04-25  Wim Taymans  <wim@fluendo.com>
9619
9620         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9621         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9622         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9623         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9624         (gst_rtp_gsm_depay_setcaps):
9625         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9626         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9627         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9628         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9629         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9630         (gst_ilbc_depay_get_property):
9631         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9632         * gst/rtp/gstrtpmp4adepay.c:
9633         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9634         (gst_rtp_pcma_depay_setcaps):
9635         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9636         (gst_rtp_pcmu_depay_setcaps):
9637         Make sure we configure the clock_rate in the baseclass in the setcaps
9638         function. Fixes #431282.
9639
9640 2007-04-25  Wim Taymans  <wim@fluendo.com>
9641
9642         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9643         (gst_rtspsrc_stream_free), (request_pt_map),
9644         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9645         * gst/rtsp/gstrtspsrc.h:
9646         Parse server address from SDP.
9647         Hook up a udpsink to send RTCP back to the server.
9648
9649         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9650         * gst/rtsp/rtsptransport.h:
9651         Add some docs.
9652
9653 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9654
9655         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9656           Make header field check conditional. Fixes #433135
9657
9658 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9659
9660         * docs/plugins/Makefile.am:
9661         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9662         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9663         * docs/plugins/inspect/plugin-alphacolor.xml:
9664         * gst/alpha/Makefile.am:
9665         * gst/alpha/gstalphacolor.c:
9666         * gst/alpha/gstalphacolor.h:
9667           Add minimal docs blurb to alphacolor; split out headers into
9668           separate header file for gtk-doc.
9669
9670 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9671
9672         * gst/debug/progressreport.c: (gst_progress_report_report):
9673           Don't try to post NULL message (in case we can't query upstream
9674           position or duration).
9675
9676 2007-04-18  Michael Smith  <msmith@fluendo.com>
9677
9678         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9679         (gst_cutter_get_caps):
9680         * gst/cutter/gstcutter.h:
9681           Fix some of the most obvious bugs in cutter. Now doesn't leak
9682           everything if input is silent.
9683
9684 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9685
9686         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9687         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9688         * gst/wavenc/gstwavenc.h:
9689         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9690         else results in a invalid block align and invalid files.
9691
9692 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9693
9694         Patch by: Snaik <snaik32 gmail com>
9695
9696         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9697           Add missing break statement for BOX_HORIZONTAL case.
9698
9699 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9700
9701         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9702
9703         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9704         Use correct format strings for integer types.
9705
9706 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9707
9708         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9709         (gst_wavparse_create_sourcepad):
9710         Use gst_riff_create_audio_template_caps () instead of the local caps.
9711         This makes updates of the local caps unecessary whenever libgstriff
9712         gets support for new formats.
9713
9714 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
9715
9716         Patch by: Brian Cameron  <brian.cameron at sun dot com>
9717
9718         * sys/sunaudio/gstsunaudio.c:
9719         * sys/sunaudio/gstsunaudiomixer.c:
9720         * sys/sunaudio/gstsunaudiomixer.h:
9721         * sys/sunaudio/gstsunaudiomixerctrl.c:
9722         * sys/sunaudio/gstsunaudiomixerctrl.h:
9723         * sys/sunaudio/gstsunaudiomixertrack.h:
9724         * sys/sunaudio/gstsunaudiosink.c:
9725         * sys/sunaudio/gstsunaudiosink.h:
9726         * sys/sunaudio/gstsunaudiosrc.c:
9727         * sys/sunaudio/gstsunaudiosrc.h:
9728           Fix and/or update copyright attributions (#430228).
9729
9730 2007-04-13  Wim Taymans  <wim@fluendo.com>
9731
9732         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9733         Fix docs.
9734
9735         * gst/rtsp/URLS:
9736         Add some more example urls.
9737
9738         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9739         (gst_rtp_dec_chain_rtp):
9740         Better debugging.
9741
9742         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
9743         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9744         (gst_rtspsrc_parse_rtpinfo):
9745         Remove unused code.
9746
9747 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9748
9749         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9750         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9751         (gst_wavparse_stream_data):
9752           Relax the audio/mpeg caps again and add FIXME: comment.
9753
9754 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9755
9756         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9757         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9758         (gst_wavparse_stream_data):
9759         * gst/wavparse/gstwavparse.h:
9760           More sanity check for the header fields. Fix type for 'rate' header
9761           field.
9762
9763 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9764
9765         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
9766         (gst_icydemux_unicodify):
9767           If the metadata strings we get in the stream are not UTF-8, try to
9768           interpret them according to the character encodings specified in the
9769           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
9770           only fall back to locale/ISO-8859-1 if those aren't set or don't
9771           work. Should fix #428901.
9772
9773 2007-04-12  Wim Taymans  <wim@fluendo.com>
9774
9775         * gst/rtp/gstrtph264depay.c:
9776         Use the proper sync word for SPS and PPS.
9777
9778 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9779
9780         * gst/rtp/Makefile.am:
9781         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
9782           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
9783         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
9784           Add a simple hashing implementation that we can use to generate
9785           a 24-bit ident value based on the codebooks for vorbis and theora.
9786         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
9787           gst_rtp_theora_pay_handle_buffer):
9788         * gst/rtp/gstrtpvorbisdepay.c
9789           (gst_rtp_vorbis_depay_parse_configuration,
9790           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
9791         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
9792           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
9793           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
9794           Use the hashing function, ensuring that the same codebooks result
9795           in the same ident and thus the same SDP description.
9796           Various log fixes/changes.
9797
9798 2007-04-12  Wim Taymans  <wim@fluendo.com>
9799
9800         Patch by: jerry tan <jerry dot tan at sun dot com>
9801
9802         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9803         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
9804         application's responsibility to make sure it open the device once.
9805         Remove a careless error if AUDIODEV is set. Fixes #392620.
9806
9807 2007-04-12  Wim Taymans  <wim@fluendo.com>
9808
9809         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9810         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
9811         * gst/rtsp/gstrtpdec.h:
9812         Make backward compat with rtpbin by adding the request-pt-map signals.
9813
9814         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9815         (new_session_pad), (request_pt_map),
9816         (gst_rtspsrc_stream_configure_transport),
9817         (gst_rtspsrc_stream_configure_caps),
9818         (gst_rtspsrc_activate_streams):
9819         * gst/rtsp/gstrtspsrc.h:
9820         Implement request-pt-map signals instead of setting caps on the buffers
9821         for the session manager.
9822
9823 2007-04-11  Wim Taymans  <wim@fluendo.com>
9824
9825         * gst/udp/gstudp.c: (plugin_init):
9826         Register GstNetBuffer in plugin_init so that the type can be used from
9827         multiple threads without races.
9828
9829 2007-04-10  Wim Taymans  <wim@fluendo.com>
9830
9831         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9832         (gst_rtp_amr_depay_process):
9833         Fix depayloader clock_rate and some cleanups.
9834
9835         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
9836         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9837         * gst/rtp/gstrtph264depay.h:
9838         Don't push codec_data in the adapter because it might get flushed when
9839         we get a discont.
9840
9841         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9842         Handle multiple AU per packet.
9843
9844         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
9845         (gst_rtp_sv3v_depay_plugin_init):
9846         Disable rank, this one does not work.
9847         Remove timestamping, base class does that.
9848
9849 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
9850
9851         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9852           limit caps to the formats we announce in the template
9853
9854         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9855         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9856         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
9857           fix some crashers/asserts when dealing with broken files
9858
9859 2007-04-10  Wim Taymans  <wim@fluendo.com>
9860
9861         Patch by: Peter Kjellerstedt  <pkj at axis com>
9862
9863         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9864         * gst/rtp/gstrtpL16depay.c:
9865         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9866         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9867         (gst_rtp_speex_depay_setcaps):
9868         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9869         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
9870         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9871         Fix some compiler warnings. Fixes #428182.
9872
9873 2007-04-06  Wim Taymans  <wim@fluendo.com>
9874
9875         * gst/rtsp/Makefile.am:
9876         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9877         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9878         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9879         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9880         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9881         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9882         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9883         (create_rtcp), (gst_rtp_dec_request_new_pad),
9884         (gst_rtp_dec_release_pad):
9885         * gst/rtsp/gstrtpdec.h:
9886         * gst/rtsp/gstrtsp.c: (plugin_init):
9887         Morph RTPDec into something compatible with RTPBin as a fallback.
9888         Various other style fixes.
9889
9890         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9891         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9892         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9893         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9894         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9895         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9896         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9897         * gst/rtsp/gstrtspsrc.h:
9898         Implement RTPBin session manager handling.
9899         Don't try to add empty properties to caps.
9900         Implement fallback session manager, handling.
9901         Don't combine errors from RTCP streams, just ignore them.
9902
9903         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9904         * gst/rtsp/rtsptransport.h:
9905         Implement fallback session manager.
9906         Make RTPBin the default one when available.
9907
9908 2007-04-05  Wim Taymans  <wim@fluendo.com>
9909
9910         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9911         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9912         This element is ready to be autoplugged.
9913
9914 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9915
9916         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9917         Don't leave the offsets defined by upstream element on the
9918         compressed data buffer we are pushing downstream. Make them
9919         GST_BUFFER_OFFSET_NONE.
9920
9921 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9922
9923         * gst/avi/README:
9924         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9925         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9926         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9927         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9928         (gst_avi_demux_calculate_durations_from_index),
9929         (gst_avi_demux_stream_header_push),
9930         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9931         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9932           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9933
9934 2007-04-03  Wim Taymans  <wim@fluendo.com>
9935
9936         * gst/smpte/barboxwipes.c:
9937         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9938
9939 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9940
9941         * gst/wavparse/gstwavparse.c:
9942         Support audio/x-raw-float in wav files. This only works with
9943         plugins-base CVS, using an older version doesn't have any
9944         disadvantages though.
9945
9946 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9947
9948         * configure.ac:
9949         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9950         (gst_au_parse_parse_header), (gst_au_parse_chain):
9951         * gst/auparse/gstauparse.h:
9952         Revert last change as we don't want plugins-good to depend on
9953         plugins-base CVS now.
9954
9955 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9956
9957         * configure.ac:
9958         Require gst-plugins-base CVS for audioconvert with non-native
9959         float support and width/depth fix in libgstriff.
9960
9961         Patch by: René Stadler <mail at renestadler dot de>
9962
9963         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9964         (gst_au_parse_parse_header), (gst_au_parse_chain):
9965         * gst/auparse/gstauparse.h:
9966         Don't swap the floats ourself if they're not in native endianness.
9967         Instead let audioconvert handle this. Fixes #339838.
9968
9969 2007-03-29  Wim Taymans  <wim@fluendo.com>
9970
9971         * gst/rtp/gstasteriskh263.h:
9972         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9973         (gst_rtp_h263p_depay_change_state):
9974         * gst/rtp/gstrtph263pdepay.h:
9975         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9976         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9977         (gst_rtp_h264_depay_change_state):
9978         * gst/rtp/gstrtph264depay.h:
9979         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9980         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9981         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9982         Flush adapter on disconts.
9983
9984 2007-03-29  Wim Taymans  <wim@fluendo.com>
9985
9986         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9987         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9988         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9989         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9990         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9991         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
9992         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
9993         (gst_rtp_mp4v_depay_process):
9994         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
9995         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
9996         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
9997         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
9998         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
9999         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10000         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10001         Use more efficient adapter and rtpbuffer methods when possible.
10002
10003 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10004
10005         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10006         (gst_wavenc_sink_setcaps):
10007         Correctly handle width!=depth input.
10008         * gst/wavparse/gstwavparse.c:
10009         Already export in the caps that width==8 uses unsigned samples and
10010         everything else uses signed samples.
10011
10012 2007-03-29  Wim Taymans  <wim@fluendo.com>
10013
10014         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10015
10016         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10017         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10018         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10019         (gst_dynudpsink_close):
10020         * gst/udp/gstdynudpsink.h:
10021         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10022         (gst_udpsrc_create), (gst_udpsrc_set_property),
10023         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10024         * gst/udp/gstudpsrc.h:
10025         Rework the socket allocation a bit based on the sockfd argument so that
10026         it becomes usable.
10027         Add a closefd property to instruct the udp elements to close the custom
10028         file descriptors when going to READY. Fixes #423304.
10029         API:GstUDPSrc::closefd property
10030         API:GstDynUDPSink::closefd property
10031
10032 2007-03-29  Wim Taymans  <wim@fluendo.com>
10033
10034         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10035
10036         * gst/rtp/Makefile.am:
10037         * gst/rtp/gstrtp.c: (plugin_init):
10038         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10039         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10040         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10041         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10042         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10043         (gst_rtp_h264_pay_plugin_init):
10044         * gst/rtp/gstrtph264pay.h:
10045         Added H264 payloader. Fixes #423782.
10046
10047         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10048         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10049         Small fixes.
10050
10051 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10052
10053         * gst/wavparse/gstwavparse.c:
10054         Actually support depths from 1 to 32, not only 8 to 32.
10055
10056 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10057
10058         * gst/wavparse/gstwavparse.c:
10059         Add support for wav files containing audio/x-raw-int with random
10060         depths between 1 and 32 bits.
10061
10062 2007-03-28  Wim Taymans  <wim@fluendo.com>
10063
10064         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10065
10066         * gst/rtp/Makefile.am:
10067         * gst/rtp/gstrtp.c: (plugin_init):
10068         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10069         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10070         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10071         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10072         (gst_rtp_mp4a_depay_get_property),
10073         (gst_rtp_mp4a_depay_change_state),
10074         (gst_rtp_mp4a_depay_plugin_init):
10075         * gst/rtp/gstrtpmp4adepay.h:
10076         Added MP4A-LATM depayloader. Fixes #417792.
10077
10078         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10079         (gst_rtp_mp4v_depay_process):
10080         Fixup depayloader, setting codec_data, using more efficient adaptor and
10081         rtpbuffer handling.
10082
10083         * gst/rtsp/URLS:
10084         Add url to test above.
10085
10086 2007-03-25  Wim Taymans  <wim@fluendo.com>
10087
10088         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10089         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10090         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10091         (gst_rtspsrc_media_to_caps),
10092         (gst_rtspsrc_stream_configure_transport),
10093         (gst_rtspsrc_stream_configure_caps),
10094         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10095         * gst/rtsp/gstrtspsrc.h:
10096         Handle default clock-rates for static payload types, rearrange stuff so
10097         that the rtpmap field in the sdp can override the defaults.
10098         Parse RTP-Info field to get the seqnum and timebase fields that should
10099         go in the caps.
10100         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10101         the server. 
10102
10103 2007-03-22  Wim Taymans  <wim@fluendo.com>
10104
10105         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10106
10107         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10108         Accept complex pipeline descriptions as an audio profile instead of just
10109         a single element. Fixes #420658.
10110
10111 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10112
10113         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10114           Rename registered type in preparation of GstTagDemux moving to
10115           -base at some point in the future.
10116
10117 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10118
10119         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10120           Streaming mode fixes: don't unref buffer we don't own any longer;
10121           remove bogus adapter flush. Fixes #419338.
10122
10123 2007-03-17  David Schleef  <ds@schleef.org>
10124
10125         * REQUIREMENTS: Change the format to key/value, add a bunch of
10126           information, remove a bunch of requirements that are for
10127           other GStreamer packages.
10128
10129 2007-03-17  David Schleef  <ds@schleef.org>
10130
10131         * REQUIREMENTS: Fix a few things.  This file really needs a
10132         good once-over.
10133
10134 2007-03-15  Edward Hervey  <edward@fluendo.com>
10135
10136         * sys/Makefile.am:
10137         Don't forget to distribute the sys/osxaudio/ directory.
10138
10139 2007-03-15  Edward Hervey  <edward@fluendo.com>
10140
10141         * configure.ac:
10142         * sys/Makefile.am:
10143         * sys/osxaudio/Makefile.am:
10144         * sys/osxaudio/gstosxaudio.c:
10145         * sys/osxaudio/gstosxaudiosink.c:
10146         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10147         (gst_osx_audio_sink_getcaps),
10148         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10149         * sys/osxaudio/gstosxaudiosrc.c:
10150         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10151         (gst_osx_audio_src_create_ringbuffer):
10152         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10153         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10154         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10155         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10156         * sys/osxaudio/gstosxringbuffer.h:
10157         Activate osxaudio in gst-plugins-good with proper build setup.
10158         Add inlined documentation.
10159         Fix debug statements
10160         Fix ringbuffer when pausing.
10161         Fixes #323471
10162
10163 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10164         * gst/rtp/gstrtppcmapay.c:
10165         * gst/rtp/gstrtppcmapay.h:
10166         * gst/rtp/gstrtppcmupay.c:
10167         * gst/rtp/gstrtppcmupay.h:
10168         Ported mulaw and alaw payloaders to use new base class
10169
10170 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10171
10172         * po/af.po:
10173         * po/az.po:
10174         * po/cs.po:
10175         * po/en_GB.po:
10176         * po/it.po:
10177         * po/nl.po:
10178         * po/or.po:
10179         * po/sq.po:
10180         * po/sr.po:
10181         * po/sv.po:
10182         * po/uk.po:
10183         * po/vi.po:
10184           Update translations.
10185
10186 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10187
10188         * configure.ac:
10189           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10190
10191 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10192
10193         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10194           Fix handling of -1 values for start and stop values when seeking,
10195           and SEEK_CUR+SEEK_END here as well.
10196
10197 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10198
10199         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10200           Fix handling of -1 values for start and stop values when seeking, 
10201           and SEEK_CUR+SEEK_END.
10202
10203 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10204
10205         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10206           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10207           the image format a variable-length NUL-terminated string; in
10208           versions before that the image format is a fixed-length string of
10209           3 characters (see #348644 for a sample tag).
10210           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10211
10212 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10213
10214         * win32/MANIFEST:
10215         Add new project files to MANIFEST.
10216         * win32/vs6/libgstaudiofx.dsp:
10217         * win32/vs6/libgstrtp.dsp:
10218         * win32/vs6/libgstrtsp.dsp:
10219         Update project files.
10220         
10221 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10222
10223         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10224         (gst_avi_demux_parse_index):
10225         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10226         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10227           Printf format fixes; also add some missing quotes in translated
10228           strings. Fixes #416728 and #416727.
10229
10230 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10231
10232         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10233           Tim and I can't think of any reason the child audio sink needs to 
10234           be set back to NULL after successfully determining that it can 
10235           reach READY - it gets immediately set back to READY by the caller
10236           anyway, causing an unnecessary close/open of any audio devices
10237           involved.
10238
10239 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10240
10241         * po/LINGUAS:
10242         * po/ja.po:
10243           Add ja.po file from #377306.
10244
10245 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10246
10247         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10248         * sys/sunaudio/gstsunaudiomixertrack.c:
10249         (gst_sunaudiomixer_track_new):
10250           Actually translate sunaudio mixer track labels instead of just
10251           marking the strings as translatable (#377306); clean up weird
10252           label string mapping code that serves no apparent purpose. Also
10253           set the 'untranslated-label' property when creating mixer tracks
10254           if the GstMixerTrack base class supports this.
10255
10256         * tests/check/Makefile.am:
10257         * tests/check/elements/.cvsignore:
10258         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10259         (sunaudio_suite):
10260           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10261           actually tested on a system where sunaudiomixer is available).
10262
10263 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10264
10265         * tests/check/Makefile.am:
10266         Re-enable the states test and see if it works on the buildbots.
10267
10268 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10269
10270         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10271         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10272         (gst_dvdec_change_state):
10273         * ext/dv/gstdvdec.h:
10274         Infer pixel-aspect-ratio from the video frame format if it isn't
10275         provided by the container, as happens when playing DV from AVI
10276         or Quicktime containers.
10277
10278         Patch by: Wim Taymans <wim@fluendo.com>
10279         Fixes #380944
10280
10281 2007-03-09  Wim Taymans  <wim@fluendo.com>
10282
10283         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10284         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10285         will later be handled by the jitterbuffer.
10286
10287 2007-03-09  Wim Taymans  <wim@fluendo.com>
10288
10289         * ext/taglib/gstid3v2mux.cc:
10290         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10291         Fixes #414496.
10292         
10293         Patch by: Alex Lancaster <alexl at users sourceforge net>
10294
10295 2007-03-09  Wim Taymans  <wim@fluendo.com>
10296
10297         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10298         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10299         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10300         (gst_avi_demux_chain):
10301         Fix stream position reporting after a seek. Fixes #416445.
10302
10303 2007-03-08  Wim Taymans  <wim@fluendo.com>
10304
10305         Patch by: René Stadler <mail at renestadler dot de>
10306
10307         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10308         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10309         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10310         Make avidemux accept optional header chunks in any order.
10311         Fixes #415446.
10312
10313 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10314
10315         * tests/check/Makefile.am:
10316         Disable the states check until the remaining Valgrind errors
10317         are fixed or suppressed.
10318
10319 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10320
10321         * tests/check/elements/.cvsignore:
10322           Add audiodynamic check to .cvsignore
10323
10324 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10325
10326         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10327
10328         * gst/audiofx/Makefile.am:
10329         * gst/audiofx/audiodynamic.c:
10330         (gst_audio_dynamic_characteristics_get_type),
10331         (gst_audio_dynamic_mode_get_type),
10332         (gst_audio_dynamic_set_process_function),
10333         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10334         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10335         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10336         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10337         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10338         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10339         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10340         (gst_audio_dynamic_transform_hard_knee_expander_int),
10341         (gst_audio_dynamic_transform_hard_knee_expander_float),
10342         (gst_audio_dynamic_transform_soft_knee_expander_int),
10343         (gst_audio_dynamic_transform_soft_knee_expander_float),
10344         (gst_audio_dynamic_transform_ip):
10345         * gst/audiofx/audiodynamic.h:
10346         * gst/audiofx/audiofx.c: (plugin_init):
10347         Add new audiodynamic element which can act as a compressor or
10348         expander. Supported are hard-knee and soft-knee operation modes with
10349         user-specified ratio and threshold.
10350         Attack and release parameters are not yet implemented but will follow.
10351         * docs/plugins/Makefile.am:
10352         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10353         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10354         * docs/plugins/gst-plugins-good-plugins.args:
10355         * docs/plugins/inspect/plugin-audiofx.xml:
10356         Integrate audiodynamic into the docs.
10357         * tests/check/Makefile.am:
10358         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10359         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10360         Add unit test for audiodynamic.
10361
10362 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10363
10364         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10365         Free handles that we allocated when exiting via the error paths.
10366
10367 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10368
10369         * gst/level/gstlevel.c: (gst_level_class_init),
10370         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10371         (gst_level_transform_ip):
10372         * gst/level/gstlevel.h:
10373           Resolve message timestamps against the playback segment.
10374
10375 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10376
10377         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10378         (gst_id3demux_sink_activate):
10379           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10380           caps passed to it (previously one code path assumed it took ownership
10381           while another one assumed it didn't, while in fact it sometimes did and
10382           sometimes didn't ...).
10383
10384         * configure.ac:
10385         * tests/files/Makefile.am:
10386         * tests/files/id3-407349-1.tag:
10387         * tests/files/id3-407349-2.tag:
10388           Add directory where data for unit tests can be stored.
10389
10390         * tests/Makefile.am:
10391         * tests/check/Makefile.am:
10392         * tests/check/elements/.cvsignore:
10393         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10394         (read_tags_from_file), (run_check_for_file),
10395         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10396           Add unit test for id3demux, and in particular for bug #407349. Only
10397           testing pull-mode for now; push mode doesn't work yet because the test
10398           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10399
10400 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10401
10402         * tests/check/Makefile.am:
10403           Add missing backslash at end of line.
10404
10405 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10406
10407         Trigger rebuild.
10408
10409 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10410
10411         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10412         * gst/id3demux/id3tags.h:
10413         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10414         (parse_obsolete_tdat_frame):
10415           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10416           the four-digit number will be interpreted as a year, whereas it is
10417           month and day in DDMM format. Instead, parse TDAT frames and fix up
10418           the date in the GST_TAG_DATE tag later if we also extracted a year.
10419           Fixes #407349.
10420
10421 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10422
10423         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10424         (gst_switch_commit_new_kid):
10425         Fix up the dispose logic so it doesn't leak, and fix setting of 
10426         the child state so that we don't set a child to our current state 
10427         just as we are changing it to something else.
10428
10429 2007-03-06  Wim Taymans  <wim@fluendo.com>
10430
10431         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10432         (gst_goom_chain):
10433         * gst/goom/gstgoom.h:
10434         Document, fix and improve goom adapter behaviour.
10435         Fixes #407006.
10436
10437 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10438
10439         * ext/esd/esdsink.c: (gst_esdsink_open):
10440         Unref static pad template after using it.
10441
10442 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10443
10444         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10445         (gst_switch_commit_new_kid):
10446         Fix up the reference counting of the child elements.
10447
10448 2007-03-05  Wim Taymans  <wim@fluendo.com>
10449
10450         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10451         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10452         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10453         Fix encoding-name case.
10454
10455 2007-03-05  Wim Taymans  <wim@fluendo.com>
10456
10457         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10458         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10459         (gst_rtp_speex_depay_process):
10460         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10461         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10462         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10463         (gst_rtp_speex_pay_change_state):
10464         * gst/rtp/gstrtpspeexpay.h:
10465         Fix speex (de)payloader. Fixes #358040.
10466
10467 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10468
10469         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10470         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10471         Install fakesink in NULL by fixing some broken logic. This obviates
10472         the need to manually set _IS_SINK.
10473         Add some comments and remove a little cruft while I'm at it.
10474
10475 2007-03-05  Wim Taymans  <wim@fluendo.com>
10476
10477         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10478         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10479
10480 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10481
10482         * po/POTFILES.in:
10483           Update.
10484
10485 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10486
10487         * tests/check/Makefile.am:
10488         Gah! Also disable gconfvideosink from the tests, otherwise
10489         it will instantiate autovideosink, and dfbvideosink and
10490         leak on the buildbots.
10491
10492 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10493
10494         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10495         (gst_cdio_cdda_src_finalize):
10496         Make sure we always destroy our libcdio handle.
10497
10498 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10499
10500         * tests/check/Makefile.am:
10501         Disable autovideosink so the buildbots don't barf over memory
10502         leaked in the directfb sink.
10503
10504 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10505
10506         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10507         Chain up in dispose
10508
10509 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10510
10511         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10512         (gst_multipart_find_pad_by_mime):
10513         Use gst_pad_new_from_static_template instead of
10514         static_pad_template_get+pad_new.
10515
10516 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10517
10518         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10519         Catch the case where no clock has been set.
10520
10521 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10522
10523         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10524         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10525         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10526         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10527         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10528         (gst_gconf_audio_src_finalize), (do_toggle_element):
10529         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10530         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10531         (do_toggle_element):
10532         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10533         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10534         (gst_gconf_video_src_finalize), (do_toggle_element):
10535         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10536         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10537         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10538         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10539         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10540         (gst_shout2send_init), (gst_shout2send_finalize):
10541         * gst/debug/testplugin.c: (gst_test_class_init),
10542         (gst_test_finalize):
10543         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10544         (gst_flxdec_dispose):
10545         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10546         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10547         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10548         (gst_rtspsrc_finalize):
10549         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10550         * gst/rtsp/rtspextwms.h:
10551         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10552         (gst_smpte_finalize):
10553         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10554         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10555         (gst_udpsink_finalize):
10556         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10557         (gst_wavparse_sink_activate):
10558         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10559         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10560         (gst_oss_src_finalize):
10561         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10562         * sys/v4l2/gstv4l2object.h:
10563         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10564         (gst_v4l2src_finalize):
10565         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10566
10567         Fix a bunch of leaks shown by the newly-added states test.
10568
10569 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10570
10571         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10572         Use gst_pad_new_from_static_template instead of 
10573         static_pad_template_get+pad_new.
10574
10575 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10576
10577         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10578
10579         * ext/libcaca/Makefile.am:
10580         * gst/debug/Makefile.am:
10581           Don't mix tabs and spaces (#414168).
10582
10583 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10584
10585         * tests/check/generic/.cvsignore:
10586           Ignore files to please buildbot.
10587
10588 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10589
10590         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10591         (gst_wavparse_stream_data):
10592           Unbreak my previous commit (swapped nominator & denominator). Tim,
10593           thanks for spotting.
10594
10595 2007-03-02  Wim Taymans  <wim@fluendo.com>
10596
10597         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10598         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10599         (gst_cdio_cdda_src_finalize):
10600         Small code cleanups.
10601         Don't use pad_alloc as the base class cannot deal with the error codes.
10602
10603 2007-03-02  Wim Taymans  <wim@fluendo.com>
10604
10605         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10606         (gst_udpsrc_create):
10607         Fix doc.
10608
10609 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10610
10611         Patch by: René Stadler <mail@renestadler.de>
10612
10613         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10614         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10615         (gst_wavparse_stream_data):
10616           Handle rounding better to not drop last sample frame. Fixes #356692
10617
10618 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10619
10620         * tests/check/Makefile.am:
10621         Disable cacasink from the states check too - it also calls exit(1)
10622         on us when it can't find a terminal to talk to.
10623
10624 2007-03-02  Wim Taymans  <wim@fluendo.com>
10625
10626         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10627
10628         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10629         (gst_udpsrc_create), (gst_udpsrc_set_property),
10630         (gst_udpsrc_get_property):
10631         * gst/udp/gstudpsrc.h:
10632         Add support to strip proprietary headers. Fixes #350296.
10633
10634 2007-03-02  Wim Taymans  <wim@fluendo.com>
10635
10636         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10637         Fix compilation.
10638
10639 2007-03-02  Wim Taymans  <wim@fluendo.com>
10640
10641         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10642
10643         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10644         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10645         (gst_rtp_mp2t_depay_set_property),
10646         (gst_rtp_mp2t_depay_get_property):
10647         * gst/rtp/gstrtpmp2tdepay.h:
10648         Add support to strip off proprietary headers. Fixes #350278.
10649
10650 2007-03-02  Wim Taymans  <wim@fluendo.com>
10651
10652         * ext/hal/hal.c:
10653         Fix compilation.
10654
10655 2007-03-02  Wim Taymans  <wim@fluendo.com>
10656
10657         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10658         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10659         (gst_sunaudiosrc_open):
10660         * sys/sunaudio/gstsunaudiosrc.h:
10661         Remove device-name from GstSunAudioSrc. Fixes #412597.
10662
10663 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10664
10665         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10666         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10667         Having NULL as UDI previously selected the default sink/src. Change
10668         this back but mention it in the debug output.
10669         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10670         (gst_hal_get_oss_element), (gst_hal_get_string),
10671         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10672         (gst_hal_get_audio_src):
10673         * ext/hal/hal.h:
10674         Refactor a bit, check all error conditions, greatly improve debugging
10675         and fix some possible memory leaks. Also implement OSS support
10676         and allow specifying an UDI that points to a real device. For this the
10677         child device which supports ALSA (preferred) or OSS is used.
10678         As a side effect this makes it impossible now to get a alsasink in
10679         halaudiosrc and a alsasrc in halaudiosink.
10680
10681 2007-03-01  Wim Taymans  <wim@fluendo.com>
10682
10683         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10684         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10685         Errors from the udp sources are not fatal unless all of them are in
10686         error.
10687
10688 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10689
10690         * tests/check/Makefile.am:
10691         Disable aasink in the states test. I suspect this is the element that
10692         is calling exit(1) when it can't proceed.
10693
10694 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10695
10696         * tests/check/Makefile.am:
10697         Draw plugins in from the build tree sys/ dir, rather than picking
10698         up the already installed versions.
10699
10700 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10701
10702         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10703         Error out correctly when getting xcontext fails.
10704
10705 2007-03-01  Wim Taymans  <wim@fluendo.com>
10706
10707         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10708         Make state change to PAUSED NO_PREROLL because that's what it will be in
10709         the future and rtspsrc relies on it.
10710
10711         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10712         (gst_rtspsrc_change_state):
10713         Don't error out when we don't get an error from the state change
10714         function.
10715
10716 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10717
10718         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10719         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10720           Check if the device UDI is set before trying to query HAL
10721           about it and give a useful error message if it wasn't set.
10722         * ext/hal/hal.c: (gst_hal_get_string):
10723           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
10724           gives an assertion failure in D-Bus when running with
10725           DBUS_FATAL_WARNINGS=1.
10726
10727 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10728
10729         * configure.ac:
10730           Convert to new AG_GST style.
10731
10732 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10733
10734         * tests/check/Makefile.am:
10735         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
10736           add test for states
10737
10738 2007-02-28  Wim Taymans  <wim@fluendo.com>
10739
10740         * tests/check/elements/.cvsignore:
10741         Add new videofilter check to .cvsignore.
10742
10743 2007-02-28  Wim Taymans  <wim@fluendo.com>
10744
10745         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
10746         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10747         (gst_avi_demux_loop), (gst_avi_demux_chain):
10748         Fix combined flow return. Fixes #412608.
10749
10750 2007-02-28  Wim Taymans  <wim@fluendo.com>
10751
10752         * gst/videofilter/Makefile.am:
10753         Dist header..
10754
10755 2007-02-28  Wim Taymans  <wim@fluendo.com>
10756
10757         * gst/videofilter/gstgamma.h:
10758         Add header too.
10759
10760 2007-02-28  Wim Taymans  <wim@fluendo.com>
10761
10762         Patch by: Mark Nauwelaerts <manauw at skynet be>
10763
10764         * gst/videofilter/Makefile.am:
10765         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
10766         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
10767         (gst_gamma_get_property), (gst_gamma_calculate_tables),
10768         (oil_tablelookup_u8), (gst_gamma_set_caps),
10769         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
10770         Port gamma filter to 0.10. Fixes #412704.
10771
10772         * tests/check/Makefile.am:
10773         * tests/check/elements/videofilter.c: (setup_filter),
10774         (cleanup_filter), (check_filter), (GST_START_TEST),
10775         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
10776         Add unit tests for videofilters.
10777
10778 2007-02-28  Wim Taymans  <wim@fluendo.com>
10779
10780         * gst/rtsp/URLS:
10781         Add another interesting test url.
10782
10783         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
10784         Don't allow getting header fields from data packets.
10785
10786 2007-02-28  Michael Smith  <msmith@fluendo.com>
10787
10788         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10789         (gst_shout2send_init), (gst_shout2send_start),
10790         (gst_shout2send_set_property), (gst_shout2send_get_property):
10791         * ext/shout2/gstshout2.h:
10792           Add a property for username.
10793
10794 2007-02-27  Christian Schallerr <christian@fluendo.com>
10795
10796         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
10797
10798 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10799
10800         * gst/rtsp/Makefile.am:
10801         Fix make check too.
10802
10803 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10804
10805         * gst/rtsp/base64.c: (util_base64_encode):
10806         * gst/rtsp/base64.h:
10807         Commit missing files for base64 encoding.
10808
10809 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10810
10811         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10812
10813         * configure.ac:
10814         * ext/annodex/Makefile.am:
10815         * ext/jpeg/Makefile.am:
10816         * ext/speex/Makefile.am:
10817         * gst/alpha/Makefile.am:
10818         * gst/cutter/Makefile.am:
10819         * gst/debug/Makefile.am:
10820         * gst/effectv/Makefile.am:
10821         * gst/goom/Makefile.am:
10822         * gst/level/Makefile.am:
10823         * gst/smpte/Makefile.am:
10824         * gst/videofilter/Makefile.am:
10825           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
10826
10827 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10828
10829         * gst/rtsp/Makefile.am:
10830         * gst/rtsp/rtspconnection.c: (append_auth_header),
10831         (rtsp_connection_send), (rtsp_connection_set_auth):
10832         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
10833         from icecast to replace it. Relicensed from GPL courtesy of Mike
10834         Smith.
10835
10836 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10837
10838         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10839         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
10840         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
10841         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
10842         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10843         (gst_rtspsrc_uri_set_uri):
10844         * gst/rtsp/gstrtspsrc.h:
10845         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10846         (append_auth_header), (rtsp_connection_send),
10847         (rtsp_connection_free), (rtsp_connection_set_auth):
10848         * gst/rtsp/rtspconnection.h:
10849         * gst/rtsp/rtspdefs.h:
10850         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10851         * gst/rtsp/rtspurl.h:
10852
10853         Implement simple Basic Authentication support so that urls like
10854         rtsp://user:pass@hostname/rtspstream work on hosts that require
10855         authentication.
10856
10857 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
10858
10859         * sys/v4l2/gstv4l2object.c:
10860         * sys/v4l2/gstv4l2tuner.c:
10861         * sys/v4l2/v4l2_calls.c:
10862         Fix segfault when oppening a radio device.
10863         
10864 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10865
10866         * gst/level/gstlevel.c: (gst_level_set_caps),
10867         (gst_level_transform_ip):
10868         * sys/v4l2/README:
10869         * tests/check/elements/level.c: (GST_START_TEST):
10870           Fix level for multi-channel case.
10871
10872 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10873
10874         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10875         (gst_level_transform_ip):
10876         * gst/level/gstlevel.h:
10877           Use function pointer for process function and add process functions
10878           for float audio.
10879
10880 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10881
10882         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10883         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10884         (gst_v4l2src_capture_init):
10885           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10886           fixes #407369
10887
10888 2007-02-18  Wim Taymans  <wim@fluendo.com>
10889
10890         * gst/rtp/Makefile.am:
10891         * gst/rtp/gstrtp.c: (plugin_init):
10892         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10893         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10894         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10895         (gst_rtp_mp2t_pay_plugin_init):
10896         * gst/rtp/gstrtpmp2tpay.h:
10897         Added simple mpeg transport stream payloader.
10898
10899 2007-02-16  Wim Taymans  <wim@fluendo.com>
10900
10901         * gst/rtsp/URLS:
10902         Add example H264 rtsp url.
10903
10904         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10905         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10906         Don't convert values to lowercase or we might mess up base64 encoded
10907         properties.
10908
10909 2007-02-16  Wim Taymans  <wim@fluendo.com>
10910
10911         * gst/rtp/README:
10912         Fix case of string params.
10913
10914         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10915         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10916         Fix depayloader, support more packet types.
10917         Add sync codes to make sure the packetizer can do its job.
10918
10919         * gst/rtp/gstrtpmp4gdepay.c:
10920         * gst/rtp/gstrtpmp4gpay.c:
10921         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10922         Fix caps case again.
10923
10924 2007-02-15  Wim Taymans  <wim@fluendo.com>
10925
10926         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10927         Set right caps on output buffers.
10928
10929 2007-02-14  Wim Taymans  <wim@fluendo.com>
10930
10931         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10932         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10933         Clear stack allocated SDPMedia struct before calling _init() on it.
10934         Clarify this in the docs as well.
10935
10936 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10937
10938         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10939         (do_change_child):
10940         Don't reset the profile when going switching states, as it makes
10941         the element non-reusable.
10942
10943 2007-02-14  Wim Taymans  <wim@fluendo.com>
10944
10945         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10946         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10947         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10948         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10949         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10950         (sdp_parse_line):
10951         * gst/rtsp/sdpmessage.h:
10952         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10953         Fix memory management of SDP messages. Fixes #407793.
10954
10955 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10956
10957         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10958
10959         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10960         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10961
10962 2007-02-14  Wim Taymans  <wim@fluendo.com>
10963
10964         Patch by: jp.liu <jp_liu at astrocom dot cn>
10965
10966         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10967         Fix parsing of password field in url. Fixes #407797.
10968
10969 2007-02-14  Wim Taymans  <wim@fluendo.com>
10970
10971         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10972         (gst_wavparse_reset), (gst_wavparse_init),
10973         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10974         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10975         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10976         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10977         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10978         (gst_wavparse_loop), (gst_wavparse_chain),
10979         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10980         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10981         (plugin_init):
10982         * gst/wavparse/gstwavparse.h:
10983         Update docs.
10984         Use boilerplate.
10985         Various code cleanups.
10986         When the bitrate is not known (bps == 0 or compressed formats) let
10987         downstream element guestimate the duration and position and don't
10988         generate timestamps or durations. Fixes #405213.
10989         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10990         error flowreturn upstream.
10991
10992 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
10993
10994         * ext/gconf/Makefile.am:
10995         * ext/gconf/gconf.c: (gst_gconf_get_string),
10996         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
10997         (gst_gconf_render_bin_with_default):
10998         * ext/gconf/gconf.h:
10999         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11000         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11001         (gst_gconf_audio_sink_dispose), (do_change_child),
11002         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11003         (cb_change_child), (gst_gconf_audio_sink_change_state):
11004         * ext/gconf/gstgconfaudiosink.h:
11005         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11006         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11007         (gst_switch_sink_init), (gst_switch_sink_dispose),
11008         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11009         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11010         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11011         * ext/gconf/gstswitchsink.h:
11012         * gst/autodetect/gstautoaudiosink.c:
11013         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11014         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11015         (gst_auto_audio_sink_detect):
11016         * gst/autodetect/gstautovideosink.c:
11017         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11018         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11019         (gst_auto_video_sink_detect):
11020         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11021         and a child that implements the GConf key monitoring. The end goal of
11022         this is an audio sink that can be changed on the fly, but at the 
11023         moment it still only changes on the next READY transition.
11024
11025 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11026
11027         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11028         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11029         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11030         (gst_avi_demux_calculate_durations_from_index),
11031         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11032         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11033         (gst_avi_demux_loop):
11034           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11035
11036 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11037
11038         * configure.ac:
11039         * docs/plugins/Makefile.am:
11040           Add crossreferences to glib/gobject/gstream docs.
11041
11042 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11043
11044         * gst/monoscope/Makefile.am:
11045         * gst/monoscope/gstmonoscope.c:
11046           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11047           (but no LIBS, since we only use defines from the headers).
11048
11049 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11050
11051         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11052
11053         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11054         (gst_wavparse_stream_data):
11055           Fix massive memory leak when operating in streaming mode due to
11056           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11057           Fixes #407057.
11058
11059 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11060
11061         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11062         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11063         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11064         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11065         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11066         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11067         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11068         (gst_avi_demux_calculate_durations_from_index),
11069         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11070         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11071         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11072         * gst/avi/gstavidemux.h:
11073           Save some memory (8%) by repacking the index entry structure (more to
11074           come). Add more FIXMEs to questionable parts.
11075
11076 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11077
11078         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11079         (gst_v4l2src_get_caps):
11080         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11081         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11082         (gst_v4l2src_capture_init):
11083           More FIXME comments and messaging changes.
11084
11085 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11086
11087         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11088         (gst_goom_change_state):
11089         * gst/goom/gstgoom.h:
11090           Improved docs and use GST_DEBUG_FUNCPTR.
11091
11092         * gst/level/gstlevel.c: (gst_level_class_init):
11093           Use GST_DEBUG_FUNCPTR.
11094
11095         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11096         (gst_monoscope_chain), (gst_monoscope_change_state):
11097           Improved docs source cleanups.
11098
11099 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11100
11101         * gst/debug/Makefile.am:
11102         * gst/debug/gstdebug.c: (plugin_init):
11103         * gst/debug/gstpushfilesrc.c:
11104         * gst/debug/gstpushfilesrc.h:
11105           Add code for a pushfilesrc element that implements a pushfile:// URI
11106           handler, to make debugging push-mode operation of demuxer/decoders
11107           that support both easier in connection with seek/playbin/etc.
11108           The element isn't registered at the moment.
11109
11110 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11111
11112         * gst/avi/gstavimux.c:
11113           Comment a #if 0 in caps template definition as VS6 seems to 
11114         do not support it.
11115         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11116           Use gst_guint64_to_gdouble for conversion.
11117         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11118           Move variables declaration before the first instruction.
11119         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11120           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11121           And don't include netdb.h for G_OS_WIN32
11122         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11123           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11124           by VS6 then use an other way to initialize SDPMedia structure.
11125         * gst/udp/gstdynudpsink.h:
11126         * gst/udp/gstdynudpnetutils.h:
11127           Do not include <sys/time.h> for G_OS_WIN32
11128         * gst/udp/gstudpsrc.c:
11129           Define socklen_t as int for G_OS_WIN32
11130         * win/common/config.h.in:
11131           Undef HAVE_NETINET_IN_H
11132         * win32/vs6/gst_plugins_good.dsw:
11133         * win32/vs6/libgstrtp.dsp:
11134         * win32/vs6/libgstrtsp.dsp:
11135         * win32/vs6/libgstautogen.dsp:
11136         * win32/vs6/libgstaudiofx.dsp:
11137         * win32/vs6/libgstudp.dsp:
11138           Add and update project files.
11139         * win32/common/gstudp-enumtypes.c:
11140         * win32/common/gstudp-enumtypes.h:
11141           Add a copy of udp enumtypes to win32/common as in core 
11142           and base.
11143         
11144 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11145
11146         * configure.ac:
11147           Activate monoscope when building with --enable-experimental. Fix
11148           --enable-external configure switch description.
11149
11150         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11151         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11152           Help gst-indent.
11153
11154 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11155
11156         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11157           Explicitly cast result of pointer arithmetic to integer in order to
11158           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11159
11160 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11161
11162         * gst/debug/progressreport.c:
11163           Some more docs.
11164
11165 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11166
11167         * docs/plugins/inspect/plugin-rtp.xml:
11168           Update for new elements.
11169
11170         * gst/debug/progressreport.h:
11171           Commit newly-created header file as well.
11172
11173 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11174
11175         * docs/plugins/Makefile.am:
11176         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11177         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11178         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11179         * gst/debug/Makefile.am:
11180         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11181         (gst_progress_report_do_query), (gst_progress_report_report):
11182           Make progressreport element post messages with the current progress
11183           on the bus. Also add some basic docs for it.
11184
11185 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11186
11187         * ext/hal/hal.c: (gst_hal_get_string):
11188         * ext/hal/hal.h:
11189           Some small cleanups; deal with errors when parsing the HAL ALSA
11190           capabilities a bit better.
11191
11192 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11193
11194         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11195           Let's try this again and use the right cast this time.
11196
11197 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11198
11199         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11200           Add cast to avoid compiler warnings with older GLib versions
11201           where the nick/name members in GEnumValue are not declared as
11202           constant strings.
11203
11204 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11205
11206         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11207         (gst_gconf_render_bin_from_key),
11208         (gst_gconf_get_default_audio_sink):
11209         * ext/gconf/gconf.h:
11210         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11211         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11212         (gst_gconf_audio_sink_get_property):
11213           In gconfaudiosink, get the right key as the old key in do_toggle
11214           (ie. one dependent on the profile selected). Log some more stuff so
11215           we can see what's actually going on.
11216
11217 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11218
11219         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11220         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11221         (gst_audio_amplify_set_process_function),
11222         (gst_audio_amplify_setup):
11223         * gst/audiofx/audioamplify.h:
11224         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11225         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11226         * gst/audiofx/audioinvert.h:
11227         Some small cleanups and port both elements to the new GstAudioFilter
11228         base class to save a few lines of common code.
11229         * gst/audiofx/Makefile.am:
11230         Link against libgstaudio for the above changes
11231
11232 2007-01-29  Wim Taymans  <wim@fluendo.com>
11233
11234         * tests/check/elements/.cvsignore:
11235         Some more ignores.
11236
11237 2007-01-26  Wim Taymans  <wim@fluendo.com>
11238
11239         Patch by: charles <charlesg3 at gmail dot com>
11240
11241         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11242         (set_shout_metadata), (gst_shout2send_event):
11243         * ext/shout2/gstshout2.h:
11244         Properly handle tags in shout2send. Fixes #399825.
11245
11246 2007-01-25  Wim Taymans  <wim@fluendo.com>
11247
11248         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11249         (gst_rtspsrc_activate_streams):
11250         Convert SDP fields to upper/lowercase following the rules in the SDP to
11251         caps document. 
11252
11253 2007-01-25  Wim Taymans  <wim@fluendo.com>
11254
11255         * gst/rtp/README:
11256         * gst/rtp/gstrtpilbcdepay.c:
11257         * gst/rtp/gstrtpilbcpay.c:
11258         * gst/rtp/gstrtpmp4gdepay.c:
11259         * gst/rtp/gstrtpmp4gpay.c:
11260         * gst/rtp/gstrtpspeexdepay.c:
11261         * gst/rtp/gstrtpspeexpay.c:
11262         * gst/rtp/gstrtpsv3vdepay.c:
11263         * gst/rtp/gstrtptheoradepay.c:
11264         * gst/rtp/gstrtptheorapay.c:
11265         * gst/rtp/gstrtpvorbisdepay.c:
11266         * gst/rtp/gstrtpvorbispay.c:
11267         Fix case of encoding-name and key/value pairs to match the document.
11268         This is to make interoperation with SDP case-insensitive as required by
11269         the relevant RFCs.
11270
11271 2007-01-25  Wim Taymans  <wim@fluendo.com>
11272
11273         * configure.ac:
11274         Bump required -core/-base to CVS
11275
11276 2007-01-25  Wim Taymans  <wim@fluendo.com>
11277
11278         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11279         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11280         * gst/rtp/gstrtpL16pay.h:
11281         Fill up to MTU using adapter.
11282         Timestamp rtp packets.
11283
11284 2007-01-25  Edward Hervey  <edward@fluendo.com>
11285
11286         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11287         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11288         Use G_GSIZE_FORMAT in print statements for portability.
11289         Fixes build on macosx.
11290
11291 2007-01-24  Wim Taymans  <wim@fluendo.com>
11292
11293         * gst/rtp/Makefile.am:
11294         * gst/rtp/gstrtp.c: (plugin_init):
11295         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11296         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11297         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11298         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11299         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11300         (gst_rtp_L16_depay_plugin_init):
11301         * gst/rtp/gstrtpL16depay.h:
11302         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11303         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11304         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11305         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11306         (gst_rtp_L16_pay_plugin_init):
11307         * gst/rtp/gstrtpL16pay.h:
11308         Port and enable raw audio payloader/depayloader. Needs a bit more work
11309         on the payloader side.
11310
11311 2007-01-24  Wim Taymans  <wim@fluendo.com>
11312
11313         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11314         (gst_rtspsrc_stream_configure_transport),
11315         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11316         * gst/rtsp/gstrtspsrc.h:
11317         Only unblock the udp pads when we linked and activated them all.
11318         Fixes #395688.
11319
11320 2007-01-24  Wim Taymans  <wim@fluendo.com>
11321
11322         * gst/rtp/Makefile.am:
11323         * gst/rtp/gstrtp.c: (plugin_init):
11324         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11325         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11326         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11327         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11328         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11329         * gst/rtp/gstrtpac3depay.h:
11330         Added simple AC3 depayloader (RFC 4184).
11331
11332         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11333         Fix a leak.
11334
11335 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11336
11337         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11338
11339         * gst/audiofx/Makefile.am:
11340         * gst/audiofx/audioamplify.c:
11341         (gst_audio_amplify_clipping_method_get_type),
11342         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11343         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11344         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11345         (gst_audio_amplify_set_caps),
11346         (gst_audio_amplify_transform_int_clip),
11347         (gst_audio_amplify_transform_int_wrap_negative),
11348         (gst_audio_amplify_transform_int_wrap_positive),
11349         (gst_audio_amplify_transform_float_clip),
11350         (gst_audio_amplify_transform_float_wrap_negative),
11351         (gst_audio_amplify_transform_float_wrap_positive),
11352         (gst_audio_amplify_transform_ip):
11353         * gst/audiofx/audioamplify.h:
11354         * gst/audiofx/audiofx.c: (plugin_init):
11355         Add new element "audioamplify". This allows scaling of raw audio
11356         samples, similar to the "volume" element, but provides different modes
11357         for clipping and allows unlimited amplification. It's mainly targeted
11358         for creative sound design and not as a replacement of the "volume"
11359         element. Fixes #397162
11360         * docs/plugins/Makefile.am:
11361         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11362         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11363         * docs/plugins/gst-plugins-good-plugins.args:
11364         * docs/plugins/inspect/plugin-audiofx.xml:
11365         Add docs for audioamplify and integrate them into the build system
11366         * tests/check/Makefile.am:
11367         * tests/check/elements/audioamplify.c: (setup_amplify),
11368         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11369         Add fairly extensive unit test suite for audioamplify
11370
11371 2007-01-24  Wim Taymans  <wim@fluendo.com>
11372
11373         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11374         Unblock pads after adding the pads to the element so that autopluggers
11375         get a change to link something. Possibly fixes #395688.
11376
11377 2007-01-24  Wim Taymans  <wim@fluendo.com>
11378
11379         * gst/rtp/gstrtpamrdepay.c:
11380         * gst/rtp/gstrtpgsmdepay.c:
11381         * gst/rtp/gstrtph263pdepay.c:
11382         * gst/rtp/gstrtph263ppay.c:
11383         * gst/rtp/gstrtph264depay.c:
11384         * gst/rtp/gstrtpilbcdepay.c:
11385         * gst/rtp/gstrtpmp2tdepay.c:
11386         * gst/rtp/gstrtpmp4gdepay.c:
11387         * gst/rtp/gstrtpmp4gpay.c:
11388         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11389         * gst/rtp/gstrtpmp4vpay.c:
11390         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11391         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11392         (gst_rtp_mpa_depay_process):
11393         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11394         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11395         * gst/rtp/gstrtppcmadepay.c:
11396         * gst/rtp/gstrtppcmudepay.c:
11397         * gst/rtp/gstrtpspeexdepay.c:
11398         * gst/rtp/gstrtpspeexpay.c:
11399         * gst/rtp/gstrtpsv3vdepay.c:
11400         * gst/rtp/gstrtptheoradepay.c:
11401         * gst/rtp/gstrtptheorapay.c:
11402         * gst/rtp/gstrtpvorbisdepay.c:
11403         * gst/rtp/gstrtpvorbispay.c:
11404         Fix caps with payload numbers.
11405         Add some fixed payload numbers to caps when possible.
11406
11407 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11408
11409         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11410
11411         * gst/audiofx/Makefile.am:
11412         * gst/audiofx/audiofx.c: (plugin_init):
11413         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11414         (gst_audio_invert_class_init), (gst_audio_invert_init),
11415         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11416         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11417         (gst_audio_invert_transform_float),
11418         (gst_audio_invert_transform_ip):
11419         * gst/audiofx/audioinvert.h:
11420         Add new audiofx element "audioinvert". This element swaps the upper
11421         and lower half of samples and can be used for example for a
11422         wide-stereo effect. Fixes #396057
11423         * docs/plugins/Makefile.am:
11424         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11425         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11426         * docs/plugins/gst-plugins-good-plugins.args:
11427         * docs/plugins/inspect/plugin-audiofx.xml:
11428         Add docs for the audioinvert element and add them to the build system.
11429         * tests/check/Makefile.am:
11430         * tests/check/elements/audioinvert.c: (setup_invert),
11431         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11432         Add unit test suite for the audioinvert element.
11433
11434 2007-01-23  Wim Taymans  <wim@fluendo.com>
11435
11436         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11437         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11438         Parse config params as string and int.
11439         Parse and use AU header length
11440
11441 2007-01-23  Wim Taymans  <wim@fluendo.com>
11442
11443         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11444         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11445         * gst/smpte/gstmask.c: (_gst_mask_register):
11446         * gst/smpte/gstmask.h:
11447         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11448         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11449         (gst_smpte_paint_triangle_clock):
11450         constify some static structs.
11451         Don't update the mask if nothing changed to the params.
11452         Make sure we never draw outside of the picture. Fixes #398325.
11453
11454 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11455
11456         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11457           Error out properly when pull_range fails while we're reading the
11458           headers, instead of just pausing the task silently. Fixes #399338.
11459
11460 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11461
11462         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11463           Some more sanity checks to make sure the input formats match and the
11464           input pads are actually negotiated, in case someone tries to feed
11465           buffers from fakesrc or filesrc. Fixes #398299.
11466           Also const-ify an array, just because we can.
11467
11468 2007-01-19  Edward Hervey  <edward@fluendo.com>
11469
11470         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11471         Ignore previous commit, that was only valid for widths and heights
11472         that are multiples of 4.
11473         Copy over size/stride macros from jpegdec. This allows the element
11474         to work with any width,height...
11475         ... but puts in evidence that the actual transformations only work
11476         with width/height that are multiples of 4.
11477
11478 2007-01-19  Edward Hervey  <edward@fluendo.com>
11479
11480         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11481         Allocate buffers of the right size.
11482         The proper size of a I420 buffer in bytes is:
11483         
11484             width * height * 3
11485             ------------------
11486                     2
11487
11488 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11489
11490         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11491           Proxy getcaps on sink pads too, so that we either end up with the
11492           same dimensions on all pads or error out if that's not possible
11493           (seems to work even!). Fixes #398086, I think.
11494
11495 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11496
11497         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11498         * docs/plugins/gst-plugins-good-plugins.args:
11499         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11500           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11501           fix integer properties with -1 as minimum value.
11502
11503         * docs/plugins/inspect/plugin-1394.xml:
11504         * docs/plugins/inspect/plugin-aasink.xml:
11505         * docs/plugins/inspect/plugin-alaw.xml:
11506         * docs/plugins/inspect/plugin-alpha.xml:
11507         * docs/plugins/inspect/plugin-alphacolor.xml:
11508         * docs/plugins/inspect/plugin-annodex.xml:
11509         * docs/plugins/inspect/plugin-apetag.xml:
11510         * docs/plugins/inspect/plugin-audiofx.xml:
11511         * docs/plugins/inspect/plugin-auparse.xml:
11512         * docs/plugins/inspect/plugin-autodetect.xml:
11513         * docs/plugins/inspect/plugin-avi.xml:
11514         * docs/plugins/inspect/plugin-cacasink.xml:
11515         * docs/plugins/inspect/plugin-cairo.xml:
11516         * docs/plugins/inspect/plugin-cdio.xml:
11517         * docs/plugins/inspect/plugin-cutter.xml:
11518         * docs/plugins/inspect/plugin-debug.xml:
11519         * docs/plugins/inspect/plugin-dv.xml:
11520         * docs/plugins/inspect/plugin-efence.xml:
11521         * docs/plugins/inspect/plugin-effectv.xml:
11522         * docs/plugins/inspect/plugin-esdsink.xml:
11523         * docs/plugins/inspect/plugin-flac.xml:
11524         * docs/plugins/inspect/plugin-flxdec.xml:
11525         * docs/plugins/inspect/plugin-gconfelements.xml:
11526         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11527         * docs/plugins/inspect/plugin-goom.xml:
11528         * docs/plugins/inspect/plugin-halelements.xml:
11529         * docs/plugins/inspect/plugin-icydemux.xml:
11530         * docs/plugins/inspect/plugin-id3demux.xml:
11531         * docs/plugins/inspect/plugin-jpeg.xml:
11532         * docs/plugins/inspect/plugin-level.xml:
11533         * docs/plugins/inspect/plugin-matroska.xml:
11534         * docs/plugins/inspect/plugin-mulaw.xml:
11535         * docs/plugins/inspect/plugin-multipart.xml:
11536         * docs/plugins/inspect/plugin-navigationtest.xml:
11537         * docs/plugins/inspect/plugin-ossaudio.xml:
11538         * docs/plugins/inspect/plugin-png.xml:
11539         * docs/plugins/inspect/plugin-rtp.xml:
11540         * docs/plugins/inspect/plugin-rtsp.xml:
11541         * docs/plugins/inspect/plugin-shout2send.xml:
11542         * docs/plugins/inspect/plugin-smpte.xml:
11543         * docs/plugins/inspect/plugin-speex.xml:
11544         * docs/plugins/inspect/plugin-taglib.xml:
11545         * docs/plugins/inspect/plugin-udp.xml:
11546         * docs/plugins/inspect/plugin-videobalance.xml:
11547         * docs/plugins/inspect/plugin-videobox.xml:
11548         * docs/plugins/inspect/plugin-videoflip.xml:
11549         * docs/plugins/inspect/plugin-videomixer.xml:
11550         * docs/plugins/inspect/plugin-wavenc.xml:
11551         * docs/plugins/inspect/plugin-wavparse.xml:
11552         * docs/plugins/inspect/plugin-ximagesrc.xml:
11553           Update to CVS.
11554
11555 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11556
11557         Patch by: Sebastian Dröge <slomo circular-chaos org>
11558
11559         * gst/audiofx/audiopanorama.c:
11560           Fix doc section name (Fixes #397946)
11561
11562 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11563
11564         * sys/v4l2/gstv4l2object.c:
11565         (gst_v4l2_object_install_properties_helper),
11566         (gst_v4l2_object_set_property_helper),
11567         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11568         * sys/v4l2/gstv4l2object.h:
11569         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11570         (gst_v4l2src_init), (gst_v4l2src_set_property),
11571         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11572         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11573         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11574         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11575         (gst_v4l2src_capture_deinit):
11576           Fix EIO handing when capturing. Add new property to specify the number of
11577           buffers to enque (and remove the borked num-buffers usage).
11578
11579 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11580
11581         Patch by: Sebastian Dröge <slomo circular-chaos org>
11582
11583         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11584         (gst_audio_panorama_set_process_function):
11585           Use a function array for process methods, add more docs and define the
11586           startindex of enums.
11587
11588 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11589
11590         Patch by: Mark Nauwelaerts <manauw at skynet be>
11591
11592         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11593         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11594         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11595         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11596         (gst_avi_mux_riff_get_avi_header),
11597         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11598         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11599         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11600         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11601         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11602         (gst_avi_mux_change_state):
11603         * gst/avi/gstavimux.h:
11604         * tests/check/elements/avimux.c: (teardown_src_pad):
11605           Add support for more than one audio stream; write better AVIX
11606           header; refactor code a bit; don't announce vorbis caps on our audio
11607           sink pads since we don't support it anyway. Closes #379298.
11608
11609 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11610
11611         Patch by: Sebastian Dröge <slomo circular-chaos org>
11612
11613         * gst/audiofx/audiopanorama.c:
11614         (gst_audio_panorama_method_get_type),
11615         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11616         (gst_audio_panorama_set_process_function),
11617         (gst_audio_panorama_set_property),
11618         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11619         (gst_audio_panorama_transform_m2s_int_simple),
11620         (gst_audio_panorama_transform_s2s_int_simple),
11621         (gst_audio_panorama_transform_m2s_float_simple),
11622         (gst_audio_panorama_transform_s2s_float_simple):
11623         * gst/audiofx/audiopanorama.h:
11624           Add 'method' property and provide a simple (non-psychoacustic)
11625           processing method (#394859).
11626
11627         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11628         (panorama_suite):
11629           Tests for new method.
11630
11631 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11632
11633         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11634         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11635           Set correct caps on outgoing pulled buffers, or things blow up
11636           after recent core changes.
11637
11638 2007-01-11  Wim Taymans  <wim@fluendo.com>
11639
11640         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11641
11642         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11643         (gst_multipart_mux_request_new_pad),
11644         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11645         (gst_multipart_mux_change_state):
11646         Return FLOW errors ASAP. Fixes #394977.
11647         Misc cleanups.
11648
11649 2007-01-11  Wim Taymans  <wim@fluendo.com>
11650
11651         Patch by: Lutz Mueller <lutz at topfrose dot de>
11652
11653         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11654         Check for stream pad before activating. 
11655
11656 2007-01-10  Wim Taymans  <wim@fluendo.com>
11657
11658         Patch by: Peter Kjellerstedt  <pkj at axis com>
11659
11660         * gst/rtsp/COPYING.MIT:
11661         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11662         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11663         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11664         (gst_rtspsrc_stream_configure_transport),
11665         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11666         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11667         (gst_rtspsrc_parse_methods),
11668         (gst_rtspsrc_create_transports_string),
11669         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11670         (gst_rtspsrc_open), (gst_rtspsrc_close):
11671         * gst/rtsp/gstrtspsrc.h:
11672         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11673         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11674         (parse_request_line), (parse_line), (rtsp_connection_read),
11675         (rtsp_connection_close):
11676         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11677         (rtsp_method_as_text), (rtsp_header_as_text),
11678         (rtsp_status_as_text), (rtsp_find_header_field),
11679         (rtsp_find_method):
11680         * gst/rtsp/rtspdefs.h:
11681         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11682         (rtsp_ext_wms_configure_stream):
11683         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11684         (rtsp_message_new_request), (rtsp_message_init_request),
11685         (rtsp_message_new_response), (rtsp_message_init_response),
11686         (rtsp_message_init_data), (rtsp_message_unset),
11687         (rtsp_message_free), (rtsp_message_add_header),
11688         (rtsp_message_get_header), (rtsp_message_set_body),
11689         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11690         * gst/rtsp/rtspmessage.h:
11691         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11692         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11693         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11694         (sdp_message_dump):
11695         Allow url to be NULL to be able to use it for server connections.
11696         Can now send responses as well as requests.
11697         No longer hangs in an endless loop if EOF is received.
11698         Can now convert a status code to a text string.
11699         Return RTSP_HDR_INVALID for unknown headers.
11700         Return RTSP_INVALID for unknown methods.
11701         Copy CSeq and Session headers from the request.
11702         Only free memory corresponding to the currently set message type.
11703         Added const to function arguments as appropriate.
11704         Avoid a compiler warning when initializing nmedia.
11705         Use guint rather than gint to avoid compiler warnings.
11706         Fix crasher in wms extension.
11707         Factor out stream setup from open_connection.
11708         Delay activation of streams when actual data is received from the
11709         server, this prepares us to do proper protocol switching.
11710         Added new license.
11711         Fixes #380895.
11712
11713
11714 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11715
11716         Patch by: Sebastian Dröge <slomo ubuntu com>
11717
11718         * docs/plugins/Makefile.am:
11719         * gst/audiofx/audiopanorama.c:
11720           Some small docs fixes (#394851).
11721
11722 2007-01-09  Wim Taymans  <wim@fluendo.com>
11723
11724         * gst/avi/gstavidemux.c:
11725         Fix docs.
11726
11727 2007-01-09  Wim Taymans  <wim@fluendo.com>
11728
11729         * gst/rtp/Makefile.am:
11730         * gst/rtp/gstrtp.c: (plugin_init):
11731         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
11732         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
11733         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
11734         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
11735         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
11736         * gst/rtp/gstrtpmpvdepay.h:
11737           Added RFC 2250 MPEG Video Depayloader.
11738
11739         * gst/rtp/gstrtpL16depay.h:
11740         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
11741         (gst_rtp_h263p_depay_process):
11742         Fix Header file. Small cleanups.
11743
11744         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
11745         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
11746         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
11747         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
11748         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
11749         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
11750         (gst_rtp_mp4v_depay_change_state):
11751         Remove usused code. Remove Adapter from state Change. Added debug.
11752
11753         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
11754         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
11755         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
11756         * gst/rtp/gstrtpmpadepay.h:
11757         Subclass base depayloader.
11758         Added debug.
11759         Support static payload type assignment as well.
11760
11761         * gst/rtp/gstrtpmpapay.c:
11762         Fix caps.
11763
11764 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11765
11766         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11767
11768         * ext/jpeg/gstjpegdec.c:
11769         * ext/jpeg/gstjpegenc.c:
11770         * ext/jpeg/smokecodec.c:
11771           These libjpeg callbacks should return a 'boolean' (unsigned char
11772           apparently) and not a 'gboolean' (which maps to gint). Fixes
11773           warnings when compiling with MingW (#393427).
11774
11775         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11776           Use ioctlsocket on win32.
11777
11778         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11779           Some printf format fixes for win32.
11780
11781 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11782
11783         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11784           Use gst_guint64_to_gdouble for conversion.
11785         * win32/vs6/libgstmatroska.dsp:
11786           Add zlib to the link.
11787         * win32/vs6/libgstvideobox.dsp:
11788           Update liboil library name (project is linked to 
11789           liboil-0.3-0.lib now).
11790           
11791 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11792
11793         * gst/matroska/Makefile.am:
11794           If zlib is available and used, we must link it explicitly for
11795           things to work on MingW (fixes #392855).
11796
11797 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
11798
11799         * ext/esd/esdsink.c: (gst_esdsink_delay):
11800           Don't return bogus values when esd_get_delay() fails for some
11801           reason (#392189).
11802
11803 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11804
11805         * sys/ximage/gstximagesrc.c: (composite_pixel):
11806           Fix presumably copy'n'pasto for 16bpp depth.
11807
11808 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11809
11810         * gst/matroska/matroska-mux.c:
11811         (gst_matroska_mux_audio_pad_setcaps):
11812           The "signed" field in audio caps is of boolean type, trying to use
11813           gst_structure_get_int() to extract it will fail. Fixing this makes
11814           matroskamux accept raw audio input (#387121) (use at your own risk
11815           though, due to the matroska spec being not entirely useful in this
11816           respect).
11817           Also fix up raw audio structures in template caps so that they
11818           represent what our setcaps function will actually accept, so that
11819           converters know what to convert to.
11820           Finally, don't fail if there isn't an "endianness" field in 8-bit
11821           PCM caps.
11822
11823 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11824
11825         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11826         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11827         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11828         (teardown_cmmldec):
11829         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11830         (teardown_cmmlenc):
11831         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11832           reapply consistent pad (de)activation
11833
11834 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11835
11836         * configure.ac:
11837         Back to CVS
11838
11839         * gst-plugins-good.doap:
11840         Add 0.10.5 doap entry
11841
11842 === release 0.10.5 ===
11843
11844 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
11845
11846         * configure.ac:
11847           releasing 0.10.5, "The Path of Thorns"
11848
11849 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11850
11851         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11852         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11853         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11854         (teardown_cmmldec):
11855         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11856         (teardown_cmmlenc):
11857         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11858           revert my freeze breakage
11859
11860 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11861
11862         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11863         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11864         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11865         (teardown_cmmldec):
11866         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11867         (teardown_cmmlenc):
11868         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11869           consistent pad (de)activation
11870
11871 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11872
11873         * configure.ac:
11874         * ext/Makefile.am:
11875         Disable LADPSA, as it has moved to the -bad module for the duration.
11876
11877 2006-12-18  Wim Taymans  <wim@fluendo.com>
11878
11879         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11880         (gst_signal_processor_event):
11881         Reset flow_state back to _OK after a flush stop so that we exit our
11882         error state after the flush. Fixes #374213
11883
11884 2006-12-16  David Schleef  <ds@schleef.org>
11885
11886         * sys/osxvideo/osxvideosink.h:
11887         * sys/osxvideo/osxvideosink.m:
11888           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11889
11890 2006-12-16  David Schleef  <ds@schleef.org>
11891
11892         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11893
11894         * sys/osxvideo/Makefile.am:
11895         * sys/osxvideo/osxvideosink.h:
11896         * sys/osxvideo/osxvideosink.m:
11897           Preliminary patch for porting osxvideosink
11898
11899 2006-12-16  Wim Taymans  <wim@fluendo.com>
11900
11901         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11902
11903         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11904         (gst_videomixer_set_master_geometry),
11905         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11906         (gst_videomixer_reset), (gst_videomixer_init),
11907         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11908         (gst_videomixer_release_pad), (gst_videomixer_collected),
11909         (gst_videomixer_change_state):
11910         Introduce some locking around the videomixer state so that it does not
11911         crash when adding/removing pads. Fixes #383043.
11912
11913 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11914
11915         * configure.ac:
11916           Make sure libcaca can actually be used instead of just checking for
11917           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11918           cross-compiling (fixes #384587).
11919
11920 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11921
11922         * Makefile.am:
11923         * gst-plugins-good.doap:
11924         * gst-plugins-good.spec.in:
11925           adding doap file
11926
11927 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11928
11929         * configure.ac:
11930           libflac-1.1.3 changed API again, but we can't build against it yet,
11931           so make sure our check doesn't use libflac-1.1.3 and add a comment
11932           to this effect.
11933
11934 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11935
11936         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11937         (gst_quarktv_planetable_clear):
11938           Add some NULL pointer checks (possibly related to #385623).
11939
11940 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11941
11942         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11943         (gst_tag_demux_chain):
11944         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11945           In streaming mode, if the first buffer we get doesn't have an
11946           offset, fix it up to be 0, otherwise trimming won't work later on
11947           and we'll be typefinding application/x-id3, which may result in
11948           decodebin plugging an endless number of id3demux elements as a
11949           consequence. Fixes #385031.
11950           
11951 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11952
11953         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11954           Ignore the buffer_time the sound device reports. Turns out it is 
11955           sometimes completely bogus and we're better off without it.
11956
11957 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11958
11959         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11960         (gst_matroska_demux_video_caps):
11961         * gst/matroska/matroska-ids.c:
11962         (gst_matroska_track_init_video_context):
11963         * gst/matroska/matroska-ids.h:
11964           Try harder to extract the framerate for video tracks correctly and
11965           save it directly instead of converting it back and forth a few
11966           times. Mostly makes a difference for very small framerates (<1).
11967           Fixes #380199.
11968
11969 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11970
11971         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11972         (gst_gconf_audio_src_dispose), (do_toggle_element):
11973         * ext/gconf/gstgconfaudiosrc.h:
11974           Remove gconf notify hook when the gconfaudiosrc element is
11975           destroyed, otherwise the callback may be called on an
11976           already-destroyed instance and bad things happen. Should fix
11977           #378184.
11978           Also ignore gconf key changes when the source is already running.
11979
11980 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11981
11982         Patch by: Sebastian Dröge  <mail at slomosnail de>
11983
11984         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11985           We need to be able to read and parse any possible floating point string
11986           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11987           will parse the former only in certain locales though, so we really need
11988           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11989           make sure we can parse either version at all times.
11990           Fixes #382982 for real.
11991
11992 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11993
11994         * sys/sunaudio/gstsunaudiomixerctrl.c:
11995         * sys/sunaudio/gstsunaudiosrc.c:
11996
11997         Use the sunaudio debug category.
11998
11999         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12000         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12001         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12002         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12003         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12004         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12005         (gst_sunaudiosink_reset):
12006         * sys/sunaudio/gstsunaudiosink.h:
12007
12008         Uses the sunaudio debug category for all debug output
12009         Implements the _delay() callback to synchronise video playback better
12010         Change the segtotal and segsize values back to the parent class 
12011           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12012           respectively)
12013         Measure the samples written to the device vs. played.
12014         Keep track of segments in the device by writing empty eof frames, and
12015         sleep using a GCond when we get too far ahead and risk overrunning the
12016         sink's ringbuffer.
12017
12018         Fixes: #360673
12019
12020 2006-12-08  Wim Taymans  <wim@fluendo.com>
12021
12022         Patch by: Sebastian Dröge  <mail at slomosnail de >
12023
12024         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12025         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12026         * gst/audiofx/audiopanorama.h:
12027         Fix audiopanorame with float samples. Fixes #383726.
12028
12029 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12030
12031         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12032         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12033         (gst_sunaudiosrc_reset):
12034
12035         Implement reset functions to unblock the src/sink more quickly on 
12036         state change requests.
12037         Patch by: Brian Cameron <brian dot cameron at sun com>
12038
12039 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12040
12041         * sys/sunaudio/gstsunaudiomixer.c:
12042         (gst_sunaudiomixer_change_state):
12043         Construct the correct mixer device name when the AUDIODEV env var
12044         is set.
12045
12046         Patch by: Jerry Tan <jerry.tan at sun dot com>
12047         Fixes: #383596
12048
12049 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12050
12051         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12052         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12053         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12054         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12055         Patch by: Jerry Tan <jerry.tan at sun dot com>
12056         Fixes: #349015
12057
12058 2006-12-07  Wim Taymans  <wim@fluendo.com>
12059
12060         * gst/smpte/gstmask.h:
12061         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12062         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12063         (gst_smpte_collected), (gst_smpte_set_property),
12064         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12065         * gst/smpte/gstsmpte.h:
12066         Port to 0.10 some more. 
12067         Added duration property to specify the duration of the transition.
12068         Make framerate a fraction.
12069         Deprecate fps property, we only use negotiated fps.
12070         Added docs.
12071         Fix collectpad usage.
12072         Reset state in READY.
12073         Send NEWSEGMENT event.
12074         Fix racy updates of object properties.
12075         Added debug category.
12076         Fixes #383323.
12077
12078 2006-12-06  Wim Taymans  <wim@fluendo.com>
12079
12080         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12081
12082         * gst/videomixer/videomixer.c:
12083         (gst_videomixer_set_master_geometry),
12084         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12085         Don't reset xpos and ypos in the setcaps function because causes
12086         unexpected behaviour.
12087         Fixes #382179.
12088
12089 2006-12-06  Wim Taymans  <wim@fluendo.com>
12090
12091         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12092         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12093         Keep track of the buffer timestamp in the collectdata member instead
12094         of modifying the buffer without making the metadata writable first.
12095         Fixes #382277.
12096
12097 2006-12-06  Wim Taymans  <wim@fluendo.com>
12098
12099         Patch by: Rob Taylor <robtaylor at floopily dot org>
12100
12101         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12102         If using multicast in udpsrc, bind to the multicast address rather than
12103         IN_ADDR_ANY.
12104         This allows the simultanous use of multiple udpsrcs listening on
12105         different multicat addresses. Without this all udpsrcs will receive all
12106         packets from all subscribed multicast addresses.
12107         Fixes #383001.
12108
12109 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12110
12111         * ext/taglib/gstid3v2mux.cc:
12112         Don't attempt to write a NULL frame into the ID3 tag set when the 
12113         createFrame method returned NULL.
12114         Fixes: #381857
12115         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12116
12117 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12118
12119         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12120         Use g_strtod() instead of sscanf to parse doubles, so that it will
12121         try parsing in the C locale if the current locale fails.
12122         Fixes: #382982
12123         Patch by: Sebastian Dröge  <mail at slomosnail de >
12124
12125 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12126
12127         * win32/MANIFEST:
12128         Fix compilation on win32 under VS8
12129         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12130         Partially fixes #381175
12131
12132 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12133
12134         * gst/avi/gstavimux.c:
12135           accept all mpegversions,fixes #380825
12136           spotted by: Jerome Alet  
12137
12138 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12139
12140         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12141         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12142         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12143         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12144           cleanup the error message a bit more
12145
12146 2006-11-28  Wim Taymans  <wim@fluendo.com>
12147
12148         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12149         Fix width and height properties.
12150
12151         * ext/libcaca/gstcacasink.h:
12152         Fix compilation on newer libcaca that require us to include a new
12153         header. Fixes #379918.
12154
12155 2006-11-28  Wim Taymans  <wim@fluendo.com>
12156
12157         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12158         * gst/rtsp/gstrtspsrc.h:
12159         * gst/rtsp/rtspext.h:
12160         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12161         (rtsp_ext_wms_get_context):
12162         Add method so that extensions can choose to disable the setup of
12163         a stream.
12164         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12165
12166 2006-11-27  Wim Taymans  <wim@fluendo.com>
12167
12168         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12169
12170         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12171         Push header in a separate buffer instead of memcpy:ing all data.
12172         Change LF => CRLF in headers.
12173         Move trailing LF to header. Fixes #379792.
12174
12175 2006-11-27  Wim Taymans  <wim@fluendo.com>
12176
12177         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12178         Small buffer overflow fix and improve debugging.
12179
12180 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12181
12182         * ext/esd/esdmon.h:
12183         * ext/esd/esdsink.h:
12184           remove obsolete _factory_init protos
12185
12186 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12187
12188         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12189         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12190         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12191         (gst_avi_demux_read_subindexes_push),
12192         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12193         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12194         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12195         (gst_avi_demux_massage_index),
12196         (gst_avi_demux_calculate_durations_from_index),
12197         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12198         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12199         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12200           remove dead code, tweak debugs statements, add comments, use
12201           _uint64_scale instead _uint64_scale_int when using guint64 values,
12202           small optimizations, reflow some error handling
12203
12204 2006-11-22  Edward Hervey  <edward@fluendo.com>
12205
12206         * po/.cvsignore:
12207         We never put .pot files in cvs. Let's ignore them all.
12208
12209 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12210
12211         * po/POTFILES.in:
12212           ... but better exclude files that aren't disted.
12213
12214 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12215
12216         * po/POTFILES.in:
12217           Add v4l2 source files to list of files with translations, so the
12218           strings are actually extracted (however bad they still may be).
12219
12220 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12221
12222         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12223           Minor clean-ups: const-ify static array, remove trailing comma from
12224           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12225
12226 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12227
12228         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12229         Make sure that g_free always gets called on the same pointer that was 
12230         returned by g_malloc.  Fixes #376594.
12231         Do not leak memory if decompressed size is wrong.
12232         Remove unneeded check of return value of g_malloc.
12233         Patch by: René Stadler <mail@renestadler.de>
12234
12235 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12236
12237         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12238           Add missing curly brackets.
12239
12240 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12241
12242         * sys/v4l2/v4l2src_calls.c:
12243         Fix capture_deinit.
12244
12245 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12246
12247         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12248         (gst_matroska_mux_request_new_pad):
12249           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12250
12251         * tests/check/elements/matroskamux.c: (setup_src_pad),
12252         (setup_sink_pad), (GST_START_TEST):
12253         Activate pads before using them.
12254
12255 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12256
12257         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12258           Initialise variable to get rid of bogus compiler warning.
12259
12260 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12261
12262         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12263
12264         * gst/rtp/gstrtph263pay.c:
12265         * gst/rtp/gstrtph263pdepay.c:
12266         * gst/rtp/gstrtph263ppay.c:
12267           Specify H.263 variant and version in the caps (fixes #361637)
12268
12269 2006-11-15  Wim Taymans  <wim@fluendo.com>
12270
12271         * gst/rtsp/rtspconnection.c: (read_body):
12272         Don't set a data pointer to NULL and a size > 0 when we deal
12273         with empty packets.
12274
12275         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12276         (rtsp_message_init_response), (rtsp_message_init_data),
12277         (rtsp_message_unset), (rtsp_message_free),
12278         (rtsp_message_take_body):
12279         Check that we can't create invalid empty packets. 
12280
12281 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12282
12283         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12284
12285         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12286         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12287         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12288         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12289         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12290         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12291         * gst/matroska/matroska-mux.h:
12292           Add basic tag writing support; implement releasing pads (#374658).
12293
12294 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12295
12296         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12297         (gst_matroska_demux_audio_caps):
12298           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12299
12300 2006-11-14  David Schleef  <ds@schleef.org>
12301
12302         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12303
12304 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12305
12306         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12307
12308         * win32/vs8/gst-plugins-good.sln:
12309         * win32/vs8/libgst1394.vcproj:
12310         * win32/vs8/libgstaasink.vcproj:
12311         * win32/vs8/libgstalaw.vcproj:
12312         * win32/vs8/libgstalpha.vcproj:
12313         * win32/vs8/libgstalphacolor.vcproj:
12314         * win32/vs8/libgstannodex.vcproj:
12315         * win32/vs8/libgstapetag.vcproj:
12316         * win32/vs8/libgstaudiofx.vcproj:
12317         * win32/vs8/libgstauparse.vcproj:
12318         * win32/vs8/libgstautodetect.vcproj:
12319         * win32/vs8/libgstavi.vcproj:
12320         * win32/vs8/libgstcacasink.vcproj:
12321         * win32/vs8/libgstcdio.vcproj:
12322         * win32/vs8/libgstcutter.vcproj:
12323         * win32/vs8/libgstdv.vcproj:
12324         * win32/vs8/libgsteffectv.vcproj:
12325         * win32/vs8/libgstflac.vcproj:
12326         * win32/vs8/libgstflxdec.vcproj:
12327         * win32/vs8/libgstgoom.vcproj:
12328         * win32/vs8/libgsticydemux.vcproj:
12329         * win32/vs8/libgstid3demux.vcproj:
12330         * win32/vs8/libgstjpeg.vcproj:
12331         * win32/vs8/libgstladspa.vcproj:
12332         * win32/vs8/libgstlevel.vcproj:
12333         * win32/vs8/libgstmatroska.vcproj:
12334         * win32/vs8/libgstmikmod.vcproj:
12335         * win32/vs8/libgstmng.vcproj:
12336         * win32/vs8/libgstmonoscope.vcproj:
12337         * win32/vs8/libgstmulaw.vcproj:
12338         * win32/vs8/libgstmultipart.vcproj:
12339         * win32/vs8/libgstpng.vcproj:
12340         * win32/vs8/libgstrtp.vcproj:
12341         * win32/vs8/libgstrtsp.vcproj:
12342         * win32/vs8/libgstshout2.vcproj:
12343         * win32/vs8/libgstsmpte.vcproj:
12344         * win32/vs8/libgstspeex.vcproj:
12345         * win32/vs8/libgsttaglib.vcproj:
12346         * win32/vs8/libgstudp.vcproj:
12347         * win32/vs8/libgstvideobalance.vcproj:
12348         * win32/vs8/libgstvideobox.vcproj:
12349         * win32/vs8/libgstvideoflip.vcproj:
12350         * win32/vs8/libgstvideomixer.vcproj:
12351         * win32/vs8/libgstwavenc.vcproj:
12352         * win32/vs8/libgstwavparse.vcproj:
12353           Make end-of-line returns unixy, so that when the files are checked
12354           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12355           Hopefully fixes #366492.
12356
12357 2006-11-14  Wim Taymans  <wim@fluendo.com>
12358
12359         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12360         Disable init_frames delay timestamp adjustment, it does not
12361         seem to be needed at all. Fixes #369621.
12362
12363 2006-11-13  Wim Taymans  <wim@fluendo.com>
12364
12365         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12366
12367         * gst/videomixer/videomixer.c:
12368         (gst_videomixer_set_master_geometry),
12369         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12370         (gst_videomixer_collect_free), (gst_videomixer_reset),
12371         (gst_videomixer_init), (gst_videomixer_finalize),
12372         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12373         (gst_videomixer_collected), (gst_videomixer_change_state):
12374         Fix memleak by unref'ing collectpads instance (when finalizing)
12375         Implement releasing a request pad. Fixes #374479.
12376
12377 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12378
12379         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12380
12381         * win32/vs8/gst-plugins-good.sln:
12382         * win32/vs8/libgst1394.vcproj:
12383         * win32/vs8/libgstaasink.vcproj:
12384         * win32/vs8/libgstalaw.vcproj:
12385         * win32/vs8/libgstalpha.vcproj:
12386         * win32/vs8/libgstalphacolor.vcproj:
12387         * win32/vs8/libgstannodex.vcproj:
12388         * win32/vs8/libgstapetag.vcproj:
12389         * win32/vs8/libgstaudiofx.vcproj:
12390         * win32/vs8/libgstauparse.vcproj:
12391         * win32/vs8/libgstautodetect.vcproj:
12392         * win32/vs8/libgstavi.vcproj:
12393         * win32/vs8/libgstcacasink.vcproj:
12394         * win32/vs8/libgstcdio.vcproj:
12395         * win32/vs8/libgstcutter.vcproj:
12396         * win32/vs8/libgstdv.vcproj:
12397         * win32/vs8/libgsteffectv.vcproj:
12398         * win32/vs8/libgstflac.vcproj:
12399         * win32/vs8/libgstflxdec.vcproj:
12400         * win32/vs8/libgstgoom.vcproj:
12401         * win32/vs8/libgsticydemux.vcproj:
12402         * win32/vs8/libgstid3demux.vcproj:
12403         * win32/vs8/libgstjpeg.vcproj:
12404         * win32/vs8/libgstladspa.vcproj:
12405         * win32/vs8/libgstlevel.vcproj:
12406         * win32/vs8/libgstmatroska.vcproj:
12407         * win32/vs8/libgstmikmod.vcproj:
12408         * win32/vs8/libgstmng.vcproj:
12409         * win32/vs8/libgstmonoscope.vcproj:
12410         * win32/vs8/libgstmulaw.vcproj:
12411         * win32/vs8/libgstmultipart.vcproj:
12412         * win32/vs8/libgstpng.vcproj:
12413         * win32/vs8/libgstrtp.vcproj:
12414         * win32/vs8/libgstrtsp.vcproj:
12415         * win32/vs8/libgstshout2.vcproj:
12416         * win32/vs8/libgstsmpte.vcproj:
12417         * win32/vs8/libgstspeex.vcproj:
12418         * win32/vs8/libgsttaglib.vcproj:
12419         * win32/vs8/libgstudp.vcproj:
12420         * win32/vs8/libgstvideobalance.vcproj:
12421         * win32/vs8/libgstvideobox.vcproj:
12422         * win32/vs8/libgstvideoflip.vcproj:
12423         * win32/vs8/libgstvideomixer.vcproj:
12424         * win32/vs8/libgstwavenc.vcproj:
12425         * win32/vs8/libgstwavparse.vcproj:
12426           Add VS8 project files (note that many of the plugins in ext are
12427           disabled by default). Fixes #366492.
12428
12429 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12430
12431         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12432           we do not translate debug messages
12433
12434 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12435
12436         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12437           fix categorisation, make short desc more explicit, remove unused code
12438           Fixes #372021
12439
12440 2006-11-08  Wim Taymans  <wim@fluendo.com>
12441
12442         * gst/rtp/gstrtpL16depay.c:
12443         * gst/rtp/gstrtpamrdepay.c:
12444         * gst/rtp/gstrtpamrpay.c:
12445         * gst/rtp/gstrtpgsmdepay.c:
12446         * gst/rtp/gstrtph263pay.c:
12447         * gst/rtp/gstrtph263pdepay.c:
12448         * gst/rtp/gstrtph263ppay.c:
12449         * gst/rtp/gstrtph264depay.c:
12450         * gst/rtp/gstrtpmp2tdepay.c:
12451         * gst/rtp/gstrtpmp4gdepay.c:
12452         * gst/rtp/gstrtpmp4gpay.c:
12453         * gst/rtp/gstrtpmp4vdepay.c:
12454         * gst/rtp/gstrtpmp4vpay.c:
12455         * gst/rtp/gstrtpmpadepay.c:
12456         * gst/rtp/gstrtpmpapay.c:
12457         * gst/rtp/gstrtppcmadepay.c:
12458         * gst/rtp/gstrtppcmapay.c:
12459         * gst/rtp/gstrtppcmudepay.c:
12460         * gst/rtp/gstrtppcmupay.c:
12461         * gst/rtp/gstrtpspeexdepay.c:
12462         * gst/rtp/gstrtpspeexpay.c:
12463         * gst/rtp/gstrtpsv3vdepay.c:
12464         Fix element descriptions.
12465
12466 2006-11-08  Wim Taymans  <wim@fluendo.com>
12467
12468         * gst/rtp/gstrtpvorbisdepay.c:
12469         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12470         Fix description.
12471         Small cleanup in the payloader.
12472
12473 2006-11-08  Wim Taymans  <wim@fluendo.com>
12474
12475         * gst/rtp/Makefile.am:
12476         * gst/rtp/gstrtp.c: (plugin_init):
12477         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12478         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12479         (gst_rtp_theora_depay_finalize),
12480         (gst_rtp_theora_depay_parse_configuration),
12481         (gst_rtp_theora_depay_setcaps),
12482         (gst_rtp_theora_depay_switch_codebook),
12483         (gst_rtp_theora_depay_process),
12484         (gst_rtp_theora_depay_set_property),
12485         (gst_rtp_theora_depay_get_property),
12486         (gst_rtp_theora_depay_change_state),
12487         (gst_rtp_theora_depay_plugin_init):
12488         * gst/rtp/gstrtptheoradepay.h:
12489         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12490         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12491         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12492         (gst_rtp_theora_pay_init_packet),
12493         (gst_rtp_theora_pay_flush_packet),
12494         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12495         (gst_rtp_theora_pay_handle_buffer),
12496         (gst_rtp_theora_pay_plugin_init):
12497         * gst/rtp/gstrtptheorapay.h:
12498         Add theora pay/depayloaders.
12499
12500 2006-11-06  Wim Taymans  <wim@fluendo.com>
12501
12502         * gst/rtp/Makefile.am:
12503         We depend on gsttag to generate the vorbis comments.
12504
12505         * gst/rtp/gstrtpvorbisdepay.c:
12506         (gst_rtp_vorbis_depay_parse_configuration),
12507         (gst_rtp_vorbis_depay_setcaps),
12508         (gst_rtp_vorbis_depay_switch_codebook),
12509         (gst_rtp_vorbis_depay_process):
12510         * gst/rtp/gstrtpvorbisdepay.h:
12511         Parse configuration string in the depayloader.
12512         Implement selecting and switching to a new codebook.
12513         Receiving vorbis over RTP now works.
12514
12515         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12516         (gst_rtp_vorbis_pay_init_packet),
12517         (gst_rtp_vorbis_pay_finish_headers),
12518         (gst_rtp_vorbis_pay_handle_buffer):
12519         * gst/rtp/gstrtpvorbispay.h:
12520         Set timestamps on outgoing buffers and RTP packets.
12521         Fix configuration string, prepend number of Packet headers.
12522         Fix encoding of ident string.
12523         Add delivery-method to caps.
12524         Streaming vorbis over RTP now works.
12525
12526 2006-11-06  Wim Taymans  <wim@fluendo.com>
12527
12528         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12529         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12530         (gst_rtp_vorbis_pay_handle_buffer):
12531         * gst/rtp/gstrtpvorbispay.h:
12532         Generate a valid configuration string in the caps based on the
12533         vorbis headers.
12534
12535 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12536
12537         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12538         * ext/cdio/gstcdio.h:
12539         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12540           Move CD-TEXT utility function into common file so it can also be
12541           used by a future cdioparanoiasrc.
12542
12543 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12544         
12545         * sys/v4l2/Makefile.am:
12546         * sys/v4l2/gstv4l2object.c:
12547         * sys/v4l2/gstv4l2src.c:
12548         * sys/v4l2/gstv4l2xoverlay.c:
12549         * sys/v4l2/v4l2_calls.c:
12550         * sys/v4l2/v4l2src_calls.c:
12551         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12552         xoverlay code that is still not implemented.
12553
12554 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12555
12556         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12557           We require a -base more recent than 0.10.9, so it's safe to use
12558           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12559
12560         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12561         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12562           Use _newsegment_full() now that we depend on a recent enough core.
12563
12564         * gst/wavparse/gstwavparse.c:
12565           Remove cruft that we don't need any longer now that we depend on
12566           a recent enough -base.
12567
12568 2006-10-31  Wim Taymans  <wim@fluendo.com>
12569
12570         * gst/rtp/Makefile.am:
12571         * gst/rtp/gstrtp.c: (plugin_init):
12572         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12573         (gst_rtpilbcpay_setcaps):
12574         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12575
12576 2006-10-31  Wim Taymans  <wim@fluendo.com>
12577
12578         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12579         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12580         Some small cleanups, use _scale.
12581
12582 2006-10-31  Wim Taymans  <wim@fluendo.com>
12583
12584         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12585         Use higher precision scale function.
12586
12587 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12588
12589         Patch by: Michal Benes  <michal dot benes at itonis tv>
12590
12591         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12592         (gst_matroska_demux_read_track_encodings),
12593         (gst_matroska_decode_buffer):
12594           Fix several issues with encoded/compressed/encrypted/signed tracks;
12595           also, remove superfluous newline characters from some debug
12596           statements. (#366155)
12597
12598 2006-10-30  Wim Taymans  <wim@fluendo.com>
12599
12600         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12601         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12602         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12603         (gst_smokedec_change_state):
12604         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12605         (gst_smokeenc_init), (gst_smokeenc_finalize),
12606         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12607         (gst_smokeenc_resync), (gst_smokeenc_chain),
12608         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12609         (gst_smokeenc_change_state):
12610         Various cleanups, capsnego and leak fixes.
12611
12612 2006-10-30  Wim Taymans  <wim@fluendo.com>
12613
12614         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12615
12616         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12617         Fix videomixer so that it can handle any combination of framerates.
12618         Fixes #367221.
12619
12620 2006-10-28  Wim Taymans  <wim@fluendo.com>
12621
12622         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12623         (gst_avi_demux_parse_file_header),
12624         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12625         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12626         (gst_avi_demux_chain):
12627         Fix position query for audio. also fixes timestamps in streaming
12628         mode and bug #364958.
12629         Small cleanups.
12630
12631 2006-10-27  Wim Taymans  <wim@fluendo.com>
12632
12633         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12634         * ext/libpng/gstpngenc.h:
12635         Fix strides. Fixes #364856.
12636         Cleanup capsnego.
12637         Set caps on outgoing buffers.
12638
12639 2006-10-18  Wim Taymans  <wim@fluendo.com>
12640
12641         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12642
12643         * gst/rtp/gstrtpgsmpay.c:
12644         * gst/rtp/gstrtph263pay.c:
12645         * gst/rtp/gstrtpmpapay.c:
12646         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12647         (gst_rtp_pcma_pay_handle_buffer):
12648         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12649         Add static payload numbers in addition to the dynamic ones.
12650         Fixes #361639.
12651
12652 2006-10-18  Wim Taymans  <wim@fluendo.com>
12653
12654         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12655         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12656         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12657         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12658         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12659         * gst/rtsp/rtspdefs.h:
12660         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12661         * gst/rtsp/rtspurl.h:
12662         Reuse already existing enum for lower transport.
12663         Add rtspt and rtspu protocols.
12664         Send redirect to rtspt when udp times out.
12665
12666 2006-10-18  Wim Taymans  <wim@fluendo.com>
12667
12668         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12669         (gst_wavparse_stream_data):
12670         Fix seeking some more, mostly for speed changes.
12671
12672 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12673
12674         Patch by: Fredrik Persson  <frepe at bredband net>
12675
12676         * sys/v4l2/gstv4l2tuner.c:
12677         * sys/v4l2/gstv4l2tuner.h:
12678           Fix _set_channel(): remove useless g_object_notify() for "channel"
12679           property that doesn't exist any longer and therefore now also
12680           useless redirect (#338818).
12681
12682 2006-10-17  Wim Taymans  <wim@fluendo.com>
12683
12684         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12685         Some drivers do not support unsetting the non-blocking flag once the
12686         device is opened. In those cases, close/open the device in
12687         non-blocking mode. Fixes #362673.
12688
12689 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12690
12691         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12692         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12693         (gst_v4l2src_get_fps):
12694           dear stefan, framespersecond is not frameperiod, reverting but adding
12695           comment
12696
12697 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12698
12699         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12700         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12701         (gst_v4l2src_get_fps):
12702           Numerator is numerator and denominator is denominator. Say that aloud
12703           5 times and retry after next beer.
12704
12705 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
12706
12707         Patch by: Josep Torra Valles  <josep at fluendo com>
12708
12709         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12710         * ext/esd/esdsink.c: (gst_esdsink_write):
12711         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12712         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12713         (gst_flac_dec_send_newsegment):
12714         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12715         (gst_flac_enc_tell_callback):
12716         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12717         (smokecodec_parse_header), (smokecodec_decode):
12718         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
12719         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
12720         * gst/goom/Makefile.am:
12721         * gst/goom/gstgoom.c:
12722         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
12723         * gst/rtsp/gstrtspsrc.c:
12724         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12725         * gst/udp/gstudpsink.c:
12726         * gst/udp/gstudpsrc.c:
12727         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
12728         * sys/sunaudio/gstsunaudiomixertrack.h:
12729           Fix a bunch of problems discovered by the Forte compiler, mostly type
12730           mixups and pointer arithmetics with void pointers. Fixes #362603.
12731
12732 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12733
12734         * ext/speex/gstspeex.c: (plugin_init):
12735         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
12736         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
12737         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
12738         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
12739         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
12740         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
12741         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
12742         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
12743         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
12744         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
12745         (gst_speex_enc_chain), (gst_speex_enc_get_property),
12746         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
12747         * ext/speex/gstspeexenc.h:
12748           Miscellaneous clean-ups, among other things: speexenc => enc to
12749           enhance code readability; change speexenc => speex_enc; in chain
12750           function unref input buffer in case of error; take reference in
12751           event function; use boilerplate macro; use gst_pad_query_peer_*
12752           convenience functions.
12753
12754 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12755
12756         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
12757         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
12758         (gst_speexenc_set_header_on_caps):
12759           Fix some mem leaks.
12760
12761 2006-10-11  Wim Taymans  <wim@fluendo.com>
12762
12763         * gst/rtsp/URLS:
12764         Added some other URL.
12765
12766         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
12767         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
12768         (gst_rtspsrc_open), (gst_rtspsrc_play),
12769         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12770         * gst/rtsp/gstrtspsrc.h:
12771         Work on fallback to TCP connection when the UDP socket times out.
12772         Handler server requests, just reply with OK for now.
12773
12774         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12775         * gst/rtsp/rtspdefs.h:
12776         Added some more Real extension headers.
12777
12778         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12779         Fix parsing of urls with a ':' that is not part of the hostname:port
12780         part of the url.
12781
12782 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
12783
12784         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
12785         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
12786         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12787           Activate pad before adding it to the already-running element.
12788
12789         * tests/check/elements/icydemux.c: (icydemux_found_pad):
12790           Activate newly-created pad too.
12791
12792 2006-10-11  Wim Taymans  <wim@fluendo.com>
12793
12794         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12795
12796         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12797         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
12798         (gst_udpsrc_start):
12799         Fix some leaks in caps and uris. Fixes #361252.
12800
12801 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12802
12803         * gst/wavparse/Makefile.am:
12804           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
12805
12806 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
12807
12808         * sys/v4l2/gstv4l2xoverlay.c:
12809         * sys/v4l2/gstv4l2xoverlay.h:
12810         Fix build as per the patch in #338818 comment 36.
12811
12812 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12813
12814         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12815           Activate pads before adding them to the source.
12816
12817 2006-10-06  Wim Taymans  <wim@fluendo.com>
12818
12819         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
12820         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
12821         Activate pads before adding.
12822
12823 2006-10-06  Wim Taymans  <wim@fluendo.com>
12824
12825         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12826         (gst_multipart_find_pad_by_mime):
12827         Activate pads before adding.
12828
12829         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12830         BOILERPLATE sets parent_class for us.
12831
12832 2006-10-06  Wim Taymans  <wim@fluendo.com>
12833
12834         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
12835         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
12836         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
12837         (gst_rtspsrc_alloc_udp_ports),
12838         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12839         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
12840         (gst_rtspsrc_create_transports_string),
12841         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
12842         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12843         * gst/rtsp/gstrtspsrc.h:
12844         Rework how the transport string is constructed, try to share channels
12845         and udp ports.
12846         Make most of the stuff less dependant on RTP as we are also going to use
12847         it for RDT.
12848         Add support for transport specific session managers.
12849
12850         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
12851         Implement _flush().
12852
12853         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12854         * gst/rtsp/rtspdefs.h:
12855         Add generic error return code.
12856
12857         * gst/rtsp/rtspext.h:
12858         Add support for pluggable tranport strings.
12859
12860         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
12861         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
12862         (rtsp_ext_wms_get_context):
12863         Detect WMServer and activate the extension.
12864
12865         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
12866         (rtsp_transport_get_manager), (rtsp_transport_parse):
12867         * gst/rtsp/rtsptransport.h:
12868         Added methods to get mime/manager for certain transports.
12869
12870 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12871
12872         * ext/cairo/gsttimeoverlay.c:
12873         (gst_cairo_time_overlay_update_font_height):
12874         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12875         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12876         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12877         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12878         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12879         * ext/libpng/gstpngdec.c: (user_endrow_callback):
12880         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12881         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12882         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12883         (gst_avi_demux_stream_data):
12884         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12885         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12886         (gst_fenced_buffer_copy):
12887         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12888         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12889         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12890         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12891         (gst_rtspsrc_handle_message):
12892         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12893         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12894           Printf format fixes.
12895
12896 2006-10-04  Wim Taymans  <wim@fluendo.com>
12897
12898         * gst/rtsp/Makefile.am:
12899         Dist new .h file too.
12900
12901 2006-10-04  Wim Taymans  <wim@fluendo.com>
12902
12903         * gst/rtsp/Makefile.am:
12904         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12905         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12906         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12907         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12908         (gst_rtspsrc_parse_rtpmap),
12909         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12910         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12911         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12912         * gst/rtsp/gstrtspsrc.h:
12913         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12914         * gst/rtsp/rtspdefs.h:
12915         * gst/rtsp/rtspext.h:
12916         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12917         (rtsp_ext_wms_get_context):
12918         * gst/rtsp/rtspextwms.h:
12919         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12920         (rtsp_transport_parse):
12921         * gst/rtsp/rtsptransport.h:
12922         Factor out extension in separate module.
12923         Fix getcaps to filter against the padtemplate.
12924         Use Content-Base if the server gives one.
12925         Rework the transport parsing a bit for future extensions.
12926         Added some Real Header field definitions.
12927
12928 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12929
12930         * docs/plugins/Makefile.am:
12931         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12932         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12933           added v4l2 stubs
12934         * gst-plugins-good.spec.in:
12935           add v4l2
12936
12937 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12938
12939         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12940           Extract disc/album/medium number and count and try harder
12941           to extract track number/count.
12942
12943 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12944
12945         * configure.ac:
12946         * sys/Makefile.am:
12947           add build stuff for v4l2, needs --enable-experimental until
12948           the last bits are resolved
12949
12950 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12951
12952         * tests/check/Makefile.am:
12953           Disable autodetect test temporarily, so that the build bots
12954           update -bad and the ranks of unreliable video sinks in there.
12955
12956         * tests/check/elements/autodetect.c: (GST_START_TEST):
12957           Skip test if no usable videosink is found.
12958
12959 2006-09-29  Wim Taymans  <wim@fluendo.com>
12960
12961         * gst/rtsp/URLS:
12962         Add some more URLs.
12963
12964         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12965         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12966         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12967         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12968         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12969         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12970         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12971         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12972         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12973         * gst/rtsp/gstrtspsrc.h:
12974         Add timeout property to control UDP timeouts.
12975         Fix error messages.
12976         Also start a loop function when operating in UDP mode so that we can
12977         do some more stuff async.
12978         Handle element messages from udpsrc to detect timeouts. If a timeout
12979         happens we currently generate an error.
12980         API: rtspsrc::timeout property.
12981
12982         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12983         (gst_udpsrc_create):
12984         Really implement the timeout in microseconds and not milliseconds.
12985
12986 2006-09-29  Wim Taymans  <wim@fluendo.com>
12987
12988         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12989         (gst_udpsrc_create), (gst_udpsrc_set_property),
12990         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12991         * gst/udp/gstudpsrc.h:
12992         Added property to post a message on timeout.
12993         Updated docs.
12994         When restarting the select, initialize the fdsets again.
12995         Init control sockets so we don't accidentally close a random socket.
12996         API: GstUDPSrc::timeout property
12997
12998 2006-09-29  Wim Taymans  <wim@fluendo.com>
12999
13000         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13001         Fix flag registration.
13002
13003         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13004         Reading 0 also means 'no more commands'
13005
13006 2006-09-29  Wim Taymans  <wim@fluendo.com>
13007
13008         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13009
13010         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13011         Fix possible infinite loop when shutting down, a read can also return
13012         0 to indicate no more messages are available. Fixes #358156.
13013
13014 2006-09-25  Wim Taymans  <wim@fluendo.com>
13015
13016         * gst/autodetect/gstautoaudiosink.c:
13017         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13018         (gst_auto_audio_sink_find_best):
13019         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13020         Small cleanups.
13021         don't try to set "sync" property when it is not available.
13022
13023 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13024
13025         Patch by: Peter Kjellerstedt  <pkj at axis com>
13026
13027         * gst/alpha/gstalpha.c:
13028         * gst/rtp/gstrtpamrdepay.c:
13029         * gst/rtsp/gstrtspsrc.c:
13030         * gst/udp/gstudpsrc.c:
13031         * gst/videomixer/videomixer.c:
13032           Include stdlib.h in some more places, makes things compile
13033           with uClibc and -Werror (#357592).
13034
13035 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13036
13037         * ext/jpeg/gstjpegdec.c:
13038           Set minimum height to 8 (from 16), our code should handle
13039           that fine. Some of the buttons on the apple trailer site
13040           are apparently only 15 pixels high (see #357470).
13041
13042 2006-09-23  Wim Taymans  <wim@fluendo.com>
13043
13044         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13045         (gst_rtspsrc_open):
13046         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13047         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13048         (rtsp_connection_receive):
13049         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13050         * gst/rtsp/rtspdefs.h:
13051         Improve error reporting.
13052
13053 2006-09-23  Wim Taymans  <wim@fluendo.com>
13054
13055         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13056         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13057         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13058         * gst/rtp/gstrtpdepay.c:
13059         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13060         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13061         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13062         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13063         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13064         (gst_rtp_mp2t_depay_plugin_init):
13065         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13066         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13067         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13068         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13069         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13070         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13071         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13072         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13073         Fix klass typos.
13074         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13075
13076 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13077
13078         * configure.ac:
13079           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13080
13081 2006-09-22  Wim Taymans  <wim@fluendo.com>
13082
13083         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13084         Don't check for a tag that is never there and check if we read the
13085         correct tag. Fixes seeking again.
13086         We must post an error when all pads are unlinked.
13087
13088 2006-09-22  Wim Taymans  <wim@fluendo.com>
13089
13090         * gst/rtp/Makefile.am:
13091         * gst/rtp/gstrtp.c: (plugin_init):
13092         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13093         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13094         (gst_rtp_vorbis_pay_reset_packet),
13095         (gst_rtp_vorbis_pay_init_packet),
13096         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13097         (gst_rtp_vorbis_pay_handle_buffer):
13098         More fixage, set endoder-params correctly in the payloader.
13099
13100 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13101
13102         * gst/autodetect/gstautoaudiosink.c:
13103         (gst_auto_audio_sink_base_init):
13104         * gst/autodetect/gstautovideosink.c:
13105         (gst_auto_video_sink_base_init):
13106           Make static pad templates static to appease valgrind's leak
13107           detector.
13108
13109         * tests/check/Makefile.am:
13110         * tests/check/elements/.cvsignore:
13111         * tests/check/elements/autodetect.c: (GST_START_TEST),
13112         (autodetect_suite):
13113           Add simple test for the ghostpad lockup on shutdown fixed in core
13114           CVS (audio bit disabled because it would need dozens of alsa
13115           suppressions and I'm too lazy to add those now).
13116
13117 2006-09-22  Wim Taymans  <wim@fluendo.com>
13118
13119         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13120         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13121         Small cleanups.
13122
13123         * gst/rtp/Makefile.am:
13124         * gst/rtp/gstrtp.c: (plugin_init):
13125         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13126         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13127         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13128         (gst_rtp_vorbis_depay_process),
13129         (gst_rtp_vorbis_depay_set_property),
13130         (gst_rtp_vorbis_depay_get_property),
13131         (gst_rtp_vorbis_depay_change_state),
13132         (gst_rtp_vorbis_depay_plugin_init):
13133         * gst/rtp/gstrtpvorbisdepay.h:
13134         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13135         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13136         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13137         (gst_rtp_vorbis_pay_flush_packet),
13138         (gst_rtp_vorbis_pay_append_buffer),
13139         (gst_rtp_vorbis_pay_handle_buffer),
13140         (gst_rtp_vorbis_pay_plugin_init):
13141         * gst/rtp/gstrtpvorbispay.h:
13142         Add experimental vorbis pay and depayloaders.
13143
13144 2006-09-21  Wim Taymans  <wim@fluendo.com>
13145
13146         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13147         Fix profile-level-id parsing and setup.
13148
13149 2006-09-21  Wim Taymans  <wim@fluendo.com>
13150
13151         * gst/udp/README:
13152         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13153         Update README, simple cleanup.
13154
13155 2006-09-21  Wim Taymans  <wim@fluendo.com>
13156
13157         * gst/rtp/README:
13158         Update README with some examples.
13159
13160         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13161         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13162         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13163         (gst_rtp_mp4g_pay_setcaps):
13164         * gst/rtp/gstrtpmp4gpay.h:
13165         Make optional RTP parameters of type STRING, as required by the
13166         application/x-rtp caps specification.
13167
13168 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13169
13170         * gst/rtp/gstrtph263pdepay.c:
13171         * gst/rtp/gstrtph263ppay.c:
13172         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13173         RTP header.
13174
13175 2006-09-20  Wim Taymans  <wim@fluendo.com>
13176
13177         * gst/rtp/Makefile.am:
13178         And makefile too.
13179
13180 2006-09-20  Wim Taymans  <wim@fluendo.com>
13181
13182         * gst/rtp/gstrtp.c: (plugin_init):
13183         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13184         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13185         (decode_base64), (gst_rtp_asf_depay_setcaps),
13186         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13187         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13188         (gst_rtp_asf_depay_plugin_init):
13189         * gst/rtp/gstrtpasfdepay.h:
13190         Added preliminary ASF depayloader.
13191
13192         * gst/rtp/gstrtph264depay.c: (decode_base64):
13193         Fix base64 decoding.
13194
13195 2006-09-20  Wim Taymans  <wim@fluendo.com>
13196
13197         * gst/rtsp/URLS:
13198         Added some test URLS.
13199
13200         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13201         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13202         * gst/rtsp/gstrtspsrc.h:
13203         When creating streams, give access to the complete SDP.
13204         Fix some leaks.
13205         Collect and merge global stream properties in stream caps.
13206         Preliminary support for WMServer.
13207
13208         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13209         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13210         (rtsp_connection_receive):
13211         * gst/rtsp/rtspconnection.h:
13212         Make connection interruptable.
13213         Refactor to make it reconnectable.
13214         Don't fail on short reads when reading data packets.
13215
13216         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13217         (rtsp_url_get_port):
13218         * gst/rtsp/rtspurl.h:
13219         Add methods for getting/setting the port.
13220
13221         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13222         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13223         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13224         (sdp_media_get_format), (sdp_parse_line),
13225         (sdp_message_parse_buffer):
13226         Fix headers. 
13227         Add methods for getting multiple attributes with the same name.
13228         Increase buffer size when parsing.
13229         Fix parsing of a=foo fields.
13230
13231         * gst/rtsp/test.c: (main):
13232         Update to new connection API.
13233
13234         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13235         (rtsp_message_init_response), (rtsp_message_init_data),
13236         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13237         * gst/rtsp/rtspmessage.h:
13238         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13239         * gst/rtsp/rtsptransport.h:
13240         * gst/rtsp/sdp.h:
13241         * gst/rtsp/sdpmessage.h:
13242         * gst/rtsp/gstrtsp.c:
13243         * gst/rtsp/gstrtsp.h:
13244         * gst/rtsp/gstrtpdec.c:
13245         * gst/rtsp/gstrtpdec.h:
13246         * gst/rtsp/rtsp.h:
13247         * gst/rtsp/rtspdefs.c:
13248         * gst/rtsp/rtspdefs.h:
13249         Dual licensed under MIT and LGPL now.
13250
13251 2006-09-19  Wim Taymans  <wim@fluendo.com>
13252
13253         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13254         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13255         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13256         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13257         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13258         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13259         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13260         * gst/rtsp/gstrtspsrc.h:
13261         Reorganize stream parsing and creation.
13262         Detect container formats in interleaved mode.
13263         Keep more state about the streams.
13264         Assume a server also supports PLAY if it does not say.
13265         Add unicast and interleaved properties to TCP transport requests to make
13266         some servers happy (WMServer).
13267
13268         * gst/rtsp/sdpmessage.h:
13269         Add some defines for the standard Bandwidth types.
13270
13271 2006-09-19  Wim Taymans  <wim@fluendo.com>
13272
13273         * gst/rtsp/test.c: (main):
13274         Fix build.
13275
13276 2006-09-19  Wim Taymans  <wim@fluendo.com>
13277
13278         * gst/wavparse/gstwavparse.c:
13279         Add ms-gsm to the src template.
13280
13281 2006-09-18  Wim Taymans  <wim@fluendo.com>
13282
13283         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13284         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13285         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13286         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13287         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13288         * gst/rtsp/gstrtspsrc.h:
13289         Small cleanups, added documentation.
13290         Try to clean up the requests and responses.
13291         Refactor parsing the supported methods.
13292
13293         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13294         (rtsp_connection_create), (rtsp_connection_send),
13295         (parse_response_status), (parse_request_line),
13296         (rtsp_connection_receive), (rtsp_connection_close),
13297         (rtsp_connection_free):
13298         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13299         (rtsp_transport_init), (rtsp_transport_parse),
13300         (rtsp_transport_free):
13301         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13302         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13303         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13304         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13305         Use g_return_val some more.
13306
13307         * gst/rtsp/rtspdefs.h:
13308         Add more enum values to track initial states.
13309
13310         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13311         (rtsp_message_init_request), (rtsp_message_new_response),
13312         (rtsp_message_init_response), (rtsp_message_init_data),
13313         (rtsp_message_unset), (rtsp_message_free),
13314         (rtsp_message_add_header), (rtsp_message_remove_header),
13315         (rtsp_message_get_header), (rtsp_message_set_body),
13316         (rtsp_message_take_body), (rtsp_message_get_body),
13317         (rtsp_message_steal_body), (rtsp_message_dump):
13318         * gst/rtsp/rtspmessage.h:
13319         Reorder arguments, object goes as the first one.
13320         Use g_return_val some more.
13321
13322 2006-09-18  Wim Taymans  <wim@fluendo.com>
13323
13324         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13325         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13326         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13327         * gst/rtsp/gstrtspsrc.h:
13328         Export sometimes source pad with correct caps on the template, create
13329         the ghostpad from the template.
13330         Remove RTCP template as we never expose RTCP.
13331         Protect against invalid body size.
13332         Avoid memcpy when creating the output buffer.
13333         Properly post an error and send EOS when the loop function is shut down.
13334
13335 2006-09-18  Wim Taymans  <wim@fluendo.com>
13336
13337         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13338
13339         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13340         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13341         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13342         * gst/rtsp/gstrtspsrc.h:
13343         Make sure we can never set an invalid location.
13344
13345         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13346         * gst/rtsp/rtspmessage.h:
13347         Added _steal_body method for future use.
13348
13349         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13350         Make freeing of NULL url return immediatly.
13351
13352 2006-09-18  Wim Taymans  <wim@fluendo.com>
13353
13354         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13355
13356         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13357         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13358         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13359         (gst_rtspsrc_change_state):
13360         * gst/rtsp/gstrtspsrc.h:
13361         Use boilerplate.
13362         Make rtspsrc subclass GstBin to make state changes easier.
13363         Add Range header field on the PLAY request.
13364
13365 2006-09-18  Wim Taymans  <wim@fluendo.com>
13366
13367         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13368
13369         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13370         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13371         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13372         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13373         * gst/rtsp/rtspconnection.c: (inet_aton):
13374         Small cleanups.
13375         when multicast is selected as the transport, create UDP sources and
13376         connect to the multicast group.
13377         Move parsing and setting of caps to a common place.
13378         Fixes #349894.
13379
13380 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13381
13382         * ext/flac/gstflactag.c:
13383         * gst/alpha/gstalpha.c:
13384         * gst/debug/breakmydata.c:
13385         * gst/debug/negotiation.c:
13386         * gst/debug/testplugin.c:
13387         * gst/effectv/gstaging.c:
13388         * gst/effectv/gstdice.c:
13389         * gst/effectv/gstedge.c:
13390         * gst/effectv/gstquark.c:
13391         * gst/effectv/gstrev.c:
13392         * gst/effectv/gstshagadelic.c:
13393         * gst/effectv/gstvertigo.c:
13394         * gst/effectv/gstwarp.c:
13395         * gst/multipart/multipartdemux.c:
13396         * gst/multipart/multipartmux.c:
13397         * gst/videobox/gstvideobox.c:
13398         * gst/videofilter/gstgamma.c:
13399         * gst/videofilter/gstvideotemplate.c:
13400         * gst/videomixer/videomixer.c:
13401         * sys/sunaudio/gstsunaudiosrc.h:
13402         More G_OBJECT macro fixing.
13403
13404 2006-09-16  Wim Taymans  <wim@fluendo.com>
13405
13406         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13407
13408         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13409         Correctly set the dwLength in strh.
13410         With this patch, the file duration is now displayed correctly in window
13411         media player and the AVI plays completely. Fixes #356147
13412
13413 2006-09-15  Wim Taymans  <wim@fluendo.com>
13414
13415         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13416
13417         * sys/sunaudio/gstsunaudiomixerctrl.c:
13418         (gst_sunaudiomixer_ctrl_build_list):
13419         Set the output track as the MASTER so that the gnome-settings-daemon
13420         keybindings for changing the volume using the keyboard works.
13421         Fixes #356142.
13422
13423 2006-09-15  Wim Taymans  <wim@fluendo.com>
13424
13425         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13426         Fix documentation, it is not possible to control the framerate of jpegdec
13427         using filtered caps yet. Fixes #355210.
13428         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13429         stop when there is an error.
13430
13431 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13432
13433         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13434         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13435           Don't interpret a first buffer with an offset of NONE as
13436           'from the middle of the stream', but only a first buffer
13437           that has a valid buffer offset that's non-zero (see #345449).
13438
13439 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13440
13441         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13442         (gst_icydemux_typefind_or_forward):
13443         * gst/icydemux/gsticydemux.h:
13444           When we merge/collect multiple incoming buffers for typefinding
13445           purposes, keep an initial 0 offset on the first outgoing buffer
13446           as well (otherwise id3demux won't work right). Fixes #345449.
13447           Also Make buffer metadata writable before setting buffer caps.
13448
13449         * tests/check/elements/icydemux.c: (typefind_succeed),
13450         (cleanup_icydemux), (push_data), (GST_START_TEST),
13451         (icydemux_suite):
13452           Small test case for the above.
13453
13454 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13455
13456         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13457         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13458         (gst_avi_demux_stream_header_push),
13459         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13460         (gst_avi_demux_loop):
13461           More code reuse and better logging in _peek_chunk(). Reintroduce check
13462           for chunk sizes before reading them (avoid oom). Better handling for 
13463           invalid chunksizes when streaming.
13464
13465 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13466
13467         * gst/level/gstlevel.c: (gst_level_set_property):
13468         * gst/level/gstlevel.h:
13469           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13470           René Stadler
13471
13472 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13473
13474         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13475         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13476         (gst_avi_demux_stream_data):
13477           Revert one change to fix streaming avi (adapter size != data size).
13478
13479 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13480
13481         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13482
13483         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13484         (gst_matroska_demux_reset),
13485         (gst_matroska_demux_read_track_encodings),
13486         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13487         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13488         (gst_matroska_demux_subtitle_caps):
13489         * gst/matroska/matroska-ids.h:
13490           Add support for VOBSUB subtitle tracks and zlib-compressed
13491           tracks. Make sure we start on a keyframe after a seek. (#343348)
13492
13493 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13494
13495         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13496         (gst_matroska_demux_push_flac_codec_priv_data),
13497         (gst_matroska_demux_push_xiph_codec_priv_data),
13498         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13499         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13500         * gst/matroska/matroska-ids.h:
13501           Add basic FLAC support (#311586), not perfect yet though, needs some
13502           tweaking in flacdec; also, seeking could be better.
13503           Do better bounds checking when deserialising vorbis stream headers
13504           to make sure we don't read beyond the end of the buffer on bad input.
13505
13506 2006-09-04  Wim Taymans  <wim@fluendo.com>
13507
13508         Patch by: Alessandro Decina <alessandro at nnva dot org>
13509
13510         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13511         Seeking back in a file containing a CMML stream errors out if the seek
13512         goes back up to the CMML headers. This is because after the seek the xml
13513         processing instruction <?xml ...?> is submitted to the xml parser again, 
13514         which results in an error. The attached patch fixes the problem. 
13515         Fixes #353908.
13516
13517         * ext/annodex/gstcmmlenc.h:
13518         Fix authors name.
13519
13520
13521 2006-08-28  Andy Wingo  <wingo@pobox.com>
13522
13523         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13524         New helper function to lessen the ifdefs.
13525         (GST_INFO_OBJECT): 
13526         (gst_dv1394src_iso_receive): Use it.
13527         (gst_dv1394src_create): Also use the control sockets in iec61883
13528         mode.
13529         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13530         handle for AVC operations; fixes #348233.
13531
13532 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13533
13534         * configure.ac:
13535         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13536         * docs/plugins/inspect/plugin-audiofx.xml:
13537         * docs/plugins/inspect/plugin-audiofxgood.xml:
13538         * gst/audiofx/Makefile.am:
13539         * gst/audiofx/audiofx.c:
13540         * gst/audiofxgood/.cvsignore:
13541         * gst/audiofxgood/Makefile.am:
13542         * gst/audiofxgood/audiofx.c:
13543         * gst/audiofxgood/audiopanorama.c:
13544         * gst/audiofxgood/audiopanorama.h:
13545           Rename again (audiofxgood -> audiofx).
13546
13547 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13548
13549         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13550         (gst_avi_demux_stream_scan):
13551           Initialze variables.
13552
13553 2006-08-25  Wim Taymans  <wim@fluendo.com>
13554
13555         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13556         (gst_avi_demux_init), (gst_avi_demux_finalize),
13557         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13558         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13559         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13560         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13561         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13562         (gst_avi_demux_massage_index),
13563         (gst_avi_demux_calculate_durations_from_index),
13564         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13565         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13566         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13567         (gst_avi_demux_change_state):
13568         * gst/avi/gstavidemux.h:
13569         More attempts to turn this into readable code.
13570         Don't leak adapters.
13571         Calculate duration according to index more efficiently.
13572         Don't try to act like we drive the pipeline in chain mode.
13573
13574 2006-08-25  Wim Taymans  <wim@fluendo.com>
13575
13576         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13577         Fix build.
13578
13579 2006-08-25  Wim Taymans  <wim@fluendo.com>
13580
13581         Patch by: Alessandro Decina <alessandro at nnva dot org>
13582
13583         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13584         Do some extra sanity checks.
13585         Fixes #350340.
13586
13587         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13588         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13589         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13590         Check if clip->start_time is valid before adding the clip to the
13591         track list.
13592         Reset enc->preamble going from PAUSED to READY.
13593         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13594         only used for EOS.
13595         Only post an error message if we were the one that created the fatal
13596         GstFlowReturn value.
13597
13598         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13599         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13600         Parse the seconds field of the npt-sec time format using %llu rather than
13601         %d and check that the value scaled by GST_SECOND doesn't overflow.
13602         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13603         Lookup a clip's track with clip->track rather than clip->id which
13604         makes no sense.
13605         Identify a clip by its track and start time and not its xml id.
13606         do some more input checking and make sure we don't do undefined shifts.
13607
13608         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13609         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13610         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13611         (push_clip), (push_empty_clip), (check_output_clip),
13612         (GST_START_TEST), (cmmldec_suite):
13613         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13614         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13615         (check_headers), (push_clip), (check_clip_times), (check_clip),
13616         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13617         Added some more checks.
13618
13619 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13620
13621         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13622         (gst_audio_panorama_set_property),
13623         (gst_audio_panorama_get_property),
13624         (gst_audio_panorama_transform_m2s_int),
13625         (gst_audio_panorama_transform_s2s_int),
13626         (gst_audio_panorama_transform_m2s_float),
13627         (gst_audio_panorama_transform_s2s_float):
13628         * gst/audiofxgood/audiopanorama.h:
13629         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13630           Make also the pan-property float (saves scaling and yields better
13631           resolution)
13632
13633 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13634
13635         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13636         (gst_audio_panorama_transform_m2s_float),
13637         (gst_audio_panorama_transform_s2s_float):
13638           ChangeLog surgery to add cymax's real name
13639
13640
13641 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13642
13643         Patch by: René Stadler <mail@renestadler.de>
13644
13645         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13646         (gst_audio_panorama_transform_m2s_int),
13647         (gst_audio_panorama_transform_s2s_int),
13648         (gst_audio_panorama_transform_m2s_float),
13649         (gst_audio_panorama_transform_s2s_float),
13650         (gst_audio_panorama_transform):
13651         * gst/audiofxgood/audiopanorama.h:
13652           Added float support
13653
13654 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13655
13656         * gst/audiofxgood/audiopanorama.c:
13657         (gst_audio_panorama_transform_m2s):
13658           Fix docs & debug category. Add Fixme for volume pan levels.
13659
13660 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13661
13662         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13663         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13664         (gst_avi_demux_stream_header_pull),
13665         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13666         (gst_avi_demux_chain):
13667           unbreak AVI index handling, some more debug, remove an obsolete
13668           adapter_flush that caused streaming to wander off in the wild
13669
13670 2006-08-24  Wim Taymans  <wim@fluendo.com>
13671
13672         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13673         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13674         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13675         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13676         (gst_avi_demux_calculate_durations_from_index),
13677         (gst_avi_demux_stream_header_push),
13678         (gst_avi_demux_stream_header_pull):
13679         * gst/avi/gstavidemux.h:
13680         Some more cleanups. 
13681         Fix totalFrames parsing in ODML.
13682         Disable use of index for length calculation in case of ODML as this is
13683         broken now.
13684
13685 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13686
13687         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13688           Use libgsttag helper function here too.
13689
13690 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13691
13692         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13693         (gst_avi_demux_init), (gst_avi_demux_dispose),
13694         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13695         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13696         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13697         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13698         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13699         (gst_avi_demux_parse_subindex),
13700         (gst_avi_demux_read_subindexes_push),
13701         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13702         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13703         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13704         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13705         (gst_avi_demux_stream_header_pull),
13706         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13707         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13708         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13709         (gst_avi_demux_change_state):
13710         * gst/avi/gstavidemux.h:
13711           Initial streaming support for avidemux (fixes #336465)
13712
13713 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13714
13715         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13716           There is no taglibmux element ...
13717
13718         * gst/rtsp/gstrtspsrc.c:
13719           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
13720           was complaining about unknown entity here.
13721
13722 2006-08-22  Wim Taymans  <wim@fluendo.com>
13723
13724         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13725         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
13726         (gst_avi_demux_process_next_entry):
13727         * gst/avi/gstavidemux.h:
13728         Mark DISCONT.
13729         Remove old unused fields and reorder the struct a bit.
13730
13731 2006-08-22  Wim Taymans  <wim@fluendo.com>
13732
13733         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13734         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
13735         (gst_rtspsrc_pause):
13736         * gst/rtsp/gstrtspsrc.h:
13737         * sys/oss/gstosssink.c: (gst_oss_sink_open),
13738         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13739         Small documentation updates.
13740
13741 2006-08-22  Wim Taymans  <wim@fluendo.com>
13742
13743         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13744         (gst_avi_demux_index_entry_for_time),
13745         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13746         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
13747         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13748         (gst_avi_demux_next_data_buffer),
13749         (gst_avi_demux_calculate_durations_from_index),
13750         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
13751         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13752         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13753         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
13754         * gst/avi/gstavidemux.h:
13755         Precalc most of the duration query for each stream.
13756         Make seeking more correct.
13757         Use GstSegment to track position and duration.
13758         Code cleanups and leak fixes.
13759         Calculate correct total duration based on index length.
13760
13761 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
13762
13763         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13764         (parse_insert_string_field):
13765           If strings in text fields are marked ISO8859-1, but contain
13766           valid UTF-8 already, then handle them as UTF-8 and ignore
13767           the encoding. (#351794)
13768
13769 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13770
13771         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
13772         (gst_flac_dec_write), (gst_flac_dec_loop),
13773         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
13774         (gst_flac_dec_src_query):
13775         * ext/flac/gstflacdec.h:
13776           Make flac-in-ogg work (#352100).
13777
13778 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13779
13780         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13781           Don't unref buffers of which we've already given away
13782           ownership to the adapter.
13783
13784 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13785
13786         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
13787           Make metadata extraction actually work.
13788
13789         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
13790         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
13791         (gst_speexenc_chain):
13792           Fix metadata writing: replace old code which wrote completely
13793           broken tags with libgsttag-based code. Plus miscellaneous
13794           code cleanups (use static pad templates etc.) and a bunch
13795           of leak fixes.
13796
13797 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13798
13799         * gst/audiopanorama/.cvsignore:
13800         * gst/audiopanorama/Makefile.am:
13801         * gst/audiopanorama/audiofx.c:
13802         * gst/audiopanorama/audiopanorama.c:
13803         * gst/audiopanorama/audiopanorama.h:
13804           die! die! die! you should never have been there
13805
13806 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13807
13808         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13809         Fix invalid memory access in audiopanorama test suite.
13810
13811 2006-08-21  Edward Hervey  <edward@fluendo.com>
13812
13813         * tests/check/elements/.cvsignore:
13814         ignore built file
13815
13816 2006-08-21  Wim Taymans  <wim@fluendo.com>
13817
13818         * gst/rtp/Makefile.am:
13819         Fix the build again.
13820
13821 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13822
13823         * gst/audiofxgood/.cvsignore:
13824         * gst/audiofxgood/Makefile.am:
13825         * gst/audiofxgood/audiofx.c: (plugin_init):
13826         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13827         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13828         (gst_audio_panorama_set_property),
13829         (gst_audio_panorama_get_property),
13830         (gst_audio_panorama_get_unit_size),
13831         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13832         (gst_audio_panorama_transform_m2s),
13833         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13834         * gst/audiofxgood/audiopanorama.h:
13835           resubmit with the desired name *again*
13836
13837 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13838
13839         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
13840         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
13841           use g_assert in _get_unit_size
13842
13843 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13844
13845         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13846         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13847         * docs/plugins/inspect/plugin-audiofxgood.xml:
13848           cleanup -unused.txt to make it useful, add previously missing docs
13849
13850         * ext/Makefile.am:
13851           Quietly (accidentally) enable LADSPA for building by default, 
13852           despite the fact that it doesn't meet the plugin checklist.
13853             -- Added by Jan Schmidt 18 Dec 2006
13854
13855         * ext/esd/esdmon.c:
13856         * ext/esd/esdsink.c:
13857         * ext/esd/gstesd.c: (plugin_init):
13858           reflow to get rid of two external symbols
13859
13860         * gst/audiofxgood/audiofx.c: (plugin_init):
13861           re-add
13862
13863 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13864
13865         * configure.ac:
13866         * gst/audiofxgood/.cvsignore:
13867         * gst/audiofxgood/Makefile.am:
13868         * gst/audiofxgood/audiofx.c
13869         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13870         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13871         (gst_audio_panorama_set_property),
13872         (gst_audio_panorama_get_property),
13873         (gst_audio_panorama_get_unit_size),
13874         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13875         (gst_audio_panorama_transform_m2s),
13876         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13877         * gst/audiofxgood/audiopanorama.h:
13878         * tests/check/Makefile.am:
13879         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13880         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13881         (panorama_suite), (main):
13882         Add audiofxgood plugin with audiopanorama element
13883
13884 2006-08-18  Wim Taymans  <wim@fluendo.com>
13885
13886         * docs/plugins/Makefile.am:
13887         More Oss docs fixage. 
13888
13889 2006-08-18  Wim Taymans  <wim@fluendo.com>
13890
13891         * gst/rtp/Makefile.am:
13892         * gst/rtp/gstrtp.c: (plugin_init):
13893         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13894         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13895         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13896         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13897         (gst_rtp_sv3v_depay_get_property),
13898         (gst_rtp_sv3v_depay_change_state),
13899         (gst_rtp_sv3v_depay_plugin_init):
13900         * gst/rtp/gstrtpsv3vdepay.h:
13901         Added experimental SVQ3 depayloader.
13902
13903 2006-08-18  Edward Hervey  <edward@fluendo.com>
13904
13905         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13906         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13907         * ext/dv/gstdvdemux.h:
13908         When handling seek requests, don't send the newsegment event from the
13909         calling thread. Instead save it so it can be sent from the streaming
13910         thread.
13911
13912 2006-08-17  Wim Taymans  <wim@fluendo.com>
13913
13914         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13915
13916         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13917         Accept leading whitespace before the boundary
13918         This patch makes the demuxer allow some whitespace before the actual
13919         boundary. This makes the demuxer work with the ``old'' gstreamer
13920         multipartmuxer again (which placed an extra \n before the start
13921         of the stream) Fixes #349068.
13922
13923 2006-08-17  Wim Taymans  <wim@fluendo.com>
13924
13925         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13926         Error out on non-implemented stuff.
13927
13928 2006-08-16  Wim Taymans  <wim@fluendo.com>
13929
13930         Patch by: Andy Wingo <wingo at pobox dot com>
13931
13932         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13933         (gst_signal_processor_start), (gst_signal_processor_stop),
13934         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13935         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13936         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13937         (gst_signal_processor_change_state):
13938         Make ladspa elements reusable. Fixes #350006.
13939
13940 2006-08-16  Wim Taymans  <wim@fluendo.com>
13941
13942         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13943         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13944         names as possible. Fixes #349901.
13945
13946 2006-08-16  Wim Taymans  <wim@fluendo.com>
13947
13948         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13949         (gst_signal_processor_do_pushes):
13950         A push() gives away our refcount so we should not use the buffer on the
13951         pen anymore.
13952
13953 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13954
13955         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13956         (gst_oss_mixer_element_finalize):
13957           Don't leak device string.
13958
13959 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13960
13961         * configure.ac:
13962           Require CVS of GStreamer core and -base (for
13963           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13964
13965         * ext/taglib/gstid3v2mux.cc:
13966           Write extended comment tags properly (#348762).
13967
13968         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13969         (parse_comment_frame):
13970           Extract COMM frames into extended comments, which makes it
13971           easier to properly retain the description bit of the tag
13972           and maintain this information when re-tagging (#348762).
13973
13974 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13975
13976         * tests/check/Makefile.am:
13977           Don't try to run annodex unit tests if the annodex
13978           plugin has not been built (Fixes #351116).
13979
13980 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13981
13982         * gst/autodetect/gstautoaudiosink.c:
13983         (gst_auto_audio_sink_find_best):
13984           When we can't find a usable audiosink, don't error out,
13985           but use a fake sink instead and post a warning message
13986           on the bus (#341278).
13987
13988 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13989
13990         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13991         * sys/oss/gstosssink.c:
13992         * sys/oss/gstosssrc.c:
13993           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
13994           ossmixer's new device property.
13995
13996         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13997         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13998           Add docs for OSS elements.
13999
14000         * docs/plugins/inspect/plugin-aasink.xml:
14001         * docs/plugins/inspect/plugin-alaw.xml:
14002         * docs/plugins/inspect/plugin-alpha.xml:
14003         * docs/plugins/inspect/plugin-alphacolor.xml:
14004         * docs/plugins/inspect/plugin-annodex.xml:
14005         * docs/plugins/inspect/plugin-apetag.xml:
14006         * docs/plugins/inspect/plugin-auparse.xml:
14007         * docs/plugins/inspect/plugin-autodetect.xml:
14008         * docs/plugins/inspect/plugin-avi.xml:
14009         * docs/plugins/inspect/plugin-cacasink.xml:
14010         * docs/plugins/inspect/plugin-cairo.xml:
14011         * docs/plugins/inspect/plugin-cdio.xml:
14012         * docs/plugins/inspect/plugin-cutter.xml:
14013         * docs/plugins/inspect/plugin-debug.xml:
14014         * docs/plugins/inspect/plugin-dv.xml:
14015         * docs/plugins/inspect/plugin-efence.xml:
14016         * docs/plugins/inspect/plugin-effectv.xml:
14017         * docs/plugins/inspect/plugin-esdsink.xml:
14018         * docs/plugins/inspect/plugin-flac.xml:
14019         * docs/plugins/inspect/plugin-flxdec.xml:
14020         * docs/plugins/inspect/plugin-gconfelements.xml:
14021         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14022         * docs/plugins/inspect/plugin-goom.xml:
14023         * docs/plugins/inspect/plugin-halelements.xml:
14024         * docs/plugins/inspect/plugin-icydemux.xml:
14025         * docs/plugins/inspect/plugin-id3demux.xml:
14026         * docs/plugins/inspect/plugin-jpeg.xml:
14027         * docs/plugins/inspect/plugin-level.xml:
14028         * docs/plugins/inspect/plugin-matroska.xml:
14029         * docs/plugins/inspect/plugin-mulaw.xml:
14030         * docs/plugins/inspect/plugin-multipart.xml:
14031         * docs/plugins/inspect/plugin-navigationtest.xml:
14032         * docs/plugins/inspect/plugin-ossaudio.xml:
14033         * docs/plugins/inspect/plugin-png.xml:
14034         * docs/plugins/inspect/plugin-rtp.xml:
14035         * docs/plugins/inspect/plugin-rtsp.xml:
14036         * docs/plugins/inspect/plugin-shout2send.xml:
14037         * docs/plugins/inspect/plugin-smpte.xml:
14038         * docs/plugins/inspect/plugin-speex.xml:
14039         * docs/plugins/inspect/plugin-taglib.xml:
14040         * docs/plugins/inspect/plugin-udp.xml:
14041         * docs/plugins/inspect/plugin-videobalance.xml:
14042         * docs/plugins/inspect/plugin-videobox.xml:
14043         * docs/plugins/inspect/plugin-videoflip.xml:
14044         * docs/plugins/inspect/plugin-videomixer.xml:
14045         * docs/plugins/inspect/plugin-wavenc.xml:
14046         * docs/plugins/inspect/plugin-wavparse.xml:
14047         * docs/plugins/inspect/plugin-ximagesrc.xml:
14048           Update to CVS version.
14049           
14050 2006-08-16  Wim Taymans  <wim@fluendo.com>
14051
14052         * gst/rtp/gstrtpamrdepay.c:
14053         * gst/rtp/gstrtpmp4gdepay.c:
14054         Caps extra properties must be defined as strings for
14055         depayloaders because they are generated from an SDP.
14056
14057         * gst/rtp/Makefile.am:
14058         * gst/rtp/gstrtp.c: (plugin_init):
14059         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14060         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14061         (gst_rtp_h264_depay_finalize), (decode_base64),
14062         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14063         (gst_rtp_h264_depay_set_property),
14064         (gst_rtp_h264_depay_get_property),
14065         (gst_rtp_h264_depay_change_state),
14066         (gst_rtp_h264_depay_plugin_init):
14067         * gst/rtp/gstrtph264depay.h:
14068         Added basic, not completely functional RFC 3984 H264 depayloader.
14069
14070 2006-08-16  Wim Taymans  <wim@fluendo.com>
14071
14072         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14073         Add pads after setting them up.
14074
14075         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14076         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14077         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14078         (gst_rtspsrc_stream_setup_rtp),
14079         (gst_rtspsrc_stream_configure_transport),
14080         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14081         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14082         (gst_rtspsrc_pause):
14083         * gst/rtsp/gstrtspsrc.h:
14084         Fix interleaved mode.
14085          - Protect streaming with lock.
14086          - Combine flows
14087          - set caps on outgoing buffers.
14088          - strip trailing \0 from data packets.
14089          - Configure RTP/RTCP in stream.
14090         Use DEBUG_OBJECT more.
14091
14092 2006-08-16  Wim Taymans  <wim@fluendo.com>
14093
14094         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14095         Turn a g_print into a DEBUG line.
14096
14097 2006-08-13  Wim Taymans  <wim@fluendo.com>
14098
14099         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14100         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14101         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14102         (gst_oss_mixer_element_get_property),
14103         (gst_oss_mixer_element_change_state):
14104         * sys/oss/gstossmixerelement.h:
14105         Small cleanups. Better error reporting.
14106         Add device property for the mixer instead of the hardcoded
14107         /dev/mixer. Fixes #350785.
14108         API: GstOssMixerElement::device property
14109
14110 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14111
14112         Patch by: Jens Granseuer <jensgr at gmx net>
14113
14114         * gconf/Makefile.am:
14115           Make --disable-schemas work right (they still need
14116           to be copied to the installation directory, just not
14117           applied). Fixes #351347 (also #344100).
14118           
14119 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14120
14121         * configure.ac: back to HEAD
14122
14123 === release 0.10.4 ===
14124
14125 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14126
14127         * configure.ac:
14128           releasing 0.10.4, "Dear Leader"
14129
14130 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14131
14132         Patch by: Edward Hervey <edward@fluendo.com>
14133
14134         * configure.ac:
14135         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14136         (gst_wavparse_stream_data):
14137         Send the newsegment event in the streaming thread.
14138         Fixes #347529
14139
14140 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14141
14142         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14143         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14144         (gst_smokeenc_resync), (gst_smokeenc_chain):
14145           Refuse sink caps in the encoder if width or height is not a
14146           multiple of 16, the encoder does not support that yet (#349939);
14147           along the same lines, check the return value of the encoder
14148           setup function; also remove some debug log clutter.
14149
14150 2006-08-04  Andy Wingo  <wingo@pobox.com>
14151
14152         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14153         whether a processor can work in place or not, and for keeping
14154         track of its state. Change the FlowReturn instance variable from
14155         "state" to "flow_state", all callers changed.
14156
14157         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14158         (gst_signal_processor_start, gst_signal_processor_stop)
14159         (gst_signal_processor_cleanup): New functions to manage the
14160         processor's state.
14161         (gst_signal_processor_setcaps): start() as well as setup() here.
14162         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14163         (gst_signal_processor_change_state): Stop and cleanup the
14164         processor as we go to NULL.
14165
14166         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14167         INPLACE_BROKEN is not set.
14168
14169         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14170         Do the alloc_buffer in bytes, not frames.
14171         
14172 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14173
14174         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14175         Fix rgb masks when recording in < 24bpp.
14176
14177 2006-08-04  Andy Wingo  <wingo@pobox.com>
14178
14179         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14180         (gst_signal_processor_prepare)
14181         (gst_signal_processor_update_inputs)
14182         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14183         (gst_signal_processor_flush)
14184         (gst_signal_processor_sink_activate_push)
14185         (gst_signal_processor_src_activate_pull)
14186         (gst_signal_processor_change_state): Remove the last of the code
14187         that assumes that we process whole buffers at a time. Fix some
14188         debugging. Seems to work now in some cases.
14189         (gst_signal_processor_src_activate_pull): BPB
14190
14191 2006-08-01  Andy Wingo  <wingo@pobox.com>
14192
14193         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14194         Fix nframes-choosing.
14195         (gst_signal_processor_init): Init pending_in and pending_out.
14196
14197         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14198         more default sample rate, although we never check that the sample
14199         rate actually gets set. Something for the future.
14200         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14201         (gst_signal_processor_event): Refcount fixen.
14202         (gst_signal_processor_process): Pull the number of frames to
14203         process from the sizes of the buffers in the input pens.
14204         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14205         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14206         it instead of buffer_frames.
14207         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14208         to do_pulls.
14209         (gst_signal_processor_chain)
14210         (gst_signal_processor_sink_activate_push)
14211         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14212
14213         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14214
14215 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14216
14217         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14218         (gst_signal_processor_process):
14219           don't query buffer-frames from caps, add lots of debug-log,
14220           try fix for assert (#349189)
14221
14222 2006-07-31  Wim Taymans  <wim@fluendo.com>
14223
14224         * gst/udp/gstudpsrc.c:
14225         Fix docs.
14226
14227 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14228
14229         * ext/ladspa/gstsignalprocessor.c:
14230         (gst_signal_processor_add_pad_from_template),
14231         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14232         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14233         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14234         (gst_signal_processor_sink_activate_push),
14235         (gst_signal_processor_src_activate_pull),
14236         (gst_signal_processor_change_state):
14237          Add debugs logs here and there, add more error handling, add some
14238          FIXME comments, filed #349189
14239
14240 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14241
14242         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14243         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14244         Set caps on buffer correctly.  Fixes bug #349155.
14245
14246 2006-07-28  Wim Taymans  <wim@fluendo.com>
14247
14248         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14249
14250         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14251         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14252         (gst_multipart_demux_finalize), (get_line_end),
14253         (multipart_parse_header), (multipart_find_boundary),
14254         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14255         (gst_multipart_set_property), (gst_multipart_get_property):
14256         Uses GstAdapter instead of own buffering.
14257         Actually parses the mime-type correctly (In tests the mime-type was
14258         always "" with the old version).
14259         Uses the Content-length header if available to speed up things.
14260         Reliably autoscans the boundary name by default.
14261         Fixes #349068.
14262
14263         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14264         Don't start the stream with a \n.
14265
14266 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14267
14268         Patch by: Brian Cameron <brian dot cameron at sun com>
14269
14270         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14271           Open source with O_NONBLOCK (#349015).
14272
14273 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14274
14275         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14276         (gst_avi_demux_massage_index):
14277         * gst/avi/gstavidemux.h:
14278           Whitespace fixes and more debug
14279
14280 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14281
14282         * gst/autodetect/gstautoaudiosink.c:
14283         (gst_auto_audio_sink_create_element_with_pretty_name),
14284         (gst_auto_audio_sink_find_best),
14285         (gst_auto_audio_sink_change_state):
14286           Get rid of old and unused magic sound-server properties stuff.
14287           Add suffix to child sink's name that makes it easy to see from
14288           the name alone which type it actually is (alsa, oss, esd, etc.).
14289
14290 2006-07-27  Wim Taymans  <wim@fluendo.com>
14291
14292         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14293         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14294         (gst_udpsrc_start):
14295         * gst/udp/gstudpsrc.h:
14296         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14297         not some sort of feature we enable.
14298
14299 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14300
14301         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14302           Use CLOSE_SOCKET() here instead of close() to maintain
14303           win32 workiness.
14304
14305 2006-07-27  Wim Taymans  <wim@fluendo.com>
14306
14307         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14308
14309         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14310         (gst_udpsrc_create), (gst_udpsrc_set_property),
14311         (gst_udpsrc_get_property), (gst_udpsrc_start):
14312         * gst/udp/gstudpsrc.h:
14313         Added "buffer-size" property to control the kernel receive buffer size.
14314         Update documentation.
14315         Small cleanups. Fixes #348752.
14316         API: buffer-size property
14317
14318 2006-07-26  Wim Taymans  <wim@fluendo.com>
14319
14320         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14321
14322         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14323         (gst_rtp_pcma_pay_handle_buffer):
14324         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14325         (gst_rtp_pcmu_pay_handle_buffer):
14326         Fix timestamp calculation on outgoing RTP packets.
14327         Fixes #348675.
14328
14329 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14330
14331         * ext/taglib/gstid3v2mux.cc:
14332           Fix writing of comment frames (should be COMM not TCOM),
14333           is still sub-optimal though, since we don't retain or
14334           extract the comment descriptions properly (#334375,
14335           also see #334375).
14336
14337 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14338
14339         * gst/wavparse/gstwavparse.c:
14340           #define 'fact' RIFF chunk if we are not compiling against
14341           -base CVS (we don't want to depend on -base CVS for this
14342           one define only, and also not for release order reasons).
14343
14344 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14345
14346         * ext/taglib/gstid3v2mux.cc:
14347           Handle multiple tags of the same type properly. Re-inject
14348           unparsed ID3v2 frames that we get as binary blobs from
14349           id3demux into the tag again so we don't lose information
14350           when retagging (#334375).
14351
14352 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14353
14354         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14355           Document newly-added properties properly, so that there is a
14356           'Since: 0.10.4' in the plugin docs. Convert some property
14357           names into canonical GObject style (GObject will do that
14358           internally anyway).
14359
14360 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14361
14362         * gst/id3demux/id3tags.c:
14363         (id3demux_add_id3v2_frame_blob_to_taglist):
14364           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14365           well, and add the version to the blob's buffer caps, since that
14366           information will be needed for deserialisation later on (#348644).
14367
14368 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14369
14370         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14371         (gst_avi_demux_parse_stream):
14372          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14373          indentation and spacing.
14374
14375 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14376
14377         * docs/plugins/Makefile.am:
14378         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14379         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14380         * docs/plugins/gst-plugins-good-plugins.args:
14381         * docs/plugins/inspect/plugin-1394.xml:
14382         * docs/plugins/inspect/plugin-aasink.xml:
14383         * docs/plugins/inspect/plugin-alaw.xml:
14384         * docs/plugins/inspect/plugin-alpha.xml:
14385         * docs/plugins/inspect/plugin-alphacolor.xml:
14386         * docs/plugins/inspect/plugin-annodex.xml:
14387         * docs/plugins/inspect/plugin-apetag.xml:
14388         * docs/plugins/inspect/plugin-auparse.xml:
14389         * docs/plugins/inspect/plugin-autodetect.xml:
14390         * docs/plugins/inspect/plugin-avi.xml:
14391         * docs/plugins/inspect/plugin-cacasink.xml:
14392         * docs/plugins/inspect/plugin-cairo.xml:
14393         * docs/plugins/inspect/plugin-cdio.xml:
14394         * docs/plugins/inspect/plugin-cutter.xml:
14395         * docs/plugins/inspect/plugin-debug.xml:
14396         * docs/plugins/inspect/plugin-dv.xml:
14397         * docs/plugins/inspect/plugin-efence.xml:
14398         * docs/plugins/inspect/plugin-effectv.xml:
14399         * docs/plugins/inspect/plugin-esdsink.xml:
14400         * docs/plugins/inspect/plugin-flac.xml:
14401         * docs/plugins/inspect/plugin-flxdec.xml:
14402         * docs/plugins/inspect/plugin-gconfelements.xml:
14403         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14404         * docs/plugins/inspect/plugin-goom.xml:
14405         * docs/plugins/inspect/plugin-halelements.xml:
14406         * docs/plugins/inspect/plugin-icydemux.xml:
14407         * docs/plugins/inspect/plugin-id3demux.xml:
14408         * docs/plugins/inspect/plugin-jpeg.xml:
14409         * docs/plugins/inspect/plugin-level.xml:
14410         * docs/plugins/inspect/plugin-matroska.xml:
14411         * docs/plugins/inspect/plugin-mulaw.xml:
14412         * docs/plugins/inspect/plugin-multipart.xml:
14413         * docs/plugins/inspect/plugin-navigationtest.xml:
14414         * docs/plugins/inspect/plugin-ossaudio.xml:
14415         * docs/plugins/inspect/plugin-png.xml:
14416         * docs/plugins/inspect/plugin-rtp.xml:
14417         * docs/plugins/inspect/plugin-rtsp.xml:
14418         * docs/plugins/inspect/plugin-shout2send.xml:
14419         * docs/plugins/inspect/plugin-smpte.xml:
14420         * docs/plugins/inspect/plugin-speex.xml:
14421         * docs/plugins/inspect/plugin-udp.xml:
14422         * docs/plugins/inspect/plugin-videobalance.xml:
14423         * docs/plugins/inspect/plugin-videobox.xml:
14424         * docs/plugins/inspect/plugin-videoflip.xml:
14425         * docs/plugins/inspect/plugin-videomixer.xml:
14426         * docs/plugins/inspect/plugin-wavenc.xml:
14427         * docs/plugins/inspect/plugin-wavparse.xml:
14428         * docs/plugins/inspect/plugin-ximagesrc.xml:
14429           Update files to CVS/Prerelease version, add esdsink docs.
14430
14431         * ext/esd/esdsink.c:
14432           Add gtk-doc blurb.
14433
14434         * gst/rtp/gstrtpmp4vpay.c:
14435           Fix typo in element description.
14436
14437 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14438
14439         * ext/esd/esdsink.c: (gst_esdsink_open),
14440         (gst_esdsink_factory_init):
14441           Prevent libesd from auto-spawning a sound daemon if it
14442           is not already running. Now that we don't do evil stuff
14443           like that any longer we can give esdsink a rank so that
14444           autoaudiosink will try it as well if all other audio
14445           sinks fail (#343051).
14446
14447 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14448
14449         * ext/esd/Makefile.am:
14450           Oops, need to remove README from EXTRA_DIST as well.
14451
14452 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14453
14454         * ext/esd/README:
14455           Remove, it contains nothing useful anyway.
14456
14457         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14458         (gst_esdsink_delay):
14459           Some small clean-ups; use GST_BOILERPLATE etc.
14460
14461 2006-07-24  Wim Taymans  <wim@fluendo.com>
14462
14463         * gst/law/alaw-decode.c: (alawdec_getcaps):
14464         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14465         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14466         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14467         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14468
14469 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14470
14471         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14472         (gst_wavparse_other), (gst_wavparse_perform_seek),
14473         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14474         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14475         (gst_wavparse_pad_query):
14476         * gst/wavparse/gstwavparse.h:
14477           Use information from 'fact' chunk for length calculation of compressed
14478           samples. Calculate bps if bogus value is found in wav header (embeded
14479           mp2/mp3).
14480           
14481
14482 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14483
14484         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14485
14486         * configure.ac:
14487         * gst/udp/Makefile.am:
14488         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14489         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14490         * gst/udp/gstdynudpsink.h:
14491         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14492         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14493         * gst/udp/gstmultiudpsink.h:
14494         * gst/udp/gstudp.c: (plugin_init):
14495         * gst/udp/gstudpsink.h:
14496         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14497         (gst_udpsrc_start), (gst_udpsrc_stop):
14498         * gst/udp/gstudpsrc.h:
14499         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14500         (gst_udp_net_utils_win32_wsa_startup):
14501         * gst/udp/gstudpnetutils.h:
14502           Port udp plugin to win32 (#345288).
14503
14504 2006-07-24  Wim Taymans  <wim@fluendo.com>
14505
14506         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14507         Remove unwanted DEBUG line.
14508
14509 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14510
14511         * gst/id3demux/gstid3demux.c: (plugin_init):
14512         * gst/id3demux/id3tags.c:
14513         (id3demux_add_id3v2_frame_blob_to_taglist):
14514         * gst/id3demux/id3tags.h:
14515           On second thought, it might be wiser and more efficient
14516           not to do tag registration from a streaming thread.
14517
14518 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14519
14520         * gst/id3demux/id3tags.c:
14521         (id3demux_add_id3v2_frame_blob_to_taglist),
14522         (id3demux_id3v2_frames_to_tag_list):
14523           Put ID3v2 frames we can't parse as binary blobs into private
14524           tags, so that they are not lost when retagging, at least once
14525           id3v2mux has been taught to re-inject those frames again.
14526           See bug #334375.
14527
14528 2006-07-21  Wim Taymans  <wim@fluendo.com>
14529
14530         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14531         (gst_avi_demux_process_next_entry):
14532         Fix some leaks.
14533
14534         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14535         Don't use \n in debug lines.
14536
14537 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14538
14539         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14540         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14541           Add annodex and icydemux, cleanup the sections a bit
14542
14543 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14544
14545         Patch by: Alex Lancaster <alexl at users sourceforge net>
14546
14547         * ext/taglib/gstid3v2mux.cc:
14548           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14549           ID3v2 TSSE frames (#347898).
14550
14551 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14552
14553         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14554           Respect mpegversion for "video/mpeg" and give message in case of
14555           unhandled versions.
14556
14557 2006-07-17  Wim Taymans  <wim@fluendo.com>
14558
14559         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14560         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14561         (gst_pngdec_chain), (gst_pngdec_sink_event),
14562         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14563         (gst_pngdec_sink_activate_push):
14564         * ext/libpng/gstpngdec.h:
14565         Use statically allocated segment instead of leaking.
14566         Various cleanups.
14567         Fix flush and seek handling.
14568
14569 2006-07-16  Wim Taymans  <wim@fluendo.com>
14570
14571         * gst/rtp/Makefile.am:
14572         * gst/rtp/gstrtp.c: (plugin_init):
14573         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14574         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14575         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14576         (gst_rtp_mp4g_depay_set_property),
14577         (gst_rtp_mp4g_depay_get_property),
14578         (gst_rtp_mp4g_depay_change_state),
14579         (gst_rtp_mp4g_depay_plugin_init):
14580         * gst/rtp/gstrtpmp4gdepay.h:
14581         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14582         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14583         (gst_rtp_mp4g_pay_flush):
14584         Added simple generic mpeg4 depayloader.
14585         Fix generic mpeg4 payloader.
14586
14587 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14588
14589         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14590           Don't try doing state changes on a NULL pointer.
14591
14592 2006-07-14  Wim Taymans  <wim@fluendo.com>
14593
14594         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14595
14596         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14597         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14598         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14599         * gst/rtp/gstrtpamrdepay.h:
14600         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14601         Fixes #321191
14602
14603 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14604
14605         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14606         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14607         Fix segfault when moving mouse pointer to the bottom right corner.
14608
14609 2006-07-12  Wim Taymans  <wim@fluendo.com>
14610
14611         * gst/rtp/Makefile.am:
14612         * gst/rtp/gstrtp.c: (plugin_init):
14613         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14614         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14615         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14616         (gst_rtp_mp2t_depay_set_property),
14617         (gst_rtp_mp2t_depay_get_property),
14618         (gst_rtp_mp2t_depay_change_state),
14619         (gst_rtp_mp2t_depay_plugin_init):
14620         * gst/rtp/gstrtpmp2tdepay.h:
14621         Added mpeg2 TS depayloader. Closing #347234.
14622
14623 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14624
14625         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14626           Remove g_assert that shouldn't be there and was triggered
14627           after trying to open a device that doesn't exist or can't
14628           be opened for some other reason (#347972).
14629
14630 2006-07-10  Edward Hervey  <edward@fluendo.com>
14631
14632         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14633         (gst_avi_demux_stream_header), (push_tag_lists):
14634         * gst/avi/gstavidemux.h:
14635         Don't push tag events found by gst_riff_parse_info() before outputting
14636         GST_EVENT_NEWSEGMENT.
14637
14638 2006-07-10  Wim Taymans  <wim@fluendo.com>
14639
14640         * gst/rtsp/Makefile.am:
14641         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14642         (rtsp_connection_close):
14643         * gst/rtsp/rtspdefs.h:
14644         replaced closesocket and close in code with one CLOSE_SOCKET. 
14645         Some more cleanups. Fixes #345301.
14646
14647 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14648
14649         * gst/autodetect/gstautoaudiosink.c:
14650           Fix example pipeline in docs.
14651
14652 2006-07-10  Wim Taymans  <wim@fluendo.com>
14653
14654         Patch by: Rob Taylor <robtaylor at floopily dot org>
14655
14656         * gst/udp/gstmultiudpsink.c: (join_multicast),
14657         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14658         If a destination is added before the stream is set to PAUSED, the
14659         multicast group is not joined as the socket is not created yet. 
14660         Also TTL and LOOP should also be set. Fixes #346921.
14661
14662 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14663
14664         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14665         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14666         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14667         (gst_ximage_src_init):
14668         * sys/ximage/gstximagesrc.h:
14669         Fix use-damage property to actually work :)
14670         Add startx, starty, endx, endy properties so screencasts other than full
14671         screen ones can work.
14672
14673 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14674
14675         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14676         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14677         (gst_ximage_src_class_init), (gst_ximage_src_init):
14678         * sys/ximage/gstximagesrc.h:
14679         Add use_damage property to offer ability to choose whether to use
14680         XDamage or not.
14681
14682 2006-07-07  Wim Taymans  <wim@fluendo.com>
14683
14684         * gst/goom/filters.c: (zoomFilterSetResolution):
14685         Avoid goom coredumping by clearing memory. 
14686         Fixes 345679.
14687
14688 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14689
14690         * win32/vs6/libgstid3demux.dsp:
14691         Add a link to libgsttag-0.10.lib.
14692
14693 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14694
14695         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14696         (gst_tag_demux_read_range):
14697         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14698         (gst_id3demux_read_range):
14699           Don't return FLOW_UNEXPECTED when a buffer is before
14700           the start of the stream (which might happen with
14701           large ID3v2 tags if the tag reading was done pullrange
14702           based and we then switched to push mode later on).
14703           Fixes regression introduced by commit from June 29th.
14704
14705 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14706
14707         * ext/taglib/gstid3v2mux.cc:
14708           Make UTF-8 the default encoding when writing string
14709           tags (before, our UTF-8 strings would automatically
14710           be converted to ISO-8859-1 by taglib and written as
14711           ISO-8859-1 fields if that was possible).
14712
14713         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14714         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14715         (test_taglib_id3mux_with_tags):
14716           Add test case that makes sure our UTF-8 strings have
14717           actually been written into the tag as UTF-8.
14718
14719 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14720
14721         * configure.ac:
14722           Let's try that again.
14723
14724 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14725
14726         * configure.ac:
14727           Disable monoscope plugin for now until it fulfills
14728           all the requirements.
14729
14730 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14731
14732         * configure.ac:
14733         * gst/monoscope/Makefile.am:
14734         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
14735         (gst_monoscope_class_init), (gst_monoscope_init),
14736         (gst_monoscope_finalize), (gst_monoscope_reset),
14737         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
14738         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
14739         (gst_monoscope_sink_event), (gst_monoscope_src_event),
14740         (gst_monoscope_change_state), (plugin_init):
14741         * gst/monoscope/gstmonoscope.h:
14742           Port monoscope visualisation to 0.10.
14743
14744 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14745
14746         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
14747         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14748           Return FLOW_UNEXPECTED when at the end of the file, not
14749           FLOW_ERROR. Fixes 'internal stream error' errors that
14750           would sometimes occur in totem when scrubbing to the
14751           end of an ID3v1 tagged mp3 file.
14752
14753 2006-07-03  Edward Hervey  <edward@fluendo.com>
14754
14755         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
14756         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
14757         (gst_pngdec_sink_event), (gst_pngdec_change_state):
14758         * ext/libpng/gstpngdec.h:
14759         Implement buffer clipping/dropping using GstSegment.
14760         This provides accurate seeking.
14761
14762 2006-07-03  Edward Hervey  <edward@fluendo.com>
14763
14764         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14765         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14766         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14767         (gst_avi_demux_process_next_entry), (push_tag_lists),
14768         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14769         * gst/avi/gstavidemux.h:
14770         Proper aggregation of each stream's GstFlowReturn in order to figure out
14771         whether the task should stop or not.
14772         Don't send inline events before pushing out a NEW_SEGMENT, more
14773         specifically for GST_TAG_EVENT.
14774         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
14775         sub-indexes.
14776
14777 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14778
14779         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14780
14781         * sys/sunaudio/gstsunaudiomixerctrl.c:
14782         (gst_sunaudiomixer_ctrl_build_list):
14783           Move "Monitor" slider to input tab so it works more like
14784           sdtaudiocontrol, which is what people on Solaris are used
14785           to using for their mixer program (#346259).
14786
14787 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14788
14789         * tests/check/elements/level.c: (GST_START_TEST):
14790           fix a leak, clean up at the end
14791
14792 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14793
14794         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14795         (gst_matroska_demux_send_event),
14796         (gst_matroska_demux_loop_stream_parse_id):
14797         * gst/matroska/matroska-ids.h:
14798           Send tag event after newsegment event.
14799
14800 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14801
14802         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14803         (gst_id3demux_read_range):
14804           Make sure we don't return GST_FLOW_OK with a NULL buffer in
14805           certain cases where a read beyond the end of the file is
14806           requested. Fixes #345930.
14807
14808         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14809         (gst_tag_demux_read_range):
14810           Fix same issue here as well.
14811
14812 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14813
14814         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
14815         
14816         Fix hypothetical crash.
14817
14818 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
14819
14820         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14821
14822         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
14823           Do not modify the ports value. If the user has turned off the
14824           built-in speakers, then we should not reset it in the prepare
14825           function, since this causes the built-in speakers to turn
14826           back on anytime the user changes a track in totem, rhythmbox,
14827           etc. (#346066).
14828
14829 2006-06-23  Wim Taymans  <wim@fluendo.com>
14830
14831         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14832         Fix double caps unref when negotiation fails.
14833
14834 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14835
14836         * ext/annodex/gstcmmldec.c:
14837         * ext/annodex/gstcmmlenc.c:
14838         * ext/annodex/gstcmmlparser.c:
14839         * ext/dv/gstdvdec.c:
14840         * ext/dv/gstdvdemux.c:
14841         * ext/gdk_pixbuf/pixbufscale.c:
14842         * ext/jpeg/gstjpegenc.c:
14843         * ext/jpeg/gstsmokedec.c:
14844         * ext/jpeg/gstsmokeenc.c:
14845         * ext/libpng/gstpngdec.c:
14846         * ext/libpng/gstpngenc.c:
14847         * ext/speex/gstspeexenc.c:
14848         * gst/alpha/gstalphacolor.c:
14849         * gst/cutter/gstcutter.c:
14850         * gst/debug/gstnavigationtest.c:
14851         * gst/icydemux/gsticydemux.c:
14852         * gst/level/gstlevel.c:
14853         * gst/multipart/multipart.c:
14854         * gst/rtp/gstrtpamrpay.c:
14855         * gst/rtp/gstrtpdepay.c:
14856         * gst/rtp/gstrtpilbcpay.c:
14857         * gst/rtp/gstrtpmp4gpay.c:
14858         * gst/rtp/gstrtpmp4vpay.c:
14859         * gst/rtsp/gstrtpdec.c:
14860         * gst/rtsp/gstrtspsrc.c:
14861         * gst/udp/gstdynudpsink.c:
14862         * gst/udp/gstmultiudpsink.c:
14863         * gst/udp/gstudpsrc.c:
14864         * gst/videobox/gstvideobox.c:
14865         * gst/videofilter/gstvideoflip.c:
14866           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
14867           plus two minor macro fixes.
14868
14869 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14870
14871         * gst/matroska/matroska-demux.c:
14872         (gst_matroska_demux_check_subtitle_buffer),
14873         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14874         (gst_matroska_demux_subtitle_caps):
14875         * gst/matroska/matroska-ids.c:
14876         (gst_matroska_track_init_subtitle_context):
14877         * gst/matroska/matroska-ids.h:
14878           Try to fix up broken matroska files containing subtitle
14879           streams with non-UTF8 character encodings (courtesy of
14880           mkvmerge) using either the encoding specified in the
14881           GST_SUBTITLE_ENCODING environment variable or the
14882           current locale's character set if it is non-UTF8.
14883           Fixes #337076.
14884
14885 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14886
14887         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14888           Set image type from APIC frame as "image-type" field
14889           of GST_TAG_IMAGE buffer caps (#344605).
14890
14891 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14892
14893         * ext/flac/Makefile.am:
14894         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14895         (gst_flac_dec_reset_decoders),
14896         (gst_flac_dec_setup_seekable_decoder),
14897         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14898         (gst_flac_dec_metadata_callback),
14899         (gst_flac_dec_metadata_callback_seekable),
14900         (gst_flac_dec_metadata_callback_stream),
14901         (gst_flac_dec_error_callback),
14902         (gst_flac_dec_error_callback_seekable),
14903         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14904         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14905         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14906         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14907         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14908         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14909         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14910         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14911         (gst_flac_dec_sink_activate_push),
14912         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14913         * ext/flac/gstflacdec.h:
14914           Support chain-based operation, should make flac-over-DAAP
14915           work (#340492).
14916
14917 2006-06-20  Wim Taymans  <wim@fluendo.com>
14918
14919         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14920         Doc updates, merge some unused symbols.
14921
14922 2006-06-20  Wim Taymans  <wim@fluendo.com>
14923
14924         * docs/plugins/Makefile.am:
14925         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14926         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14927         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14928         * gst/rtsp/gstrtspsrc.c:
14929         * gst/rtsp/gstrtspsrc.h:
14930         Added documentation for the rtsp plugin. Fixes #345393.
14931
14932 2006-06-20  Wim Taymans  <wim@fluendo.com>
14933
14934         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14935         (rtsp_connection_close), (rtsp_connection_free):
14936         Use better G_OS_* macros. Fixes #345301 some more.
14937
14938 2006-06-20  Wim Taymans  <wim@fluendo.com>
14939
14940         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14941
14942         * sys/sunaudio/Makefile.am:
14943         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14944         * sys/sunaudio/gstsunaudiomixerctrl.c:
14945         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14946         (gst_sunaudiomixer_ctrl_list_tracks),
14947         (gst_sunaudiomixer_ctrl_get_volume),
14948         (gst_sunaudiomixer_ctrl_set_volume),
14949         (gst_sunaudiomixer_ctrl_set_mute),
14950         (gst_sunaudiomixer_ctrl_set_record):
14951         * sys/sunaudio/gstsunaudiomixerctrl.h:
14952         * sys/sunaudio/gstsunaudiomixertrack.c:
14953         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14954         * sys/sunaudio/gstsunaudiomixertrack.h:
14955         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14956         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14957         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14958         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14959         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14960         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14961         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14962         (gst_sunaudiosrc_reset):
14963         * sys/sunaudio/gstsunaudiosrc.h:
14964         Add a SunAudio source plugin.
14965         Support stereo and right/left channel gain in the mixer plugin.
14966         Support the RECORD flag so that you can switch between line-input and
14967         microphone in gnome-volume-control.
14968         Code cleanups like using an enumerator for track number instead of an 
14969         integer. Fixes #344923.
14970
14971 2006-06-20  Wim Taymans  <wim@fluendo.com>
14972
14973         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14974
14975         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14976         (rtsp_connection_close):
14977         Make RTSP plugin compile on windows. Fixes #345301.
14978         Some changes to original patch to catch errors better.
14979         use ifdef WIN32 instead of ifndef.
14980
14981 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14982
14983         * configure.ac:
14984         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14985
14986 2006-06-18  Edward Hervey  <edward@fluendo.com>
14987
14988         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14989         After a failed buffer alloc, we need to abort the jpeg decoding (it
14990         started when parsing headers to figure out how many bytes we need
14991         to request downstream).
14992
14993 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
14994
14995         Patch by: Mark Nauwelaerts  <manauw at skynet be>
14996
14997         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
14998           Make sure we don't read beyond the end of the file (#345232).
14999
15000 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15001
15002         * configure.ac:
15003           Fix --disable-external (can't set conditionals conditionally,
15004           #343602).
15005
15006 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15007
15008         * autogen.sh:
15009         * configure.ac:
15010         * docs/Makefile.am:
15011           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15012
15013         * docs/plugins/Makefile.am:
15014         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15015         * docs/plugins/inspect/plugin-taglib.xml:
15016           Add/fix apev2mux docs.
15017
15018 2006-06-14  Wim Taymans  <wim@fluendo.com>
15019
15020         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15021         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15022         (gst_dvdec_change_state):
15023         Reset segment info on flush.
15024         Alloc segment in _init, free in _finalize.
15025
15026         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15027         Don't send segments twice.
15028
15029 2006-06-14  Wim Taymans  <wim@fluendo.com>
15030
15031         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15032         Respect segment.stop. Fixes #342592.
15033
15034 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15035
15036         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15037           No language specified means the implied language is English
15038           according to the matroska spec (partially fixes #344708);
15039           add some more debug output.
15040
15041 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15042
15043         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15044         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15045         (gst_wavparse_chain):
15046           When operating chain-based, don't make any assumptions about the
15047           chunking of the incoming data and make streaming work on days other
15048           than the second Thursday after a full moon. Also fix up debug
15049           messages here and there and make use of the most excellent new
15050           gst_pad_query_peer_duration() utility function.
15051           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15052
15053         * gst/wavparse/gstwavparse.h:
15054           Remove trailing comma after last enum value, some compilers don't
15055           like that.
15056
15057 2006-06-13  Wim Taymans  <wim@fluendo.com>
15058
15059         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15060         Handle premature EOS gracefully.
15061
15062 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15063
15064         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15065           Prevent out of bounds array access when scrubbing towards
15066           the end of the file between the last index entry and the
15067           end. Fixes occasional 'start <= stop' newsegment event
15068           assertions when scrubbing in MJPEG files.
15069
15070 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15071
15072         * tests/check/elements/.cvsignore:
15073           And another one.
15074
15075 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15076
15077         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15078         (scan_encoded_string), (parse_picture_frame):
15079           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15080
15081         * configure.ac:
15082           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15083           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15084
15085 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15086
15087         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15088           gratuitous comment changes
15089         * tests/check/elements/level.c: (GST_START_TEST):
15090           fix level test leaks
15091
15092 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15093
15094         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15095         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15096           Use gst_pad_query_peer_duration() utility function here.
15097
15098 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15099
15100         * autogen.sh:
15101           require am17
15102         * configure.ac:
15103         * ext/annodex/Makefile.am:
15104         * ext/cdio/Makefile.am:
15105         * ext/dv/Makefile.am:
15106         * ext/esd/Makefile.am:
15107         * ext/flac/Makefile.am:
15108         * ext/gdk_pixbuf/Makefile.am:
15109         * ext/ladspa/Makefile.am:
15110         * ext/libcaca/Makefile.am:
15111         * ext/speex/Makefile.am:
15112         * ext/taglib/Makefile.am:
15113         * sys/oss/Makefile.am:
15114         * sys/sunaudio/Makefile.am:
15115         * sys/ximage/Makefile.am:
15116           clean up build further
15117
15118 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15119
15120         * gconf/Makefile.am:
15121           Honour --disable-schemas-install configure option. Fixes #344100.
15122
15123 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15124
15125         * tests/examples/level/Makefile.am:
15126           Add -lm to LIBS for pow() function, don't assume one of our
15127           dependencies (such as libxml-2.0) drags it in automatically
15128           (#343603).
15129
15130 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15131
15132         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15133
15134         * configure.ac:
15135           We should use $SED and not $(SED) in configure.ac (#343678).
15136
15137 2006-06-09  Wim Taymans  <wim@fluendo.com>
15138
15139         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15140
15141         * sys/sunaudio/gstsunaudiomixerctrl.c:
15142         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15143         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15144         (gst_sunaudiomixer_ctrl_set_mute):
15145         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15146         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15147         (gst_sunaudiosink_write):
15148         Attached find a patch that fixes a number of bugs with the SunAudio
15149         mixer plugin and fixes #344101:
15150         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15151            tracks onto the tracklist causing gnome-volume-control's preferences
15152            dialog to be messed up and would core dump if you checked/unchecked
15153            any item.
15154         2. We weren't previously setting the MUTE flag properly.  Fixing this
15155            makes gnome-volume-control work better.
15156         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15157            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15158            gnome-volume-control look better.
15159         Also some minor cleanup in gstsunaudiosink.c.
15160
15161 2006-06-09  Wim Taymans  <wim@fluendo.com>
15162
15163         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15164         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15165         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15166         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15167         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15168         * ext/jpeg/gstjpegdec.h:
15169         API: Added IDCT method property
15170         Small cleanups.
15171         Avoid dynamic allocation of trivial fixed structure.
15172         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15173
15174 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15175
15176         * configure.ac:
15177         We now require libraw1394 >= 1.1.0 and that version onwards all
15178         have .pc files.
15179
15180 2006-06-02  Edward Hervey  <edward@fluendo.com>
15181
15182         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15183         Trying to get items from an ANY or EMPTY caps is ... stupid.
15184
15185 2006-06-02  Edward Hervey  <edward@fluendo.com>
15186
15187         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15188         (gst_dvdec_chain), (gst_dvdec_change_state):
15189         * ext/dv/gstdvdec.h:
15190         Added GstSegment handling, now implements dropping/clipping.
15191
15192 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15193
15194         * ext/aalib/gstaasink.h:
15195         * ext/annodex/gstcmmldec.h:
15196         * ext/cairo/gsttimeoverlay.h:
15197         * ext/dv/gstdvdec.h:
15198         * ext/dv/gstdvdemux.h:
15199         * ext/esd/esdmon.h:
15200         * ext/esd/esdsink.h:
15201         * ext/flac/gstflacenc.h:
15202         * ext/gconf/gstgconfaudiosink.h:
15203         * ext/gconf/gstgconfaudiosrc.h:
15204         * ext/gconf/gstgconfvideosink.h:
15205         * ext/gconf/gstgconfvideosrc.h:
15206         * ext/gdk_pixbuf/gstgdkanimation.h:
15207         * ext/gdk_pixbuf/pixbufscale.h:
15208         * ext/hal/gsthalaudiosink.h:
15209         * ext/hal/gsthalaudiosrc.h:
15210         * ext/jpeg/gstjpegenc.h:
15211         * ext/jpeg/gstsmokedec.h:
15212         * ext/jpeg/gstsmokeenc.h:
15213         * ext/libcaca/gstcacasink.h:
15214         * ext/libmng/gstmngdec.h:
15215         * ext/libmng/gstmngenc.h:
15216         * ext/libpng/gstpngdec.h:
15217         * ext/libpng/gstpngenc.h:
15218         * ext/raw1394/gstdv1394src.h:
15219         * ext/speex/gstspeexenc.h:
15220         * gst/autodetect/gstautoaudiosink.h:
15221         * gst/autodetect/gstautovideosink.h:
15222         * gst/avi/gstavidemux.h:
15223         * gst/cutter/gstcutter.h:
15224         * gst/debug/efence.h:
15225         * gst/debug/gstnavigationtest.h:
15226         * gst/debug/gstnavseek.h:
15227         * gst/flx/gstflxdec.h:
15228         * gst/goom/gstgoom.h:
15229         * gst/icydemux/gsticydemux.h:
15230         * gst/id3demux/gstid3demux.h:
15231         * gst/law/alaw-decode.h:
15232         * gst/law/alaw-encode.h:
15233         * gst/law/mulaw-decode.h:
15234         * gst/law/mulaw-encode.h:
15235         * gst/matroska/matroska-mux.h:
15236         * gst/median/gstmedian.h:
15237         * gst/oldcore/gstaggregator.h:
15238         * gst/oldcore/gstfdsink.h:
15239         * gst/oldcore/gstmd5sink.h:
15240         * gst/oldcore/gstmultifilesrc.h:
15241         * gst/oldcore/gstpipefilter.h:
15242         * gst/oldcore/gstshaper.h:
15243         * gst/oldcore/gststatistics.h:
15244         * gst/rtp/gstasteriskh263.h:
15245         * gst/rtp/gstrtpL16depay.h:
15246         * gst/rtp/gstrtpL16pay.h:
15247         * gst/rtp/gstrtpamrdepay.h:
15248         * gst/rtp/gstrtpamrpay.h:
15249         * gst/rtp/gstrtpdepay.h:
15250         * gst/rtp/gstrtpgsmdepay.h:
15251         * gst/rtp/gstrtpgsmpay.h:
15252         * gst/rtp/gstrtph263pay.h:
15253         * gst/rtp/gstrtph263pdepay.h:
15254         * gst/rtp/gstrtph263ppay.h:
15255         * gst/rtp/gstrtpmp4gpay.h:
15256         * gst/rtp/gstrtpmp4vdepay.h:
15257         * gst/rtp/gstrtpmp4vpay.h:
15258         * gst/rtp/gstrtpmpadepay.h:
15259         * gst/rtp/gstrtpmpapay.h:
15260         * gst/rtp/gstrtppcmadepay.h:
15261         * gst/rtp/gstrtppcmapay.h:
15262         * gst/rtp/gstrtppcmudepay.h:
15263         * gst/rtp/gstrtppcmupay.h:
15264         * gst/rtp/gstrtpspeexdepay.h:
15265         * gst/rtp/gstrtpspeexpay.h:
15266         * gst/rtsp/gstrtpdec.h:
15267         * gst/rtsp/gstrtspsrc.h:
15268         * gst/smpte/gstsmpte.h:
15269         * gst/udp/gstdynudpsink.h:
15270         * gst/udp/gstmultiudpsink.h:
15271         * gst/udp/gstudpsink.h:
15272         * gst/udp/gstudpsrc.h:
15273         * gst/videofilter/gstvideobalance.h:
15274         * gst/videofilter/gstvideoflip.h:
15275         * sys/oss/gstossdmabuffer.h:
15276         * sys/oss/gstossmixerelement.h:
15277         * sys/oss/gstosssink.h:
15278         * sys/oss/gstosssrc.h:
15279         * sys/osxvideo/osxvideosink.h:
15280         * sys/sunaudio/gstsunaudiomixer.h:
15281         * sys/sunaudio/gstsunaudiosink.h:
15282         * sys/ximage/gstximagesrc.h:
15283         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15284
15285 2006-05-31  Wim Taymans  <wim@fluendo.com>
15286
15287         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15288         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15289         (gst_goom_src_setcaps), (gst_goom_src_event),
15290         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15291         (gst_goom_change_state):
15292         * gst/goom/gstgoom.h:
15293         Handle QoS.
15294         Handle flushing, discont and events.
15295         Fix timestamps and various other cleanups.
15296
15297 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15298
15299         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15300         Fix bus reset when using libiec61883
15301
15302 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15303
15304         * configure.ac:
15305         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15306         * ext/raw1394/Makefile.am:
15307         Add CFLAGS.
15308         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15309         New method, to receive using libiec61883.
15310         (gst_dv1394src_iso_receive),
15311         #ifdef'd out if libiec61883 is present.
15312         (gst_dv1394src_bus_reset),
15313         Get userdata correctly if using libiec61883. 
15314         (gst_dv1394src_create),
15315         When using libiec61883, only poll one fd and no need to read.
15316         (gst_dv1394src_discover_avc_node),
15317         Replace g_warnings.
15318         (gst_dv1394src_start),
15319         Create new handle when we know which dv port.  More reliable
15320         than setting port on an existing handle.  Initialise libiec61883.
15321         (gst_dv1394src_stop):
15322         If using libiec61883, then cleanup its handle properly.
15323         * ext/raw1394/gstdv1394src.h:
15324         Add libiec61883 handle.
15325
15326 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15327
15328         * gst/avi/gstavidemux.c:
15329           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15330         * win32/MANIFEST:
15331           sort file listing
15332         * win32/vs6/libgstavi.dsp:
15333           add gstavimux.c to the project
15334         * win32/vs6/libgstid3demux.dsp:
15335           add link to zlib library
15336         * win32/vs6/libgstmatroska.dsp:
15337           add matroska-ids.c to the project
15338
15339 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15340
15341         Patch by: Sebastian Dröge  <mail at slomosnail de >
15342
15343         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15344         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15345         * ext/taglib/Makefile.am:
15346         * ext/taglib/gstapev2mux.cc:
15347         * ext/taglib/gstapev2mux.h:
15348         * ext/taglib/gstid3v2mux.cc:
15349         * ext/taglib/gsttaglibmux.c: (plugin_init):
15350         * ext/taglib/gsttaglibmux.h:
15351           Add apev2mux element (#343122).
15352         
15353         * tests/check/Makefile.am:
15354         * tests/check/elements/apev2mux.c:
15355         (test_taglib_apev2mux_create_tags),
15356         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15357         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15358         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15359         (apev2mux_suite), (main):
15360           Add unit test for apev2mux element.
15361
15362 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15363
15364         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15365         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15366         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15367           GST_PTR_FORMAT should be used to print caps in debug statements.
15368
15369 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15370
15371         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15372
15373         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15374         (ape_demux_parse_tags):
15375           Some clean-ups and additions: map APE 'file' tag to
15376           GST_TAG_LOCATION (#343123); add support for extracting
15377           the track count and clean up parsing a bit (#343127).
15378
15379 2006-05-28  Edward Hervey  <edward@fluendo.com>
15380
15381         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15382         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15383
15384 2006-05-28  Edward Hervey  <edward@fluendo.com>
15385
15386         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15387         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15388         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15389         * ext/jpeg/gstjpegdec.h:
15390         Clip outgoing buffers according to currently configured segment.
15391
15392 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15393
15394         * ext/taglib/gstid3v2mux.cc:
15395           Handle  writing of track-count or album-volume-count without
15396           track-number or albume-volume-number (in this case the number
15397           will just be set to 0).
15398
15399         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15400           It would be nice if we actually checked the values received for
15401           track/album-volume number/count in  _check_tags(), rather than
15402           setting them again ...
15403
15404 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15405
15406         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15407           A track/volume number or count of 0 does not make sense,
15408           just ignore it along with negative numbers (a tag might
15409           only contain a track count without a track number).
15410
15411 2006-05-27  Edward Hervey  <edward@fluendo.com>
15412
15413         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15414         (gst_jpeg_dec_sink_event):
15415         Abort decompression when receiving FLUSH_STOP. This should avoid
15416         issues when interrupting decoding with flushes.
15417
15418 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15419
15420         * ext/flac/gstflac.c:
15421           Don't #include file we don't dist any longer.
15422
15423 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15424
15425         * README:
15426           Replace current README (containing the release notes from
15427           some 0.9.x version) with a proper README taken from the core.
15428
15429 2006-05-24  Wim Taymans  <wim@fluendo.com>
15430
15431         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15432         Implement EOS correctly by either posting
15433         SEGMENT_DONE or pushing an EOS message depending
15434         on the seek type. Fixes #342592
15435
15436 2006-05-24  Wim Taymans  <wim@fluendo.com>
15437
15438         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15439         * gst/law/alaw-decode.h:
15440         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15441         * gst/law/alaw-encode.h:
15442         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15443         * gst/law/mulaw-decode.h:
15444         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15445         * gst/law/mulaw-encode.h:
15446         Some cleanups in the chain functions.
15447         Remove some GStreamer 0.0.2 bits.
15448
15449 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15450
15451         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15452
15453         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15454           gst_collect_pads_stop() needs to be called before chaining up
15455           to the parent class (#342734).
15456
15457 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15458
15459         * ext/flac/Makefile.am:
15460         * ext/flac/flac_compat.h:
15461         * ext/flac/gstflac.c:
15462         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15463         * ext/flac/gstflacenc.c:
15464           Remove backwards compatibility cruft for dealing with FLAC API
15465           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15466
15467 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15468
15469         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15470         (gst_matroska_demux_push_xiph_codec_priv_data),
15471         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15472         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15473         * gst/matroska/matroska-ids.h:
15474         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15475         (gst_matroska_mux_video_pad_setcaps),
15476         (xiph3_streamheader_to_codecdata),
15477         (vorbis_streamheader_to_codecdata),
15478         (theora_streamheader_to_codecdata),
15479         (gst_matroska_mux_audio_pad_setcaps),
15480         (gst_matroska_mux_write_data):
15481           Add support for muxing/demuxing theora video (#342448; too bad
15482           none of the usual linux players can actually play this). Playback
15483           in GStreamer will require additional changes to theoradec in -base.
15484           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15485           cleanups.
15486
15487 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15488
15489         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15490         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15491           Fix crashes when the horizontal subsampling is 1.
15492           Fixes #342097.
15493
15494 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15495
15496         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15497
15498         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15499         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15500         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15501         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15502         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15503         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15504         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15505         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15506         (gst_avi_mux_change_state):
15507         * gst/avi/gstavimux.h:
15508           Some enhancements for avimux (#342526):
15509            - add odml (large file) index support
15510            - store codec init data (e.g. huffyuv)
15511            - miscellaneous other fixes/cleanups
15512
15513 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15514
15515         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15516         Don't output any tag when we encounter a negative track number - the
15517         tag type is uint, so we end up outputting huge positive numbers
15518         instead. (Fixes: #342029)
15519
15520 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15521
15522         * configure.ac:
15523           update for new GSTPB_PLUGINS_DIR
15524
15525 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15526
15527         * rtp/gst/gstrtph263pay.c:
15528         Properly set static caps for H263 at 34.
15529
15530 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15531
15532         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15533
15534         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15535           Merge event tags and tag setter tags correctly (#339918). Also,
15536           don't leak taglist in case of an error.
15537           
15538 2006-05-17  Edward Hervey  <edward@fluendo.com>
15539
15540         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15541         We can only do caps intersection if the othercaps are non-empty and not
15542         ANY. Else we return the pad template (base_caps).
15543
15544 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15545
15546         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15547           Fix crash when outputting debugging information for certain
15548           pictures (always good to use the right struct member for
15549           the number of records in an array).
15550
15551 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15552
15553         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15554
15555         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15556         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15557         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15558         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15559         (gst_ebml_read_float), (gst_ebml_read_ascii),
15560         (gst_ebml_read_binary):
15561           Don't create unnecessary sub-buffers all the time. Dramatically
15562           improves performance with multiple concurrently running
15563           matroskademux instances (#341818) (and avoids doing
15564           unnecessarily inefficient things in the general case).
15565
15566 2006-05-16  Edward Hervey  <edward@fluendo.com>
15567
15568         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15569         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15570         return value of gst_pad_push_event().
15571
15572 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15573
15574         * gst/autodetect/gstautoaudiosink.c:
15575         (gst_auto_audio_sink_find_best):
15576         * gst/autodetect/gstautovideosink.c:
15577         (gst_auto_video_sink_find_best):
15578         Make the name of the child element be based on the name of the
15579         parent, so that debug output is more useful.
15580         
15581         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15582         (parse_insert_string_field), (parse_split_strings):
15583         Rework string parsing to always walk over BOM markers in UTF16
15584         strings, using the endianness indicated by the innermost one,
15585         then trying the opposite endianness if that fails to convert
15586         to valid UTF-8. Fixes #341774
15587
15588 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15589
15590         Patch from: Matthieu <matthieu at fluendo dot com>
15591
15592         * ext/libpng/Makefile.am:
15593         Add LIBPNG_CFLAGS.
15594
15595 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15596
15597         * ext/taglib/gstid3v2mux.cc:
15598           Add support for writing images (APIC frames) into ID3v2
15599           tags (picture type always set to 'other' for now though).
15600
15601 2006-05-14  Michael Smith  <msmith@fluendo.com>
15602
15603         * gst/wavparse/gstwavparse.c:
15604           Update docs; wavparse implements push and pull modes.
15605
15606 2006-05-12  Wim Taymans  <wim@fluendo.com>
15607
15608         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15609         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15610         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15611         Ooops, bitten by the copy-and-paste design paradigm, fixes
15612         seek again.
15613
15614 2006-05-12  Wim Taymans  <wim@fluendo.com>
15615
15616         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15617         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15618         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15619         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15620         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15621         (gst_avi_demux_massage_index),
15622         (gst_avi_demux_calculate_durations_from_index),
15623         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15624         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15625         (gst_avi_demux_loop):
15626         * gst/avi/gstavidemux.h:
15627         Some cleanups, prepare to use GstSegment.
15628         Fix error in entry walking code.
15629         Fix VBR detection.
15630         Smarter timestamp calculation code.
15631         Uniform error/eos handling.
15632
15633 2006-05-12  Michael Smith  <msmith@fluendo.com>
15634
15635         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15636         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15637           Fix use of uninitialised values if we're NOT seeking in ready.
15638           Fix typos.
15639
15640 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15641
15642         * gst/wavparse/Makefile.am:
15643           Add CFLAGS and LIBS for libgstbase, fixes build on
15644           Cygwin (#341489).
15645
15646 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15647
15648         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15649           Some more debug info. No need to check whether the string
15650           returned by g_convert() is really UTF-8 - either it is or
15651           we get NULL returned.
15652
15653 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15654
15655         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15656           Fix parsing of numeric genre strings some more, by ensuring that
15657           we only try and parse strings that a) Start with '(' and b) Consist
15658           only of digits.
15659           Also, when finding an escaping '((' sequence, bust it back to '(' by
15660           swallowing the first parenthesis
15661
15662 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15663
15664         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15665         (gst_esdsink_open), (gst_esdsink_close):
15666         * ext/esd/esdsink.h:
15667           Move the esd_get_server_info() into gst_esdsink_open() and fail
15668           with a decent error message on errors.
15669
15670 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15671
15672         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15673         (gst_esdmon_channels_get_type):
15674         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15675         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15676         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15677         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15678         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15679         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15680         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15681         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15682         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15683         * gst/videomixer/videomixer.c:
15684         (gst_video_mixer_background_get_type):
15685           Const-ify GEnumValue arrays.
15686
15687 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15688
15689         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15690
15691         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15692         (gst_avi_mux_do_video_buffer):
15693           Work around gst_buffer_make_metadata_writable() bug that
15694           results in avimux marking all frames in the index as
15695           keyframes (#340859).
15696           
15697 2006-05-08  Wim Taymans  <wim@fluendo.com>
15698
15699         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15700         Make parsing of urls suck slightly less.
15701
15702 2006-05-08  Edward Hervey  <edward@fluendo.com>
15703
15704         * autogen.sh: (CONFIGURE_DEF_OPT): 
15705         libtoolize on Darwin/MacOSX is called glibtoolize.
15706
15707 2006-05-08  Wim Taymans  <wim@fluendo.com>
15708
15709         Patch by: Jens Granseuer <jensgr at gmx dot net>
15710
15711         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15712         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15713         C89 compliance fixes. Fixes #340980
15714
15715 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
15716
15717         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15718         * ext/flac/gstflacdec.h:
15719           Handle segment seeks that include the end of the file as stop point
15720           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
15721           message instead of an EOS event in case we're in segment seek
15722           mode (fixes #340699).
15723           
15724 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
15725
15726         * ext/cairo/gsttextoverlay.c:
15727         * ext/flac/gstflacdec.c:
15728         * ext/gdk_pixbuf/pixbufscale.c:
15729         * gst/apetag/gstapedemux.c:
15730         * gst/debug/breakmydata.c:
15731         * gst/debug/testplugin.c:
15732         * gst/matroska/ebml-write.c:
15733         * gst/multipart/multipartdemux.c:
15734         * sys/osxaudio/gstosxaudiosink.c:
15735         * sys/osxaudio/gstosxaudiosrc.c:
15736         Add semicolons after GST_BOILERPLATE[_FULL] so that
15737         indent doesn't mess up following lines.
15738
15739 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
15740
15741         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15742
15743         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
15744           Don't leak caps when freeing the stream context (#340623).
15745
15746 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
15747
15748         * configure.ac:
15749           Back to CVS
15750
15751 === release 0.10.3 ===
15752
15753 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
15754
15755         * configure.ac:
15756           releasing 0.10.3, "Desplazado"
15757
15758 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15759
15760         * gst/matroska/matroska-mux.c:
15761         (gst_matroska_mux_stream_is_vorbis_header),
15762         (gst_matroska_mux_write_data):
15763           Don't strcmp() NULL strings.
15764           Only start new clusters on video keyframes, not on any
15765           random audio buffer that doesn't have the DELTA_UNIT
15766           flag set (fixes 'make check' again).
15767
15768 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15769
15770         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15771
15772         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15773         (gst_matroska_mux_stream_is_vorbis_header),
15774         (gst_matroska_mux_write_data):
15775           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
15776           value and then dead-lock when muxing vorbis audio streams
15777           (the three vorbis header buffers carry no timestamp, and it
15778           would try to mux these after all video buffers). Fixes #340346.
15779
15780           Improve clustering: start a new cluster also whenever we get
15781           a keyframe.     
15782
15783 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15784
15785         * win32/common/config.h:
15786         * win32/MANIFEST
15787           add the generated file as well
15788
15789 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15790
15791         * Makefile.am:
15792         * configure.ac:
15793         * win32/common/config.h.in:
15794           add win32 stuff
15795
15796 2006-05-03  Michael Smith  <msmith@fluendo.com>
15797
15798         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
15799           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
15800           SUCKS.
15801
15802 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15803
15804         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15805         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15806         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15807           don't leak caps-string
15808
15809 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15810
15811         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15812         (gst_id3demux_sink_activate):
15813           Let core insert default error message for TYPE_NOT_FOUND
15814           errors, it's just as good as our own and has the added
15815           bonus of being translated.
15816
15817 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15818
15819         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
15820         (gst_tag_demux_sink_event):
15821         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
15822         (gst_id3demux_sink_event):
15823           Post an error message when we get an EOS event and were not
15824           able to find out the type of stream.
15825
15826         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
15827         (test_taglib_id3mux_with_tags):
15828           Decrease num-buffers to 16 per iteration again, otherwise the
15829           many memcpy()s and reallocations in the test will hammer slow
15830           CPUs completely and make the test timeout.
15831
15832 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15833
15834         * configure.ac:
15835           figure out where plugins-base plugins are
15836         * tests/check/Makefile.am:
15837           use plugins-base plugins, so we have typefind functions
15838         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
15839           increase num-buffers, this makes sure the test errors out instead
15840           of timing out when no typefind functions are present
15841
15842 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15843
15844         * docs/plugins/Makefile.am:
15845           also check .cc files for gtk-doc markup
15846         * configure.ac:
15847         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15848         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15849         * tests/check/Makefile.am:
15850         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
15851         * ext/Makefile.am:
15852         * ext/taglib/Makefile.am:
15853         * ext/taglib/gstid3v2mux.h:
15854         * ext/taglib/gsttaglibmux.c:
15855         * ext/taglib/gsttaglibmux.h:
15856           move taglib-based id3v2muxer to -good.  Fixes #336110.
15857
15858 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15859
15860         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15861           ... and fix multichannel/WAVFORMATEX support again.
15862
15863 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
15864
15865         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15866         (gst_wavparse_class_init), (gst_wavparse_dispose),
15867         (gst_wavparse_reset), (gst_wavparse_init),
15868         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
15869         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
15870         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15871         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15872         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15873         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15874         (gst_wavparse_stream_data), (gst_wavparse_loop),
15875         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15876         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15877         (gst_wavparse_change_state), (plugin_init):
15878         * gst/wavparse/gstwavparse.h:
15879           Add push (streaming) mode to wavparse (fixes #337625)
15880
15881 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15882
15883         * configure.ac:
15884         * tests/Makefile.am:
15885           add ximagesrc icles test
15886
15887 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15888
15889         * configure.ac:
15890         * docs/plugins/Makefile.am:
15891         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15892         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15893         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15894         (gst_cmml_enc_push_clip):
15895         * sys/Makefile.am:
15896         * sys/ximage/Makefile.am:
15897         * sys/ximage/gstximagesrc.c:
15898           Move ximagesrc plug-in to good after review.  Fixes #336756.
15899
15900 2006-04-28  Michael Smith  <msmith@fluendo.com>
15901
15902         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15903         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15904         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15905         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15906         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15907         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15908         * gst/icydemux/gsticydemux.h:
15909           Fix event handling: cache events when typefinding and forward later.
15910
15911 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15912
15913         * sys/osxaudio/gstosxaudiosink.c:
15914         (plugin_init):
15915          Register osxaudiosrc to the plugin.
15916         * sys/osxaudio/gstosxaudiosrc.c:
15917         (gst_osx_audio_src_osxelement_do_init),
15918         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15919         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15920         (gst_osx_audio_src_get_property),
15921         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15922         (gst_osx_audio_src_osxelement_init):
15923         * sys/osxaudio/gstosxaudiosrc.h:
15924           Port of osxaudiosrc to 0.10.
15925         * sys/osxaudio/Makefile.am:
15926           Add osxaudiosrc
15927
15928 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15929
15930         * sys/osxaudio/gstosxringbuffer.c:
15931         * sys/osxaudio/gstosxringbuffer.h:
15932           Forgot to commit earlier, part of the OSX audio plugin port
15933
15934 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15935
15936         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15937         (parse_split_strings):
15938           Recognise and skip any byte order marker (BOM) in
15939           UTF-16 strings.
15940
15941 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15942
15943         * docs/plugins/Makefile.am:
15944         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15945         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15946         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15947         * docs/plugins/inspect/plugin-avi.xml:
15948         * gst/avi/gstavidemux.c:
15949         * gst/avi/gstavimux.c:
15950           Add docs for both avidemux and avimux.
15951
15952 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15953
15954         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15955
15956         * gst/avi/Makefile.am:
15957         * gst/avi/gstavi.c: (plugin_init):
15958         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15959         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15960         (gst_avi_mux_class_init), (gst_avi_mux_init),
15961         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15962         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15963         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15964         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15965         (gst_avi_mux_riff_get_avix_header),
15966         (gst_avi_mux_riff_get_video_header),
15967         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15968         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15969         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15970         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15971         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15972         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15973         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15974         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15975         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15976         (gst_avi_mux_change_state):
15977         * gst/avi/gstavimux.h:
15978           Port AVI muxer to GStreamer-0.10 (#332031).
15979
15980         * tests/check/Makefile.am:
15981         * tests/check/elements/avimux.c:
15982         * tests/check/elements/.cvsignore:
15983           Add unit test for AVI muxer.
15984
15985 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15986
15987         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15988         (gst_wavparse_class_init), (gst_wavparse_reset),
15989         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15990         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15991         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
15992         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15993         (gst_wavparse_stream_data), (gst_wavparse_loop),
15994         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
15995         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
15996         (plugin_init):
15997         * gst/wavparse/gstwavparse.h:
15998           reverted patch #337625 for the price of 1 hour sleep
15999
16000 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16001
16002         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16003         (gst_wavparse_class_init), (gst_wavparse_reset),
16004         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16005         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16006         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16007         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16008         (gst_wavparse_stream_data), (gst_wavparse_loop),
16009         (gst_wavparse_chain), (plugin_init):
16010         * gst/wavparse/gstwavparse.h:
16011           correct partial implementation of push mode
16012           (from my last commit)
16013
16014 2006-04-26  Wim Taymans  <wim@fluendo.com>
16015
16016         * ext/esd/esdsink.c:
16017         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16018         it is not in esd.h
16019
16020 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16021
16022         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16023         (gst_au_parse_class_init), (gst_au_parse_init),
16024         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16025         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16026         (gst_au_parse_chain), (gst_au_parse_src_convert),
16027         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16028         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16029         (gst_au_parse_change_state):
16030         * gst/auparse/gstauparse.h:
16031           Rewrite auparse to suck a little bit less: make source pad
16032           dynamic, so decodebin/playbin work with non-raw formats
16033           like alaw/mulaw; add query function for duration/position
16034           queries; check whether we have enough data before attempting
16035           to parse the header (instead of crashing when that is not the
16036           case); work around audioconvert sucking by swapping endianness
16037           to the native endianness ourselves for float formats; send
16038           initial newsegment event. Fixes #161712.
16039
16040 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16041
16042         * sys/osxaudio/Makefile.am:
16043         * sys/osxaudio/gstosxaudioelement.c:
16044         (gst_osx_audio_element_get_type),
16045         (gst_osx_audio_element_class_init):
16046         * sys/osxaudio/gstosxaudioelement.h:
16047         * sys/osxaudio/gstosxaudiosink.c:
16048         (gst_osx_audio_sink_osxelement_do_init),
16049         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16050         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16051         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16052         (gst_osx_audio_sink_create_ringbuffer),
16053         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16054         (plugin_init):
16055         * sys/osxaudio/gstosxaudiosink.h:
16056         Port of osxaudiosink to 0.10
16057
16058 2006-04-26  Wim Taymans  <wim@fluendo.com>
16059
16060         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16061         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16062         the size of the ringbuffer. This should fix hangs with older 
16063         esd sound servers.
16064
16065 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16066
16067         * ext/aalib/gstaasink.c:
16068         * ext/annodex/gstcmmldec.c:
16069         * ext/annodex/gstcmmlenc.c:
16070         * ext/cairo/gsttextoverlay.c:
16071         * ext/cairo/gsttimeoverlay.c:
16072         * ext/cdio/gstcdiocddasrc.c:
16073         * ext/dv/gstdvdec.c:
16074         * ext/dv/gstdvdemux.c:
16075         * ext/esd/esdmon.c:
16076         * ext/esd/esdsink.c:
16077         * ext/flac/gstflacenc.c:
16078         * ext/flac/gstflactag.c:
16079         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16080         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16081         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16082         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16083         * ext/gdk_pixbuf/pixbufscale.c:
16084         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16085         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16086         * ext/jpeg/gstjpegdec.c:
16087         * ext/jpeg/gstjpegenc.c:
16088         * ext/jpeg/gstsmokedec.c:
16089         * ext/jpeg/gstsmokeenc.c:
16090         * ext/libcaca/gstcacasink.c:
16091         * ext/libmng/gstmngdec.c:
16092         * ext/libmng/gstmngenc.c:
16093         * ext/libpng/gstpngdec.c:
16094         * ext/libpng/gstpngenc.c:
16095         * ext/mikmod/gstmikmod.c:
16096         * ext/raw1394/gstdv1394src.c:
16097         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16098         * ext/shout2/gstshout2.h:
16099         * ext/speex/gstspeexdec.c:
16100         * ext/speex/gstspeexenc.c:
16101         * gst/alpha/gstalpha.c:
16102         * gst/alpha/gstalphacolor.c:
16103         * gst/apetag/gstapedemux.c:
16104         * gst/auparse/gstauparse.c:
16105         * gst/autodetect/gstautoaudiosink.c:
16106         (gst_auto_audio_sink_base_init):
16107         * gst/autodetect/gstautovideosink.c:
16108         (gst_auto_video_sink_base_init):
16109         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16110         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16111         * gst/cutter/gstcutter.c:
16112         * gst/debug/breakmydata.c:
16113         * gst/debug/efence.c:
16114         * gst/debug/gstnavigationtest.c:
16115         * gst/debug/gstnavseek.c:
16116         * gst/debug/negotiation.c:
16117         * gst/debug/progressreport.c:
16118         * gst/debug/testplugin.c:
16119         * gst/effectv/gstaging.c:
16120         * gst/effectv/gstdice.c:
16121         * gst/effectv/gstedge.c:
16122         * gst/effectv/gstquark.c:
16123         * gst/effectv/gstrev.c:
16124         * gst/effectv/gstshagadelic.c:
16125         * gst/effectv/gstvertigo.c:
16126         * gst/effectv/gstwarp.c:
16127         * gst/flx/gstflxdec.c:
16128         * gst/goom/gstgoom.c:
16129         * gst/icydemux/gsticydemux.c:
16130         * gst/id3demux/gstid3demux.c:
16131         * gst/interleave/deinterleave.c:
16132         * gst/interleave/interleave.c:
16133         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16134         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16135         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16136         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16137         * gst/level/gstlevel.c:
16138         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16139         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16140         * gst/median/gstmedian.c:
16141         * gst/monoscope/gstmonoscope.c:
16142         * gst/multipart/multipartdemux.c:
16143         * gst/multipart/multipartmux.c:
16144         * gst/oldcore/gstaggregator.c:
16145         * gst/oldcore/gstfdsink.c:
16146         * gst/oldcore/gstmd5sink.c:
16147         * gst/oldcore/gstmultifilesrc.c:
16148         * gst/oldcore/gstpipefilter.c:
16149         * gst/oldcore/gstshaper.c:
16150         * gst/oldcore/gststatistics.c:
16151         * gst/rtp/gstasteriskh263.c:
16152         * gst/rtp/gstrtpL16depay.c:
16153         * gst/rtp/gstrtpL16pay.c:
16154         * gst/rtp/gstrtpamrdepay.c:
16155         * gst/rtp/gstrtpamrpay.c:
16156         * gst/rtp/gstrtpdepay.c:
16157         * gst/rtp/gstrtpgsmpay.c:
16158         * gst/rtp/gstrtph263pay.c:
16159         * gst/rtp/gstrtph263pdepay.c:
16160         * gst/rtp/gstrtph263ppay.c:
16161         * gst/rtp/gstrtpilbcdepay.c:
16162         * gst/rtp/gstrtpmp4gpay.c:
16163         * gst/rtp/gstrtpmp4vdepay.c:
16164         * gst/rtp/gstrtpmp4vpay.c:
16165         * gst/rtp/gstrtpmpadepay.c:
16166         * gst/rtp/gstrtpmpapay.c:
16167         * gst/rtp/gstrtppcmadepay.c:
16168         * gst/rtp/gstrtppcmapay.c:
16169         * gst/rtp/gstrtppcmudepay.c:
16170         * gst/rtp/gstrtppcmupay.c:
16171         * gst/rtp/gstrtpspeexdepay.c:
16172         * gst/rtp/gstrtpspeexpay.c:
16173         * gst/rtsp/gstrtpdec.c:
16174         * gst/rtsp/gstrtspsrc.c:
16175         * gst/smpte/gstsmpte.c:
16176         * gst/udp/gstdynudpsink.c:
16177         * gst/udp/gstmultiudpsink.c:
16178         * gst/udp/gstudpsink.c:
16179         * gst/udp/gstudpsrc.c:
16180         * gst/videobox/gstvideobox.c:
16181         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16182         * gst/videofilter/gstvideobalance.c:
16183         * gst/videofilter/gstvideoflip.c:
16184         * gst/videofilter/gstvideotemplate.c:
16185         (gst_videotemplate_base_init):
16186         * gst/videomixer/videomixer.c:
16187         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16188         (gst_wavparse_class_init), (gst_wavparse_dispose),
16189         (gst_wavparse_reset), (gst_wavparse_init),
16190         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16191         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16192         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16193         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16194         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16195         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16196         (gst_wavparse_change_state):
16197         * gst/wavparse/gstwavparse.h:
16198         * sys/oss/gstossmixerelement.c:
16199         * sys/oss/gstosssink.c:
16200         * sys/oss/gstosssrc.c:
16201         * sys/osxaudio/gstosxaudioelement.c:
16202         * sys/osxaudio/gstosxaudiosink.c:
16203         * sys/osxaudio/gstosxaudiosrc.c:
16204         * sys/sunaudio/gstsunaudiomixer.c:
16205         * sys/sunaudio/gstsunaudiosink.c:
16206           Define GstElementDetails as const and also static (when defined as
16207           global)
16208
16209 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16210
16211         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16212           Source pad has fixed caps. If we don't set this, bad
16213           things happen when the window is resized.
16214
16215 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16216
16217         * gst/matroska/Makefile.am:
16218         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16219         (gst_matroska_demux_handle_src_event):
16220         * gst/matroska/matroska-ids.c:
16221         (gst_matroska_track_init_video_context),
16222         (gst_matroska_track_init_audio_context),
16223         (gst_matroska_track_init_subtitle_context),
16224         (gst_matroska_track_init_complex_context):
16225         * gst/matroska/matroska-ids.h:
16226           Handle case where the TrackType ebml chunk does not come before the
16227           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16228           events.
16229
16230 2006-04-25  Wim Taymans  <wim@fluendo.com>
16231
16232         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16233         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16234         It's codec_data, not codec_info.
16235
16236 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16237
16238         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16239
16240         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16241           Handle codec_data for VfW compatibility codec IDs (#339451)
16242
16243         * gst/matroska/matroska-mux.c:
16244         (gst_matroska_mux_video_pad_setcaps):
16245           Same here, handle codec_data and add additional caps we can handle
16246           now to the pad template (huffyuv, dv and h263 video) (#339451)
16247
16248 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16249
16250         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16251
16252         * gst/matroska/matroska-mux.c:
16253         (gst_matroska_mux_create_buffer_header),
16254         (gst_matroska_mux_write_data):
16255           Fix timestamping of B-frames, use signed integers, do
16256           some rounding (#339678).
16257
16258 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16259
16260         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16261         just make it compile with --disable-gst-debug.
16262
16263 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16264
16265         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16266         Fix a bad conversion using gst_guint64_to_gdouble.
16267         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16268         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16269         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16270     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16271         mistake.
16272
16273 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16274
16275         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16276         Use gst_guint64_to_gdouble for conversions
16277         * win32/vs6/gst_plugins_good.dsw:
16278         * win32/vs6/libgsticydemux.dsp:
16279         Add a project file for icydemux
16280
16281 2006-04-21  Wim Taymans  <wim@fluendo.com>
16282
16283         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16284
16285         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16286         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16287         When splitting audio chunks, the block alignment is not taken in
16288         consideration, so the smaller chunks could be of size which is 
16289         not a multiple of the block alignment. Fixes #336904
16290
16291 2006-04-21  Wim Taymans  <wim@fluendo.com>
16292
16293         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16294         Use scale functions
16295
16296 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16297
16298         * ext/dv/gstdv.c: (plugin_init):
16299           Fix build.
16300
16301 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16302
16303         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16304         (gst_progress_report_class_init), (gst_progress_report_init),
16305         (gst_progress_report_do_query), (gst_progress_report_report),
16306         (gst_progress_report_set_property),
16307         (gst_progress_report_get_property):
16308           Add 'format' property to force querying to a particular format.
16309
16310 2006-04-21  Andy Wingo  <wingo@pobox.com>
16311
16312         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16313         best, on big endian systems. Drop its rank in that case. OTOH on
16314         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16315
16316 2006-04-21  Michael Smith  <msmith@fluendo.com>
16317
16318         * configure.ac:
16319         * gst/icydemux/Makefile.am:
16320         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16321         (gst_icydemux_base_init), (gst_icydemux_class_init),
16322         (gst_icydemux_reset), (gst_icydemux_init),
16323         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16324         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16325         (unicodify), (gst_icydemux_unicodify),
16326         (gst_icydemux_parse_and_send_tags),
16327         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16328         (gst_icydemux_chain), (gst_icydemux_change_state),
16329         (gst_icydemux_send_tag_event), (plugin_init):
16330         * gst/icydemux/gsticydemux.h:
16331         * tests/check/Makefile.am:
16332         * tests/check/elements/icydemux.c: (typefind_succeed),
16333         (plugin_init), (icydemux_found_pad), (create_icydemux),
16334         (cleanup_icydemux), (push_data), (GST_START_TEST),
16335         (icydemux_suite), (main):
16336           Add icydemux, and tests.
16337
16338 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16339
16340         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16341           Post SEGMENT_DONE message in TIME format.
16342
16343 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16344
16345         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16346
16347         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16348         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16349           Fix index creation when we have to scan the file to create
16350           an index. There may be other types of RIFF 'LIST' chunks than
16351           'movi' and we need to skip them properly as well or we'll end up
16352           reading garbage (#336889). Some other cosmetic changes.
16353           
16354 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16355
16356         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16357         (gst_flac_dec_handle_seek_event):
16358           Add support for segment seeks (fixes #338290). Also demote
16359           some recurring debug message from DEBUG to LOG level.
16360
16361 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16362
16363         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16364         (gst_matroskademux_do_index_seek),
16365         (gst_matroska_demux_handle_seek_event),
16366         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16367         * gst/matroska/matroska-ids.h:
16368           Set DISCONT flag on first buffer after a discontinuity.
16369           Fix newsegment events sent when seeking and honour KEY_UNIT
16370           seek flag. Create pad with bogus caps if we don't recognise
16371           the stream codec id.
16372
16373         * gst/matroska/matroska-demux.h:
16374           Fix GObject macros.
16375
16376 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16377
16378         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16379
16380         * gst/matroska/matroska-demux.c:
16381         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16382           Handle end of segment properly when set; don't dead-lock when
16383           posting start of segment message when doing a segment seek.
16384           Fixes #338810.
16385
16386 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16387
16388         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16389         (gst_matroska_demux_plugin_init):
16390           Make mpeg2 aac audio work: create artificial private codec data
16391           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16392           Also call gst_riff_init(). Partially fixes #338767.
16393
16394 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16395
16396         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16397         (gst_wavenc_class_init), (gst_wavenc_init),
16398         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16399         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16400         (gst_wavenc_chain), (gst_wavenc_change_state):
16401         * gst/wavenc/gstwavenc.h:
16402           Set caps on first outgoing buffer, so that it doesn't error out
16403           immediately with a non-negotiated error (#338716). Rewrite and
16404           clean up a bit; fix setcaps function to parse things properly;
16405           fix sink caps (8bit audio is unsigned and doesn't have depth);
16406           use boilerplate macros; remove unused properties stuff.
16407
16408 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16409
16410         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16411           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16412           handle MJPEG streams and might be autoplugged for those if the
16413           user doesn't have jpegdec installed (resulting in a cryptic error
16414           message about huffman tables). Better to disable JPEG decoding here
16415           and let the user figure out that she needs to install jpegdec.
16416
16417 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16418
16419         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16420         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16421         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16422         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16423           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16424           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16425           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16426           debug messages. Fix boilerplate macros.
16427
16428 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16429
16430         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16431         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16432           No need to special-case for Gdk-2.0 any longer, we require
16433           Gdk 2.2 or newer; minor clean-ups.
16434
16435 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16436
16437         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16438         (gst_shout2send_class_init), (gst_shout2send_init),
16439         (set_shout_metadata), (gst_shout2send_set_metadata),
16440         (gst_shout2send_event), (gst_shout2send_start),
16441         (gst_shout2send_connect), (gst_shout2send_stop),
16442         (gst_shout2send_render), (gst_shout2send_set_property),
16443         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16444         (plugin_init):
16445         * ext/shout2/gstshout2.h:
16446         * po/POTFILES.in:
16447           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16448           change function; use GST_ELEMENT_ERROR for error reporting, not
16449           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16450           will cause crashes or assertion failures; remove (unused) "sync"
16451           property, basesink already has such a property; misc. other
16452           minor fixes and cleanups.
16453
16454 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16455
16456         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16457         * ext/esd/gstesd.c: (plugin_init):
16458         * po/POTFILES.in:
16459           Add translatable error message for when we cannot
16460           connect to the sound server, as "Cannot open resource
16461           for writing" isn't really an acceptable message to show
16462           to the user in this case.
16463
16464 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16465
16466         * sys/oss/gst-i18n-plugin.h:
16467           Remove bogus file that doesn't belong here.
16468
16469 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16470
16471         Patch by: Philippe Valembois
16472
16473         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16474         (gst_shout2send_set_metadata), (gst_shout2send_event),
16475         (gst_shout2send_render), (gst_shout2send_change_state):
16476         * ext/shout2/gstshout2.h:
16477           Handle tags being received before the connection to
16478           the server is established properly (see #338636).
16479
16480 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16481
16482         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16483           Don't crash in case the connection to the server fails:
16484           don't set pointer to NULL by assigning FALSE; error out
16485           properly by using GST_ELEMENT_ERROR and returning
16486           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16487           before resetting the pointer.
16488
16489 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16490
16491         * gst/id3demux/id3tags.c:
16492         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16493         (Fixes #338713)
16494
16495 2006-04-12  Wim Taymans  <wim@fluendo.com>
16496
16497         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16498         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16499         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16500         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16501         (gst_gdk_pixbuf_chain):
16502         Some cleanups.
16503         Added RGBA as a possible output format.
16504         Correctly free the supported mimetypes.
16505         deprecate silent arg, it's not used.
16506         Return result from _alloc_buffer to peer.
16507
16508 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16509
16510         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16511           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16512           overwriting GST_BUFFER_MALLOCDATA.
16513
16514 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16515
16516         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16517         (user_endrow_callback), (user_end_callback),
16518         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16519         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16520         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16521         * ext/libpng/gstpngdec.h:
16522           Handle more than one frame if the content is framed,
16523           like with png-in-quicktime (#331917).
16524
16525 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16526
16527         * sys/oss/Makefile.am:
16528         * sys/oss/common.h:
16529         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16530         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16531         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16532         (gst_oss_src_unprepare):
16533           - the user-visible error strings were in the wrong category
16534           - and the messages were not marked for translation
16535           - which is actually a good thing, because they were exactly
16536             the kind of message you would never want anyone to see
16537           - the macros were using variables that didn't exist in the macro
16538             arguments
16539           - and they were obviously copied from each other and then modified
16540           - so a common header makes sense
16541
16542 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16543
16544         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16545           Don't try to modify read-only data.
16546
16547         * gst/matroska/matroska-demux.c:
16548         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16549           Fix comment (won't crash any longer now).
16550
16551 2006-04-10  Michael Smith  <msmith@fluendo.com>
16552
16553         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16554           Use copies of header buffers for caps to avoid circular refcounting
16555           problems (as in theoradec, vorbisdec).
16556
16557         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16558           Fix a typo in test that meant it was testing the wrong thing.
16559
16560         * tests/check/elements/cmmlenc.c: (check_headers):
16561           Fix refcount checks now that we use buffer-copies for caps.
16562
16563 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16564
16565         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16566         (gst_matroska_demux_handle_seek_event),
16567         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16568         (gst_matroska_demux_subtitle_caps),
16569         (gst_matroska_demux_plugin_init):
16570           Use static pad templates with ANY caps for audio and video
16571           source pads and get rid of a lot of unnecessary (and partially
16572           broken) code for the template caps. Clean up caps finding
16573           functions. Fixes playback of audio files/streams that do not
16574           contain the sample rate and/or number of channels in the audio
16575           context (happens a lot with vorbis/mp3 .mka files it seems).
16576           Fixes #337183.
16577           Also add myself to copyright holders.
16578
16579 2006-04-10  Michael Smith  <msmith@fluendo.com>
16580
16581         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16582           Use g_list_delete_link () instead of g_list_remove_link () so that
16583           we free the link as well as the contained data.
16584
16585 2006-04-10  Wim Taymans  <wim@fluendo.com>
16586
16587         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16588
16589         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16590         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16591         (gst_avi_demux_stream_header):
16592         Fix some crashers with empty chunks. (Fixes #337749)
16593
16594 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16595
16596         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16597           use G_GINT64_CONSTANT for INT64 constants
16598         * gst/videofilter/gstvideobalance.c:
16599           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16600         * win32/vs6/libgstavi.dsp:
16601          add missing libraries for the link and remove avimux.c from
16602          the project as it isn't ported to 0.10 yet
16603         
16604 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16605
16606         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16607           Even better would be if we actually did the right thing
16608           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16609
16610 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16611
16612         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16613           Can't just replace 1LL with 1L here just because MSVC doesn't
16614           support it, as it might lead to incorrect results when doing the
16615           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16616           force a 64-bit constant in a way that all compilers are happy with.
16617
16618 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16619
16620         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16621         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16622         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16623         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16624         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16625         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16626         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16627         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16628         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16629         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16630         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16631         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16632         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16633         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16634         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16635         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16636         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16637         * gst/debug/efence.c: (gst_efence_class_init):
16638         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16639         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16640         * gst/goom/gstgoom.c: (gst_goom_class_init):
16641         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16642         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16643         * gst/interleave/interleave.c: (interleave_class_init):
16644         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16645         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16646         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16647         * gst/median/gstmedian.c: (gst_median_class_init):
16648         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16649         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16650         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16651         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16652         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16653         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16654         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16655         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16656         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16657         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16658         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16659         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16660         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16661         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16662         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16663         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16664         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16665         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16666         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16667         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16668         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16669         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16670         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16671         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16672         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16673         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16674         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16675         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16676         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16677         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16678         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16679         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16680         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16681         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16682         * sys/osxaudio/gstosxaudioelement.c:
16683         (gst_osxaudioelement_class_init):
16684         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16685         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16686         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16687         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16688
16689 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16690
16691         * ext/mikmod/gstmikmod.h:
16692         * gst/level/gstlevel.h:
16693         Fix more broken GObject macros
16694
16695 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16696
16697         * ext/annodex/gstcmmldec.h:
16698         * ext/annodex/gstcmmlenc.h:
16699         * ext/annodex/gstcmmltag.h:
16700         * ext/cairo/gsttextoverlay.h:
16701         * ext/ladspa/gstsignalprocessor.h:
16702         * gst/matroska/ebml-read.h:
16703         * gst/matroska/ebml-write.h:
16704         * sys/osxaudio/gstosxaudioelement.h:
16705         Fix broken GObject macros
16706
16707 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16708
16709         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16710           Don't try to seek beyond the end of the file (would
16711           occasionally display error dialogs in totem when seeking
16712           to the end) (#335869). Will still throw an error though
16713           if the file is truncated and the total_samples value in
16714           the stream header is wrong.
16715
16716 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
16717
16718         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
16719         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
16720         (gst_flac_dec_metadata_callback):
16721         * ext/flac/gstflacdec.h:
16722           If the stream header doesn't contain the total number of samples,
16723           search for the last flac frame at the end of the file and calculate
16724           the total duration from that frame's offset (fixes #337609).
16725
16726 2006-04-07  Edward Hervey  <edward@fluendo.com>
16727
16728         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
16729         Don't unref the GstPadTemplate returned by
16730         gst_element_class_get_pad_template().
16731
16732 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16733
16734         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
16735
16736         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
16737         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
16738         * sys/sunaudio/gstsunaudiosink.h:
16739           Use spec->segsize and spec->segtotal in the prepare function
16740           to initialise the ring buffer instead of using the buffer-time
16741           property (#337421).
16742
16743 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16744
16745         * configure.ac:
16746           Bump core requirements to CVS for gst_pad_query_peer_duration()
16747           which is used by speexdec.
16748
16749 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16750
16751         * ext/speex/gstspeex.c: (plugin_init):
16752         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
16753         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
16754         (speex_get_sink_query_types), (speex_dec_sink_query),
16755         (speex_get_src_query_types), (speex_dec_src_query),
16756         (speex_dec_src_event), (speex_dec_sink_event),
16757         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
16758         (speex_dec_chain_parse_data), (speex_dec_chain),
16759         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
16760         (speex_dec_change_state):
16761         * ext/speex/gstspeexdec.h:
16762           Fix seeking and duration queries (#337033); clean up and
16763           refactor a bit.
16764
16765 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16766
16767         * ext/raw1394/gstdv1394src.c:
16768           distinguish between device not found and could not open for
16769           reading
16770
16771 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16772
16773         * Makefile.am:
16774         * configure.ac:
16775         * pkgconfig/.cvsignore:
16776         * pkgconfig/Makefile.am:
16777         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
16778           add a .pc file so other modules can use good plugins in tests
16779
16780 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16781
16782         * configure.ac:
16783           clean up, use AS_VERSION and AS_NANO
16784         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16785           use PACKAGE_VERSION define
16786         * po/af.po:
16787         * po/az.po:
16788         * po/cs.po:
16789         * po/en_GB.po:
16790         * po/hu.po:
16791         * po/it.po:
16792         * po/nb.po:
16793         * po/nl.po:
16794         * po/or.po:
16795         * po/sq.po:
16796         * po/sr.po:
16797         * po/sv.po:
16798         * po/uk.po:
16799         * po/vi.po:
16800           updated
16801
16802 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
16803
16804         * ext\jpeg\smokecodec.c:
16805           use of GST_DEBUG instead of DEBUG(a...) for WIN32
16806         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
16807           move first instruction after all variables declarations
16808         * gst\alpha\gstalpha.c:
16809         * gst\effectv\gstshagadelic.c:
16810         * gst\smpte\paint.c:
16811         * gst\videofilter\gstvideobalance.c:
16812           define M_PI if it's not defined (it's not defined on WIN32)
16813         * gst\cutter\gstcutter.c: (gst_cutter_chain):
16814         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
16815         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
16816         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
16817         (gst_matroska_demux_video_caps):
16818         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
16819         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
16820           use gst_guint64_to_gdouble for conversions
16821         * gst\goom\filters.c: (setPixelRGB_):
16822           fix a debug which was using undefined variable
16823         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
16824         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
16825           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
16826         * win32/vs6:
16827           add vs6 projects files for most of plugins-good
16828         
16829 2006-03-30  j^  <j@bootlab.org>
16830
16831         * ext/aalib/gstaasink.c:
16832         * ext/annodex/gstcmmldec.c:
16833         * ext/annodex/gstcmmlenc.c:
16834         * ext/cairo/gsttextoverlay.c:
16835         * ext/cairo/gsttimeoverlay.c:
16836         * ext/cdio/gstcdiocddasrc.c:
16837         * ext/dv/gstdvdec.c:
16838         * ext/esd/esdmon.c:
16839         * ext/esd/esdsink.c:
16840         * ext/flac/gstflacdec.c:
16841         * ext/flac/gstflacenc.c:
16842         * ext/flac/gstflactag.c:
16843         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16844         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16845         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16846         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16847         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16848         * ext/gdk_pixbuf/pixbufscale.c:
16849         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16850         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16851         * ext/jpeg/gstjpegdec.c:
16852         * ext/jpeg/gstjpegenc.c:
16853         * ext/jpeg/gstsmokedec.c:
16854         * ext/jpeg/gstsmokeenc.c:
16855         * ext/libcaca/gstcacasink.c:
16856         * ext/libmng/gstmngdec.c:
16857         * ext/libmng/gstmngenc.c:
16858         * ext/libpng/gstpngdec.c:
16859         * ext/libpng/gstpngenc.c:
16860         * ext/mikmod/gstmikmod.c:
16861         * ext/raw1394/gstdv1394src.c:
16862         * ext/shout2/gstshout2.c:
16863         * ext/speex/gstspeexdec.c:
16864         * ext/speex/gstspeexenc.c:
16865         * gst/alpha/gstalpha.c:
16866         * gst/alpha/gstalphacolor.c:
16867         * gst/auparse/gstauparse.c:
16868         * gst/autodetect/gstautoaudiosink.c:
16869         (gst_auto_audio_sink_base_init):
16870         * gst/autodetect/gstautovideosink.c:
16871         (gst_auto_video_sink_base_init):
16872         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16873         * gst/cutter/gstcutter.c:
16874         * gst/debug/breakmydata.c:
16875         * gst/debug/efence.c:
16876         * gst/debug/gstnavigationtest.c:
16877         * gst/debug/negotiation.c:
16878         * gst/debug/progressreport.c:
16879         * gst/debug/testplugin.c:
16880         * gst/effectv/gstaging.c:
16881         * gst/effectv/gstdice.c:
16882         * gst/effectv/gstedge.c:
16883         * gst/effectv/gstquark.c:
16884         * gst/effectv/gstrev.c:
16885         * gst/effectv/gstvertigo.c:
16886         * gst/effectv/gstwarp.c:
16887         * gst/flx/gstflxdec.c:
16888         * gst/goom/gstgoom.c:
16889         * gst/interleave/deinterleave.c:
16890         * gst/interleave/interleave.c:
16891         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16892         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16893         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16894         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16895         * gst/level/gstlevel.c:
16896         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16897         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16898         * gst/median/gstmedian.c:
16899         * gst/monoscope/gstmonoscope.c:
16900         * gst/multipart/multipartdemux.c:
16901         * gst/multipart/multipartmux.c:
16902         * gst/oldcore/gstmd5sink.c:
16903         * gst/oldcore/gstmultifilesrc.c:
16904         * gst/oldcore/gstpipefilter.c:
16905         * gst/oldcore/gstshaper.c:
16906         * gst/oldcore/gststatistics.c:
16907         * gst/rtp/gstasteriskh263.c:
16908         * gst/rtp/gstrtpL16depay.c:
16909         * gst/rtp/gstrtpL16pay.c:
16910         * gst/rtp/gstrtpamrdepay.c:
16911         * gst/rtp/gstrtpamrpay.c:
16912         * gst/rtp/gstrtpdepay.c:
16913         * gst/rtp/gstrtpgsmpay.c:
16914         * gst/rtp/gstrtph263pay.c:
16915         * gst/rtp/gstrtph263pdepay.c:
16916         * gst/rtp/gstrtph263ppay.c:
16917         * gst/rtp/gstrtpmp4gpay.c:
16918         * gst/rtp/gstrtpmp4vdepay.c:
16919         * gst/rtp/gstrtpmp4vpay.c:
16920         * gst/rtp/gstrtpmpadepay.c:
16921         * gst/rtp/gstrtpmpapay.c:
16922         * gst/rtp/gstrtppcmadepay.c:
16923         * gst/rtp/gstrtppcmapay.c:
16924         * gst/rtp/gstrtppcmudepay.c:
16925         * gst/rtp/gstrtppcmupay.c:
16926         * gst/rtp/gstrtpspeexdepay.c:
16927         * gst/rtp/gstrtpspeexpay.c:
16928         * gst/rtsp/gstrtpdec.c:
16929         * gst/smpte/gstsmpte.c:
16930         * gst/videobox/gstvideobox.c:
16931         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16932         * gst/videofilter/gstvideobalance.c:
16933         * gst/videofilter/gstvideoflip.c:
16934         * gst/videofilter/gstvideotemplate.c:
16935         (gst_videotemplate_base_init):
16936         * gst/videomixer/videomixer.c:
16937         * gst/wavenc/gstwavenc.c:
16938         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16939          better/unified long descriptions
16940          Fixed #336602
16941          Some cleanups to auparse, don't send multiple newsegments.
16942
16943 2006-03-29  Wim Taymans  <wim@fluendo.com>
16944
16945         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16946
16947         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16948         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16949         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16950         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16951         * ext/dv/gstdvdemux.h:
16952         Seek in READY patch. Only works for pull based mode.
16953         Fixes #323880
16954
16955 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16956
16957         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16958         (gst_gdk_pixbuf_event):
16959           Fix two crashers: don't unref the same caps twice, and
16960           set pixbuf loader to NULL after freeing it.
16961
16962 2006-03-27  Wim Taymans  <wim@fluendo.com>
16963
16964         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16965         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16966         (gst_speexenc_chain):
16967         * ext/speex/gstspeexenc.h:
16968         Don't leak adapter.
16969         A push *always* takes ownership of the buffer, even on
16970         errors.
16971         Small cleanups.
16972
16973 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16974
16975         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16976           Create source pad without leaking.
16977
16978 2006-03-24  Wim Taymans  <wim@fluendo.com>
16979
16980         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16981         * ext/flac/gstflacdec.h:
16982         * ext/flac/gstflacenc.h:
16983         Spifify a bit.
16984         Fix deadly lock order error in seeking code, STREAM_LOCK
16985         cannot be taken within LOCK and the streaming variables are
16986         protected with the STREAM_LOCK anyway.
16987
16988 2006-03-24  Wim Taymans  <wim@fluendo.com>
16989
16990         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16991         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16992         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
16993         this patch combines the global init_frames with the stream
16994         init_frames. Rationale being that the global delay should 
16995         be subtracted from any stream delay.
16996         Fixes #335858.
16997
16998 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16999
17000         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17001         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17002         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17003         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17004         use DEBUG_FUNCPTR for collectpads
17005
17006 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17007
17008         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17009           Don't crash when encoding images where the number of rows isn't
17010           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17011
17012 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17013
17014         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17015         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17016         * gst/interleave/interleave.c: (interleave_change_state):
17017         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17018           More state change function fixes.
17019
17020 2006-03-23  Wim Taymans  <wim@fluendo.com>
17021
17022         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17023         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17024         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17025         (gst_esdsink_delay), (gst_esdsink_reset):
17026         * ext/esd/esdsink.h:
17027         Fix esd choppy playback by configuring audiosink
17028         correctly. Fixes #325191
17029
17030 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17031
17032         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17033           Make state change function thread-safe.
17034
17035 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17036
17037         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17038         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17039           Don't try to read beyond the end of the file just because
17040           the header claims a bigger size (like with truncated files).
17041
17042 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17043
17044         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17045         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17046         (gst_wavparse_stream_data), (gst_wavparse_loop):
17047         * gst/wavparse/gstwavparse.h:
17048           Delay source pad creation until we have the first chunk of
17049           media data, so the we can examine the data and adjust the
17050           caps accordingly if required. This makes playback of .wav
17051           files with DTS-declared-as-PCM content work (#313266).
17052
17053 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17054
17055         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17056         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17057         Don't attempt typefinding on too-short buffers that have been
17058         completely trimmed away. (Fixes #330239)
17059
17060         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17061         Improve the debug output
17062
17063 2006-03-21  Wim Taymans  <wim@fluendo.com>
17064
17065         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17066         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17067         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17068         (gst_esdsink_set_property), (gst_esdsink_get_property):
17069         Some cleanups.
17070         Reset fd to -1 when we close them.
17071
17072 2006-03-21  Wim Taymans  <wim@fluendo.com>
17073
17074         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17075         the OPTIONS request result is optional so don't
17076         fail on it.
17077
17078 2006-03-21  Edward Hervey  <edward@fluendo.com>
17079
17080         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17081         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17082         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17083         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17084         (gst_wavparse_change_state):
17085         gcc 4.1 unreferenced pointer fixes.
17086
17087 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17088
17089         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17090
17091         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17092           Fix block alignment calculation. Alignment should be done before
17093           adding the byte offset where the data starts (#335231).
17094
17095 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17096
17097         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17098           Ensure that we set correct caps on buffers that are transferred
17099           direct from the input.
17100
17101 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17102
17103         * gst/goom/filters.c: (zoomFilterDestroy):
17104         * gst/goom/goom_core.c: (goom_close):
17105           Free filter data when cleaning up. (Fixes: #334995)
17106
17107 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17108
17109         * configure.ac:
17110           Don't compile udp and rtsp plugins on win32 (mingw) or other
17111           systems that don't have <sys/socket.h> for some reason (#316203).
17112
17113 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17114
17115         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17116         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17117         * ext/raw1394/gstdv1394src.h:
17118           Change bus reset handler so it reports useful information such as
17119           whether the device being used connected or disconnected
17120
17121 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17122
17123         * gst/id3demux/id3v2frames.c:
17124         (parse_relative_volume_adjustment_two):
17125           We only care about gain and peak data for the master volume.
17126
17127 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17128
17129         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17130         (parse_id_string), (parse_unique_file_identifier),
17131         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17132           Read replay gain tags (#323721).
17133
17134 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17135
17136         * configure.ac:
17137           Bump requirements to gst-plugins-base CVS because
17138           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17139
17140 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17141
17142         * rtp/gst/gstrtppcmadepay.c:
17143         Fixed one of the caps in the code from mulaw to alaw.
17144
17145 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17146
17147         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17148           Ensure that we set caps on the buffers we pass.
17149
17150         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17151         (gst_id3demux_sink_activate):
17152           Ensure that we set caps on the buffers we pass.
17153
17154           Use STREAM, TYPE_NOT_FOUND as the error class when
17155           typefinding fails.
17156
17157 2006-03-15  Edward Hervey  <edward@fluendo.com>
17158
17159         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17160         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17161         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17162         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17163         (gst_jpeg_dec_setcaps):
17164         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17165         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17166         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17167         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17168         (gst_mngdec_src_getcaps):
17169         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17170         (gst_pngdec_caps_create_and_set):
17171         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17172         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17173         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17174         * gst/alpha/gstalpha.c: (gst_alpha_init):
17175         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17176         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17177         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17178         * gst/cutter/gstcutter.c: (gst_cutter_init):
17179         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17180         (gst_efence_checkgetrange):
17181         * gst/debug/negotiation.c: (gst_negotiation_init):
17182         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17183         * gst/goom/gstgoom.c: (gst_goom_init):
17184         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17185         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17186         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17187         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17188         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17189         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17190         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17191         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17192         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17193         (gst_wavparse_create_sourcepad):
17194         Fix memleak with gst_static_pad_template_get().
17195         This uses gst_pad_new_from_static_template() instead.
17196         Fixes #333512
17197
17198 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17199
17200         * configure.ac:
17201           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17202           used by id3demux.
17203
17204         * gst/id3demux/gstid3demux.c: (plugin_init):
17205         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17206         (parse_user_text_identification_frame),
17207         (parse_unique_file_identifier):
17208           Add support for UFID and TXXX frames and extract musicbrainz tags.
17209
17210 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17211
17212         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17213           Catch short reads, like they might happen with truncated
17214           files (see #305279); remove unnecessary indentation.
17215
17216 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17217
17218         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17219           Fix DIB image inversion for pictures with a
17220           depth != 8 (#305279).
17221
17222 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17223
17224         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17225         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17226         * ext/jpeg/gstjpegdec.h:
17227           Fix durations on outgoing buffers after seeking
17228           in MJPEG files (#334083); some minor clean-ups.
17229
17230 2006-03-13  Wim Taymans  <wim@fluendo.com>
17231
17232         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17233         (gst_wavparse_change_state):
17234         Implement seek in READY (re-fixes #327658)
17235
17236 2006-03-13  Wim Taymans  <wim@fluendo.com>
17237
17238         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17239         * ext/esd/esdmon.c: (gst_esdmon_get):
17240         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17241         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17242         (gst_gdk_pixbuf_sink_getcaps):
17243         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17244         (gst_jpegenc_setcaps):
17245         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17246         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17247         (gst_smokeenc_setcaps):
17248         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17249         (gst_mngdec_src_getcaps):
17250         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17251         (gst_mngenc_chain):
17252         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17253         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17254         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17255         (speex_dec_src_event), (speex_dec_chain):
17256         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17257         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17258         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17259         (gst_negotiation_pad_link), (gst_negotiation_chain):
17260         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17261         (gst_flxdec_chain):
17262         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17263         (deinterleave_chain):
17264         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17265         * gst/median/gstmedian.c: (gst_median_link):
17266         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17267         (gst_monoscope_chain):
17268         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17269         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17270         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17271         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17272         close #333784 unref the result of gst_pad_get_parent()
17273         by: Christophe Fergeau.
17274
17275 2006-03-09  Wim Taymans  <wim@fluendo.com>
17276
17277         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17278         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17279         Handle events in push mode better, can now do non-flushing
17280         seeks in push mode as well.
17281
17282 2006-03-07  Wim Taymans  <wim@fluendo.com>
17283
17284         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17285         Applied patch from Kai Vehmanen, fixes #333624.
17286
17287 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17288
17289         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17290         Implement paletted and grayscale png files handling.
17291         (#150363).
17292
17293 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17294
17295         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17296         (gst_speexenc_chain):
17297           fix a tag list assert
17298           follow gst-plugins-base/ext/ogg/README; set OFFSET
17299           and OFFSET_END.  Muxes correctly with gst-plugins-base
17300           > 0.9.3
17301
17302 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17303
17304         * gst/id3demux/Makefile.am:
17305         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17306         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17307           Use new typefind helper functions here as well, and
17308           do typefinding in pull-mode if upstream supports that.
17309
17310 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17311
17312         * sys/sunaudio/gstsunaudiomixerctrl.c:
17313         (gst_sunaudiomixer_ctrl_get_volume),
17314         (gst_sunaudiomixer_ctrl_set_volume):
17315         * sys/sunaudio/gstsunaudiomixertrack.c:
17316         (gst_sunaudiomixer_track_new):
17317           Remove unused variables, breaks build from CVS
17318           with -Werror (#333392, patch by: Benjamin Pineau)
17319
17320 2006-03-03  Wim Taymans  <wim@fluendo.com>
17321
17322         * docs/plugins/Makefile.am:
17323         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17324         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17325         Added wavparse docs.
17326
17327         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17328         (gst_wavparse_reset), (gst_wavparse_init),
17329         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17330         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17331         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17332         (gst_wavparse_stream_data), (gst_wavparse_loop),
17333         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17334         (gst_wavparse_change_state):
17335         * gst/wavparse/gstwavparse.h:
17336         Implement seek in READY (fixes #327658)
17337         Added docs and did some cleanups.
17338
17339 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17340
17341         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17342         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17343         (gst_avi_demux_calculate_durations_from_index),
17344         (gst_avi_demux_stream_header):
17345         * gst/avi/gstavidemux.h:
17346           If we have an index, use a duration based on the index instead
17347           of blindly trusting the information in the stream headers
17348           (fixes #331817).
17349
17350 2006-03-03  Wim Taymans  <wim@fluendo.com>
17351
17352         * docs/plugins/Makefile.am:
17353         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17354         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17355         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17356         Added smoke and jpeg to the docs.
17357
17358         * ext/jpeg/Makefile.am:
17359         * ext/jpeg/gstjpeg.c: (plugin_init):
17360         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17361         * ext/jpeg/gstjpegenc.h:
17362         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17363         (gst_smokedec_chain):
17364         * ext/jpeg/gstsmokedec.h:
17365         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17366         * ext/jpeg/gstsmokeenc.h:
17367         * ext/jpeg/smokecodec.h:
17368         Port smokedec (fixes #331905).
17369         Added some docs.
17370         Some cleanups.
17371
17372 2006-03-03  Wim Taymans  <wim@fluendo.com>
17373
17374         * docs/plugins/Makefile.am:
17375         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17376         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17377         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17378         Added videobalance and videoflip to the docs.
17379
17380         * gst/videofilter/Makefile.am:
17381         * gst/videofilter/gstvideobalance.c:
17382         (gst_video_balance_update_tables_planar411),
17383         (gst_video_balance_is_passthrough),
17384         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17385         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17386         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17387         (gst_video_balance_finalize), (gst_video_balance_class_init),
17388         (gst_video_balance_init), (gst_video_balance_interface_supported),
17389         (gst_video_balance_interface_init),
17390         (gst_video_balance_colorbalance_list_channels),
17391         (gst_video_balance_colorbalance_set_value),
17392         (gst_video_balance_colorbalance_get_value),
17393         (gst_video_balance_colorbalance_init),
17394         (gst_video_balance_set_property), (gst_video_balance_get_property),
17395         (gst_video_balance_get_type), (plugin_init):
17396         * gst/videofilter/gstvideobalance.h:
17397         Ported to 0.10. (Fixes #326160)
17398         Added docs.
17399
17400         * gst/videofilter/gstvideoflip.c:
17401         * gst/videofilter/gstvideoflip.h:
17402         Added docs.
17403
17404 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17405
17406         * configure.ac:
17407           Bump requirements to current core and -base CVS
17408           (core for new typefind helper API, and -base for the
17409           WAVFORMATEX support that was added to libgstriff and
17410           is needed by wavparse).
17411         
17412         * gst/apetag/Makefile.am:
17413         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17414         (gst_tag_demux_sink_activate):
17415           Use new typefind helpers for typefinding instead of our
17416           home-grown stuff; also, do typefinding in pull-mode if
17417           upstream supports that.
17418
17419 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17420
17421         Reviewed by: Christian Schaller <christian@fluendo.com>
17422
17423         This patch fixes bug: 329107
17424
17425         This Changelog entry is for a commit done on February 17
17426
17427         * ext/gconf/gconf.c
17428         * ext/gconf/gconf.h
17429         * ext/gconf/gstgconfaudiosink.c
17430         * ext/gconf/gstgconfaudiosink.h
17431         * gconf/gstreamer.schemas.in
17432
17433 2006-02-28  Wim Taymans  <wim@fluendo.com>
17434
17435         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17436         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17437         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17438         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17439         Use DEBUG_OBJECT more.
17440
17441 2006-02-28  Wim Taymans  <wim@fluendo.com>
17442
17443         * docs/plugins/Makefile.am:
17444         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17445         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17446         Added dvdec and dvdemux to docs.
17447
17448         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17449         Added docs.
17450         Check frame sizes so we don't crash when don't have enough
17451         data.
17452         Send nice error messages on error.
17453
17454         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17455         (gst_dvdemux_class_init), (gst_dvdemux_init),
17456         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17457         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17458         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17459         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17460         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17461         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17462         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17463         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17464         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17465         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17466         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17467         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17468         * ext/dv/gstdvdemux.h:
17469         Added docs.
17470         Implement pull mode.
17471         Fix memleaks.
17472         Reduce memcpy for the video demuxing.
17473
17474 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17475
17476         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17477         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17478         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17479         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17480           Add a little extra debug. Make the decoder not return NOT_LINKED,
17481           as we want to continue decoding all CMML and emitting tags.
17482
17483 2006-02-27  Michael Smith  <msmith@fluendo.com>
17484
17485         * ext/annodex/gstskeltag.c:
17486         * ext/annodex/gstskeltag.h:
17487           Deleted; these files aren't used any more either.
17488
17489 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17490
17491         * ext/Makefile.am: Fix dist-check.
17492
17493 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17494
17495         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17496         memleak.
17497
17498 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17499
17500         * ext/annodex/Makefile.am:
17501         * ext/annodex/gstannodex.c:
17502         * ext/annodex/gstcmmldec.c:
17503         * ext/annodex/gstcmmlenc.c:
17504         * ext/annodex/gstcmmlparser.c:
17505         * ext/annodex/gstcmmlparser.h:
17506         * ext/annodex/gstcmmlutils.c:
17507         * tests/check/elements/cmmldec.c:
17508         * tests/check/elements/cmmlenc.c:
17509           Fix a memleak in gst_cmml_track_list_add_clip.
17510           Handle overflows in clip's start and end times.
17511           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17512           Do not parse junk at the end of a CMML preamble buffer.
17513           Register a libxml error handler to not print stuff on stderr.
17514           Check for bad clip start and end times in the testsuites.
17515
17516 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17517
17518         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17519         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17520         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17521         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17522         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17523         possible memleaks.
17524
17525 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17526
17527         * tests/check/Makefile.am:
17528         * tests/check/elements/cmmldec.c:
17529         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17530         the plugins-base tags.
17531
17532 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17533
17534         * ext/Makefile.am: Re-enable module.
17535
17536 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17537
17538         * tests/check/Makefile.am: Forgot to remove that test.
17539
17540 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17541
17542         * ext/annodex/Makefile.am:
17543         * ext/annodex/gstannodex.c: (plugin_init):
17544         * ext/annodex/gstcmmldec.c:
17545         * ext/annodex/gstskeldec.c:
17546         * ext/annodex/gstskeldec.h:
17547         * tests/check/Makefile.am:
17548         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17549
17550 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17551
17552         * tests/check/Makefile.am: Disable those checks as well.
17553
17554 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17555
17556         * ext/Makefile.am: Disable annodex for now until we figure out
17557         how to make it build.
17558         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17559         Add a rule to your checklist : "please try to at least build 
17560         what you are going to commit into -good, or if you are too lazy
17561         to do that, please check that the buildbots are not crying because
17562         of your commit."
17563
17564 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17565
17566         * configure.ac:
17567         * ext/Makefile.am:
17568         * ext/gdk_pixbuf/Makefile.am:
17569         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17570         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17571         * ext/gdk_pixbuf/pixbufscale.c:
17572         * ext/gdk_pixbuf/pixbufscale.h:
17573           Gdkpixbuf ported from 0.8 to 0.10 by
17574           Renato Filho <renato.filho@indt.org.br>.
17575           gst_loader and gdkpixbufanimation still need port.
17576
17577 2006-02-24  Michael Smith  <msmith@fluendo.com>
17578
17579         * configure.ac:
17580         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17581         * ext/Makefile.am:
17582         * ext/annodex/Makefile.am:
17583         * ext/annodex/gstannodex.c:
17584         * ext/annodex/gstannodex.h:
17585         * ext/annodex/gstcmmldec.c:
17586         * ext/annodex/gstcmmldec.h:
17587         * ext/annodex/gstcmmlenc.c:
17588         * ext/annodex/gstcmmlenc.h:
17589         * ext/annodex/gstcmmlparser.c:
17590         * ext/annodex/gstcmmlparser.h:
17591         * ext/annodex/gstcmmltag.c:
17592         * ext/annodex/gstcmmltag.h:
17593         * ext/annodex/gstcmmlutils.c:
17594         * ext/annodex/gstcmmlutils.h:
17595         * ext/annodex/gstskeldec.c:
17596         * ext/annodex/gstskeldec.h:
17597         * ext/annodex/gstskeltag.c:
17598         * ext/annodex/gstskeltag.h:
17599         * tests/check/Makefile.am:
17600         * tests/check/elements/cmmldec.c:
17601         * tests/check/elements/cmmlenc.c:
17602         * tests/check/elements/skeldec.c:
17603           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17604           Includes tests & docs, oh my! Passes Thomas's -good checklist
17605           entirely. Wow.
17606
17607 2006-02-24  Michael Smith  <msmith@fluendo.com>
17608
17609         * autogen.sh:
17610           Check for automake 1.9 as well.
17611
17612 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17613
17614         * ext/flac/gstflacenc.c:
17615           Change min. sample rate to 8kHz to match flacdec's.
17616           
17617 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17618
17619         * ext/cdio/Makefile.am:
17620           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17621           required for Cygwin, see #317048)
17622
17623         * gst/rtp/gstasteriskh263.c:
17624           Cygwin has includes for both the unix network socket API
17625           and the windows API, but only one can be included, so fix
17626           includes to only use one or the other, prefering the unxi
17627           one (#317048).
17628
17629 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17630
17631         * rtp/gst/gstrtppcmadepay.c:
17632         * rtp/gst/gstrtppcmadepay.h:
17633         * rtp/gst/gstgstrtppcmapay.c:
17634         * rtp/gst/gstgstrtppcmapay.h:
17635         * rtp/gst/gstrtppcmudepay.c:
17636         * rtp/gst/gstrtppcmudepay.h:
17637         * rtp/gst/gstrtppcmupay.c:
17638         * rtp/gst/gstrtppcmupay.h:
17639         * rtp/gst/Makefile.am:
17640         * rtp/gst/gstrtp.c:
17641         * rtp/gst/README:
17642         Separated the G711 payloaders/depayloaders into separate elements for
17643         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17644
17645 2006-02-22  Wim Taymans  <wim@fluendo.com>
17646
17647         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17648         (gst_dvdec_change_state):
17649         * ext/dv/gstdvdec.h:
17650         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17651         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17652         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17653         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17654         (gst_dvdemux_flush), (gst_dvdemux_chain),
17655         (gst_dvdemux_change_state):
17656         * ext/dv/gstdvdemux.h:
17657         Ueber spiffify some more, added debug category.
17658         Use _scale.
17659         Use segments, respect playback rate from newsegment.
17660         Fix refcount issue.
17661
17662 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17663
17664         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17665         (gst_signal_processor_process):
17666         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17667         enabled for the build, but it helps me win the feature-count
17668         competitions ooh yeah.
17669
17670 2006-02-19  Wim Taymans  <wim@fluendo.com>
17671
17672         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17673         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17674         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17675         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17676         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17677         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17678         Use scaling code for added precission and more correct stop
17679         position in case scale==0.
17680
17681 2006-02-19  Wim Taymans  <wim@fluendo.com>
17682
17683         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17684         (gst_flxdec_chain):
17685         * gst/flx/gstflxdec.h:
17686         Implement DURATION query.
17687
17688 2006-02-19  Wim Taymans  <wim@fluendo.com>
17689
17690         * gst/flx/flx_color.h:
17691         * gst/flx/flx_fmt.h:
17692         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17693         (gst_flxdec_src_query_handler), (flx_decode_color),
17694         (gst_flxdec_chain):
17695         * gst/flx/gstflxdec.h:
17696         Set MALLOCDATA for the temp buffers so we don't leak.
17697         Some debug cleanups.
17698         Consume all data in the adapter before leaving the chain
17699         function. Fixes #330678.
17700
17701 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17702
17703         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17704         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17705          Handle 0 data size in otherwise valid frames.
17706          Handle numeric strings in 2.4.0 even when not in parentheses 
17707
17708 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
17709
17710         * gst/matroska/matroska-demux.c:
17711         (gst_matroska_demux_subtitle_caps),
17712         (gst_matroska_demux_plugin_init):
17713         * gst/matroska/matroska-ids.h:
17714           Recognise SSA/ASS and USF subtitle formats and
17715           set proper caps when they are found.
17716
17717 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17718
17719         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
17720         (gst_jpeg_dec_chain):
17721           Fix invalid memory access for some odd-sized images
17722           (see image contained in quicktime stream in #327083);
17723           use g_malloc() instead of g_alloca().
17724
17725 2006-02-17  Wim Taymans  <wim@fluendo.com>
17726
17727         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17728         Patch from Sebastien Cote, fixes #319884
17729
17730 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17731
17732         * ext/cdio/gstcdio.c: (plugin_init):
17733           Init debug category (#331253).
17734
17735 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17736
17737         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
17738           Pass extra_data to gst_riff_create_audio_caps(), so that
17739           WAVEFORMATEX stuff works. Post audio codec name and post
17740           it as taglist on the bus. Allow up to 8 channesl for raw
17741           PCM in the source pad template caps.
17742
17743 2006-02-16  Wim Taymans  <wim@fluendo.com>
17744
17745         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17746         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17747         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
17748         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
17749         (gst_multipart_set_property), (gst_multipart_get_property):
17750         Applied #318663. Gives quite a few false positives in
17751         autoscan mode, but it's better than nothing. Not closing yet.
17752
17753 2006-02-16  Wim Taymans  <wim@fluendo.com>
17754
17755         * docs/plugins/Makefile.am:
17756         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17757         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17758         * docs/plugins/gst-plugins-good-plugins.args:
17759         * docs/plugins/inspect/plugin-udp.xml:
17760         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
17761         (gst_udpsrc_start):
17762         Update documentation.
17763         Fix args.
17764
17765 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
17766
17767         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17768         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
17769         frame size. (Fixes #331368)
17770
17771 2006-02-16  Wim Taymans  <wim@fluendo.com>
17772
17773         * gst/rtsp/README:
17774         Updated README.
17775
17776         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17777         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
17778         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
17779         * gst/rtsp/gstrtspsrc.h:
17780         Make sure the RTP port is an even port an try to allocate 
17781         another if not.
17782         Added retry property to control max retries for port allocation.
17783         Make sure RTCP port is RTP port+1.
17784         Cleanup when port allocation fails.
17785         Fixes #319183.
17786         
17787 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17788
17789         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
17790           Don't ignore return value of the parent class's state
17791           change function (#331385, patch by: Wouter Paesen).
17792
17793 2006-02-15  Wim Taymans  <wim@fluendo.com>
17794
17795         * configure.ac:
17796         * docs/plugins/Makefile.am:
17797         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17798         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17799         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17800         * ext/Makefile.am:
17801         * ext/hal/Makefile.am:
17802         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
17803         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
17804         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
17805         (do_toggle_element), (gst_hal_audio_sink_set_property),
17806         (gst_hal_audio_sink_get_property),
17807         (gst_hal_audio_sink_change_state):
17808         * ext/hal/gsthalaudiosink.h:
17809         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
17810         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
17811         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
17812         (do_toggle_element), (gst_hal_audio_src_set_property),
17813         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
17814         * ext/hal/gsthalaudiosrc.h:
17815         * ext/hal/gsthalelements.c: (plugin_init):
17816         * ext/hal/gsthalelements.h:
17817         * ext/hal/hal.c: (gst_hal_get_string),
17818         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
17819         (gst_hal_get_audio_src):
17820         * ext/hal/hal.h:
17821         Add HAL sound device wrapper plugins. Closes #329106
17822
17823 2006-02-15  Wim Taymans  <wim@fluendo.com>
17824
17825         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17826         Add comment in a fultile attempt to stop the copy-and-paste 
17827         paradigm leading to duplication of bad code.
17828
17829         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
17830         Mime parameters have to be checked case insensitive
17831
17832 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17833
17834         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
17835           Advance stream time for lagging subtitle streams by sending
17836           newsegment events with the update flag set.
17837
17838 2006-02-14  Edward Hervey  <edward@fluendo.com>
17839
17840         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17841         There can be bogus data before the hdrl LIST tag in the RIFF header.
17842         It's hard to say if it's not respecting the AVI specifications or not,
17843         but since Google Video is producing AVIs like that and the other player
17844         don't seem to complain, I guess we should do the same.
17845
17846 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
17847
17848         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
17849         (parse_split_strings):
17850         Add more validation to ensure that a char encoding conversion
17851         produced a valid UTF-8 string.
17852
17853 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
17854
17855         Reviewed by: Edward Hervey  <edward@fluendo.com>
17856
17857         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17858         Properly handle end of segment. Closes #330885.
17859
17860 2006-02-13  Wim Taymans  <wim@fluendo.com>
17861
17862         * gst/rtp/gstrtpmp4gpay.h:
17863         For got to commit this one.
17864
17865 2006-02-12  Wim Taymans  <wim@fluendo.com>
17866
17867         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
17868         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
17869         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
17870         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17871         * gst/rtp/gstrtpmp4gpay.h:
17872         Make more things work.
17873         Handle ACC config strings.
17874
17875 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17876
17877         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17878           set timestamps if no incoming timestamps set
17879
17880 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17881
17882         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17883         (gst_tag_demux_do_typefind):
17884           ... and fix the very same leaks in GstTagDemux.
17885
17886 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17887
17888         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17889         (gst_id3demux_do_typefind):
17890         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17891         <jonathan at kaolin dot wh9 dot net>)
17892
17893 2006-02-10  Wim Taymans  <wim@fluendo.com>
17894
17895         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17896         First set options, then set caps or else the baseclass
17897         will not know about the options, duh.
17898
17899 2006-02-10  Wim Taymans  <wim@fluendo.com>
17900
17901         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17902         (gst_rtp_mp4v_pay_setcaps):
17903         Don't waste time looking for a config string if we have codec_info
17904         on the incomming caps.
17905
17906 2006-02-10  Wim Taymans  <wim@fluendo.com>
17907
17908         * gst/rtp/README:
17909         Say something about case-sensitivity of caps vs mime-attributes.
17910
17911         * gst/rtp/Makefile.am:
17912         * gst/rtp/gstrtp.c: (plugin_init):
17913         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17914         (gst_rtp_amr_pay_handle_buffer):
17915         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17916         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17917         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17918         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17919         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17920         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17921         (gst_rtp_mp4g_pay_plugin_init):
17922         * gst/rtp/gstrtpmp4gpay.h:
17923         Added beginnings of mpeg4-generic payloader (RFC 3640)
17924
17925 2006-02-09  Wim Taymans  <wim@fluendo.com>
17926
17927         * gst/rtsp/Makefile.am:
17928         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17929         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17930         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17931         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17932         (gst_rtpdec_change_state):
17933         * gst/rtsp/gstrtpdec.h:
17934         * gst/rtsp/gstrtsp.c: (plugin_init):
17935         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17936         * gst/rtsp/rtspconnection.c: (read_body),
17937         (rtsp_connection_receive):
17938         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17939         Resurected rtpdec to make rtspsrc happy again.
17940         Skip attributes from the session id.
17941         Don't crash when dumping a message with an empty body.
17942
17943
17944 2006-02-09  Wim Taymans  <wim@fluendo.com>
17945
17946         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17947         Added more meaningfull warnings when something goes wrong.
17948         Clear F bit on outgoing AMR packets.
17949
17950         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17951         (gst_rtp_amr_pay_handle_buffer):
17952         Added debugging category
17953         Support payloading of multiple AMR frames.
17954
17955         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17956         Added some debugging.
17957
17958 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17959
17960         * configure.ac:
17961           Back to CVS
17962
17963 === release 0.10.2 ===
17964
17965 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17966
17967         * configure.ac:
17968           releasing 0.10.2, "Papa was a rolling stone"
17969
17970 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17971
17972         * configure.ac:
17973           Bump core and plugins-base requirement to 0.10.2.2
17974           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17975
17976 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17977
17978         * ext/flac/gstflac.c: (plugin_init):
17979         * ext/speex/gstspeex.c: (plugin_init):
17980           Register musicbrainz tags.
17981
17982 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17983
17984         * ext/gconf/gconf.h:
17985           Remove declaration of function that no longer exists.
17986
17987 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17988
17989         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17990         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17991         Make shout2 work for non ogg streams
17992
17993 2006-02-06  Wim Taymans  <wim@fluendo.com>
17994
17995         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
17996         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
17997         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
17998         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
17999         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18000         * gst/udp/gstmultiudpsink.h:
18001         Updated docs.
18002         Added properties bytes-served, bytes_to_serve.
18003         Post proper error messages,
18004         Emit client added signal too.
18005
18006 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18007
18008         * docs/plugins/Makefile.am:
18009         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18010         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18011         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18012         (gst_multiudpsink_get_stats):
18013           adding docs for multiudpsink
18014
18015 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18016
18017         * gst/level/gstlevel.c: (gst_level_transform_ip):
18018           peak below decay is not necessarily an error, so don't ERROR log
18019
18020 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18021
18022         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18023         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18024         (gst_ebml_write_seek):
18025         * gst/matroska/ebml-write.h:
18026           Make sure we send a newsegment event in BYTES format
18027           before sending buffers (#328531).
18028
18029 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18030
18031         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18032         (gst_dvdemux_sink_query):
18033         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18034         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18035         (speex_dec_src_query):
18036         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18037         (gst_speexenc_sink_query):
18038         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18039         * gst/matroska/matroska-demux.c:
18040         (gst_matroska_demux_get_src_query_types),
18041         (gst_matroska_demux_handle_src_query):
18042         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18043         (gst_wavparse_pad_query):
18044           Pass unhandled queries upstream instead of just dropping
18045           them (#326446). Update query type arrays here and there.
18046
18047 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18048
18049         * tests/check/elements/matroskamux.c: (setup_src_pad):
18050           Collectpads in core got changed and now also holds a
18051           reference to any pad that is part of it. Fix refcount
18052           checks in test case accordingly.
18053
18054 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18055
18056         * gst/apetag/gstapedemux.h:
18057           Fix include, for now GstTagDemux is in the apetag dir.
18058
18059 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18060
18061         * docs/plugins/Makefile.am:
18062         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18063         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18064         * docs/plugins/inspect/plugin-cdio.xml:
18065           Add cdio plugin to docs.
18066
18067         * ext/cdio/gstcdiocddasrc.c:
18068           Add gtk-doc blurb.
18069
18070         * ext/cdio/gstcdio.c:
18071           The plugin is called 'cdio' not 'cddio'.
18072
18073 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18074
18075         * configure.ac:
18076         * docs/plugins/Makefile.am:
18077         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18078         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18079         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18080         * docs/plugins/inspect/plugin-apetag.xml:
18081         * gst/apetag/Makefile.am:
18082         * gst/apetag/gstapedemux.c:
18083         * gst/apetag/gstapedemux.h:
18084         * gst/apetag/gsttagdemux.c:
18085         * gst/apetag/gsttagdemux.h:
18086           Add APE tag demuxer (#325649).
18087
18088 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18089
18090         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18091         (gst_gconf_get_default_video_sink),
18092         (gst_gconf_get_default_audio_src),
18093         (gst_gconf_get_default_video_src):
18094         * ext/gconf/gconf.h:
18095         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18096         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18097         (do_toggle_element):
18098         * ext/gconf/gstgconfaudiosink.h:
18099         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18100         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18101         (do_toggle_element):
18102         * ext/gconf/gstgconfaudiosrc.h:
18103         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18104         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18105         (do_toggle_element):
18106         * ext/gconf/gstgconfvideosink.h:
18107         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18108         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18109         (do_toggle_element):
18110         * ext/gconf/gstgconfvideosrc.h:
18111           Ignore changing the GConf key to "". Ignore GConf key updates
18112           that don't actually change the string.
18113           For now, ignore the GConf key when the state is > READY, as
18114           it breaks streaming. Sometime it will be nice to bring the
18115           new sink online even mid-stream, by sending NEWSEGMENT info
18116           and possibly prerolling.
18117           (Fixes #326736)
18118
18119 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18120
18121         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18122         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18123         (zoomFilterSetResolution), (zoomFilterDestroy),
18124         (zoomFilterFastRGB), (pointFilter):
18125         * gst/goom/filters.h:
18126         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18127         (goom_update), (goom_close):
18128         * gst/goom/goom_core.h:
18129         * gst/goom/goom_tools.h:
18130         * gst/goom/graphic.c:
18131         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18132         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18133         * gst/goom/gstgoom.h:
18134         * gst/goom/lines.c: (goom_lines):
18135         * gst/goom/lines.h:
18136           Make goom reentrant by moving all important static variables
18137           into instance structures.
18138           (Fixes #329181)
18139
18140 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18141
18142         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18143         (gst_avi_demux_all_source_pads_unlinked),
18144         (gst_avi_demux_process_next_entry):
18145         * gst/avi/gstavidemux.h:
18146           Third attempt, use gst_pad_is_linked() this time.
18147
18148 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18149
18150         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18151         (parse_split_strings):
18152         Adjust for data length indicators when parsing (Fixes #329810)
18153         Fix stupid bug parsing UTF-8 tag text.
18154         Output tag strings with multiple fields as multiple tags, so the
18155         app gets all the data.
18156
18157 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18158
18159         * ext/flac/gstflacenc.c:
18160         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18161         show me.
18162         
18163 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18164
18165         * ext/flac/gstflacenc.c:
18166         * gst/matroska/ebml-read.c:
18167         Just make it compile with --disable-gst-debug.
18168
18169 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18170
18171         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18172         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18173         (id3v2_genre_fields_to_taglist):
18174           Never output a tag with a null contents string.
18175
18176 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18177
18178         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18179           Only pause if all pads are unlinked AND we've tried to send data
18180           on all of them at least once.
18181
18182 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18183
18184         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18185         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18186           Make loop function/task pause itself when all source pads are
18187           unlinked.
18188
18189 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18190
18191         * configure.ac:
18192         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18193           Use new functions from core to render a bin from a
18194           string. Fixes build. Up requirements to core CVS.
18195
18196 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18197
18198         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18199           Don't push buffers into the adapter that we are going to
18200           push downstream again without framing anyway. Also, the
18201           adaptor takes ownership of buffers put into it (fixes
18202           auparse pushing invalid buffers for .au files with
18203           ADPCM contents). Finally, set caps on all outgoing buffers.
18204
18205 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18206
18207         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18208         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18209         (gst_id3demux_send_tag_event):
18210         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18211         Someone should kick my butt. Remove ID3v1 tags from the end of the
18212         file.
18213
18214         Improve error messages. Send the TAG message as soon as we complete
18215         typefinding, instead of waiting until we send the first buffer.
18216         Downstream tag event is still sent before the first buffer.
18217
18218 2006-01-27  Jan Gerber  <j@bootlab.org>
18219
18220         Reviewed by: Andy Wingo <wingo@pobox.com>
18221
18222         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18223         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18224         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18225         to not have warings flooding stderr. this is the suggested way
18226         also used in dvgrab and kino. (#328336)
18227
18228 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18229
18230         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18231         (gst_oss_sink_init), (gst_oss_sink_finalise):
18232           Free the device name string when finalised.
18233
18234 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18235
18236         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18237           Don't put function calls in g_return_if_fail() statements,
18238           or they'll be replaced with NOOPs if someone compiles with
18239           G_DISABLE_CHECKS defined.
18240           
18241 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18242
18243         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18244         Never trust ANY information encoded in a media file, especially
18245         when it's giving you sizes. (Fixes #328452)
18246
18247 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18248
18249         * gst/rtp/gstrtpg711pay.c:
18250         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18251         bug #325148.
18252
18253 2006-01-23  Edward Hervey  <edward@fluendo.com>
18254
18255         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18256         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18257         * gst/matroska/matroska-ids.h:
18258         Added recognition of Real Audio and Video streams in matroska demuxer.
18259
18260 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18261
18262         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18263           Remove errant break statement, and fix compilation with
18264           older GCC.
18265
18266 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18267
18268         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18269
18270         * sys/sunaudio/gstsunaudiomixerctrl.c:
18271         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18272           Export functions that are needed in other parts of the code,
18273           makes the mixer actually work; adjust magic minimum buffer-time
18274           value from 3ms to 5ms to work around stuttering during mp3
18275           playback (#327765).
18276
18277 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18278
18279         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18280
18281         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18282         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18283           Fix possible deadlock in matroska muxer (#327825).
18284
18285 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18286
18287         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18288         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18289         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18290         * gst/rtsp/sdpmessage.h:
18291         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18292         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18293           C89 fixes: declare variables at the beginning of a block and
18294           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18295           <jensgr at gmx dot net>).
18296
18297 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18298
18299         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18300         * gst/id3demux/id3tags.h:
18301         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18302         (parse_comment_frame), (parse_text_identification_frame),
18303         (id3v2_tag_to_taglist), (id3v2_are_digits),
18304         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18305         (parse_split_strings), (free_tag_strings):
18306           Rewrite parsing of text tags to handle multiple NULL terminated
18307           strings. Parse numeric genre strings and ID3v2 type
18308           "(3)(6)Alternative" style genre strings.
18309           Parse dates that are only YYYY or YYYY-mm format.
18310           (Fixes #328241 and #322154)
18311
18312 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18313
18314         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18315           Don't forget to initialize liboil, otherwise our oil functions
18316           will crash (fixes #327871; patch by: Christoph Burghardt
18317           <hawkes at web dot de>).
18318
18319 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18320
18321         * configure.ac:
18322           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18323           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18324           patch by: Brian Cameron <brian dot cameron at sun dot com>
18325
18326 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18327
18328         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18329         * ext/cdio/gstcdio.h:
18330         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18331           Fix build for libcdio versions >= 76; give slightly lower rank
18332           than cdparanoia.
18333
18334 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18335
18336         * configure.ac:
18337         * ext/Makefile.am:
18338         * ext/cdio/Makefile.am:
18339         * ext/cdio/gstcdio.c:
18340         * ext/cdio/gstcdio.h:
18341         * ext/cdio/gstcdiocddasrc.c:
18342         * ext/cdio/gstcdiocddasrc.h:
18343           Port libcdio cdda source, formerly known as cddasrc, now known as
18344           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18345           but that's not tested (fixes #317658).
18346
18347 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18348
18349         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18350           Fix conversion from TIME to BYTES format (fixes #326864;
18351           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18352
18353 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18354
18355         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18356           Fix compilation of id3demux when zlib is not present.
18357           (Fixes #326602; patch by: Sergey Scobich)
18358
18359 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18360
18361         * ext/esd/Makefile.am:
18362           Add $(ESD_CFLAGS), otherwise build will fail for folks
18363           with libesd in a non-standard prefix (#327009).
18364
18365 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18366
18367         * configure.ac:
18368           back to HEAD
18369
18370 === release 0.10.1 ===
18371
18372 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18373
18374         * configure.ac:
18375           releasing 0.10.1, "Li"
18376
18377 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18378
18379           patch by: Wim Taymans
18380
18381         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18382           fix memleak.  Fixes #326618
18383
18384 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18385
18386           patch by: Mike Smith
18387
18388         * gst/level/gstlevel.c: (gst_level_message_new),
18389         (gst_level_message_append_channel):
18390           Fix memleak.  Fixes #326612
18391
18392 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18393
18394         * configure.ac:
18395           prereleasing
18396         * po/af.po:
18397         * po/az.po:
18398         * po/cs.po:
18399         * po/en_GB.po:
18400         * po/hu.po:
18401         * po/it.po:
18402         * po/nb.po:
18403         * po/nl.po:
18404         * po/or.po:
18405         * po/sq.po:
18406         * po/sr.po:
18407         * po/sv.po:
18408         * po/uk.po:
18409         * po/vi.po:
18410           update translations
18411
18412 2006-01-10  Michael Smith  <msmith@fluendo.com>
18413
18414         * gst/level/gstlevel.c: (gst_level_class_init),
18415         (gst_level_dispose):
18416           Don't leak filter arrays.
18417
18418 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18419
18420         reviewed by: Christian Schaller <uraeus@gnome.org>
18421         
18422         * configure.ac:
18423         * gst-plugins-good.spec.in:
18424         * sys/Makefile.am:
18425         * sys/sunaudio/Makefile.am:
18426         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18427         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18428         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18429         (gst_sunaudiomixer_change_state):
18430         * sys/sunaudio/gstsunaudiomixer.h:
18431         * sys/sunaudio/gstsunaudiomixerctrl.c:
18432         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18433         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18434         (gst_sunaudiomixer_ctrl_list_tracks),
18435         (gst_sunaudiomixer_ctrl_get_volume),
18436         (gst_sunaudiomixer_ctrl_set_volume),
18437         (gst_sunaudiomixer_ctrl_set_mute),
18438         (gst_sunaudiomixer_ctrl_set_record):
18439         * sys/sunaudio/gstsunaudiomixerctrl.h:
18440         * sys/sunaudio/gstsunaudiomixertrack.c:
18441         (gst_sunaudiomixer_track_class_init),
18442         (gst_sunaudiomixer_track_init), (fill_labels),
18443         (gst_sunaudiomixer_track_new):
18444         * sys/sunaudio/gstsunaudiomixertrack.h:
18445         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18446         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18447         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18448         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18449         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18450         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18451         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18452         * sys/sunaudio/gstsunaudiosink.h:
18453
18454         Add SunAudio plugin - tested to make sure it doesn't break
18455         the build under GNU/Linux.      
18456
18457 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18458
18459         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18460         * gst-plugins-good/gst/udp/gstudpsrc.c:
18461         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18462         overrides the port or multicast parameters. Fixes bugs #323021.
18463         API addition: adds GstUDPSrc::sockfd property   
18464
18465 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18466
18467         * ext/gconf/Makefile.am:
18468         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18469         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18470         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18471         (do_toggle_element), (cb_toggle_element),
18472         (gst_gconf_audio_src_change_state):
18473         * ext/gconf/gstgconfaudiosrc.h:
18474         * ext/gconf/gstgconfelements.c: (plugin_init):
18475         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18476         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18477         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18478         (do_toggle_element), (cb_toggle_element),
18479         (gst_gconf_video_src_change_state):
18480         * ext/gconf/gstgconfvideosrc.h:
18481           Add new gconfaudiosrc and gconfvideosrc elements
18482           (needed for gnome-sound-recorder).
18483
18484 2006-01-06  Edward Hervey  <edward@fluendo.com>
18485
18486         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18487         Add gst_element_no_more_pads() for proper decodebin behaviour.
18488         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18489         (parse_text_identification_frame), (parse_split_strings):
18490         Failure to decode some tags is not a GST_ERROR() but a
18491         GST_WARNING()
18492         When iterating over a chunk of text, check that we haven't gone too
18493         far.
18494
18495 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18496
18497         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18498         (plugin_init):
18499           call oil_init() when using liboil
18500
18501 2006-01-04  Wim Taymans  <wim@fluendo.com>
18502
18503         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18504         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18505         Fix leaks.
18506
18507 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18508
18509         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18510
18511         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18512         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18513         (gst_flac_dec_change_state):
18514           Don't g_assert() where we should just return FALSE; remove
18515           unnecessary g_assert(); initialize some fields properly in
18516           state change function (fixes #325504). Also, use
18517           GST_DEBUG_OBJECT in two more places.
18518
18519 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18520
18521         * configure.ac:
18522           also remove smoothwave's Makefile.am
18523         * docs/plugins/Makefile.am:
18524           fix plugin docs
18525
18526 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18527
18528         * tests/examples/Makefile.am:
18529           added missing Makefile.am
18530
18531 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18532
18533         * configure.ac:
18534         * gst/level/Makefile.am:
18535         * gst/level/level-example.c:
18536         * tests/Makefile.am:
18537         * tests/examples/level/Makefile.am:
18538         * tests/examples/level/level-example.c: (message_handler), (main):
18539           moved level-example to tests/examples/level-example
18540         * tests/old/examples/level/demo.c: (main):
18541         * tests/old/examples/level/plot.c: (main):
18542           some initial fixes
18543
18544 2005-12-29  Michael Smith  <msmith@fluendo.com>
18545
18546         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18547         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18548         * gst/udp/gstmultiudpsink.h:
18549           Track packets sent per client in addition to bytes sent; provide
18550           this info through get-stats signal
18551
18552 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18553
18554         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18555           Can't use gst_object_unref() on a GstAdapter (#325191).
18556
18557 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18558
18559         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18560         If a broken tag has 0 bytes payload, at least still skip
18561         the 10 byte header
18562
18563 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18564
18565         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18566         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18567         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18568         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18569           Making these depayloaders (H263+ and mpeg4 video) inherit from
18570           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18571
18572 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18573
18574         * docs/plugins/gst-plugins-good-plugins.args:
18575         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18576         Regenerate the plugin hiearchy.
18577
18578 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18579
18580         * docs/plugins/Makefile.am:
18581         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18582         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18583         * docs/plugins/gst-plugins-good-plugins.args:
18584         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18585         (gst_id3demux_base_init), (gst_id3demux_class_init),
18586         (gst_id3demux_chain):
18587         * gst/id3demux/gstid3demux.h:
18588           Add documentation for id3demux.
18589           Don't fail if the first buffer is not at offset 0, just
18590           attempt to typefind and do pass through
18591           Rename the gst_type function from gst_gst_id3demux..
18592
18593 2005-12-20  Michael Smith  <msmith@fluendo.com>
18594
18595         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18596         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18597         (gst_multiudpsink_get_stats):
18598         * gst/udp/gstmultiudpsink.h:
18599           Collect statistics; return them from get_stats.
18600
18601 2005-12-19  Edward Hervey  <edward@fluendo.com>
18602
18603         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18604         Stupid signedness issue...
18605
18606 2005-12-19  Edward Hervey  <edward@fluendo.com>
18607
18608         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18609         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18610         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18611         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18612         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18613         Construct index for indexless files.
18614         Make sure pad/buffers are correctly reset to NULL once we don't need
18615         them anymore, else we get lovely segfaults/assertions.
18616         * gst/wavparse/gstwavparse.c:
18617         Yes, you can have 96KHz audio and wma in wav :(
18618
18619 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18620
18621         * configure.ac:
18622           Check for optional dependency on zlib for id3demux
18623
18624         * gst/id3demux/Makefile.am:
18625         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18626         (gst_id3demux_base_init), (gst_id3demux_class_init),
18627         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18628         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18629         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18630         (gst_id3demux_set_property), (gst_id3demux_get_property),
18631         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18632         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18633         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18634         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18635         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18636         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18637         (simple_find_peek), (simple_find_suggest),
18638         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18639         (plugin_init):
18640         * gst/id3demux/gstid3demux.h:
18641         * gst/id3demux/id3tags.c: (read_synch_uint),
18642         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18643         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18644         (id3demux_id3v2_frames_to_tag_list):
18645         * gst/id3demux/id3tags.h:
18646         * gst/id3demux/id3v2.4.0-frames.txt:
18647         * gst/id3demux/id3v2.4.0-structure.txt:
18648         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18649         (parse_comment_frame), (parse_text_identification_frame),
18650         (id3v2_tag_to_taglist), (parse_split_strings):
18651           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18652           otherwise it discards them. Works on my test files. 
18653
18654         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18655           Don't send EOS to a non-existing srcpad
18656           The debug category can be static
18657
18658 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18659
18660         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18661         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18662         * gst/multipart/multipartdemux.c:
18663           change some char* into char[]
18664
18665 2005-12-16  Wim Taymans  <wim@fluendo.com>
18666
18667         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18668         (gst_wavparse_other), (gst_wavparse_perform_seek),
18669         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18670         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18671         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18672         * gst/wavparse/gstwavparse.h:
18673         Use GstSegment to implement more seeking features.
18674
18675 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18676
18677         * gst/rtsp/rtspconnection.c:
18678           Add <netinet/in.h> include and move <arpa/inet.h> include
18679           to make things work on OpenBSD as well (fixes #323717;
18680           patch by: Benjamin Pineau)
18681
18682 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18683
18684         * gst/rtp/gstrtpspeexdepay.c:
18685         * gst/rtp/gstrtpspeexpay.c:
18686         Set clock rate to be fixed in 8000. It fixes bug #324012.
18687
18688 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18689
18690         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18691         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18692         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18693         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18694         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18695         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18696         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18697         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18698         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18699         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18700         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18701         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18702         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18703         * gst-plugins-good/gst/rtp/README:
18704         Fixed payload range in payloder caps. Removed payload range completely
18705         from depayloaders as they don't require payload type in their caps.
18706         In effect, there isn't any specific payload type for any given codec,
18707         only suggestions.
18708         Fixes bug #324011.
18709
18710 2005-12-13  Julien MOUTTE  <julien@moutte.net>
18711
18712         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18713         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18714         (gst_videomixer_collected): Code cleanup and re-enabling 
18715         queued time validity check for correct EOS handling.
18716
18717 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
18718
18719         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
18720         (gst_oss_mixer_element_get_property),
18721         (gst_oss_mixer_element_change_state):
18722         Add 'device-name' property and fix state change function.
18723
18724 2005-12-13  Edward Hervey  <edward@fluendo.com>
18725
18726         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
18727         If the speed of the file is null in the header, set the frame_time to
18728         the default setting of GST_SECOND / 70. Which is the default
18729         frame_delay for .fli files as stated in this document :
18730         http://www.compuphase.com/flic.htm
18731         Would be nice to have the time conversion done properly too (duration =
18732         flxh->frames * flxdec->frame_time)
18733
18734 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18735
18736         * docs/plugins/Makefile.am:
18737         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18738         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18739         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18740         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18741         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18742         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
18743         documentation for videomixer on my way with a funny sample
18744         pipeline.
18745
18746 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18747
18748         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18749         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18750         (gst_videomixer_update_queues), (gst_videomixer_collected):
18751         Fix caps negotiation. (#323896)
18752
18753 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
18754
18755         * gst/matroska/matroska-demux.c:
18756         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
18757           Set correct timestamps on audio laces, fixes playback of mp3 from
18758                 matroska.
18759
18760 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18761
18762         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
18763         (gst_au_parse_class_init), (gst_au_parse_init),
18764         (gst_au_parse_dispose), (gst_au_parse_chain),
18765         (gst_au_parse_change_state), (plugin_init):
18766         * gst/auparse/gstauparse.h:
18767           Use gst_object_unref() for GstObjects instead of
18768           g_object_unref() and fix a mem leak in a debug
18769           statement; while we're at it, also borgify, use
18770           boilerplate macros and clean up a little bit.
18771
18772 2005-12-11  Edward Hervey  <edward@fluendo.com>
18773
18774         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18775         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
18776         Added pull mode.
18777
18778 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18779
18780         * gst/goom/gstgoom.c:
18781         * gst/level/level-example.c: (main):
18782         * gst/smoothwave/demo-osssrc.c: (main):
18783           Use audiotestsrc instead of sinesrc (#323798).
18784
18785 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
18786
18787         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
18788           more debug-func-ptr usage
18789
18790 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
18791
18792         * gst/flx/flx_color.c: (flx_colorspace_convert):
18793         * gst/flx/flx_color.h:
18794         * gst/flx/flx_fmt.h:
18795         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
18796         * gst/flx/gstflxdec.h:
18797           Now flxdec works on big-endian machines as well.
18798
18799 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18800
18801         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18802         (gst_fenced_buffer_copy):
18803           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
18804           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
18805           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
18806           and use GST_DEBUG_FUNCPTR for pad functions.
18807
18808 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18809
18810         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
18811         (gst_flac_dec_class_init), (gst_flac_dec_init),
18812         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
18813         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
18814         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
18815         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
18816         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
18817         (gst_flac_dec_change_state):
18818         * ext/flac/gstflacdec.h:
18819           Rewrite flacdec a bit, so that even seeking might work now. Most
18820           importantly, don't act upon any flow return values we get, just tell
18821           the decoder everything's dandy and act on the flow return values
18822           later on in the loop function. We don't want to mess up the internal
18823           decoder state for non-fatal things like flushing pads etc. Other
18824           than that, use GstSegment (segment seeks don't work yet though, but
18825           should be easy to add), use boilerplate macros, drop the superfluous
18826           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
18827           lots of other things.
18828
18829 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18830
18831         * configure.ac:
18832           Update comment in OSS includes check.
18833
18834         * sys/oss/gstossdmabuffer.c:
18835         * sys/oss/gstosshelper.c:
18836         * sys/oss/gstossmixer.c:
18837         * sys/oss/gstossmixertrack.c:
18838         * sys/oss/gstosssink.c:
18839         * sys/oss/gstosssrc.c:
18840         * sys/oss/oss_probe.c:
18841           Don't assume the OSS soundcard.h include is always in
18842           the sys/ directory. Instead, use the existing defines
18843           from config.h to include the right file. Fixes
18844           compilation on OpenBSD 3.8 (#323718).
18845
18846 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18847
18848         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18849         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18850         * docs/plugins/inspect/plugin-1394.xml:
18851         * docs/plugins/inspect/plugin-aasink.xml:
18852         * docs/plugins/inspect/plugin-alaw.xml:
18853         * docs/plugins/inspect/plugin-alpha.xml:
18854         * docs/plugins/inspect/plugin-alphacolor.xml:
18855         * docs/plugins/inspect/plugin-auparse.xml:
18856         * docs/plugins/inspect/plugin-autodetect.xml:
18857         * docs/plugins/inspect/plugin-avi.xml:
18858         * docs/plugins/inspect/plugin-cacasink.xml:
18859         * docs/plugins/inspect/plugin-cairo.xml:
18860         * docs/plugins/inspect/plugin-cutter.xml:
18861         * docs/plugins/inspect/plugin-debug.xml:
18862         * docs/plugins/inspect/plugin-dv.xml:
18863         * docs/plugins/inspect/plugin-efence.xml:
18864         * docs/plugins/inspect/plugin-effectv.xml:
18865         * docs/plugins/inspect/plugin-esdsink.xml:
18866         * docs/plugins/inspect/plugin-flac.xml:
18867         * docs/plugins/inspect/plugin-flxdec.xml:
18868         * docs/plugins/inspect/plugin-gconfelements.xml:
18869         * docs/plugins/inspect/plugin-goom.xml:
18870         * docs/plugins/inspect/plugin-jpeg.xml:
18871         * docs/plugins/inspect/plugin-level.xml:
18872         * docs/plugins/inspect/plugin-matroska.xml:
18873         * docs/plugins/inspect/plugin-mulaw.xml:
18874         * docs/plugins/inspect/plugin-multipart.xml:
18875         * docs/plugins/inspect/plugin-navigationtest.xml:
18876         * docs/plugins/inspect/plugin-ossaudio.xml:
18877         * docs/plugins/inspect/plugin-png.xml:
18878         * docs/plugins/inspect/plugin-rtp.xml:
18879         * docs/plugins/inspect/plugin-rtsp.xml:
18880         * docs/plugins/inspect/plugin-shout2send.xml:
18881         * docs/plugins/inspect/plugin-smpte.xml:
18882         * docs/plugins/inspect/plugin-speex.xml:
18883         * docs/plugins/inspect/plugin-udp.xml:
18884         * docs/plugins/inspect/plugin-videobox.xml:
18885         * docs/plugins/inspect/plugin-videoflip.xml:
18886         * docs/plugins/inspect/plugin-videomixer.xml:
18887         * docs/plugins/inspect/plugin-wavenc.xml:
18888         * docs/plugins/inspect/plugin-wavparse.xml:
18889         * ext/flac/gstflac.c: (plugin_init):
18890         * ext/flac/gstflacdec.c: (flacdec_get_type),
18891         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18892         (gst_flac_dec_init), (gst_flac_dec_finalize),
18893         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18894         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18895         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18896         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18897         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18898         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18899         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18900         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18901         * ext/flac/gstflacdec.h:
18902         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18903         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18904         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18905         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18906         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18907         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18908         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18909         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18910         (gst_flac_enc_change_state):
18911         * ext/flac/gstflacenc.h:
18912           borgify and fix up documentation
18913
18914 2005-12-09  Michael Smith  <msmith@fluendo.com>
18915
18916         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18917           Accept a wider range of flac files, more closely matching flac spec.
18918
18919 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18920
18921         * docs/plugins/Makefile.am: Add multipart elements.
18922         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18923         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18924         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18925         * gst/multipart/multipartdemux.c:
18926         * gst/multipart/multipartmux.c: Add docs.
18927
18928 2005-12-07  Edward Hervey  <edward@fluendo.com>
18929
18930         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18931         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18932         (gst_avi_demux_invert):
18933         Memleak and crasher fixes.
18934         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18935         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18936         Memleak fixes
18937
18938 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18939
18940         * ext/aalib/gstaasink.h:
18941         * ext/cairo/gsttextoverlay.h:
18942         * ext/dv/gstdvdec.h:
18943         * ext/dv/gstdvdemux.c:
18944         * ext/dv/gstdvdemux.h:
18945         * ext/esd/esdsink.h:
18946         * ext/flac/flac_compat.h:
18947         * ext/flac/gstflacdec.h:
18948         * ext/flac/gstflacenc.h:
18949         * ext/gconf/gconf.h:
18950         * ext/gconf/gstgconfaudiosink.h:
18951         * ext/gconf/gstgconfvideosink.h:
18952         * ext/gdk_pixbuf/gstgdkanimation.h:
18953         * ext/jpeg/gstjpegdec.h:
18954         * ext/jpeg/smokecodec.h:
18955         * ext/jpeg/smokeformat.h:
18956         * ext/ladspa/gstsignalprocessor.h:
18957         * ext/ladspa/search.c: (LADSPAPluginSearch):
18958         * ext/ladspa/utils.h:
18959         * ext/libmng/gstmng.c:
18960         * ext/libmng/gstmngdec.h:
18961         * ext/libmng/gstmngenc.c:
18962         * ext/libmng/gstmngenc.h:
18963         * ext/libpng/gstpng.c:
18964         * ext/libpng/gstpngenc.c:
18965         * ext/libpng/gstpngenc.h:
18966         * ext/shout2/gstshout2.h:
18967         * ext/speex/gstspeexdec.h:
18968         * ext/speex/gstspeexenc.c:
18969         * ext/speex/gstspeexenc.h:
18970         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18971         * gst/autodetect/gstautoaudiosink.h:
18972         * gst/autodetect/gstautovideosink.h:
18973         * gst/avi/gstavidemux.h:
18974         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18975         (gst_cutter_set_property), (gst_cutter_get_caps):
18976         * gst/cutter/gstcutter.h:
18977         * gst/debug/tests.c: (md5_process_block):
18978         * gst/debug/tests.h:
18979         * gst/effectv/gstwarp.c:
18980         * gst/flx/flx_fmt.h:
18981         * gst/flx/gstflxdec.h:
18982         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18983         (zoomFilterFastRGB):
18984         * gst/goom/filters.h:
18985         * gst/goom/goom_tools.h:
18986         * gst/law/alaw-encode.c:
18987         * gst/level/gstlevel.c:
18988         * gst/level/gstlevel.h:
18989         * gst/matroska/ebml-write.h:
18990         * gst/matroska/matroska-demux.h:
18991         * gst/matroska/matroska-ids.h:
18992         * gst/matroska/matroska-mux.h:
18993         * gst/monoscope/convolve.c: (convolve_match):
18994         * gst/monoscope/convolve.h:
18995         * gst/multipart/multipartmux.c:
18996         * gst/oldcore/gstaggregator.c:
18997         * gst/oldcore/gstaggregator.h:
18998         * gst/oldcore/gstmd5sink.c: (md5_process_block):
18999         * gst/oldcore/gstmd5sink.h:
19000         * gst/oldcore/gstmultifilesrc.c:
19001         * gst/oldcore/gstmultifilesrc.h:
19002         * gst/oldcore/gstpipefilter.h:
19003         * gst/oldcore/gstshaper.h:
19004         * gst/rtp/gstrtpL16depay.h:
19005         * gst/rtp/gstrtpL16pay.h:
19006         * gst/rtp/gstrtpdepay.h:
19007         * gst/rtp/gstrtpmp4vpay.c:
19008         * gst/rtp/gstrtpmp4vpay.h:
19009         * gst/rtsp/gstrtspsrc.c:
19010         * gst/rtsp/gstrtspsrc.h:
19011         * gst/rtsp/rtspconnection.h:
19012         * gst/rtsp/rtspdefs.h:
19013         * gst/rtsp/rtspmessage.h:
19014         * gst/rtsp/rtsptransport.h:
19015         * gst/rtsp/rtspurl.c:
19016         * gst/rtsp/rtspurl.h:
19017         * gst/rtsp/sdpmessage.c:
19018         * gst/rtsp/sdpmessage.h:
19019         * gst/smpte/barboxwipes.c:
19020         * gst/smpte/gstmask.h:
19021         * gst/smpte/gstsmpte.h:
19022         * gst/smpte/paint.c:
19023         * gst/smpte/paint.h:
19024         * gst/udp/gstdynudpsink.h:
19025         * gst/udp/gstmultiudpsink.h:
19026         * gst/udp/gstudpsink.c:
19027         * gst/udp/gstudpsink.h:
19028         * gst/udp/gstudpsrc.c:
19029         * gst/videomixer/videomixer.c:
19030         * gst/wavenc/riff.h:
19031         * gst/wavparse/gstwavparse.h:
19032         * sys/oss/gstossdmabuffer.h:
19033         * sys/oss/gstossmixer.h:
19034         * sys/oss/gstossmixerelement.h:
19035         * sys/oss/gstossmixertrack.h:
19036         * sys/oss/gstosssink.c:
19037         * sys/oss/gstosssink.h:
19038         * sys/oss/gstosssrc.c:
19039         * sys/oss/gstosssrc.h:
19040         * sys/osxaudio/gstosxaudioelement.h:
19041         * sys/osxaudio/gstosxaudiosink.h:
19042         * sys/osxaudio/gstosxaudiosrc.h:
19043           expand tabs
19044
19045 === release 0.10.0 ===
19046
19047 2005-12-05   <thomas (at) apestaart (dot) org>
19048
19049         * configure.ac:
19050           releasing 0.10.0, "Abondance"
19051
19052 2005-12-05  Andy Wingo  <wingo@pobox.com>
19053
19054         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19055         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19056         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19057         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19058         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19059         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19060         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19061         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19062         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19063         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19064         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19065         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19066         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19067         * gst/goom/gstgoom.c: (gst_goom_chain):
19068         * gst/matroska/matroska-demux.c:
19069         (gst_matroska_demux_push_vorbis_codec_priv_data),
19070         (gst_matroska_demux_add_wvpk_header):
19071         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19072         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19073         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19074         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19075         alloc_buffer changes.
19076
19077 2005-12-05  Michael Smith  <msmith@fluendo.com>
19078
19079         * docs/plugins/gst-plugins-good-plugins.args:
19080           Remove args for plugins that aren't in -good.
19081
19082 === release 0.9.7 ===
19083
19084 2005-12-01   <thomas (at) apestaart (dot) org>
19085
19086         * configure.ac:
19087           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19088
19089 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19090
19091         * docs/plugins/.cvsignore:
19092         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19093         * docs/plugins/inspect/plugin-multipart.xml:
19094         * docs/plugins/inspect/plugin-rtp.xml:
19095           add multipart plugin to docs
19096
19097 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19098
19099         * configure.ac:
19100         * ext/Makefile.am:
19101         * ext/pango/Makefile.am:
19102         * ext/pango/gstclockoverlay.c:
19103         * ext/pango/gstclockoverlay.h:
19104         * ext/pango/gsttextoverlay.c:
19105         * ext/pango/gsttextoverlay.h:
19106         * ext/pango/gsttextrender.c:
19107         * ext/pango/gsttextrender.h:
19108         * ext/pango/gsttimeoverlay.c:
19109         * ext/pango/gsttimeoverlay.h:
19110           move pango to base
19111
19112 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19113
19114         * gst/rtp/Makefile.am:
19115         * gst/rtp/gstrtpL16depay.c:
19116         * gst/rtp/gstrtpL16depay.h:
19117         * gst/rtp/gstrtpL16parse.c:
19118         * gst/rtp/gstrtpL16parse.h:
19119         * gst/rtp/gstrtpgsmdepay.c:
19120         * gst/rtp/gstrtpgsmdepay.h:
19121         * gst/rtp/gstrtpgsmparse.c:
19122         * gst/rtp/gstrtpgsmparse.h:
19123           parsers are depayers
19124
19125 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19126
19127         * gst/rtp/Makefile.am:
19128         * gst/rtp/gstasteriskh263.c:
19129         * gst/rtp/gstrtp.c:
19130         * gst/rtp/gstrtpL16enc.c:
19131         * gst/rtp/gstrtpL16enc.h:
19132         * gst/rtp/gstrtpL16parse.c:
19133         * gst/rtp/gstrtpL16parse.h:
19134         * gst/rtp/gstrtpL16pay.c:
19135         * gst/rtp/gstrtpL16pay.h:
19136         * gst/rtp/gstrtpamrdec.c:
19137         * gst/rtp/gstrtpamrdec.h:
19138         * gst/rtp/gstrtpamrdepay.c:
19139         * gst/rtp/gstrtpamrdepay.h:
19140         * gst/rtp/gstrtpamrenc.c:
19141         * gst/rtp/gstrtpamrenc.h:
19142         * gst/rtp/gstrtpamrpay.c:
19143         * gst/rtp/gstrtpamrpay.h:
19144         * gst/rtp/gstrtpdec.c:
19145         * gst/rtp/gstrtpdec.h:
19146         * gst/rtp/gstrtpdepay.c:
19147         * gst/rtp/gstrtpdepay.h:
19148         * gst/rtp/gstrtpg711dec.c:
19149         * gst/rtp/gstrtpg711dec.h:
19150         * gst/rtp/gstrtpg711depay.c:
19151         * gst/rtp/gstrtpg711depay.h:
19152         * gst/rtp/gstrtpg711enc.c:
19153         * gst/rtp/gstrtpg711enc.h:
19154         * gst/rtp/gstrtpg711pay.c:
19155         * gst/rtp/gstrtpg711pay.h:
19156         * gst/rtp/gstrtpgsmenc.c:
19157         * gst/rtp/gstrtpgsmenc.h:
19158         * gst/rtp/gstrtpgsmparse.c:
19159         * gst/rtp/gstrtpgsmparse.h:
19160         * gst/rtp/gstrtpgsmpay.c:
19161         * gst/rtp/gstrtpgsmpay.h:
19162         * gst/rtp/gstrtph263enc.c:
19163         * gst/rtp/gstrtph263enc.h:
19164         * gst/rtp/gstrtph263pay.c:
19165         * gst/rtp/gstrtph263pay.h:
19166         * gst/rtp/gstrtph263pdec.c:
19167         * gst/rtp/gstrtph263pdec.h:
19168         * gst/rtp/gstrtph263pdepay.c:
19169         * gst/rtp/gstrtph263pdepay.h:
19170         * gst/rtp/gstrtph263penc.c:
19171         * gst/rtp/gstrtph263penc.h:
19172         * gst/rtp/gstrtph263ppay.c:
19173         * gst/rtp/gstrtph263ppay.h:
19174         * gst/rtp/gstrtpmp4vdec.c:
19175         * gst/rtp/gstrtpmp4vdec.h:
19176         * gst/rtp/gstrtpmp4vdepay.c:
19177         * gst/rtp/gstrtpmp4vdepay.h:
19178         * gst/rtp/gstrtpmp4venc.c:
19179         * gst/rtp/gstrtpmp4venc.h:
19180         * gst/rtp/gstrtpmp4vpay.c:
19181         * gst/rtp/gstrtpmp4vpay.h:
19182         * gst/rtp/gstrtpmpadec.c:
19183         * gst/rtp/gstrtpmpadec.h:
19184         * gst/rtp/gstrtpmpadepay.c:
19185         * gst/rtp/gstrtpmpadepay.h:
19186         * gst/rtp/gstrtpmpaenc.c:
19187         * gst/rtp/gstrtpmpaenc.h:
19188         * gst/rtp/gstrtpmpapay.c:
19189         * gst/rtp/gstrtpmpapay.h:
19190         * gst/rtp/gstrtpspeexdec.c:
19191         * gst/rtp/gstrtpspeexdec.h:
19192         * gst/rtp/gstrtpspeexdepay.c:
19193         * gst/rtp/gstrtpspeexdepay.h:
19194         * gst/rtp/gstrtpspeexenc.c:
19195         * gst/rtp/gstrtpspeexenc.h:
19196         * gst/rtp/gstrtpspeexpay.c:
19197         * gst/rtp/gstrtpspeexpay.h:
19198           Do burger's rename for rtp payloaders and depayloaders
19199
19200 2005-11-30  Wim Taymans  <wim@fluendo.com>
19201
19202         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19203         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19204         * ext/dv/gstdvdemux.h:
19205         Fix seeking in dvdemux again, add some more debug info.
19206
19207 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19208
19209         * configure.ac:
19210           fix tests
19211
19212 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19213
19214         * PORTED_09:
19215         * docs/random/PORTED_09:
19216           move
19217         * tests/Makefile.am:
19218           add
19219         * win32/gst.sln:
19220           remove
19221
19222 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19223
19224         * Makefile.am:
19225         * check/.cvsignore:
19226         * check/Makefile.am:
19227         * check/elements/.cvsignore:
19228         * check/elements/level.c:
19229         * check/elements/matroskamux.c:
19230         * configure.ac:
19231         * examples/Makefile.am:
19232         * examples/capsfilter/Makefile.am:
19233         * examples/capsfilter/capsfilter1.c:
19234         * examples/gob/Makefile.am:
19235         * examples/gob/gst-identity2.gob:
19236         * examples/gstplay/.cvsignore:
19237         * examples/gstplay/Makefile.am:
19238         * examples/gstplay/player.c:
19239         * examples/indexing/.cvsignore:
19240         * examples/indexing/Makefile.am:
19241         * examples/indexing/indexmpeg.c:
19242         * examples/level/Makefile.am:
19243         * examples/level/README:
19244         * examples/level/demo.c:
19245         * examples/level/plot.c:
19246         * examples/stats/Makefile.am:
19247         * examples/stats/mp2ogg.c:
19248         * examples/switch/.cvsignore:
19249         * examples/switch/Makefile.am:
19250         * examples/switch/switcher.c:
19251           move under tests/
19252
19253 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19254
19255         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19256         (gst_text_render_class_init), (resize_bitmap),
19257         (gst_text_render_render_text), (gst_text_render_setcaps),
19258         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19259         (gst_text_render_chain), (gst_text_render_finalize),
19260         (gst_text_render_init), (gst_text_render_set_property):
19261         * ext/pango/gsttextrender.h:
19262           Add missing files.
19263
19264 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19265
19266         * configure.ac:
19267         * ext/Makefile.am:
19268         * ext/pango/Makefile.am:
19269         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19270         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19271         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19272         * ext/pango/gstclockoverlay.h:
19273         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19274         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19275         (gst_text_overlay_finalize), (gst_text_overlay_init),
19276         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19277         (gst_text_overlay_text_pad_linked),
19278         (gst_text_overlay_text_pad_unlinked),
19279         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19280         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19281         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19282         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19283         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19284         (gst_text_overlay_change_state), (plugin_init):
19285         * ext/pango/gsttextoverlay.h:
19286         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19287         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19288         (gst_time_overlay_class_init), (gst_time_overlay_init):
19289         * ext/pango/gsttimeoverlay.h:
19290           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19291           and add background shading and text wrapping modes. Make 
19292           timoverlay derive from textoverlay. Also add new clockoverlay
19293           element.
19294
19295 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19296
19297         * gst/udp/Makefile.am: Moved to netbuffer.
19298
19299 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19300
19301         * configure.ac:
19302         * PORTED_O9:
19303         * gst/multipart/Makefile.am:
19304         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19305         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19306         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19307         (gst_multipart_demux_change_state),
19308         (gst_multipart_demux_plugin_init):
19309         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19310         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19311         (gst_multipart_mux_sinkconnect),
19312         (gst_multipart_mux_request_new_pad),
19313         (gst_multipart_mux_handle_src_event),
19314         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19315         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19316         0.9.
19317
19318 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19319
19320         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19321         * gst/debug/gstnavigationtest.h:
19322         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19323         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19324         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19325         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19326         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19327         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19328         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19329         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19330         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19331         (gst_video_flip_get_type):
19332         * gst/videofilter/gstvideoflip.h:
19333           update for symbols change
19334
19335 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19336
19337         * gst/udp/gstdynudpsink.c:
19338         * gst/udp/gstudpsrc.c:
19339           the old gstnet lib was renamed gstnetbuffer (#322257)
19340
19341 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19342
19343         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19344         (gst_text_overlay_collected):
19345           Actually render the text from the text pad.
19346
19347 2005-11-29  Edward Hervey  <edward@fluendo.com>
19348
19349         * gst/debug/gstnavseek.c: (gst_navseek_event):
19350         * gst/debug/progressreport.c: (gst_progress_report_event):
19351         Update for GstBaseTransform event virtual method
19352
19353 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19354
19355         * ext/cairo/Makefile.am:
19356           no need to link to videofilter
19357
19358 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19359
19360         * gst/debug/Makefile.am:
19361         * gst/debug/gstnavigationtest.h:
19362         * gst/effectv/Makefile.am:
19363         * gst/effectv/gstaging.c:
19364         * gst/effectv/gstdice.c:
19365         * gst/effectv/gstedge.c:
19366         * gst/effectv/gstquark.c:
19367         * gst/effectv/gstrev.c:
19368         * gst/effectv/gstshagadelic.c:
19369         * gst/effectv/gstvertigo.c:
19370         * gst/effectv/gstwarp.c:
19371         * gst/videofilter/Makefile.am:
19372         * gst/videofilter/gstvideofilter.c:
19373         * gst/videofilter/gstvideofilter.h:
19374         * gst/videofilter/gstvideoflip.h:
19375           remove the videofilter library and link to the one in base
19376
19377 2005-11-28  Edward Hervey  <edward@fluendo.com>
19378
19379         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19380         Useless check now we're setting the current entry correctly.
19381
19382 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19383
19384         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19385         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19386         (gst_jpegenc_change_state):
19387           Don't leak input buffer in chain function (fixes #322667); make 
19388           state change function thread-safe; don't repeat the current function
19389           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19390           gst_pad_alloc_buffer(); misc. minor cleanups.
19391
19392 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19393
19394         * gst/matroska/matroska-mux.c:
19395         (gst_matroska_mux_video_pad_setcaps):
19396         Look for pixel-aspect-ratio in caps, not pixel_width and
19397         pixel_height (Fixes: #322645)
19398
19399 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19400
19401         * gst/matroska/matroska-mux.c:
19402         (gst_matroska_mux_video_pad_setcaps):
19403         From Michal Benes:
19404         frame duration should be GST_SECOND / framerate, not
19405         GST_SECOND * framerate. (Fixes: #322643)
19406
19407 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19408
19409         * configure.ac:
19410           fix up GST_PLUGIN_LDFLAGS
19411         * gst/rtsp/rtspconnection.c:
19412           fix includes (see #317043)
19413         * gst/videofilter/Makefile.am:
19414           stop installing this library
19415
19416 2005-11-26  Edward Hervey  <edward@fluendo.com>
19417
19418         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19419         Handle the case where the incoming Video dv stream doesn't have
19420         a pixel aspect ratio set.
19421
19422 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19423
19424         * docs/plugins/Makefile.am:
19425         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19426         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19427         * ext/flac/gstflacdec.c:
19428           document flacdec
19429
19430 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19431
19432         * docs/plugins/Makefile.am:
19433         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19434         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19435         * docs/plugins/inspect/plugin-autodetect.xml:
19436         * ext/cairo/gstcairo.c: (plugin_init):
19437         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19438         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19439         (gst_text_overlay_init), (gst_text_overlay_font_init),
19440         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19441         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19442         (gst_text_overlay_text_pad_linked),
19443         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19444         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19445         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19446         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19447         (gst_text_overlay_change_state):
19448         * ext/cairo/gsttextoverlay.h:
19449         * ext/cairo/gsttimeoverlay.c:
19450         (gst_cairo_time_overlay_update_font_height),
19451         (gst_cairo_time_overlay_set_caps),
19452         (gst_cairo_time_overlay_get_unit_size),
19453         (gst_cairo_time_overlay_print_smpte_time),
19454         (gst_cairo_time_overlay_transform),
19455         (gst_cairo_time_overlay_base_init),
19456         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19457         (gst_cairo_time_overlay_get_type):
19458         * ext/cairo/gsttimeoverlay.h:
19459           do some name borgifying
19460           document
19461
19462 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19463
19464         * docs/plugins/Makefile.am:
19465         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19466         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19467         * gst/autodetect/gstautoaudiosink.c:
19468         (gst_auto_audio_sink_base_init):
19469         * gst/autodetect/gstautovideosink.c:
19470         (gst_auto_video_sink_base_init),
19471         (gst_auto_video_sink_factory_filter):
19472           documenting auto*sink
19473           using strstr for the video sink lookup, class field is not ordered
19474         * docs/plugins/inspect/plugin-1394.xml:
19475         * docs/plugins/inspect/plugin-aasink.xml:
19476         * docs/plugins/inspect/plugin-alaw.xml:
19477         * docs/plugins/inspect/plugin-alpha.xml:
19478         * docs/plugins/inspect/plugin-alphacolor.xml:
19479         * docs/plugins/inspect/plugin-auparse.xml:
19480         * docs/plugins/inspect/plugin-autodetect.xml:
19481         * docs/plugins/inspect/plugin-avi.xml:
19482         * docs/plugins/inspect/plugin-cacasink.xml:
19483         * docs/plugins/inspect/plugin-cairo.xml:
19484         * docs/plugins/inspect/plugin-cutter.xml:
19485         * docs/plugins/inspect/plugin-debug.xml:
19486         * docs/plugins/inspect/plugin-dv.xml:
19487         * docs/plugins/inspect/plugin-efence.xml:
19488         * docs/plugins/inspect/plugin-effectv.xml:
19489         * docs/plugins/inspect/plugin-esdsink.xml:
19490         * docs/plugins/inspect/plugin-flac.xml:
19491         * docs/plugins/inspect/plugin-flxdec.xml:
19492         * docs/plugins/inspect/plugin-gconfelements.xml:
19493         * docs/plugins/inspect/plugin-goom.xml:
19494         * docs/plugins/inspect/plugin-jpeg.xml:
19495         * docs/plugins/inspect/plugin-level.xml:
19496         * docs/plugins/inspect/plugin-matroska.xml:
19497         * docs/plugins/inspect/plugin-mulaw.xml:
19498         * docs/plugins/inspect/plugin-navigationtest.xml:
19499         * docs/plugins/inspect/plugin-ossaudio.xml:
19500         * docs/plugins/inspect/plugin-png.xml:
19501         * docs/plugins/inspect/plugin-rtp.xml:
19502         * docs/plugins/inspect/plugin-rtsp.xml:
19503         * docs/plugins/inspect/plugin-shout2send.xml:
19504         * docs/plugins/inspect/plugin-smpte.xml:
19505         * docs/plugins/inspect/plugin-speex.xml:
19506         * docs/plugins/inspect/plugin-udp.xml:
19507         * docs/plugins/inspect/plugin-videobox.xml:
19508         * docs/plugins/inspect/plugin-videoflip.xml:
19509         * docs/plugins/inspect/plugin-videomixer.xml:
19510         * docs/plugins/inspect/plugin-wavenc.xml:
19511         * docs/plugins/inspect/plugin-wavparse.xml:
19512           update for HEAD version
19513
19514 2005-11-25  Michael Smith  <msmith@fluendo.com>
19515
19516         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19517           Patch from Sebastien Cote to close control sockets in udpsrc.
19518
19519 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19520
19521         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19522         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19523         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19524         (gst_quarktv_base_init), (gst_quarktv_class_init),
19525         (gst_quarktv_init): Flush the planes list on reverse caps
19526         negotiation. This was crashing because of differently sized
19527         buffers.
19528
19529 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19530
19531         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19532         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19533         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19534         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19535         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19536         (gst_videoflip_set_property), (gst_videoflip_base_init),
19537         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19538         correctly, fix identity flipping, convert navigation event 
19539         correctly again.
19540
19541 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19542
19543         * configure.ac: back to HEAD
19544
19545 === release 0.9.6 ===
19546
19547 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19548
19549         * configure.ac:
19550           releasing 0.9.6, "Everything's Not Lost"
19551
19552 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19553
19554         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19555         Oops, initialise the framerate GValue
19556
19557 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19558
19559         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19560         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19561         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19562         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19563         (gst_timeoverlay_get_type):
19564         * ext/cairo/gsttimeoverlay.h:
19565         * gst/debug/Makefile.am:
19566         * gst/debug/gstnavigationtest.c:
19567         (gst_navigationtest_handle_src_event),
19568         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19569         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19570         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19571         (gst_navigationtest_init), (gst_navigationtest_get_type),
19572         (plugin_init):
19573         * gst/debug/gstnavigationtest.h:
19574         * gst/effectv/Makefile.am:
19575         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19576         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19577         (gst_agingtv_base_init), (gst_agingtv_class_init),
19578         (gst_agingtv_init), (gst_agingtv_get_type):
19579         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19580         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19581         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19582         (gst_dicetv_get_type):
19583         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19584         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19585         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19586         (gst_edgetv_get_type):
19587         * gst/effectv/gsteffectv.c:
19588         * gst/effectv/gsteffectv.h:
19589         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19590         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19591         (gst_quarktv_change_state), (gst_quarktv_base_init),
19592         (gst_quarktv_class_init), (gst_quarktv_init),
19593         (gst_quarktv_get_type):
19594         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19595         (gst_revtv_get_unit_size), (gst_revtv_transform),
19596         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19597         (gst_revtv_get_type):
19598         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19599         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19600         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19601         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19602         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19603         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19604         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19605         (gst_vertigotv_init), (gst_vertigotv_get_type):
19606         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19607         (gst_warptv_get_unit_size), (gst_warptv_transform),
19608         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19609         (gst_warptv_get_type):
19610         * gst/videofilter/Makefile.am:
19611         * gst/videofilter/gstvideobalance.c:
19612         * gst/videofilter/gstvideobalance.h:
19613         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19614         (gst_videofilter_class_init), (gst_videofilter_init):
19615         * gst/videofilter/gstvideofilter.h:
19616         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19617         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19618         (gst_videoflip_flip), (gst_videoflip_transform),
19619         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19620         (gst_videoflip_base_init), (gst_videoflip_class_init),
19621         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19622         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19623         BaseTransform, it's just a place holder for now and every video
19624         effect plugin has been ported to use BaseTransform features 
19625         directly. QuarkTV was fixed too (was broken), navigationtest works
19626         and best for the end, videoflip converts navigation events depending
19627         on flip method ! Fixes #320953
19628
19629 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19630
19631         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19632         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19633         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19634         (gst_goom_src_negotiate), (gst_goom_chain):
19635         * gst/matroska/matroska-mux.c:
19636         (gst_matroska_mux_video_pad_setcaps):
19637         * sys/osxvideo/osxvideosink.m:
19638           Fixes for API changes
19639
19640 2005-11-23  Michael Smith <msmith@fluendo.com>
19641
19642         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19643         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19644         * ext/jpeg/gstjpegdec.h:
19645         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19646         * ext/jpeg/gstjpegenc.h:
19647         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19648         (gst_smokeenc_resync):
19649         * ext/jpeg/gstsmokeenc.h:
19650           JPEG fractiony goodness.
19651
19652 2005-11-22  Michael Smith <msmith@fluendo.com>
19653
19654         * gst/goom/filters.c:
19655         * gst/goom/graphic.h:
19656           Fix compilation by making some functions static inline instead of
19657           extern inline, matching the way they're used.
19658
19659 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19660
19661         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19662         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19663         * ext/cairo/gsttextoverlay.h:
19664         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19665         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19666         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19667         (gst_pngdec_caps_create_and_set):
19668         * ext/libpng/gstpngdec.h:
19669         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19670         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19671         * gst/avi/gstavimux.c: (gst_avimux_init),
19672         (gst_avimux_vidsinkconnect):
19673         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19674         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19675         (gst_goom_src_negotiate), (gst_goom_chain):
19676         * gst/goom/gstgoom.h:
19677         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19678         * gst/matroska/matroska-mux.c:
19679         (gst_matroska_mux_video_pad_setcaps):
19680         * sys/osxvideo/osxvideosink.h:
19681         * sys/osxvideo/osxvideosink.m:
19682           More fractional framerate conversions 
19683
19684 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19685
19686         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19687         * gst/debug/gstnavigationtest.c:
19688         (gst_navigationtest_handle_src_event):
19689         * gst/videofilter/gstvideofilter.c:
19690         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19691         (gst_videofilter_init):
19692         * gst/videofilter/gstvideofilter.h:
19693           Convert to fractional framerates.
19694
19695 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19696
19697         * ext/aalib/gstaasink.c:
19698         * ext/dv/gstdvdec.c:
19699         * ext/esd/esdmon.c:
19700         * ext/flac/gstflacenc.c:
19701         * ext/gdk_pixbuf/pixbufscale.c:
19702         * ext/libcaca/gstcacasink.c:
19703         * ext/shout2/gstshout2.c:
19704         * gst/alpha/gstalpha.c:
19705         * gst/oldcore/gstaggregator.c:
19706         * gst/oldcore/gstshaper.c:
19707         * gst/smpte/barboxwipes.c:
19708         * gst/smpte/gstsmpte.c:
19709         * gst/videobox/gstvideobox.c:
19710         * gst/videofilter/gstvideoflip.c:
19711         * gst/videomixer/videomixer.c:
19712           fix up more enums
19713
19714 2005-11-22  Michael Smith <msmith@fluendo.com>
19715
19716         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19717         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19718         (gst_videomixer_update_queues):
19719           Fractional framerates, videomixer.
19720
19721 2005-11-22  Michael Smith <msmith@fluendo.com>
19722
19723         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
19724         * ext/dv/gstdvdec.h:
19725         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
19726         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
19727         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
19728         (gst_dvdemux_flush):
19729         * ext/dv/gstdvdemux.h:
19730           Fractional framerates for DV. 
19731
19732 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19733
19734         * gst/autodetect/gstautoaudiosink.c:
19735         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19736         * gst/autodetect/gstautovideosink.c:
19737         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19738           Use gst_plugin_feature_list_free() to free feature list and
19739           in the case of autovideosink free the list at all. Also
19740           miscellaneous cosmetic fixes.
19741
19742 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19743
19744         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19745         (gst_cutter_set_property), (gst_cutter_get_caps):
19746           copy calculation code from level; remove use of some audio
19747           functions
19748
19749 2005-11-22  Andy Wingo  <wingo@pobox.com>
19750
19751         * Update for gst_tag_setter API changes.
19752
19753 2005-11-22  Andy Wingo  <wingo@pobox.com>
19754
19755         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
19756         (gst_dvdemux_demux_frame)
19757         * ext/flac/gstflacdec.c (gst_flacdec_write)
19758         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
19759         (gst_flacenc_sink_event)
19760         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
19761         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
19762         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
19763         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
19764         * gst/auparse/gstauparse.c (gst_auparse_chain)
19765         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
19766         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
19767         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
19768         (gst_avi_demux_handle_seek)
19769         * gst/goom/gstgoom.c (gst_goom_event)
19770         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
19771         * gst/matroska/matroska-demux.c
19772         (gst_matroska_demux_handle_seek_event)
19773         (gst_matroska_demux_loop_stream_parse_id)
19774         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
19775         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
19776         (gst_wavparse_stream_headers): Run update-funcnames.
19777
19778 2005-11-22  Edward Hervey  <edward@fluendo.com>
19779
19780         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19781         (gst_dv1394src_init), (gst_dv1394src_dispose),
19782         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
19783         (gst_dv1394src_uri_set_uri):
19784         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19785         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
19786         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
19787         URIHandler interface and element properties are now properly
19788         synchronized for DV1394src and UDPSrc
19789
19790 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19791
19792         * ext/flac/Makefile.am:
19793         * ext/speex/Makefile.am:
19794           libgsttagedit has been renamed to libgsttag.
19795
19796 2005-11-21  Wim Taymans  <wim@fluendo.com>
19797
19798         * gst/rtsp/rtspconnection.c: (read_body):
19799         Apply patch from Sebastien Cote to fix #319184.
19800
19801 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19802
19803         * configure.ac:
19804         * gst/cutter/Makefile.am:
19805         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
19806         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
19807         (gst_cutter_set_property), (gst_cutter_get_property),
19808         (plugin_init), (gst_cutter_get_caps):
19809           port cutter
19810         * gst/level/gstlevel.c:
19811           fix up plugin details
19812
19813 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19814
19815         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
19816         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
19817         (gst_flacdec_src_event):
19818         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
19819         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
19820         (gst_signal_processor_getrange), (gst_signal_processor_chain):
19821         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19822         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
19823         (gst_flxdec_sink_event_handler):
19824         * gst/matroska/matroska-demux.c:
19825         (gst_matroska_demux_handle_seek_event):
19826         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
19827           Update for stream lock API changes: don't take stream log
19828           in sink event handlers any longer and change GST_STREAM_LOCK
19829           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
19830           functions.
19831
19832 2005-11-21  Michael Smith <msmith@fluendo.com>
19833
19834         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
19835           gst_object_unref, not g_object_unref
19836
19837 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19838
19839         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19840         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
19841           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
19842
19843 2005-11-21  Michael Smith <msmith@fluendo.com>
19844
19845         * gst/auparse/Makefile.am:
19846         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19847         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
19848         (gst_auparse_change_state):
19849         * gst/auparse/gstauparse.h:
19850           Partially fix #161712. playbin still doesn't work on these files,
19851           (on the bug report, Andy says we aren't typefinding it for some
19852           reason?) but at least auparse isn't totally busted like it was before.
19853
19854 2005-11-21  Andy Wingo  <wingo@pobox.com>
19855
19856         * *.h:
19857         * *.c: Ran scripts/update-macros. Oh yes.
19858
19859 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19860
19861         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
19862           Filler events are gone for now, comment out section generating
19863           them.
19864
19865 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19866
19867         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19868         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
19869         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
19870         * sys/osxvideo/osxvideosink.m:
19871           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19872           (#322027)
19873
19874 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19875
19876         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19877         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19878         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19879         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19880         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19881         (gst_avi_demux_stream_data):
19882         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19883         * gst/wavenc/gstwavenc.c: (write_metadata):
19884         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19885         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19886         Fixes for GST_FOURCC_FORMAT API change.
19887
19888 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19889
19890         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19891         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19892         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19893         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19894         (gst_text_overlay_change_state):
19895         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19896         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19897         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19898         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19899         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19900         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19901         (gst_videomixer_change_state):
19902           Fix for collect pads API change. Also fix textoverlay state
19903           change function.
19904
19905 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19906
19907         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19908         GST_PAD_IS_USABLE by something approaching it.
19909
19910 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19911
19912         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19913         API changes.
19914         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19915         but also fix the code that was not checking return values from
19916         pad_push neither using pad_alloc_buffer.
19917
19918 2005-11-18  Edward Hervey  <edward@fluendo.com>
19919
19920         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19921         (gst_pngenc_chain):
19922         Added debug category
19923         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19924         goes to EOS.
19925
19926 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19927
19928         * gst/rtp/Makefile.am
19929         * gst/rtp/gstrtp.c
19930         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19931         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19932         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19933         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19934         * gst/rtp/gstrtpg711enc.h:
19935         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19936         * gst/rtp/gstrtpspeexenc.c:
19937         * gst/rtp/gstrtpspeexenc.h:
19938         * gst/rtp/gstrtpspeexdec.c:
19939         * gst/rtp/gstrtpspeexdec.h:
19940         Created Speex payloader and depayloader; Optimize G711 payloader to
19941         use adapter and send packets until MTU size.
19942
19943 2005-11-16  Wim Taymans  <wim@fluendo.com>
19944
19945         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19946         Fix leak in check.
19947
19948 2005-11-16  Wim Taymans  <wim@fluendo.com>
19949
19950         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19951         Fix state change.
19952
19953 2005-11-16  Andy Wingo  <wingo@pobox.com>
19954
19955         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19956         (gst_udpsrc_create): Move comment.
19957
19958 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19959
19960         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19961
19962         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19963           When seeking, seek to closest index entry at or before the requested
19964           seek position, not just the closest one (#321001).
19965
19966 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19967
19968         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19969         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19970           Invert DIB images again (see #132341).
19971
19972 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19973
19974         * configure.ac:
19975           rework configure.ac file
19976         * ext/aalib/gstaasink.c:
19977         * ext/cairo/gstcairo.c:
19978         * ext/dv/gstdv.c:
19979         * ext/esd/gstesd.c:
19980         * ext/flac/gstflac.c:
19981         * ext/gconf/gstgconfelements.c:
19982         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19983         * ext/jpeg/gstjpeg.c:
19984         * ext/ladspa/gstladspa.c:
19985         * ext/libcaca/gstcacasink.c:
19986         * ext/libmng/gstmng.c:
19987         * ext/libpng/gstpng.c:
19988         * ext/mikmod/gstmikmod.c:
19989         * ext/pango/gsttextoverlay.c:
19990         * ext/pango/gsttimeoverlay.c:
19991         * ext/raw1394/gst1394.c:
19992         * ext/speex/gstspeex.c:
19993         * gst/alpha/Makefile.am:
19994         * gst/alpha/gstalpha.c:
19995         * gst/alpha/gstalphacolor.c:
19996         * gst/auparse/gstauparse.c:
19997         * gst/autodetect/gstautoaudiosink.c:
19998         (gst_auto_audio_sink_factory_filter),
19999         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20000         * gst/autodetect/gstautodetect.c:
20001         * gst/avi/gstavi.c:
20002         * gst/cutter/gstcutter.c:
20003         * gst/debug/efence.c:
20004         * gst/debug/gstdebug.c:
20005         * gst/debug/gstnavigationtest.c:
20006         * gst/effectv/gsteffectv.c:
20007         * gst/flx/gstflxdec.c:
20008         * gst/goom/gstgoom.c:
20009         * gst/interleave/plugin.c:
20010         * gst/law/alaw.c:
20011         * gst/law/mulaw.c:
20012         * gst/level/gstlevel.c:
20013         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20014         * gst/matroska/matroska.c:
20015         * gst/median/gstmedian.c:
20016         * gst/monoscope/gstmonoscope.c:
20017         * gst/multipart/multipart.c:
20018         * gst/oldcore/gstelements.c:
20019         * gst/rtp/gstrtp.c:
20020         * gst/rtsp/gstrtsp.c:
20021         * gst/smoothwave/gstsmoothwave.c:
20022         * gst/smpte/gstsmpte.c:
20023         * gst/udp/gstudp.c:
20024         * gst/videobox/gstvideobox.c:
20025         * gst/videofilter/gstgamma.c:
20026         * gst/videofilter/gstvideobalance.c:
20027         * gst/videofilter/gstvideoflip.c:
20028         * gst/videofilter/gstvideotemplate.c:
20029         * gst/videomixer/videomixer.c:
20030         * gst/wavenc/gstwavenc.c:
20031         * gst/wavparse/gstwavparse.c:
20032         * sys/oss/gstossaudio.c:
20033         * sys/osxaudio/gstosxaudio.c:
20034           update GST_PLUGIN_DEFINE
20035         * gst/rtp/Makefile.am:
20036         * gst/rtp/gstasteriskh263.c:
20037           check for htons/htonl headers and possibly link to winsock2 lib
20038
20039 2005-11-12  Edward Hervey  <edward@fluendo.com>
20040
20041         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20042         Only GST_DEBUG() information on the valid components.
20043
20044 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20045
20046         * configure.ac: back to HEAD
20047
20048 === release 0.9.5 ===
20049
20050 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20051
20052         * configure.ac:
20053           releasing 0.9.5, "Phone Alarm"
20054
20055 2005-11-11  Edward Hervey  <edward@fluendo.com>
20056
20057         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20058         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20059         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20060         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20061         (gst_avi_demux_loop):
20062         * gst/avi/gstavidemux.h:
20063         Yeah, implement proper seeking. Exact seeking and segment seeking.
20064         Still need to do some checks for segment_stop.
20065
20066 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20067
20068         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20069
20070         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20071           Don't try to ready buffer duration from buffer that we don't
20072           own any  longer and that might already have been unreffed.
20073           (#321136)
20074
20075 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20076
20077         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20078         (flx_decode_delta_flc), (gst_flxdec_chain):
20079         Attempting to optimize the code for embedded systems.
20080
20081 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20082
20083         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20084
20085         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20086           Don't re-use already closed file descriptor. (#320920)
20087
20088 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20089
20090         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20091         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20092         (gst_oss_sink_prepare):
20093         * sys/oss/gstosssink.h:
20094           Cache probed caps; fix debug output for SET_PARAM macros.
20095
20096 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20097
20098         * ext/cairo/Makefile.am:
20099         * ext/cairo/gstcairo.c: (plugin_init):
20100         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20101         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20102         (gst_text_overlay_init), (gst_text_overlay_font_init),
20103         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20104         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20105         (gst_text_overlay_text_pad_linked),
20106         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20107         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20108         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20109         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20110         (gst_text_overlay_change_state):
20111         * ext/cairo/gsttextoverlay.h:
20112           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20113           property and redo positioning. Doesn't handle upstream renegotiation
20114           yet though.
20115
20116 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20117
20118         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20119         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20120         (gst_avi_demux_loop):
20121           No need to take the STREAM_LOCK in the loop function. Improve
20122           some debug messages. Don't leak pad names in debug messages.
20123
20124 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20125
20126         * gst/matroska/matroska-demux.c:
20127         (gst_matroska_demux_push_vorbis_codec_priv_data),
20128         (gst_matroska_demux_add_wvpk_header):
20129           Don't error out when the source pad isn't linked.
20130
20131 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20132
20133         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20134         (gst_gconf_audio_sink_change_state):
20135         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20136         (gst_gconf_video_sink_change_state):
20137           Fix state change functions here as well and set kid
20138           to NULL state before removing it.
20139
20140 2005-11-01  Edward Hervey  <edward@fluendo.com>
20141
20142         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20143         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20144         Added proper event handlind, 
20145         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20146         ignored),
20147         and don't set a duration of 0 for buffers otherwise they are discarded
20148         by GstBaseSink.
20149
20150         GstWavEnc needs some serious loving, after going through the code I'm
20151         really wondering how this can stay in -good ...
20152
20153 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20154
20155         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20156         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20157         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20158         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20159         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20160         (gst_matroska_mux_collected):
20161           Fix leaks and invalid memory access as reported by valgrind
20162
20163 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20164
20165         Patch by: Michal Benes <michal.benes@xeris.cz>
20166
20167         * check/Makefile.am:
20168         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20169         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20170         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20171           add a unit test for matroskamux
20172           fix the bugs that the unit test exposed
20173
20174 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20175
20176         * gst/autodetect/gstautoaudiosink.c:
20177         (gst_auto_audio_sink_class_init),
20178         (gst_auto_audio_sink_change_state):
20179         * gst/autodetect/gstautovideosink.c:
20180         (gst_auto_video_sink_class_init),
20181         (gst_auto_video_sink_change_state):
20182           Fix state change function and use GST_DEBUG_FUNCPTR in
20183           class_init.
20184
20185 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20186
20187         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20188
20189         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20190         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20191         * gst/matroska/ebml-write.h:
20192         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20193           Set timestamps on outgoing ebml headers as well, so that the
20194           element after matroskamux can get the timestamp already when
20195           reading the first ebml element and doesn't have to wait for
20196           the actual data buffer for that (#320308).
20197           
20198 2005-10-31  Andy Wingo  <wingo@pobox.com>
20199
20200         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20201         (gst_videomixer_pad_link): Kill some memleaks.
20202         (gst_videomixer_pad_get_property): Style fix.
20203         (gst_videomixer_pad_set_property): Style fix.
20204         (gst_videomixer_pad_init): Style fix.
20205         (gst_videomixer_update_queues): Kill memleak.
20206         (gst_videomixer_loop): Kill memleak.
20207         (gst_videomixer_collected): Kill memleak.
20208
20209 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20210
20211         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20212         gst_auparse_change_state:
20213         Just some cleanup.
20214
20215 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20216
20217         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20218         Add checks to GST_FLOW_NOT_LINKED for values returned
20219         from gst_pad_push.
20220         
20221 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20222
20223         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20224         (gst_rtpg711dec_process):
20225         * gst/rtp/gstrtpgsmenc.c:
20226         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20227         are never set. This is important for the g711 to work with burger's rtpbin
20228         element.
20229
20230 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20231
20232         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20233         (gst_speexenc_push_buffer):
20234         Add checks for return values from gst_pad_push and
20235         gst_pad_alloc_buffer.
20236
20237 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20238
20239         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20240
20241         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20242         (gst_matroska_demux_parse_info),
20243         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20244         (gst_matroska_demux_parse_cluster):
20245         * gst/matroska/matroska-ids.h:
20246         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20247         (gst_matroska_mux_init), (gst_matroska_mux_start),
20248         (gst_matroska_mux_create_buffer_header),
20249         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20250         (gst_matroska_mux_get_property):
20251         * gst/matroska/matroska-mux.h:
20252           Add SimpleBlock support to matroska demuxer and muxer (part of
20253           Matroska v2). (#319731)
20254
20255 2005-10-28  Wim Taymans  <wim@fluendo.com>
20256
20257         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20258         (gst_jpeg_dec_change_state):
20259         * ext/jpeg/gstjpegdec.h:
20260         Cleanups. Don't create caps for every chain.
20261
20262 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20263
20264         * gst/law/alaw-encode.c: (gst_alawenc_init),
20265         (alawenc_setcaps), (gst_alawenc_chain)
20266         * gst/law/alaw-encode.h:
20267         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20268         (mulawenc_setcaps), (gst_mulawenc_chain)
20269         * gst/law/mulaw-encode.h:
20270         Set timestamp on buffer and it allows RTP G711 elements
20271         work properly.
20272
20273 2005-10-27  Wim Taymans  <wim@fluendo.com>
20274
20275         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20276         Set correct format on oss instead of a silly value. 
20277
20278 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20279
20280         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20281         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20282         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20283         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20284         I420 rendering as well, doesn't bring much for my platform.
20285         Might help on some other platforms.
20286
20287 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20288
20289         * gst/rtp/gstrtpgsmenc.c:
20290         * gst/rtp/gstrtpgsmparse.c:
20291         Declaring the padtemplate correctly.
20292
20293 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20294
20295         * gst/rtp/gstrtpg711dec.c:
20296         * gst/rtp/gstrtpg711enc.c:
20297         * gst/rtp/gstrtpgsmenc.c:
20298         * gst/rtp/gstrtpgsmparse.c:
20299         Setting the proper copyright notice.
20300
20301 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20302
20303         * gst/videobox/Makefile.am: Use liboil.
20304         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20305         (gst_video_box_set_property), (gst_video_box_transform_caps),
20306         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20307         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20308         using liboil. Will dot the same to I420 border generation
20309         tomorrow.
20310
20311 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20312
20313         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20314         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20315         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20316         * gst/rtp/gstrtpg711dec.h:
20317         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20318         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20319         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20320         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20321         (gst_rtpgsmenc_handle_buffer):
20322         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20323         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20324         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20325         * gst/rtp/gstrtpgsmparse.h:
20326         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20327         inherits from the basertpdepayloader.
20328
20329 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20330
20331         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20332         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20333         (gst_video_box_ayuv): Removing this forgotten debug.
20334
20335 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20336
20337         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20338         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20339         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20340
20341 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20342
20343         * sys/oss/gstossaudio.c:
20344         * sys/oss/gstossdmabuffer.c:
20345         * sys/oss/gstosshelper.c:
20346         * sys/oss/gstossmixer.c:
20347         * sys/oss/gstossmixerelement.c:
20348         * sys/oss/gstossmixertrack.c:
20349         * sys/oss/gstosssink.c:
20350         * sys/oss/gstosssrc.c:
20351           Actually use the 'oss' debug category we register.
20352
20353 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20354
20355         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20356         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20357         Use gst_pad_get_parent and drop the ref that was added through
20358         that call.
20359
20360 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20361
20362         * gst/rtp/gstrtpgsmenc.c:
20363           Fix compilation
20364
20365 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20366
20367         * gst/rtp/gstrtpg711dec.c
20368         Just removed a couple of lines of weird code used during
20369         development/test time.
20370
20371 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20372
20373         * gst/rtp/Makefile.am
20374         * gst/rtp/gstrtp.c
20375         * gst/rtp/gstrtpg711enc.c
20376         * gst/rtp/gstrtpg711enc.h
20377         * gst/rtp/gstrtpg711dec.c
20378         * gst/rtp/gstrtpg711dec.h
20379         Created G711 payloader and depayloader (it supports mulaw and alaw
20380         (dec)encoders)
20381
20382 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20383
20384         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20385         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20386         Doh ! I introduced wingo's bug again ! Sorry...
20387
20388 2005-10-25  Christian Schaller <christian@fluendo.com> 
20389
20390         * gst/rtp/Makefile.am: add missing header files for disting
20391
20392 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20393
20394         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20395         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20396         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20397         (gst_rtpgsmenc_handle_buffer):
20398         * gst/rtp/gstrtpgsmenc.h:
20399         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20400         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20401         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20402         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20403         * gst/rtp/gstrtpgsmparse.h:
20404         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20405
20406 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20407
20408         * ext/libpng/gstpngdec.c: (user_info_callback),
20409         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20410         a newsegment event, move some redundant code in a single place.
20411
20412 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20413
20414         * ext/libpng/gstpngdec.c: (user_info_callback),
20415         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20416         hack to get correct colors order when we have a png image with
20417         alpha channel.
20418
20419 2005-10-24  Edward Hervey  <edward@fluendo.com>
20420
20421         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20422         Call gst_element_no_more_pads when there will be no more pads.
20423
20424 2005-10-24  Wim Taymans  <wim@fluendo.com>
20425
20426         * gst/rtp/Makefile.am:
20427         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20428         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20429         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20430         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20431         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20432         (gst_asteriskh263_plugin_init):
20433         * gst/rtp/gstasteriskh263.h:
20434         * gst/rtp/gstrtp.c: (plugin_init):
20435         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20436         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20437         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20438         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20439         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20440         (gst_rtph263enc_plugin_init):
20441         * gst/rtp/gstrtph263enc.h:
20442         Added two new payloaders, an RFC 2190 payloader for h263 and
20443         a payload convertor for an asterisk server.
20444
20445 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20446
20447         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20448           Set bytes_per_sample correctly (is not always 4, but 
20449           depends on width and number of channels).
20450
20451 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20452
20453         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20454         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20455         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20456         (gst_flacenc_sink_event), (gst_flacenc_chain),
20457         (gst_flacenc_set_property), (gst_flacenc_get_property),
20458         (gst_flacenc_change_state):
20459         * ext/flac/gstflacenc.h:
20460           Fix seeking, so that flacenc can rewrite the header with the
20461           correct duration and amount of samples and all that at EOS;
20462           also set timestamps and granulepos on outgoing buffers; add
20463           debug category; fix state change function.
20464           
20465 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20466
20467         * gst/videomixer/videomixer.c: Don't restrict video geometry
20468         from 16 to 4096.
20469
20470 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20471
20472         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20473         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20474         Fix caps negotiation correctly, add debugging category.
20475
20476 2005-10-24  Christian Schaller  <christian@fluendo.com>
20477
20478         * configure.ac: Port over Thomas's change from base listing all plugins
20479
20480 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20481
20482         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20483         a sink pad.
20484
20485 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20486
20487         * configure.ac:
20488         * docs/upload.mak:
20489           back to HEAD
20490
20491 === release 0.9.4 ===
20492
20493 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20494
20495         * configure.ac:
20496           Releasing 0.9.4, "Dromiceiomimus"
20497
20498 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20499
20500         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20501         (gst_speexenc_src_query):
20502           Add position and duration query, fix query type function.
20503           
20504         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20505         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20506           Let's not set non-fixed caps on source pads.
20507
20508 2005-10-21  Wim Taymans  <wim@fluendo.com>
20509
20510         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20511         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20512         (gst_avi_demux_handle_seek):
20513         Set correct stream_time in newsegment event.
20514         avi can also handle a duration query now.
20515
20516 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20517
20518         * gst/matroska/matroska-demux.c:
20519         (gst_matroska_demux_handle_src_query),
20520         (gst_matroska_demux_handle_seek_event),
20521         (gst_matroska_demux_loop_stream_parse_id):
20522           Fix duration query; fix basetime in newsegment event after
20523           seek; fix duration in initial newsegment event.
20524
20525         * gst/matroska/matroska-mux.c:
20526         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20527           Extract number of channels and samplerate from vorbis headers;
20528           add some debug messages when querying the durations of the
20529           input streams.
20530
20531 2005-10-20  Wim Taymans  <wim@fluendo.com>
20532
20533         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20534         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20535         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20536         Set stream time correctly in newsegment.
20537
20538 2005-10-20  Wim Taymans  <wim@fluendo.com>
20539
20540         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20541         Correctly fill in the stream time.
20542
20543 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20544
20545         * check/elements/level.c: (GST_START_TEST):
20546         * gst/level/gstlevel.c: (gst_level_message_new):
20547         * gst/level/level-example.c: (message_handler):
20548           use ELEMENT messages instead
20549
20550 2005-10-19  Wim Taymans  <wim@fluendo.com>
20551
20552         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20553         (gst_dvdemux_src_query):
20554         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20555         (gst_flacdec_src_query):
20556         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20557         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20558         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20559         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20560         * gst/debug/progressreport.c: (gst_progress_report_report):
20561         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20562         * gst/matroska/matroska-demux.c:
20563         (gst_matroska_demux_handle_src_query):
20564         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20565         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20566         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20567         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20568         (gst_wavparse_srcpad_event):
20569         API change fix.
20570
20571 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20572
20573         * gst/goom/filters.c:
20574         * gst/goom/graphic.h:
20575         * gst/goom/lines.c:
20576           Make inline functions either 'static inline' or 'extern inline',
20577           otherwise the Forte compiler apparently won't inline them (#317300).
20578
20579 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20580
20581         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20582         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20583         (user_info_callback), (user_endrow_callback), (user_end_callback),
20584         (user_read_data), (gst_pngdec_caps_create_and_set),
20585         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20586         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20587         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20588         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20589         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20590         very nice and handle push/pull based model. if you have filesrc
20591         connected to it, it will do random access to load the png file.
20592         If you have a network source that can't do _getrange, it does 
20593         progressive loading through the chain function.
20594         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20595         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20596         thanks to Master Wim Taymans ;-)
20597
20598 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20599
20600         * gst/matroska/Makefile.am:
20601         * gst/matroska/ebml-read.c:
20602         * gst/matroska/ebml-read.h:
20603         * gst/matroska/matroska-demux.c:
20604         * gst/matroska/matroska-demux.h:
20605         * gst/matroska/matroska.c: (plugin_init):
20606           Ported matroska demuxer to 0.9.
20607
20608 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20609
20610         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20611
20612         * gst/matroska/matroska-mux.c:
20613         (gst_matroska_mux_video_pad_setcaps),
20614         (gst_matroska_mux_audio_pad_setcaps):
20615           Fix mpeg4 input handling (#318847); also, while we're at it,
20616           fix media type for Motion-JPEG: should be image/jpeg.
20617
20618 2005-10-18  Wim Taymans  <wim@fluendo.com>
20619
20620         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20621         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20622         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20623         Fix for segment-start/stop API change.
20624
20625 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20626
20627         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20628         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20629         way.
20630
20631 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20632
20633         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20634         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20635         output declared in transform_caps.
20636
20637 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20638
20639         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20640
20641 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20642
20643         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20644         (gst_video_box_get_unit_size): Fix wrong size calculations and
20645         implement get_unit_size correctly.
20646
20647 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20648
20649         * configure.ac:
20650           Enable flx plugin.
20651
20652         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20653           Fix gcc4 signedness issue.
20654
20655 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20656
20657         * configure.ac: Adding videomixer.
20658         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20659         (user_read_data), (gst_pngdec_chain): More debugging.
20660         * gst/alpha/Makefile.am: Adding alphacolor
20661         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20662         (gst_alpha_color_class_init), (gst_alpha_color_init),
20663         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20664         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20665         (plugin_init): Ported to 0.9 using in place base tranform.
20666         * gst/videomixer/Makefile.am:
20667         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20668         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20669         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20670         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20671         (gst_videomixer_init), (gst_videomixer_getcaps),
20672         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20673         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20674         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20675         to 0.9 using collectpads.
20676
20677 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20678
20679         * configure.ac:
20680         * gst/flx/Makefile.am:
20681         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20682         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20683         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20684         * gst/flx/gstflxdec.h:
20685         flx plugin ported to 0.9
20686
20687 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20688
20689         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20690           use new gst_version_string()
20691
20692 2005-10-16  Andy Wingo  <wingo@pobox.com>
20693
20694         * configure.ac: GLIB_CHECK.
20695
20696 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20697
20698         * ext/libpng/Makefile.am:
20699         * ext/libpng/gstpng.c: (plugin_init):
20700         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20701         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20702         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20703
20704 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
20705
20706         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20707
20708         * configure.ac:
20709         * gst/matroska/Makefile.am:
20710         * gst/matroska/ebml-ids.h:
20711         * gst/matroska/ebml-write.c:
20712         * gst/matroska/ebml-write.h:
20713         * gst/matroska/matroska-ids.h:
20714         * gst/matroska/matroska-mux.c:
20715         * gst/matroska/matroska-mux.h:
20716         * gst/matroska/matroska.c: (plugin_init):
20717           Port matroska muxer to 0.9 (#318847).
20718
20719 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20720
20721         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
20722         (comment_init), (comment_add):
20723           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
20724           use GST_READ_UINT32_LE() and friends rather than the private
20725           implementation of those same macros.
20726
20727 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20728
20729         * examples/stats/mp2ogg.c:
20730           more typo fixes
20731
20732 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20733
20734         * examples/indexing/indexmpeg.c: (main):
20735         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
20736         (gst_esdmon_close_audio), (gst_esdmon_change_state):
20737         * ext/esd/esdmon.h:
20738         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
20739         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
20740         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20741         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20742         * gst/avi/gstavimux.c: (gst_avimux_init):
20743         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
20744         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
20745         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
20746         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
20747         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
20748         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
20749         * gst/oldcore/gstmultifilesrc.h:
20750         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
20751         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
20752         (gst_pipefilter_change_state):
20753         * gst/oldcore/gstpipefilter.h:
20754         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20755         * gst/videomixer/videomixer.c: (gst_videomixer_init):
20756         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
20757         * sys/osxaudio/gstosxaudiosink.h:
20758         * sys/osxaudio/gstosxaudiosrc.h:
20759           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20760           moved bitshift from macro to enum definition
20761
20762 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20763
20764         * ext/Makefile.am:
20765         * ext/cairo/Makefile.am:
20766         * ext/cairo/gstcairo.c: (plugin_init):
20767         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
20768         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20769         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
20770         * ext/cairo/gsttimeoverlay.h:
20771           update of cairo-based timeoverlay to 1.0 Cairo API
20772           doesn't work yet for resizing of output sink
20773
20774 2005-10-11  Wim Taymans  <wim@fluendo.com>
20775
20776         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
20777         newsegment API fix.
20778
20779 2005-10-11  Wim Taymans  <wim@fluendo.com>
20780
20781         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
20782         (gst_dvdemux_demux_frame):
20783         * ext/flac/gstflacdec.c: (gst_flacdec_write):
20784         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20785         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
20786         (gst_avi_demux_handle_seek):
20787         * gst/goom/gstgoom.c: (gst_goom_event):
20788         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20789         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20790         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20791         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20792         (gst_wavparse_srcpad_event):
20793         newsegment API update.
20794
20795 2005-10-11  Andy Wingo  <wingo@pobox.com>
20796
20797         * ext/speex/gstspeexenc.c: Signedness cleanups.
20798
20799 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
20800
20801         * PORTED_09:
20802         * ext/speex/Makefile.am:
20803         * ext/speex/gstspeex.c:
20804         * ext/speex/gstspeexenc.c:
20805         Speexenc ported to 0.9
20806
20807 2005-10-10  Wim Taymans  <wim@fluendo.com>
20808
20809         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
20810         (gst_oss_sink_init), (gst_oss_sink_set_property),
20811         (gst_oss_sink_get_property), (gst_oss_sink_open),
20812         (gst_oss_sink_prepare), (gst_oss_sink_reset):
20813         * sys/oss/gstosssink.h:
20814         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
20815         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
20816         (gst_oss_src_prepare):
20817         Cleanups, make device configurable in the sink, handle and report
20818         errors.
20819
20820 2005-10-10  Wim Taymans  <wim@fluendo.com>
20821
20822         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
20823         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
20824         Make sure element is NULL before removing from the bin.
20825
20826 2005-10-07  Andy Wingo  <wingo@pobox.com>
20827
20828         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
20829         block forever in a read().
20830         (gst_dv1394src_bus_reset): Post a message when the cable is
20831         unplugged.
20832         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
20833         (gst_dv1394src_bus_reset): Don't unref the message.
20834
20835         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
20836         hacking. The only change should be that the state change stuff was
20837         put into basesrc's start() and stop() routines, which coalesces
20838         some steps.
20839
20840 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
20841
20842         * configure.ac:
20843           Add check for mmap
20844           
20845         * gst/debug/Makefile.am:
20846           Only compile efence plugin on systems that have mmap.
20847
20848 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
20849
20850         * gst/debug/Makefile.am:
20851         * gst/debug/breakmydata.c:
20852         * gst/debug/gstdebug.c:
20853         * gst/debug/gstnavigationtest.c:
20854         * gst/debug/gstnavseek.c: 
20855         * gst/debug/gstnavseek.h:
20856         * gst/debug/progressreport.c: 
20857         * gst/debug/testplugin.c:
20858           Port progressreport, navseek, navigationtest, testsink and
20859           breakmydata.
20860
20861 2005-10-05  Edward Hervey  <edward@fluendo.com>
20862
20863         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
20864         (gst_dvdemux_src_query):
20865         Fixes for better conversion
20866
20867 2005-10-04  Michael Smith <msmith@fluendo.com>
20868
20869         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
20870         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20871         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20872         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20873           Set state of elements to NULL before removing from bins.
20874           Set state of test element to NULL if we failed to move it to READY
20875
20876 2005-10-04  Edward Hervey  <edward@fluendo.com>
20877
20878         * ext/dv/Makefile.am:
20879         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
20880         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20881         Corrected the query function for position so it doesn't forget what
20882         format was asked, and calls the conversion functions on the correct pad.
20883
20884 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20885
20886         * configure.ac:
20887           back to development
20888
20889 === release 0.9.3 ===
20890
20891 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20892
20893         * configure.ac:
20894           Releasing 0.9.3, "Aramis"
20895
20896 2005-10-03  Andy Wingo  <wingo@pobox.com>
20897
20898         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20899         error returns.
20900
20901 2005-10-02  Andy Wingo  <wingo@pobox.com>
20902
20903         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20904
20905         * ext/flac/gstflacenc.c: Ported to 0.9.
20906
20907         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20908
20909         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20910         and link to gsttagedit. Enable flacenc.
20911
20912         * ext/flac/gstflacdec.c: Re-enable tag reading.
20913
20914 2005-09-30  Wim Taymans  <wim@fluendo.com>
20915
20916         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20917         * gst/rtp/gstrtpgsmparse.c:
20918         * gst/rtp/gstrtph263penc.c:
20919         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20920         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20921         (gst_rtpmp4venc_set_property):
20922         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20923         Various class and caps fixes from Andre Magalhaes (andrunko)
20924
20925 2005-09-29  Wim Taymans  <wim@fluendo.com>
20926
20927         * gst/level/level-example.c: (main):
20928         Update for new bus API.
20929
20930 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20931
20932         * configure.ac:
20933           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20934           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20935
20936 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20937
20938         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20939           Fix playback of mono streams (bytes_per_sample should be set
20940           from the sample width and the number of channels negotiated,
20941           and not just be set to 4) (#317338)
20942
20943 2005-09-26  Wim Taymans  <wim@fluendo.com>
20944
20945         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20946         (gst_rtpmpaenc_handle_buffer):
20947         Set buffer duration correctly.
20948
20949 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20950
20951         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20952         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20953         (gst_avi_demux_change_state):
20954           Don't crash when encountering a stream with an unknown fourcc or
20955           codec id. Instead, create a pad of type video/x-avi-unknown or
20956           audio/x-avi-unknown, which as a side-effect also results in less
20957           confusing error messages in players ('no decoder' vs. 'no streams');
20958           minor fixes to state change function and class_init function.
20959
20960 2005-09-24  Wim Taymans  <wim@fluendo.com>
20961
20962         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20963         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20964         These are sinks.
20965
20966 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20967
20968         * check/elements/level.c: (GST_START_TEST):
20969           fix test for new GstClockTime use
20970         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20971         (gst_level_transform_ip):
20972         * gst/level/gstlevel.h:
20973           fix up the decay peak, ensuring the decay peak is never lower
20974           than the peak for that interval
20975
20976 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20977
20978         * docs/plugins/gst-plugins-good-plugins.args:
20979         * docs/plugins/inspect/plugin-alpha.xml:
20980         * docs/plugins/inspect/plugin-rtp.xml:
20981         * gst/level/gstlevel.c: (gst_level_set_caps),
20982         (gst_level_transform_ip):
20983           updating docs
20984
20985 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20986
20987         * Makefile.am:
20988         * check/elements/level.c: (GST_START_TEST):
20989         * gst/level/Makefile.am:
20990         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20991         (gst_level_set_property), (gst_level_get_property),
20992         (gst_level_set_caps), (gst_level_message_new),
20993         (gst_level_transform_ip):
20994         * gst/level/gstlevel.h:
20995         * gst/level/level-example.c: (message_handler), (main):
20996           convert to using GstClockTime for all time values, finally.
20997
20998 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20999
21000         * gst/auparse/Makefile.am:
21001         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21002           fix up build
21003         * configure.ac:
21004         * ext/cairo/Makefile.am:
21005         * ext/dv/Makefile.am:
21006         * ext/esd/Makefile.am:
21007         * ext/flac/Makefile.am:
21008         * ext/gconf/Makefile.am:
21009         * ext/gdk_pixbuf/Makefile.am:
21010         * ext/jpeg/Makefile.am:
21011         * ext/ladspa/Makefile.am:
21012         * ext/libcaca/Makefile.am:
21013         * ext/libmng/Makefile.am:
21014         * ext/libpng/Makefile.am:
21015         * ext/mikmod/Makefile.am:
21016         * ext/pango/Makefile.am:
21017         * ext/raw1394/Makefile.am:
21018         * ext/shout2/Makefile.am:
21019         * ext/speex/Makefile.am:
21020         * gst/alpha/Makefile.am:
21021         * gst/autodetect/Makefile.am:
21022         * gst/avi/Makefile.am:
21023         * gst/cutter/Makefile.am:
21024         * gst/debug/Makefile.am:
21025         * gst/effectv/Makefile.am:
21026         * gst/flx/Makefile.am:
21027         * gst/goom/Makefile.am:
21028         * gst/interleave/Makefile.am:
21029         * gst/law/Makefile.am:
21030         * gst/matroska/Makefile.am:
21031         * gst/median/Makefile.am:
21032         * gst/monoscope/Makefile.am:
21033         * gst/multipart/Makefile.am:
21034         * gst/oldcore/Makefile.am:
21035         * gst/rtp/Makefile.am:
21036         * gst/rtsp/Makefile.am:
21037         * gst/smoothwave/Makefile.am:
21038         * gst/smpte/Makefile.am:
21039         * gst/videobox/Makefile.am:
21040         * gst/videofilter/Makefile.am:
21041         * gst/videomixer/Makefile.am:
21042         * gst/wavenc/Makefile.am:
21043         * gst/wavparse/Makefile.am:
21044         * sys/oss/Makefile.am:
21045         * sys/osxaudio/Makefile.am:
21046         * sys/osxvideo/Makefile.am:
21047           fix up GST_LIBS use
21048
21049 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21050
21051         * gst/auparse/Makefile.am:
21052         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21053           fix build of auparse
21054
21055 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21056
21057         * configure.ac:
21058         * PORTED_09:
21059         * gst/auparse/gstauparse.c:
21060         * gst/auparse/gstauparse.h:
21061         Auparse ported to 0.9.
21062
21063 2005-09-22  Wim Taymans  <wim@fluendo.com>
21064
21065         * gst/rtp/TODO:
21066         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21067         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21068         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21069         (gst_rtpmp4venc_set_property):
21070         * gst/rtp/gstrtpmp4venc.h:
21071         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21072         * gst/rtp/gstrtpmpaenc.h:
21073         Use is_filled to both check MTU and max-ptime of base class.
21074
21075 2005-09-22  Wim Taymans  <wim@fluendo.com>
21076
21077         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21078         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21079         (gst_rtpmp4venc_set_property):
21080         Don't fragment packets with multiple frames.
21081
21082 2005-09-22  Wim Taymans  <wim@fluendo.com>
21083
21084         * gst/rtp/TODO:
21085         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21086         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21087         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21088         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21089         (gst_rtpmp4venc_get_property):
21090         * gst/rtp/gstrtpmp4venc.h:
21091         Remove g_print.
21092         Update TODO
21093         Make payload encoder a bit smarter and more correct with
21094         timestamps.
21095         Added option in payloader to include config string in-band.
21096
21097 2005-09-21  Wim Taymans  <wim@fluendo.com>
21098
21099         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21100         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21101         (gst_rtspsrc_send):
21102         Strip spaces for key/value pairs.
21103
21104 2005-09-21  Wim Taymans  <wim@fluendo.com>
21105
21106         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21107         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21108         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21109         (gst_rtspsrc_change_state):
21110         More SDP parsing and caps setting.
21111         Do NO_PREROLL differently.
21112         add pads only after negotiated.
21113
21114         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21115         (gst_udpsrc_getcaps):
21116         Implement the getcaps function.
21117
21118 2005-09-21  Wim Taymans  <wim@fluendo.com>
21119
21120         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21121         (gst_rtpamrdec_chain):
21122         Handle multiple AMr packets per payload. Handle CRC and
21123         parse ILL/ILP.
21124
21125         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21126         Make caps params strings for easy SDP mapping.
21127         
21128         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21129         Handle capsnego better.
21130
21131         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21132         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21133         Generate and parse config string in the caps.
21134
21135 2005-09-21  Wim Taymans  <wim@fluendo.com>
21136
21137         * gst/rtp/README:
21138         Update README
21139
21140         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21141         Make extra params as strings.
21142
21143         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21144         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21145         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21146         Make state change return NO_PREROLL as this is a live
21147         source.
21148
21149         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21150         Don't unref old caps when NULL.
21151
21152 2005-09-20  Wim Taymans  <wim@fluendo.com>
21153
21154         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21155         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21156         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21157         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21158         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21159         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21160         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21161         * gst/rtsp/sdpmessage.h:
21162         Add URI handler.
21163         Parse SDP and create caps.
21164
21165 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21166
21167         * gst/alpha/gstalpha.c:
21168           fix element description
21169
21170 2005-09-19  Wim Taymans  <wim@fluendo.com>
21171
21172         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21173         Don't check payload for now.
21174
21175 2005-09-19  Wim Taymans  <wim@fluendo.com>
21176
21177         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21178         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21179         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21180         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21181         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21182         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21183         (gst_wavparse_change_state):
21184         * gst/wavparse/gstwavparse.h:
21185         Fix wavparse some more.
21186
21187 2005-09-19  Wim Taymans  <wim@fluendo.com>
21188
21189         * check/elements/level.c: (GST_START_TEST):
21190         Fix for bus API change.
21191
21192 2005-09-19  Wim Taymans  <wim@fluendo.com>
21193
21194         * gst/level/level-example.c: (main):
21195         Fix for new bus API.
21196
21197         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21198         Set caps on pads.
21199
21200 2005-09-15  Wim Taymans  <wim@fluendo.com>
21201
21202         * gst/rtp/Makefile.am:
21203         * gst/rtp/README:
21204         * gst/rtp/gstrtp.c: (plugin_init):
21205         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21206         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21207         (gst_rtpamrdec_change_state):
21208         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21209         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21210         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21211         * gst/rtp/gstrtpamrenc.h:
21212         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21213         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21214         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21215         * gst/rtp/gstrtpgsmenc.h:
21216         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21217         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21218         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21219         (gst_rtpgsmparse_change_state):
21220         * gst/rtp/gstrtpgsmparse.h:
21221         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21222         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21223         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21224         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21225         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21226         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21227         * gst/rtp/gstrtph263penc.h:
21228         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21229         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21230         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21231         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21232         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21233         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21234         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21235         * gst/rtp/gstrtpmp4venc.h:
21236         * gst/rtp/gstrtpmpadec.c:
21237         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21238         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21239         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21240         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21241         * gst/rtp/gstrtpmpaenc.h:
21242         Updates to payloader/depayloaders, make payloaders use
21243         the base classes.
21244         Updated README with suggested RTP caps and how to convert
21245         to/from SDP.
21246         Added config descriptor in mp4v payloader.
21247
21248 2005-09-15  Andy Wingo  <wingo@pobox.com>
21249
21250         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21251         * gst/autodetect/gstautovideosink.c
21252         (gst_auto_video_sink_find_best): Update for new registry API.
21253
21254 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21255
21256         * common/c-to-xml.py:
21257         * common/gtk-doc-plugins.mak:
21258           a simple py script to generate valid xml from a C example
21259           probably also need to strip an MIT license when we decide
21260         * docs/plugins/Makefile.am:
21261         * gst/level/Makefile.am:
21262         * gst/level/gstlevel.c: (gst_level_init):
21263         * gst/level/level-example.c: (message_handler), (main):
21264           add an example to level that will show up in the docs
21265         * gst/rtp/TODO:
21266           add a note for the future
21267
21268 2005-09-14  Michael Smith <msmith@fluendo.com>
21269
21270         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21271           Actually define the debug object being used in wavenc. Fixes #316205
21272
21273 2005-09-14  Michael Smith <msmith@fluendo.com>
21274
21275         * gst/smpte/Makefile.am:
21276           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21277           needed to build on windows (bug 316204)
21278
21279 2005-09-12  Andy Wingo  <wingo@pobox.com>
21280
21281         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21282
21283 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21284
21285         * configure.ac:
21286         * gst/fdsrc/Makefile.am:
21287         * gst/fdsrc/gstfdsrc.c:
21288         * gst/fdsrc/gstfdsrc.h:
21289           Move fdsrc back into gstreamer core elements.
21290
21291         * gst/level/gstlevel.c: (gst_level_class_init),
21292         (gst_level_transform_ip):
21293         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21294           Basetransform changes.
21295
21296 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21297
21298         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21299         * ext/jpeg/smokecodec.c: (find_best_size):
21300           fix compiler warnings
21301
21302 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21303
21304         * gst-plugins-good.spec.in:
21305           spec file fixes
21306         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21307         (gst_multiudpsink_render), (gst_multiudpsink_add),
21308         (gst_multiudpsink_clear):
21309           it actually helps to actually stream if we hook up the
21310           "add" signal to an actual implementation
21311         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21312           some debugging
21313
21314 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21315
21316         * ext/jpeg/Makefile.am:
21317         * ext/jpeg/gstjpeg.c
21318         * ext/jpeg/gstjpegenc.c:
21319         * ext/jpeg/gstsmokeenc.c:
21320
21321 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21322
21323         * ext/flac/gstflacdec.c:
21324         * ext/flac/gstflacenc.c:
21325         * ext/flac/gstflactag.c:
21326         * ext/speex/gstspeexenc.c:
21327           gsttaginterface.h -> gsttagsetter.h
21328
21329 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21330
21331         * configure.ac:
21332         * gst/debug/Makefile.am:
21333         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21334         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21335         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21336         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21337         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21338           Port to 0.9 and re-enable efence plugin.
21339
21340 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21341
21342         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21343         (gst_flacdec_write), (gst_flacdec_convert_src):
21344         * ext/flac/gstflacdec.h:
21345           Add support for flac files with 24/32 bits per sample; and misc.
21346           minor clean-ups. Seeking is still partly broken (for me at least).
21347
21348 2005-09-06  Wim Taymans  <wim@fluendo.com>
21349
21350         * gst/rtp/Makefile.am:
21351         * gst/rtp/gstrtp.c: (plugin_init):
21352         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21353         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21354         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21355         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21356         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21357         (gst_rtpmp4vdec_plugin_init):
21358         * gst/rtp/gstrtpmp4vdec.h:
21359         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21360         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21361         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21362         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21363         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21364         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21365         * gst/rtp/gstrtpmp4venc.h:
21366         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21367         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21368         Added mpeg4 video payload encoder/decoder.
21369         Added some docs in mpa payloader.
21370
21371 === release 0.9.1 ===
21372
21373 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21374
21375         * NEWS:
21376         * README:
21377         * RELEASE:
21378         * autogen.sh:
21379         * configure.ac:
21380           releasing 0.9.1, "Blondie"
21381
21382 2005-09-05  Andy Wingo  <wingo@pobox.com>
21383
21384         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21385         here from the state change handler, so we fire signals without
21386         holding the state lock.
21387
21388 2005-09-02  Andy Wingo  <wingo@pobox.com>
21389
21390         * All plugins updated for element state changes.
21391
21392 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21393
21394         * Makefile.am:
21395         * check/.cvsignore:
21396         * check/Makefile.am:
21397         * check/elements/.cvsignore:
21398         * check/elements/level.c: (setup_level), (cleanup_level),
21399         (GST_START_TEST), (level_suite), (main):
21400           add a test for level
21401         * common/release.mak:
21402           move the enum checking to release.mak
21403         * configure.ac:
21404           add valgrind and check checking
21405         * gst/level/gstlevel.c: (gst_level_transform):
21406         * gst/level/gstlevel.h:
21407           fix Andy's cast bug
21408           convert a field to int
21409           fix the arithmetic to int when checking for emit so that a
21410           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21411
21412 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21413
21414         * Makefile.am:
21415         * configure.ac:
21416           add docs to build
21417         * common/plugins.xsl:
21418           wrap Description into a refsect2
21419         * docs/Makefile.am:
21420         * docs/plugins/Makefile.am:
21421         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21422         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21423         * gst/goom/Makefile.am:
21424         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21425         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21426         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21427         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21428         (gst_goom_change_state):
21429         * gst/goom/gstgoom.h:
21430           GstGOOM -> GstGoom
21431           add an example launch line
21432         * gst/level/gstlevel.h:
21433         * gst/monoscope/gstmonoscope.c:
21434           cleanups
21435
21436 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21437
21438         * configure.ac:
21439         * docs/plugins/Makefile.am:
21440         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21441         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21442         * docs/plugins/gst-plugins-good-plugins.types:
21443           document elements and plugins.  Shazam !
21444
21445 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21446
21447         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21448           be found under doc/random/ChangeLog-0.8