gst/rtsp/gstrtspsrc.c: Add some more debugging.
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
4         (gst_rtspsrc_parse_range):
5         Add some more debugging.
6         Use the reanges received from the server unconditionally.
7         Fixes #561625.
8
9 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
10
11         * ext/pulse/pulsesink.c:
12           Change #if 0 to something more expresive and add pointer to related
13           bug ticket.
14
15 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
16
17         Patch by: Tal Shalif <tshalif at nargila dot org>
18
19         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
21         the latter don't exist on some systems (mingw). Fixes bug #561990.
22
23 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
24
25         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
26
27         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
28         Add transferMode.dnla.org header to HTTP requests as this is
29         required by the DLNA specs and doesn't hurt in other situations.
30         Fixes bug #561802.
31
32 2008-11-20  Michael Smith <msmith@songbirdnest.com>
33
34         * sys/osxvideo/osxvideosink.h:
35         * sys/osxvideo/osxvideosink.m:
36           Handle video window resizing more correctly, avoiding crashes when
37           embedding the window and resizing it.
38
39 2008-11-20  Michael Smith <msmith@songbirdnest.com>
40
41         * gst/udp/gstmultiudpsink.c:
42         * gst/udp/gstudpnetutils.c:
43         * gst/udp/gstudpnetutils.h:
44         * gst/udp/gstudpsrc.c:
45           Fix multiudpsink on OSX by passing the specific length of the socket,
46           refactor that into a function shared with the same thing in udpsrc.
47
48 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
49
50         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
51         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
52         (gst_wavparse_stream_headers):
53         Fix the scaling code.
54         Fix parsing of the INFO chunks, we were reading the wrong number of
55         bytes.  Fixes #561580.
56
57 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
58
59         * gst/matroska/matroska-mux.c:
60         Fix NULL pointer dereference of an unset codec_id in the recently 
61         added Dirac paths
62
63 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
64
65         * tests/check/Makefile.am:
66         Just keep disabling elements that hang the states test until it
67         works.
68
69 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
70
71         * ext/libpng/gstpngenc.c:
72         Don't flush downstream after every buffer - that's not what
73         this libpng callback is for at all!
74
75 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
76
77         * sys/v4l2/v4l2src_calls.c:
78           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
79           (gst_v4l2src_probe_caps_for_format):
80           Turns out we don't always get the frame sizes in a predefined
81           order from lowest to highest resolution, so let's just sort the
82           list by frame size once we've queried the possible resolutions
83           rather than assume any particular order. Fixes probed caps for
84           the camera in my HP2133 mini notebook and makes v4l2src default
85           to a decent size.
86
87 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
88
89         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
90         * gst/matroska/matroska-ids.h:
91         Make mkvdemux aware of E-AC3.
92
93 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
94
95         * gst/rtp/Makefile.am:
96         * gst/rtp/gstrtp.c: (plugin_init):
97         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
98         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
99         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
100         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
101         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
102         (gst_rtp_jpeg_depay_change_state),
103         (gst_rtp_jpeg_depay_plugin_init):
104         * gst/rtp/gstrtpjpegdepay.h:
105         Add a jpeg depayloader.
106
107         * gst/rtp/gstrtpjpegpay.c:
108         Set the default properties on the payloader to better defaults.
109
110 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
111
112         * sys/v4l2/gstv4l2.c:
113           Give it a primary rank for autovideosrc.
114
115 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
116
117         Patch by: Bjorn Ostby <bjornos at axis dot com>
118
119         * gst/rtp/Makefile.am:
120         * gst/rtp/gstrtp.c: (plugin_init):
121         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
122         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
123         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
124         (gst_rtp_jpeg_pay_read_quant_table),
125         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
126         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
127         (gst_rtp_jpeg_pay_plugin_init):
128         * gst/rtp/gstrtpjpegpay.h:
129         Add JPEG payloader. Fixes #560756.
130
131 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
132
133         Patch by: Fabricio Godoy <skarllot at gmail dot com>
134
135         * sys/oss/gstosssink.c: (gst_oss_sink_open):
136         * sys/oss/gstosssrc.c: (gst_oss_src_open):
137         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
138         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
139         Fix some spelling mistakes. Fixes #556802.
140
141 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
142
143         * gst/equalizer/GstIirEqualizer10Bands.prs:
144         * gst/equalizer/GstIirEqualizer3Bands.prs:
145         * gst/equalizer/Makefile.am:
146         * gst/equalizer/gstiirequalizer10bands.c:
147         * gst/equalizer/gstiirequalizer3bands.c:
148           Add presets for equalizer. Fixes #522183.
149
150 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
151
152         * gst/rtsp/Makefile.am:
153         * gst/rtsp/gstrtsp.c: (plugin_init):
154         * gst/rtsp/gstrtspgoogle.c:
155         * gst/rtsp/gstrtspgoogle.h:
156         Remove google extension again, it's not needed anymore because we never
157         send multiple transports anymore.
158
159 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
160
161         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
162
163         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
164         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
165         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
166         (gst_rtspsrc_stream_free),
167         (gst_rtspsrc_stream_configure_udp_sinks),
168         (gst_rtspsrc_stream_configure_transport),
169         (gst_rtspsrc_send_dummy_packets),
170         (gst_rtspsrc_create_transports_string),
171         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
172         * gst/rtsp/gstrtspsrc.h:
173         Add property to configure NAT traversal method.
174         Ignore EOS from the internal sinks.
175         Implement sending dummy packets as a (simple) method to open up
176         some firewalls.
177         Send PLAY request to the server after we started the udp sources.
178         Fixes #559545.
179
180 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
181
182         Patch by: Yotam <sh dot yotam at gmail dot com>
183
184         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
185         Flush the remaining frames on EOS. Fixes #560641.
186
187 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
188
189         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
190         Fix compiler warning about printf formatting.
191
192 2008-11-12  Andy Wingo  <wingo@pobox.com>
193
194         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
195         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
196         segment events instead of sending them from the seeking thread.
197         Fixes #559288.
198         (gst_qtdemux_push_pending_newsegment): New helper, sends out
199         queued newsegment events.
200         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
201         call it here, as we only seek when looping, and only push in the
202         movie state.
203
204 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
205
206         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
207         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
208         * gst/qtdemux/qtdemux_fourcc.h:
209         * gst/qtdemux/qtdemux_types.c:
210         Add cover and alternative copyright tag, and enhance some existing
211         ones by marking them as container atoms.
212
213 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
214
215         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
216         Don't ignore the return value of setcaps.
217
218 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
219
220         Patch by: Olivier Crete <tester at tester dot ca>
221
222         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
223         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
224         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
225         * gst/rtp/gstrtpg729pay.h:
226         Replace G729 payloader with an improved version. Fixes #532409.
227
228 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
229
230         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
231         (gst_rtspsrc_change_state):
232         Only send one transport at a time for improved compatibility with some
233         broken servers. See #537832.
234
235 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
236
237         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
238         (gst_rtspsrc_perform_seek):
239         Only pause/play in the seek handler when the source was playing.
240         Fixes #529379.
241
242 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
243
244         * gst/matroska/matroska-mux.c:
245         (gst_matroska_mux_handle_dirac_packet):
246         Fix muxing of Dirac streams if the input already has the format
247         we need, i.e. is the output of matroskademux.
248
249 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
250
251         * gst/avi/gstavimux.c:
252           Don't segfault on string typed tags being NULL. Fixes #560155.
253
254 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
255
256         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
257         (gst_matroska_mux_audio_pad_setcaps):
258         Fix mapping AAC profile to Matroska codec id.
259
260 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
261
262         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
263         (qtdemux_video_caps), (qtdemux_audio_caps):
264         Refactor some raw audio caps building, and handle >16-bit cases.
265         Fix/replace building caps from a string description.
266
267 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
268
269         * gst/audiofx/audiowsincband.c:
270         * gst/audiofx/audiowsinclimit.c:
271         * gst/cutter/gstcutter.c:
272           Make author name consistent with others.
273
274 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
275
276         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
277
278         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
279         (gst_rtspsrc_stream_configure_udp_sink):
280         Pause the RTSP stream before doing a new play request.
281         Make sure that adding the udpsinks does not cause the rtspsrc to become
282         a sink. Fixes #559547.
283
284 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
285
286         * gst/matroska/matroska-ids.h:
287         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
288         (gst_matroska_mux_handle_dirac_packet),
289         (gst_matroska_mux_write_data):
290         Implement Dirac muxing into Matroska comforming to the spec, i.e.
291         put all Dirac packages up to a picture into a Matroska block.
292
293         TODO: Implement writing of the ReferenceBlock Matroska elements,
294         currently the Dirac muxing is only 100% correct if Matroska version 2
295         is selected for muxing.
296
297 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
298
299         Patch by: Bastien Nocera <hadess at hadess dot net>,
300                   Hans de Goede <jwrdegoede at fedoraproject dot org>
301
302         * configure.ac:
303         * sys/v4l2/Makefile.am:
304         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
305         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
306         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
307         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
308         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
309         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
310         (gst_v4l2_get_input), (gst_v4l2_set_input):
311         * sys/v4l2/v4l2_calls.h:
312         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
313         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
314         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
315         (gst_v4l2src_fill_format_list),
316         (gst_v4l2src_probe_caps_for_format_and_size),
317         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
318         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
319         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
320         (gst_v4l2src_get_nearest_size):
321         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
322
323 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
324
325         * ext/aalib/Makefile.am:
326         * ext/annodex/Makefile.am:
327         * ext/cairo/Makefile.am:
328         * ext/dv/Makefile.am:
329         * ext/esd/Makefile.am:
330         * ext/flac/Makefile.am:
331         * ext/gconf/Makefile.am:
332         * ext/gdk_pixbuf/Makefile.am:
333         * ext/hal/Makefile.am:
334         * ext/jpeg/Makefile.am:
335         * ext/ladspa/Makefile.am:
336         * ext/libcaca/Makefile.am:
337         * ext/libmng/Makefile.am:
338         * ext/libpng/Makefile.am:
339         * ext/mikmod/Makefile.am:
340         * ext/pulse/Makefile.am:
341         * ext/raw1394/Makefile.am:
342         * ext/shout2/Makefile.am:
343         * ext/soup/Makefile.am:
344         * ext/speex/Makefile.am:
345         * ext/taglib/Makefile.am:
346         * ext/wavpack/Makefile.am:
347         * gst/alpha/Makefile.am:
348         * gst/apetag/Makefile.am:
349         * gst/audiofx/Makefile.am:
350         * gst/auparse/Makefile.am:
351         * gst/autodetect/Makefile.am:
352         * gst/avi/Makefile.am:
353         * gst/cutter/Makefile.am:
354         * gst/debug/Makefile.am:
355         * gst/effectv/Makefile.am:
356         * gst/equalizer/Makefile.am:
357         * gst/flx/Makefile.am:
358         * gst/goom/Makefile.am:
359         * gst/goom2k1/Makefile.am:
360         * gst/icydemux/Makefile.am:
361         * gst/id3demux/Makefile.am:
362         * gst/interleave/Makefile.am:
363         * gst/law/Makefile.am:
364         * gst/level/Makefile.am:
365         * gst/matroska/Makefile.am:
366         * gst/median/Makefile.am:
367         * gst/monoscope/Makefile.am:
368         * gst/multifile/Makefile.am:
369         * gst/multipart/Makefile.am:
370         * gst/oldcore/Makefile.am:
371         * gst/qtdemux/Makefile.am:
372         * gst/replaygain/Makefile.am:
373         * gst/rtp/Makefile.am:
374         * gst/rtsp/Makefile.am:
375         * gst/smpte/Makefile.am:
376         * gst/spectrum/Makefile.am:
377         * gst/udp/Makefile.am:
378         * gst/videobox/Makefile.am:
379         * gst/videocrop/Makefile.am:
380         * gst/videofilter/Makefile.am:
381         * gst/videomixer/Makefile.am:
382         * gst/wavenc/Makefile.am:
383         * gst/wavparse/Makefile.am:
384         * sys/directdraw/Makefile.am:
385         * sys/directsound/Makefile.am:
386         * sys/oss/Makefile.am:
387         * sys/osxaudio/Makefile.am:
388         * sys/osxvideo/Makefile.am:
389         * sys/sunaudio/Makefile.am:
390         * sys/v4l2/Makefile.am:
391         * sys/waveform/Makefile.am:
392         * sys/ximage/Makefile.am:
393           Don't install static libs for plugins. Fixes #550851 for -good.
394
395 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
396
397         * ext/flac/Makefile.am:
398         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
399         This fixes compilation if FLAC is installed in an uncommon location
400         that is not already handled by other CFLAGS. Fixes bug #558711.
401
402 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
403
404         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
405         Guard more uncommon formats with ifdefs so that we can compile on older
406         versions.
407
408 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
409
410         Patch by: Nick Haddad <nick at haddads dot net>
411
412         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
413         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
414         (gst_avi_demux_stream_data):
415         Invert other uncompressed RGB formats. Fixes #558554.
416
417 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
418
419         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
420         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
421         * gst/wavenc/gstwavenc.h:
422         Add support for float/double as input and remove the (nowadays)
423         useless parsing of the depth as we require width==depth.
424
425 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
426
427         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
428         * gst/rtp/gstrtpmpapay.c:
429         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
430         mpeg version 1. Fixes #558427.
431
432 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
433
434         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
435         (gst_rtp_L16_pay_getcaps):
436         Only put an integral amount of samples in the RTP packet.
437         Fixes #556641.
438
439 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
440
441         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
442         * gst/rtp/gstrtpchannels.h:
443         Add method to get possible channel positions.
444
445 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
446
447         * gst/rtp/Makefile.am:
448         Also commit updated makefile
449
450 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
451
452         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
453         Don't allow width=32,depth=24 as input. WAV requires that the width
454         is the next integer multiply of 8 from the depth.
455
456 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
457
458         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
459         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
460         (gst_rtp_L16_pay_getcaps):
461         * gst/rtp/gstrtpchannels.c: (check_channels),
462         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
463         (gst_rtp_channels_create_default):
464         * gst/rtp/gstrtpchannels.h:
465         Add mappings for multichannel support. Does not completely just work
466         because the getcaps function does not yet return the allowed channel
467         mappings. See #556641.
468
469 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
470
471         * gst/goom/Makefile.am:
472         * gst/goom/README:
473         * gst/goom/config_param.c:
474         * gst/goom/convolve_fx.c:
475         * gst/goom/drawmethods.c:
476         * gst/goom/drawmethods.h:
477         * gst/goom/filters.c:
478         * gst/goom/filters_mmx.s:
479         * gst/goom/flying_stars_fx.c:
480         * gst/goom/goom.h:
481         * gst/goom/goom_config.h:
482         * gst/goom/goom_config_param.h:
483         * gst/goom/goom_core.c:
484         * gst/goom/goom_filters.h:
485         * gst/goom/goom_fx.h:
486         * gst/goom/goom_graphic.h:
487         * gst/goom/goom_plugin_info.h:
488         * gst/goom/goom_tools.c:
489         * gst/goom/goom_tools.h:
490         * gst/goom/goom_typedefs.h:
491         * gst/goom/goom_visual_fx.h:
492         * gst/goom/graphic.c:
493         * gst/goom/ifs.c:
494         * gst/goom/ifs.h:
495         * gst/goom/lines.c:
496         * gst/goom/lines.h:
497         * gst/goom/mathtools.c:
498         * gst/goom/mathtools.h:
499         * gst/goom/mmx.c:
500         * gst/goom/motif_goom1.h:
501         * gst/goom/motif_goom2.h:
502         * gst/goom/plugin_info.c:
503         * gst/goom/ppc_drawings.h:
504         * gst/goom/ppc_zoom_ultimate.h:
505         * gst/goom/sound_tester.c:
506         * gst/goom/sound_tester.h:
507         * gst/goom/surf3d.c:
508         * gst/goom/surf3d.h:
509         * gst/goom/tentacle3d.c:
510         * gst/goom/tentacle3d.h:
511         * gst/goom/v3d.c:
512         * gst/goom/v3d.h:
513         * gst/goom/xmmx.c:
514           Add license headers in all source files. Remove filter.c from
515           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
516           which are not used right now. Fixes #557709.
517
518 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
519
520         Patch by: Olivier Crete <tester at tester dot ca>
521
522         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
523         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
524         Implement getcaps in rtpL16pay. Fixes #556484.
525
526 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
527
528         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
529         (gst_rtp_L16_depay_process):
530         Check if clock-rate and channels are valid.
531         Don't ignore the return value of setcaps.
532         No need to validate the buffer, the base class does that for us.
533         Use the marker bit to set the DISCONT flag on outgoing buffers.
534
535         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
536         Don't ignore the return value of set_outcaps.
537
538         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
539         (gst_rtp_ac3_depay_process):
540         Don't ignore the return value of set_caps.
541         No need to validate the buffer, the base class does that for us.
542
543         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
544         (gst_rtp_amr_depay_process):
545         * gst/rtp/gstrtpamrdepay.h:
546         Don't ignore the return value of setcaps.
547         No need to validate the buffer, the base class does that for us.
548         No need to set output caps on the buffers, the base class does that for
549         us.
550         The subclass will make sure we are negotiated.
551         
552         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
553         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
554         * gst/rtp/gstrtpdvdepay.h:
555         Clean up caps negotiation.
556         The subclass will make sure we are negotiated.
557
558         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
559         (gst_rtp_g726_depay_process):
560         Clean up caps negotiation.
561         Use the marker bit to set the DISCONT flag on outgoing buffers.
562
563         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
564         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
565         * gst/rtp/gstrtpg729depay.h:
566         The subclass will make sure we are negotiated.
567         Use the marker bit to set the DISCONT flag on outgoing buffers.
568
569         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
570         (gst_rtp_gsm_depay_process):
571         Clean up caps negotiation.
572         Use the marker bit to set the DISCONT flag on outgoing buffers.
573
574         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
575         Clean up caps negotiation.
576         Don't ignore the return value of set_outcaps.
577
578         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
579         (gst_rtp_h263_depay_process):
580         Clean up caps negotiation.
581         No need to validate the buffer, the base class does that for us.
582
583         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
584         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
585         * gst/rtp/gstrtph263pay.h:
586         Don't ignore the return value of set_outcaps.
587         Do some more timestamps.
588
589         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
590         (gst_rtp_h263p_depay_process):
591         Clean up caps negotiation.
592         Don't ignore the return value of setcaps.
593         No need to validate the buffer, the base class does that for us.
594
595         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
596         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
597         (gst_rtp_h263p_pay_handle_buffer):
598         * gst/rtp/gstrtph263ppay.h:
599         Don't ignore the return value of set_outcaps.
600         Do some more timestamps.
601
602         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
603         (gst_rtp_h264_depay_process):
604         Clean up caps negotiation.
605         Don't ignore the return value of setcaps.
606         Fix possible caps leak.
607         No need to validate the buffer, the base class does that for us.
608
609         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
610         Add some more debug info.
611
612         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
613         (gst_rtp_ilbc_depay_process):
614         Clean up caps negotiation.
615         Use the marker bit to set the DISCONT flag on outgoing buffers.
616
617         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
618         Clean up caps negotiation.
619
620         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
621         (gst_rtp_mp1s_depay_process):
622         Clean up caps negotiation.
623         Don't ignore the return value of setcaps.
624         No need to validate the buffer, the base class does that for us.
625         No need to set caps on buffers, subclass does that for us.
626
627         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
628         (gst_rtp_mp2t_depay_process):
629         Clean up caps negotiation.
630         Don't ignore the return value of setcaps.
631         No need to validate the buffer, the base class does that for us.
632         No need to set caps on buffers, subclass does that for us.
633
634         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
635         (gst_rtp_mp4a_depay_process):
636         Clean up caps negotiation.
637         Don't ignore the return value of setcaps.
638         No need to validate the buffer, the base class does that for us.
639
640         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
641         (gst_rtp_mp4a_pay_setcaps):
642         Don't ignore the return value of set_outcaps.
643
644         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
645         (gst_rtp_mp4g_depay_process):
646         Clean up caps negotiation.
647         Don't ignore the return value of setcaps.
648         No need to validate the buffer, the base class does that for us.
649         No need to set caps on buffers, subclass does that for us.
650
651         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
652         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
653         Don't ignore the return value of set_outcaps.
654
655         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
656         (gst_rtp_mp4v_depay_process):
657         Clean up caps negotiation.
658         Don't ignore the return value of setcaps.
659         No need to validate the buffer, the base class does that for us.
660         No need to set caps on buffers, subclass does that for us.
661
662         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
663         (gst_rtp_mp4v_pay_setcaps):
664         Don't ignore the return value of set_outcaps.
665
666         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
667         (gst_rtp_mpa_depay_process):
668         Clean up caps negotiation.
669         Don't ignore the return value of setcaps.
670         No need to validate the buffer, the base class does that for us.
671         Use the marker bit to set the DISCONT flag on outgoing buffers.
672
673         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
674         Don't ignore the return value of set_outcaps.
675
676         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
677         (gst_rtp_mpv_depay_process):
678         Clean up caps negotiation.
679         Actually set output caps.
680         No need to validate the buffer, the base class does that for us.
681
682         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
683         Don't ignore the return value of set_outcaps.
684
685         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
686         (gst_rtp_pcma_depay_process):
687         Clean up caps negotiation.
688         Set output buffer duration because we can.
689         Use the marker bit to set the DISCONT flag on outgoing buffers.
690
691         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
692         Don't ignore the return value of set_outcaps.
693
694         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
695         (gst_rtp_pcmu_depay_process):
696         Clean up caps negotiation.
697         Use the marker bit to set the DISCONT flag on outgoing buffers.
698
699         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
700         Don't ignore the return value of set_outcaps.
701
702         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
703         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
704         Clean up caps negotiation.
705         Set output caps on the pad and header buffers.
706         Set duration on output buffers because we can.
707
708         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
709         Don't ignore the return value of set_outcaps.
710
711         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
712         (gst_rtp_sv3v_depay_process):
713         Clean up caps negotiation.
714         No need to validate the buffer, the base class does that for us.
715         No need to set caps out output buffers, subclass does that.
716
717         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
718         (gst_rtp_theora_depay_process):
719         Don't ignore the return value of setcaps.
720         No need to validate the buffer, the base class does that for us.
721
722         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
723         (gst_rtp_theora_pay_flush_packet), (encode_base64),
724         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
725         (gst_rtp_theora_pay_handle_buffer):
726         Don't ignore the return value of set_outcaps.
727
728         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
729         (gst_rtp_vorbis_depay_process):
730         Don't ignore the return value of setcaps.
731         No need to validate the buffer, the base class does that for us.
732
733         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
734         Don't ignore the return value of set_outcaps.
735
736         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
737         Clean up caps negotiation, don't ignore setcaps return.
738
739         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
740         Don't ignore the return value of set_outcaps.
741
742 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
743
744         * gst/matroska/matroska-demux.c:
745         (gst_matroska_demux_handle_src_event):
746         Forward unknown events upstream.
747
748 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
749
750         * tests/check/elements/icydemux.c: (icydemux_found_pad):
751         Add some refcount check
752
753         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
754         Don't ignore the result of write(), fixes a  compiler warning for me.
755
756         * tests/icles/videobox-test.c: (main):
757         Make the output a little more pretty.
758
759 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
760
761         * ext/esd/esdmon.c:
762           Add doc blob.
763
764 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
765
766         * docs/plugins/Makefile.am:
767         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
768         * docs/plugins/gst-plugins-good-plugins-sections.txt:
769         * docs/plugins/gst-plugins-good-plugins.args:
770         * docs/plugins/gst-plugins-good-plugins.hierarchy:
771         * docs/plugins/gst-plugins-good-plugins.interfaces:
772         * docs/plugins/inspect/plugin-autodetect.xml:
773           Add the docs of the new elements.
774
775 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
776
777         * gst/autodetect/gstautoaudiosrc.c:
778         (gst_auto_audio_src_class_init):
779         * gst/autodetect/gstautovideosrc.c:
780         (gst_auto_video_src_class_init):
781         Fix "Since" tags in the documentation.
782
783 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
784
785         Patch by: Sjoerd Simons <sjoerd at luon dot net>
786
787         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
788         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
789         Add support for souphttpsrc to act as a live source. This makes it
790         possible to get timestamped buffers in combination with the
791         "do-timestamp" property. Fixes bug #556019.
792
793 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
794
795         * gst/autodetect/Makefile.am:
796         * gst/autodetect/gstautoaudiosink.c:
797         * gst/autodetect/gstautoaudiosrc.c:
798         * gst/autodetect/gstautoaudiosrc.h:
799         * gst/autodetect/gstautodetect.c:
800         * gst/autodetect/gstautovideosink.c:
801         * gst/autodetect/gstautovideosrc.c:
802         * gst/autodetect/gstautovideosrc.h:
803           Implement src plugins. Little code/string cleanup in the sinks.
804           Fixes #523813.
805
806 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
807
808         Patch by: Peter Kjellerstedt <pkj at axis com>
809
810         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
811         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
812         Fix a memory leak when pads are requested but the pipeline never
813         goes into PLAYING.
814
815         Correctly remove request pads, no matter if they have collected
816         data or not.
817
818         Fixes bug #557710.
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/gstudpnetutils.h:
825         Define the correct WINVER so getaddinfo() can be used when using
826         mingw32. Fixes bug #557294.
827
828 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
829
830         Patch by: <lrn1986 at gmail dot com>
831
832         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
833         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
834         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
835         Fix "argument type mismatch" compiler warnings on Windows.
836         Fixes bug #557293.
837
838 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
839
840         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
841         Don't calculate the filter coefficients for every single buffer
842         but only when it's needed. Fixes bug #557260.
843
844 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
845
846         * configure.ac:
847         Back to development -> 0.10.11.1
848
849 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
850
851         * gst-plugins-good.doap:
852         Fix version number of 0.10.11 release in doap file
853
854 === release 0.10.11 ===
855
856 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
857
858         * configure.ac:
859           releasing 0.10.11, "Secondary Consideration"
860
861 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
862
863         * configure.ac:
864         Commit 0.10.10.4 pre-release
865
866 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
867
868         * gst/avi/gstavimux.c:
869         Fix VPRP chunk setup in avimux.
870         Fixes: #556010
871         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
872
873 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
874
875         * gst/videobox/gstvideobox.c:
876         support dynamically changing properties in videobox
877         Fixed: #557085
878         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
879
880 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
881
882         * configure.ac:
883         0.10.10.3 pre-release
884
885 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
886
887         * tests/check/Makefile.am:
888         Don't run the states test on pulsesrc and pulsesink
889
890 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
891
892         * configure.ac:
893         Commit 0.10.10.2 pre-release bump that actually went
894         out on 2008-10-11
895
896 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
897
898         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
899         Skip entries for streams that don't have a output pad yet, thereby
900         avoiding calling pad functions with a NULL pad.
901         Fixes #556424
902
903 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
904
905         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
906         * tests/check/elements/icydemux.c: (icydemux_found_pad):
907         Remove problematic and useless refcount check.
908         Fixes #556381
909
910 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
911
912         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
913         Remove problematic and useless refcount check.
914         Fixes #556381
915
916 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
917
918         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
919         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
920         Cast some size_t arguments to guint to avoid compiler
921         warnings on 64-bit systems.
922
923 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
924
925         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
926         Return TRUE instead of FALSE from the event handler when we swallowed the
927         event.
928
929 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
930
931         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
932         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
933         Reset header state. Fixes #555321.
934
935 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
936
937         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
938         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
939         * gst/avi/gstavidemux.h:
940         For timestamping audio packets we need to take into account the
941         amount of blocks in one entry using the blockalign. Fixes some sync
942         issues with zero-padded audio blocks in the beginning of avi files.
943
944 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
945
946         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
947         (gst_multi_file_src_query):
948         Implement DEFAULT and BUFFER position queries. See #555260.
949
950 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
951
952         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
953         Fix build for systems that don't have XDamage.
954
955 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
956
957         * tests/examples/rtp/client-H263p.sdp:
958         * tests/examples/rtp/client-H263p.sh:
959         * tests/examples/rtp/server-VTS-H263p.sh:
960         Add some more H263p server and client examples.
961
962 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
963
964         * configure.ac::
965           Depend on released versions of core and base.
966
967 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
968
969         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
970         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
971         Return -1 instead of 0 in error cases. Fixes #554771.
972
973 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
974
975         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
976         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
977         Stop leaking the cursor image.
978         Unref the last_ximage and the cached cursor image on shutdown.
979         Fixes #551570.
980
981 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
982
983         * sys/v4l2/gstv4l2object.h:
984         Getting the Class from an instance is not just a matter of casting it to
985         the class struct but it involves calling G_OBJECT_GET_CLASS on the
986         instance. Fixes #549784.
987
988 2008-10-01  Michael Smith <msmith@songbirdnest.com>
989
990         * configure.ac:
991           Fix libs for linking directsound.
992         * sys/directsound/gstdirectsoundsink.c:
993           Fix buffer sizing to prevent racing the ringbuffer at startup.
994           Add volume property.
995
996 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
997
998         * ext/pulse/pulsesink.c:
999         Fix problems with pulsesink randomly erroring with code 'OK' after a
1000         format change on the stream by waiting when disconnecting the stream.
1001
1002 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1003
1004         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1005         (gst_rtp_amr_depay_process):
1006         Mark DISCONT on output buffers when the marker bit signals a new talk
1007         spurt.
1008
1009         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1010         Set the marker bit for buffers with a DISCONT flag to signal a talk
1011         spurt.
1012
1013 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1014
1015         * gst/rtp/Makefile.am:
1016         * gst/rtp/gstrtp.c: (plugin_init):
1017         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1018         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1019         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1020         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1021         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1022         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1023         * gst/rtp/gstrtpmp4apay.h:
1024         Added MP4A-LATM payloader to match the depayloader.
1025
1026 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1027
1028         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1029         (gst_videomixer_sink_event):
1030         Handle segments a little better. Fixes #537361.
1031
1032 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1033
1034         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1035         Don't assume the server supports PAUSE by default. Fixes #551048.
1036
1037 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1038
1039         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1040         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1041         Switch on the socket family to get the addrlen size right.
1042
1043 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1044
1045         Patch by: Daniel Franke <df at dfranke dot us>
1046
1047         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1048         OS X's bind() implementation is picky about its addrlen parameter and
1049         fails with EINVAL if it is larger than expected for the socket's address
1050         family. Set the length to the expected length instead. Fixes #553191.
1051
1052 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1053
1054         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1055         Handle the case where we cannot do desribe or when the describe result
1056         does not contain a valid SDP message.
1057
1058 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1059
1060         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1061         Fix setting the qos.
1062
1063 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1064
1065         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1066         (gst_qtdemux_chain):
1067         Some 'broken' files out there have atom lengths of zero...
1068         which basically results in qtdemux consuming that atom again and again
1069         until the *end of night* !
1070         Detect that and emits an adequate element error message.
1071
1072 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1073
1074         * gst/interleave/Makefile.am:
1075         * gst/matroska/Makefile.am:
1076         Fix build flags order.
1077
1078         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1079         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1080         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1081         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1082         Format fixes.
1083
1084         * tests/check/elements/multifile.c:
1085         Pull in unistd.h
1086
1087 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1088
1089         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1090         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1091         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1092         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1093         (gst_rtp_mp4g_depay_change_state):
1094         * gst/rtp/gstrtpmp4gdepay.h:
1095         Handle interleaved streams by reordering AU in a queue.
1096
1097 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1098
1099         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1100         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1101         Change some of the ranges in the caps, mostly for the amount of bits we
1102         can use.
1103         Added a little bitstream parse and use it to parse the AU header fields.
1104         Check for malformed and wrongly sized packets better.
1105         Implement more header field parsing.
1106         Handle the size of fragmented packets correctly.
1107
1108 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1109
1110         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1111         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1112         Add mapping for 'tiff' => image/tiff
1113         Fixes #552213
1114
1115 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1116
1117
1118         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1119         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1120           Pretend to care about the result of write() which works around
1121           compiler warnings.
1122
1123 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1124
1125         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1126           Make sure the desired default values are actually set, not only
1127           registered as defaults (actual problem is that the stereo-specific
1128           values are only updated if channels==2, which is not the case yet
1129           when the object is created, so the default values for the
1130           mid-side-stereo and loose-mid-side-stereo settings are never
1131           set in _update_quality()). Makes flacenc create smaller files by
1132           default (for stereo input), and fixes #550791.
1133
1134 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1135
1136         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1137         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1138         (qtdemux_parse_trak), (qtdemux_video_caps):
1139         * gst/qtdemux/qtdemux.h:
1140         * gst/qtdemux/qtdemux_fourcc.h:
1141         * gst/qtdemux/qtdemux_types.c:
1142         Add support for video/mj2 mime-type and its additional atoms/boxes.
1143         Fixes #550646.
1144
1145 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1146
1147         * gst/debug/gsttaginject.c:
1148           Add warning when tags parameter is unparsable and give example for
1149           quoting in the docs.
1150
1151 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1152
1153         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1154         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1155         Add some alternative byteswapped mappings that seem to pop up sometimes.
1156         Fixes #550288.
1157
1158 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1159
1160         * po/LINGUAS:
1161         * po/POTFILES.in:
1162         * po/POTFILES.skip:
1163           Add 'ca' to LINGUAS; add some more files with translations and some
1164           files which should be ignored by translation tools.
1165
1166 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1167
1168         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1169         * ext/speex/gstspeexdec.h:
1170         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1171         * ext/speex/gstspeexenc.h:
1172         Use integer encoding and decoding functions instead of converting
1173         the integer input to float in the element. The libspeex integer
1174         functions are doing this for us already or, if libspeex was compiled
1175         in integer mode, they're doing everything using integer arithmetics.
1176         Also saves some copying around.
1177
1178 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1179
1180         * configure.ac:
1181           Fix --disable-external
1182
1183 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1184
1185         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1186         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1187         * ext/wavpack/gstwavpackenc.h:
1188         Handle non-zero start timestamps and stream discontinuities
1189         correctly. This only has an effect if we're muxing into
1190         a container format as the raw WavPack stream must contain
1191         continous sample numbers.
1192
1193 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1194
1195         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1196         Correct the timestamp and granulepos calculation by one Speex
1197         frame.
1198
1199 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1200
1201         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1202         Correctly take the granulepos from upstream if possible and
1203         correctly handle the granulepos in various calculations: the
1204         granulepos is the sample number of the _last_ sample in a frame, not
1205         the first.
1206
1207         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1208         (gst_speex_enc_encode), (gst_speex_enc_chain),
1209         (gst_speex_enc_change_state):
1210         * ext/speex/gstspeexenc.h:
1211         Handle non-zero start timestamps in the encoder and detect/handle
1212         stream discontinuities. Fixes bug #547075.
1213
1214 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1215
1216         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1217
1218         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1219         Fix compiler warnings caused by passing a string as format string
1220         instead of "%s" and then the string. This is only exposed by -Wformat=2
1221         as used by default on Ubuntu. Fixes bug #550015.
1222
1223 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1224
1225         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1226         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1227         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1228         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1229         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1230           (gst_ebml_read_element_length):
1231         * gst/matroska/matroska-demux.c:
1232           (gst_matroska_demux_check_subtitle_buffer):
1233           Make stuff compile with GST_DISABLE_GST_DEBUG.
1234
1235 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1236
1237         * gst/law/alaw.c:
1238         * gst/law/mulaw.c:
1239           Ref caps before passing to gst_pad_template_new(), since that takes
1240           ownership.
1241
1242 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1243
1244         Patch by: Mersad Jelacic <mersad at axis dot com>
1245
1246         * gst/multipart/multipartdemux.c:
1247         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1248         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1249         demuxer. Fixes #549551.
1250
1251 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1252
1253         * sys/osxaudio/gstosxaudiosink.c:
1254         (gst_osx_audio_sink_select_device):
1255         * sys/osxaudio/gstosxaudiosrc.c:
1256         (gst_osx_audio_src_create_ringbuffer),
1257         (gst_osx_audio_src_select_device):
1258         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1259         Fix the build on macosx.
1260
1261 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1262
1263         * gst/icydemux/gsticydemux.c:
1264           Small docs fix: in the example pipeline, we need to pass
1265           iradio-mode=true to the source, so the server actually sends
1266           an ICY stream.
1267
1268 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1269
1270         * sys/osxaudio/gstosxaudio.c:
1271           Oops. Revert more completely.
1272
1273 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1274
1275         * sys/osxaudio/gstosxaudio.c:
1276           Revert accidental element rename from testing.
1277
1278 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1279
1280         * gst-plugins-good.doap:
1281         Pull in 0.10.10 doap entry from release branch
1282
1283 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1284
1285         * configure.ac:
1286         Update version number to reflect 0.10.10 release from
1287         branch.
1288
1289 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1290
1291         * sys/osxaudio/Makefile.am:
1292         * sys/osxaudio/gstosxaudio.c:
1293         * sys/osxaudio/gstosxaudiosink.c:
1294         * sys/osxaudio/gstosxaudiosink.h:
1295         * sys/osxaudio/gstosxaudiosrc.c:
1296         * sys/osxaudio/gstosxaudiosrc.h:
1297         * sys/osxaudio/gstosxringbuffer.c:
1298         * sys/osxaudio/gstosxringbuffer.h:
1299           Rewrite caps setting and ring buffer initialisation.
1300           Previously we never told CoreAudio what format we were going to send it,
1301           so it only worked due to luck, and not at all on some hardware.
1302           Now we explicitly advertise what formats the hardware supports, and then
1303           configure the selected one correctly.
1304
1305 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1306
1307         * sys/v4l2/gstv4l2object.c:
1308         * sys/v4l2/gstv4l2src.c:
1309         * sys/v4l2/gstv4l2src.h:
1310         * sys/v4l2/v4l2_calls.c:
1311         * sys/v4l2/v4l2src_calls.c:
1312           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1313           need to memset instance structures. Some more FIXME's and comments.
1314
1315 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1316
1317         * tests/icles/.cvsignore:
1318           Ignore more.
1319
1320 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1321
1322         * gst/goom/.cvsignore:
1323         * gst/goom2k1/.cvsignore:
1324           Ignore files.
1325
1326 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1327
1328         * ext/cairo/gsttextoverlay.c:
1329           Fix compiler warning.
1330
1331 2008-08-25  David Schleef  <ds@schleef.org>
1332
1333         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1334
1335 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1336
1337         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1338         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1339         * gst/matroska/matroska-mux.c:
1340         (gst_matroska_mux_video_pad_setcaps),
1341         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1342         Add Real[Audio|Video] support to Matroska containers.
1343         It works fine for:
1344         * decoding real audio/video streams contained in mkv
1345         * 'transmuxing' real (.rm) files into .mkv files
1346         It will not work though for encoding real[audio/video] streams that
1347         don't contain the 'mdpr_data' extra data on the caps.
1348         The reason why this will not work is because I never intended to
1349         duplicate virtually all the 'mdpr' block creation into mkvmux.
1350         Fixes #536067
1351
1352 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1353
1354         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1355         * gst/law/mulaw-conversion.c:
1356         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1357         (gst_mulawenc_chain):
1358         The encoder can't really renegotiate at the time they perform a
1359         pad-alloc so make the srcpads use fixed caps.
1360         Check the buffer size after a pad-alloc because the returned size might
1361         not be right when the downstream element does not know the size of the
1362         new buffer (capsfilter). Fixes #549073.
1363
1364 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1365
1366         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1367
1368         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1369         v4l2src doesn't have a property named "norm" so don't try to notify
1370         about changes to that property. The "norm" property and related
1371         code are commented out currently. Fixes bug #549090.
1372
1373 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1374
1375         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1376
1377         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1378         Reprobe devices again instead of taking a cached list as new
1379         devices could've been plugged in. Fixes bug #549062.
1380
1381 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1382
1383         * gst/autodetect/Makefile.am:
1384         Don't link the autodetect plugin with GConf as it doesn't
1385         use GConf. Fixes bug #545463.
1386
1387 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1388
1389         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1390         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1391         (gst_ebml_read_sint), (gst_ebml_read_float),
1392         (gst_ebml_read_header):
1393         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1394         possible to ignore errors and not post any ERROR messages on
1395         the bus.
1396
1397         * gst/matroska/matroska-demux.c:
1398         (gst_matroska_demux_parse_contents):
1399         Ignore any errors and not just EOS when parsing the contents of
1400         a SeekHead. Errors here are usually caused by truncated files
1401         and playback of the file works fine. Fixes playback of the
1402         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1403         archive.
1404
1405 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1406
1407         * gst/multipart/multipartdemux.c:
1408         * gst/multipart/multipartmux.c:
1409         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1410
1411 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1412
1413         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1414           gst_directdraw_sink_bufferpool_clear):
1415           Fix two more buffer ref leaks.
1416
1417 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1418
1419         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1420
1421         * sys/directdraw/gstdirectdrawsink.c:
1422           (gst_directdraw_sink_show_frame):
1423           Fix buffer ref leak.
1424
1425 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1426
1427         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1428         Revert the last commit. wavenc still supports width!=depth for 32 bit
1429         width. Thanks Tim.
1430
1431 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1432
1433         * gst/matroska/matroska-demux.c:
1434         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1435         If the duration of a block is unknown only use the timestamp for the
1436         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1437         laces. Otherwise every lace has the same timestamp which leads to
1438         various problems. Really fixes bug #548831.
1439
1440 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1441
1442         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1443         If we're not allowing width!=depth in wavenc we should also disable
1444         the code that was added to support width!=depth.
1445
1446 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1447
1448         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1449         Don't calculate the default duration of a frame from the audio sampling
1450         rate. This only works for raw audio if every frame contains a single
1451         sample and results in broken buffer durations for other formats
1452         if no specified default duration is given or the blocks have no
1453         duration. Fixes bug #548831.
1454
1455 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1456
1457         * gst/matroska/matroska-demux.c:
1458         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1459         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1460         are used for text/plain subtitles as a gap-filler in some files.
1461
1462 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1463
1464         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1465         (gst_v4l2_get_caps_info):
1466         Add S910 and PWC formats with a low priority.
1467
1468         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1469         (gst_v4l2src_probe_caps_for_format):
1470         Add more debugging.
1471
1472 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1473
1474         * ext/flac/gstflacenc.c:
1475           Fix compilation against older libflac versions.
1476
1477 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1478
1479         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1480         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1481         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1482         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1483         (gst_pulsemixer_ctrl_set_volume):
1484         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1485         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1486         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1487         (gst_pulsesink_init), (gst_pulsesink_open),
1488         (gst_pulsesink_prepare), (gst_pulsesink_write),
1489         (gst_pulsesink_delay), (gst_pulsesink_reset):
1490         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1491         (gst_pulsesrc_init):
1492         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1493         Fix a locking issue in pulsesink's prepare function.
1494
1495         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1496         Check if the created channel layout is valid for GStreamer.
1497
1498 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1499
1500         * gst/rtsp/gstrtspgoogle.c:
1501         Things that can happen when your brain is in google mode trying to
1502         deal with their google rtsp server extensions and trying to type your
1503         google mail account.
1504
1505 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1506
1507         * gst/rtsp/Makefile.am:
1508         * gst/rtsp/gstrtsp.c: (plugin_init):
1509         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1510         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1511         (_do_init), (gst_rtsp_google_base_init),
1512         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1513         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1514         (gst_rtsp_google_extension_init):
1515         * gst/rtsp/gstrtspgoogle.h:
1516         Add google RTSP extension, it can only handle udp and responds with
1517         unsupported if we do anything else. Fixes #546465.
1518
1519         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1520         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1521         (gst_rtspsrc_create_transports_string),
1522         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1523         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1524         Make transport setup code a bit better using GString.
1525         Add some more debug.
1526         Check for closed connections before doing anything on them.
1527
1528 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1529
1530         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1531         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1532         (gst_pulsesrc_prepare):
1533         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1534         (gst_pulse_channel_map_to_gst):
1535         * ext/pulse/pulseutil.h:
1536         If downstream provides no channel layout and >2 channels should be
1537         used use the default layout that pulseaudio chooses and also
1538         add this layout to the caps. Fixes bug #547258.
1539
1540 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1541
1542         Patch by: Peter Kjellerstedt <pkj at axis com>
1543
1544         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1545         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1546         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1547         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1548         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1549         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1550         (gst_udpsrc_set_property):
1551         Avoid leaking internally allocated file descriptors when setting
1552         custom file descriptors. Fixes #543101.
1553
1554 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1555
1556         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1557         Don't try to configure RTCP back to the server when the server did not
1558         give us a valid port number.
1559
1560 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1561
1562         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1563         Use new basetransform method to renegotiate. Fixes #544956.
1564
1565         * tests/icles/Makefile.am:
1566         * tests/icles/videobox-test.c: (make_pipeline), (main):
1567         Add videobox renegotiation example.
1568
1569 2008-08-19  David Schleef  <ds@schleef.org>
1570
1571         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1572         with sane values.  Fixes #548530.
1573
1574 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1575
1576         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1577         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1578         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1579         are already filled with the correct values by
1580         gst_ring_buffer_parse_caps() so there's no need to set them again
1581         with wrong values.
1582
1583 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1584
1585         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1586         (gst_avi_demux_read_subindexes_push):
1587         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1588         and instead of using the 'ix##' nomenclature, use '##ix'.
1589         They're still valid though, this fixes the duration and indexes for
1590         virtually all the ODML files I have.
1591
1592 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1593
1594         Patch by: Olivier Crete <tester at tester dot ca>
1595
1596         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1597         (gst_rtp_vorbis_depay_process):
1598         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1599         Update the vorbis RTP pay/depay to RFC 5215.
1600         Fixes #547842.
1601
1602 2008-08-14  David Schleef  <ds@schleef.org>
1603
1604         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1605           with 3:2 pulldown, i.e., 24p.
1606
1607 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1608
1609         * tests/check/elements/level.c: (GST_START_TEST):
1610         Fix compilation some more.
1611
1612 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1613
1614         * configure.ac::
1615           Require -base CVS for wavparse acid chunk parsing.
1616
1617 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1618
1619         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1620         (gst_pulsesink_init), (gst_pulsesink_finalize),
1621         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1622         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1623         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1624         * ext/pulse/pulsesink.h:
1625         Add "device-name" property to pulsesink too and currently commented
1626         out and not working support for a "volume" property.
1627
1628 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1629
1630         * configure.ac:
1631         Remove more cdio stuff (moved to ugly)
1632
1633 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1634
1635         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1636
1637         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1638         (gst_pulsesrc_get_property):
1639         Add "device-name" property, which provides a human readable string
1640         for the audio device, to make it more consisten with other audio
1641         sources. Fixes bug #547519.
1642
1643 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1644
1645         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1646         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1647         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1648         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1649         * ext/pulse/pulsemixerctrl.h:
1650         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1651         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1652         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1653         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1654         * ext/pulse/pulseprobe.h:
1655         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1656         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1657         (gst_pulsesrc_change_state):
1658         Improve debugging a bit by including the parent object in pulsemixerctrl
1659         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1660         GST_WARNING.
1661
1662         Use the parent GObject subclass instead of a random struct as GObject
1663         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1664         when probing for another property than "device".
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/pulsemixer.c: (gst_pulsemixer_set_property):
1671         Fix property probing after the device property is set by calling
1672         set_server when the server property changes. Fixes bug #547518.
1673
1674 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1675
1676         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1677
1678         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1679         (gst_pulsesink_implements_interface_init),
1680         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1681         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1682         (gst_pulsesink_get_type):
1683         * ext/pulse/pulsesink.h:
1684         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1685         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1686         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1687         * ext/pulse/pulsesrc.h:
1688         Implement GstPropertyProbe interface on pulsesink for detecting
1689         sink devices and on pulsesrc for detecting source devices.
1690         Fixes bugs #547227 and #547217.
1691
1692 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1693
1694         * gst/spectrum/gstspectrum.c:
1695           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1696
1697 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1698
1699         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1700         Properly set the maximum latency value, in the same way it is done in
1701         v4lsrc.
1702         * sys/v4l2/v4l2src_calls.c:
1703         Simplify fraction equality check, no need to use GValues for this.
1704
1705 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1706
1707         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1708         Add warning messages stating exactly why the latency query failed.
1709         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1710         In some cases, the negotiated framerate might be the default one which
1711         is already set internally. But we still need to mark it down in fps_n
1712         and fps_d so that the latency query can happen properly.
1713
1714 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1715
1716         * docs/plugins/inspect/plugin-1394.xml:
1717         Whoops, forgot one doc file for people who can't/don't build the
1718         raw1394 plugin.
1719
1720 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
1721
1722         * docs/plugins/Makefile.am:
1723         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1724         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1725         * docs/plugins/inspect/plugin-cdio.xml:
1726         * ext/Makefile.am:
1727         * ext/cdio/Makefile.am:
1728         * ext/cdio/gstcdio.c:
1729         * ext/cdio/gstcdio.h:
1730         * ext/cdio/gstcdiocddasrc.c:
1731         * ext/cdio/gstcdiocddasrc.h:
1732
1733         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
1734         CDDA source to -ugly.
1735
1736         * po/LINGUAS:
1737         * po/POTFILES.in:
1738         * po/id.po:
1739         Pull in new translation from 0.10.9.2 release branch.
1740
1741 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1742
1743         * docs/plugins/Makefile.am:
1744         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1745         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1746         * docs/plugins/gst-plugins-good-plugins.args:
1747         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1748         * docs/plugins/gst-plugins-good-plugins.interfaces:
1749         Integrate documentation for new hdv1394src element.
1750
1751 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1752
1753         * ext/raw1394/Makefile.am:
1754         * ext/raw1394/gst1394.c: (plugin_init):
1755         * ext/raw1394/gsthdv1394src.c: (_do_init),
1756         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
1757         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
1758         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
1759         (gst_hdv1394src_from_raw1394handle),
1760         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
1761         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
1762         (gst_hdv1394src_start), (gst_hdv1394src_stop),
1763         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
1764         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
1765         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
1766         (gst_hdv1394src_uri_handler_init):
1767         * ext/raw1394/gsthdv1394src.h:
1768         mpeg2-ts (HDV) variant of firewire capture element.
1769         Fixes #350830
1770
1771 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1772
1773         * gst/level/gstlevel.c: (gst_level_message_new):
1774          Fix compilation (also known as the classic 'fix code that someone
1775          committed without compiling it first').
1776
1777 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1778
1779         * tests/check/elements/level.c:
1780           Add a test for level in stereo mode.
1781
1782 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1783
1784         * tests/examples/spectrum/demo-audiotest.c:
1785         * tests/examples/spectrum/demo-osssrc.c:
1786           Demo how to draw analyzer results synced to the clock.
1787
1788 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1789
1790         * gst/level/gstlevel.c:
1791           Little renaming (l -> level).
1792
1793         * gst/spectrum/gstspectrum.c:
1794         * gst/spectrum/gstspectrum.h:
1795           Also send full timestamp/duration details here.
1796
1797 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1798
1799         * gst/level/gstlevel.c:
1800         * gst/level/gstlevel.h:
1801           Send same timestamp/duration details as videoanalysis. This gives
1802           applications better chance to sync analysis results with playback.
1803
1804 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1805
1806         * gst/matroska/matroska-mux.c:
1807         (gst_matroska_mux_handle_sink_event),
1808         (flac_streamheader_to_codecdata):
1809         We need to drop one additional buffer for FLAC as the fLaC
1810         marker and STREAMINFO block are merged into one buffer in the caps.
1811
1812         Also don't pretend to support NEWSEGMENT events, otherwise we
1813         will most probably write some invalid data.
1814
1815 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1816
1817         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
1818         (gst_matroska_mux_audio_pad_setcaps):
1819         Add support for muxing FLAC into Matroska containers.
1820         Fixes bug #311586.
1821
1822 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1823
1824         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
1825         Actually provide the variables required for the format string.
1826
1827 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1828
1829         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1830         (gst_matroska_demux_element_send_event),
1831         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
1832         * gst/matroska/matroska-demux.h:
1833         Close the current segment if we're doing a non-flushing seek and send
1834         the close-segment and the new segment of the seek from the streaming
1835         thread.
1836
1837 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1838
1839         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
1840         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
1841         (gst_flac_enc_change_state):
1842         * ext/flac/gstflacenc.h:
1843         Handle non-zero start timestamps correctly, mark header packets as
1844         IN_CAPS and print a warning and suggest using audiorate if stream
1845         discontinuities are detected. When FLAC supports flushing the encoder
1846         somehow this should be done for discontinuities instead.
1847
1848         Remove some unused variables from the instance struct.
1849
1850 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1851
1852         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
1853         If seeking failed return the appropiate return value to FLAC.
1854         Otherwise it thinks seeking was successfull and tries to rewrite
1855         parts of the headers which then get appended to the output.
1856
1857 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1858
1859         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1860
1861         * ext/esd/gstesd.c: (plugin_init):
1862         * ext/flac/gstflac.c: (plugin_init):
1863         * ext/shout2/gstshout2.c: (plugin_init):
1864         * ext/wavpack/gstwavpack.c: (plugin_init):
1865         * sys/oss/gstossaudio.c: (plugin_init):
1866         * sys/v4l2/gstv4l2.c: (plugin_init):
1867         Make sure gettext returns translations in UTF-8 encoding rather
1868         than in the current locale encoding (#546822).
1869
1870 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1871
1872         * ext/flac/gstflacdec.c:
1873         Add FIXME for 0.11 to simply output everything with width=32 as given
1874         by FLAC and let audioconvert handle the conversions instead of doing
1875         them in flacdec.
1876
1877 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
1878
1879         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1880         When outputting a pad template range for the size, include a framerate
1881         range too, to avoid 'not a real subset of template caps' errors.
1882
1883 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1884
1885         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1886
1887         * ext/flac/Makefile.am:
1888         * ext/flac/gstflac.c: (plugin_init):
1889         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1890         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1891         (gst_flac_tag_dispose), (gst_flac_tag_init),
1892         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1893         (gst_flac_tag_change_state):
1894         * ext/flac/gstflactag.h:
1895         Port flactag to 0.10, add documentation for it and clean it up a bit.
1896         Fixes bug #413841.
1897
1898         * docs/plugins/Makefile.am:
1899         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1900         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1901         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1902         * docs/plugins/gst-plugins-good-plugins.interfaces:
1903         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1904         * docs/plugins/inspect/plugin-flac.xml:
1905         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1906         * ext/flac/gstflacdec.h:
1907         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1908         * ext/flac/gstflacenc.h:
1909         Add flactag and flacenc to the documentation and mark
1910         the private parts of the flacdec instance structure as private.
1911
1912         Also use gst_element_class_set_details_simple() in flacdec and
1913         flacenc.
1914
1915 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1916
1917         * gst/qtdemux/qtdemux.c:
1918           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1919           for it but ffmpeg does not.
1920
1921 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1922
1923         * gst/wavparse/gstwavparse.c:
1924           Handle the list chunk and use gst_riff_parse_info() to parse the info
1925           sub-chunk.
1926
1927 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1928
1929         * gst/wavparse/gstwavparse.c:
1930           Handle the acid chunk and send tempo as part of tags. Other fields are
1931           interesting too, but need more tag-definitions. Fixes #545433.
1932
1933 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1934
1935         * gst/wavparse/gstwavparse.c:
1936           Refactor wavparse. Call _reset() from dispose() and move old code from
1937           dispose into reset. This way we don't leak taglists when we abort
1938           parsing. Fix some comments. Move code for skipping a chunk into extra
1939           function. Replace chunk sizes with a const to ease readability.         
1940
1941 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1942
1943         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1944
1945         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1946         Improve udp port setup. Fixes #545710.
1947
1948 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1949
1950         * gst/rtp/Makefile.am:
1951         * gst/rtp/gstrtp.c: (plugin_init):
1952         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1953         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1954         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1955         (gst_rtp_mp1s_depay_set_property),
1956         (gst_rtp_mp1s_depay_get_property),
1957         (gst_rtp_mp1s_depay_change_state),
1958         (gst_rtp_mp1s_depay_plugin_init):
1959         * gst/rtp/gstrtpmp1sdepay.h:
1960         Add MP1S depayloader.
1961
1962         * gst/rtsp/URLS:
1963         Some more sample rtsp streams.
1964
1965 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1966
1967         * gst/rtsp/URLS:
1968         Add another URL.
1969
1970         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1971         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1972         Add some more debug info.
1973
1974 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1975
1976         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1977         Provide cbSize field for audio extra_data size, and take care to
1978         pad extra_data.
1979
1980 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1981
1982         * gst/qtdemux/qtdemux.c:
1983           Return the result of gst_pad_{start,stop}_task instead of hard-coded
1984           TRUE.
1985
1986 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1987
1988         * gst/qtdemux/qtdemux.c:
1989         * gst/qtdemux/qtdemux_fourcc.h:
1990           Add keyword tag support. Fixes #520694 for qtdemux.
1991
1992 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1993
1994         * gst/qtdemux/qtdemux.c:
1995           Add support for tmpo tag (BPM).
1996
1997 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1998
1999         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2000         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2001         Set an estimate for the total number of samples that will be encoded
2002         if possible to help decoders if the streaminfo can't be rewritten
2003         later (like when muxing into Ogg containers).
2004
2005         Add a warning if we get header packets after data packets as those
2006         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2007         work.
2008
2009 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2010
2011         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2012         (gst_flac_dec_write):
2013         Support decoding of all depths between 4 and 32 bits and read the
2014         depth from the streaminfo header if needed. Also support all sampling
2015         rates between 1 and 655350 Hz.
2016
2017         * ext/flac/gstflacenc.c:
2018         (gst_flac_enc_caps_append_structure_with_widths),
2019         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2020         (gst_flac_enc_chain):
2021         * ext/flac/gstflacenc.h:
2022         Support encoding in all bit depths supported by the streamable
2023         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2024         between 1 Hz and 655350 Hz.
2025
2026 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2027
2028         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2029         (gst_flac_enc_sink_getcaps):
2030         Support encoding of up to 8 channels.
2031
2032 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2033
2034         * ext/soup/gstsouphttpsrc.c:
2035         * ext/soup/gstsouphttpsrc.h:
2036         Fix seeking race condition in #540300
2037         Patch By: Wouter Cloetens  <wouter at mind be>
2038
2039 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2040
2041         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2042         (gst_matroska_demux_element_send_event),
2043         (gst_matroska_demux_handle_seek_event),
2044         (gst_matroska_demux_handle_src_event):
2045         When receiving a SEEK event on a specific pad first search for a seek
2046         table entry for the stream of the pad and then fall back to an entry
2047         for a different stream.
2048
2049 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2050
2051         * configure.ac:
2052         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2053         * gst/matroska/matroska-ids.h:
2054         Build depend on core CVS for the attachment tag.
2055
2056 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2057
2058         * configure.ac:
2059         * gst/matroska/Makefile.am:
2060         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2061         (copy_backptr), (lzo1x_decode), (main):
2062         * gst/matroska/lzo.h:
2063         * gst/matroska/matroska-demux.c:
2064         (gst_matroska_demux_read_track_encoding),
2065         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2066         (gst_matroska_decode_buffer),
2067         (gst_matroska_decode_content_encodings),
2068         (gst_matroska_demux_read_track_encodings),
2069         (gst_matroska_demux_add_stream),
2070         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2071         * gst/matroska/matroska-ids.h:
2072         Decode the codec private data and following ContentEncoding if
2073         necessary.
2074
2075         Support bzip2, lzo and header stripped compression. For lzo use the
2076         ffmpeg lzo implementation as liblzo is GPL licensed.
2077         
2078         Fix zlib decompression.
2079
2080 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2081
2082         * gst/matroska/matroska-mux.c:
2083         (gst_matroska_mux_audio_pad_setcaps):
2084         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2085         duration of a frame with the new mpegaudioversion caps field.
2086
2087 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2088
2089         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2090         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2091         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2092         (gst_matroska_demux_stream_from_num),
2093         (gst_matroska_demux_tracknumber_unique),
2094         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2095         (gst_matroska_demux_handle_seek_event),
2096         (gst_matroska_demux_sync_streams),
2097         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2098         (gst_matroska_demux_loop):
2099         * gst/matroska/matroska-demux.h:
2100         Allow an infinite number of stream inside Matroska containers and use
2101         a GPtrArray for storing them instead of allowing "only" 127 streams.
2102
2103 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2104
2105         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2106         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2107         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2108         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2109         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2110         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2111         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2112         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2113         (gst_ebml_read_master), (gst_ebml_read_binary),
2114         (gst_ebml_read_header):
2115         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2116         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2117         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2118         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2119         (gst_ebml_replace_uint):
2120         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2121         (gst_matroska_demux_read_track_encoding),
2122         (gst_matroska_demux_read_track_encodings),
2123         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2124         (gst_matroska_demux_send_event),
2125         (gst_matroska_demux_element_send_event),
2126         (gst_matroska_demux_handle_seek_event),
2127         (gst_matroska_demux_handle_src_event),
2128         (gst_matroska_demux_init_stream),
2129         (gst_matroska_demux_parse_tracks),
2130         (gst_matroska_demux_parse_index_cuetrack),
2131         (gst_matroska_demux_parse_index_pointentry),
2132         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2133         (gst_matroska_demux_parse_metadata_id_simple_tag),
2134         (gst_matroska_demux_parse_metadata_id_tag),
2135         (gst_matroska_demux_parse_metadata),
2136         (gst_matroska_demux_parse_attached_file),
2137         (gst_matroska_demux_parse_attachments),
2138         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2139         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2140         (gst_matroska_demux_push_flac_codec_priv_data),
2141         (gst_matroska_demux_push_xiph_codec_priv_data),
2142         (gst_matroska_demux_push_dvd_clut_change_event),
2143         (gst_matroska_demux_add_mpeg_seq_header),
2144         (gst_matroska_demux_add_wvpk_header),
2145         (gst_matroska_demux_check_subtitle_buffer),
2146         (gst_matroska_decode_buffer),
2147         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2148         (gst_matroska_demux_parse_cluster),
2149         (gst_matroska_demux_parse_contents_seekentry),
2150         (gst_matroska_demux_parse_contents),
2151         (gst_matroska_demux_loop_stream_parse_id),
2152         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2153         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2154         (gst_matroska_demux_subtitle_caps),
2155         (gst_matroska_demux_change_state):
2156         * gst/matroska/matroska-ids.c:
2157         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2158         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2159         (gst_matroska_mux_video_pad_setcaps),
2160         (xiph3_streamheader_to_codecdata),
2161         (vorbis_streamheader_to_codecdata),
2162         (theora_streamheader_to_codecdata),
2163         (gst_matroska_mux_audio_pad_setcaps),
2164         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2165         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2166         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2167         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2168         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2169         Fix indention everywhere. A broken indent version has added newlines
2170         after every single declaration some time ago.
2171
2172 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2173
2174         * gst/matroska/matroska-demux.c:
2175         (gst_matroska_demux_loop_stream_parse_id):
2176         If no Tracks are found error out instead of trying it again until the
2177         end of time.
2178
2179 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2180
2181         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2182         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2183         bit and signed otherwise, not the other way around.
2184
2185 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2186
2187         * gst/matroska/matroska-mux.c:
2188         Add more raw YUV formats to the list of supported formats.
2189
2190 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2191
2192         * gst/matroska/matroska-mux.c:
2193         (gst_matroska_mux_audio_pad_setcaps):
2194         Add support for muxing raw float audio now that the spec defines the
2195         endianness and add support for muxing raw integer audio with 24 and
2196         32 bits.
2197
2198         Allow muxing of more than 8 audio channels.
2199
2200 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2201
2202         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2203         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2204         Add locking to the global array of used track UIDs to prevent random
2205         crashes if more than a single matrosmux instance is used.
2206
2207         Use 64 bit values for the track UIDs.
2208
2209         Use the global GRandom of GLib instead of creating our own one
2210         for the few random numbers we need every single time.
2211
2212 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2213
2214         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2215         (gst_flac_dec_setup_stream_decoder),
2216         (gst_flac_dec_update_metadata):
2217         Always post the audio-codec tag, not only if other tags are present.
2218
2219 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2220
2221         * configure.ac:
2222         Back to development -> 0.10.9.1
2223
2224 === release 0.10.9 ===
2225
2226 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2227
2228         * configure.ac:
2229           releasing 0.10.9, "Steam Train Rolling"
2230
2231 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2232
2233         * ext/soup/gstsouphttpsrc.c:
2234         Don't throw an error when soup completes a msg with status
2235         'cancelled', as that indicates we cancelled a request while
2236         shutting down or seeking, and it's not an error.
2237         Fixes: #540300 again.
2238
2239 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2240
2241         * configure.ac:
2242         0.10.8.4 pre-release
2243
2244 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2245
2246         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2247         Fix segment-stop regression.
2248         Add documentation regarding segments in quicktime files by Wim Taymans.
2249         Fixes #544509
2250
2251 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2252
2253         * configure.ac:
2254         0.10.8.3 pre-release
2255
2256         * po/LINGUAS:
2257         * po/pt_BR.po:
2258         Add pt_BR translation
2259
2260 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2261
2262         * gst/goom/convolve_fx.c:
2263         * gst/goom/filters.c:
2264         * gst/goom/goom_config.h:
2265         * gst/goom/goom_core.c:
2266         * gst/goom/goom_tools.h:
2267           Fix build with MSVC: include glib.h to define inline appropriately,
2268           use header guards where needed.
2269         * gst/udp/gstudpnetutils.c:
2270         * gst/udp/gstudpsrc.c:
2271           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2272           g_snprintf rather than snprintf.
2273           Fixes #544433.
2274
2275 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2276
2277         * gst/debug/gsttaginject.c:
2278         * gst/debug/gsttaginject.h:
2279           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2280           partially.
2281
2282 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2283
2284         * configure.ac:
2285         0.10.8.2 pre-release
2286
2287 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2288
2289         * ext/Makefile.am:
2290         Finish hooking up pulseaudio plugin to the build.
2291
2292         * ext/pulse/pulsemixerctrl.c:
2293         Fix compilation error.
2294
2295 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2296
2297         * po/LINGUAS:
2298         * po/lt.po:
2299         Add new lithunian translation, and add french to the LINGUAS
2300         file.
2301
2302 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2303
2304         * ext/soup/gstsouphttpsrc.c:
2305         Fix Soup HTTP source seeking.
2306         Patch By: Wouter Cloetens  <wouter at mind be>
2307         Fixes: #540300
2308
2309         * tests/check/elements/.cvsignore:
2310         Ignore new check programs.
2311
2312 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2313
2314         * configure.ac:
2315         * docs/plugins/Makefile.am:
2316         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2317         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2318         * docs/plugins/gst-plugins-good-plugins.args:
2319         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2320         * docs/plugins/gst-plugins-good-plugins.interfaces:
2321         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2322         * docs/plugins/inspect/plugin-interleave.xml:
2323         * docs/plugins/inspect/plugin-replaygain.xml:
2324         * tests/check/Makefile.am:
2325
2326         Move replaygain and interleave plugins from -bad.
2327         Fixes: #543406
2328         Fixes: #536228
2329
2330 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2331
2332         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2333         (qtdemux_parse_trak):
2334         Revert ISO base media spec based pixel-aspect-ratio calculation.
2335         Fixes #543300.
2336
2337 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2338
2339         * sys/osxvideo/osxvideosink.m:
2340         Fix minor build issues on macosx.
2341         Fixes #543054
2342
2343 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2344
2345         * configure.ac::
2346         * ext/taglib/Makefile.am::
2347           Only use -Wno-attributes (which is there to work around a
2348           bug in the taglib 1.5 headers) if the c++ compiler actually
2349           supports it (#543255).
2350
2351 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2352
2353         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2354
2355         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2356           Avoid compiler warning by initialising variable to NULL (#543259).
2357
2358 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2359
2360         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2361         Don't pass NULL taglists to gst_tag_list_is_empty().
2362
2363 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2364
2365         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2366         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2367         (rtp_pipeline_run):
2368         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2369         Don't use declarations after statements.
2370
2371 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2372
2373         * ext/jpeg/gstjpegdec.c:
2374         Align documentation with reality.
2375
2376 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2377
2378         * gst/udp/gstudpnetutils.c:
2379         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2380         old value (1) if it's not defined which should not cause any problems
2381         as we're using it internal only anyway.
2382
2383 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2384
2385         Patch by: Alessandro Decina <alessandro at nnva dot org>
2386
2387         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2388         Fix build of avidemux on big endian architectures.
2389
2390 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2391
2392         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2393
2394         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2395         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2396
2397 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2398
2399         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2400         (qtdemux_parse_trak):
2401         Set pixel-aspect-ratio in caps using display width and height
2402         provided in track.
2403
2404 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2405
2406         * configure.ac:
2407         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2408         flags that are invalid for C++. Fixes bug #516509.
2409
2410 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2411
2412         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2413         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2414         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2415         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2416         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2417         * tests/examples/equalizer/demo.c: (message_handler):
2418         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2419         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2420         Don't use declarations after statements and variable length arrays.
2421
2422 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2423
2424         Patch by: Daniel Drake <dsd at gentoo dot org>
2425
2426         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2427         (gst_v4l2src_get_nearest_size):
2428         Try progressive video if interlaced fails. Fixes bug #541956
2429         and the usage of v4l2src on OLPC.
2430
2431 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2432
2433         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2434         (gst_rtp_speex_depay_process):
2435         * gst/rtp/gstrtpspeexdepay.h:
2436         Revert last change: Only the jitterbuffer is able to convert RTP to
2437         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2438         Reopens bug #541787.
2439
2440 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2441
2442         * gst/rtp/gstrtpvrawdepay.c:
2443           Include stdlib.h for atoi().
2444
2445         * gst/rtsp/gstrtspsrc.c:
2446           Use floating point math for latencies < 0 sec in log output.
2447
2448 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2449
2450         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2451
2452         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2453         (gst_rtp_speex_depay_process):
2454         * gst/rtp/gstrtpspeexdepay.h:
2455         Take timestamp from the RTP packet as a first step to fix problems
2456         with transmission over RTP when the network is not reliable.
2457         Fixes bug #541787.
2458
2459 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2460
2461         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2462
2463         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2464         Fix parsing of udp:// URIs containing IPv6 addresses.
2465         Fixes bug #541650.
2466
2467 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2468
2469         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2470         Do not leak incoming buffers.
2471
2472 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2473
2474         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2475
2476         * configure.ac:
2477         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2478         for htons() and htonl(). Fixes bug #541412.
2479
2480 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2481
2482         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2483         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2484         (gst_matroska_demux_element_query),
2485         (gst_matroska_demux_handle_src_query),
2486         (gst_matroska_demux_handle_seek_event):
2487         Handle position and duration query in DEFAULT format if the
2488         pad's track has a default frame duration set.
2489
2490         Fix seeking now that the segment's duration doesn't contain the
2491         (possibly wrong or inaccurate) duration of the Matroska file.
2492
2493 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2494
2495         * gst/matroska/ebml-read.c: (_ext2dbl):
2496         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2497         in math.h except on MSVC where it is defined in xmath.h.
2498         Fixes compilation with MSVC.
2499
2500 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2501
2502         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2503         (gst_matroska_demux_handle_src_query),
2504         (gst_matroska_demux_parse_info),
2505         (gst_matroska_demux_loop_stream_parse_id):
2506         * gst/matroska/matroska-demux.h:
2507         Don't set the segment duration to the duration from the Matroska
2508         header as this value could be wrong and is just informational.
2509
2510 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2511
2512         * gst/matroska/matroska-demux.c:
2513         (gst_matroska_demux_loop_stream_parse_id):
2514         If no Tracks element is found until the first Cluster is found
2515         search it and error out if none is found in the complete file.
2516
2517 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2518
2519         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2520         Resync non-subtitle tracks too if a too large gap compared to other
2521         tracks is detected.
2522
2523 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2524
2525         * gst/rtp/Makefile.am:
2526         * gst/rtp/gstrtp.c: (plugin_init):
2527         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2528         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2529         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2530         (gst_rtp_vraw_depay_change_state),
2531         (gst_rtp_vraw_depay_plugin_init):
2532         * gst/rtp/gstrtpvrawdepay.h:
2533         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2534         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2535         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2536         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2537         (gst_rtp_vraw_pay_plugin_init):
2538         * gst/rtp/gstrtpvrawpay.h:
2539         Add raw video pay and depayloaders, see RFC4175.
2540
2541 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2542
2543         * ext/libpng/gstpngdec.c:
2544         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2545         whatever it returned.
2546
2547 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2548
2549         * gst/avi/avi-ids.h:
2550         Add vprp chunk related structures.
2551         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2552         (gst_avi_demux_parse_stream):
2553         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2554         to caps.  Fixes #539482.
2555         * gst/avi/gstavimux.h:
2556         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2557         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2558         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2559
2560 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2561
2562         * tests/check/elements/avimux.c: (check_avimux_pad):
2563         Adjust avimux unit test according to increased streamheader size.
2564
2565 2008-06-27  David Schleef  <ds@schleef.org>
2566
2567         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2568
2569 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2570
2571         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2572         * gst/avi/gstavimux.h:
2573         Add 8 bytes to current streamheader to make for a complete one
2574         and to make more players happy.  Fixes #519460.
2575
2576 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2577
2578         * sys/v4l2/v4l2_calls.c::
2579           Don't include unused gstv4l2xoverlay.h. Fixes build
2580           in case where X11 headers are not installed.
2581
2582 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2583
2584         * ext/dv/gstdv.c: (plugin_init):
2585         Fix compilation.
2586
2587 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2588
2589         * ext/dv/gstdv.c: (plugin_init):
2590         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2591         DV decoder available.
2592         Fixes #532393
2593
2594 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2595
2596         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2597         Call getsockname() after the call to bind() to get updated values
2598         for the port, etc. This fixes the usage of udpsrc on anonymous
2599         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2600         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2601
2602 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2603
2604         * tests/check/pipelines/wavpack.c: (bus_handler):
2605         Remove workaround for a bug in identity that is fixed in 0.10.20.
2606
2607 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2608
2609         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2610
2611         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2612         Fix HTTP auth support with user/password passed via the URI.
2613         Fixes bug #540067.
2614
2615 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2616
2617         * configure.ac:
2618           Depend on released versions of core and -base.
2619
2620 2008-06-23  Julien Moutte  <julien@fluendo.com>
2621
2622         * gst/matroska/matroska-demux.c:
2623         (gst_matroska_demux_read_track_encoding),
2624         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2625         format strings in macros. (makes it build on OS X again...)
2626
2627 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2628
2629         * gst/rtp/gstrtptheorapay.c:
2630         * gst/udp/gstmultiudpsink.c:
2631           Added debug.
2632
2633 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2634
2635         * configure.ac: switch v4l2src over to the normal build instead of
2636         being 'experimental'. Fixes bug #536831.
2637
2638 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2639
2640         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2641         Remove unused variable so that we can compile again.
2642
2643 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2644
2645         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2646         No need to check for audio/G723 and audio/32KADPCM here as they are
2647         no longer supported.
2648
2649 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2650
2651         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2652         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2653         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2654         known length.
2655
2656 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2657
2658         * gst/matroska/matroska-demux.c:
2659         (gst_matroska_demux_add_wvpk_header),
2660         (gst_matroska_demux_audio_caps):
2661         * gst/matroska/matroska-ids.h:
2662         Fix demuxing of WavPack files. Muxing is still broken.
2663
2664 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2665
2666         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2667         (gst_matroska_demux_add_mpeg_seq_header),
2668         (gst_matroska_demux_add_wvpk_header),
2669         (gst_matroska_demux_check_subtitle_buffer),
2670         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2671         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2672         (gst_matroska_demux_subtitle_caps):
2673         * gst/matroska/matroska-ids.h:
2674         Add a "vfunc" to the track context for postprocessing frames and
2675         convert the wavpack and subtitle postprocessing to this vfunc.
2676         Copy buffer flags in those functions to the new buffers too.
2677
2678         Parse CodecState elements of Blocks.
2679
2680         Add a postprocessing function for MPEG video that adds the sequence
2681         header from the codec private data or codec state to the frames if
2682         it's not already there.
2683
2684 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2685
2686         * gst/matroska/matroska-demux.c:
2687         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2688         If a gap of more than 1/2 second is found in one stream send a
2689         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2690         This also fixes Matroska files where the first buffer doesn't start
2691         at timestamp 0. Fixes bug #429322.
2692
2693         The duration of a block is the default duration multiplied with the
2694         number of laces. Every lace is one frame and the default duration
2695         is the duration of one frame. This fixes playback of files that use
2696         lacing for some tracks.
2697
2698 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2699
2700         * gst/matroska/matroska-demux.c:
2701         (gst_matroska_demux_parse_contents_seekentry):
2702         Update FIXME/TODOs and only ignore EOS at the central, important place
2703         instead of several places.
2704
2705 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2706
2707         * gst/rtp/gstrtpg726pay.c:
2708         Fix caps, See #538891.
2709
2710 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2711
2712         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2713         (gst_matroska_demux_stream_from_num),
2714         (gst_matroska_demux_encoding_cmp),
2715         (gst_matroska_demux_encoding_order_unique),
2716         (gst_matroska_demux_read_track_encoding),
2717         (gst_matroska_demux_read_track_encodings),
2718         (gst_matroska_demux_tracknumber_unique),
2719         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2720         (gst_matroska_demux_parse_tracks),
2721         (gst_matroska_demux_parse_index_cuetrack),
2722         (gst_matroska_demux_parse_index_pointentry),
2723         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2724         (gst_matroska_demux_parse_metadata_id_simple_tag),
2725         (gst_matroska_demux_parse_metadata_id_tag),
2726         (gst_matroska_demux_parse_metadata),
2727         (gst_matroska_demux_parse_attached_file),
2728         (gst_matroska_demux_parse_attachments),
2729         (gst_matroska_demux_parse_chapters),
2730         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
2731         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2732         (gst_matroska_demux_parse_cluster),
2733         (gst_matroska_demux_parse_contents_seekentry),
2734         (gst_matroska_demux_parse_contents),
2735         (gst_matroska_demux_loop_stream_parse_id),
2736         (gst_matroska_demux_loop):
2737         Improve debug output everywhere and fix the EOS logic.
2738
2739         Check the values of the ContentEncoding elements more strictly and
2740         don't use tracks for which it's invalid.
2741
2742         Check that the track number is unique for this stream.
2743
2744         Check that seek positions are below G_MAXINT64 as our seeks are
2745         int64-based and overflows will fail badly.
2746
2747         After seeks also don't push SimpleBlocks until the first one
2748         containing a keyframe is found. Before this was done only for normal
2749         Blocks.
2750
2751         Update some FIXME/TODOs.
2752         
2753         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
2754         (gst_ebml_read_utf8), (gst_ebml_read_header):
2755         Improve debug output.
2756
2757         * gst/matroska/matroska-ids.c:
2758         (gst_matroska_track_init_video_context):
2759         * gst/matroska/matroska-ids.h:
2760         * gst/matroska/matroska-mux.c:
2761         (gst_matroska_mux_video_pad_setcaps):
2762         Remove eye mode and don't parse it anymore. We can't use that
2763         information in GStreamer yet so it's useless.
2764
2765
2766 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2767
2768         Patch by: Mersad Jelacic <mersad at axis dot com>
2769
2770         * gst/rtp/Makefile.am:
2771         * gst/rtp/gstrtp.c: (plugin_init):
2772         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
2773         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
2774         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
2775         (gst_rtp_g726_depay_plugin_init):
2776         * gst/rtp/gstrtpg726depay.h:
2777         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
2778         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
2779         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
2780         * gst/rtp/gstrtpg726pay.h:
2781         Added G726 pay/depayloaders. Fixes #538891.
2782
2783 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2784
2785         * gst/rtsp/URLS:
2786         Some more urls.
2787
2788         * gst/smpte/barboxwipes.c:
2789         Add a comment
2790
2791         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2792         Fix typo, add audioresample to the pipeline.
2793
2794 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2795
2796         * ext/libmng/Makefile.am:
2797         * ext/libmng/gstmng.c: (plugin_init):
2798         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
2799         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
2800         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
2801         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
2802         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
2803         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
2804         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2805         (gst_mng_dec_change_state):
2806         * ext/libmng/gstmngdec.h:
2807         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
2808         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
2809         (gst_mng_enc_init), (gst_mng_enc_chain),
2810         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
2811         * ext/libmng/gstmngenc.h:
2812         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
2813         bits ifdeffed out still.
2814
2815 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2816
2817         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
2818         When comparing index elements with the same time compare their
2819         block number.
2820
2821 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
2822
2823         * gst/matroska/matroska-demux.c:
2824           (gst_matroska_demux_parse_attached_file)
2825           Init variable to NULL to avoid compiler warning.
2826
2827 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2828
2829         * gst/matroska/Makefile.am:
2830         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2831         (gst_matroska_demux_parse_attached_file),
2832         (gst_matroska_demux_parse_attachments),
2833         (gst_matroska_demux_parse_contents_seekentry),
2834         (gst_matroska_demux_loop_stream_parse_id):
2835         * gst/matroska/matroska-demux.h:
2836         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2837         * gst/matroska/matroska-ids.h:
2838         * gst/matroska/matroska.c: (plugin_init):
2839         Parse Attachments and post them as GST_TAG_IMAGE if we detect
2840         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
2841         and description of the attachments in the caps. Fixes bug #537622.
2842
2843 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
2844
2845         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
2846         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
2847         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
2848         (gst_speex_enc_src_query), (gst_speex_enc_init),
2849         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
2850         (gst_speex_enc_chain), (gst_speex_enc_get_property),
2851         (gst_speex_enc_set_property):
2852         Add mode property.
2853         Some cleanups, add more debug info.
2854         Add latency query.
2855
2856 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2857
2858         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
2859         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
2860         If we get less bytes than requested we can't do anything except doing
2861         our EOS logic.
2862
2863 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2864
2865         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2866         (gst_matroskademux_do_index_seek),
2867         (gst_matroska_demux_parse_index_cuetrack),
2868         (gst_matroska_demux_parse_index_pointentry),
2869         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
2870         (gst_matroska_demux_parse_metadata):
2871         * gst/matroska/matroska-demux.h:
2872         * gst/matroska/matroska-ids.h:
2873         Use a GArray for storing the Cue (i.e. seek) information, store
2874         the CueTrackPositions for every track, store the block number
2875         and optimize searching in the array by sorting it after the last
2876         element was added.
2877
2878         Fix a small memory leak when trying to parse a tags element that was
2879         already parsed.
2880
2881 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2882
2883         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2884         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2885         (gst_matroska_mux_write_data):
2886         * gst/matroska/matroska-mux.h:
2887         Don't write another SeekHead which indexes all Clusters to the end of
2888         the file. This isn't useful for anything and just increases filesize.
2889
2890 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2891
2892         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2893         Prevent unaligned memory access when reading floats.
2894
2895 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2896
2897         * gst/matroska/ebml-read.c:
2898         * gst/matroska/ebml-read.h:
2899         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2900         (gst_matroska_demux_parse_metadata):
2901         * gst/matroska/matroska-demux.h:
2902         Make sure that every Tags element is only parsed once and it's
2903         containing tags are only posted once.
2904
2905 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2906
2907         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2908         (gst_ebml_read_header):
2909         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2910         (gst_matroska_demux_parse_tracks),
2911         (gst_matroska_demux_parse_index_cuetrack),
2912         (gst_matroska_demux_parse_index_pointentry),
2913         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2914         (gst_matroska_demux_parse_metadata_id_simple_tag),
2915         (gst_matroska_demux_parse_metadata_id_tag),
2916         (gst_matroska_demux_parse_metadata),
2917         (gst_matroska_demux_parse_attachments),
2918         (gst_matroska_demux_parse_chapters),
2919         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2920         (gst_matroska_demux_parse_cluster),
2921         (gst_matroska_demux_parse_contents_seekentry),
2922         (gst_matroska_demux_parse_contents),
2923         (gst_matroska_demux_loop_stream_parse_id):
2924         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2925         already. They're not useful in the matroska parser and only cause
2926         additional code.
2927
2928 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2929
2930         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2931         (gst_ebml_finalize), (gst_ebml_read_change_state),
2932         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2933         * gst/matroska/matroska-demux.c:
2934         (gst_matroska_demux_parse_contents_seekentry):
2935         Reverse the level list as we usually are only interested in the
2936         first element or want to add a new first element. Having the
2937         first element stored at the end and calling g_list_last() and
2938         g_list_append() is more expensive.
2939
2940         Also use GSlice for allocating the GstEbmlLevel structs.
2941
2942 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2943
2944         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2945           (gst_tag_inject_class_init), (gst_tag_inject_init):
2946           Don't unref NULL taglist in finalize. Don't use c++ style
2947           comments.
2948
2949 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2950
2951         * gst/matroska/matroska-demux.c:
2952         (gst_matroska_demux_parse_metadata_id_simple_tag):
2953         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2954         (gst_matroska_mux_write_data):
2955         Use gst_value_serialize() and gst_value_deserialize() for transforming
2956         tags from some GType to a string and the other way around. The default
2957         transformations in GLib don't include transformations from string to
2958         number types.
2959
2960 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2961
2962         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2963         (gst_matroska_demux_parse_tracks),
2964         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2965         (gst_matroska_demux_parse_attachments),
2966         (gst_matroska_demux_parse_chapters),
2967         (gst_matroska_demux_parse_contents_seekentry),
2968         (gst_matroska_demux_loop_stream_parse_id):
2969         * gst/matroska/matroska-demux.h:
2970         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2971         Tags multiple times. The first ones can appear more than once but must
2972         contain the same content as the first for backup purposes so we ignore
2973         all but the first one. Tags can appear multiple times with different
2974         content.
2975
2976         Jump to all elements except Clusters that are available from a
2977         SeekHead to make it more likely to have all required informations
2978         before getting to the first Clusters.
2979
2980         Add dummy functions for parsing Attachments and Chapters.
2981
2982 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2983
2984         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2985         (gst_udpsrc_create), (gst_udpsrc_set_property),
2986         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
2987         * gst/udp/gstudpsrc.h:
2988         Add property to control automatic join/leave of multicast groups.
2989         Add G_LIKELY.
2990         Remove setting caps on buffers explicitly, basesrc does that for us now.
2991         Improve debug info.
2992         Convert some non-fatal error into warnings.
2993         Use g_ntohs for better portability.
2994         Leave multicast groups when stopping.
2995         When using external sockets, use getsockname() on them to fill up the
2996         addr structure before calling methods that use the structure.
2997         Should all fix #536903.
2998         API: GstUDPSrc::auto-multicast property
2999
3000 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3001
3002         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3003         Use g_ntohl for better portability.
3004
3005 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3006
3007         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3008         (gst_multiudpsink_remove):
3009         Fix a typo and do some small cleanups.
3010
3011 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3012
3013         Patch by: Olivier Crete <tester at tester dot ca>
3014
3015         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3016         Make the delivery-method mandatory on the caps and only accept inline
3017         for now.
3018         Reverse strcmp checks for delivery-method.
3019
3020         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3021         Make delivery method optional when parsing caps and note this in the
3022         caps.
3023         Reverse strcmp checks for delivery-method.
3024
3025         * gst/rtp/gstrtpvorbispay.c:
3026         Update a comment to note that the delivery-method is optional, 
3027         Fixes #537675.
3028
3029 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3030
3031         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3032         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3033         leaving them in READY. Fixes #537832.
3034
3035 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3036
3037         * gst/avi/gstavimux.c:
3038           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3039           for a random constant in tagmuxing code.
3040
3041 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3042
3043         * gst/debug/gsttaginject.c:
3044         * gst/debug/gsttaginject.h:
3045           Now actually adding the new element.
3046
3047 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3048
3049         * docs/plugins/Makefile.am:
3050         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3051         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3052         * docs/plugins/gst-plugins-good-plugins.args:
3053         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3054         * docs/plugins/gst-plugins-good-plugins.interfaces:
3055         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3056         * docs/plugins/inspect/plugin-aasink.xml:
3057         * docs/plugins/inspect/plugin-alaw.xml:
3058         * docs/plugins/inspect/plugin-alpha.xml:
3059         * docs/plugins/inspect/plugin-alphacolor.xml:
3060         * docs/plugins/inspect/plugin-annodex.xml:
3061         * docs/plugins/inspect/plugin-apetag.xml:
3062         * docs/plugins/inspect/plugin-audiofx.xml:
3063         * docs/plugins/inspect/plugin-auparse.xml:
3064         * docs/plugins/inspect/plugin-autodetect.xml:
3065         * docs/plugins/inspect/plugin-avi.xml:
3066         * docs/plugins/inspect/plugin-cacasink.xml:
3067         * docs/plugins/inspect/plugin-cairo.xml:
3068         * docs/plugins/inspect/plugin-cdio.xml:
3069         * docs/plugins/inspect/plugin-cutter.xml:
3070         * docs/plugins/inspect/plugin-debug.xml:
3071         * docs/plugins/inspect/plugin-dv.xml:
3072         * docs/plugins/inspect/plugin-efence.xml:
3073         * docs/plugins/inspect/plugin-effectv.xml:
3074         * docs/plugins/inspect/plugin-equalizer.xml:
3075         * docs/plugins/inspect/plugin-esdsink.xml:
3076         * docs/plugins/inspect/plugin-flac.xml:
3077         * docs/plugins/inspect/plugin-flxdec.xml:
3078         * docs/plugins/inspect/plugin-gamma.xml:
3079         * docs/plugins/inspect/plugin-gconfelements.xml:
3080         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3081         * docs/plugins/inspect/plugin-goom.xml:
3082         * docs/plugins/inspect/plugin-goom2k1.xml:
3083         * docs/plugins/inspect/plugin-halelements.xml:
3084         * docs/plugins/inspect/plugin-icydemux.xml:
3085         * docs/plugins/inspect/plugin-id3demux.xml:
3086         * docs/plugins/inspect/plugin-jpeg.xml:
3087         * docs/plugins/inspect/plugin-level.xml:
3088         * docs/plugins/inspect/plugin-matroska.xml:
3089         * docs/plugins/inspect/plugin-monoscope.xml:
3090         * docs/plugins/inspect/plugin-mulaw.xml:
3091         * docs/plugins/inspect/plugin-multifile.xml:
3092         * docs/plugins/inspect/plugin-multipart.xml:
3093         * docs/plugins/inspect/plugin-navigationtest.xml:
3094         * docs/plugins/inspect/plugin-ossaudio.xml:
3095         * docs/plugins/inspect/plugin-png.xml:
3096         * docs/plugins/inspect/plugin-quicktime.xml:
3097         * docs/plugins/inspect/plugin-rtp.xml:
3098         * docs/plugins/inspect/plugin-rtsp.xml:
3099         * docs/plugins/inspect/plugin-smpte.xml:
3100         * docs/plugins/inspect/plugin-soup.xml:
3101         * docs/plugins/inspect/plugin-spectrum.xml:
3102         * docs/plugins/inspect/plugin-speex.xml:
3103         * docs/plugins/inspect/plugin-taglib.xml:
3104         * docs/plugins/inspect/plugin-udp.xml:
3105         * docs/plugins/inspect/plugin-video4linux2.xml:
3106         * docs/plugins/inspect/plugin-videobalance.xml:
3107         * docs/plugins/inspect/plugin-videobox.xml:
3108         * docs/plugins/inspect/plugin-videocrop.xml:
3109         * docs/plugins/inspect/plugin-videoflip.xml:
3110         * docs/plugins/inspect/plugin-videomixer.xml:
3111         * docs/plugins/inspect/plugin-wavenc.xml:
3112         * docs/plugins/inspect/plugin-wavpack.xml:
3113         * docs/plugins/inspect/plugin-wavparse.xml:
3114         * docs/plugins/inspect/plugin-ximagesrc.xml:
3115         * gst/debug/Makefile.am:
3116         * gst/debug/breakmydata.c:
3117         * gst/debug/efence.c:
3118         * gst/debug/gstdebug.c:
3119         * gst/debug/gstnavseek.c:
3120         * gst/debug/gstpushfilesrc.c:
3121         * gst/debug/gstpushfilesrc.h:
3122         * gst/debug/negotiation.c:
3123         * gst/debug/progressreport.c:
3124         * gst/debug/progressreport.h:
3125         * gst/debug/rndbuffersize.c:
3126         * gst/debug/testplugin.c:
3127           Remove dummy plugin_init. Remove some undefined entries from doc-
3128           section file. Add taginject element and rebuild docs for it.
3129
3130 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3131
3132         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3133         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3134         Update the counter for the number of streams when pads are added or
3135         removed. This will make sure that a seek table is generated for
3136         files with just one audio stream.
3137
3138 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3139
3140         * gst/matroska/matroska-demux.c:
3141         (gst_matroska_demux_parse_metadata_id_simple_tag):
3142         * gst/matroska/matroska-ids.h:
3143         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3144         Add some more tags, improve debugging a bit and make sure that
3145         GValue transformation has succeeded before using the result
3146         as a tag.
3147
3148 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3149
3150         Patch by: Olivier Crete <tester at tester dot ca>
3151
3152         * gst/rtp/gstrtptheorapay.c:
3153         The Theora RTP payloader only supports the "inline" delievery method
3154         so let's declare this on the caps of the static pad template.
3155         Fixes bug #537675.
3156
3157 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3158
3159         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3160         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3161         Remove bogus check.
3162
3163 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3164
3165         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3166         (gst_videomixer_blend_buffers):
3167         Use stream_time to synchronize the object properties.
3168         Use running_time of the master pad to timestamp outgoing buffers.
3169         Fix the initial segment event to extend an unknown amount of time.
3170         Fixes #537361.
3171
3172 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3173
3174         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3175         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3176         (gst_avi_demux_calculate_durations_from_index),
3177         (gst_avi_demux_stream_header_push),
3178         (gst_avi_demux_stream_header_pull):
3179         Try to ignore unparsable/unknown streams and give a warning instead of
3180         erroring out. Fixes #537377.
3181
3182 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3183
3184         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3185         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3186
3187         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3188         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3189         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3190         (gst_matroska_demux_read_track_encodings),
3191         (gst_matroska_demux_add_stream),
3192         (gst_matroska_demux_handle_src_query),
3193         (gst_matroska_demux_init_stream),
3194         (gst_matroska_demux_parse_index_cuetrack),
3195         (gst_matroska_demux_parse_index_pointentry),
3196         (gst_matroska_demux_parse_info),
3197         (gst_matroska_demux_parse_metadata_id_simple_tag),
3198         (gst_matroska_demux_parse_metadata),
3199         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3200         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3201         (gst_matroska_demux_parse_cluster),
3202         (gst_matroska_demux_parse_contents_seekentry),
3203         (gst_matroska_demux_loop_stream_parse_id),
3204         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3205         (gst_matroska_demux_audio_caps),
3206         (gst_matroska_demux_subtitle_caps):
3207         * gst/matroska/matroska-demux.h:
3208         * gst/matroska/matroska-ids.c:
3209         (gst_matroska_track_init_subtitle_context):
3210         * gst/matroska/matroska-ids.h:
3211         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3212         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3213         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3214         (gst_matroska_mux_video_pad_setcaps),
3215         (gst_matroska_mux_audio_pad_setcaps),
3216         (gst_matroska_mux_subtitle_pad_setcaps),
3217         (gst_matroska_mux_request_new_pad),
3218         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3219         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3220         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3221         (gst_matroska_mux_set_property):
3222         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3223         elements, do some checks for valid values in the demuxer, handle
3224         tracktimecodescale in the demuxer, set correct default values for all
3225         settings in the demuxer, review and add all missing matroska
3226         IDs and some more raw YUV formats, and some trivial cleanup.
3227
3228 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3229
3230         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3231         (gst_pulsemixer_class_init):
3232         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3233         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3234         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3235         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3236         (gst_pulsesrc_prepare):
3237         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3238         gst_element_class_set_details_simple() and fix coding style a bit
3239         more.
3240
3241 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3242
3243         * docs/plugins/Makefile.am:
3244         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3245         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3246         * docs/plugins/gst-plugins-good-plugins.args:
3247         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3248         * docs/plugins/gst-plugins-good-plugins.interfaces:
3249         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3250         * docs/plugins/inspect/plugin-aasink.xml:
3251         * docs/plugins/inspect/plugin-alaw.xml:
3252         * docs/plugins/inspect/plugin-alpha.xml:
3253         * docs/plugins/inspect/plugin-alphacolor.xml:
3254         * docs/plugins/inspect/plugin-annodex.xml:
3255         * docs/plugins/inspect/plugin-apetag.xml:
3256         * docs/plugins/inspect/plugin-audiofx.xml:
3257         * docs/plugins/inspect/plugin-auparse.xml:
3258         * docs/plugins/inspect/plugin-autodetect.xml:
3259         * docs/plugins/inspect/plugin-avi.xml:
3260         * docs/plugins/inspect/plugin-cacasink.xml:
3261         * docs/plugins/inspect/plugin-cairo.xml:
3262         * docs/plugins/inspect/plugin-cdio.xml:
3263         * docs/plugins/inspect/plugin-cutter.xml:
3264         * docs/plugins/inspect/plugin-debug.xml:
3265         * docs/plugins/inspect/plugin-dv.xml:
3266         * docs/plugins/inspect/plugin-efence.xml:
3267         * docs/plugins/inspect/plugin-effectv.xml:
3268         * docs/plugins/inspect/plugin-equalizer.xml:
3269         * docs/plugins/inspect/plugin-esdsink.xml:
3270         * docs/plugins/inspect/plugin-flac.xml:
3271         * docs/plugins/inspect/plugin-flxdec.xml:
3272         * docs/plugins/inspect/plugin-gamma.xml:
3273         * docs/plugins/inspect/plugin-gconfelements.xml:
3274         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3275         * docs/plugins/inspect/plugin-goom.xml:
3276         * docs/plugins/inspect/plugin-goom2k1.xml:
3277         * docs/plugins/inspect/plugin-halelements.xml:
3278         * docs/plugins/inspect/plugin-icydemux.xml:
3279         * docs/plugins/inspect/plugin-id3demux.xml:
3280         * docs/plugins/inspect/plugin-jpeg.xml:
3281         * docs/plugins/inspect/plugin-level.xml:
3282         * docs/plugins/inspect/plugin-matroska.xml:
3283         * docs/plugins/inspect/plugin-monoscope.xml:
3284         * docs/plugins/inspect/plugin-mulaw.xml:
3285         * docs/plugins/inspect/plugin-multifile.xml:
3286         * docs/plugins/inspect/plugin-multipart.xml:
3287         * docs/plugins/inspect/plugin-navigationtest.xml:
3288         * docs/plugins/inspect/plugin-ossaudio.xml:
3289         * docs/plugins/inspect/plugin-png.xml:
3290         * docs/plugins/inspect/plugin-pulseaudio.xml:
3291         * docs/plugins/inspect/plugin-quicktime.xml:
3292         * docs/plugins/inspect/plugin-rtp.xml:
3293         * docs/plugins/inspect/plugin-rtsp.xml:
3294         * docs/plugins/inspect/plugin-smpte.xml:
3295         * docs/plugins/inspect/plugin-soup.xml:
3296         * docs/plugins/inspect/plugin-spectrum.xml:
3297         * docs/plugins/inspect/plugin-speex.xml:
3298         * docs/plugins/inspect/plugin-taglib.xml:
3299         * docs/plugins/inspect/plugin-udp.xml:
3300         * docs/plugins/inspect/plugin-video4linux2.xml:
3301         * docs/plugins/inspect/plugin-videobalance.xml:
3302         * docs/plugins/inspect/plugin-videobox.xml:
3303         * docs/plugins/inspect/plugin-videocrop.xml:
3304         * docs/plugins/inspect/plugin-videoflip.xml:
3305         * docs/plugins/inspect/plugin-videomixer.xml:
3306         * docs/plugins/inspect/plugin-wavenc.xml:
3307         * docs/plugins/inspect/plugin-wavpack.xml:
3308         * docs/plugins/inspect/plugin-wavparse.xml:
3309         * docs/plugins/inspect/plugin-ximagesrc.xml:
3310         * ext/pulse/plugin.c:
3311         * ext/pulse/pulsemixer.c:
3312         * ext/pulse/pulsesink.c:
3313         * ext/pulse/pulsesrc.c:
3314         Add documentation to the pulseaudio plugin and run make update
3315         in docs/plugins.
3316
3317 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3318
3319         Patch by: Brian Cameron <brian.cameron at sun dot com>
3320
3321         * sys/sunaudio/gstsunaudiomixerctrl.c:
3322         (gst_sunaudiomixer_ctrl_get_volume),
3323         (gst_sunaudiomixer_ctrl_set_volume):
3324         Improvements for the SunAudio mixer by handling mute as no gain
3325         for tracks that have a gain property but no mute property.
3326         Fixes bug #536067.
3327
3328 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3329
3330         * configure.ac:
3331         * ext/pulse/Makefile.am:
3332         * ext/pulse/plugin.c: (plugin_init):
3333         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3334         (gst_pulsemixer_implements_interface_init),
3335         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3336         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3337         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3338         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3339         * ext/pulse/pulsemixer.h:
3340         * ext/pulse/pulsemixerctrl.c:
3341         (gst_pulsemixer_ctrl_context_state_cb),
3342         (gst_pulsemixer_ctrl_sink_info_cb),
3343         (gst_pulsemixer_ctrl_source_info_cb),
3344         (gst_pulsemixer_ctrl_subscribe_cb),
3345         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3346         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3347         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3348         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3349         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3350         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3351         * ext/pulse/pulsemixerctrl.h:
3352         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3353         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3354         * ext/pulse/pulsemixertrack.h:
3355         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3356         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3357         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3358         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3359         (gst_pulseprobe_new), (gst_pulseprobe_free),
3360         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3361         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3362         (gst_pulseprobe_set_server):
3363         * ext/pulse/pulseprobe.h:
3364         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3365         (gst_pulsesink_class_init), (gst_pulsesink_init),
3366         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3367         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3368         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3369         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3370         (gst_pulsesink_stream_request_cb),
3371         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3372         (gst_pulsesink_close), (gst_pulsesink_prepare),
3373         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3374         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3375         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3376         (gst_pulsesink_event), (gst_pulsesink_get_type):
3377         * ext/pulse/pulsesink.h:
3378         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3379         (gst_pulsesrc_implements_interface_init),
3380         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3381         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3382         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3383         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3384         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3385         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3386         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3387         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3388         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3389         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3390         (gst_pulsesrc_get_type):
3391         * ext/pulse/pulsesrc.h:
3392         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3393         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3394         * ext/pulse/pulseutil.h:
3395         Add pulseaudio GStreamer element from gst-pulse. Development will
3396         continue here instead of pulseaudio SVN. Fixes bug #400679.
3397         Only changes over gst-pulse SVN are added copyright to the top of
3398         files and coding style changes.
3399
3400 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3401
3402         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3403
3404         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3405           (gst_cdio_add_cdtext_album_tags):
3406         * ext/cdio/gstcdio.h:
3407         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3408           Also extract album title and album genre from CD-TEXT if
3409           available (#537021).
3410
3411 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3412
3413         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3414
3415         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3416         Improve negotiation a bit more by picking the smallest possible
3417         resolution that is larger than the resolution specified in the
3418         first caps entry of the peer caps. Fixes bug #536994.
3419
3420 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3421
3422         Patch by: Bastien Nocera <hadess at hadess dot net>
3423
3424         * sys/v4l2/gstv4l2vidorient.c:
3425         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3426         Fix compilation with newer GIT kernels that deprecated
3427         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3428
3429 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3430
3431         * configure.ac:
3432         * ext/cdio/gstcdio.c:
3433         * ext/cdio/gstcdio.h:
3434         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3435           Require libcdio >= 0.76.
3436
3437 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3438
3439         * gst/avi/gstavidemux.c:
3440         Catch UNEXPECTED when downstream has reached end of
3441         segment in reverse mode.
3442
3443 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3444
3445         * gst/avi/gstavidemux.c:
3446         Fix typo in comment
3447
3448 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3449
3450         * gst/avi/gstavidemux.c:
3451         Because we don't know the frame order we need to push till
3452         the next keyframe
3453
3454 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3455
3456         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3457
3458         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3459         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3460         Provide a custom negotiation function to make sure to pick the highest
3461         possible framerate and resolution. Fixes bug #536646.
3462
3463 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3464
3465         * gst/avi/gstavidemux.c:
3466         Set EOS when going out of the segment in reverse playback
3467
3468 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3469
3470         * ext/taglib/Makefile.am::
3471           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3472           taglib headers (with gcc 4.3.1).
3473
3474 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3475
3476         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3477         Use the new gst_rtsp_connection_get_ip() to access the IP address
3478         of a GstRTSPConnection since it is a private member.
3479
3480 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3481
3482         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3483         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3484           Use new utility functions in libgsttag to process coverart (#512333).
3485
3486 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3487
3488         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3489         We actually support left/side, right/side and mid/side files. The
3490         conversion to normal, interleaved stereo is done by libflac.
3491
3492 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3493
3494         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3495         (gst_ebml_write_set_cache):
3496         Unref the write cache in finalize if it was set and add add "FIXME"
3497         to a comment that needs it.
3498
3499 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3500
3501         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3502
3503         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3504         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3505         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3506         (gst_avi_demux_process_next_entry):
3507         * gst/avi/gstavidemux.h:
3508         Implement reverse playback. Fixes #535300.
3509         Small cleanups.
3510
3511 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3512
3513         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3514         (gst_videomixer_query_latency):
3515         When using gst_element_iterate_pads() one has to unref every pad
3516         after usage.
3517
3518 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3519
3520         Patch by: Bastien Nocera <hadess at hadess dot net>
3521         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3522         (qtdemux_parse_udta):
3523         * gst/qtdemux/qtdemux_fourcc.h:
3524         Improve meta-data handling, add 'comment', 'description' and
3525         'copyright' tag handling.
3526         Fixes #535935
3527
3528 2008-05-31  Julien Moutte  <julien@fluendo.com>
3529
3530         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3531         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3532         (gst_qtdemux_seek_to_previous_keyframe),
3533         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3534         we don't clip the segment's stop using the main segment duration as
3535         that could crop quite some video frames. Make reverse playback support
3536         more robust and support edit lists. Support seeking to the last frame,
3537         and fix reverse looping playback. Add some debugging.
3538         * win32/common/config.h: Updated.
3539
3540 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3541
3542         * gst/equalizer/gstiirequalizer.c:
3543         (gst_iir_equalizer_transform_ip):
3544         Don't clip float/double samples, correctly unset passthrough mode
3545         and use better rounding for integer samples.
3546
3547 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3548
3549         * gst/equalizer/gstiirequalizer.c:
3550         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3551         (setup_filter), (set_passthrough), (update_coefficients),
3552         (gst_iir_equalizer_compute_frequencies),
3553         (gst_iir_equalizer_transform_ip):
3554         * gst/equalizer/gstiirequalizer.h:
3555         Update the filter coefficients only when needed in the transform_ip
3556         function and correctly set the element into passthrough mode if the
3557         gain of all bands is 0.
3558
3559 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3560
3561         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3562
3563         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3564         (gst_alpha_set_property), (gst_alpha_get_property),
3565         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3566         Try to skip pixels or areas that are too dark or too bright for us to do
3567         meaningfull color detection.
3568         Added properties to control the sensitivity to light and darkness.
3569         Added some small cleanups. Fixes #512345.
3570
3571 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3572
3573         * docs/plugins/.cvsignore:
3574         * tests/check/elements/.cvsignore:
3575         Ignore some more generated things
3576
3577         * tests/check/Makefile.am:
3578         Ignore OSS elements in the state changes test too.
3579
3580 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3581
3582         * docs/plugins/Makefile.am:
3583         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3584         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3585         Add SMPTE effect elements to docs.
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         * ext/raw1394/gstdv1394src.c:
3593           Document whats first shown on the fdo plugin docs page :)
3594
3595 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3596
3597         * docs/plugins/Makefile.am:
3598         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3599         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3600         * docs/plugins/gst-plugins-good-plugins.args:
3601         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3602         * docs/plugins/inspect/plugin-audiofx.xml:
3603         * gst/audiofx/Makefile.am:
3604         * gst/audiofx/audiofx.c:
3605         * gst/audiofx/audiokaraoke.c:
3606         * gst/audiofx/audiokaraoke.h:
3607         * gst/audiofx/audiovoice.c:
3608         * gst/audiofx/audiovoice.h:
3609           Rename audiovoice to audiokaraoke and add it to the docs.
3610
3611 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3612
3613         * REQUIREMENTS:
3614         * docs/plugins/Makefile.am:
3615         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3616         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3617         * docs/plugins/gst-plugins-good-plugins.args:
3618         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3619         * docs/plugins/gst-plugins-good-plugins.interfaces:
3620         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3621         * docs/plugins/inspect/plugin-aasink.xml:
3622         * docs/plugins/inspect/plugin-alaw.xml:
3623         * docs/plugins/inspect/plugin-alpha.xml:
3624         * docs/plugins/inspect/plugin-alphacolor.xml:
3625         * docs/plugins/inspect/plugin-annodex.xml:
3626         * docs/plugins/inspect/plugin-apetag.xml:
3627         * docs/plugins/inspect/plugin-audiofx.xml:
3628         * docs/plugins/inspect/plugin-auparse.xml:
3629         * docs/plugins/inspect/plugin-autodetect.xml:
3630         * docs/plugins/inspect/plugin-avi.xml:
3631         * docs/plugins/inspect/plugin-cacasink.xml:
3632         * docs/plugins/inspect/plugin-cairo.xml:
3633         * docs/plugins/inspect/plugin-cdio.xml:
3634         * docs/plugins/inspect/plugin-cutter.xml:
3635         * docs/plugins/inspect/plugin-debug.xml:
3636         * docs/plugins/inspect/plugin-dv.xml:
3637         * docs/plugins/inspect/plugin-efence.xml:
3638         * docs/plugins/inspect/plugin-effectv.xml:
3639         * docs/plugins/inspect/plugin-equalizer.xml:
3640         * docs/plugins/inspect/plugin-esdsink.xml:
3641         * docs/plugins/inspect/plugin-flac.xml:
3642         * docs/plugins/inspect/plugin-flxdec.xml:
3643         * docs/plugins/inspect/plugin-gamma.xml:
3644         * docs/plugins/inspect/plugin-gconfelements.xml:
3645         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3646         * docs/plugins/inspect/plugin-goom.xml:
3647         * docs/plugins/inspect/plugin-goom2k1.xml:
3648         * docs/plugins/inspect/plugin-halelements.xml:
3649         * docs/plugins/inspect/plugin-icydemux.xml:
3650         * docs/plugins/inspect/plugin-id3demux.xml:
3651         * docs/plugins/inspect/plugin-jpeg.xml:
3652         * docs/plugins/inspect/plugin-level.xml:
3653         * docs/plugins/inspect/plugin-matroska.xml:
3654         * docs/plugins/inspect/plugin-monoscope.xml:
3655         * docs/plugins/inspect/plugin-mulaw.xml:
3656         * docs/plugins/inspect/plugin-multifile.xml:
3657         * docs/plugins/inspect/plugin-multipart.xml:
3658         * docs/plugins/inspect/plugin-navigationtest.xml:
3659         * docs/plugins/inspect/plugin-ossaudio.xml:
3660         * docs/plugins/inspect/plugin-png.xml:
3661         * docs/plugins/inspect/plugin-quicktime.xml:
3662         * docs/plugins/inspect/plugin-rtp.xml:
3663         * docs/plugins/inspect/plugin-rtsp.xml:
3664         * docs/plugins/inspect/plugin-smpte.xml:
3665         * docs/plugins/inspect/plugin-soup.xml:
3666         * docs/plugins/inspect/plugin-spectrum.xml:
3667         * docs/plugins/inspect/plugin-speex.xml:
3668         * docs/plugins/inspect/plugin-taglib.xml:
3669         * docs/plugins/inspect/plugin-udp.xml:
3670         * docs/plugins/inspect/plugin-video4linux2.xml:
3671         * docs/plugins/inspect/plugin-videobalance.xml:
3672         * docs/plugins/inspect/plugin-videobox.xml:
3673         * docs/plugins/inspect/plugin-videocrop.xml:
3674         * docs/plugins/inspect/plugin-videoflip.xml:
3675         * docs/plugins/inspect/plugin-videomixer.xml:
3676         * docs/plugins/inspect/plugin-wavenc.xml:
3677         * docs/plugins/inspect/plugin-wavpack.xml:
3678         * docs/plugins/inspect/plugin-wavparse.xml:
3679         * docs/plugins/inspect/plugin-ximagesrc.xml:
3680         * ext/aalib/gstaasink.c:
3681         * ext/libcaca/gstcacasink.c:
3682           Document aasink and cacasink.
3683
3684 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3685
3686         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3687         (gst_videomixer_init), (gst_videomixer_query_duration),
3688         (gst_videomixer_query_latency), (gst_videomixer_query),
3689         (gst_videomixer_blend_buffers):
3690         * gst/videomixer/videomixer.h:
3691         Implement position (in time), duration and latency queries.
3692
3693 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3694
3695         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3696         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3697         (gst_videomixer_fill_queues), (forward_event_func),
3698         (forward_event), (gst_videomixer_src_event),
3699         (gst_videomixer_sink_event):
3700         * gst/videomixer/videomixer.h:
3701         Implement proper seek/newsegment handling.
3702         Based on adder's implementation.
3703         Fixes #535121
3704
3705 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3706
3707         Patch by: Jan Gerber <j at oil21 dot org>
3708
3709         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3710         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3711
3712 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3713
3714         * gst/audiofx/Makefile.am:
3715         * gst/audiofx/audiofx.c: (plugin_init):
3716         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3717         (gst_audio_voice_class_init), (gst_audio_voice_init),
3718         (update_filter), (gst_audio_voice_set_property),
3719         (gst_audio_voice_get_property), (gst_audio_voice_setup),
3720         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3721         (gst_audio_voice_transform_ip):
3722         * gst/audiofx/audiovoice.h:
3723         Add simple voice removal element. Yay karaoke.
3724
3725 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3726
3727         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3728
3729         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3730         Fix potential caps leak.
3731         If we can't get the framerate with an ioctl, try to get it with the
3732         current norm. Fixes #520092.
3733
3734 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3735
3736         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3737
3738         * sys/v4l2/v4l2src_calls.c:
3739         (gst_v4l2src_probe_caps_for_format_and_size):
3740         If we fail to get the frame intervals, simply don't touch the framerates
3741         on the template caps instead of discarding the format. See #520092.
3742
3743 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3744
3745         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3746
3747         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
3748         (gst_v4l2_get_caps_info):
3749         Add NV12, NV21 and bayer support. See #520092.
3750
3751 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3752
3753         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3754         (gst_qtdemux_activate_segment):
3755         Unbreak segment activation again. Fixes #531672.
3756
3757 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
3758
3759         * ext/flac/Makefile.am:
3760         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3761         Set the channel layout when decoding FLAC files with more than 2
3762         channels as defined by the FLAC spec. Fixes bug #534570.
3763
3764         Also don't try to decode left/side, right/side and mid/side files
3765         as we don't support this at all.
3766
3767 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3768
3769         * configure.ac:
3770           We need -base CVS (rtsp).
3771
3772 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3773
3774         * gst/udp/Makefile.am:
3775           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
3776           when including netdb.h when building against glibc >= 2.8.
3777
3778 2008-05-22  Julien Moutte  <julien@fluendo.com>
3779
3780         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
3781         debug statement arguments.
3782         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
3783         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
3784         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
3785         on more platforms.
3786
3787 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3788
3789         * tests/check/elements/avimux.c: (setup_src_pad),
3790         (teardown_src_pad):
3791         * tests/check/elements/icydemux.c: (icydemux_found_pad),
3792         (GST_START_TEST):
3793         * tests/check/elements/matroskamux.c: (setup_src_pad),
3794         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
3795         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
3796         (GST_START_TEST):
3797         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
3798         (setup_wavpackparse), (cleanup_wavpackparse):
3799         Don't use gst_element_get_pad(), it's a bad, bad method.
3800
3801 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3802
3803         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3804         (do_toggle_element):
3805         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3806         (do_toggle_element):
3807         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3808         (do_toggle_element):
3809         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
3810         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
3811         (do_toggle_element):
3812         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
3813         (do_toggle_element):
3814         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
3815         (gst_auto_audio_sink_detect):
3816         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
3817         (gst_auto_video_sink_detect):
3818         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3819         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
3820         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
3821         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
3822         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
3823         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
3824         * tests/icles/videocrop-test.c: (test_with_caps),
3825         (video_crop_get_test_caps):
3826         Don't use gst_element_get_pad(), it's a bad method.
3827
3828 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3829
3830         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3831         (gst_multiudpsink_add_internal):
3832         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
3833         (gst_udp_join_group):
3834         * gst/udp/gstudpnetutils.h:
3835         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3836         Joining a multicast group and setting the loop/ttl properties are
3837         totally unrelated tasks are must be separated.
3838
3839 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
3840
3841         * gst/avi/gstavimux.c:
3842           Also support alaw/mulaw.
3843
3844 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3845
3846         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3847         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
3848         * gst/udp/gstmultiudpsink.h:
3849         Add a fixme for the auto-multicast property.
3850         Fix some confusing debug messages.
3851         Disable setting a qos value by default.
3852
3853 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3854
3855         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
3856
3857         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
3858         Ignore EPERM errors from sendto. Fixes #533619.
3859
3860 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3861
3862         Patch by: Henrik Eriksson <henriken at axis dot com>
3863
3864         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3865         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
3866         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3867         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
3868         * gst/udp/gstmultiudpsink.h:
3869         Add qos-dscp property to manage the Quality of service. Fixes #469917.
3870
3871 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3872
3873         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
3874         Improve debugging of the ident.
3875
3876 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3877
3878         Patch by: Bruno Santos <brunof at ua dot pt>
3879
3880         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3881         (gst_udp_join_group), (gst_udp_leave_group),
3882         (gst_udp_is_multicast):
3883         * gst/udp/gstudpnetutils.h:
3884         Provide a bunch of helper methods to deal with IPv4 and IPv6
3885         transparently.
3886
3887         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3888         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3889         (gst_multiudpsink_get_property), (join_multicast),
3890         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3891         (gst_multiudpsink_remove):
3892         * gst/udp/gstmultiudpsink.h:
3893         Add multicast TTL and loopback properties.
3894         Use the helper methods to implement ip4 and ip6.
3895
3896         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3897         * gst/udp/gstudpsrc.h:
3898         Use the helper methods to implement ip4 and ip6.
3899         Fixes #515962.
3900
3901 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3902
3903         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3904
3905         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3906         (gst_multipart_demux_get_gstname),
3907         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3908         * gst/multipart/multipartdemux.h:
3909         Don't blindly copy the mime-type as the caps name because they not
3910         always map directly. Instead use a hashtable with common mappings.
3911         Fixes #533287.
3912
3913 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3914
3915         * ext/esd/esdsink.c: (gst_esdsink_write):
3916         When we post an error, we must return -1 to let the parent know that we
3917         cannot write the segment else it will loop and continue to call us again
3918         forever. Patch by Michael Meeks.
3919
3920 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3921
3922         * gst/videomixer/videomixer.c:
3923           Add missing incudes.
3924
3925 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3926
3927         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3928         (gst_rtp_h264_pay_handle_buffer):
3929         * gst/rtp/gstrtph264pay.h:
3930         Correct a typo (sinle -> single).
3931
3932 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3933
3934         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3935         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3936         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3937         (gst_rtp_h264_depay_process):
3938         * gst/rtp/gstrtph264depay.h:
3939         Add experimental support for outputting quicktime-like AVC output in
3940         addition to the existing bytestream output.
3941
3942         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3943         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3944         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3945         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3946         (gst_rtp_h264_pay_get_property):
3947         * gst/rtp/gstrtph264pay.h:
3948         Make the parsing mode configurable, for some inputs we don't need to
3949         scan every byte for start codes.
3950         Only set the marker bit on ACCESS units.
3951
3952 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3953
3954         * gst/equalizer/gstiirequalizer.c:
3955         Use a bigger type in integer mode for the intermediate results to
3956         prevent overflows. This fixes the crippled sound when using the
3957         equalizer in integer mode. Fixes bug #510865.
3958
3959 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3960
3961         * gst/videomixer/videomixer.c:
3962         * gst/videomixer/videomixer.h:
3963         Instead of a random number for the request pad id's,
3964         use a counter.
3965
3966         Register the videomixerpad class from the element's class_init
3967         where it's safer, and allows the docs generator to scan it.
3968
3969 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3970
3971         * gst/smpte/Makefile.am:
3972         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3973         * gst/smpte/gstsmpte.h:
3974         * gst/smpte/gstsmptealpha.c:
3975         (gst_smpte_alpha_transition_type_get_type),
3976         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3977         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
3978         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
3979         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
3980         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
3981         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
3982         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
3983         * gst/smpte/gstsmptealpha.h:
3984         * gst/smpte/plugin.c: (plugin_init):
3985         Add new plugin that adds the SMPTE transition in the alpha channel of
3986         I420 and AYUV frames so that they can be blended with videomixer later
3987         on. Uses all niceties such as using base transform for efficient alloc
3988         and negotiation. It currently requires GstController to control the
3989         position in the transition effect.
3990
3991 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
3992
3993         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3994         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3995         * docs/plugins/gst-plugins-good-plugins.args:
3996         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3997         * docs/plugins/gst-plugins-good-plugins.interfaces:
3998         * docs/plugins/gst-plugins-good-plugins.types:
3999         * gst/videomixer/videomixer.c:
4000           Try using thaytans new mechanism to get extra classes into plugin
4001           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4002           missing still.
4003
4004 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4005
4006         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4007         Set proper rate in avi stream header for PCM audio, and also do some
4008         more sanity checks on caps in this case.  Fixes #511489.
4009
4010 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4011
4012         * sys/v4l2/gstv4l2src.c:
4013         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4014         isn't implemented at all yet and this requires X headers to be
4015         installed. Fixes bug #533264.
4016
4017 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4018
4019         reviewed by: <delete if not using a buddy>
4020
4021         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4022         (gst_ebml_write_set_cache):
4023         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4024         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4025         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4026         (gst_matroska_demux_read_track_encodings),
4027         (gst_matroska_demux_add_stream),
4028         (gst_matroska_demux_handle_src_query),
4029         (gst_matroska_demux_init_stream),
4030         (gst_matroska_demux_parse_index_cuetrack),
4031         (gst_matroska_demux_parse_index_pointentry),
4032         (gst_matroska_demux_parse_info),
4033         (gst_matroska_demux_parse_metadata_id_simple_tag),
4034         (gst_matroska_demux_parse_metadata),
4035         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4036         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4037         (gst_matroska_demux_parse_cluster),
4038         (gst_matroska_demux_parse_contents_seekentry),
4039         (gst_matroska_demux_loop_stream_parse_id),
4040         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4041         (gst_matroska_demux_audio_caps),
4042         (gst_matroska_demux_subtitle_caps):
4043         * gst/matroska/matroska-demux.h:
4044         * gst/matroska/matroska-ids.c:
4045         (gst_matroska_track_init_subtitle_context):
4046         * gst/matroska/matroska-ids.h:
4047         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4048         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4049         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4050         * sys/v4l2/gstv4l2src.c:
4051         * tests/check/pipelines/wavpack.c: (bus_handler):
4052         * win32/common/config.h:
4053
4054 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4055
4056         * ext/wavpack/gstwavpackstreamreader.c:
4057         * tests/examples/spectrum/demo-audiotest.c:
4058         * tests/examples/spectrum/demo-osssrc.c:
4059         Fix some compiler warnings.
4060
4061 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4062
4063         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4064         Small comment added.
4065
4066         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4067         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4068         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4069         Debug string cleanups (remove trailing \n)
4070         Refactor and clean up the payloader a bit and make sure that we only
4071         put one NAL unit in an RTP packet even if the input buffer contains
4072         multiple NAL units.
4073         Add suport for AVC format input.
4074
4075 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4076
4077         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4078         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4079         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4080         * gst/rtp/gstrtph264pay.h:
4081         Make it possible to specify profile-level-id and sprop-parameter-sets
4082         using properties in case they are not available in-stream.
4083
4084 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4085
4086         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4087         * docs/plugins/gst-plugins-good-plugins.args:
4088         * docs/plugins/inspect/plugin-ladspa.xml:
4089           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4090
4091 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4092
4093         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4094         Send an initial BYTE segment to inform downstream of later seeking,
4095         and to forego sync attempts.
4096
4097 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4098
4099         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4100         Fix wrong caps string.
4101
4102 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4103
4104         Based on patch by: Olivier Crete <tester at tester dot ca>
4105
4106         * gst/rtp/Makefile.am:
4107         * gst/rtp/gstrtp.c: (plugin_init):
4108         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4109         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4110         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4111         (gst_rtp_g729_depay_plugin_init):
4112         * gst/rtp/gstrtpg729depay.h:
4113         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4114         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4115         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4116         * gst/rtp/gstrtpg729pay.h:
4117         Added G729 pay and depayloaders. Fixes #532409.
4118
4119 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4120
4121         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4122         Fix the calculation of the duration of the concealment packets.
4123
4124 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4125
4126         Based on patch by: Olivier Crete <tester at tester dot ca>
4127
4128         * gst/rtp/Makefile.am:
4129         * gst/rtp/gstrtp.c: (plugin_init):
4130         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4131         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4132         (parse_encode), (gst_rtp_dv_depay_setcaps),
4133         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4134         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4135         (gst_rtp_dv_depay_plugin_init):
4136         * gst/rtp/gstrtpdvdepay.h:
4137         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4138         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4139         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4140         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4141         (gst_dv_pay_negotiate), (include_dif),
4142         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4143         * gst/rtp/gstrtpdvpay.h:
4144         Add DV pay and depayloaders. Fixes #532423.
4145
4146 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4147
4148         * gst/matroska/matroska-demux.c:
4149         (gst_matroska_demux_push_dvd_clut_change_event):
4150         Convert subtitle palette info in VobSub private data from VobSub's
4151         (buggy) RGB to YUV.
4152
4153 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4154
4155         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4156         Do not leave fourcc stream header field empty upon reset.
4157         Fixes #519301.
4158
4159 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4160
4161         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4162         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4163         * docs/plugins/inspect/plugin-goom.xml:
4164         * docs/plugins/inspect/plugin-goom2k1.xml:
4165         * gst/goom/gstgoom.c:
4166         * gst/goom2k1/gstgoom.c:
4167         Add goom2k1 into the docs.
4168
4169 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4170
4171         Based on patch by: Wouter Cloetens  <wouter at mind be>
4172
4173         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4174         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4175         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4176         (gst_rtsp_decode_quoted_string),
4177         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4178         (gst_rtspsrc_setup_auth):
4179         Support Digest authentication. Fixes #532065.
4180
4181 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4182
4183         * gst/level/gstlevel.c:
4184           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4185           about whats needed for liboil acceleration. Simplify docs a bit.
4186
4187 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4188
4189         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4190
4191         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4192         Update the track duration if the old one was invalid.
4193         Fixes bug #532117.
4194
4195 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4196
4197         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4198           Use GST_STR_NULL when trying to print sps and pps strings that could
4199           be NULL, as this might crash on some platforms.
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_setup_ddraw):
4206           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4207           set after creating the clipper.
4208
4209 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4210
4211         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4212
4213         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4214           Added checking of surface lost case after an unsuccessful
4215           IDirectDrawSurface7_Lock() call.
4216           If surface is lost, return GST_FLOW_OK.
4217
4218 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4219
4220         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4221
4222         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4223           WndProc, gst_directdraw_sink_window_thread):
4224           Improved Windows message loop and fixed window destruction issue.
4225           When the window which DirectDraw is rendering to is destroyed, the
4226           render/show_frame function will return GST_FLOW_ERROR.
4227           Partially fixes #520885.
4228
4229 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4230
4231         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4232
4233         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4234           Fixed mid stream resolution change bug, the offscreen surface is now
4235           released when set_caps is called.
4236           Partially fixes #520885.
4237
4238 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4239
4240         * sys/directdraw/gstdirectdrawsink.c
4241           (gst_directdraw_sink_buffer_alloc):
4242           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4243           width/height.
4244
4245           Especially when looking through the pool of buffers, make sure that
4246           the width/height of caps is used instead of the already negotiated
4247           dimensions.
4248           For example if a buffer with different caps is requested, i.e.
4249           higher resolution, the caller would get a buffer with the old
4250           dimensions and thus corrupt the heap.
4251
4252 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4253
4254         * sys/directdraw/gstdirectdrawsink.c
4255           (gst_directdraw_sink_buffer_alloc):
4256           Clear the flags on recycled buffers from buffer_alloc.
4257           Partially fixes #520885.
4258
4259 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4260
4261         * gst/rtp/gstrtpilbcpay.c:
4262           Added missing stdlib.h include for strtol(), and made include ordering and
4263           style consistent with the corresponding depayloader.
4264
4265 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4266
4267         * configure.ac:
4268           Error out if we don't have the required core/base versions.
4269
4270 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4271
4272         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4273
4274         * sys/osxvideo/cocoawindow.m:
4275         Fix compiler warnings on PPC64. Fixes bug #499318.
4276
4277 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4278
4279         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4280
4281         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4282         Don't leak file descriptors on error. Fixes #531532.
4283
4284 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4285
4286         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4287         (gst_gconf_audio_src_change_state):
4288         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4289         (gst_gconf_video_sink_change_state):
4290         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4291         (gst_gconf_video_src_change_state):
4292         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4293         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4294         When we can't create a fakesink/fakesrc complain instead of unreffing
4295         NULL pointers and crashing later. See bug #530535.
4296
4297 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4298
4299         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4300         Add some more debug info and guard against small payloads.
4301
4302         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4303         Set duration on outgoing buffers because we can.
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         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4310         (gst_speex_enc_init), (gst_speex_enc_chain):
4311         Add negotiation for the speex channels and rate. Fixes #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/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4318         (gst_rtp_speex_pay_getcaps):
4319         Add negotiation for the speex channels and rate. See #465146.
4320
4321 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4322
4323         Patch by: Olivier Crete <tester at tester dot ca>
4324
4325         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4326         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4327         Add negotiation for the ILBC mode. See #465146.
4328
4329 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4330
4331         * ext/soup/gstsouphttpsrc.c:
4332           Include stdlib to fix the build. Use g_free instead of free, libsoup
4333           uses glib.
4334
4335 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4336
4337         Patch by: j^ <j@bootlab.org>
4338
4339         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4340         Add more mpeg2 variants. Fixes #530886.
4341
4342 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4343
4344         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4345
4346         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4347           Don't error out if we get an ICMP destination-unreachable
4348           message when trying to read packets on win32 (#529454).
4349
4350 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4351
4352         * configure.ac:
4353         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4354           Use new error code for encrypted streams (which requires core CVS).
4355
4356 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4357
4358         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4359           (gst_qtdemux_audiosrc_template):
4360           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4361
4362 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4363
4364         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4365         (speex_dec_chain_parse_data):
4366         Produce concealment data when time progresses in a segment update.
4367
4368 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4369
4370         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4371         (speex_dec_chain):
4372         Try to preserve input timestamps when we can.
4373         Do beginnings of error concealment.
4374
4375 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4376
4377         * gst/debug/gstnavigationtest.c:
4378           MSVC doesn't provide rint(), define an adequate replacement locally as
4379           elsewhere.
4380
4381 2008-04-28  Julien Moutte  <julien@fluendo.com>
4382
4383         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4384         format to pacify Mac OSX's gcc.
4385
4386 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4387
4388         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4389           (DEFAULT_MAX), (src_template), (sink_template),
4390           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4391           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4392           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4393           Bring rndbuffersize element into a state that doesn't require us
4394           to move it to -bad immediately. For one, fix up default min/max
4395           values so that the element actuall works using the default values.
4396           Also, don't ignore flow return values and do some kind of minimal
4397           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4398           other gratuitious clean-ups.
4399
4400 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4401
4402         * docs/plugins/Makefile.am:
4403         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4404         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4405         * docs/plugins/gst-plugins-good-plugins.args:
4406         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4407         * docs/plugins/gst-plugins-good-plugins.interfaces:
4408         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4409         * docs/plugins/inspect/plugin-1394.xml:
4410         * docs/plugins/inspect/plugin-aasink.xml:
4411         * docs/plugins/inspect/plugin-alaw.xml:
4412         * docs/plugins/inspect/plugin-alpha.xml:
4413         * docs/plugins/inspect/plugin-alphacolor.xml:
4414         * docs/plugins/inspect/plugin-annodex.xml:
4415         * docs/plugins/inspect/plugin-apetag.xml:
4416         * docs/plugins/inspect/plugin-audiofx.xml:
4417         * docs/plugins/inspect/plugin-auparse.xml:
4418         * docs/plugins/inspect/plugin-autodetect.xml:
4419         * docs/plugins/inspect/plugin-avi.xml:
4420         * docs/plugins/inspect/plugin-cacasink.xml:
4421         * docs/plugins/inspect/plugin-cairo.xml:
4422         * docs/plugins/inspect/plugin-cdio.xml:
4423         * docs/plugins/inspect/plugin-cutter.xml:
4424         * docs/plugins/inspect/plugin-debug.xml:
4425         * docs/plugins/inspect/plugin-dv.xml:
4426         * docs/plugins/inspect/plugin-efence.xml:
4427         * docs/plugins/inspect/plugin-effectv.xml:
4428         * docs/plugins/inspect/plugin-equalizer.xml:
4429         * docs/plugins/inspect/plugin-esdsink.xml:
4430         * docs/plugins/inspect/plugin-flac.xml:
4431         * docs/plugins/inspect/plugin-flxdec.xml:
4432         * docs/plugins/inspect/plugin-gamma.xml:
4433         * docs/plugins/inspect/plugin-gconfelements.xml:
4434         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4435         * docs/plugins/inspect/plugin-goom.xml:
4436         * docs/plugins/inspect/plugin-halelements.xml:
4437         * docs/plugins/inspect/plugin-icydemux.xml:
4438         * docs/plugins/inspect/plugin-id3demux.xml:
4439         * docs/plugins/inspect/plugin-jpeg.xml:
4440         * docs/plugins/inspect/plugin-level.xml:
4441         * docs/plugins/inspect/plugin-matroska.xml:
4442         * docs/plugins/inspect/plugin-monoscope.xml:
4443         * docs/plugins/inspect/plugin-mulaw.xml:
4444         * docs/plugins/inspect/plugin-multifile.xml:
4445         * docs/plugins/inspect/plugin-multipart.xml:
4446         * docs/plugins/inspect/plugin-navigationtest.xml:
4447         * docs/plugins/inspect/plugin-ossaudio.xml:
4448         * docs/plugins/inspect/plugin-png.xml:
4449         * docs/plugins/inspect/plugin-quicktime.xml:
4450         * docs/plugins/inspect/plugin-rtp.xml:
4451         * docs/plugins/inspect/plugin-rtsp.xml:
4452         * docs/plugins/inspect/plugin-shout2send.xml:
4453         * docs/plugins/inspect/plugin-smpte.xml:
4454         * docs/plugins/inspect/plugin-spectrum.xml:
4455         * docs/plugins/inspect/plugin-speex.xml:
4456         * docs/plugins/inspect/plugin-taglib.xml:
4457         * docs/plugins/inspect/plugin-udp.xml:
4458         * docs/plugins/inspect/plugin-video4linux2.xml:
4459         * docs/plugins/inspect/plugin-videobalance.xml:
4460         * docs/plugins/inspect/plugin-videobox.xml:
4461         * docs/plugins/inspect/plugin-videocrop.xml:
4462         * docs/plugins/inspect/plugin-videoflip.xml:
4463         * docs/plugins/inspect/plugin-videomixer.xml:
4464         * docs/plugins/inspect/plugin-wavenc.xml:
4465         * docs/plugins/inspect/plugin-wavpack.xml:
4466         * docs/plugins/inspect/plugin-wavparse.xml:
4467         * docs/plugins/inspect/plugin-ximagesrc.xml:
4468           Add docs for gdkpixbufsink; update docs to CVS version.
4469
4470 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4471
4472         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4473         Remove test sync-offset by default.
4474
4475 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4476
4477         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4478         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4479         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4480           Use GLib versions of htonl, htons, ntohl and ntohs in order
4481           to avoid problems on win32 (#529707).
4482
4483 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4484
4485         Patch by: Jesús Corrius <jesus at softcatala org>
4486
4487         * gst/goom/filters.c: (zoomVector):
4488         * gst/goom/goom_core.c: (init_buffers):
4489           Fix build with mingw32: use rand() instead of random() and
4490           replace bzero() with memset(). Fixes #529692.
4491
4492 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4493
4494         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4495         Fix typo in comments.
4496
4497         * tests/examples/rtp/client-H263p-PCMA.sdp:
4498         * tests/examples/rtp/client-H263p-PCMA.sh:
4499         * tests/examples/rtp/client-H264-PCMA.sdp:
4500         * tests/examples/rtp/client-H264-PCMA.sh:
4501         * tests/examples/rtp/client-H264.sdp:
4502         * tests/examples/rtp/client-H264.sh:
4503         * tests/examples/rtp/client-PCMA.sdp:
4504         * tests/examples/rtp/client-PCMA.sh:
4505         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4506         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4507         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4508         Add some more docs and fix examples.
4509
4510 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4511
4512         * tests/check/elements/multifile.c:
4513         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4514         declared in the former, some have it declared in the latter.
4515
4516 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4517
4518         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4519         * gst/debug/tests.c: (md5_get_value):
4520         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4521         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4522         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4523         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4524         Stop using deprecated GLib functions.
4525
4526 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4527
4528         * configure.ac:
4529         Back to development -> 0.10.8.1
4530
4531 === release 0.10.8 ===
4532
4533 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4534
4535         * configure.ac:
4536           releasing 0.10.8, "One For The Money"
4537
4538 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4539
4540         * configure.ac:
4541         0.10.7.4 pre-release
4542
4543 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4544
4545         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4546         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4547         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4548         * gst/goom/flying_stars_fx.c: (fs_free):
4549         * gst/goom/goom_config_param.h:
4550         * gst/goom/goom_core.c: (goom_init), (goom_close):
4551         * gst/goom/goom_plugin_info.h:
4552         * gst/goom/gstgoom.c: (gst_goom_finalize):
4553         * gst/goom/lines.c: (goom_lines_free):
4554         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4555         * gst/goom/surf3d.c: (grid3d_free):
4556         * gst/goom/surf3d.h:
4557         * gst/goom/tentacle3d.c: (tentacle_free):
4558         Free a bunch of stuff, and initialise things to fix leaks
4559         and valgrind warnings in the testsuite.
4560
4561         Fixes: #529268
4562
4563 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4564
4565         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4566         (gst_rtspsrc_configure_caps):
4567         Ref caps as the return value for the request_pt_map signal.
4568         Remove some caps weirdness when configuring a stream. See #528245.
4569
4570 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4571
4572         * tests/icles/gdkpixbufsink-test.c:
4573           Add cast to placate gcc 4.1.2.
4574
4575 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4576
4577         * configure.ac:
4578         0.10.7.3 pre-release
4579
4580 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4581
4582         * tests/check/Makefile.am:
4583         Disable some more elements in the state test.
4584         Add a define so the soup test can find the test files
4585         it needs at runtime.
4586
4587         * tests/check/elements/souphttpsrc.c: (run_server):
4588
4589         Add a define so the soup test can find the test files
4590         it needs at runtime.
4591
4592 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4593
4594         * gst/goom/convolve_fx.c: (convolve_apply):
4595         Don't ever draw the GOOM logo.
4596         Fixes: #528615
4597
4598 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4599
4600         * ext/cdio/gstcdiocddasrc.c:
4601         * ext/dv/gstdvdemux.c: 
4602         gst_atomic_int_set ==> g_atomic_int_set
4603
4604 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4605
4606         * configure.ac:
4607         * gst/goom/Makefile.am:
4608         * gst/goom/convolve_fx.c:
4609         * gst/goom/default_scripts.h:
4610         * gst/goom/goom.h:
4611         * gst/goom/goom_core.c: (choose_a_goom_line):
4612         * gst/goom/goom_plugin_info.h:
4613         * gst/goom/goomsl.c:
4614         * gst/goom/goomsl.h:
4615         * gst/goom/goomsl_hash.c:
4616         * gst/goom/goomsl_hash.h:
4617         * gst/goom/goomsl_heap.c:
4618         * gst/goom/goomsl_heap.h:
4619         * gst/goom/goomsl_private.h:
4620         * gst/goom/plugin_info.c:
4621           Strip out the config/script parsing stuff, we don't need it.
4622           Fixes #527999.
4623
4624 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4625
4626         * gst/goom/plugin_info.c: (setOptimizedMethods):
4627           Disable altivec optimisations for 32-bit PPC as well to make
4628           things build properly on all PPC systems. Fixes #528143
4629
4630 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4631
4632         * gst-plugins-good.spec.in:
4633           Update for souphttpsrc plugin which has moved to -good.
4634
4635 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4636
4637         * gst/matroska/matroska-demux.c:
4638         (gst_matroska_demux_handle_seek_event):
4639         Fix open-ended seeks in matroskademux
4640         Patch by: Mark Nauwelaerts <manauw skynet be>
4641         Fixes: #526557
4642
4643 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4644
4645         * tests/check/Makefile.am:
4646         Add soup test certificates to the dist.
4647
4648 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4649
4650         * ext/Makefile.am:
4651         Remove LADSPA reference I missed.
4652
4653 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4654
4655         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4656         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4657         over gnome-vfs and everything else. Fixes bug #527848.
4658
4659 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4660
4661         * configure.ac:
4662         * ext/Makefile.am:
4663         Remove LADSPA plugin. Fixes: #515978
4664
4665 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4666
4667         * configure.ac:
4668         * docs/plugins/Makefile.am:
4669         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4670         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4671         * docs/plugins/gst-plugins-good-plugins.args:
4672         * docs/plugins/inspect/plugin-soup.xml:
4673         * ext/Makefile.am:
4674         * tests/check/Makefile.am:
4675         Move soup plugin from -bad (Fixes: #523124)
4676
4677 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4678
4679         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4680         Fix bounds checking of mode in Speex header, which may
4681         produce negative numbers in speex <= 1.1.12
4682
4683 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4684
4685         * gst/goom/Makefile.am:
4686         * gst/goom/gfontlib.c:
4687         * gst/goom/gfontlib.h:
4688         * gst/goom/gfontrle.c:
4689         * gst/goom/gfontrle.h:
4690         * gst/goom/goom.h:
4691         * gst/goom/goom_core.c: (goom_update):
4692         * gst/goom/goom_plugin_info.h:
4693         * gst/goom/gstgoom.c: (gst_goom_chain):
4694         * gst/goom/plugin_info.c:
4695           Remove a bunch of font/text related code that we don't need.
4696
4697 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4698
4699         * gst/goom/ppc_drawings.s:
4700         * gst/goom/ppc_zoom_ultimate.s:
4701           Change license of these files to LGPL, as permitted by the
4702           author, Guillaume Borios. See #515073.
4703
4704 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4705
4706         * gst/goom/convolve_fx.c:
4707         * gst/goom/motif_goom1.h:
4708         * gst/goom/motif_goom2.h:
4709           As hinted in Bug #518213, revert one change and fix warnings properly.
4710           This fixes both #518213 and #520073 for me.     
4711
4712 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4713
4714         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4715         * gst/matroska/matroska-demux.c:
4716         (gst_matroska_demux_handle_seek_event),
4717         (gst_matroska_demux_parse_contents_seekentry),
4718         (gst_matroska_demux_loop):
4719         Fix the Forte build by making function declaration signatures
4720         match the implementations.
4721
4722 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
4723
4724         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4725         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
4726         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
4727           More logging when probing (see #518474), some comments in _reset().
4728
4729 2008-04-07  Julien Moutte  <julien@fluendo.com>
4730
4731         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
4732         because of a bad argument number.
4733
4734 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4735
4736         * tests/icles/.cvsignore:
4737         * tests/icles/Makefile.am:
4738         * tests/icles/gdkpixbufsink-test.c:
4739           Interactive test app for gdkpixbufsink.
4740
4741 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4742
4743         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4744
4745         * configure.ac:
4746         Actually build dlls when cross-compiling with mingw32.
4747         Fixes bug #526247.
4748
4749 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
4750
4751         * ext/hal/hal.c: (gst_hal_get_alsa_element):
4752           Don't munge device string to 'default:x' for capture devices.
4753           Fixes #525833.
4754
4755 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4756
4757         * ext/wavpack/gstwavpackparse.c:
4758         (gst_wavpack_parse_index_entry_free):
4759         Always use GSlice as we actually depend on GLib 2.12 already.
4760
4761 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4762
4763         * configure.ac:
4764           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
4765           Also bump the GLib requirement to the current de-facto requirement
4766           (ie. 2.12).
4767
4768 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4769
4770         * gst/rtp/gstrtph264pay.c: (encode_base64),
4771         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
4772         * gst/rtp/gstrtph264pay.h:
4773         Parse codec_data for future AVC compatibility.
4774         Fail when we encounter AVC data for now.
4775
4776 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4777
4778         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
4779           (gst_spectrum_init), (gst_spectrum_set_property),
4780           (gst_spectrum_get_property), (gst_spectrum_message_new):
4781           Rename property enums and default defines for the properties to match
4782           the property names and rephrase property descriptions to make them a
4783           bit clearer (hopefully). See #518188.
4784
4785 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4786
4787         * tests/check/Makefile.am:
4788         * tests/check/elements/.cvsignore:
4789         * tests/check/elements/gdkpixbufsink.c:
4790           Add unit test for gdkpixbufsink element.
4791
4792 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4793
4794         * ext/gdk_pixbuf/Makefile.am:
4795         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4796         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
4797           (gst_gdk_pixbuf_sink_base_init),
4798           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
4799           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
4800           (gst_gdk_pixbuf_sink_set_caps),
4801           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
4802           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
4803           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
4804           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
4805           (gst_gdk_pixbuf_sink_get_property):
4806         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
4807           Add gdkpixbufsink element for easy snapshotting (#525946).
4808
4809 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4810
4811         * tests/check/pipelines/wavpack.c: (wavpack_suite):
4812         Bump timeout from 3 to 60 seconds.
4813
4814 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4815
4816         * tests/check/pipelines/.cvignore:
4817         Remove useless file.
4818
4819         * tests/check/pipelines/.cvsignore:
4820         Add new test to .cvsignore.
4821
4822 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4823
4824         * tests/check/Makefile.am:
4825         * tests/check/pipelines/wavpack.c: (bus_handler),
4826         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
4827         (wavpack_suite), (main):
4828         Add unit test that encodes and decodes some data, checks that it
4829         is still the same and that all timestamps/offsets are perfect.
4830
4831 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4832
4833         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
4834         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
4835         * ext/wavpack/gstwavpackparse.c:
4836         (gst_wavpack_parse_index_entry_new),
4837         (gst_wavpack_parse_index_entry_free),
4838         (gst_wavpack_parse_base_init),
4839         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
4840         Use GSlice for allocating index entries and use
4841         gst_element_class_set_details_simple().
4842
4843 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4844
4845         Patch by: Brian Cameron <brian.cameron at sun dot com>
4846
4847         * sys/sunaudio/gstsunaudio.c:
4848         * sys/sunaudio/gstsunaudiomixer.c:
4849         * sys/sunaudio/gstsunaudiomixer.h:
4850         * sys/sunaudio/gstsunaudiomixerctrl.c:
4851         * sys/sunaudio/gstsunaudiomixerctrl.h:
4852         * sys/sunaudio/gstsunaudiomixertrack.c:
4853         * sys/sunaudio/gstsunaudiomixertrack.h:
4854         * sys/sunaudio/gstsunaudiosink.c:
4855         * sys/sunaudio/gstsunaudiosink.h:
4856         * sys/sunaudio/gstsunaudiosrc.c:
4857         * sys/sunaudio/gstsunaudiosrc.h:
4858           Fix up copyrights (#525860).
4859
4860 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4861
4862         * gst/goom/goomsl.c: (gsl_read_file):
4863           Check return value of fread() to avoid compiler warnings.
4864
4865 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4866
4867         Based on patch by: Mersad Jelacic <mersad at axis dot com>
4868
4869         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
4870         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
4871         * gst/law/alaw-decode.h:
4872         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
4873         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4874         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4875         * gst/law/mulaw-decode.h:
4876         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
4877         Make negotiation a bit modern.
4878         Use pad_alloc. Fixes #525359.
4879
4880 2008-03-31  David Schleef  <ds@schleef.org>
4881
4882         * gst/goom/xmmx.c: Fix constraints on asm code so that it
4883           compiles consistently.  Fixes #522278.
4884
4885 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4886
4887         Patch by: Brian Cameron <brian.cameron at sun dot com>
4888
4889         * sys/sunaudio/gstsunaudiomixerctrl.c:
4890           (gst_sunaudiomixer_ctrl_get_volume),
4891           (gst_sunaudiomixer_ctrl_set_volume):
4892         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4893           Fix up the mixer tracks to use a volume range of 0-255, which is what
4894           the sun audio API uses. This simplifies the code and avoids rounding
4895           errors. Fixes #524593.
4896
4897 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4898
4899         * sys/v4l2/gstv4l2object.c:
4900         * sys/v4l2/gstv4l2object.h:
4901         Add device-fd property to make it possible to apps to call ioctl's.
4902
4903 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4904
4905         * gst/qtdemux/qtdemux.c: (next_entry_size):
4906         Unbreak streaming mode again.
4907
4908 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4909
4910         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4911           Remove superfluous DEBUG macro.
4912
4913 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4914
4915         Based on patch by: William M. Brack <wbrack at mmm com hk>
4916
4917         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4918           (gst_v4l2src_set_capture):
4919           Check whether the device supports setting the framerate before
4920           trying to set it and then posting a warning or error if it doesn't
4921           work (#516649, #520092). Also compare fractions more correctly.
4922
4923 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4924
4925         * gst/goom/Makefile.am:
4926           Remove ppc assembler optimisations from the build until they
4927           actually build (they also seem to have GPL headers).
4928
4929 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4930
4931         * m4/Makefile.am:
4932           Better not dist files that don't exist any longer (lrint*m4).
4933
4934 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4935
4936         * configure.ac:
4937         * m4/lrint.m4:
4938         * m4/lrintf.m4:
4939         Remove lrint/lrintf checks. We don't use it anywhere.
4940
4941 2008-03-18  Andy Wingo  <wingo@pobox.com>
4942
4943         * sys/osxvideo/osxvideosink.m
4944         (gst_osx_video_sink_osxwindow_destroy)
4945         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4946         task, whoopdee.
4947         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4948         2 ms.
4949
4950 2008-03-18  Andy Wingo  <wingo@pobox.com>
4951
4952         * sys/osxvideo/osxvideosink.m
4953         (gst_osx_video_sink_osxwindow_destroy)
4954         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4955         task, whoopdee.
4956         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4957         2 ms.
4958         
4959 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4960
4961         Patch by: William M. Brack <wbrack at mmm com hk>
4962
4963         * sys/v4l2/v4l2src_calls.c:
4964           (gst_v4l2src_probe_caps_for_format_and_size),
4965           (gst_v4l2src_probe_caps_for_format):
4966           Make sure the probed frame sizes are reversed in the resulting
4967           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4968           highest resolution first); also remove unused variable.
4969           (Partly fixes #520092)
4970
4971 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4972
4973         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4974
4975         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4976         (gst_rtspsrc_finalize):
4977         Call WSAStartup() and WSACleanup before using the Winsock API.
4978         See #520808.
4979
4980 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4981
4982         * gst/avi/gstavidemux.c:
4983           Erm, the buffer-size is just guint, no need for the special format
4984           specifier.
4985
4986 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4987
4988         * gst/goom/plugin_info.c:
4989         * gst/goom/ppc_zoom_ultimate.h:
4990           Small fixes to build more on PPC: ifdef out code that uses unknown
4991           define; add newline at end of header file to avoid compiler warning.
4992           Assembler code still doesn't build though.
4993
4994 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
4995
4996         * gst/avi/gstavidemux.c:
4997           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
4998           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
4999
5000 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5001
5002         * gst/avi/gstavidemux.c:
5003           Chunksize is uint32. Fix format specifier.
5004
5005 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5006
5007         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5008         mistake. Return file to pure MIT text.
5009
5010 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5011
5012         * gst/audiofx/audiofx.c:
5013         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5014         of hardcoding values.
5015
5016 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5017
5018         Patch by: Mark Nauwelaerts <manauw skynet be>
5019
5020         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5021           (gst_oss_src_close):
5022         * sys/oss/gstosssrc.h:
5023           Cache probed caps, so _get_caps() during recording doesn't cause
5024           ioctl calls which may disrupt the recording (fixes #521875).
5025
5026 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5027
5028         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5029         (gst_qtdemux_activate_segment),
5030         (gst_qtdemux_prepare_current_sample),
5031         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5032         Make sure we always send a DISCONT after a seek by setting the sample
5033         index to an undefined value after a seek.
5034
5035 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5036
5037         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5038           (GST_IS_AVI_SUBTITLE_CLASS):
5039           Fix up IS_FOO macros, which makes gtk-doc much happier.
5040
5041 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5042
5043         * tests/icles/Makefile.am:
5044           Move the -lgstfoo where it belongs.
5045
5046 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5047
5048         * gst/matroska/ebml-ids.h:
5049         Add ID for EBML CRC32 elements.
5050
5051         * gst/matroska/Makefile.am:
5052         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5053         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5054         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5055         (gst_ebml_read_header):
5056         Support reading 80bit floats, add finalize method to clean up
5057         in any case, support reading length/id elements with any length
5058         as long as it's smaller than our supported maximum, don't leak
5059         buffers if reading as much data as we wanted failed and some
5060         smaller cleanup.
5061
5062 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5063
5064         Patch by: Olivier Crete <tester at tester dot ca>
5065
5066         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5067         Check that a buffer is large enough before reading from it.
5068         Fixes bug #521102.
5069         
5070 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5071
5072         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5073         Fix compilation after removing the GstPollMode from the
5074         constructor.
5075
5076 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5077
5078         * configure.ac:
5079         * gst/audiofx/Makefile.am:
5080         * gst/audiofx/audiochebband.c:
5081         * gst/audiofx/audiocheblimit.c:
5082         * gst/audiofx/math_compat.h:
5083         Check for sinh(), cosh() and asinh() and define our own
5084         implementations if they're not available. Fixes bug #520880.
5085
5086 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5087
5088         Patch by: Olivier Crete <tester at tester dot ca>
5089
5090         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5091         Unref the buffers only once when handling not-negotiated errors.
5092         Fixes bug #520764.
5093
5094 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5095
5096         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5097
5098         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5099         (gst_udpsrc_stop):
5100         Properly balance WSA_Cleanup with WSA_Startup.
5101         Also make the poll controllable on windows. Fixes #520888.
5102
5103 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5104
5105         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5106         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5107         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5108         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5109         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5110         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5111         (gst_ebml_read_date), (gst_ebml_read_master),
5112         (gst_ebml_read_binary), (gst_ebml_read_header):
5113         * gst/matroska/ebml-read.h:
5114         * gst/matroska/matroska-demux.c:
5115         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5116         (gst_matroska_demux_read_track_encodings),
5117         (gst_matroska_demux_add_stream),
5118         (gst_matroska_demux_handle_src_query),
5119         (gst_matroska_demux_handle_seek_event),
5120         (gst_matroska_demux_init_stream),
5121         (gst_matroska_demux_parse_tracks),
5122         (gst_matroska_demux_parse_index_cuetrack),
5123         (gst_matroska_demux_parse_index_pointentry),
5124         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5125         (gst_matroska_demux_parse_metadata_id_simple_tag),
5126         (gst_matroska_demux_parse_metadata_id_tag),
5127         (gst_matroska_demux_parse_metadata),
5128         (gst_matroska_demux_sync_streams),
5129         (gst_matroska_demux_push_hdr_buf),
5130         (gst_matroska_demux_push_flac_codec_priv_data),
5131         (gst_matroska_demux_push_xiph_codec_priv_data),
5132         (gst_matroska_demux_add_wvpk_header),
5133         (gst_matroska_demux_check_subtitle_buffer),
5134         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5135         (gst_matroska_demux_parse_cluster),
5136         (gst_matroska_demux_parse_contents_seekentry),
5137         (gst_matroska_demux_parse_contents),
5138         (gst_matroska_demux_loop_stream_parse_id),
5139         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5140         * gst/matroska/matroska-demux.h:
5141         * gst/matroska/matroska-ids.h:
5142         Handle return values from pull_range in a more granular way to properly
5143         shut down on seeks.
5144         Combine return values from push.
5145         Implement proper error handling.
5146         Prepare for handling seeking correctly.
5147
5148 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5149
5150         * gst/matroska/ebml-read.c:
5151         Use GINT64 formatting constants from GLIB.
5152
5153         * gst/matroska/matroska-demux.c:
5154         Add some guards to avoid a possible division by 0 and crashing
5155         with NULL events on some systems.
5156         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5157         conversion. 
5158
5159         * gst/matroska/matroska-mux.c:
5160         Check for invalid timestamps in a bunch of places to avoid
5161         writing bogus durations into the output file.
5162         Fix some double<->gint64 conversions that weren't using
5163         gst_guint64_to_gdouble
5164
5165 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5166
5167         * configure.ac:
5168         Move the checks for bison, flex and as to the program section and the
5169         check for gcc inline asm to the compiler characteristics section.
5170
5171 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5172
5173         * configure.ac:
5174         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5175         plug-ins are included/excluded. (#498222)
5176
5177 2008-02-29  Michael Smith <msmith@fluendo.com>
5178
5179         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5180           Don't call gst_object_sync_values() unless we have a valid timestamp.
5181
5182 2008-02-28  David Schleef  <ds@schleef.org>
5183
5184         * gst/matroska/matroska-demux.c:
5185         * gst/matroska/matroska-ids.h:
5186         * gst/matroska/matroska-mux.c:
5187           Fix Dirac mapping.  I had previously added a VfW-type
5188           mapping, but it looks like Dirac will get a native Matroska
5189           mapping, and this is the most likely method.
5190
5191 2008-02-28  David Schleef  <ds@schleef.org>
5192
5193         * gst/avi/gstavimux.c: Add Dirac encoding
5194
5195 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5196
5197         Patch by: Peter Kjellerstedt <pkj at axis com>
5198
5199         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5200         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5201         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5202         * gst/udp/gstudpsrc.h:
5203         Port to GstPoll. See #505417.
5204
5205 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5206
5207         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5208         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5209         yet on the srcpad. We need rate and channels before we
5210         can do any processing. Fixes bug #519088.
5211
5212 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5213
5214         * configure.ac:
5215         Detect and indicate if GCC inline assembly syntax is
5216         available.
5217
5218         * gst/goom/Makefile.am:
5219         * gst/goom/convolve_fx.c:
5220         * gst/goom/flying_stars_fx.c:
5221         * gst/goom/goom_config.h:
5222         * gst/goom/goom_core.c:
5223         * gst/goom/goomsl.c:
5224         * gst/goom/ifs.c:
5225         * gst/goom/mmx.c:
5226         * gst/goom/plugin_info.c:
5227         * gst/goom/xmmx.c:
5228         Fix various GCC-isms, and only build the inline assembly
5229         with compilers that support GCC inline assembly.
5230
5231         Fix a couple of other warnings shown with Forte.
5232
5233 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5234
5235         * gst/goom/xmmx.c:
5236           Use 'emms' instead of 'femms' to not crash on cpus that do not
5237           implement this 3dnow specific instruction.
5238
5239 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5240
5241         * gst/goom/plugin_info.c: (setOptimizedMethods):
5242         Use extended MMX for draw_line() too if available, not only
5243         normal MMX.
5244
5245 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5246
5247         * ext/jpeg/gstjpeg.c: (plugin_init):
5248         Remove (commented out) smoke typefinder. This is in base now.
5249
5250 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5251
5252         * gst/goom2k1/Makefile.am:
5253         * gst/goom2k1/gstgoom.c:
5254
5255         Rename the installed library, and don't register the same 
5256         GType name as the new goom.
5257
5258 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5259
5260         * configure.ac:
5261         * ext/taglib/Makefile.am:
5262           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5263           when building C++ code (#516509).
5264
5265 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5266
5267         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5268         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5269           (setOptimizedMethods):
5270           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5271           anything useful. Export goom debug category so we can get
5272           rid of the VERBOSE define and the printfs.
5273
5274 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5275
5276         * gst/goom/goomsl_heap.c: (align_it):
5277         * gst/goom/plugin_info.c: (setOptimizedMethods):
5278           Compile fixes for x86-64.
5279
5280 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5281
5282         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5283         with warnings, but add other CFLAGS
5284
5285         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5286         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5287         (calculate_labels), (gsl_read_file):
5288         * gst/goom/goomsl_lex.l:
5289         * gst/goom/goomsl_yacc.y:
5290         * gst/goom/plugin_info.c: Remove a few live printf, and
5291         fprintf, replace exit() calls with g_assert_not_reached()
5292         if it not optimal for a library
5293
5294 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5295
5296         * gst/goom/Makefile.am: Remove the warnings being disabled,
5297         fix linkage on x86, spotted by Sebastian Dröge
5298         <slomo@circular-chaos.org>
5299
5300         * gst/goom/convolve_fx.c (convolve_init),
5301         (create_output_with_brightness), (convolve_apply):
5302         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5303         * gst/goom/goomsl.c:
5304         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5305         * gst/goom/plugin_info.c:
5306         * gst/goom/tentacle3d.c (tentacle_fx_create):
5307         Fix warnings, and disable the motifs in the convolve_fx
5308         plugin (they were causing warnings, and they were just
5309         "Goom" in funny letterring)
5310
5311 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5312
5313         * configure.ac: Add checks for Flex/Yacc/Bison and other
5314         furry animals, for the new goom 2k4 based plugin
5315
5316         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5317         CPU optimisations (not working yet), move the old plugin to...
5318
5319         * gst/goom2k1/*: ... here, in case somebody is sick enough
5320
5321         Fixes #515073
5322
5323 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5324
5325         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5326         Post the server response code in an error message instead of a generic
5327         'error' message. Fixes #517237.
5328
5329 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5330
5331         * tests/check/Makefile.am:
5332         Ignore gconfaudiosrc for the states unit test too. It will fallback
5333         to alsasrc if the gconf settings can't be read and not everybody has
5334         alsa.
5335
5336 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5337
5338         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5339         (gst_wavpack_parse_create_src_pad):
5340         * ext/wavpack/gstwavpackparse.h:
5341         Always report the duration if we know it in push mode and don't
5342         return 0 just to make totem believe we can't seek in push mode.
5343         Newer totem version use the SEEKING query which properly reports
5344         if we can seek or not.
5345
5346 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5347
5348         Patch by: Jens Granseuer <jensgr at gmx dot net>
5349
5350         * tests/examples/equalizer/demo.c: (main):
5351         C89 fix, moving variable declarations to the beginning of
5352         the block. Fixes bug #517933.
5353
5354 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5355
5356         * configure.ac:
5357         Back to development...
5358
5359 === release 0.10.7 ===
5360
5361 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5362
5363         * configure.ac:
5364           releasing 0.10.7, "Red Door Black"
5365
5366 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5367
5368         * gst/alpha/Makefile.am:
5369         Link alpha plugin with libgstbase. Fixes bug #517386.
5370
5371 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5372
5373         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5374         Init values to -1 instead of the default 0 value.
5375         Fixes #516524.
5376
5377 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5378
5379         * tests/examples/spectrum/spectrum-example.c:
5380         Add missing include to fix compilation when libxml usage is disabled.
5381         Fixes: #516371
5382
5383 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5384
5385         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5386         fixes: #514889
5387
5388         * gst/rtp/gstrtph264pay.c:
5389         * gst/rtp/gstrtpmp4gdepay.c:
5390         * gst/rtp/gstrtpmp4gpay.c:
5391         * gst/rtp/gstrtpmp4gpay.h:
5392         * gst/rtp/gstrtptheorapay.c:
5393         * gst/rtp/gstrtpvorbispay.c:
5394
5395         Fix various leaks shown up in valgrind
5396         - free sprops and buffer in error cases in H264 payloader
5397         - fix leak in mp4g depayloader when construction the caps
5398         - don't leak config string in the mp4g payloader
5399         - don't leak buffers and headers in theora and vorbis payloaders
5400
5401         * tests/check/elements/rtp-payloading.c:
5402
5403         Fix the RTP data test
5404         - Actually send valid amr data to the payloader instead of 20
5405         zero-bytes
5406         - The mp4g payloader expects codec_data on the caps
5407
5408 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5409
5410         * win32/MANIFEST:
5411         Add libgstpng.dsp to MANIFEST.
5412         * win32/vs6/libgstaudiofx.dsp:
5413         Add new source files to VS project file.
5414
5415 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5416
5417         * sys/ximage/gstximagesrc.c:
5418         Initialise variables when opening the X display rather
5419         than in _start(), as the display can be opened before that.
5420
5421         Fixes: #515985
5422
5423 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5424
5425         * sys/directdraw/gstdirectdrawsink.c:
5426         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5427         (gst_directdraw_sink_finalize):
5428         Properly chain up finalize functions. Fixes bug #515980.
5429
5430 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5431
5432         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5433         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5434         (gst_v4l2_buffer_pool_class_init):
5435         Chain up the finalize functions. Fixes bug #515984.
5436
5437 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5438
5439         * sys/ximage/ximageutil.c:
5440         Chain up in the finalize function for our custom
5441         buffer sub-class.
5442         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5443         Fixes: #515706
5444
5445 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5446
5447         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5448         (gst_fenced_buffer_class_init):
5449         Properly chain up finalize method. Fixes bug #515979.
5450
5451 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5452
5453         * sys/ximage/gstximagesrc.c:
5454         Free allocated Damage memory before closing our connection to the
5455         X server. Partially fixes: #515706
5456
5457 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5458
5459         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5460         * tests/check/Makefile.am:
5461         * tests/check/gst-plugins-good.supp:
5462         Add a few libjpeg suppressions and initialize a variable to
5463         make smokeenc valgrind clean. Fixes bug #515701.
5464
5465 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5466
5467         * gst/avi/gstavidemux.c:
5468         Revert patch which sends timestamps only on keyframes, as it
5469         breaks playback with current gst-ffmpeg.
5470
5471         Fixes: #515562
5472
5473 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5474
5475         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5476         * tests/check/elements/multifile.c: (GST_START_TEST):
5477         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5478
5479 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5480
5481         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5482         Use and unset the GError when pipeline creation fails instead of
5483         simply leaking it. Fixes bug #515704.
5484
5485 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5486
5487         * gst/audiofx/audioamplify.c:
5488         * gst/audiofx/audiochebband.c:
5489         * gst/audiofx/audiocheblimit.c:
5490         * gst/audiofx/audiodynamic.c:
5491         * gst/audiofx/audioinvert.c:
5492         * gst/audiofx/audiopanorama.c:
5493         * gst/audiofx/audiowsincband.c:
5494         * gst/audiofx/audiowsinclimit.c:
5495         Fix long description of audiofx elements. Fixes bug #515457.
5496
5497 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5498
5499         * docs/plugins/Makefile.am:
5500         * gst/spectrum/gstspectrum.c:
5501         * tests/examples/spectrum/.cvsignore:
5502         * tests/examples/spectrum/Makefile.am:
5503         * tests/examples/spectrum/spectrum-example.c:
5504
5505         Add a simple example application for the spectrum element, include it
5506         in the docs, and fix some documentation ambiguities.
5507
5508         Fixes: #348085
5509
5510 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5511
5512         * gst/equalizer/Makefile.am:
5513         * gst/spectrum/Makefile.am:
5514         Fix includes order
5515
5516         * tests/check/Makefile.am:
5517         Exclude v4l2src from the states test - it takes too long to start.
5518
5519         * tests/check/elements/spectrum.c:
5520         Make the test run properly with CK_FORK=no
5521
5522 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5523
5524         * gst/audiofix/Makefile.am: add missing header files 
5525
5526 2008-02-08  Julien Moutte  <julien@fluendo.com>
5527
5528         * gst/matroska/matroska-demux.c:
5529         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5530         keyframe and delta units correctly when dealign with a BlockGroup.
5531         Fixes: #514397
5532
5533 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5534
5535         * tests/check/elements/.cvsignore:
5536         Spell the new tests correctly in .cvsignore
5537
5538 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5539
5540         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5541           Need to use gsize here for the size, fixes compiler warning.
5542
5543         * tests/examples/equalizer/.cvsignore:
5544         * tests/examples/equalizer/Makefile.am:
5545         * tests/examples/spectrum/.cvsignore:
5546         * tests/examples/spectrum/Makefile.am:
5547           Add missing files to fix the build.
5548
5549 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5550
5551         * configure.ac:
5552         * docs/plugins/Makefile.am:
5553         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5554         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5555         * docs/plugins/gst-plugins-good-plugins.args:
5556         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5557         * docs/plugins/inspect/plugin-multifile.xml:
5558         * tests/check/Makefile.am:
5559         * tests/check/elements/.cvsignore:
5560
5561         Move multifile plugin from -bad.
5562         Fixes: #490283
5563
5564 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5565
5566         * configure.ac:
5567         * docs/plugins/Makefile.am:
5568         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5569         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5570         * docs/plugins/gst-plugins-good-plugins.args:
5571         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5572         * docs/plugins/inspect/plugin-spectrum.xml:
5573         * gst/spectrum/Makefile.am:
5574         * tests/check/Makefile.am:
5575         * tests/check/elements/.cvsignore:
5576         * tests/examples/Makefile.am:
5577
5578         Move spectrum plugin from -bad.
5579         Move examples into tests/examples/spectrum.
5580
5581 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5582
5583         * configure.ac:
5584         * docs/plugins/Makefile.am:
5585         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5586         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5587         * docs/plugins/gst-plugins-good-plugins.args:
5588         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5589         * docs/plugins/gst-plugins-good-plugins.interfaces:
5590         * docs/plugins/inspect/plugin-equalizer.xml:
5591         * gst/equalizer/Makefile.am:
5592         * tests/check/Makefile.am:
5593         * tests/examples/Makefile.am:
5594         Move the equalizer plugin across from -bad
5595
5596         * tests/check/elements/.cvsignore:
5597         Add equalizer, audiosincwband and audiosincwlimit
5598
5599         * tests/check/elements/equalizer.c:
5600         Fix compiler warnings
5601
5602         Fixes: #415627
5603
5604 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5605
5606         * configure.ac:
5607         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5608         are treated like releases and build without it.
5609
5610 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5611
5612         * docs/plugins/Makefile.am:
5613         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5614         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5615         * docs/plugins/gst-plugins-good-plugins.args:
5616         * docs/plugins/inspect/plugin-audiofx.xml:
5617         * gst/audiofx/Makefile.am:
5618         * gst/audiofx/audiofx.c:
5619         * gst/audiofx/audiowsincband.c:
5620         * gst/audiofx/audiowsincband.h:
5621         * gst/audiofx/audiowsinclimit.c:
5622         * gst/audiofx/audiowsinclimit.h:
5623         * tests/check/Makefile.am:
5624         * tests/check/elements/audiowsincband.c:
5625         * tests/check/elements/audiowsinclimit.c:
5626
5627         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5628         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5629         respectively.
5630
5631         Fixes: #467666
5632
5633 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5634
5635         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5636         * tests/check/elements/icydemux.c:
5637           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5638           caps, and add a somewhat useful debug message. Plus test.
5639
5640 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5641
5642         * gst/rtsp/gstrtspsrc.c:
5643         Include unistd.h only if HAVE_UNISTD_H is defined
5644         * win32/common/config.h.in:
5645         * win32/common/config.h:
5646         Define socklen_t as it seems it's not defined in default 
5647         Visual Studio headers.
5648         * win32/vs6/libgstalpha.dsp:
5649         * win32/vs6/libgstapetag.dsp:
5650         * win32/vs6/libgstavi.dsp:
5651         * win32/vs6/libgstrtp.dsp:
5652         * win32/vs6/libgstrtsp.dsp:
5653         * win32/vs6/libgstvideomixer.dsp:
5654         Update project file dependencies and add new source files       
5655
5656 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5657
5658         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5659
5660         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5661         Don't leak buffers when we don't push them downstream.
5662         Fixes bug #514965.
5663
5664 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5665
5666         * configure.ac:
5667           Bump requirements to (good) released versions to avoid
5668           confusion and make implicit core requirement explicit.
5669
5670 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5671
5672         * docs/plugins/Makefile.am:
5673         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5674         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5675         * docs/plugins/gst-plugins-good-plugins.args:
5676         * docs/plugins/inspect/plugin-audiofx.xml:
5677         * gst/audiofx/Makefile.am:
5678         * gst/audiofx/audiochebband.c:
5679         * gst/audiofx/audiochebband.h:
5680         * gst/audiofx/audiocheblimit.c:
5681         * gst/audiofx/audiocheblimit.h:
5682         * gst/audiofx/audiochebyshevfreqband.c:
5683         * gst/audiofx/audiochebyshevfreqband.h:
5684         * gst/audiofx/audiochebyshevfreqlimit.c:
5685         * gst/audiofx/audiochebyshevfreqlimit.h:
5686         * gst/audiofx/audiofx.c:
5687         * tests/check/Makefile.am:
5688         * tests/check/elements/.cvsignore:
5689         * tests/check/elements/audiochebband.c:
5690         * tests/check/elements/audiocheblimit.c:
5691         * tests/check/elements/audiochebyshevfreqband.c:
5692         * tests/check/elements/audiochebyshevfreqlimit.c:
5693
5694         Rename audiochebyshevfreqband -> audiochebband and
5695         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5696         surgery.
5697
5698         Closes: #491811
5699
5700 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5701
5702         Patch by: Orjan Friberg <orjanf at axis dot com>
5703
5704         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5705         Fix caps memory leak. Fixes #514573.
5706
5707 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5708
5709         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5710         If there's no entries in the subindex, don't try to do anything stupid,
5711         just return.
5712
5713 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5714
5715         Patch by: John Millikin <jmillikin at gmail dot com>
5716
5717         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5718           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5719           Fix extraction of picture blocks with newer libflac versions again:
5720           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5721
5722 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5723
5724         * tests/check/Makefile.am:
5725           Add rtp-payloading test to VALGRIND_TO_FIX.
5726
5727         * tests/check/elements/rtp-payloading.c:
5728           Add semicolons after GST_TEST_END so gst-indent gets the
5729           formatting right; make test less verbose in general, but
5730           more verbose in the error case (which should probably
5731           make the test fail anyway).
5732
5733 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
5734
5735         * docs/plugins/Makefile.am:
5736         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5737         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5738         * gst/avi/gstavisubtitle.c:
5739         Add documentation for avisubtitle and change class to
5740         Codec/Parser/Subtitle
5741
5742 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5743
5744         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5745         Treat ENOTTY (driver does not implement ioctl) the same as
5746         EINVAL since it implies there are no available standards.
5747
5748         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
5749         (gst_v4l2src_get_nearest_size):
5750         Replace gst_v4l2src_get_size_limits with 2 calls to new function
5751         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
5752         probe if the driver does not support VIDIOC_TRY_FMT for whatever
5753         reason, and if we aren't yet actively capturing.
5754
5755         * sys/v4l2/v4l2src_calls.h:
5756         Remove replaced function declaration.
5757
5758 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5759
5760         * configure.ac:
5761         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
5762         API.
5763
5764 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
5765
5766         * configure.ac:
5767         Fix typo.
5768
5769 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5770
5771         * gst/alpha/Makefile.am:
5772         * gst/alpha/gstalpha.c:
5773
5774         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
5775         some stuff, and making buffer-alloc and resizing work automatically.
5776         No longer crashes on odd frame widths and heights, although there
5777         seems to be a disagreement with ffmpegcolorspace about what size
5778         an AYUV frame with odd height should be.
5779
5780 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5781
5782         Patch by: Alessandro Decina <alessandro at nnva dot org>
5783
5784         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
5785         * ext/libpng/gstpngenc.h:
5786         Preallocate the output buffer so that g_memdup() and
5787         gst_buffer_merge() aren't needed anymore. This greatly improves
5788         performances and fixes #512544.
5789
5790 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5791
5792         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
5793         (gst_avi_demux_stream_data):
5794         GStreamer timestamps are PTS values while AVI only knows about DTS
5795         timestamps. Make sure we only copy the DTS as the buffer timestamp when
5796         we are dealing with a key frame.
5797
5798 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5799
5800         * tests/check/Makefile.am:
5801         * tests/check/elements/.cvsignore:
5802         * tests/check/elements/rtp-payloading.c:
5803           Add add testsuite for the rtp-payloader that tries simulating
5804           dataflow. Needs more test data.
5805
5806 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5807
5808         * tests/check/elements/alphacolor.c:
5809           Remove two unused variables.
5810
5811 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5812
5813         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5814           Use g_ascii_strtoll() instead of atoll, which is only
5815           available in C99.
5816
5817 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
5818
5819         * gst/rtp/Makefile.am:
5820         * gst/rtp/gstrtp.c:
5821         * gst/rtp/gstrtpmpvpay.c:
5822         * gst/rtp/gstrtpmpvpay.h:
5823         Add MPEG2 video payloader
5824
5825 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5826
5827         * gst/level/gstlevel.c:
5828         Use #include <math.h> instead of #include "math.h".
5829
5830 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5831
5832         * tests/check/Makefile.am:
5833         Fix up some CFLAGS sets.
5834         Don't include gconfvideosrc in the states test.
5835
5836         * tests/check/elements/autodetect.c: (GST_START_TEST):
5837         Add some error strings to fail_unless arguments to fix some weird
5838         compiler errors on Solaris.
5839
5840 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5841
5842         * configure.ac:
5843         Detect video4linux headers on Solaris too.
5844         * sys/v4l2/gstv4l2colorbalance.h:
5845         * sys/v4l2/gstv4l2object.h:
5846         * sys/v4l2/v4l2_calls.c:
5847         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5848         (gst_v4l2_buffer_new):
5849
5850         Make v4l2 build on Solaris.
5851         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5852         Fixes: #510505
5853
5854 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
5855
5856         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5857           Update list from (still local) scanning script.
5858
5859 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
5860
5861         Based on a patch by:
5862             Victor STINNER <victor dot stinner at haypocalc dot com>
5863
5864         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5865         Set variable to NULL after freeing it to prevent double frees
5866         or make failures by another use of it afterwards more obvious
5867         and fix use of it after the freeing. Fixes bug #510592.
5868
5869 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5870
5871         * gst/udp/gstmultiudpsink.c:
5872         use GST_WARNING for logging
5873
5874 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5875
5876         * gst/udp/gstmultiudpsink.c:
5877         Don't try to leave a multicast group with an invalid socket
5878
5879 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5880
5881         * ext/flac/gstflacdec.c:
5882           Fix compilation against flac 1.1.2 (as on debian stable), where
5883           the picture metadata defines and structs don't exist yet.
5884           Fixes #509301.
5885
5886 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5887
5888         Patch by: Olivier Crete <tester at tester dot ca>
5889
5890         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5891         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5892         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5893         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5894         * gst/udp/gstmultiudpsink.h:
5895         Add property to automatically join a multicast group or not. This can be
5896         useful when sharing a socket between multiple elements.
5897         Fixes #509531.
5898
5899 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5900
5901         * gst/videomixer/Makefile.am:
5902           Add controller flags.
5903
5904 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5905
5906         * gst/videomixer/videomixer.c:
5907           Also commit the missing gst_object_sync_values().
5908
5909 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5910
5911         * docs/plugins/Makefile.am:
5912           Remove duplicate entry.
5913
5914 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5915
5916         * docs/plugins/Makefile.am:
5917         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5918         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5919         * docs/plugins/inspect/plugin-gamma.xml:
5920         * docs/plugins/inspect/plugin-monoscope.xml:
5921         * docs/plugins/inspect/plugin-video4linux2.xml:
5922           Add 3 more plugins to docs.
5923
5924 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5925
5926         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5927         * sys/osxvideo/osxvideosink.h:
5928           Revert previous change caused by a file that got stuck on an old
5929           revision.
5930
5931 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5932
5933         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5934         * gst/multipart/Makefile.am:
5935         * gst/multipart/multipartdemux.c:
5936         * gst/multipart/multipartdemux.h:
5937         * gst/multipart/multipartmux.c:
5938         * gst/multipart/multipartmux.h:
5939           Re-add multipartdemux to the docs. Last round of section cleanup.
5940
5941 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5942
5943         * docs/plugins/Makefile.am:
5944         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5945         * sys/osxaudio/gstosxaudiosink.h:
5946         * sys/osxvideo/osxvideosink.h:
5947           Managed to resolve most unused declarations. Filed a bug for one left.          
5948
5949 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5950
5951         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5952           Cleanup section file.
5953
5954 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5955
5956         * docs/plugins/Makefile.am:
5957         * docs/plugins/gst-plugins-good-plugins.args:
5958         * docs/plugins/gst-plugins-good-plugins.signals:
5959         * docs/plugins/inspect/plugin-alaw.xml:
5960         * docs/plugins/inspect/plugin-alpha.xml:
5961         * docs/plugins/inspect/plugin-alphacolor.xml:
5962         * docs/plugins/inspect/plugin-annodex.xml:
5963         * docs/plugins/inspect/plugin-apetag.xml:
5964         * docs/plugins/inspect/plugin-audiofx.xml:
5965         * docs/plugins/inspect/plugin-auparse.xml:
5966         * docs/plugins/inspect/plugin-autodetect.xml:
5967         * docs/plugins/inspect/plugin-avi.xml:
5968         * docs/plugins/inspect/plugin-cairo.xml:
5969         * docs/plugins/inspect/plugin-cdio.xml:
5970         * docs/plugins/inspect/plugin-cutter.xml:
5971         * docs/plugins/inspect/plugin-debug.xml:
5972         * docs/plugins/inspect/plugin-dv.xml:
5973         * docs/plugins/inspect/plugin-efence.xml:
5974         * docs/plugins/inspect/plugin-effectv.xml:
5975         * docs/plugins/inspect/plugin-flac.xml:
5976         * docs/plugins/inspect/plugin-flxdec.xml:
5977         * docs/plugins/inspect/plugin-gconfelements.xml:
5978         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5979         * docs/plugins/inspect/plugin-goom.xml:
5980         * docs/plugins/inspect/plugin-halelements.xml:
5981         * docs/plugins/inspect/plugin-icydemux.xml:
5982         * docs/plugins/inspect/plugin-id3demux.xml:
5983         * docs/plugins/inspect/plugin-jpeg.xml:
5984         * docs/plugins/inspect/plugin-ladspa.xml:
5985         * docs/plugins/inspect/plugin-level.xml:
5986         * docs/plugins/inspect/plugin-matroska.xml:
5987         * docs/plugins/inspect/plugin-mulaw.xml:
5988         * docs/plugins/inspect/plugin-multipart.xml:
5989         * docs/plugins/inspect/plugin-navigationtest.xml:
5990         * docs/plugins/inspect/plugin-png.xml:
5991         * docs/plugins/inspect/plugin-quicktime.xml:
5992         * docs/plugins/inspect/plugin-rtp.xml:
5993         * docs/plugins/inspect/plugin-rtsp.xml:
5994         * docs/plugins/inspect/plugin-shout2send.xml:
5995         * docs/plugins/inspect/plugin-smpte.xml:
5996         * docs/plugins/inspect/plugin-speex.xml:
5997         * docs/plugins/inspect/plugin-taglib.xml:
5998         * docs/plugins/inspect/plugin-udp.xml:
5999         * docs/plugins/inspect/plugin-videobalance.xml:
6000         * docs/plugins/inspect/plugin-videobox.xml:
6001         * docs/plugins/inspect/plugin-videocrop.xml:
6002         * docs/plugins/inspect/plugin-videoflip.xml:
6003         * docs/plugins/inspect/plugin-videomixer.xml:
6004         * docs/plugins/inspect/plugin-wavenc.xml:
6005         * docs/plugins/inspect/plugin-wavpack.xml:
6006         * docs/plugins/inspect/plugin-wavparse.xml:
6007           Update plugin docs.
6008
6009         * gst/videomixer/Makefile.am:
6010         * gst/videomixer/videomixer.c:
6011         * gst/videomixer/videomixer.h:
6012         * gst/videomixer/videomixerpad.h:
6013           Split out header to fix warnings from the doc-build.
6014
6015 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6016
6017         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6018
6019         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6020         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6021
6022 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6023
6024         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6025         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6026           Initialise variables to work around (false) 'foo might be used
6027           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6028
6029 2008-01-11  David Schleef  <ds@schleef.org>
6030
6031         * docs/plugins/.cvsignore:
6032         * tests/check/pipelines/.cvsignore:
6033           Ignore more files for the buildbot.
6034
6035 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6036
6037         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6038         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6039         Generate the image-type values correctly. Leave them out of the caps
6040         when outputting a "preview image" tag, since it only makes sense
6041         to have one of those - the type is irrelevant.
6042
6043         * sys/sunaudio/gstsunaudiomixerctrl.c:
6044         (gst_sunaudiomixer_ctrl_open):
6045         If we can, mark the mixer multiple open when we use it, in case
6046         (for some reason) the process wants to open it again elsewhere.
6047
6048 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6049
6050         Patch by: Olivier Crete <tester at tester dot ca>
6051
6052         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6053         * gst/rtp/gstrtptheorapay.c:
6054         Fix the clock rate to 90000 as required by the RFC.
6055         Fixes #508644.
6056
6057 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6058
6059         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6060           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6061
6062 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6063
6064         * autogen.sh:
6065           Add -Wno-portability to the automake parameters to stop warnings
6066           about GNU make extensions being used. We require GNU make in almost
6067           every Makefile anyway.
6068           
6069         * configure.ac:
6070           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6071           at the same time is required for per target flags.
6072
6073 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6074
6075         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6076         Fix error from my last commit.
6077
6078 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6079
6080         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6081
6082         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6083           Make sure the ISO 639-X language code in ID3v2 COMM frames
6084           is actually valid UTF-8 (or rather: ASCII), so we don't end
6085           up with non-UTF8 strings in tags if there's garbage in the
6086           language field. Also make sure the language code is always
6087           lower case. Fixes: #508291.
6088
6089 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6090
6091         * ChangeLog:
6092           Fix ChangeLog typo.
6093
6094 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6095
6096         * Makefile.am:
6097           Include lcov.mak to allow building coverage reports. Guard
6098           check-torture target like in the other packages.
6099
6100 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6101
6102         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6103
6104         * gst/videomixer/videomixer.c:
6105         (gst_videomixer_set_master_geometry), (_do_init),
6106         (gst_videomixer_child_proxy_get_child_by_index),
6107         (gst_videomixer_child_proxy_get_children_count),
6108         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6109         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6110         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6111         Implement GstChildProxy interface.
6112         Send newsegment at the right moment
6113         Fixes #488879
6114
6115 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6116
6117         * gst/alpha/Makefile.am:
6118         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6119         (gst_alpha_sink_event), (gst_alpha_chain),
6120         (gst_alpha_change_state), (plugin_init):
6121         Make the various properties of 'alpha' controllable. This allows doing
6122         niceties like fade-in/fade-out.
6123
6124 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6125
6126         * gst/rtp/gstasteriskh263.c:
6127         * gst/rtp/gstrtpL16depay.c:
6128         * gst/rtp/gstrtpac3depay.c:
6129         * gst/rtp/gstrtpamrpay.c:
6130         * gst/rtp/gstrtpdepay.c:
6131         * gst/rtp/gstrtpgsmdepay.c:
6132         * gst/rtp/gstrtph263depay.c:
6133         * gst/rtp/gstrtph263pdepay.c:
6134         * gst/rtp/gstrtph263ppay.c:
6135         * gst/rtp/gstrtph264depay.c:
6136         * gst/rtp/gstrtph264pay.c:
6137         * gst/rtp/gstrtpmp2tdepay.c:
6138         * gst/rtp/gstrtpmp4adepay.c:
6139         * gst/rtp/gstrtpmp4gdepay.c:
6140         * gst/rtp/gstrtpmp4gpay.c:
6141         * gst/rtp/gstrtpmp4vdepay.c:
6142         * gst/rtp/gstrtpmpadepay.c:
6143         * gst/rtp/gstrtpmpvdepay.c:
6144         * gst/rtp/gstrtpsv3vdepay.c:
6145         * gst/rtp/gstrtptheoradepay.c:
6146         * gst/rtp/gstrtptheorapay.c:
6147         * gst/rtp/gstrtpvorbisdepay.c:
6148         * gst/rtp/gstrtpvorbispay.c:
6149           Remove copy/paste unused code (property setters and getter) found by
6150           the coverage suite (yay, saves ~20k on disk).
6151
6152 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6153
6154         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6155           (videosink_templ):
6156           Also fix up pad templates to indicate that image/jpeg doesn't
6157           absolutely require the framerate property to be set (#504081).
6158
6159 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6160
6161         Based on patch by: Wouter Cloetens  <wouter at mind be>
6162
6163         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6164           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6165           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6166         * gst/matroska/matroska-mux.h:
6167           Keep track of first and last timestamps for each incoming stream,
6168           so we can calculate the total duration for live sources and other
6169           input where we can't query the duration from the start or where
6170           there's no constant framerate from which we can deduce the
6171           duration; also use calculated/observed duration if it is bigger
6172           than the previously queried duration. Furthermore, use
6173           gst_pad_query_peer_duration() and take into account that it may
6174           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6175           screws up comparisons when using unsigned integers. Fixes #504081.
6176
6177 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6178
6179         * configure.ac:
6180         * gst/audiofx/audioamplify.c:
6181         (gst_audio_amplify_clipping_method_get_type),
6182         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6183         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6184         (gst_audio_dynamic_transform_ip):
6185         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6186         (gst_audio_invert_transform_ip):
6187         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6188         (gst_audio_panorama_transform):
6189         * gst/level/gstlevel.c: (gst_level_init):
6190         Make elements GST_BUFFER_FLAG_GAP aware and call
6191         gst_base_transform_set_gap_aware for this.
6192         Bump core requirement to CVS.
6193         
6194         * gst/audiofx/audiochebyshevfreqband.c:
6195         (gst_audio_chebyshev_freq_band_transform_ip):
6196         * gst/audiofx/audiochebyshevfreqlimit.c:
6197         (gst_audio_chebyshev_freq_limit_transform_ip):
6198         Also sync GObject properties to the controller if operating
6199         in passthrough mode.
6200
6201 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6202
6203         * sys/directdraw/gstdirectdrawsink.c:
6204           (gst_directdraw_sink_window_thread):
6205           FALSE is not a gpointer.
6206
6207 2008-01-05  Julien Moutte  <julien@fluendo.com>
6208
6209         * sys/directdraw/gstdirectdrawsink.c:
6210         (gst_directdraw_sink_set_window_id),
6211         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6212         (gst_directdraw_sink_buffer_alloc),
6213         (gst_directdraw_sink_draw_borders),
6214         (gst_directdraw_sink_show_frame),
6215         (gst_directdraw_sink_setup_ddraw),
6216         (gst_directdraw_sink_window_thread),
6217         (gst_directdraw_sink_get_ddrawcaps),
6218         (gst_directdraw_sink_surface_create): Make sure we create our
6219         internal window only when we need it. That will give a chance to
6220         the application to get the prepare-xwindow-id bus message. Draw
6221         black borders when keeping aspect ratio. Handle the case where our
6222         rendering window disappears (closed or errors) like other sinks
6223         do. Various 80 columns fixes, improve state change order. That
6224         element could need some more love.
6225
6226 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6227
6228         * ext/taglib/gstapev2mux.h:
6229         * ext/taglib/gstid3v2mux.h:
6230         Remove useless typedefs without new type name. Fixes a warning with
6231         gcc 4.3.
6232
6233 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6234
6235         Patch by: John Millikin <jmillikin at gmail dot com>
6236
6237         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6238         (gst_flac_dec_setup_stream_decoder),
6239         (gst_flac_normalize_picture_mime_type),
6240         (gst_flac_extract_picture_buffer),
6241         (gst_flac_dec_metadata_callback):
6242         Emit metadata messages when a PICTURE block is encountered.
6243         Fixes #506715.
6244
6245 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6246
6247         * gst/avi/gstavi.c:
6248         increase rank because no known issues anymore ...
6249         * gst/avi/gstavisubtitle.c:
6250         send subtitle name to the srcpad
6251
6252 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6253
6254         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6255         * gst/rtsp/gstrtspsrc.h:
6256         Implement redirect for the DESCRIBE reply. Fixes #506025.
6257
6258 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6259
6260         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6261         Fix 'xyz may be used uninitialized' compiler warnings caused
6262         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6263         abort() in any case but properly report the error.
6264
6265 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6266
6267         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6268         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6269         * sys/ximage/gstximagesrc.c: (composite_pixel):
6270           Fix 'xyz may be used uninitialized' compiler warnings caused
6271           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6272           not really nice to abort in any case). Fixes #505745.
6273
6274 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6275
6276         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6277           Small unit test fix (has no practical impact at the moment,
6278           since we're only feeding utf8 and hence just create a sub-
6279           buffer for the output).
6280
6281 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6282
6283         * gst/avi/gstavisubtitle.c:
6284         * tests/check/elements/avisubtitle.c:
6285         Add seeking support for avi subtitle
6286
6287 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6288
6289         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6290         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6291         (gst_flac_dec_write):
6292         * ext/flac/gstflacdec.h:
6293         Remove some unused vars.
6294         Do more cleanup of leftover events and tags.
6295         Output tags after the segment event. Fixes #504018.
6296
6297 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6298
6299         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6300           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6301           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6302           Detect other UTF byte order markers and convert to UTF-8 as
6303           appropriate.
6304
6305 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6306
6307         * gst/avi/gstavisubtitle.c: (src_template),
6308           (gst_avi_subtitle_extract_utf8_file),
6309           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6310           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6311           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6312         * gst/avi/gstavisubtitle.h:
6313           Refactor a bit; fix name extraction; don't assume all the data
6314           in the chunk is actually subtitle data, there may be padding at
6315           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6316           file so it's there to send again after a seek (for future use).
6317
6318 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6319
6320         * gst/avi/Makefile.am:
6321         * gst/avi/gstavi.c:
6322         * gst/avi/gstavisubtitle.c:
6323         * gst/avi/gstavisubtitle.h:
6324         * tests/check/Makefile.am:
6325         * tests/check/elements/avisubtitle.c:
6326         * win32/common/config.h:
6327                 Add avi subtitle element for bug #442034. Need seeking support
6328                 and more support for character conversion.
6329
6330 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6331
6332         * Makefile.am:
6333           Include common/win32.mak for CRLF check of win32 project
6334           files (see #393626).
6335
6336         * win32/vs6/libgstpng.dsp:
6337           Fix line endings and do cvs admin -kb.
6338
6339 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6340
6341         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6342         Actually drop the buffers which are outside the currently configured
6343         segment instead of just emitting a WARNING.
6344
6345 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6346
6347         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6348         (gst_flac_dec_write):
6349         * ext/flac/gstflacdec.h:
6350         Send segments from the streaming thread. Fixes #502187.
6351         Fix segment seeking and a bunch of other seeking cases.
6352
6353 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6354
6355         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6356           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6357           which is where it would end up if the same information was
6358           put in a vorbis comment (don't think it's worth adding a
6359           new URI tag for this). Fixes #488112.
6360
6361 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6362
6363         * configure.ac:
6364           We need core/base 0.10.15 or later.
6365
6366 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6367
6368         Patch by: Mark Nauwelaerts <manauw skynet be>
6369
6370         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6371         Fix regression in stream numbering. Fixes #502655.
6372
6373 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6374
6375         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6376
6377         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6378         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6379         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6380         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6381         (gst_rtp_h264_pay_handle_buffer):
6382         * gst/rtp/gstrtph264pay.h:
6383         Use higher performance start-code searching.
6384         Parse NALs and store SPS, PPS and profile in the caps so that they can
6385         be used in the SDP. Fixes #502814.
6386
6387 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6388
6389         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6390         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6391           Init some structs to zero before we pass them to ioctl, which
6392           avoids valgrind warnings.  Also fix a small memory leak.
6393
6394 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6395
6396         Patch by: Wouter Cloetens <wouter at mind dot be>
6397
6398         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6399         Copy timestamp from input to output. Not very perfect yet but better
6400         than nothing. Fixes #503023.
6401
6402 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6403
6404         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6405           Also print a useful error message with the old Wavpack API
6406           if possible.
6407
6408 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6409
6410         * ext/wavpack/gstwavpackdec.c:
6411           More build fixes for old libwavpack versions: include config.h so
6412           that WAVPACK_OLD_API is actually defined as detected; only use
6413           WavpackGetErrorMessage if it is available. This fixes the build
6414           on debian stable for me.
6415
6416 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6417
6418         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6419         * ext/wavpack/gstwavpackparse.c:
6420           (gst_wavpack_parse_create_src_pad):
6421           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6422           versions below 4.40.0.
6423
6424 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6425
6426         * configure.ac:
6427           And now do it right for real...
6428
6429 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6430
6431         * configure.ac:
6432           Correctly reset $LIBS to not contain -lm.
6433
6434 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6435
6436         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6437
6438         * configure.ac:
6439         * ext/cairo/gsttimeoverlay.c:
6440           (gst_cairo_time_overlay_print_smpte_time):
6441           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6442           and checking for rint() and implementing it ourself if it doesn't
6443           exist. Fixes #497293.
6444
6445 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6446
6447         * configure.ac:
6448           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6449
6450 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6451
6452         * sys/oss/gstosshelper.c:
6453         Verify that the format returned after the ioctl is the one
6454         we requested. It is valid for the ioctl to succeed while
6455         substituting an alternate 'supported' sample format.
6456
6457 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6458
6459         * sys/oss/gstossaudio.c: (plugin_init):
6460         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6461         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6462           Post decent (and translated) error message when we can't
6463           open the audio device for some reason.
6464
6465 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6466
6467         * sys/oss/gstosssink.c:
6468         * sys/oss/gstosssrc.c:
6469         Allow the AUDIODEV environment variable to redirect us
6470         to a different default OSS device, like sunaudiosink does
6471         on Solaris (makes audio play automatically on SunRays).
6472
6473 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6474
6475         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6476         * gst/audiofx/audiochebyshevfreqband.c:
6477         (gst_audio_chebyshev_freq_band_transform_ip):
6478         * gst/audiofx/audiochebyshevfreqlimit.c:
6479         (gst_audio_chebyshev_freq_limit_transform_ip):
6480         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6481         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6482         The transform_ip() methods should do nothing if in passthrough mode.
6483         It might get non-writable buffers in that case but the buffer might
6484         as well be writable.
6485
6486         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6487         The transform() methods won't be called in passthrough mode and
6488         otherwise the buffer is always writable so don't check here.
6489
6490 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6491
6492         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6493           Fix seeking in .wav files again (#501775).  Some people seem to think
6494           they don't need to test their changes when they're just 'reflowing'
6495           some code.
6496
6497 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6498
6499         * gst/autodetect/gstautovideosink.c:
6500         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6501         (gst_auto_video_sink_init),
6502         (gst_auto_video_sink_create_element_with_pretty_name),
6503         (gst_auto_video_sink_find_best),
6504         (gst_auto_video_sink_set_property),
6505         (gst_auto_video_sink_get_property):
6506         * gst/autodetect/gstautovideosink.h:
6507         Fix docs.
6508         Use same error reporting code as autoaudiosink.
6509         Add property to filter sinks based on caps. Only select raw video sinks
6510         by default for backwards compat.
6511         API: GstAutoVideoSink::filter-caps
6512
6513 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6514
6515         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6516
6517         * gst/autodetect/gstautoaudiosink.c:
6518         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6519         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6520         (gst_auto_audio_sink_set_property),
6521         (gst_auto_audio_sink_get_property):
6522         * gst/autodetect/gstautoaudiosink.h:
6523         Add property to filter sinks based on caps. Only select raw audio sinks
6524         by default for backwards compat.  Fixes #417420.
6525         API: GstAutoAudioSink::filter-caps
6526
6527 2007-11-29  Michael Smith <msmith@fluendo.com>
6528
6529         Patch by: Arek Korbik <arkadini@gmail.com>
6530
6531         * gst/videobox/gstvideobox.c: (plugin_init):
6532           Initialise liboil in plugin_init()
6533
6534 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6535
6536         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6537         Post error before sending EOS. Fixes #499178.
6538
6539 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6540
6541         * win32/vs6/gst_plugins_good.dsw:
6542         * win32/vs6/libgstpng.dsp:
6543         Add a project file for libgstpng
6544
6545 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6546
6547         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6548         (gst_rtp_h263_depay_process):
6549         Code beautification.
6550         Added debug statements.
6551         Don't bit-shift everything, just do operations on last/first byte
6552         instead.
6553
6554 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6555
6556         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6557
6558         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6559         Fix wrong comparison in overrun check. Fixes #499239 some more.
6560
6561 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6562
6563         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6564         (gst_rtp_h263_depay_process):
6565         * gst/rtp/gstrtph263depay.h:
6566         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6567         stream.
6568
6569 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6570
6571         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6572
6573         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6574         (gst_rtp_mp4a_depay_process):
6575         * gst/rtp/gstrtpmp4adepay.h:
6576         Fix depayloading when multiple frames are inside one RTP packet.
6577         Fixes #499239.
6578
6579 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6580
6581         * gst/level/gstlevel.c:
6582           Add GAP-flag support.
6583
6584 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6585
6586         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6587         Read the I flag for Mode A h263 rtp stream and set the
6588         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6589         Fixes #499383
6590
6591 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6592
6593         * gst/level/gstlevel.c:
6594           Remove some dead code and do cleanups.
6595
6596 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6597
6598         * tests/check/pipelines/simple-launch-lines.c:
6599           Improve the tests by allowing to set a target state.
6600
6601 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6602
6603         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6604         Don't check the caps of the output buffer if they're equal some
6605         other caps. The caps can change in a backward compatible way
6606         and did at this point.
6607
6608 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6609
6610         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6611         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6612         (gst_qtdemux_seek_to_previous_keyframe),
6613         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6614         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6615         reverse playback support.
6616
6617 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6618
6619         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6620         Also set the channel layout on the Wavpack caps if we're having
6621         a mono layout. Of course only do it for "audio/x-wavpack".
6622
6623 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6624
6625         * ext/wavpack/gstwavpackcommon.c:
6626         (gst_wavpack_get_default_channel_mask),
6627         (gst_wavpack_set_channel_layout),
6628         (gst_wavpack_get_default_channel_positions),
6629         (gst_wavpack_get_channel_mask_from_positions),
6630         (gst_wavpack_set_channel_mapping):
6631         * ext/wavpack/gstwavpackcommon.h:
6632         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6633         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6634         * ext/wavpack/gstwavpackdec.h:
6635         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6636         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6637         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6638         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6639         (gst_wavpack_enc_rewrite_first_block),
6640         (gst_wavpack_enc_sink_event):
6641         * ext/wavpack/gstwavpackenc.h:
6642         * ext/wavpack/gstwavpackparse.c:
6643         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6644         (gst_wavpack_parse_scan_to_find_sample),
6645         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6646         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6647         * ext/wavpack/gstwavpackparse.h:
6648         Add support for encoding, parsing and decoding multichannel
6649         files with up to 8 channels. This also improves the robustness
6650         of parsing quite a bit.
6651
6652         * ext/wavpack/gstwavpackstreamreader.c:
6653         (gst_wavpack_stream_reader_read_bytes),
6654         (gst_wavpack_stream_reader_get_pos),
6655         (gst_wavpack_stream_reader_set_pos_abs),
6656         (gst_wavpack_stream_reader_set_pos_rel),
6657         (gst_wavpack_stream_reader_push_back_byte),
6658         (gst_wavpack_stream_reader_get_length),
6659         (gst_wavpack_stream_reader_can_seek),
6660         (gst_wavpack_stream_reader_write_bytes):
6661         Improve debugging.
6662
6663 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6664
6665         * ext/libpng/gstpngdec.c:
6666         * ext/libpng/gstpngdec.h:
6667           Don't release the png-memory from within the callback.
6668
6669 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6670
6671         Patch by: René Stadler <mail at renestadler dot de>
6672
6673         * ext/libpng/gstpngenc.c:
6674           Don't leak buffer data memory. Fixes #498395.
6675
6676 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6677
6678         Patch by: René Stadler <mail at renestadler dot de>
6679
6680         * tests/check/pipelines/simple-launch-lines.c:
6681           Tests for #498395.
6682
6683 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6684
6685         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6686         (gst_tag_lib_mux_adjust_event_offsets):
6687         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6688         * sys/osxaudio/Makefile.am:
6689         * sys/osxvideo/cocoawindow.h:
6690         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6691
6692 2007-11-15  David Schleef  <ds@schleef.org>
6693
6694         * ext/cairo/gsttextoverlay.c:
6695           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6696
6697 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6698
6699         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6700
6701         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6702         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6703         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6704         * gst/rtp/gstrtpmp2tpay.h:
6705         Fill the MTU with as many packets as possible. Fixes #491323.
6706
6707 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6708
6709         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6710
6711         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6712         Fix some more leaks. Fixes #497007.
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/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6719         (gst_rtspsrc_stream_configure_tcp):
6720         Fix 3 pad leaks. Fixes #496983.
6721
6722 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6723
6724         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6725
6726         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6727         Fix small leak. Fixes #497017.
6728
6729 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6730
6731         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6732         (gst_qtdemux_prepare_current_sample),
6733         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
6734         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
6735         * gst/qtdemux/qtdemux_fourcc.h:
6736         * gst/qtdemux/qtdemux_types.c:
6737         Add suppport for theora in quicktime according to XiphQT.
6738
6739 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
6740
6741         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6742         (gst_v4l2src_init), (gst_v4l2src_set_property),
6743         (gst_v4l2src_get_property):
6744         * sys/v4l2/gstv4l2src.h:
6745         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6746           Always copy buffers by default (handle safer with bugged drivers)
6747           and added a property to make it possible to use mmap effectively (no
6748           copy if possible) when application wants to. Fixes: #480557.
6749
6750 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6751
6752         * gst/id3demux/id3tags.c:
6753         * gst/id3demux/id3tags.h:
6754         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6755           We don't want the same string multiple times in a tag list for the
6756           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
6757           this doesn't happen and remove special-case code for GST_TAG_GENRE.
6758
6759 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
6762           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
6763           into ID3v2 TXXX frames (fixes #347848).
6764
6765 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6766
6767         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6768           Don't leak sdp message contents (fixes #496773).
6769
6770         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
6771           Don't leak URI string.
6772
6773 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6774
6775         Patch by: Julien Puydt <julien dot puydt at laposte net>
6776
6777         * ext/raw1394/Makefile.am:
6778         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
6779           (gst_1394_property_probe_get_properties),
6780           (gst_1394_property_probe_probe_property),
6781           (gst_1394_property_probe_needs_probe),
6782           (gst_1394_property_probe_get_values),
6783           (gst_1394_property_probe_interface_init),
6784           (gst_1394_type_add_property_probe_interface):
6785         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
6786         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
6787           (gst_dv1394src_init), (gst_dv1394src_dispose),
6788           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
6789           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
6790           (gst_dv1394src_update_device_name):
6791         * ext/raw1394/gstdv1394src.h:
6792           Implement GstPropertyProbe interface and add "device-name" property,
6793           so applications can use this to probe for available devices in the
6794           same way they can already with v4lsrc and v4l2src (however horrible
6795           this property probe interface may be). Fixes #358841.
6796
6797 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6798
6799         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6800
6801         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6802           (gst_rtspsrc_parse_range):
6803           Don't leak event, don't leak range (fixes #496752).
6804
6805 2007-11-14  Michael Smith <msmith@fluendo.com>
6806
6807         Patch by: Arek Korbik <arkadini@gmail.com>
6808
6809         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
6810           Detect RGBA/BGRA correctly on little endian systems.
6811
6812 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6813
6814         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
6815           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
6816           corresponding ioctl() call fails even though the driver claims to
6817           support this format, just fall back to the pre-2.6.19 kernel
6818           routine that creates caps with suitable height and width ranges
6819           (see #448278).
6820
6821 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6822
6823         Patch by: Mark Nauwelaerts <manauw skynet be>
6824
6825         * gst/matroska/matroska-demux.c:
6826           (gst_matroska_demux_push_dvd_clut_change_event),
6827           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6828           (gst_matroska_demux_subtitle_caps):
6829         * gst/matroska/matroska-ids.h:
6830           Extract palette data for dvd subpicture streams and send it
6831           downstream as custom gstreamer dvd event (fixes #453417).
6832
6833 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6834
6835         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
6836           Implement minimal parsing of the passed pango font description
6837           string, so passing a font size works the same as with the
6838           pango textoverlay plugin; fixes #455086.
6839           (Maybe we could just use pangocairo here at some point).
6840
6841 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6842
6843         * gst/avi/gstavidemux.c:
6844         * gst/wavparse/gstwavparse.c:
6845           Return the result in _activate_pull(). Don't ref element there.
6846
6847 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6848
6849         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6850         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6851         (gst_wavparse_srcpad_event):
6852           Ref the element when we should, but not when we its not needed. Reflow
6853           the event_handling to not leak the event.       
6854
6855 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
6856
6857         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6858         (qtdemux_parse_samples):
6859         Properly free QTDemuxSamples array.
6860         Protect table write with a sensible check, some files apparently DO contain
6861         stts values starting with 0 :(
6862
6863 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6864
6865         * gst/avi/gstavidemux.c:
6866         * gst/qtdemux/qtdemux.c:
6867           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
6868           previous commit messed up.
6869
6870 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6871
6872         * gst/avi/gstavidemux.c:
6873         * gst/qtdemux/qtdemux.c:
6874           Sync _handle_src_event() with oggdemux. In avidemux also ref the
6875           element when we should, but not when we its not needed.
6876
6877 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
6878
6879         * gst/wavparse/gstwavparse.c:
6880           Return FALSE if we can't handle a query instead of changing the
6881           format. Ignore fact when dealing with mpeg audio.
6882
6883 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6884
6885         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6886
6887         * configure.ac:
6888         * gst/udp/gstdynudpsink.c:
6889         * gst/udp/gstdynudpsink.h:
6890         * gst/udp/gstmultiudpsink.c:
6891         * gst/udp/gstmultiudpsink.h:
6892         * gst/udp/gstudpsink.c:
6893         * gst/udp/gstudpsink.h:
6894           Fix includes for MSVC and GLib-2.14.0 (#492388).
6895
6896         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6897           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6898
6899 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6900
6901         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6902         (gst_mulawdec_chain):
6903         * gst/law/mulaw-decode.h:
6904         Calculate outgoing buffer duration if incoming buffer didn't have a
6905         valid duration.
6906
6907 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6908
6909         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6910         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6911         Smarter combine_flow code that also deals with downstream elements
6912         returning UNEXPECTED when they receive data out of the segment
6913         boundaries. Fixes #491305.
6914
6915 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6916
6917         * sys/v4l2/v4l2src_calls.c:
6918           Fix 'unused variable' compiler warning when compiling against
6919           older kernel headers.
6920
6921 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6922
6923         * ext/taglib/gstid3v2mux.cc (add_funcs):
6924           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6925
6926 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6927
6928         * tests/check/pipelines/simple-launch-lines.c:
6929            Improve the tests a little more.
6930
6931 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6932
6933         patch by: Yun Zheng Hu
6934
6935         * sys/osxaudio/gstosxaudiosrc.c:
6936         Use default input device instead of default output device and
6937         only memcpy actual available bytes.
6938
6939 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6940
6941         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6942           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6943           early. It is temporary until we find something better.
6944
6945 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6946
6947         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6948
6949         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6950         Fix race when pausing a RTSP stream in interleaved.
6951         Fixes #475784.
6952
6953 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6954
6955         Patch by: Peter Kjellerstedt <pkj at axis com>
6956
6957         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6958         Use correct unref function for buffers. #488844.
6959
6960 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6961
6962         * gst/avi/gstavimux.c:
6963         * tests/check/elements/avimux.c:
6964           Add some debug and sync tests with the fix.     
6965
6966 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6967
6968         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6969
6970         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6971         When the socket is used by the app for other purposes, don't generate an
6972         error if there is activaty on the socket that is not data related.
6973         Fixes #487488.
6974
6975 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6976
6977         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6978         (gst_v4l2src_grab_frame):
6979         Add some more debug info. Generate an error when we run out of buffers
6980         for some reason. See #480557.
6981
6982 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6983
6984         Patch by: Anders Skargren <anders dot skargren at axis dot com>
6985
6986         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
6987         Set marker bit correctly.
6988
6989 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
6990
6991         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6992         Use allowed name for the GstStructure.
6993
6994 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
6995
6996         * ext/gconf/gstswitchsink.c:
6997         * gst/autodetect/gstautoaudiosink.c:
6998           Use new gst_bus_pop_filtered().
6999
7000 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7001
7002         * sys/v4l2/gstv4l2src.c:
7003         * sys/v4l2/v4l2src_calls.c:
7004           When probing the formats and sizes a camera supports, make
7005           sure the best ones (highest resolution, prefered format)
7006           end up at the beginning of the probed caps and the less
7007           desirable ones at the end.  This is important because the
7008           order within the caps matters for things like fixation and
7009           negotiation, ie. what format is chosen in the end.
7010           With recent kernels, the current probing code will end up
7011           querying the supported sizes from lowest resolution to
7012           highest resolution, adding them to the probed caps in that
7013           order, resulting to v4l2src fixating to the lowest possible
7014           resolution if downstream does not express a size preference.
7015           Also make up a somewhat random ranking of prefered output
7016           formats for the same reason. Fixes #485828.
7017         
7018 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7019
7020         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7021
7022         * gst/id3demux/id3v2frames.c:
7023           Extract license/copyright URIs from ID3v2 WCOP frames
7024           (Fixes #447000).
7025
7026         * tests/check/elements/id3demux.c:
7027         * tests/files/Makefile.am:
7028         * tests/files/id3-447000-wcop.tag:
7029           Add simple unit test.
7030
7031 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7032
7033         * ext/taglib/gstid3v2mux.cc:
7034           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7035           Prerequisite for #447000.
7036
7037 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7038
7039         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7040         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7041         a GstClockTime.
7042
7043 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7044
7045         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7046         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7047         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7048         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7049         (gst_rtspsrc_change_state):
7050         More seeking fixes, mostly passing around the new playback segment in
7051         order to configure it properly.
7052         Also reset base_time of udp sources when setting them back to PLAYING as
7053         a temporary hack until core supports seek in live sources properly.
7054
7055 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7056
7057         * gst/rtp/gstrtpmp4adepay.c:
7058         Fix caps as to not confuse autopluggers.
7059
7060 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7061
7062         * gst/id3demux/gstid3demux.c:
7063         * gst/id3demux/gstid3demux.h:
7064         * gst/id3demux/id3tags.c:
7065         * gst/id3demux/id3tags.h:
7066         * gst/id3demux/id3v2frames.c:
7067           Port ID3 tag demuxer over to the new GstTagDemux in -base
7068           (now would be a good time to test re-importing your music
7069           collection).
7070
7071 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7072
7073         * gst/apetag/Makefile.am:
7074         * gst/apetag/gstapedemux.c:
7075         * gst/apetag/gstapedemux.h:
7076         * gst/apetag/gsttagdemux.c:
7077         * gst/apetag/gsttagdemux.h:
7078           Port APE tag demuxer over to the new GstTagDemux in -base.
7079
7080 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7081
7082         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7083         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7084         (gst_rtspsrc_handle_internal_src_query),
7085         (gst_rtspsrc_handle_src_query), (new_session_pad),
7086         (gst_rtspsrc_stream_configure_tcp),
7087         (gst_rtspsrc_stream_configure_transport),
7088         (gst_rtspsrc_loop_send_cmd):
7089         Improve flushing behaviour.
7090         Set state of the udp sources to PAUSE/PLAYING correctly.
7091         Handle events and queries for UDP and TCP transport now.
7092
7093 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7094
7095         * gst/rtp/gstrtpgsmdepay.c:
7096         * gst/rtp/gstrtpgsmpay.c:
7097           Add log category.
7098
7099 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7100
7101         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7102
7103         * tests/check/Makefile.am:
7104         * tests/check/pipelines/simple-launch-lines.c:
7105           Add unit tests for payloaders/depayloaders.
7106
7107 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7108
7109         * gst/avi/gstavimux.c:
7110         * gst/avi/gstavimux.h:
7111           Also save codec data for audio streams. Fixes #482495.
7112
7113 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7114
7115         * gst/avi/gstavimux.c:
7116           Fix "Index entry has invalid stream nr 1".
7117           Add support for muxing aac - work in progress (see #482495).
7118
7119 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7120
7121         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7122         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7123         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7124         * gst/rtsp/gstrtspsrc.h:
7125         Parse bandwidth modifiers, they are not yet configured in the session
7126         manager because we don't have an API for that yet.
7127
7128 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7129
7130         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7131         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7132         Use shiny new function in -base to get the default clock-rate.
7133         Update some docs.
7134
7135 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7136
7137         * win32/MANIFEST:
7138         Add files to win32 manifest.
7139         * win32/vs6/libgstaudiofx.dsp:
7140         * win32/vs6/libgstqtdemux.dsp:
7141         * win32/vs6/libgstrtp.dsp:
7142         * win32/vs6/libgstrtsp.dsp:
7143         Update project files.
7144
7145 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7146
7147         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7148         (gst_rtspsrc_play):
7149         * gst/rtsp/gstrtspsrc.h:
7150         In TCP mode, only timestamp the first buffer. TCP is not real time and
7151         it does not make sense to try to skew compensate, also some servers send
7152         the first batch of data in a burst.
7153
7154 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7155
7156         * gst/matroska/matroska-demux.c:
7157           Fix setting the discont flag on the first buffer
7158           pushed downstream for formats with private codec
7159           data that needs to be deserialised into buffers
7160           (such as vorbis and FLAC when in a matroska container).
7161
7162 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7163
7164         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7165
7166         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7167         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7168         (gst_rtp_mp4v_pay_handle_buffer):
7169         * gst/rtp/gstrtpmp4vpay.h:
7170         Free the config string. Fixes #480707.
7171         Clean up the timestamp code a little.
7172
7173 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7174
7175         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7176         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7177         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7178         * gst/rtsp/gstrtspsrc.h:
7179         Set timestamps on RTP buffers in interleaved mode.
7180         Mark first buffers with a DISCONT.
7181         Remove flush hack now that sync for live sources has been figured out.
7182
7183 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7184
7185         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7186         Update documentation.
7187
7188 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7189
7190         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7191         (gst_rtp_xqt_depay_change_state):
7192         * gst/qtdemux/gstrtpxqtdepay.h:
7193         Fail if we don't know the quicktime format.
7194
7195 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7196
7197         * ext/flac/gstflacenc.c:
7198         * ext/flac/gstflacenc.h:
7199           Save the flow return from the last gst_pad_push() and
7200           make sure we pass the right flow return value upstream
7201           in the case of failure; minor clean-ups.
7202
7203 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7204
7205         * ext/taglib/gstapev2mux.cc:
7206         * ext/taglib/gstid3v2mux.cc:
7207         * gst/apetag/gstapedemux.c:
7208           Add support for the new GST_TAG_COMPOSER (#459809).
7209
7210 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7211
7212         * gst/law/alaw-decode.c:
7213         * gst/law/alaw-decode.h:
7214         * gst/law/alaw-encode.c:
7215         * gst/law/alaw-encode.h:
7216         * gst/law/alaw.c:
7217         * gst/law/mulaw-conversion.h:
7218           Compulsive clean-ups: use boilerplate macros, add debug
7219           categories, fix up things to conform to symbol nomenklatura,
7220           etc.
7221
7222 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7223
7224         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7225
7226         * gst/law/alaw-decode.c:
7227         * gst/law/alaw-encode.c:
7228           Use static tables for A-Law decoding and encoding; this makes
7229           A-Law decoding and encoding less CPU-intensive, but increases
7230           the binary size a bit. Leaving old code around for now,
7231           selectable by a define in the code. Fixes #435435.
7232
7233 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7234
7235         * configure.ac:
7236         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7237         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7238         in configure.ac.
7239
7240 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7241
7242         Patch by: Jan Gerber <j at bootlab dot org>
7243
7244         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7245         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7246
7247 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7248
7249         * sys/oss/gstosshelper.c:
7250           Use GST_WARNING instead of a g_critical. This situation is not caused
7251           by the application.
7252
7253 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7254
7255         * po/LINGUAS:
7256         * po/nl.po:
7257           Updated translations.
7258
7259 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7260
7261         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7262
7263         * po/eu.po:
7264           Added Basque translation.
7265
7266 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7267
7268         translated by: Abel Cheung <abelcheung@gmail.com>
7269
7270         * po/zh_HK.po:
7271         * po/zh_TW.po:
7272           Added Chinese (traditional and Hong Kong) translation.
7273
7274 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7275
7276         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7277
7278         * po/pl.po:
7279           Added Polish translation.
7280
7281 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7282
7283         translated by: Ilkka Tuohela <hile@iki.fi>
7284
7285         * po/fi.po:
7286           Added Finnish translation.
7287
7288 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7289
7290         translated by: Jorge González González <aloriel@gmail.com>
7291
7292         * po/es.po:
7293           Added Spanish translation.
7294
7295 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7296
7297         translated by: Mogens Jaeger <mogens@jaeger.tf>
7298
7299         * po/da.po:
7300           Added Danish translation.
7301
7302 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7303
7304         translated by: Funda Wang <fundawang@linux.net.cn>
7305
7306         * po/zh_CN.po:
7307           Added Chinese (simplified) translation.
7308
7309 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7310
7311         translated by: Alexander Shopov <ash@contact.bg>
7312
7313         * po/bg.po:
7314           Added Bulgarian translation.
7315
7316 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7317
7318         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7319         Set outgoing packet duration because we can. Fixes #478244 some more.
7320
7321 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7322
7323         * ext/cairo/gsttextoverlay.c:
7324           Add info about static leak.
7325         
7326         * tests/check/Makefile.am:
7327         * tests/check/generic/states.c:
7328           Improved state change unit test.
7329
7330 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7331
7332         * docs/plugins/.cvsignore:
7333         * tests/check/.cvsignore:
7334           Ignore registries in any format.
7335
7336 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7337
7338         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7339         Removed some unused code.
7340
7341         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7342         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7343         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7344         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7345         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7346         (gst_rtp_theora_pay_flush_packet):
7347         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7348         Try to preserve the incomming buffer duration on the outgoing
7349         packets. Fixes #478244.
7350
7351 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7352
7353         * ext/taglib/gstapev2mux.cc:
7354         * ext/taglib/gstid3v2mux.cc:
7355           Work around compiler warnings with g++-4.2 when assigning a
7356           string constant to a gchar * (partially fixes #478092).
7357
7358 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7359
7360         * configure.ac:
7361           We require core CVS now for gst_base_src_set_do_timestamp().
7362
7363 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7364
7365         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7366         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7367         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7368         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7369         (gst_rtspsrc_handle_message):
7370         Fix compiler warnings shown with Forte.
7371
7372 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7373
7374         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7375         (gst_rtspsrc_dup_printf):
7376         Give meaningfull error when all streams failed to configure for some
7377         reason.
7378
7379 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7380
7381         * gst/rtp/README:
7382         Update README with the design for synchronisation rules of RTP on
7383         sender and receiver.
7384
7385 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7386
7387         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7388         (gst_wavparse_chain):
7389         Don't push EOS from the chain function, the element
7390         driving the pipeline is responsible for this. The bug
7391         this was meant to fix seems to be queue not forwarding
7392         EOS in all cases (see #476514).
7393
7394 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7395
7396         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7397         (gst_level_transform_ip):
7398         * gst/level/gstlevel.h:
7399         Use basetransform segment so that it is correctly managed on flushes and
7400         start/stop.
7401         Report message timestamp as stream time, which is what an application
7402         can understand.
7403
7404 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7405
7406         * ext/taglib/gstapev2mux.cc:
7407         * ext/taglib/gstapev2mux.h:
7408         * ext/taglib/gsttaglibmux.c:
7409         * tests/check/elements/apev2mux.c:
7410         Update my mail address.
7411
7412 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7413
7414         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7415         (gst_wavparse_loop), (gst_wavparse_chain):
7416         Add EOS logic for the push-based mode too. Fixes #476514.
7417
7418 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7419
7420         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7421         * gst/law/alaw-encode.h:
7422         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7423         (gst_mulawenc_chain):
7424         * gst/law/mulaw-encode.h:
7425         Fix law encoder timestamps.
7426
7427 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7428
7429         * ext/gconf/gstgconfaudiosink.c:
7430           Fix warning when building without debug.
7431
7432         * sys/oss/gstossmixertrack.c:
7433           Use const like in alsamixertrack.c (fixes warnings).
7434
7435 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7436
7437         * sys/v4l2/v4l2src_calls.c:
7438         (gst_v4l2src_probe_caps_for_format_and_size):
7439         Fix framerate detection code some more.
7440         Handle the case where there is a weird step in the stepwise framerates.
7441         Don't overwrite the min interval with the framerate, use a temp variable
7442         instead.
7443         Use max in the Continuous framerate intervals instead of step, which is
7444         1 according to the docs. Fixes #475424.
7445
7446 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7447
7448         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7449         Make udpsrc timestamp outgoing buffers based on when they were received.
7450         Also make it output a segment in time.
7451
7452 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7453
7454         * gst/avi/gstavidemux.c:
7455           Plug a little leak. Little code cleanups.
7456
7457 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7458
7459         * configure.ac:
7460           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7461           flac versions, 's good for cross-compilation karma.
7462
7463 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7464
7465         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7466
7467         * gst/rtp/gstrtph263pay.c:
7468           Fix up header structure so that compilers don't add padding
7469           between the structure fields, since that would lead to us
7470           sending RTP packets with broken headers (as is currently the
7471           case when compiling with MSVC). Also see similar fixes in
7472           libgstrtp in gst-plugins-base. (#474616; #471194)
7473
7474 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7475
7476         * sys/v4l2/v4l2src_calls.c:
7477         (gst_v4l2src_probe_caps_for_format_and_size):
7478         Don't overwrite our GValue with 0 but instead use the previously
7479         computed value. Fixes #471823 some more.
7480
7481 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7482
7483         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7484           No tabs in this file please, or gtk-doc will end up documenting
7485           rather absurd class hierarchies.
7486
7487 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7488
7489         * ext/gconf/gstswitchsink.c:
7490           If the new kid element fails to change state for some reason
7491           (e.g. esdsink not being able to connect to the sound server),
7492           forward the error message it posted on the bus instead of just
7493           posting a generic 'Internal state change error: please file a
7494           bug' error message. Fixes #471364.
7495
7496 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7497
7498         * gst/qtdemux/Makefile.am:
7499         * gst/qtdemux/qtdemux.c:
7500           Don't assume tags are encoded as UTF-8 (#473670).
7501
7502 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7503
7504         * sys/v4l2/gstv4l2src.c:
7505         * sys/v4l2/gstv4l2src.h:
7506         * sys/v4l2/v4l2src_calls.c:
7507           Implement LATENCY queries in the crudest way possible so I don't
7508           have to use sync=false any longer when testing with videosinks.
7509
7510 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7511
7512         * configure.ac:
7513           Fix build.
7514
7515 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7516
7517         * sys/v4l2/v4l2src_calls.c:
7518         (gst_v4l2src_probe_caps_for_format_and_size):
7519         Add some more debugging in the framerate function.
7520         Iterate stepwise framerate up to and _including_ the max and if nothing
7521         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7522         don't end up with an empty list. Fixes #471823
7523
7524 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7525
7526         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7527         (gst_multiudpsink_set_clients_string),
7528         (gst_multiudpsink_get_clients_string),
7529         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7530         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7531         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7532         (gst_multiudpsink_clear):
7533         Add property do configure destination address/port pairs
7534         API:GstMultiUDPSink::clients
7535
7536 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7537
7538         * tests/examples/Makefile.am:
7539         * tests/examples/rtp/Makefile.am:
7540         * tests/examples/rtp/client-H263p-AMR.sh:
7541         * tests/examples/rtp/client-H263p-PCMA.sdp:
7542         * tests/examples/rtp/client-H263p-PCMA.sh:
7543         * tests/examples/rtp/client-H264-PCMA.sdp:
7544         * tests/examples/rtp/client-H264-PCMA.sh:
7545         * tests/examples/rtp/client-PCMA.sh:
7546         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7547         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7548         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7549         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7550         Added some RTP example scripts for sending and receiving RTP streams.
7551
7552 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7553
7554         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7555         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7556         Restructure the setcaps function so that we can also compute the
7557         expected GStreamer output size of the video frames.
7558         Set frame_byte_size correctly so that read-based devices have a chance
7559         of working correctly.
7560         When grabbing a frame, discard frames that are not of the expected size.
7561         Some cameras don't output the right framesize for the first buffer.
7562         Try only a couple of times to get a valid frame, else error out.
7563
7564         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7565         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7566         Add some more debug info when scanning the device.
7567
7568         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7569         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7570         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7571         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7572         Add some more debug info when dequeing a frame.
7573
7574 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7575
7576         * gst/wavparse/gstwavparse.c:
7577           More code cleanups. Add some more comment and improve debugs logs.
7578
7579 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7580
7581         * gst/wavparse/gstwavparse.c:
7582         * gst/wavparse/gstwavparse.h:
7583           Implement seek-query. Refactor duration calculations. Appropriate use
7584           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7585           out of loops.
7586
7587 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7588
7589         * gst/avi/gstavidemux.c:
7590           Implement seek-query.
7591
7592 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7593
7594         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7595         (gst_rtspsrc_dup_printf):
7596         Use new basesink async property to make sparse RTCP packet not wait for
7597         preroll.
7598
7599 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7600
7601         * gst/audiofx/Makefile.am:
7602         Dist the right file.
7603
7604 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7605
7606         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7607         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7608         Make sure we generate and parse floating point values in the POSIX
7609         locale instead of the current locale. 
7610
7611 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7612
7613         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7614         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7615         (gst_rtspsrc_play):
7616         * gst/rtsp/gstrtspsrc.h:
7617         Fix method detection again.
7618         Keep track of when we must send a Range header.
7619         Use segment values for Range, Speed and Scale headers.
7620         Parse Speed and Scale headers to update the segment values.
7621
7622 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7623
7624         patch by: Mark Nauwelaerts <manauw@skynet.be>
7625
7626         * sys/v4l2/v4l2src_calls.c:
7627           Handle optional v4l2 ioctls gracefully.
7628
7629 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7630
7631         * gst/rtp/Makefile.am:
7632         * gst/rtp/gstrtp.c: (plugin_init):
7633         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7634         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7635         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7636         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7637         (gst_rtp_h263_depay_get_property),
7638         (gst_rtp_h263_depay_change_state),
7639         (gst_rtp_h263_depay_plugin_init):
7640         * gst/rtp/gstrtph263depay.h:
7641         Added an H263 depayloader. Fixes #369392.
7642
7643         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7644         (gst_rtp_h263p_depay_process):
7645         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7646         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7647         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7648         payloads.
7649         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7650
7651 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7652
7653         * gst/audiofx/audiochebyshevfreqband.c:
7654         * gst/audiofx/audiochebyshevfreqlimit.c:
7655         Add small comparision with the windowed sinc filters in the docs.
7656
7657 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7658
7659         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7660         (audiochebyshevfreqband_suite):
7661         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7662         (audiochebyshevfreqlimit_suite):
7663         Also test 32 bit float mode and the type 2 variants of the filters.
7664
7665 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7666
7667         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7668         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7669         (gst_rtspsrc_loop):
7670         Refactor the udp and interleaved loop function a bit.
7671
7672 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7673
7674         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7675         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7676         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7677         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7678         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7679         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7680         * gst/rtsp/gstrtspsrc.h:
7681         Protect connection activity with a new lock, avoids deadlocks when going
7682         to PAUSED. Fixes #455808.
7683
7684 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7685
7686         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7687         Fix debug statement.
7688
7689 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7690
7691         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7692         Fix stray %u in debug line as spotted by Saur on IRC.
7693
7694 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7695
7696         * gst/audiofx/audiochebyshevfreqband.c:
7697         (gst_audio_chebyshev_freq_band_class_init):
7698         * gst/audiofx/audiochebyshevfreqlimit.c:
7699         (gst_audio_chebyshev_freq_limit_class_init):
7700         Use generator macros for the process functions for the different
7701         sample types, add lower upper boundaries for the GObject properties
7702         so automatically generated UIs can use sliders and add a note about
7703         the number of poles as a too high number of poles combined with
7704         very low or very high frequencies will produce only noise.
7705         * docs/plugins/gst-plugins-good-plugins.args:
7706         Regenerated for the property changes.
7707
7708 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7709
7710         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7711         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7712         (gst_rtspsrc_stream_configure_udp_sink),
7713         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7714         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7715         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7716         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7717         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7718         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7719         * gst/rtsp/gstrtspsrc.h:
7720         Improve timeout handling.
7721         Use the same socket for sending and receiving RTCP packets so that some
7722         servers can track clients better.
7723         Improve connection closed handling. Try to reconnect.
7724         Don't overwrite our content base with NULL.
7725         Improve debugging.
7726         Improve range parsing and handling.
7727         Remove flushing hack now that core does the right thing.
7728
7729 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7730
7731         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7732         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
7733         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
7734         (gst_multiudpsink_close), (gst_multiudpsink_add):
7735         * gst/udp/gstmultiudpsink.h:
7736         Add support for getting and setting the socket to use.
7737
7738         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7739         (gst_udpsrc_create), (gst_udpsrc_get_property):
7740         Add support for getting the currently used socket.
7741
7742 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
7743
7744         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7745
7746         * gst/audiofx/Makefile.am:
7747         * gst/audiofx/audiochebyshevfreqband.c:
7748         (gst_audio_chebyshev_freq_band_mode_get_type),
7749         (gst_audio_chebyshev_freq_band_base_init),
7750         (gst_audio_chebyshev_freq_band_dispose),
7751         (gst_audio_chebyshev_freq_band_class_init),
7752         (gst_audio_chebyshev_freq_band_init),
7753         (generate_biquad_coefficients), (calculate_gain),
7754         (generate_coefficients),
7755         (gst_audio_chebyshev_freq_band_set_property),
7756         (gst_audio_chebyshev_freq_band_get_property),
7757         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
7758         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
7759         (gst_audio_chebyshev_freq_band_start):
7760         * gst/audiofx/audiochebyshevfreqband.h:
7761         * gst/audiofx/audiochebyshevfreqlimit.c:
7762         (gst_audio_chebyshev_freq_limit_mode_get_type),
7763         (gst_audio_chebyshev_freq_limit_base_init),
7764         (gst_audio_chebyshev_freq_limit_dispose),
7765         (gst_audio_chebyshev_freq_limit_class_init),
7766         (gst_audio_chebyshev_freq_limit_init),
7767         (generate_biquad_coefficients), (calculate_gain),
7768         (generate_coefficients),
7769         (gst_audio_chebyshev_freq_limit_set_property),
7770         (gst_audio_chebyshev_freq_limit_get_property),
7771         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
7772         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
7773         (gst_audio_chebyshev_freq_limit_start):
7774         * gst/audiofx/audiochebyshevfreqlimit.h:
7775         * gst/audiofx/audiofx.c: (plugin_init):
7776         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
7777         Fixes #464800.
7778
7779         * tests/check/Makefile.am:
7780         * tests/check/elements/.cvsignore:
7781         * tests/check/elements/audiochebyshevfreqband.c:
7782         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
7783         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
7784         * tests/check/elements/audiochebyshevfreqlimit.c:
7785         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
7786         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
7787         Add unit tests for the chebyshev filters.
7788
7789         * docs/plugins/Makefile.am:
7790         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7791         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7792         * docs/plugins/gst-plugins-good-plugins.args:
7793         * docs/plugins/inspect/plugin-1394.xml:
7794         * docs/plugins/inspect/plugin-audiofx.xml:
7795         * docs/plugins/inspect/plugin-dv.xml:
7796         * docs/plugins/inspect/plugin-flac.xml:
7797         * docs/plugins/inspect/plugin-jpeg.xml:
7798         * docs/plugins/inspect/plugin-png.xml:
7799         * docs/plugins/inspect/plugin-rtp.xml:
7800         * docs/plugins/inspect/plugin-shout2send.xml:
7801         * docs/plugins/inspect/plugin-wavpack.xml:
7802         And add docs for the chebyshev filters. While doing
7803         that also run make update in docs/plugins.
7804
7805 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7806
7807         * ext/annodex/gstcmmltag.c:
7808         * gst/rtp/gstrtpvorbispay.c:
7809           Make ro memory to share.
7810
7811 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7812
7813         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7814         Improve UDP performance by avoiding a select() when we have data
7815         available immediatly.
7816
7817 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7818
7819         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
7820         (gst_rtp_dec_class_init):
7821         * gst/rtsp/gstrtpdec.h:
7822         Add (dummy) SSRC management signals.
7823
7824         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7825         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7826         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
7827         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
7828         (on_timeout), (gst_rtspsrc_stream_configure_manager),
7829         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
7830         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7831         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7832         * gst/rtsp/gstrtspsrc.h:
7833         Add connection-speed property.
7834         Add find_stream helper functions.
7835         Handle stream EOS based on BYE messages or SSRC timeout.
7836         Returns SUCCESS from the state change function as we hide our async
7837         elements from the parent.
7838
7839 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7840
7841         * gst/debug/rndbuffersize.c:
7842           Fix da leak.
7843
7844 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
7845
7846         * gst/debug/Makefile.am:
7847         * gst/debug/breakmydata.c:
7848         * gst/debug/gstdebug.c:
7849         * gst/debug/negotiation.c:
7850         * gst/debug/progressreport.c:
7851         * gst/debug/rndbuffersize.c:
7852         * gst/debug/testplugin.c:
7853           Add new test element and clean-up the others a little.
7854
7855 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7856
7857         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7858         Fix parsing of mp4a version 0 atoms. Fixes #465774.
7859
7860 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7861
7862         * gst/rtp/gstrtpilbcdepay.c:
7863           Include stdlib.
7864
7865 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
7866
7867         * gst/rtp/gstrtpmpvdepay.c:
7868         Set the mpegversion in the caps so that autoplugging does not get
7869         confused.
7870
7871 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7872
7873         * po/hu.po:
7874         * po/uk.po:
7875         * po/vi.po:
7876           Updated translations.
7877
7878 2007-08-08  Michael Smith <msmith@fluendo.com>
7879
7880         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7881           Render right border in the correct location.
7882
7883 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7884
7885         Patch by: Olivier Crete <tester at tester dot ca>
7886
7887         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7888         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7889         Make mode property a string. Fixes #464475.
7890
7891 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7892
7893         * ext/flac/gstflacenc.c:
7894           Widen caps to match decoder a bit and add more FIXMEs.
7895
7896 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7897
7898         patch by: Mark Nauwelaerts <manauw@skynet.be>
7899
7900         * gst/avi/gstavimux.c:
7901           Fix ODML index tag numbering. Fixes #463624.
7902
7903 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7904
7905         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7906         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7907         (gst_rtspsrc_stream_configure_tcp),
7908         (gst_rtspsrc_stream_configure_udp_sink):
7909         Fix default clock-rate for realmedia.
7910         Fix parsing of transport.
7911         Don't try to link NULL pads.
7912
7913 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7914
7915         * po/POTFILES.skip:
7916           Add POTFILES.skip with list of source files that aren't disted at the
7917           moment but contain translatable strings. Should hopefully pacify
7918           broken tools and make it clearer that these files are left out
7919           intentionally (#461600).
7920
7921 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7922
7923         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7924         If the buffer was entirely clipped ... don't try sending it :)
7925
7926 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7927
7928         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7929         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7930         (gst_rtspsrc_create_transports_string),
7931         (gst_rtspsrc_prepare_transports):
7932         If we don't hav a session manager, set the caps on outgoing buffers
7933         ourselves.
7934         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7935         Append final bit of the transport string even when it does not contain a
7936         placeholder.
7937
7938 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7939
7940         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7941         (gst_rtsp_ext_list_connect):
7942         * gst/rtsp/gstrtspext.h:
7943         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7944         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7945         Clean up the interface list.
7946         Allow connecting to interface signals for the extensions.
7947         Remove old extension code.
7948         Free list on cleanup.
7949         Allow extensions to send additional RTSP messages.
7950
7951 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7952
7953         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7954         Handle a NULL gconf key gracefully by rendering the default element.
7955
7956 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7957
7958         * gst/rtsp/gstrtspext.h:
7959         Fix include path for extension interface.
7960
7961 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7962
7963         * gst/audiofx/audioamplify.h:
7964         Also remove a now unecessary variable here.
7965
7966 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7967
7968         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7969         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7970         * gst/audiofx/audiodynamic.c:
7971         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7972         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7973         * gst/audiofx/audiodynamic.h:
7974         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7975         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7976         * gst/audiofx/audioinvert.h:
7977         Don't save format information ourselves, this is already saved in
7978         GstAudioFilter.
7979
7980 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7981
7982         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7983         (gst_rtsp_ext_list_stream_select):
7984         * gst/rtsp/gstrtspext.h:
7985         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7986         Use rank to filter out extensions.
7987         Add url to stream_select interface call.
7988
7989 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7990
7991         * gst/rtsp/Makefile.am:
7992         * gst/rtsp/base64.c:
7993         * gst/rtsp/base64.h:
7994         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
7995         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
7996         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
7997         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
7998         (gst_rtsp_ext_list_setup_media),
7999         (gst_rtsp_ext_list_configure_stream),
8000         (gst_rtsp_ext_list_get_transports),
8001         (gst_rtsp_ext_list_stream_select):
8002         * gst/rtsp/gstrtspext.h:
8003         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8004         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8005         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8006         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8007         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8008         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8009         (gst_rtspsrc_stream_configure_tcp),
8010         (gst_rtspsrc_stream_configure_mcast),
8011         (gst_rtspsrc_stream_configure_udp),
8012         (gst_rtspsrc_stream_configure_udp_sink),
8013         (gst_rtspsrc_stream_configure_transport),
8014         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8015         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8016         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8017         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8018         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8019         (gst_rtspsrc_parse_methods),
8020         (gst_rtspsrc_create_transports_string),
8021         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8022         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8023         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8024         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8025         * gst/rtsp/gstrtspsrc.h:
8026         * gst/rtsp/rtsp.h:
8027         * gst/rtsp/rtspconnection.c:
8028         * gst/rtsp/rtspconnection.h:
8029         * gst/rtsp/rtspdefs.c:
8030         * gst/rtsp/rtspdefs.h:
8031         * gst/rtsp/rtspext.h:
8032         * gst/rtsp/rtspextwms.c:
8033         * gst/rtsp/rtspextwms.h:
8034         * gst/rtsp/rtspmessage.c:
8035         * gst/rtsp/rtspmessage.h:
8036         * gst/rtsp/rtsprange.c:
8037         * gst/rtsp/rtsprange.h:
8038         * gst/rtsp/rtsptransport.c:
8039         * gst/rtsp/rtsptransport.h:
8040         * gst/rtsp/rtspurl.c:
8041         * gst/rtsp/rtspurl.h:
8042         * gst/rtsp/sdp.h:
8043         * gst/rtsp/sdpmessage.c:
8044         * gst/rtsp/sdpmessage.h:
8045         * gst/rtsp/test.c:
8046         Use shiny new RTSP and SDP library.
8047         Implement RTSP extensions using the new interface.
8048         Remove a lot of old code.
8049
8050 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8051
8052         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8053         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8054
8055 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8056
8057         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8058         Don't unref the outgoing buffer twice when dropping it because it's
8059         outside of the segment.
8060
8061 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8062
8063         * configure.ac:
8064         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8065         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8066         Use the new buffer clipping function from gstaudio here and
8067         require gst-plugins-base CVS.
8068         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8069         For framed Wavpack buffers we require a valid timestamp.
8070
8071 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8072
8073         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8074         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8075         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8076         Clip raw audio and video when we can, keep track of current output
8077         segment.
8078         Don't leak buffers and events when there is no output pad.
8079         Improve debugging here and there.
8080
8081 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8082
8083         * configure.ac:
8084           Sync liboil check with plugins-base.
8085
8086 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8087
8088         * ext/annodex/Makefile.am:
8089           Fix CFLAGS/LIBS.
8090
8091         * ext/cdio/gstcdiocddasrc.c:
8092         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8093           Include stdlib
8094
8095         * ext/cairo/Makefile.am:
8096         * gst/videofilter/Makefile.am:
8097         * tests/examples/level/Makefile.am:
8098           Use $(LIBM) instead of -lm
8099
8100 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8101
8102         * sys/v4l2/gstv4l2src.c:
8103           Add another example pipeline.
8104
8105 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8106
8107         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8108
8109         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8110           Use define here.
8111
8112         * sys/v4l2/gstv4l2tuner.c:
8113         (gst_v4l2_tuner_set_frequency_and_notify):
8114           Don't touch the property - its still disabled.
8115
8116         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8117         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8118         * sys/v4l2/v4l2src_calls.h:
8119           Improve fallback format negotionation. Fixes #451388
8120
8121 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8122
8123         * tests/check/elements/videocrop.c: (GST_START_TEST):
8124           Fix the test.
8125
8126 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8127
8128         * docs/plugins/Makefile.am:
8129         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8130         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8131         * docs/plugins/inspect/plugin-jpeg.xml:
8132         * docs/plugins/inspect/plugin-png.xml:
8133         * ext/jpeg/gstjpegdec.c:
8134         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8135         (gst_pngdec_sink_setcaps):
8136           More docs. More logs in pngdec.
8137
8138 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8139
8140         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8141           Initialize num_buffers with minimum value.
8142
8143         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8144         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8145           Handle frame-size query failure gracefully.
8146
8147 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8148
8149         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8150         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8151         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8152         of qt/aac files.
8153
8154 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8155
8156         * ext/wavpack/gstwavpackdec.c:
8157         (gst_wavpack_dec_clip_outgoing_buffer):
8158         Fix buffer clipping to correctly clip to the segment stop.
8159
8160 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8161
8162         * configure.ac:
8163         * tests/Makefile.am:
8164         Remove bogus check for libcheck, since we check for
8165         gstreamer-check and it pulls in the required info from there,
8166         and we weren't actually _using_ the information for libcheck
8167         ourselves anyway.
8168
8169 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8170
8171         * configure.ac:
8172           Use pkg-config to locate check.
8173
8174 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8175
8176         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8177         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8178         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8179         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8180         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8181         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8182         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8183         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8184         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8185         * gst/effectv/gstrev.c: (gst_revtv_transform):
8186         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8187         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8188         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8189         * gst/matroska/matroska-demux.c:
8190         (gst_matroska_demux_add_wvpk_header),
8191         (gst_matroska_demux_check_subtitle_buffer),
8192         (gst_matroska_decode_buffer):
8193         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8194           Fix build against core CVS.
8195
8196 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8197
8198         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8199         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8200         don't have enough granularity to convert that boolean into a
8201         GstFlowReturn.
8202
8203 2007-07-06  Michael Smith <msmith@fluendo.com>
8204
8205         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8206         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8207         (gst_alawdec_change_state):
8208         * gst/law/alaw-decode.h:
8209         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8210         (gst_mulawdec_class_init), (gst_mulawdec_init),
8211         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8212         * gst/law/mulaw-decode.h:
8213           Fix capsnego bogosity in *law decoders. 
8214
8215 2007-07-06  Michael Smith <msmith@fluendo.com>
8216
8217         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8218         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8219         (gst_smokeenc_change_state):
8220         * ext/jpeg/gstsmokeenc.h:
8221           Remove stupidity in get/set caps functions.
8222           Fix some refcounting problems.
8223
8224 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8225
8226         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8227         Remove endianness-flipping hack that seems to have been required
8228         only because of a bug in ffmpegcolorspace.
8229         Partially Fixes: #451908
8230
8231 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8232
8233         * docs/plugins/Makefile.am:
8234           Simplify --extra-dir as gtkdoc scans recursively.
8235
8236 2007-07-03  Wim Taymans  <wim@fluendo.com>
8237
8238         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8239
8240         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8241         Set the encoding-name in the rtp caps to all uppercase, as required by
8242         the caps spec.
8243         Some small cleanups in the error paths. Fixes #453037.
8244
8245 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8246
8247         * ext/wavpack/gstwavpackparse.c:
8248         (gst_wavpack_parse_index_get_last_entry),
8249         (gst_wavpack_parse_index_get_entry_from_sample),
8250         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8251         (gst_wavpack_parse_scan_to_find_sample):
8252         * ext/wavpack/gstwavpackparse.h:
8253         Use a GSList for the GArray that is used like a list anyway.
8254
8255 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8256
8257         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8258         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8259         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8260           Add state change function where we set 0/1 as default framerate in
8261           case our setcaps function isn't called, like it might not in a
8262           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8263           gdkpixbufdec trying to create caps with a 0/0 framerate.
8264           Also post an error message on the bus if gst_pad_push() fails when
8265           called from our sink event handler (+1 for flow returns for event
8266           functions in 0.11) instead of failing silently.
8267
8268 2007-06-27  Wim Taymans  <wim@fluendo.com>
8269
8270         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8271         Cast stack args to the proper types. Fixes #451249.
8272
8273 2007-06-27  Wim Taymans  <wim@fluendo.com>
8274
8275         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8276         (new_session_pad), (gst_rtspsrc_setup_streams):
8277         * gst/rtsp/gstrtspsrc.h:
8278         For container formats we only need to activate one of the streams so
8279         that we correctly signal no-more-pads. Fixes #451015.
8280
8281 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8282
8283         * docs/plugins/gst-plugins-good-plugins.args:
8284         * docs/plugins/inspect/plugin-aasink.xml:
8285         * docs/plugins/inspect/plugin-alaw.xml:
8286         * docs/plugins/inspect/plugin-alpha.xml:
8287         * docs/plugins/inspect/plugin-alphacolor.xml:
8288         * docs/plugins/inspect/plugin-annodex.xml:
8289         * docs/plugins/inspect/plugin-apetag.xml:
8290         * docs/plugins/inspect/plugin-audiofx.xml:
8291         * docs/plugins/inspect/plugin-auparse.xml:
8292         * docs/plugins/inspect/plugin-autodetect.xml:
8293         * docs/plugins/inspect/plugin-avi.xml:
8294         * docs/plugins/inspect/plugin-cacasink.xml:
8295         * docs/plugins/inspect/plugin-cairo.xml:
8296         * docs/plugins/inspect/plugin-cdio.xml:
8297         * docs/plugins/inspect/plugin-cutter.xml:
8298         * docs/plugins/inspect/plugin-debug.xml:
8299         * docs/plugins/inspect/plugin-efence.xml:
8300         * docs/plugins/inspect/plugin-effectv.xml:
8301         * docs/plugins/inspect/plugin-esdsink.xml:
8302         * docs/plugins/inspect/plugin-flac.xml:
8303         * docs/plugins/inspect/plugin-flxdec.xml:
8304         * docs/plugins/inspect/plugin-gconfelements.xml:
8305         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8306         * docs/plugins/inspect/plugin-goom.xml:
8307         * docs/plugins/inspect/plugin-halelements.xml:
8308         * docs/plugins/inspect/plugin-icydemux.xml:
8309         * docs/plugins/inspect/plugin-id3demux.xml:
8310         * docs/plugins/inspect/plugin-jpeg.xml:
8311         * docs/plugins/inspect/plugin-ladspa.xml:
8312         * docs/plugins/inspect/plugin-level.xml:
8313         * docs/plugins/inspect/plugin-matroska.xml:
8314         * docs/plugins/inspect/plugin-mulaw.xml:
8315         * docs/plugins/inspect/plugin-multipart.xml:
8316         * docs/plugins/inspect/plugin-navigationtest.xml:
8317         * docs/plugins/inspect/plugin-ossaudio.xml:
8318         * docs/plugins/inspect/plugin-png.xml:
8319         * docs/plugins/inspect/plugin-quicktime.xml:
8320         * docs/plugins/inspect/plugin-rtp.xml:
8321         * docs/plugins/inspect/plugin-rtsp.xml:
8322         * docs/plugins/inspect/plugin-smpte.xml:
8323         * docs/plugins/inspect/plugin-speex.xml:
8324         * docs/plugins/inspect/plugin-taglib.xml:
8325         * docs/plugins/inspect/plugin-udp.xml:
8326         * docs/plugins/inspect/plugin-videobalance.xml:
8327         * docs/plugins/inspect/plugin-videobox.xml:
8328         * docs/plugins/inspect/plugin-videocrop.xml:
8329         * docs/plugins/inspect/plugin-videoflip.xml:
8330         * docs/plugins/inspect/plugin-videomixer.xml:
8331         * docs/plugins/inspect/plugin-wavenc.xml:
8332         * docs/plugins/inspect/plugin-wavparse.xml:
8333         * docs/plugins/inspect/plugin-ximagesrc.xml:
8334           Update docs with caps info.
8335
8336 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8337
8338         * po/POTFILES.in:
8339           Add more files with translatable strings (#450878).
8340
8341 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8342
8343         * MAINTAINERS:
8344         Updating all the maintainers files
8345
8346 2007-06-22  Edward Hervey  <edward@fluendo.com>
8347
8348         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8349         * gst/interleave/deinterleave.c: (deinterleave_init),
8350         (deinterleave_sink_link):
8351         * gst/interleave/interleave.c: (interleave_init):
8352         * gst/median/gstmedian.c: (gst_median_init):
8353         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8354         Fix memory leaks.
8355         * tests/check/elements/id3demux.c: (pad_added_cb):
8356         Remove unused variable.
8357
8358 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8359
8360         * ext/gconf/gconf.h:
8361         Make the prototype of gst_gconf_get_key_for_sink_profile
8362         match the implementation.
8363         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8364         Fixes: #449747
8365
8366 2007-06-20  Michael Smith <msmith@fluendo.com>
8367
8368         * gst/rtp/gstrtpdepay.c:
8369           Fix description - rtpdepay is not a payloader.
8370
8371 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8372
8373         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8374         (qtdemux_video_caps):
8375         * gst/qtdemux/qtdemux_fourcc.h:
8376           Add MJPG to the variants of motion jpeg.
8377
8378 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8379
8380         * tests/check/Makefile.am:
8381         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8382         * tests/check/elements/videocrop.c: (GST_START_TEST):
8383         * tests/check/elements/videofilter.c:
8384         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8385         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8386           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8387           error flags are included and it errors out on compiler warnings
8388           for CVS builds; remove unused variables in various unit tests.
8389
8390 2007-06-19  Wim Taymans  <wim@fluendo.com>
8391
8392         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8393         (rtsp_connection_close), (rtsp_connection_free):
8394         Use threadsafe inet_ntop to convert an ip number to a string. 
8395         Fixes #447961.
8396         Don't leak fd (and ip) when freeing a connection without first closing
8397         it.
8398
8399 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8400
8401         * configure.ac:
8402         Back to CVS
8403
8404         * gst-plugins-good.doap:
8405         Add 0.10.6 to the doap file.
8406
8407 === release 0.10.6 ===
8408
8409 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8410
8411         * configure.ac:
8412           releasing 0.10.6, "Wobble Board"
8413
8414 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8415
8416         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8417         (rtsp_connection_free):
8418           Revert previous commit again, since we are frozen (sorry).
8419
8420 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8421
8422         Patch by: Peter Kjellerstedt <pkj at axis com>
8423
8424         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8425         (rtsp_connection_free):
8426           inet_ntoa() uses a static buffer internally, so we need to copy the
8427           returned string if we want to store it for later (#447961).
8428
8429 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8430
8431         * win32/vs6/autogen.dsp:
8432         * win32/vs6/gst_plugins_good.dsw:
8433         * win32/vs6/libgstalaw.dsp:
8434         * win32/vs6/libgstalpha.dsp:
8435         * win32/vs6/libgstalphacolor.dsp:
8436         * win32/vs6/libgstapetag.dsp:
8437         * win32/vs6/libgstaudiofx.dsp:
8438         * win32/vs6/libgstauparse.dsp:
8439         * win32/vs6/libgstautodetect.dsp:
8440         * win32/vs6/libgstavi.dsp:
8441         * win32/vs6/libgstcutter.dsp:
8442         * win32/vs6/libgstdirectdraw.dsp:
8443         * win32/vs6/libgstdirectsound.dsp:
8444         * win32/vs6/libgsteffectv.dsp:
8445         * win32/vs6/libgstflx.dsp:
8446         * win32/vs6/libgstgoom.dsp:
8447         * win32/vs6/libgsticydemux.dsp:
8448         * win32/vs6/libgstid3demux.dsp:
8449         * win32/vs6/libgstinterleave.dsp:
8450         * win32/vs6/libgstjpeg.dsp:
8451         * win32/vs6/libgstlevel.dsp:
8452         * win32/vs6/libgstmatroska.dsp:
8453         * win32/vs6/libgstmedian.dsp:
8454         * win32/vs6/libgstmonoscope.dsp:
8455         * win32/vs6/libgstmulaw.dsp:
8456         * win32/vs6/libgstmultipart.dsp:
8457         * win32/vs6/libgstqtdemux.dsp:
8458         * win32/vs6/libgstrtp.dsp:
8459         * win32/vs6/libgstrtsp.dsp:
8460         * win32/vs6/libgstsmpte.dsp:
8461         * win32/vs6/libgstspeex.dsp:
8462         * win32/vs6/libgstudp.dsp:
8463         * win32/vs6/libgstvideobalance.dsp:
8464         * win32/vs6/libgstvideobox.dsp:
8465         * win32/vs6/libgstvideocrop.dsp:
8466         * win32/vs6/libgstvideoflip.dsp:
8467         * win32/vs6/libgstvideomixer.dsp:
8468         * win32/vs6/libgstwaveform.dsp:
8469         * win32/vs6/libgstwavenc.dsp:
8470         * win32/vs6/libgstwavparse.dsp:
8471         Mark *.dsp & *.dsw as binary files and convert to DOS line
8472         endings, as they don't load into VS6 correctly otherwise.
8473
8474 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8475
8476         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8477         (rtsp_connection_connect):
8478         Fix the MingW build. 
8479         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8480         Fixes: #446981
8481
8482 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8483
8484         * tests/check/elements/.cvsignore:
8485         * tests/icles/.cvsignore:
8486         Hush the buildbots up
8487
8488 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8489
8490         * configure.ac:
8491         * sys/Makefile.am:
8492         * sys/directdraw/Makefile.am:
8493         * sys/directsound/Makefile.am:
8494         * sys/waveform/Makefile.am:
8495         Make sure to dist everything needed for win32 builds.
8496
8497 2007-06-14  Edward Hervey  <edward@fluendo.com>
8498
8499         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8500         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8501         caps.
8502         Fixes #447458
8503
8504 2007-06-13  Wim Taymans  <wim@fluendo.com>
8505
8506         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8507         Make sure we allocate enough memory for the codec_data.
8508         Fixes #447210.
8509
8510 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8511
8512         * win32/MANIFEST:
8513         Add videocrop project file to the win32 manifest.
8514         * win32/vs6/gst_plugins_good.dsw:
8515         Add qtdemux,videocrop and waveform projects to the workspace.
8516         * win32/vs6/libgstqtdemux.dsp:
8517         Add zlib to the link list of qtdemux.
8518         * win32/vs6/libgstvideocrop.dsp:
8519         Add a project file for videocrop.
8520
8521 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8522
8523         * po/POTFILES.in:
8524         Add qtdemux for translation
8525
8526 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8527
8528         * configure.ac:
8529         * docs/plugins/Makefile.am:
8530         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8531         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8532         * docs/plugins/inspect/plugin-videocrop.xml:
8533         * gst-plugins-good.spec.in:
8534         * sys/Makefile.am:
8535         * tests/check/Makefile.am:
8536         * tests/icles/Makefile.am:
8537         * tests/icles/videocrop-test.c:
8538         Move videocrop and osxvideo from -bad.
8539
8540 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8541
8542         * configure.ac:
8543         * docs/plugins/Makefile.am:
8544         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8545         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8546         * docs/plugins/gst-plugins-good-plugins.args:
8547         * docs/plugins/inspect/plugin-qtdemux.xml:
8548         * docs/plugins/inspect/plugin-quicktime.xml:
8549         * win32/MANIFEST:
8550         Move qtdemux from -bad.
8551
8552         * gst-plugins-good.spec.in:
8553         Update spec file to reflect moving of qtdemux and wavpack
8554
8555 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8556         
8557         * win32/MANIFEST:
8558         * docs/plugins/Makefile.am:
8559         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8560         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8561         * docs/plugins/inspect/plugin-directdraw.xml:
8562         * docs/plugins/inspect/plugin-directsound.xml:
8563         * docs/plugins/inspect/plugin-waveform.xml:
8564         Move the waveform plugin from -bad too. Update the inspect xml
8565         files to mention Plugins Good instead of Plugins Bad.
8566
8567 2007-06-12  Andy Wingo  <wingo@pobox.com>
8568
8569         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8570         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8571         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8572         finalization and resuscitation. No longer public.
8573         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8574         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8575         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8576         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8577         miniobject semantics, and be threadsafe.
8578         (gst_v4l2src_queue_frame): Remove this function, as we just call
8579         the ioctls directly in the two places where we queue buffers.
8580         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8581         directly.
8582         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8583         to allocate the pool, which also preallocates the GstBuffers.
8584         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8585         queueing the frames directly.
8586         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8587         mmap buffers have been dequeued.
8588
8589         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8590         real MiniObject instead of rolling our own refcounting and
8591         finalizing. Give it a lock.
8592         (struct _GstV4l2Buffer): Remove one intermediary object, having
8593         the buffers hold the struct v4l2_buffer directly.
8594
8595         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8596         capture_init so that it can set them on the buffers that it will
8597         create.
8598         (gst_v4l2src_get_read): For better or for worse, include the
8599         timestamping and offsetting code here; really we should be using
8600         bufferalloc though.
8601         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8602         preallocated, mmap'd buffers.
8603
8604 2007-06-11  Wim Taymans  <wim@fluendo.com>
8605
8606         Patch by: daniel fischer <dan at f3c dot com>
8607
8608         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8609         (gst_ximage_src_get_caps):
8610         Actually use the display_name property so that we can dump any
8611         available X display. Fixes #445905.
8612
8613 2007-06-11  Wim Taymans  <wim@fluendo.com>
8614
8615         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8616
8617         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8618         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8619         Add missing rate fields to caps. Fixes #441118.
8620
8621 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8622
8623         * win32/vs6/gst_plugins_good.dsw:
8624         * win32/vs8/gst-plugins-good.sln:
8625         Add DirectSound and DirectDraw sinks project files to
8626         workspace and solution files.
8627
8628 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8629
8630         Patch by: Josh Coalson <xflac at yahoo dot com>,
8631         updated by Alexis Ballier <aballier at gentoo dot org>:
8632
8633         * configure.ac:
8634         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8635         (gst_flac_dec_setup_seekable_decoder),
8636         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8637         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8638         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8639         * ext/flac/gstflacdec.h:
8640         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8641         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8642         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8643         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8644         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8645         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8646         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8647         * ext/flac/gstflacenc.h:
8648         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8649         
8650 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8651
8652         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8653         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8654         not necessary anymore as we need at least that core version. 
8655
8656 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8657
8658         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8659         (gst_wavpack_dec_chain):
8660         * ext/wavpack/gstwavpackdec.h:
8661         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8662         (gst_wavpack_parse_push_buffer):
8663         * ext/wavpack/gstwavpackparse.h:
8664         Improve discont handling by checking if the next Wavpack block has
8665         the expected, following block index.
8666
8667 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8668
8669         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8670           Fix element description.
8671
8672 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8673
8674         * configure.ac:
8675         * docs/plugins/Makefile.am:
8676         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8677         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8678         * docs/plugins/gst-plugins-good-plugins.args:
8679         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8680         * docs/plugins/gst-plugins-good-plugins.signals:
8681         * docs/plugins/inspect/plugin-autodetect.xml:
8682         * docs/plugins/inspect/plugin-gconfelements.xml:
8683         * docs/plugins/inspect/plugin-ladspa.xml:
8684         * docs/plugins/inspect/plugin-rtp.xml:
8685         * docs/plugins/inspect/plugin-wavpack.xml:
8686         * ext/Makefile.am:
8687         * tests/check/Makefile.am:
8688           move wavpack plugin.  See #352605.
8689
8690 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8691
8692         * configure.ac:
8693         * docs/plugins/Makefile.am:
8694         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8695         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8696         * docs/plugins/gst-plugins-good-plugins.args:
8697         * sys/Makefile.am:
8698         * win32/MANIFEST:
8699         Add DirectDraw & DirectSound plugins to the build and docs.
8700
8701 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8702
8703         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8704         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8705           When operating in pull mode, error out correct on not-linked.
8706
8707 2007-06-06  Andy Wingo  <wingo@pobox.com>
8708
8709         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8710         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8711         format and size if the ioctls are defined; should fix compilation
8712         on Linux < 2.16.19.
8713
8714 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
8715
8716         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8717           Printf fixes in debug statements; use LOG level for debug statements
8718           that are printed for each and every frame; convert c++ comments to
8719           C-style comments; not much point using g_try_malloc() if we then not
8720           even check the return value.
8721
8722 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8723
8724         * configure.ac:
8725           Bump requirements to released versions (core and base 0.10.13).
8726
8727         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
8728           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8729           own implementation.
8730
8731 2007-06-05  Andy Wingo  <wingo@pobox.com>
8732
8733         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
8734         some useless comments.
8735
8736         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
8737         frames before calling STREAMON, that might leave them in a state
8738         where they can't be dequeued if we go back to NULL without calling
8739         STREAMON, according to the docs.
8740         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
8741         before we call STREAMON.
8742         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
8743         failures. (For me this code hung.) The pool refcounting is still
8744         crack; added a note to that effect.
8745
8746 2007-06-05  Wim Taymans  <wim@fluendo.com>
8747
8748         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8749         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
8750         Add support for mapping gst structure names to the MIME type equivalent.
8751         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
8752
8753 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
8754
8755         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8756         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
8757         (gst_wavenc_chain), (gst_wavenc_change_state):
8758         * gst/wavenc/gstwavenc.h:
8759         Properly write wav files with width!=depth by having the depth most
8760         significant bytes set and all others zero. Fixes #442535.
8761
8762 2007-06-01  Wim Taymans  <wim@fluendo.com>
8763
8764         * gst/rtsp/rtspconnection.c:
8765         Add include to make buildbot happy.
8766
8767 2007-06-01  Wim Taymans  <wim@fluendo.com>
8768
8769         Patch by: Peter Kjellerstedt  <pkj at axis com>
8770
8771         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8772         (rtsp_connection_connect), (add_date_header),
8773         (rtsp_connection_send), (parse_response_status),
8774         (parse_request_line), (parse_line), (rtsp_connection_receive):
8775         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
8776         * gst/rtsp/rtspdefs.h:
8777         * gst/rtsp/rtspmessage.c: (key_value_foreach),
8778         (rtsp_message_init_request), (rtsp_message_init_response),
8779         (rtsp_message_remove_header), (rtsp_message_append_headers),
8780         (rtsp_message_dump):
8781         * gst/rtsp/rtspmessage.h:
8782         Improves version checking, allowing an RTSP server to reply with "505
8783         RTSP Version not supported.
8784         Adds a Date header to all messages.
8785         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
8786         want to be able to send a response even if something in the request was
8787         invalid. EINVAL is only used when passing wrong arguments to functions.
8788         Do not handle an invalid method in parse_request_line(). Defer this to
8789         the caller so it can respond with "405 Method Not Allowed".
8790         Improves parsing of the timeout parameter to the Session header,
8791         allowing whitespace after the semicolon. 
8792         Avoids a compiler warning due to variables shadowing a function argument.
8793
8794 2007-06-01  Wim Taymans  <wim@fluendo.com>
8795
8796         Based on Patch by: Daniel Charles <dcharles at ti dot com>
8797
8798         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8799         (gst_rtp_amr_depay_process):
8800         * gst/rtp/gstrtpamrdepay.h:
8801         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
8802         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
8803         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
8804         * gst/rtp/gstrtpamrpay.h:
8805         Add support for AMR-WB.
8806         Small cleanups such as using BOILERPLATE.
8807
8808 2007-05-31  Wim Taymans  <wim@fluendo.com>
8809
8810         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
8811         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
8812
8813 2007-05-30  Andy Wingo  <wingo@pobox.com>
8814
8815         * sys/v4l2/gstv4l2object.h: 
8816         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
8817         unintended changes.
8818
8819         * sys/v4l2/v4l2src_calls.h: 
8820         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
8821         the format list in the order that the driver gives it to us.
8822         (gst_v4l2src_probe_caps_for_format_and_size)
8823         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
8824         based on the capabilities of the device.
8825         (gst_v4l2src_grab_frame): Update for object variable renaming.
8826         (gst_v4l2src_set_capture): Update to be strict in its parameters,
8827         as in the set_caps below.
8828         (gst_v4l2src_capture_init): Update for object variable renaming,
8829         and reflow.
8830         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
8831         (gst_v4l2src_capture_deinit): Update for object variable renaming.
8832         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
8833         (gst_v4l2src_get_fps): Remove; these functions don't have much
8834         meaning outside of an atomic set_caps method.
8835         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
8836         known.
8837
8838         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
8839         call to update_fps; not sure about this change.
8840         (gst_v4l2_tuner_set_norm): Work around the fact that for the
8841         moment we don't have an update_fps_func.
8842
8843         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
8844         structures in the object, just store what we need. Do store the
8845         probed caps of the device. Don't store the current frame rate.
8846
8847         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
8848         update_fps_function, for now. Update for new object variable
8849         naming.
8850         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
8851         new object variable naming.
8852         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
8853         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
8854         (gst_v4l2src_get_caps): Rework to probe the device for supported
8855         frame sizes and frame rates.
8856         (gst_v4l2src_set_caps): Rework to be strict in the given
8857         parameters: if someone asks us to have a certain size and rate,
8858         that is what we configure.
8859         (gst_v4l2src_get_read): Update for object variable naming. Don't
8860         leak buffers on short reads.
8861         (gst_v4l2src_get_mmap): Update for object variable naming, and add
8862         comments.
8863         (gst_v4l2src_create): Update for object variable naming.
8864
8865 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8866
8867         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
8868         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
8869         * gst/avi/gstavidemux.h:
8870           Parse subtitle text streams instead of erroring out (#442034). Still
8871           needs a parser for the subtitles to actually show up.
8872
8873 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8874
8875         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
8876         (gst_avi_demux_loop):
8877           Make _push_event() return TRUE if the event could be pushed on at
8878           least one pad and not only if it could be pushed on all pads,
8879           otherwise we'll end up posting an error message on EOS if one or
8880           more source pads are not connected.
8881
8882 2007-05-28  Wim Taymans  <wim@fluendo.com>
8883
8884         * gst/rtsp/rtsptransport.c:
8885         Use renamed RTP bin.
8886
8887 2007-05-28  Wim Taymans  <wim@fluendo.com>
8888
8889         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
8890
8891         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8892         (gst_video_box_set_property), (gst_video_box_transform_caps),
8893         (video_box_recalc_transform), (gst_video_box_set_caps),
8894         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8895         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8896         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8897         (gst_video_box_i420_i420), (gst_video_box_transform),
8898         (plugin_init):
8899         Add AYUV->AYUV and AYUV->I420 formats. 
8900         Fix negotiation and I420->AYUV conversion.
8901         Fixes #429329.
8902
8903 2007-05-26  Wim Taymans  <wim@fluendo.com>
8904
8905         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8906         Use different variables for nested for loops so that the outer loop
8907         functions properly and speex files with multiple frames per buffer work
8908         properly.
8909         Fixes #441408.
8910
8911 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8912
8913         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8914           Don't leak newsegment events.
8915
8916 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8917
8918         * gst/wavparse/Makefile.am:
8919           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8920           drags it in.
8921
8922 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8923
8924         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8925         (notgst_value_array_append_buffer),
8926         (gst_flac_enc_process_stream_headers),
8927         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8928         (gst_flac_enc_change_state):
8929         * ext/flac/gstflacenc.h:
8930           Collect headers, add "streamheader" field to output caps and set
8931           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8932           produces output according to the official FLAC-to-Ogg mapping
8933           instead of completely broken files. Fixes #426044.
8934
8935 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8936
8937         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8938         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8939         (gst_id3demux_sink_event):
8940         * gst/id3demux/gstid3demux.h:
8941         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8942         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8943         (gst_tag_demux_send_new_segment):
8944         Handle and adjust new-segment events so that downstream really
8945         sees a stream with the tag pieces stripped off the front and back.
8946         Fixes strangeness in seeking when mp3 decoders use the new-segment
8947         byte position to estimate their current playback position timestamp
8948         and then the arriving buffers don't match up.
8949
8950 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8951
8952         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8953           Don't unnecessarily perform a READY->NULL->READY transition on the
8954           detected audio sink when starting up. Fixes: #440127
8955
8956 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8957
8958         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8959         (gst_flac_enc_chain):
8960           Don't crash in chain function if setcaps hasn't been called.
8961
8962 2007-05-24  Wim Taymans  <wim@fluendo.com>
8963
8964         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8965         Init value to avoid infinte loops.
8966
8967 2007-05-24  Wim Taymans  <wim@fluendo.com>
8968
8969         Patch by: Peter Kjellerstedt  <pkj at axis com>
8970
8971         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8972         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8973         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8974         (gst_rtspsrc_play):
8975         (rtsp_connection_send), (rtsp_connection_receive):
8976         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8977         Fix for new API.
8978
8979         * gst/rtsp/rtspconnection.c: (add_auth_header),
8980         Only add authorisation and session headers when sending messages.
8981
8982         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
8983         (rtsp_message_init_request), (rtsp_message_init_response),
8984         (rtsp_message_unset), (rtsp_message_add_header),
8985         (rtsp_message_remove_header), (rtsp_message_get_header),
8986         (rtsp_message_append_headers), (dump_key_value),
8987         (rtsp_message_dump):
8988         * gst/rtsp/rtspmessage.h:
8989         Add support for multiple headers of the same type by storing the parsed
8990         headers in a GArray instaed of a hashtable.
8991
8992 2007-05-21  Wim Taymans  <wim@fluendo.com>
8993
8994         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8995         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
8996         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
8997         safer shutdown.
8998
8999 2007-05-21  Wim Taymans  <wim@fluendo.com>
9000
9001         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9002         * gst/rtsp/gstrtpdec.h:
9003         Added signal for backwards compat.
9004
9005 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9006         
9007         Patch by: René Stadler <mail at renestadler dot de>
9008
9009         * configure.ac:
9010         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9011         (gst_au_parse_parse_header), (gst_au_parse_chain):
9012         * gst/auparse/gstauparse.h:
9013         Use audioconvert for converting from non-native endianness floats
9014         in auparse instead of doing it ourself. Fixes #424527.
9015         This needs the audioconvert from plugins-base CVS.
9016         
9017 2007-05-21  Wim Taymans  <wim@fluendo.com>
9018
9019         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9020         (gst_rtp_h263p_pay_flush):
9021         Fix enum registration.
9022
9023 2007-05-21  Wim Taymans  <wim@fluendo.com>
9024
9025         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9026
9027         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9028         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9029         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9030         (gst_rtp_h263p_pay_flush):
9031         * gst/rtp/gstrtph263ppay.h:
9032         Add new fragmentation mode base on GOB headers. Fixes #438940.
9033
9034 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9035
9036         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9037           Printf format fix.
9038
9039 2007-05-18  Wim Taymans  <wim@fluendo.com>
9040
9041         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9042         Don't crash when an unsupported transport error was returned by the
9043         server, just try to configure the next stream. Fixes #439255.
9044
9045 2007-05-18  Wim Taymans  <wim@fluendo.com>
9046
9047         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9048         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9049         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9050         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9051         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9052         * gst/rtsp/gstrtspsrc.h:
9053         Add TCP timeout property and use it for all TCP connection.
9054
9055         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9056         (rtsp_connection_write), (rtsp_connection_next_timeout),
9057         (rtsp_connection_reset_timeout):
9058         Make connect and writes cancelable and make them use the timeout.
9059
9060 2007-05-18  Wim Taymans  <wim@fluendo.com>
9061
9062         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9063         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9064         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9065         (gst_rtspsrc_setup_streams):
9066         Refactor timeout handling.
9067         Also send keep-alive when dealing with TCP transport.
9068
9069         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9070         (rtsp_connection_free), (rtsp_connection_next_timeout),
9071         (rtsp_connection_reset_timeout):
9072         * gst/rtsp/rtspconnection.h:
9073         Use a timer to handle the session timeouts, add some methods to deal
9074         with timeouts.
9075
9076 2007-05-17  Wim Taymans  <wim@fluendo.com>
9077
9078         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9079         (gst_rtspsrc_setup_streams):
9080         Ignore streams that fail the setup command, we will retry with a
9081         different transport later on.
9082
9083         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9084         (rtsp_ext_wms_configure_stream):
9085         Fix encoding name case.
9086
9087 2007-05-16  Edward Hervey  <edward@fluendo.com>
9088
9089         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9090         Fix build on macosx.
9091
9092 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9093
9094         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9095         Replace direct comparison of a string with the string literal "" with
9096         a comparison of the first character with '\0'. Fixes #438926.
9097
9098 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9099
9100         * gst/debug/breakmydata.c (gst_break_my_data_init):
9101           One more try. This should be the proper fix now.
9102
9103 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9104
9105         * gst/debug/breakmydata.c:
9106           Ooops, no // comments please.
9107
9108 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9109
9110         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9111         (gst_break_my_data_init):
9112           Fix gst_buffer_is_writable() assertion.
9113
9114 2007-05-14  David Schleef  <ds@schleef.org>
9115
9116         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9117           video/x-raw-bayer.  Fixes #314160.
9118
9119 2007-05-14  Wim Taymans  <wim@fluendo.com>
9120
9121         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9122         (gst_rtp_theora_depay_parse_configuration):
9123         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9124         (gst_rtp_theora_pay_finish_headers),
9125         (gst_rtp_theora_pay_handle_buffer):
9126         Update theora pay/depayloader in a similar to vorbis.
9127
9128         * gst/rtp/gstrtpvorbisdepay.c:
9129         (gst_rtp_vorbis_depay_parse_configuration):
9130         Update docs.
9131
9132 2007-05-14  Wim Taymans  <wim@fluendo.com>
9133
9134         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9135         When we try to execute a method that is not supported by the server,
9136         don't error out but remove the method from the accepted methods so that
9137         we never try to perform this method again.
9138
9139 2007-05-14  Wim Taymans  <wim@fluendo.com>
9140
9141         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9142         Remove annoying _dump_mem.
9143
9144 2007-05-14  Wim Taymans  <wim@fluendo.com>
9145
9146         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9147         Parse range correctly.
9148
9149         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9150         The baseurl now always has a '/' at the start.
9151
9152 2007-05-14  Wim Taymans  <wim@fluendo.com>
9153
9154         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9155         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9156         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9157         Factor out caps configuration and configure more stuff such as the time
9158         ranges and speed/scale values.
9159
9160         * gst/rtsp/rtsptransport.c:
9161         Add Copyright after non-trival fixes.
9162
9163 2007-05-12  Wim Taymans  <wim@fluendo.com>
9164
9165         Patch by: Peter Kjellerstedt  <pkj at axis com>
9166
9167         * gst/rtsp/gstrtspsrc.h:
9168         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9169         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9170         (rtsp_message_get_header):
9171         * gst/rtsp/rtspmessage.h:
9172         Make channel guint8 where possible.
9173         Make rtsp_message_init_data() take the channel as a guint8.
9174
9175         * gst/rtsp/rtspdefs.c:
9176         Fixed a typo: Timout -> Timeout
9177
9178         * gst/rtsp/rtspdefs.h:
9179         Make RTSP_CHECK() behave as a statement.
9180
9181         * gst/rtsp/sdpmessage.c:
9182         Avoid a compiler warning in INIT_ARRAY().
9183         Fixes #437692.
9184
9185 2007-05-12  Wim Taymans  <wim@fluendo.com>
9186
9187         Patch by: Peter Kjellerstedt  <pkj at axis com>
9188
9189         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9190         (rtsp_url_get_request_uri):
9191         * gst/rtsp/rtspurl.h:
9192         Add support for query parameters to RTSP URLs.
9193
9194 2007-05-12  Wim Taymans  <wim@fluendo.com>
9195
9196         Patch by: Peter Kjellerstedt  <pkj at axis com>
9197
9198         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9199         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9200         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9201         (rtsp_transport_parse), (rtsp_transport_as_text):
9202         * gst/rtsp/rtsptransport.h:
9203         Add validation to rtsp_transport_parse().
9204         Add rtsp_transport_as_text() to generate an RTSP header from an
9205         RTSPTransport.
9206         Change ssrc to guint (was a string) since that is what it is, even
9207         though it is sent as a hex string.
9208         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9209         incorrect, which can be seen when looking at the examples in the RFC).
9210         Fixes #437670.
9211
9212 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9213
9214         Patch by: Eric Anholt
9215
9216         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9217           gst_ximage_src_ximage_get):
9218         Use union of all damage between frames to make it faster.
9219         Fixes bug #342463.
9220         Also fix crasher when cursor is at bottom right of window.
9221
9222 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9223
9224         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9225           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9226           streaming mode regression for file from #343837 with 'bext' chunk
9227           before the 'fmt' chunk.
9228
9229 2007-05-11  Wim Taymans  <wim@fluendo.com>
9230
9231         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9232         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9233         (gst_rtspsrc_handle_src_event),
9234         (gst_rtspsrc_stream_configure_manager),
9235         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9236         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9237         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9238         * gst/rtsp/gstrtspsrc.h:
9239         * gst/rtsp/rtspdefs.h:
9240         Preliminary seek support.
9241         Activate internal pads so that we can receive events on them.
9242         Don't try to parse a range string when it's NULL.
9243
9244 2007-05-11  Wim Taymans  <wim@fluendo.com>
9245
9246         * gst/rtp/README:
9247         Update README with new RTP variables that will be used for
9248         synchronisation.
9249
9250         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9251         (gst_rtp_vorbis_depay_parse_configuration),
9252         (gst_rtp_vorbis_depay_process):
9253         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9254         (gst_rtp_vorbis_pay_finish_headers),
9255         (gst_rtp_vorbis_pay_handle_buffer):
9256         Update vorbis pay and depayloader to draft-04.
9257
9258 2007-05-11  Wim Taymans  <wim@fluendo.com>
9259
9260         * gst/rtsp/rtsptransport.c:
9261         UDP MCAST is actually the default for RTP/AVP.
9262 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9263
9264         * gst/level/gstlevel.c: (gst_level_transform_ip):
9265         Use guint8 * instead of gpointer then vs6 can build 
9266         in_data += (filter->width / 8).
9267
9268 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9269
9270         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9271           gst_ximage_src_ximage_get):
9272         * sys/ximage/gstximagesrc.h (last_ximage):
9273         When using Damage actually keep the last frame, and not assume
9274         that the buffer we get already has the last frame on it.
9275         Copy the cursor over if we specify a non-zero start x and
9276         start y.
9277
9278 2007-05-11  Wim Taymans  <wim@fluendo.com>
9279
9280         * gst/rtsp/rtsptransport.c:
9281         Make UDP the default transport when not specified.
9282
9283 2007-05-09  David Schleef  <ds@schleef.org>
9284
9285         * gst/level/gstlevel.c:
9286           Revert last change.
9287
9288 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9289
9290         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9291         (gst_level_transform_ip):
9292         Use guint8 * instead of gpointer then vs6 know the size of data
9293         pointed when moving the pointer.
9294         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9295         Move instructions after variables declaration.
9296         * win32/vs6/autogen.dsp:
9297         * win32/vs6/libgstrtp.dsp:
9298         * win32/vs6/libgstrtsp.dsp:
9299         Update vs6 project files.
9300
9301 2007-05-09  Wim Taymans  <wim@fluendo.com>
9302
9303         * gst/rtsp/Makefile.am:
9304         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9305         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9306         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9307         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9308         (rtsp_range_free):
9309         * gst/rtsp/rtsprange.h:
9310         Add code to parse time ranges.
9311         Report DURATION on the stream when possible.
9312
9313 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9314
9315         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9316         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9317         (gst_videomixer_collected):
9318           Fix strides calculation for AYUV (it's just width*4) (#436910).
9319
9320 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9321
9322         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9323         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9324         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9325         Sync the GObject properties before each processing step to properly
9326         work with the controller.
9327
9328 2007-05-04  Wim Taymans  <wim@fluendo.com>
9329
9330         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9331         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9332         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9333         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9334         (gst_rtspsrc_change_state):
9335         Let more error state trickle down so that we can catch more error
9336         cases.
9337         Handle keep-alive a little smarter by selecting a method the server
9338         actually supports.
9339         Fix a race in UDP streaming shutdown.
9340
9341 2007-05-04  Wim Taymans  <wim@fluendo.com>
9342
9343         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9344         Ignore errors when trying to use the keep-alive messages.
9345
9346 2007-05-04  Wim Taymans  <wim@fluendo.com>
9347
9348         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9349         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9350         (gst_rtspsrc_stream_configure_manager),
9351         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9352         (gst_rtspsrc_stream_configure_mcast),
9353         (gst_rtspsrc_stream_configure_udp),
9354         (gst_rtspsrc_stream_configure_udp_sink),
9355         (gst_rtspsrc_stream_configure_transport):
9356         Send RTCP messages back to the server over the TCP connection.
9357
9358         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9359         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9360         (rtsp_connection_receive):
9361         * gst/rtsp/rtspconnection.h:
9362         Factor out and expose lowlevel _write and _read methods.
9363         Implement sending data messages to the server.
9364
9365 2007-05-03  Wim Taymans  <wim@fluendo.com>
9366
9367         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9368         (gst_multipart_mux_collected):
9369         Fix timestamps on outgoing buffers.
9370
9371 2007-05-03  Wim Taymans  <wim@fluendo.com>
9372
9373         * gst/multipart/multipartmux.c:
9374         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9375         (gst_multipart_mux_change_state):
9376         Emit NEWSEGMENT events before pushing the first buffer.
9377
9378 2007-05-03  Wim Taymans  <wim@fluendo.com>
9379
9380         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9381         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9382         (gst_rtspsrc_handle_src_query),
9383         (gst_rtspsrc_stream_configure_manager),
9384         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9385         (gst_rtspsrc_stream_configure_mcast),
9386         (gst_rtspsrc_stream_configure_udp),
9387         (gst_rtspsrc_stream_configure_udp_sink),
9388         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9389         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9390         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9391         (gst_rtspsrc_pause):
9392         Refactor transport configuration code.
9393         Create internal pads for TCP transport so that we can implement events
9394         and queries.
9395         Handle events and queries.
9396         Parse range from the SDP.
9397         Fix race in pause handler where the connection could still be flushing.
9398
9399 2007-05-02  Wim Taymans  <wim@fluendo.com>
9400
9401         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9402         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9403         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9404         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9405         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9406         (gst_rtspsrc_change_state):
9407         * gst/rtsp/gstrtspsrc.h:
9408         Fix race when multiple udp sources post timeouts, just act on the first
9409         received timeout.
9410         Protect stream list with a recursive lock to fix some races.
9411         Flush connection when we need to do a reconnect or stop.
9412         Make state lock recursive.
9413
9414         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9415         (rtsp_connection_close):
9416         Some small cleanups.
9417
9418 2007-05-02  Wim Taymans  <wim@fluendo.com>
9419
9420         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9421         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9422         Only set DISCONT when there actually is a discont or when we just
9423         started.
9424
9425 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9426
9427         * ext/flac/gstflac.c: (plugin_init):
9428         Call bindtextdomain() to get localized strings.
9429
9430 2007-05-02  Wim Taymans  <wim@fluendo.com>
9431
9432         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9433         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9434         (gst_wavparse_stream_data):
9435         * gst/wavparse/gstwavparse.h:
9436         Be a bit more clever when dealing with VBR files with FACT tags, we
9437         don't want to timestamp buffers in that case but the estimated BPS can
9438         be used for seeking.
9439         Only send close segment in the streaming thread.
9440
9441 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9442
9443         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9444         Correctly post an error on the bus if something went wrong in the loop
9445         function. This fixes a few cases where the task was paused and nothing
9446         happened anymore.
9447
9448 2007-05-02  Wim Taymans  <wim@fluendo.com>
9449
9450         * gst/rtsp/test.c: (main):
9451         Fix compilation of deprecated test just because I'm too lazy to delete
9452         it.
9453
9454 2007-05-02  Wim Taymans  <wim@fluendo.com>
9455
9456         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9457         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9458         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9459         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9460         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9461         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9462         * gst/rtsp/gstrtspsrc.h:
9463         Fix sending RTCP to the right place.
9464         Fix bug in reffing the wrong UDP element.
9465         Use new pad names for the session manager.
9466         Implement handling server requests in interleaved and UDP modes.
9467         Handle session keep-alive in UDP modes.
9468         Remove GCond for handling UDP timeouts.
9469
9470         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9471         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9472         (rtsp_connection_receive), (rtsp_connection_close):
9473         * gst/rtsp/rtspconnection.h:
9474         Store connection IP address for later.
9475         Add timeout args to all operations that might block forever.
9476         Parse session timeout.
9477         Only close sockets when not already closed.
9478
9479         * gst/rtsp/rtspdefs.c:
9480         * gst/rtsp/rtspdefs.h:
9481         Add timeout return value and error string.
9482
9483         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9484         Add small comment.
9485
9486 2007-05-01  Wim Taymans  <wim@fluendo.com>
9487
9488         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9489
9490         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9491         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9492         * gst/rtp/gstrtpmp4vpay.h:
9493         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9494
9495 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9496
9497         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9498           Remove v4l2src from docs, since it breaks the docs build, and the
9499           plugin is only built if --enable-experimental is used anyway.
9500
9501         * docs/plugins/Makefile.am:
9502           Spaces => tab.
9503
9504 2007-04-29  Wim Taymans  <wim@fluendo.com>
9505
9506         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9507         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9508         Add code to drop membership of a multicast group.
9509
9510         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9511         (gst_udpsink_set_uri):
9512         Implement URI handler.
9513
9514         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9515         (gst_rtspsrc_parse_rtpinfo):
9516         Use URI handler to make udpsink instace.
9517         Improve code to configure port and destination.
9518
9519 2007-04-29  Wim Taymans  <wim@fluendo.com>
9520
9521         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9522         Fix multicast detection.
9523         Don't try to join a multicast group if the address is not multicast.
9524
9525         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9526         Small debug improvement.
9527
9528 2007-04-27  Wim Taymans  <wim@fluendo.com>
9529
9530         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9531         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9532         (gst_rtspsrc_handle_message):
9533         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9534         parent.
9535
9536 2007-04-27  Wim Taymans  <wim@fluendo.com>
9537
9538         * gst/rtp/gstrtpilbcdepay.h:
9539         Fix mode property when specified as an arg.
9540
9541 2007-04-26  Edward Hervey  <edward@fluendo.com>
9542
9543         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9544         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9545         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9546         * docs/plugins/inspect/plugin-osxaudio.xml:
9547         Add documentation for osxaudio plugin.
9548
9549 2007-04-26  Wim Taymans  <wim@fluendo.com>
9550
9551         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9552         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9553         (gst_rtspsrc_open), (gst_rtspsrc_close),
9554         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9555         (gst_rtspsrc_pause):
9556         * gst/rtsp/gstrtspsrc.h:
9557         Protect state changes with a lock.
9558
9559         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9560         (parse_line):
9561         * gst/rtsp/rtspconnection.h:
9562         Remove some unused stuff.
9563
9564 2007-04-26  Wim Taymans  <wim@fluendo.com>
9565
9566         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9567         Handle the case where there are exactly 0 bytes to read and the ioctl
9568         did not report an error. Fixes #433530.
9569
9570 2007-04-26  Wim Taymans  <wim@fluendo.com>
9571
9572         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9573         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9574         * gst/wavparse/gstwavparse.h:
9575         Apply DISCONT to buffers.
9576         Only apply timestamp to the first sample after a DISCONT, too many VBR
9577         files cause random jitter in the timestamps. Fixes #433119.
9578
9579 2007-04-25  Wim Taymans  <wim@fluendo.com>
9580
9581         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9582         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9583         (gst_rtp_dec_get_property):
9584         * gst/rtsp/gstrtpdec.h:
9585         Add dummy latency property to be backwards compat with rtpbin.
9586
9587         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9588         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9589         (gst_rtspsrc_stream_configure_transport),
9590         (gst_rtspsrc_parse_rtpinfo):
9591         * gst/rtsp/gstrtspsrc.h:
9592         Add latency property and configure in the session manager.
9593         Don't set invalid clock-base and seqnum-base on caps, some servers
9594         sometimes don't send them.
9595
9596 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9597
9598         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9599         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9600           Double-check that RGB input caps are really RGBA caps (apparently
9601           the core doesn't always catch it if those caps aren't a subset of
9602           our template caps, also see #421543). Fixes #429319 in a way.
9603           Also, don't leak the pad template in the transform_caps function.
9604
9605         * tests/check/Makefile.am:
9606         * tests/check/elements/.cvsignore:
9607         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9608         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9609         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9610         (GST_START_TEST), (alphacolor_suite):
9611           Add some basic unit tests for alphacolor.
9612
9613 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9614
9615         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9616           If we get a fatal flow return in the loop function, first post the
9617           error message and only then send the EOS event downstream, otherwise
9618           applications might get an eos message before the error message and
9619           think everything was ok (related to #429319).
9620
9621 2007-04-25  Wim Taymans  <wim@fluendo.com>
9622
9623         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9624         Read the channel byte as an unsigned byte.
9625
9626 2007-04-25  Wim Taymans  <wim@fluendo.com>
9627
9628         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9629         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9630         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9631         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9632         (gst_rtp_gsm_depay_setcaps):
9633         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9634         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9635         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9636         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9637         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9638         (gst_ilbc_depay_get_property):
9639         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9640         * gst/rtp/gstrtpmp4adepay.c:
9641         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9642         (gst_rtp_pcma_depay_setcaps):
9643         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9644         (gst_rtp_pcmu_depay_setcaps):
9645         Make sure we configure the clock_rate in the baseclass in the setcaps
9646         function. Fixes #431282.
9647
9648 2007-04-25  Wim Taymans  <wim@fluendo.com>
9649
9650         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9651         (gst_rtspsrc_stream_free), (request_pt_map),
9652         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9653         * gst/rtsp/gstrtspsrc.h:
9654         Parse server address from SDP.
9655         Hook up a udpsink to send RTCP back to the server.
9656
9657         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9658         * gst/rtsp/rtsptransport.h:
9659         Add some docs.
9660
9661 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9662
9663         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9664           Make header field check conditional. Fixes #433135
9665
9666 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9667
9668         * docs/plugins/Makefile.am:
9669         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9670         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9671         * docs/plugins/inspect/plugin-alphacolor.xml:
9672         * gst/alpha/Makefile.am:
9673         * gst/alpha/gstalphacolor.c:
9674         * gst/alpha/gstalphacolor.h:
9675           Add minimal docs blurb to alphacolor; split out headers into
9676           separate header file for gtk-doc.
9677
9678 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9679
9680         * gst/debug/progressreport.c: (gst_progress_report_report):
9681           Don't try to post NULL message (in case we can't query upstream
9682           position or duration).
9683
9684 2007-04-18  Michael Smith  <msmith@fluendo.com>
9685
9686         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9687         (gst_cutter_get_caps):
9688         * gst/cutter/gstcutter.h:
9689           Fix some of the most obvious bugs in cutter. Now doesn't leak
9690           everything if input is silent.
9691
9692 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9693
9694         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9695         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9696         * gst/wavenc/gstwavenc.h:
9697         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9698         else results in a invalid block align and invalid files.
9699
9700 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9701
9702         Patch by: Snaik <snaik32 gmail com>
9703
9704         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9705           Add missing break statement for BOX_HORIZONTAL case.
9706
9707 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9708
9709         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9710
9711         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9712         Use correct format strings for integer types.
9713
9714 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9715
9716         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9717         (gst_wavparse_create_sourcepad):
9718         Use gst_riff_create_audio_template_caps () instead of the local caps.
9719         This makes updates of the local caps unecessary whenever libgstriff
9720         gets support for new formats.
9721
9722 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
9723
9724         Patch by: Brian Cameron  <brian.cameron at sun dot com>
9725
9726         * sys/sunaudio/gstsunaudio.c:
9727         * sys/sunaudio/gstsunaudiomixer.c:
9728         * sys/sunaudio/gstsunaudiomixer.h:
9729         * sys/sunaudio/gstsunaudiomixerctrl.c:
9730         * sys/sunaudio/gstsunaudiomixerctrl.h:
9731         * sys/sunaudio/gstsunaudiomixertrack.h:
9732         * sys/sunaudio/gstsunaudiosink.c:
9733         * sys/sunaudio/gstsunaudiosink.h:
9734         * sys/sunaudio/gstsunaudiosrc.c:
9735         * sys/sunaudio/gstsunaudiosrc.h:
9736           Fix and/or update copyright attributions (#430228).
9737
9738 2007-04-13  Wim Taymans  <wim@fluendo.com>
9739
9740         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9741         Fix docs.
9742
9743         * gst/rtsp/URLS:
9744         Add some more example urls.
9745
9746         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9747         (gst_rtp_dec_chain_rtp):
9748         Better debugging.
9749
9750         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
9751         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9752         (gst_rtspsrc_parse_rtpinfo):
9753         Remove unused code.
9754
9755 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9756
9757         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9758         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9759         (gst_wavparse_stream_data):
9760           Relax the audio/mpeg caps again and add FIXME: comment.
9761
9762 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9763
9764         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9765         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9766         (gst_wavparse_stream_data):
9767         * gst/wavparse/gstwavparse.h:
9768           More sanity check for the header fields. Fix type for 'rate' header
9769           field.
9770
9771 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9772
9773         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
9774         (gst_icydemux_unicodify):
9775           If the metadata strings we get in the stream are not UTF-8, try to
9776           interpret them according to the character encodings specified in the
9777           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
9778           only fall back to locale/ISO-8859-1 if those aren't set or don't
9779           work. Should fix #428901.
9780
9781 2007-04-12  Wim Taymans  <wim@fluendo.com>
9782
9783         * gst/rtp/gstrtph264depay.c:
9784         Use the proper sync word for SPS and PPS.
9785
9786 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9787
9788         * gst/rtp/Makefile.am:
9789         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
9790           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
9791         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
9792           Add a simple hashing implementation that we can use to generate
9793           a 24-bit ident value based on the codebooks for vorbis and theora.
9794         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
9795           gst_rtp_theora_pay_handle_buffer):
9796         * gst/rtp/gstrtpvorbisdepay.c
9797           (gst_rtp_vorbis_depay_parse_configuration,
9798           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
9799         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
9800           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
9801           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
9802           Use the hashing function, ensuring that the same codebooks result
9803           in the same ident and thus the same SDP description.
9804           Various log fixes/changes.
9805
9806 2007-04-12  Wim Taymans  <wim@fluendo.com>
9807
9808         Patch by: jerry tan <jerry dot tan at sun dot com>
9809
9810         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9811         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
9812         application's responsibility to make sure it open the device once.
9813         Remove a careless error if AUDIODEV is set. Fixes #392620.
9814
9815 2007-04-12  Wim Taymans  <wim@fluendo.com>
9816
9817         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9818         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
9819         * gst/rtsp/gstrtpdec.h:
9820         Make backward compat with rtpbin by adding the request-pt-map signals.
9821
9822         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9823         (new_session_pad), (request_pt_map),
9824         (gst_rtspsrc_stream_configure_transport),
9825         (gst_rtspsrc_stream_configure_caps),
9826         (gst_rtspsrc_activate_streams):
9827         * gst/rtsp/gstrtspsrc.h:
9828         Implement request-pt-map signals instead of setting caps on the buffers
9829         for the session manager.
9830
9831 2007-04-11  Wim Taymans  <wim@fluendo.com>
9832
9833         * gst/udp/gstudp.c: (plugin_init):
9834         Register GstNetBuffer in plugin_init so that the type can be used from
9835         multiple threads without races.
9836
9837 2007-04-10  Wim Taymans  <wim@fluendo.com>
9838
9839         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9840         (gst_rtp_amr_depay_process):
9841         Fix depayloader clock_rate and some cleanups.
9842
9843         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
9844         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9845         * gst/rtp/gstrtph264depay.h:
9846         Don't push codec_data in the adapter because it might get flushed when
9847         we get a discont.
9848
9849         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9850         Handle multiple AU per packet.
9851
9852         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
9853         (gst_rtp_sv3v_depay_plugin_init):
9854         Disable rank, this one does not work.
9855         Remove timestamping, base class does that.
9856
9857 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
9858
9859         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9860           limit caps to the formats we announce in the template
9861
9862         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9863         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9864         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
9865           fix some crashers/asserts when dealing with broken files
9866
9867 2007-04-10  Wim Taymans  <wim@fluendo.com>
9868
9869         Patch by: Peter Kjellerstedt  <pkj at axis com>
9870
9871         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9872         * gst/rtp/gstrtpL16depay.c:
9873         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9874         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9875         (gst_rtp_speex_depay_setcaps):
9876         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9877         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
9878         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9879         Fix some compiler warnings. Fixes #428182.
9880
9881 2007-04-06  Wim Taymans  <wim@fluendo.com>
9882
9883         * gst/rtsp/Makefile.am:
9884         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9885         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9886         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9887         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9888         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9889         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9890         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9891         (create_rtcp), (gst_rtp_dec_request_new_pad),
9892         (gst_rtp_dec_release_pad):
9893         * gst/rtsp/gstrtpdec.h:
9894         * gst/rtsp/gstrtsp.c: (plugin_init):
9895         Morph RTPDec into something compatible with RTPBin as a fallback.
9896         Various other style fixes.
9897
9898         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9899         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9900         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9901         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9902         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9903         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9904         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9905         * gst/rtsp/gstrtspsrc.h:
9906         Implement RTPBin session manager handling.
9907         Don't try to add empty properties to caps.
9908         Implement fallback session manager, handling.
9909         Don't combine errors from RTCP streams, just ignore them.
9910
9911         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9912         * gst/rtsp/rtsptransport.h:
9913         Implement fallback session manager.
9914         Make RTPBin the default one when available.
9915
9916 2007-04-05  Wim Taymans  <wim@fluendo.com>
9917
9918         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9919         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9920         This element is ready to be autoplugged.
9921
9922 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9923
9924         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9925         Don't leave the offsets defined by upstream element on the
9926         compressed data buffer we are pushing downstream. Make them
9927         GST_BUFFER_OFFSET_NONE.
9928
9929 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9930
9931         * gst/avi/README:
9932         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9933         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9934         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9935         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9936         (gst_avi_demux_calculate_durations_from_index),
9937         (gst_avi_demux_stream_header_push),
9938         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9939         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9940           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9941
9942 2007-04-03  Wim Taymans  <wim@fluendo.com>
9943
9944         * gst/smpte/barboxwipes.c:
9945         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9946
9947 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9948
9949         * gst/wavparse/gstwavparse.c:
9950         Support audio/x-raw-float in wav files. This only works with
9951         plugins-base CVS, using an older version doesn't have any
9952         disadvantages though.
9953
9954 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9955
9956         * configure.ac:
9957         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9958         (gst_au_parse_parse_header), (gst_au_parse_chain):
9959         * gst/auparse/gstauparse.h:
9960         Revert last change as we don't want plugins-good to depend on
9961         plugins-base CVS now.
9962
9963 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9964
9965         * configure.ac:
9966         Require gst-plugins-base CVS for audioconvert with non-native
9967         float support and width/depth fix in libgstriff.
9968
9969         Patch by: René Stadler <mail at renestadler dot de>
9970
9971         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9972         (gst_au_parse_parse_header), (gst_au_parse_chain):
9973         * gst/auparse/gstauparse.h:
9974         Don't swap the floats ourself if they're not in native endianness.
9975         Instead let audioconvert handle this. Fixes #339838.
9976
9977 2007-03-29  Wim Taymans  <wim@fluendo.com>
9978
9979         * gst/rtp/gstasteriskh263.h:
9980         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
9981         (gst_rtp_h263p_depay_change_state):
9982         * gst/rtp/gstrtph263pdepay.h:
9983         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
9984         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9985         (gst_rtp_h264_depay_change_state):
9986         * gst/rtp/gstrtph264depay.h:
9987         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9988         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
9989         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9990         Flush adapter on disconts.
9991
9992 2007-03-29  Wim Taymans  <wim@fluendo.com>
9993
9994         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
9995         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
9996         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
9997         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
9998         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9999         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10000         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10001         (gst_rtp_mp4v_depay_process):
10002         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10003         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10004         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10005         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10006         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10007         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10008         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10009         Use more efficient adapter and rtpbuffer methods when possible.
10010
10011 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10012
10013         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10014         (gst_wavenc_sink_setcaps):
10015         Correctly handle width!=depth input.
10016         * gst/wavparse/gstwavparse.c:
10017         Already export in the caps that width==8 uses unsigned samples and
10018         everything else uses signed samples.
10019
10020 2007-03-29  Wim Taymans  <wim@fluendo.com>
10021
10022         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10023
10024         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10025         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10026         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10027         (gst_dynudpsink_close):
10028         * gst/udp/gstdynudpsink.h:
10029         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10030         (gst_udpsrc_create), (gst_udpsrc_set_property),
10031         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10032         * gst/udp/gstudpsrc.h:
10033         Rework the socket allocation a bit based on the sockfd argument so that
10034         it becomes usable.
10035         Add a closefd property to instruct the udp elements to close the custom
10036         file descriptors when going to READY. Fixes #423304.
10037         API:GstUDPSrc::closefd property
10038         API:GstDynUDPSink::closefd property
10039
10040 2007-03-29  Wim Taymans  <wim@fluendo.com>
10041
10042         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10043
10044         * gst/rtp/Makefile.am:
10045         * gst/rtp/gstrtp.c: (plugin_init):
10046         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10047         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10048         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10049         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10050         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10051         (gst_rtp_h264_pay_plugin_init):
10052         * gst/rtp/gstrtph264pay.h:
10053         Added H264 payloader. Fixes #423782.
10054
10055         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10056         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10057         Small fixes.
10058
10059 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10060
10061         * gst/wavparse/gstwavparse.c:
10062         Actually support depths from 1 to 32, not only 8 to 32.
10063
10064 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10065
10066         * gst/wavparse/gstwavparse.c:
10067         Add support for wav files containing audio/x-raw-int with random
10068         depths between 1 and 32 bits.
10069
10070 2007-03-28  Wim Taymans  <wim@fluendo.com>
10071
10072         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10073
10074         * gst/rtp/Makefile.am:
10075         * gst/rtp/gstrtp.c: (plugin_init):
10076         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10077         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10078         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10079         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10080         (gst_rtp_mp4a_depay_get_property),
10081         (gst_rtp_mp4a_depay_change_state),
10082         (gst_rtp_mp4a_depay_plugin_init):
10083         * gst/rtp/gstrtpmp4adepay.h:
10084         Added MP4A-LATM depayloader. Fixes #417792.
10085
10086         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10087         (gst_rtp_mp4v_depay_process):
10088         Fixup depayloader, setting codec_data, using more efficient adaptor and
10089         rtpbuffer handling.
10090
10091         * gst/rtsp/URLS:
10092         Add url to test above.
10093
10094 2007-03-25  Wim Taymans  <wim@fluendo.com>
10095
10096         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10097         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10098         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10099         (gst_rtspsrc_media_to_caps),
10100         (gst_rtspsrc_stream_configure_transport),
10101         (gst_rtspsrc_stream_configure_caps),
10102         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10103         * gst/rtsp/gstrtspsrc.h:
10104         Handle default clock-rates for static payload types, rearrange stuff so
10105         that the rtpmap field in the sdp can override the defaults.
10106         Parse RTP-Info field to get the seqnum and timebase fields that should
10107         go in the caps.
10108         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10109         the server. 
10110
10111 2007-03-22  Wim Taymans  <wim@fluendo.com>
10112
10113         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10114
10115         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10116         Accept complex pipeline descriptions as an audio profile instead of just
10117         a single element. Fixes #420658.
10118
10119 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10120
10121         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10122           Rename registered type in preparation of GstTagDemux moving to
10123           -base at some point in the future.
10124
10125 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10126
10127         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10128           Streaming mode fixes: don't unref buffer we don't own any longer;
10129           remove bogus adapter flush. Fixes #419338.
10130
10131 2007-03-17  David Schleef  <ds@schleef.org>
10132
10133         * REQUIREMENTS: Change the format to key/value, add a bunch of
10134           information, remove a bunch of requirements that are for
10135           other GStreamer packages.
10136
10137 2007-03-17  David Schleef  <ds@schleef.org>
10138
10139         * REQUIREMENTS: Fix a few things.  This file really needs a
10140         good once-over.
10141
10142 2007-03-15  Edward Hervey  <edward@fluendo.com>
10143
10144         * sys/Makefile.am:
10145         Don't forget to distribute the sys/osxaudio/ directory.
10146
10147 2007-03-15  Edward Hervey  <edward@fluendo.com>
10148
10149         * configure.ac:
10150         * sys/Makefile.am:
10151         * sys/osxaudio/Makefile.am:
10152         * sys/osxaudio/gstosxaudio.c:
10153         * sys/osxaudio/gstosxaudiosink.c:
10154         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10155         (gst_osx_audio_sink_getcaps),
10156         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10157         * sys/osxaudio/gstosxaudiosrc.c:
10158         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10159         (gst_osx_audio_src_create_ringbuffer):
10160         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10161         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10162         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10163         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10164         * sys/osxaudio/gstosxringbuffer.h:
10165         Activate osxaudio in gst-plugins-good with proper build setup.
10166         Add inlined documentation.
10167         Fix debug statements
10168         Fix ringbuffer when pausing.
10169         Fixes #323471
10170
10171 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10172         * gst/rtp/gstrtppcmapay.c:
10173         * gst/rtp/gstrtppcmapay.h:
10174         * gst/rtp/gstrtppcmupay.c:
10175         * gst/rtp/gstrtppcmupay.h:
10176         Ported mulaw and alaw payloaders to use new base class
10177
10178 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10179
10180         * po/af.po:
10181         * po/az.po:
10182         * po/cs.po:
10183         * po/en_GB.po:
10184         * po/it.po:
10185         * po/nl.po:
10186         * po/or.po:
10187         * po/sq.po:
10188         * po/sr.po:
10189         * po/sv.po:
10190         * po/uk.po:
10191         * po/vi.po:
10192           Update translations.
10193
10194 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10195
10196         * configure.ac:
10197           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10198
10199 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10200
10201         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10202           Fix handling of -1 values for start and stop values when seeking,
10203           and SEEK_CUR+SEEK_END here as well.
10204
10205 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10206
10207         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10208           Fix handling of -1 values for start and stop values when seeking, 
10209           and SEEK_CUR+SEEK_END.
10210
10211 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10212
10213         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10214           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10215           the image format a variable-length NUL-terminated string; in
10216           versions before that the image format is a fixed-length string of
10217           3 characters (see #348644 for a sample tag).
10218           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10219
10220 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10221
10222         * win32/MANIFEST:
10223         Add new project files to MANIFEST.
10224         * win32/vs6/libgstaudiofx.dsp:
10225         * win32/vs6/libgstrtp.dsp:
10226         * win32/vs6/libgstrtsp.dsp:
10227         Update project files.
10228         
10229 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10230
10231         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10232         (gst_avi_demux_parse_index):
10233         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10234         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10235           Printf format fixes; also add some missing quotes in translated
10236           strings. Fixes #416728 and #416727.
10237
10238 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10239
10240         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10241           Tim and I can't think of any reason the child audio sink needs to 
10242           be set back to NULL after successfully determining that it can 
10243           reach READY - it gets immediately set back to READY by the caller
10244           anyway, causing an unnecessary close/open of any audio devices
10245           involved.
10246
10247 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10248
10249         * po/LINGUAS:
10250         * po/ja.po:
10251           Add ja.po file from #377306.
10252
10253 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10254
10255         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10256         * sys/sunaudio/gstsunaudiomixertrack.c:
10257         (gst_sunaudiomixer_track_new):
10258           Actually translate sunaudio mixer track labels instead of just
10259           marking the strings as translatable (#377306); clean up weird
10260           label string mapping code that serves no apparent purpose. Also
10261           set the 'untranslated-label' property when creating mixer tracks
10262           if the GstMixerTrack base class supports this.
10263
10264         * tests/check/Makefile.am:
10265         * tests/check/elements/.cvsignore:
10266         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10267         (sunaudio_suite):
10268           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10269           actually tested on a system where sunaudiomixer is available).
10270
10271 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10272
10273         * tests/check/Makefile.am:
10274         Re-enable the states test and see if it works on the buildbots.
10275
10276 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10277
10278         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10279         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10280         (gst_dvdec_change_state):
10281         * ext/dv/gstdvdec.h:
10282         Infer pixel-aspect-ratio from the video frame format if it isn't
10283         provided by the container, as happens when playing DV from AVI
10284         or Quicktime containers.
10285
10286         Patch by: Wim Taymans <wim@fluendo.com>
10287         Fixes #380944
10288
10289 2007-03-09  Wim Taymans  <wim@fluendo.com>
10290
10291         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10292         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10293         will later be handled by the jitterbuffer.
10294
10295 2007-03-09  Wim Taymans  <wim@fluendo.com>
10296
10297         * ext/taglib/gstid3v2mux.cc:
10298         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10299         Fixes #414496.
10300         
10301         Patch by: Alex Lancaster <alexl at users sourceforge net>
10302
10303 2007-03-09  Wim Taymans  <wim@fluendo.com>
10304
10305         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10306         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10307         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10308         (gst_avi_demux_chain):
10309         Fix stream position reporting after a seek. Fixes #416445.
10310
10311 2007-03-08  Wim Taymans  <wim@fluendo.com>
10312
10313         Patch by: René Stadler <mail at renestadler dot de>
10314
10315         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10316         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10317         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10318         Make avidemux accept optional header chunks in any order.
10319         Fixes #415446.
10320
10321 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10322
10323         * tests/check/Makefile.am:
10324         Disable the states check until the remaining Valgrind errors
10325         are fixed or suppressed.
10326
10327 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10328
10329         * tests/check/elements/.cvsignore:
10330           Add audiodynamic check to .cvsignore
10331
10332 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10333
10334         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10335
10336         * gst/audiofx/Makefile.am:
10337         * gst/audiofx/audiodynamic.c:
10338         (gst_audio_dynamic_characteristics_get_type),
10339         (gst_audio_dynamic_mode_get_type),
10340         (gst_audio_dynamic_set_process_function),
10341         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10342         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10343         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10344         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10345         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10346         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10347         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10348         (gst_audio_dynamic_transform_hard_knee_expander_int),
10349         (gst_audio_dynamic_transform_hard_knee_expander_float),
10350         (gst_audio_dynamic_transform_soft_knee_expander_int),
10351         (gst_audio_dynamic_transform_soft_knee_expander_float),
10352         (gst_audio_dynamic_transform_ip):
10353         * gst/audiofx/audiodynamic.h:
10354         * gst/audiofx/audiofx.c: (plugin_init):
10355         Add new audiodynamic element which can act as a compressor or
10356         expander. Supported are hard-knee and soft-knee operation modes with
10357         user-specified ratio and threshold.
10358         Attack and release parameters are not yet implemented but will follow.
10359         * docs/plugins/Makefile.am:
10360         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10361         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10362         * docs/plugins/gst-plugins-good-plugins.args:
10363         * docs/plugins/inspect/plugin-audiofx.xml:
10364         Integrate audiodynamic into the docs.
10365         * tests/check/Makefile.am:
10366         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10367         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10368         Add unit test for audiodynamic.
10369
10370 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10371
10372         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10373         Free handles that we allocated when exiting via the error paths.
10374
10375 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10376
10377         * gst/level/gstlevel.c: (gst_level_class_init),
10378         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10379         (gst_level_transform_ip):
10380         * gst/level/gstlevel.h:
10381           Resolve message timestamps against the playback segment.
10382
10383 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10384
10385         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10386         (gst_id3demux_sink_activate):
10387           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10388           caps passed to it (previously one code path assumed it took ownership
10389           while another one assumed it didn't, while in fact it sometimes did and
10390           sometimes didn't ...).
10391
10392         * configure.ac:
10393         * tests/files/Makefile.am:
10394         * tests/files/id3-407349-1.tag:
10395         * tests/files/id3-407349-2.tag:
10396           Add directory where data for unit tests can be stored.
10397
10398         * tests/Makefile.am:
10399         * tests/check/Makefile.am:
10400         * tests/check/elements/.cvsignore:
10401         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10402         (read_tags_from_file), (run_check_for_file),
10403         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10404           Add unit test for id3demux, and in particular for bug #407349. Only
10405           testing pull-mode for now; push mode doesn't work yet because the test
10406           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10407
10408 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10409
10410         * tests/check/Makefile.am:
10411           Add missing backslash at end of line.
10412
10413 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10414
10415         Trigger rebuild.
10416
10417 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10418
10419         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10420         * gst/id3demux/id3tags.h:
10421         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10422         (parse_obsolete_tdat_frame):
10423           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10424           the four-digit number will be interpreted as a year, whereas it is
10425           month and day in DDMM format. Instead, parse TDAT frames and fix up
10426           the date in the GST_TAG_DATE tag later if we also extracted a year.
10427           Fixes #407349.
10428
10429 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10430
10431         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10432         (gst_switch_commit_new_kid):
10433         Fix up the dispose logic so it doesn't leak, and fix setting of 
10434         the child state so that we don't set a child to our current state 
10435         just as we are changing it to something else.
10436
10437 2007-03-06  Wim Taymans  <wim@fluendo.com>
10438
10439         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10440         (gst_goom_chain):
10441         * gst/goom/gstgoom.h:
10442         Document, fix and improve goom adapter behaviour.
10443         Fixes #407006.
10444
10445 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10446
10447         * ext/esd/esdsink.c: (gst_esdsink_open):
10448         Unref static pad template after using it.
10449
10450 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10451
10452         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10453         (gst_switch_commit_new_kid):
10454         Fix up the reference counting of the child elements.
10455
10456 2007-03-05  Wim Taymans  <wim@fluendo.com>
10457
10458         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10459         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10460         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10461         Fix encoding-name case.
10462
10463 2007-03-05  Wim Taymans  <wim@fluendo.com>
10464
10465         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10466         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10467         (gst_rtp_speex_depay_process):
10468         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10469         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10470         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10471         (gst_rtp_speex_pay_change_state):
10472         * gst/rtp/gstrtpspeexpay.h:
10473         Fix speex (de)payloader. Fixes #358040.
10474
10475 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10476
10477         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10478         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10479         Install fakesink in NULL by fixing some broken logic. This obviates
10480         the need to manually set _IS_SINK.
10481         Add some comments and remove a little cruft while I'm at it.
10482
10483 2007-03-05  Wim Taymans  <wim@fluendo.com>
10484
10485         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10486         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10487
10488 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10489
10490         * po/POTFILES.in:
10491           Update.
10492
10493 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10494
10495         * tests/check/Makefile.am:
10496         Gah! Also disable gconfvideosink from the tests, otherwise
10497         it will instantiate autovideosink, and dfbvideosink and
10498         leak on the buildbots.
10499
10500 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10501
10502         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10503         (gst_cdio_cdda_src_finalize):
10504         Make sure we always destroy our libcdio handle.
10505
10506 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10507
10508         * tests/check/Makefile.am:
10509         Disable autovideosink so the buildbots don't barf over memory
10510         leaked in the directfb sink.
10511
10512 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10513
10514         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10515         Chain up in dispose
10516
10517 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10518
10519         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10520         (gst_multipart_find_pad_by_mime):
10521         Use gst_pad_new_from_static_template instead of
10522         static_pad_template_get+pad_new.
10523
10524 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10525
10526         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10527         Catch the case where no clock has been set.
10528
10529 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10530
10531         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10532         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10533         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10534         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10535         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10536         (gst_gconf_audio_src_finalize), (do_toggle_element):
10537         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10538         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10539         (do_toggle_element):
10540         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10541         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10542         (gst_gconf_video_src_finalize), (do_toggle_element):
10543         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10544         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10545         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10546         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10547         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10548         (gst_shout2send_init), (gst_shout2send_finalize):
10549         * gst/debug/testplugin.c: (gst_test_class_init),
10550         (gst_test_finalize):
10551         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10552         (gst_flxdec_dispose):
10553         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10554         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10555         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10556         (gst_rtspsrc_finalize):
10557         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10558         * gst/rtsp/rtspextwms.h:
10559         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10560         (gst_smpte_finalize):
10561         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10562         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10563         (gst_udpsink_finalize):
10564         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10565         (gst_wavparse_sink_activate):
10566         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10567         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10568         (gst_oss_src_finalize):
10569         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10570         * sys/v4l2/gstv4l2object.h:
10571         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10572         (gst_v4l2src_finalize):
10573         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10574
10575         Fix a bunch of leaks shown by the newly-added states test.
10576
10577 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10578
10579         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10580         Use gst_pad_new_from_static_template instead of 
10581         static_pad_template_get+pad_new.
10582
10583 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10584
10585         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10586
10587         * ext/libcaca/Makefile.am:
10588         * gst/debug/Makefile.am:
10589           Don't mix tabs and spaces (#414168).
10590
10591 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10592
10593         * tests/check/generic/.cvsignore:
10594           Ignore files to please buildbot.
10595
10596 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10597
10598         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10599         (gst_wavparse_stream_data):
10600           Unbreak my previous commit (swapped nominator & denominator). Tim,
10601           thanks for spotting.
10602
10603 2007-03-02  Wim Taymans  <wim@fluendo.com>
10604
10605         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10606         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10607         (gst_cdio_cdda_src_finalize):
10608         Small code cleanups.
10609         Don't use pad_alloc as the base class cannot deal with the error codes.
10610
10611 2007-03-02  Wim Taymans  <wim@fluendo.com>
10612
10613         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10614         (gst_udpsrc_create):
10615         Fix doc.
10616
10617 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10618
10619         Patch by: René Stadler <mail@renestadler.de>
10620
10621         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10622         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10623         (gst_wavparse_stream_data):
10624           Handle rounding better to not drop last sample frame. Fixes #356692
10625
10626 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10627
10628         * tests/check/Makefile.am:
10629         Disable cacasink from the states check too - it also calls exit(1)
10630         on us when it can't find a terminal to talk to.
10631
10632 2007-03-02  Wim Taymans  <wim@fluendo.com>
10633
10634         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10635
10636         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10637         (gst_udpsrc_create), (gst_udpsrc_set_property),
10638         (gst_udpsrc_get_property):
10639         * gst/udp/gstudpsrc.h:
10640         Add support to strip proprietary headers. Fixes #350296.
10641
10642 2007-03-02  Wim Taymans  <wim@fluendo.com>
10643
10644         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10645         Fix compilation.
10646
10647 2007-03-02  Wim Taymans  <wim@fluendo.com>
10648
10649         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10650
10651         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10652         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10653         (gst_rtp_mp2t_depay_set_property),
10654         (gst_rtp_mp2t_depay_get_property):
10655         * gst/rtp/gstrtpmp2tdepay.h:
10656         Add support to strip off proprietary headers. Fixes #350278.
10657
10658 2007-03-02  Wim Taymans  <wim@fluendo.com>
10659
10660         * ext/hal/hal.c:
10661         Fix compilation.
10662
10663 2007-03-02  Wim Taymans  <wim@fluendo.com>
10664
10665         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10666         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10667         (gst_sunaudiosrc_open):
10668         * sys/sunaudio/gstsunaudiosrc.h:
10669         Remove device-name from GstSunAudioSrc. Fixes #412597.
10670
10671 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10672
10673         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10674         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10675         Having NULL as UDI previously selected the default sink/src. Change
10676         this back but mention it in the debug output.
10677         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10678         (gst_hal_get_oss_element), (gst_hal_get_string),
10679         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10680         (gst_hal_get_audio_src):
10681         * ext/hal/hal.h:
10682         Refactor a bit, check all error conditions, greatly improve debugging
10683         and fix some possible memory leaks. Also implement OSS support
10684         and allow specifying an UDI that points to a real device. For this the
10685         child device which supports ALSA (preferred) or OSS is used.
10686         As a side effect this makes it impossible now to get a alsasink in
10687         halaudiosrc and a alsasrc in halaudiosink.
10688
10689 2007-03-01  Wim Taymans  <wim@fluendo.com>
10690
10691         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10692         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10693         Errors from the udp sources are not fatal unless all of them are in
10694         error.
10695
10696 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10697
10698         * tests/check/Makefile.am:
10699         Disable aasink in the states test. I suspect this is the element that
10700         is calling exit(1) when it can't proceed.
10701
10702 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10703
10704         * tests/check/Makefile.am:
10705         Draw plugins in from the build tree sys/ dir, rather than picking
10706         up the already installed versions.
10707
10708 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10709
10710         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10711         Error out correctly when getting xcontext fails.
10712
10713 2007-03-01  Wim Taymans  <wim@fluendo.com>
10714
10715         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10716         Make state change to PAUSED NO_PREROLL because that's what it will be in
10717         the future and rtspsrc relies on it.
10718
10719         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10720         (gst_rtspsrc_change_state):
10721         Don't error out when we don't get an error from the state change
10722         function.
10723
10724 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10725
10726         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10727         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10728           Check if the device UDI is set before trying to query HAL
10729           about it and give a useful error message if it wasn't set.
10730         * ext/hal/hal.c: (gst_hal_get_string):
10731           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
10732           gives an assertion failure in D-Bus when running with
10733           DBUS_FATAL_WARNINGS=1.
10734
10735 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10736
10737         * configure.ac:
10738           Convert to new AG_GST style.
10739
10740 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10741
10742         * tests/check/Makefile.am:
10743         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
10744           add test for states
10745
10746 2007-02-28  Wim Taymans  <wim@fluendo.com>
10747
10748         * tests/check/elements/.cvsignore:
10749         Add new videofilter check to .cvsignore.
10750
10751 2007-02-28  Wim Taymans  <wim@fluendo.com>
10752
10753         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
10754         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10755         (gst_avi_demux_loop), (gst_avi_demux_chain):
10756         Fix combined flow return. Fixes #412608.
10757
10758 2007-02-28  Wim Taymans  <wim@fluendo.com>
10759
10760         * gst/videofilter/Makefile.am:
10761         Dist header..
10762
10763 2007-02-28  Wim Taymans  <wim@fluendo.com>
10764
10765         * gst/videofilter/gstgamma.h:
10766         Add header too.
10767
10768 2007-02-28  Wim Taymans  <wim@fluendo.com>
10769
10770         Patch by: Mark Nauwelaerts <manauw at skynet be>
10771
10772         * gst/videofilter/Makefile.am:
10773         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
10774         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
10775         (gst_gamma_get_property), (gst_gamma_calculate_tables),
10776         (oil_tablelookup_u8), (gst_gamma_set_caps),
10777         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
10778         Port gamma filter to 0.10. Fixes #412704.
10779
10780         * tests/check/Makefile.am:
10781         * tests/check/elements/videofilter.c: (setup_filter),
10782         (cleanup_filter), (check_filter), (GST_START_TEST),
10783         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
10784         Add unit tests for videofilters.
10785
10786 2007-02-28  Wim Taymans  <wim@fluendo.com>
10787
10788         * gst/rtsp/URLS:
10789         Add another interesting test url.
10790
10791         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
10792         Don't allow getting header fields from data packets.
10793
10794 2007-02-28  Michael Smith  <msmith@fluendo.com>
10795
10796         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10797         (gst_shout2send_init), (gst_shout2send_start),
10798         (gst_shout2send_set_property), (gst_shout2send_get_property):
10799         * ext/shout2/gstshout2.h:
10800           Add a property for username.
10801
10802 2007-02-27  Christian Schallerr <christian@fluendo.com>
10803
10804         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
10805
10806 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10807
10808         * gst/rtsp/Makefile.am:
10809         Fix make check too.
10810
10811 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10812
10813         * gst/rtsp/base64.c: (util_base64_encode):
10814         * gst/rtsp/base64.h:
10815         Commit missing files for base64 encoding.
10816
10817 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10818
10819         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10820
10821         * configure.ac:
10822         * ext/annodex/Makefile.am:
10823         * ext/jpeg/Makefile.am:
10824         * ext/speex/Makefile.am:
10825         * gst/alpha/Makefile.am:
10826         * gst/cutter/Makefile.am:
10827         * gst/debug/Makefile.am:
10828         * gst/effectv/Makefile.am:
10829         * gst/goom/Makefile.am:
10830         * gst/level/Makefile.am:
10831         * gst/smpte/Makefile.am:
10832         * gst/videofilter/Makefile.am:
10833           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
10834
10835 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10836
10837         * gst/rtsp/Makefile.am:
10838         * gst/rtsp/rtspconnection.c: (append_auth_header),
10839         (rtsp_connection_send), (rtsp_connection_set_auth):
10840         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
10841         from icecast to replace it. Relicensed from GPL courtesy of Mike
10842         Smith.
10843
10844 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10845
10846         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10847         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
10848         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
10849         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
10850         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10851         (gst_rtspsrc_uri_set_uri):
10852         * gst/rtsp/gstrtspsrc.h:
10853         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10854         (append_auth_header), (rtsp_connection_send),
10855         (rtsp_connection_free), (rtsp_connection_set_auth):
10856         * gst/rtsp/rtspconnection.h:
10857         * gst/rtsp/rtspdefs.h:
10858         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10859         * gst/rtsp/rtspurl.h:
10860
10861         Implement simple Basic Authentication support so that urls like
10862         rtsp://user:pass@hostname/rtspstream work on hosts that require
10863         authentication.
10864
10865 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
10866
10867         * sys/v4l2/gstv4l2object.c:
10868         * sys/v4l2/gstv4l2tuner.c:
10869         * sys/v4l2/v4l2_calls.c:
10870         Fix segfault when oppening a radio device.
10871         
10872 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10873
10874         * gst/level/gstlevel.c: (gst_level_set_caps),
10875         (gst_level_transform_ip):
10876         * sys/v4l2/README:
10877         * tests/check/elements/level.c: (GST_START_TEST):
10878           Fix level for multi-channel case.
10879
10880 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10881
10882         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10883         (gst_level_transform_ip):
10884         * gst/level/gstlevel.h:
10885           Use function pointer for process function and add process functions
10886           for float audio.
10887
10888 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10889
10890         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10891         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10892         (gst_v4l2src_capture_init):
10893           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10894           fixes #407369
10895
10896 2007-02-18  Wim Taymans  <wim@fluendo.com>
10897
10898         * gst/rtp/Makefile.am:
10899         * gst/rtp/gstrtp.c: (plugin_init):
10900         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10901         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10902         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10903         (gst_rtp_mp2t_pay_plugin_init):
10904         * gst/rtp/gstrtpmp2tpay.h:
10905         Added simple mpeg transport stream payloader.
10906
10907 2007-02-16  Wim Taymans  <wim@fluendo.com>
10908
10909         * gst/rtsp/URLS:
10910         Add example H264 rtsp url.
10911
10912         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10913         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10914         Don't convert values to lowercase or we might mess up base64 encoded
10915         properties.
10916
10917 2007-02-16  Wim Taymans  <wim@fluendo.com>
10918
10919         * gst/rtp/README:
10920         Fix case of string params.
10921
10922         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10923         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10924         Fix depayloader, support more packet types.
10925         Add sync codes to make sure the packetizer can do its job.
10926
10927         * gst/rtp/gstrtpmp4gdepay.c:
10928         * gst/rtp/gstrtpmp4gpay.c:
10929         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10930         Fix caps case again.
10931
10932 2007-02-15  Wim Taymans  <wim@fluendo.com>
10933
10934         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10935         Set right caps on output buffers.
10936
10937 2007-02-14  Wim Taymans  <wim@fluendo.com>
10938
10939         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10940         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10941         Clear stack allocated SDPMedia struct before calling _init() on it.
10942         Clarify this in the docs as well.
10943
10944 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10945
10946         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10947         (do_change_child):
10948         Don't reset the profile when going switching states, as it makes
10949         the element non-reusable.
10950
10951 2007-02-14  Wim Taymans  <wim@fluendo.com>
10952
10953         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10954         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10955         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10956         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10957         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10958         (sdp_parse_line):
10959         * gst/rtsp/sdpmessage.h:
10960         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10961         Fix memory management of SDP messages. Fixes #407793.
10962
10963 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10964
10965         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10966
10967         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10968         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10969
10970 2007-02-14  Wim Taymans  <wim@fluendo.com>
10971
10972         Patch by: jp.liu <jp_liu at astrocom dot cn>
10973
10974         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10975         Fix parsing of password field in url. Fixes #407797.
10976
10977 2007-02-14  Wim Taymans  <wim@fluendo.com>
10978
10979         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10980         (gst_wavparse_reset), (gst_wavparse_init),
10981         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
10982         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10983         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10984         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10985         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10986         (gst_wavparse_loop), (gst_wavparse_chain),
10987         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10988         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
10989         (plugin_init):
10990         * gst/wavparse/gstwavparse.h:
10991         Update docs.
10992         Use boilerplate.
10993         Various code cleanups.
10994         When the bitrate is not known (bps == 0 or compressed formats) let
10995         downstream element guestimate the duration and position and don't
10996         generate timestamps or durations. Fixes #405213.
10997         Fix EOS and ERROR conditions in chain mode, we just need to forward the
10998         error flowreturn upstream.
10999
11000 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11001
11002         * ext/gconf/Makefile.am:
11003         * ext/gconf/gconf.c: (gst_gconf_get_string),
11004         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11005         (gst_gconf_render_bin_with_default):
11006         * ext/gconf/gconf.h:
11007         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11008         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11009         (gst_gconf_audio_sink_dispose), (do_change_child),
11010         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11011         (cb_change_child), (gst_gconf_audio_sink_change_state):
11012         * ext/gconf/gstgconfaudiosink.h:
11013         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11014         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11015         (gst_switch_sink_init), (gst_switch_sink_dispose),
11016         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11017         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11018         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11019         * ext/gconf/gstswitchsink.h:
11020         * gst/autodetect/gstautoaudiosink.c:
11021         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11022         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11023         (gst_auto_audio_sink_detect):
11024         * gst/autodetect/gstautovideosink.c:
11025         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11026         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11027         (gst_auto_video_sink_detect):
11028         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11029         and a child that implements the GConf key monitoring. The end goal of
11030         this is an audio sink that can be changed on the fly, but at the 
11031         moment it still only changes on the next READY transition.
11032
11033 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11034
11035         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11036         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11037         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11038         (gst_avi_demux_calculate_durations_from_index),
11039         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11040         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11041         (gst_avi_demux_loop):
11042           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11043
11044 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11045
11046         * configure.ac:
11047         * docs/plugins/Makefile.am:
11048           Add crossreferences to glib/gobject/gstream docs.
11049
11050 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11051
11052         * gst/monoscope/Makefile.am:
11053         * gst/monoscope/gstmonoscope.c:
11054           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11055           (but no LIBS, since we only use defines from the headers).
11056
11057 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11058
11059         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11060
11061         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11062         (gst_wavparse_stream_data):
11063           Fix massive memory leak when operating in streaming mode due to
11064           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11065           Fixes #407057.
11066
11067 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11068
11069         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11070         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11071         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11072         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11073         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11074         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11075         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11076         (gst_avi_demux_calculate_durations_from_index),
11077         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11078         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11079         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11080         * gst/avi/gstavidemux.h:
11081           Save some memory (8%) by repacking the index entry structure (more to
11082           come). Add more FIXMEs to questionable parts.
11083
11084 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11085
11086         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11087         (gst_v4l2src_get_caps):
11088         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11089         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11090         (gst_v4l2src_capture_init):
11091           More FIXME comments and messaging changes.
11092
11093 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11094
11095         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11096         (gst_goom_change_state):
11097         * gst/goom/gstgoom.h:
11098           Improved docs and use GST_DEBUG_FUNCPTR.
11099
11100         * gst/level/gstlevel.c: (gst_level_class_init):
11101           Use GST_DEBUG_FUNCPTR.
11102
11103         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11104         (gst_monoscope_chain), (gst_monoscope_change_state):
11105           Improved docs source cleanups.
11106
11107 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11108
11109         * gst/debug/Makefile.am:
11110         * gst/debug/gstdebug.c: (plugin_init):
11111         * gst/debug/gstpushfilesrc.c:
11112         * gst/debug/gstpushfilesrc.h:
11113           Add code for a pushfilesrc element that implements a pushfile:// URI
11114           handler, to make debugging push-mode operation of demuxer/decoders
11115           that support both easier in connection with seek/playbin/etc.
11116           The element isn't registered at the moment.
11117
11118 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11119
11120         * gst/avi/gstavimux.c:
11121           Comment a #if 0 in caps template definition as VS6 seems to 
11122         do not support it.
11123         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11124           Use gst_guint64_to_gdouble for conversion.
11125         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11126           Move variables declaration before the first instruction.
11127         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11128           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11129           And don't include netdb.h for G_OS_WIN32
11130         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11131           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11132           by VS6 then use an other way to initialize SDPMedia structure.
11133         * gst/udp/gstdynudpsink.h:
11134         * gst/udp/gstdynudpnetutils.h:
11135           Do not include <sys/time.h> for G_OS_WIN32
11136         * gst/udp/gstudpsrc.c:
11137           Define socklen_t as int for G_OS_WIN32
11138         * win/common/config.h.in:
11139           Undef HAVE_NETINET_IN_H
11140         * win32/vs6/gst_plugins_good.dsw:
11141         * win32/vs6/libgstrtp.dsp:
11142         * win32/vs6/libgstrtsp.dsp:
11143         * win32/vs6/libgstautogen.dsp:
11144         * win32/vs6/libgstaudiofx.dsp:
11145         * win32/vs6/libgstudp.dsp:
11146           Add and update project files.
11147         * win32/common/gstudp-enumtypes.c:
11148         * win32/common/gstudp-enumtypes.h:
11149           Add a copy of udp enumtypes to win32/common as in core 
11150           and base.
11151         
11152 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11153
11154         * configure.ac:
11155           Activate monoscope when building with --enable-experimental. Fix
11156           --enable-external configure switch description.
11157
11158         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11159         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11160           Help gst-indent.
11161
11162 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11163
11164         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11165           Explicitly cast result of pointer arithmetic to integer in order to
11166           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11167
11168 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11169
11170         * gst/debug/progressreport.c:
11171           Some more docs.
11172
11173 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11174
11175         * docs/plugins/inspect/plugin-rtp.xml:
11176           Update for new elements.
11177
11178         * gst/debug/progressreport.h:
11179           Commit newly-created header file as well.
11180
11181 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11182
11183         * docs/plugins/Makefile.am:
11184         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11185         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11186         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11187         * gst/debug/Makefile.am:
11188         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11189         (gst_progress_report_do_query), (gst_progress_report_report):
11190           Make progressreport element post messages with the current progress
11191           on the bus. Also add some basic docs for it.
11192
11193 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11194
11195         * ext/hal/hal.c: (gst_hal_get_string):
11196         * ext/hal/hal.h:
11197           Some small cleanups; deal with errors when parsing the HAL ALSA
11198           capabilities a bit better.
11199
11200 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11201
11202         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11203           Let's try this again and use the right cast this time.
11204
11205 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11206
11207         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11208           Add cast to avoid compiler warnings with older GLib versions
11209           where the nick/name members in GEnumValue are not declared as
11210           constant strings.
11211
11212 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11213
11214         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11215         (gst_gconf_render_bin_from_key),
11216         (gst_gconf_get_default_audio_sink):
11217         * ext/gconf/gconf.h:
11218         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11219         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11220         (gst_gconf_audio_sink_get_property):
11221           In gconfaudiosink, get the right key as the old key in do_toggle
11222           (ie. one dependent on the profile selected). Log some more stuff so
11223           we can see what's actually going on.
11224
11225 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11226
11227         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11228         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11229         (gst_audio_amplify_set_process_function),
11230         (gst_audio_amplify_setup):
11231         * gst/audiofx/audioamplify.h:
11232         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11233         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11234         * gst/audiofx/audioinvert.h:
11235         Some small cleanups and port both elements to the new GstAudioFilter
11236         base class to save a few lines of common code.
11237         * gst/audiofx/Makefile.am:
11238         Link against libgstaudio for the above changes
11239
11240 2007-01-29  Wim Taymans  <wim@fluendo.com>
11241
11242         * tests/check/elements/.cvsignore:
11243         Some more ignores.
11244
11245 2007-01-26  Wim Taymans  <wim@fluendo.com>
11246
11247         Patch by: charles <charlesg3 at gmail dot com>
11248
11249         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11250         (set_shout_metadata), (gst_shout2send_event):
11251         * ext/shout2/gstshout2.h:
11252         Properly handle tags in shout2send. Fixes #399825.
11253
11254 2007-01-25  Wim Taymans  <wim@fluendo.com>
11255
11256         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11257         (gst_rtspsrc_activate_streams):
11258         Convert SDP fields to upper/lowercase following the rules in the SDP to
11259         caps document. 
11260
11261 2007-01-25  Wim Taymans  <wim@fluendo.com>
11262
11263         * gst/rtp/README:
11264         * gst/rtp/gstrtpilbcdepay.c:
11265         * gst/rtp/gstrtpilbcpay.c:
11266         * gst/rtp/gstrtpmp4gdepay.c:
11267         * gst/rtp/gstrtpmp4gpay.c:
11268         * gst/rtp/gstrtpspeexdepay.c:
11269         * gst/rtp/gstrtpspeexpay.c:
11270         * gst/rtp/gstrtpsv3vdepay.c:
11271         * gst/rtp/gstrtptheoradepay.c:
11272         * gst/rtp/gstrtptheorapay.c:
11273         * gst/rtp/gstrtpvorbisdepay.c:
11274         * gst/rtp/gstrtpvorbispay.c:
11275         Fix case of encoding-name and key/value pairs to match the document.
11276         This is to make interoperation with SDP case-insensitive as required by
11277         the relevant RFCs.
11278
11279 2007-01-25  Wim Taymans  <wim@fluendo.com>
11280
11281         * configure.ac:
11282         Bump required -core/-base to CVS
11283
11284 2007-01-25  Wim Taymans  <wim@fluendo.com>
11285
11286         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11287         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11288         * gst/rtp/gstrtpL16pay.h:
11289         Fill up to MTU using adapter.
11290         Timestamp rtp packets.
11291
11292 2007-01-25  Edward Hervey  <edward@fluendo.com>
11293
11294         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11295         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11296         Use G_GSIZE_FORMAT in print statements for portability.
11297         Fixes build on macosx.
11298
11299 2007-01-24  Wim Taymans  <wim@fluendo.com>
11300
11301         * gst/rtp/Makefile.am:
11302         * gst/rtp/gstrtp.c: (plugin_init):
11303         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11304         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11305         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11306         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11307         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11308         (gst_rtp_L16_depay_plugin_init):
11309         * gst/rtp/gstrtpL16depay.h:
11310         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11311         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11312         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11313         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11314         (gst_rtp_L16_pay_plugin_init):
11315         * gst/rtp/gstrtpL16pay.h:
11316         Port and enable raw audio payloader/depayloader. Needs a bit more work
11317         on the payloader side.
11318
11319 2007-01-24  Wim Taymans  <wim@fluendo.com>
11320
11321         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11322         (gst_rtspsrc_stream_configure_transport),
11323         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11324         * gst/rtsp/gstrtspsrc.h:
11325         Only unblock the udp pads when we linked and activated them all.
11326         Fixes #395688.
11327
11328 2007-01-24  Wim Taymans  <wim@fluendo.com>
11329
11330         * gst/rtp/Makefile.am:
11331         * gst/rtp/gstrtp.c: (plugin_init):
11332         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11333         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11334         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11335         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11336         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11337         * gst/rtp/gstrtpac3depay.h:
11338         Added simple AC3 depayloader (RFC 4184).
11339
11340         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11341         Fix a leak.
11342
11343 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11344
11345         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11346
11347         * gst/audiofx/Makefile.am:
11348         * gst/audiofx/audioamplify.c:
11349         (gst_audio_amplify_clipping_method_get_type),
11350         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11351         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11352         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11353         (gst_audio_amplify_set_caps),
11354         (gst_audio_amplify_transform_int_clip),
11355         (gst_audio_amplify_transform_int_wrap_negative),
11356         (gst_audio_amplify_transform_int_wrap_positive),
11357         (gst_audio_amplify_transform_float_clip),
11358         (gst_audio_amplify_transform_float_wrap_negative),
11359         (gst_audio_amplify_transform_float_wrap_positive),
11360         (gst_audio_amplify_transform_ip):
11361         * gst/audiofx/audioamplify.h:
11362         * gst/audiofx/audiofx.c: (plugin_init):
11363         Add new element "audioamplify". This allows scaling of raw audio
11364         samples, similar to the "volume" element, but provides different modes
11365         for clipping and allows unlimited amplification. It's mainly targeted
11366         for creative sound design and not as a replacement of the "volume"
11367         element. Fixes #397162
11368         * docs/plugins/Makefile.am:
11369         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11370         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11371         * docs/plugins/gst-plugins-good-plugins.args:
11372         * docs/plugins/inspect/plugin-audiofx.xml:
11373         Add docs for audioamplify and integrate them into the build system
11374         * tests/check/Makefile.am:
11375         * tests/check/elements/audioamplify.c: (setup_amplify),
11376         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11377         Add fairly extensive unit test suite for audioamplify
11378
11379 2007-01-24  Wim Taymans  <wim@fluendo.com>
11380
11381         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11382         Unblock pads after adding the pads to the element so that autopluggers
11383         get a change to link something. Possibly fixes #395688.
11384
11385 2007-01-24  Wim Taymans  <wim@fluendo.com>
11386
11387         * gst/rtp/gstrtpamrdepay.c:
11388         * gst/rtp/gstrtpgsmdepay.c:
11389         * gst/rtp/gstrtph263pdepay.c:
11390         * gst/rtp/gstrtph263ppay.c:
11391         * gst/rtp/gstrtph264depay.c:
11392         * gst/rtp/gstrtpilbcdepay.c:
11393         * gst/rtp/gstrtpmp2tdepay.c:
11394         * gst/rtp/gstrtpmp4gdepay.c:
11395         * gst/rtp/gstrtpmp4gpay.c:
11396         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11397         * gst/rtp/gstrtpmp4vpay.c:
11398         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11399         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11400         (gst_rtp_mpa_depay_process):
11401         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11402         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11403         * gst/rtp/gstrtppcmadepay.c:
11404         * gst/rtp/gstrtppcmudepay.c:
11405         * gst/rtp/gstrtpspeexdepay.c:
11406         * gst/rtp/gstrtpspeexpay.c:
11407         * gst/rtp/gstrtpsv3vdepay.c:
11408         * gst/rtp/gstrtptheoradepay.c:
11409         * gst/rtp/gstrtptheorapay.c:
11410         * gst/rtp/gstrtpvorbisdepay.c:
11411         * gst/rtp/gstrtpvorbispay.c:
11412         Fix caps with payload numbers.
11413         Add some fixed payload numbers to caps when possible.
11414
11415 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11416
11417         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11418
11419         * gst/audiofx/Makefile.am:
11420         * gst/audiofx/audiofx.c: (plugin_init):
11421         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11422         (gst_audio_invert_class_init), (gst_audio_invert_init),
11423         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11424         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11425         (gst_audio_invert_transform_float),
11426         (gst_audio_invert_transform_ip):
11427         * gst/audiofx/audioinvert.h:
11428         Add new audiofx element "audioinvert". This element swaps the upper
11429         and lower half of samples and can be used for example for a
11430         wide-stereo effect. Fixes #396057
11431         * docs/plugins/Makefile.am:
11432         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11433         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11434         * docs/plugins/gst-plugins-good-plugins.args:
11435         * docs/plugins/inspect/plugin-audiofx.xml:
11436         Add docs for the audioinvert element and add them to the build system.
11437         * tests/check/Makefile.am:
11438         * tests/check/elements/audioinvert.c: (setup_invert),
11439         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11440         Add unit test suite for the audioinvert element.
11441
11442 2007-01-23  Wim Taymans  <wim@fluendo.com>
11443
11444         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11445         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11446         Parse config params as string and int.
11447         Parse and use AU header length
11448
11449 2007-01-23  Wim Taymans  <wim@fluendo.com>
11450
11451         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11452         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11453         * gst/smpte/gstmask.c: (_gst_mask_register):
11454         * gst/smpte/gstmask.h:
11455         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11456         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11457         (gst_smpte_paint_triangle_clock):
11458         constify some static structs.
11459         Don't update the mask if nothing changed to the params.
11460         Make sure we never draw outside of the picture. Fixes #398325.
11461
11462 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11463
11464         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11465           Error out properly when pull_range fails while we're reading the
11466           headers, instead of just pausing the task silently. Fixes #399338.
11467
11468 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11469
11470         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11471           Some more sanity checks to make sure the input formats match and the
11472           input pads are actually negotiated, in case someone tries to feed
11473           buffers from fakesrc or filesrc. Fixes #398299.
11474           Also const-ify an array, just because we can.
11475
11476 2007-01-19  Edward Hervey  <edward@fluendo.com>
11477
11478         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11479         Ignore previous commit, that was only valid for widths and heights
11480         that are multiples of 4.
11481         Copy over size/stride macros from jpegdec. This allows the element
11482         to work with any width,height...
11483         ... but puts in evidence that the actual transformations only work
11484         with width/height that are multiples of 4.
11485
11486 2007-01-19  Edward Hervey  <edward@fluendo.com>
11487
11488         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11489         Allocate buffers of the right size.
11490         The proper size of a I420 buffer in bytes is:
11491         
11492             width * height * 3
11493             ------------------
11494                     2
11495
11496 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11497
11498         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11499           Proxy getcaps on sink pads too, so that we either end up with the
11500           same dimensions on all pads or error out if that's not possible
11501           (seems to work even!). Fixes #398086, I think.
11502
11503 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11504
11505         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11506         * docs/plugins/gst-plugins-good-plugins.args:
11507         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11508           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11509           fix integer properties with -1 as minimum value.
11510
11511         * docs/plugins/inspect/plugin-1394.xml:
11512         * docs/plugins/inspect/plugin-aasink.xml:
11513         * docs/plugins/inspect/plugin-alaw.xml:
11514         * docs/plugins/inspect/plugin-alpha.xml:
11515         * docs/plugins/inspect/plugin-alphacolor.xml:
11516         * docs/plugins/inspect/plugin-annodex.xml:
11517         * docs/plugins/inspect/plugin-apetag.xml:
11518         * docs/plugins/inspect/plugin-audiofx.xml:
11519         * docs/plugins/inspect/plugin-auparse.xml:
11520         * docs/plugins/inspect/plugin-autodetect.xml:
11521         * docs/plugins/inspect/plugin-avi.xml:
11522         * docs/plugins/inspect/plugin-cacasink.xml:
11523         * docs/plugins/inspect/plugin-cairo.xml:
11524         * docs/plugins/inspect/plugin-cdio.xml:
11525         * docs/plugins/inspect/plugin-cutter.xml:
11526         * docs/plugins/inspect/plugin-debug.xml:
11527         * docs/plugins/inspect/plugin-dv.xml:
11528         * docs/plugins/inspect/plugin-efence.xml:
11529         * docs/plugins/inspect/plugin-effectv.xml:
11530         * docs/plugins/inspect/plugin-esdsink.xml:
11531         * docs/plugins/inspect/plugin-flac.xml:
11532         * docs/plugins/inspect/plugin-flxdec.xml:
11533         * docs/plugins/inspect/plugin-gconfelements.xml:
11534         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11535         * docs/plugins/inspect/plugin-goom.xml:
11536         * docs/plugins/inspect/plugin-halelements.xml:
11537         * docs/plugins/inspect/plugin-icydemux.xml:
11538         * docs/plugins/inspect/plugin-id3demux.xml:
11539         * docs/plugins/inspect/plugin-jpeg.xml:
11540         * docs/plugins/inspect/plugin-level.xml:
11541         * docs/plugins/inspect/plugin-matroska.xml:
11542         * docs/plugins/inspect/plugin-mulaw.xml:
11543         * docs/plugins/inspect/plugin-multipart.xml:
11544         * docs/plugins/inspect/plugin-navigationtest.xml:
11545         * docs/plugins/inspect/plugin-ossaudio.xml:
11546         * docs/plugins/inspect/plugin-png.xml:
11547         * docs/plugins/inspect/plugin-rtp.xml:
11548         * docs/plugins/inspect/plugin-rtsp.xml:
11549         * docs/plugins/inspect/plugin-shout2send.xml:
11550         * docs/plugins/inspect/plugin-smpte.xml:
11551         * docs/plugins/inspect/plugin-speex.xml:
11552         * docs/plugins/inspect/plugin-taglib.xml:
11553         * docs/plugins/inspect/plugin-udp.xml:
11554         * docs/plugins/inspect/plugin-videobalance.xml:
11555         * docs/plugins/inspect/plugin-videobox.xml:
11556         * docs/plugins/inspect/plugin-videoflip.xml:
11557         * docs/plugins/inspect/plugin-videomixer.xml:
11558         * docs/plugins/inspect/plugin-wavenc.xml:
11559         * docs/plugins/inspect/plugin-wavparse.xml:
11560         * docs/plugins/inspect/plugin-ximagesrc.xml:
11561           Update to CVS.
11562
11563 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11564
11565         Patch by: Sebastian Dröge <slomo circular-chaos org>
11566
11567         * gst/audiofx/audiopanorama.c:
11568           Fix doc section name (Fixes #397946)
11569
11570 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11571
11572         * sys/v4l2/gstv4l2object.c:
11573         (gst_v4l2_object_install_properties_helper),
11574         (gst_v4l2_object_set_property_helper),
11575         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11576         * sys/v4l2/gstv4l2object.h:
11577         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11578         (gst_v4l2src_init), (gst_v4l2src_set_property),
11579         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11580         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11581         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11582         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11583         (gst_v4l2src_capture_deinit):
11584           Fix EIO handing when capturing. Add new property to specify the number of
11585           buffers to enque (and remove the borked num-buffers usage).
11586
11587 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11588
11589         Patch by: Sebastian Dröge <slomo circular-chaos org>
11590
11591         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11592         (gst_audio_panorama_set_process_function):
11593           Use a function array for process methods, add more docs and define the
11594           startindex of enums.
11595
11596 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11597
11598         Patch by: Mark Nauwelaerts <manauw at skynet be>
11599
11600         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11601         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11602         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11603         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11604         (gst_avi_mux_riff_get_avi_header),
11605         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11606         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11607         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11608         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11609         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11610         (gst_avi_mux_change_state):
11611         * gst/avi/gstavimux.h:
11612         * tests/check/elements/avimux.c: (teardown_src_pad):
11613           Add support for more than one audio stream; write better AVIX
11614           header; refactor code a bit; don't announce vorbis caps on our audio
11615           sink pads since we don't support it anyway. Closes #379298.
11616
11617 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11618
11619         Patch by: Sebastian Dröge <slomo circular-chaos org>
11620
11621         * gst/audiofx/audiopanorama.c:
11622         (gst_audio_panorama_method_get_type),
11623         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11624         (gst_audio_panorama_set_process_function),
11625         (gst_audio_panorama_set_property),
11626         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11627         (gst_audio_panorama_transform_m2s_int_simple),
11628         (gst_audio_panorama_transform_s2s_int_simple),
11629         (gst_audio_panorama_transform_m2s_float_simple),
11630         (gst_audio_panorama_transform_s2s_float_simple):
11631         * gst/audiofx/audiopanorama.h:
11632           Add 'method' property and provide a simple (non-psychoacustic)
11633           processing method (#394859).
11634
11635         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11636         (panorama_suite):
11637           Tests for new method.
11638
11639 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11640
11641         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11642         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11643           Set correct caps on outgoing pulled buffers, or things blow up
11644           after recent core changes.
11645
11646 2007-01-11  Wim Taymans  <wim@fluendo.com>
11647
11648         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11649
11650         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11651         (gst_multipart_mux_request_new_pad),
11652         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11653         (gst_multipart_mux_change_state):
11654         Return FLOW errors ASAP. Fixes #394977.
11655         Misc cleanups.
11656
11657 2007-01-11  Wim Taymans  <wim@fluendo.com>
11658
11659         Patch by: Lutz Mueller <lutz at topfrose dot de>
11660
11661         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11662         Check for stream pad before activating. 
11663
11664 2007-01-10  Wim Taymans  <wim@fluendo.com>
11665
11666         Patch by: Peter Kjellerstedt  <pkj at axis com>
11667
11668         * gst/rtsp/COPYING.MIT:
11669         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11670         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11671         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11672         (gst_rtspsrc_stream_configure_transport),
11673         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11674         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11675         (gst_rtspsrc_parse_methods),
11676         (gst_rtspsrc_create_transports_string),
11677         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11678         (gst_rtspsrc_open), (gst_rtspsrc_close):
11679         * gst/rtsp/gstrtspsrc.h:
11680         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11681         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11682         (parse_request_line), (parse_line), (rtsp_connection_read),
11683         (rtsp_connection_close):
11684         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11685         (rtsp_method_as_text), (rtsp_header_as_text),
11686         (rtsp_status_as_text), (rtsp_find_header_field),
11687         (rtsp_find_method):
11688         * gst/rtsp/rtspdefs.h:
11689         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11690         (rtsp_ext_wms_configure_stream):
11691         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11692         (rtsp_message_new_request), (rtsp_message_init_request),
11693         (rtsp_message_new_response), (rtsp_message_init_response),
11694         (rtsp_message_init_data), (rtsp_message_unset),
11695         (rtsp_message_free), (rtsp_message_add_header),
11696         (rtsp_message_get_header), (rtsp_message_set_body),
11697         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11698         * gst/rtsp/rtspmessage.h:
11699         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11700         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11701         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11702         (sdp_message_dump):
11703         Allow url to be NULL to be able to use it for server connections.
11704         Can now send responses as well as requests.
11705         No longer hangs in an endless loop if EOF is received.
11706         Can now convert a status code to a text string.
11707         Return RTSP_HDR_INVALID for unknown headers.
11708         Return RTSP_INVALID for unknown methods.
11709         Copy CSeq and Session headers from the request.
11710         Only free memory corresponding to the currently set message type.
11711         Added const to function arguments as appropriate.
11712         Avoid a compiler warning when initializing nmedia.
11713         Use guint rather than gint to avoid compiler warnings.
11714         Fix crasher in wms extension.
11715         Factor out stream setup from open_connection.
11716         Delay activation of streams when actual data is received from the
11717         server, this prepares us to do proper protocol switching.
11718         Added new license.
11719         Fixes #380895.
11720
11721
11722 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11723
11724         Patch by: Sebastian Dröge <slomo ubuntu com>
11725
11726         * docs/plugins/Makefile.am:
11727         * gst/audiofx/audiopanorama.c:
11728           Some small docs fixes (#394851).
11729
11730 2007-01-09  Wim Taymans  <wim@fluendo.com>
11731
11732         * gst/avi/gstavidemux.c:
11733         Fix docs.
11734
11735 2007-01-09  Wim Taymans  <wim@fluendo.com>
11736
11737         * gst/rtp/Makefile.am:
11738         * gst/rtp/gstrtp.c: (plugin_init):
11739         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
11740         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
11741         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
11742         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
11743         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
11744         * gst/rtp/gstrtpmpvdepay.h:
11745           Added RFC 2250 MPEG Video Depayloader.
11746
11747         * gst/rtp/gstrtpL16depay.h:
11748         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
11749         (gst_rtp_h263p_depay_process):
11750         Fix Header file. Small cleanups.
11751
11752         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
11753         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
11754         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
11755         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
11756         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
11757         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
11758         (gst_rtp_mp4v_depay_change_state):
11759         Remove usused code. Remove Adapter from state Change. Added debug.
11760
11761         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
11762         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
11763         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
11764         * gst/rtp/gstrtpmpadepay.h:
11765         Subclass base depayloader.
11766         Added debug.
11767         Support static payload type assignment as well.
11768
11769         * gst/rtp/gstrtpmpapay.c:
11770         Fix caps.
11771
11772 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11773
11774         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11775
11776         * ext/jpeg/gstjpegdec.c:
11777         * ext/jpeg/gstjpegenc.c:
11778         * ext/jpeg/smokecodec.c:
11779           These libjpeg callbacks should return a 'boolean' (unsigned char
11780           apparently) and not a 'gboolean' (which maps to gint). Fixes
11781           warnings when compiling with MingW (#393427).
11782
11783         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11784           Use ioctlsocket on win32.
11785
11786         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11787           Some printf format fixes for win32.
11788
11789 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11790
11791         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11792           Use gst_guint64_to_gdouble for conversion.
11793         * win32/vs6/libgstmatroska.dsp:
11794           Add zlib to the link.
11795         * win32/vs6/libgstvideobox.dsp:
11796           Update liboil library name (project is linked to 
11797           liboil-0.3-0.lib now).
11798           
11799 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11800
11801         * gst/matroska/Makefile.am:
11802           If zlib is available and used, we must link it explicitly for
11803           things to work on MingW (fixes #392855).
11804
11805 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
11806
11807         * ext/esd/esdsink.c: (gst_esdsink_delay):
11808           Don't return bogus values when esd_get_delay() fails for some
11809           reason (#392189).
11810
11811 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11812
11813         * sys/ximage/gstximagesrc.c: (composite_pixel):
11814           Fix presumably copy'n'pasto for 16bpp depth.
11815
11816 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11817
11818         * gst/matroska/matroska-mux.c:
11819         (gst_matroska_mux_audio_pad_setcaps):
11820           The "signed" field in audio caps is of boolean type, trying to use
11821           gst_structure_get_int() to extract it will fail. Fixing this makes
11822           matroskamux accept raw audio input (#387121) (use at your own risk
11823           though, due to the matroska spec being not entirely useful in this
11824           respect).
11825           Also fix up raw audio structures in template caps so that they
11826           represent what our setcaps function will actually accept, so that
11827           converters know what to convert to.
11828           Finally, don't fail if there isn't an "endianness" field in 8-bit
11829           PCM caps.
11830
11831 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11832
11833         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11834         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11835         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11836         (teardown_cmmldec):
11837         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11838         (teardown_cmmlenc):
11839         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11840           reapply consistent pad (de)activation
11841
11842 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11843
11844         * configure.ac:
11845         Back to CVS
11846
11847         * gst-plugins-good.doap:
11848         Add 0.10.5 doap entry
11849
11850 === release 0.10.5 ===
11851
11852 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
11853
11854         * configure.ac:
11855           releasing 0.10.5, "The Path of Thorns"
11856
11857 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11858
11859         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11860         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11861         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11862         (teardown_cmmldec):
11863         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11864         (teardown_cmmlenc):
11865         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11866           revert my freeze breakage
11867
11868 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11869
11870         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11871         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11872         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11873         (teardown_cmmldec):
11874         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11875         (teardown_cmmlenc):
11876         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11877           consistent pad (de)activation
11878
11879 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11880
11881         * configure.ac:
11882         * ext/Makefile.am:
11883         Disable LADPSA, as it has moved to the -bad module for the duration.
11884
11885 2006-12-18  Wim Taymans  <wim@fluendo.com>
11886
11887         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11888         (gst_signal_processor_event):
11889         Reset flow_state back to _OK after a flush stop so that we exit our
11890         error state after the flush. Fixes #374213
11891
11892 2006-12-16  David Schleef  <ds@schleef.org>
11893
11894         * sys/osxvideo/osxvideosink.h:
11895         * sys/osxvideo/osxvideosink.m:
11896           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11897
11898 2006-12-16  David Schleef  <ds@schleef.org>
11899
11900         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11901
11902         * sys/osxvideo/Makefile.am:
11903         * sys/osxvideo/osxvideosink.h:
11904         * sys/osxvideo/osxvideosink.m:
11905           Preliminary patch for porting osxvideosink
11906
11907 2006-12-16  Wim Taymans  <wim@fluendo.com>
11908
11909         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11910
11911         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11912         (gst_videomixer_set_master_geometry),
11913         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11914         (gst_videomixer_reset), (gst_videomixer_init),
11915         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11916         (gst_videomixer_release_pad), (gst_videomixer_collected),
11917         (gst_videomixer_change_state):
11918         Introduce some locking around the videomixer state so that it does not
11919         crash when adding/removing pads. Fixes #383043.
11920
11921 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11922
11923         * configure.ac:
11924           Make sure libcaca can actually be used instead of just checking for
11925           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11926           cross-compiling (fixes #384587).
11927
11928 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11929
11930         * Makefile.am:
11931         * gst-plugins-good.doap:
11932         * gst-plugins-good.spec.in:
11933           adding doap file
11934
11935 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11936
11937         * configure.ac:
11938           libflac-1.1.3 changed API again, but we can't build against it yet,
11939           so make sure our check doesn't use libflac-1.1.3 and add a comment
11940           to this effect.
11941
11942 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11943
11944         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11945         (gst_quarktv_planetable_clear):
11946           Add some NULL pointer checks (possibly related to #385623).
11947
11948 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11949
11950         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11951         (gst_tag_demux_chain):
11952         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11953           In streaming mode, if the first buffer we get doesn't have an
11954           offset, fix it up to be 0, otherwise trimming won't work later on
11955           and we'll be typefinding application/x-id3, which may result in
11956           decodebin plugging an endless number of id3demux elements as a
11957           consequence. Fixes #385031.
11958           
11959 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11960
11961         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11962           Ignore the buffer_time the sound device reports. Turns out it is 
11963           sometimes completely bogus and we're better off without it.
11964
11965 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11966
11967         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11968         (gst_matroska_demux_video_caps):
11969         * gst/matroska/matroska-ids.c:
11970         (gst_matroska_track_init_video_context):
11971         * gst/matroska/matroska-ids.h:
11972           Try harder to extract the framerate for video tracks correctly and
11973           save it directly instead of converting it back and forth a few
11974           times. Mostly makes a difference for very small framerates (<1).
11975           Fixes #380199.
11976
11977 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11978
11979         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
11980         (gst_gconf_audio_src_dispose), (do_toggle_element):
11981         * ext/gconf/gstgconfaudiosrc.h:
11982           Remove gconf notify hook when the gconfaudiosrc element is
11983           destroyed, otherwise the callback may be called on an
11984           already-destroyed instance and bad things happen. Should fix
11985           #378184.
11986           Also ignore gconf key changes when the source is already running.
11987
11988 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11989
11990         Patch by: Sebastian Dröge  <mail at slomosnail de>
11991
11992         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
11993           We need to be able to read and parse any possible floating point string
11994           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
11995           will parse the former only in certain locales though, so we really need
11996           to canonicalise the separator to '.' and then use g_ascii_strtod() to
11997           make sure we can parse either version at all times.
11998           Fixes #382982 for real.
11999
12000 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12001
12002         * sys/sunaudio/gstsunaudiomixerctrl.c:
12003         * sys/sunaudio/gstsunaudiosrc.c:
12004
12005         Use the sunaudio debug category.
12006
12007         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12008         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12009         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12010         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12011         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12012         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12013         (gst_sunaudiosink_reset):
12014         * sys/sunaudio/gstsunaudiosink.h:
12015
12016         Uses the sunaudio debug category for all debug output
12017         Implements the _delay() callback to synchronise video playback better
12018         Change the segtotal and segsize values back to the parent class 
12019           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12020           respectively)
12021         Measure the samples written to the device vs. played.
12022         Keep track of segments in the device by writing empty eof frames, and
12023         sleep using a GCond when we get too far ahead and risk overrunning the
12024         sink's ringbuffer.
12025
12026         Fixes: #360673
12027
12028 2006-12-08  Wim Taymans  <wim@fluendo.com>
12029
12030         Patch by: Sebastian Dröge  <mail at slomosnail de >
12031
12032         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12033         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12034         * gst/audiofx/audiopanorama.h:
12035         Fix audiopanorame with float samples. Fixes #383726.
12036
12037 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12038
12039         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12040         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12041         (gst_sunaudiosrc_reset):
12042
12043         Implement reset functions to unblock the src/sink more quickly on 
12044         state change requests.
12045         Patch by: Brian Cameron <brian dot cameron at sun com>
12046
12047 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12048
12049         * sys/sunaudio/gstsunaudiomixer.c:
12050         (gst_sunaudiomixer_change_state):
12051         Construct the correct mixer device name when the AUDIODEV env var
12052         is set.
12053
12054         Patch by: Jerry Tan <jerry.tan at sun dot com>
12055         Fixes: #383596
12056
12057 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12058
12059         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12060         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12061         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12062         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12063         Patch by: Jerry Tan <jerry.tan at sun dot com>
12064         Fixes: #349015
12065
12066 2006-12-07  Wim Taymans  <wim@fluendo.com>
12067
12068         * gst/smpte/gstmask.h:
12069         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12070         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12071         (gst_smpte_collected), (gst_smpte_set_property),
12072         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12073         * gst/smpte/gstsmpte.h:
12074         Port to 0.10 some more. 
12075         Added duration property to specify the duration of the transition.
12076         Make framerate a fraction.
12077         Deprecate fps property, we only use negotiated fps.
12078         Added docs.
12079         Fix collectpad usage.
12080         Reset state in READY.
12081         Send NEWSEGMENT event.
12082         Fix racy updates of object properties.
12083         Added debug category.
12084         Fixes #383323.
12085
12086 2006-12-06  Wim Taymans  <wim@fluendo.com>
12087
12088         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12089
12090         * gst/videomixer/videomixer.c:
12091         (gst_videomixer_set_master_geometry),
12092         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12093         Don't reset xpos and ypos in the setcaps function because causes
12094         unexpected behaviour.
12095         Fixes #382179.
12096
12097 2006-12-06  Wim Taymans  <wim@fluendo.com>
12098
12099         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12100         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12101         Keep track of the buffer timestamp in the collectdata member instead
12102         of modifying the buffer without making the metadata writable first.
12103         Fixes #382277.
12104
12105 2006-12-06  Wim Taymans  <wim@fluendo.com>
12106
12107         Patch by: Rob Taylor <robtaylor at floopily dot org>
12108
12109         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12110         If using multicast in udpsrc, bind to the multicast address rather than
12111         IN_ADDR_ANY.
12112         This allows the simultanous use of multiple udpsrcs listening on
12113         different multicat addresses. Without this all udpsrcs will receive all
12114         packets from all subscribed multicast addresses.
12115         Fixes #383001.
12116
12117 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12118
12119         * ext/taglib/gstid3v2mux.cc:
12120         Don't attempt to write a NULL frame into the ID3 tag set when the 
12121         createFrame method returned NULL.
12122         Fixes: #381857
12123         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12124
12125 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12126
12127         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12128         Use g_strtod() instead of sscanf to parse doubles, so that it will
12129         try parsing in the C locale if the current locale fails.
12130         Fixes: #382982
12131         Patch by: Sebastian Dröge  <mail at slomosnail de >
12132
12133 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12134
12135         * win32/MANIFEST:
12136         Fix compilation on win32 under VS8
12137         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12138         Partially fixes #381175
12139
12140 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12141
12142         * gst/avi/gstavimux.c:
12143           accept all mpegversions,fixes #380825
12144           spotted by: Jerome Alet  
12145
12146 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12147
12148         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12149         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12150         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12151         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12152           cleanup the error message a bit more
12153
12154 2006-11-28  Wim Taymans  <wim@fluendo.com>
12155
12156         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12157         Fix width and height properties.
12158
12159         * ext/libcaca/gstcacasink.h:
12160         Fix compilation on newer libcaca that require us to include a new
12161         header. Fixes #379918.
12162
12163 2006-11-28  Wim Taymans  <wim@fluendo.com>
12164
12165         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12166         * gst/rtsp/gstrtspsrc.h:
12167         * gst/rtsp/rtspext.h:
12168         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12169         (rtsp_ext_wms_get_context):
12170         Add method so that extensions can choose to disable the setup of
12171         a stream.
12172         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12173
12174 2006-11-27  Wim Taymans  <wim@fluendo.com>
12175
12176         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12177
12178         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12179         Push header in a separate buffer instead of memcpy:ing all data.
12180         Change LF => CRLF in headers.
12181         Move trailing LF to header. Fixes #379792.
12182
12183 2006-11-27  Wim Taymans  <wim@fluendo.com>
12184
12185         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12186         Small buffer overflow fix and improve debugging.
12187
12188 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12189
12190         * ext/esd/esdmon.h:
12191         * ext/esd/esdsink.h:
12192           remove obsolete _factory_init protos
12193
12194 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12195
12196         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12197         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12198         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12199         (gst_avi_demux_read_subindexes_push),
12200         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12201         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12202         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12203         (gst_avi_demux_massage_index),
12204         (gst_avi_demux_calculate_durations_from_index),
12205         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12206         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12207         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12208           remove dead code, tweak debugs statements, add comments, use
12209           _uint64_scale instead _uint64_scale_int when using guint64 values,
12210           small optimizations, reflow some error handling
12211
12212 2006-11-22  Edward Hervey  <edward@fluendo.com>
12213
12214         * po/.cvsignore:
12215         We never put .pot files in cvs. Let's ignore them all.
12216
12217 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12218
12219         * po/POTFILES.in:
12220           ... but better exclude files that aren't disted.
12221
12222 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12223
12224         * po/POTFILES.in:
12225           Add v4l2 source files to list of files with translations, so the
12226           strings are actually extracted (however bad they still may be).
12227
12228 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12229
12230         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12231           Minor clean-ups: const-ify static array, remove trailing comma from
12232           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12233
12234 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12235
12236         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12237         Make sure that g_free always gets called on the same pointer that was 
12238         returned by g_malloc.  Fixes #376594.
12239         Do not leak memory if decompressed size is wrong.
12240         Remove unneeded check of return value of g_malloc.
12241         Patch by: René Stadler <mail@renestadler.de>
12242
12243 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12244
12245         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12246           Add missing curly brackets.
12247
12248 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12249
12250         * sys/v4l2/v4l2src_calls.c:
12251         Fix capture_deinit.
12252
12253 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12254
12255         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12256         (gst_matroska_mux_request_new_pad):
12257           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12258
12259         * tests/check/elements/matroskamux.c: (setup_src_pad),
12260         (setup_sink_pad), (GST_START_TEST):
12261         Activate pads before using them.
12262
12263 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12264
12265         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12266           Initialise variable to get rid of bogus compiler warning.
12267
12268 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12269
12270         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12271
12272         * gst/rtp/gstrtph263pay.c:
12273         * gst/rtp/gstrtph263pdepay.c:
12274         * gst/rtp/gstrtph263ppay.c:
12275           Specify H.263 variant and version in the caps (fixes #361637)
12276
12277 2006-11-15  Wim Taymans  <wim@fluendo.com>
12278
12279         * gst/rtsp/rtspconnection.c: (read_body):
12280         Don't set a data pointer to NULL and a size > 0 when we deal
12281         with empty packets.
12282
12283         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12284         (rtsp_message_init_response), (rtsp_message_init_data),
12285         (rtsp_message_unset), (rtsp_message_free),
12286         (rtsp_message_take_body):
12287         Check that we can't create invalid empty packets. 
12288
12289 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12290
12291         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12292
12293         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12294         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12295         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12296         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12297         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12298         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12299         * gst/matroska/matroska-mux.h:
12300           Add basic tag writing support; implement releasing pads (#374658).
12301
12302 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12303
12304         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12305         (gst_matroska_demux_audio_caps):
12306           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12307
12308 2006-11-14  David Schleef  <ds@schleef.org>
12309
12310         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12311
12312 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12313
12314         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12315
12316         * win32/vs8/gst-plugins-good.sln:
12317         * win32/vs8/libgst1394.vcproj:
12318         * win32/vs8/libgstaasink.vcproj:
12319         * win32/vs8/libgstalaw.vcproj:
12320         * win32/vs8/libgstalpha.vcproj:
12321         * win32/vs8/libgstalphacolor.vcproj:
12322         * win32/vs8/libgstannodex.vcproj:
12323         * win32/vs8/libgstapetag.vcproj:
12324         * win32/vs8/libgstaudiofx.vcproj:
12325         * win32/vs8/libgstauparse.vcproj:
12326         * win32/vs8/libgstautodetect.vcproj:
12327         * win32/vs8/libgstavi.vcproj:
12328         * win32/vs8/libgstcacasink.vcproj:
12329         * win32/vs8/libgstcdio.vcproj:
12330         * win32/vs8/libgstcutter.vcproj:
12331         * win32/vs8/libgstdv.vcproj:
12332         * win32/vs8/libgsteffectv.vcproj:
12333         * win32/vs8/libgstflac.vcproj:
12334         * win32/vs8/libgstflxdec.vcproj:
12335         * win32/vs8/libgstgoom.vcproj:
12336         * win32/vs8/libgsticydemux.vcproj:
12337         * win32/vs8/libgstid3demux.vcproj:
12338         * win32/vs8/libgstjpeg.vcproj:
12339         * win32/vs8/libgstladspa.vcproj:
12340         * win32/vs8/libgstlevel.vcproj:
12341         * win32/vs8/libgstmatroska.vcproj:
12342         * win32/vs8/libgstmikmod.vcproj:
12343         * win32/vs8/libgstmng.vcproj:
12344         * win32/vs8/libgstmonoscope.vcproj:
12345         * win32/vs8/libgstmulaw.vcproj:
12346         * win32/vs8/libgstmultipart.vcproj:
12347         * win32/vs8/libgstpng.vcproj:
12348         * win32/vs8/libgstrtp.vcproj:
12349         * win32/vs8/libgstrtsp.vcproj:
12350         * win32/vs8/libgstshout2.vcproj:
12351         * win32/vs8/libgstsmpte.vcproj:
12352         * win32/vs8/libgstspeex.vcproj:
12353         * win32/vs8/libgsttaglib.vcproj:
12354         * win32/vs8/libgstudp.vcproj:
12355         * win32/vs8/libgstvideobalance.vcproj:
12356         * win32/vs8/libgstvideobox.vcproj:
12357         * win32/vs8/libgstvideoflip.vcproj:
12358         * win32/vs8/libgstvideomixer.vcproj:
12359         * win32/vs8/libgstwavenc.vcproj:
12360         * win32/vs8/libgstwavparse.vcproj:
12361           Make end-of-line returns unixy, so that when the files are checked
12362           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12363           Hopefully fixes #366492.
12364
12365 2006-11-14  Wim Taymans  <wim@fluendo.com>
12366
12367         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12368         Disable init_frames delay timestamp adjustment, it does not
12369         seem to be needed at all. Fixes #369621.
12370
12371 2006-11-13  Wim Taymans  <wim@fluendo.com>
12372
12373         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12374
12375         * gst/videomixer/videomixer.c:
12376         (gst_videomixer_set_master_geometry),
12377         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12378         (gst_videomixer_collect_free), (gst_videomixer_reset),
12379         (gst_videomixer_init), (gst_videomixer_finalize),
12380         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12381         (gst_videomixer_collected), (gst_videomixer_change_state):
12382         Fix memleak by unref'ing collectpads instance (when finalizing)
12383         Implement releasing a request pad. Fixes #374479.
12384
12385 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12386
12387         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12388
12389         * win32/vs8/gst-plugins-good.sln:
12390         * win32/vs8/libgst1394.vcproj:
12391         * win32/vs8/libgstaasink.vcproj:
12392         * win32/vs8/libgstalaw.vcproj:
12393         * win32/vs8/libgstalpha.vcproj:
12394         * win32/vs8/libgstalphacolor.vcproj:
12395         * win32/vs8/libgstannodex.vcproj:
12396         * win32/vs8/libgstapetag.vcproj:
12397         * win32/vs8/libgstaudiofx.vcproj:
12398         * win32/vs8/libgstauparse.vcproj:
12399         * win32/vs8/libgstautodetect.vcproj:
12400         * win32/vs8/libgstavi.vcproj:
12401         * win32/vs8/libgstcacasink.vcproj:
12402         * win32/vs8/libgstcdio.vcproj:
12403         * win32/vs8/libgstcutter.vcproj:
12404         * win32/vs8/libgstdv.vcproj:
12405         * win32/vs8/libgsteffectv.vcproj:
12406         * win32/vs8/libgstflac.vcproj:
12407         * win32/vs8/libgstflxdec.vcproj:
12408         * win32/vs8/libgstgoom.vcproj:
12409         * win32/vs8/libgsticydemux.vcproj:
12410         * win32/vs8/libgstid3demux.vcproj:
12411         * win32/vs8/libgstjpeg.vcproj:
12412         * win32/vs8/libgstladspa.vcproj:
12413         * win32/vs8/libgstlevel.vcproj:
12414         * win32/vs8/libgstmatroska.vcproj:
12415         * win32/vs8/libgstmikmod.vcproj:
12416         * win32/vs8/libgstmng.vcproj:
12417         * win32/vs8/libgstmonoscope.vcproj:
12418         * win32/vs8/libgstmulaw.vcproj:
12419         * win32/vs8/libgstmultipart.vcproj:
12420         * win32/vs8/libgstpng.vcproj:
12421         * win32/vs8/libgstrtp.vcproj:
12422         * win32/vs8/libgstrtsp.vcproj:
12423         * win32/vs8/libgstshout2.vcproj:
12424         * win32/vs8/libgstsmpte.vcproj:
12425         * win32/vs8/libgstspeex.vcproj:
12426         * win32/vs8/libgsttaglib.vcproj:
12427         * win32/vs8/libgstudp.vcproj:
12428         * win32/vs8/libgstvideobalance.vcproj:
12429         * win32/vs8/libgstvideobox.vcproj:
12430         * win32/vs8/libgstvideoflip.vcproj:
12431         * win32/vs8/libgstvideomixer.vcproj:
12432         * win32/vs8/libgstwavenc.vcproj:
12433         * win32/vs8/libgstwavparse.vcproj:
12434           Add VS8 project files (note that many of the plugins in ext are
12435           disabled by default). Fixes #366492.
12436
12437 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12438
12439         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12440           we do not translate debug messages
12441
12442 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12443
12444         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12445           fix categorisation, make short desc more explicit, remove unused code
12446           Fixes #372021
12447
12448 2006-11-08  Wim Taymans  <wim@fluendo.com>
12449
12450         * gst/rtp/gstrtpL16depay.c:
12451         * gst/rtp/gstrtpamrdepay.c:
12452         * gst/rtp/gstrtpamrpay.c:
12453         * gst/rtp/gstrtpgsmdepay.c:
12454         * gst/rtp/gstrtph263pay.c:
12455         * gst/rtp/gstrtph263pdepay.c:
12456         * gst/rtp/gstrtph263ppay.c:
12457         * gst/rtp/gstrtph264depay.c:
12458         * gst/rtp/gstrtpmp2tdepay.c:
12459         * gst/rtp/gstrtpmp4gdepay.c:
12460         * gst/rtp/gstrtpmp4gpay.c:
12461         * gst/rtp/gstrtpmp4vdepay.c:
12462         * gst/rtp/gstrtpmp4vpay.c:
12463         * gst/rtp/gstrtpmpadepay.c:
12464         * gst/rtp/gstrtpmpapay.c:
12465         * gst/rtp/gstrtppcmadepay.c:
12466         * gst/rtp/gstrtppcmapay.c:
12467         * gst/rtp/gstrtppcmudepay.c:
12468         * gst/rtp/gstrtppcmupay.c:
12469         * gst/rtp/gstrtpspeexdepay.c:
12470         * gst/rtp/gstrtpspeexpay.c:
12471         * gst/rtp/gstrtpsv3vdepay.c:
12472         Fix element descriptions.
12473
12474 2006-11-08  Wim Taymans  <wim@fluendo.com>
12475
12476         * gst/rtp/gstrtpvorbisdepay.c:
12477         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12478         Fix description.
12479         Small cleanup in the payloader.
12480
12481 2006-11-08  Wim Taymans  <wim@fluendo.com>
12482
12483         * gst/rtp/Makefile.am:
12484         * gst/rtp/gstrtp.c: (plugin_init):
12485         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12486         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12487         (gst_rtp_theora_depay_finalize),
12488         (gst_rtp_theora_depay_parse_configuration),
12489         (gst_rtp_theora_depay_setcaps),
12490         (gst_rtp_theora_depay_switch_codebook),
12491         (gst_rtp_theora_depay_process),
12492         (gst_rtp_theora_depay_set_property),
12493         (gst_rtp_theora_depay_get_property),
12494         (gst_rtp_theora_depay_change_state),
12495         (gst_rtp_theora_depay_plugin_init):
12496         * gst/rtp/gstrtptheoradepay.h:
12497         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12498         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12499         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12500         (gst_rtp_theora_pay_init_packet),
12501         (gst_rtp_theora_pay_flush_packet),
12502         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12503         (gst_rtp_theora_pay_handle_buffer),
12504         (gst_rtp_theora_pay_plugin_init):
12505         * gst/rtp/gstrtptheorapay.h:
12506         Add theora pay/depayloaders.
12507
12508 2006-11-06  Wim Taymans  <wim@fluendo.com>
12509
12510         * gst/rtp/Makefile.am:
12511         We depend on gsttag to generate the vorbis comments.
12512
12513         * gst/rtp/gstrtpvorbisdepay.c:
12514         (gst_rtp_vorbis_depay_parse_configuration),
12515         (gst_rtp_vorbis_depay_setcaps),
12516         (gst_rtp_vorbis_depay_switch_codebook),
12517         (gst_rtp_vorbis_depay_process):
12518         * gst/rtp/gstrtpvorbisdepay.h:
12519         Parse configuration string in the depayloader.
12520         Implement selecting and switching to a new codebook.
12521         Receiving vorbis over RTP now works.
12522
12523         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12524         (gst_rtp_vorbis_pay_init_packet),
12525         (gst_rtp_vorbis_pay_finish_headers),
12526         (gst_rtp_vorbis_pay_handle_buffer):
12527         * gst/rtp/gstrtpvorbispay.h:
12528         Set timestamps on outgoing buffers and RTP packets.
12529         Fix configuration string, prepend number of Packet headers.
12530         Fix encoding of ident string.
12531         Add delivery-method to caps.
12532         Streaming vorbis over RTP now works.
12533
12534 2006-11-06  Wim Taymans  <wim@fluendo.com>
12535
12536         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12537         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12538         (gst_rtp_vorbis_pay_handle_buffer):
12539         * gst/rtp/gstrtpvorbispay.h:
12540         Generate a valid configuration string in the caps based on the
12541         vorbis headers.
12542
12543 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12544
12545         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12546         * ext/cdio/gstcdio.h:
12547         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12548           Move CD-TEXT utility function into common file so it can also be
12549           used by a future cdioparanoiasrc.
12550
12551 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12552         
12553         * sys/v4l2/Makefile.am:
12554         * sys/v4l2/gstv4l2object.c:
12555         * sys/v4l2/gstv4l2src.c:
12556         * sys/v4l2/gstv4l2xoverlay.c:
12557         * sys/v4l2/v4l2_calls.c:
12558         * sys/v4l2/v4l2src_calls.c:
12559         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12560         xoverlay code that is still not implemented.
12561
12562 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12563
12564         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12565           We require a -base more recent than 0.10.9, so it's safe to use
12566           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12567
12568         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12569         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12570           Use _newsegment_full() now that we depend on a recent enough core.
12571
12572         * gst/wavparse/gstwavparse.c:
12573           Remove cruft that we don't need any longer now that we depend on
12574           a recent enough -base.
12575
12576 2006-10-31  Wim Taymans  <wim@fluendo.com>
12577
12578         * gst/rtp/Makefile.am:
12579         * gst/rtp/gstrtp.c: (plugin_init):
12580         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12581         (gst_rtpilbcpay_setcaps):
12582         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12583
12584 2006-10-31  Wim Taymans  <wim@fluendo.com>
12585
12586         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12587         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12588         Some small cleanups, use _scale.
12589
12590 2006-10-31  Wim Taymans  <wim@fluendo.com>
12591
12592         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12593         Use higher precision scale function.
12594
12595 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12596
12597         Patch by: Michal Benes  <michal dot benes at itonis tv>
12598
12599         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12600         (gst_matroska_demux_read_track_encodings),
12601         (gst_matroska_decode_buffer):
12602           Fix several issues with encoded/compressed/encrypted/signed tracks;
12603           also, remove superfluous newline characters from some debug
12604           statements. (#366155)
12605
12606 2006-10-30  Wim Taymans  <wim@fluendo.com>
12607
12608         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12609         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12610         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12611         (gst_smokedec_change_state):
12612         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12613         (gst_smokeenc_init), (gst_smokeenc_finalize),
12614         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12615         (gst_smokeenc_resync), (gst_smokeenc_chain),
12616         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12617         (gst_smokeenc_change_state):
12618         Various cleanups, capsnego and leak fixes.
12619
12620 2006-10-30  Wim Taymans  <wim@fluendo.com>
12621
12622         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12623
12624         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12625         Fix videomixer so that it can handle any combination of framerates.
12626         Fixes #367221.
12627
12628 2006-10-28  Wim Taymans  <wim@fluendo.com>
12629
12630         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12631         (gst_avi_demux_parse_file_header),
12632         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12633         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12634         (gst_avi_demux_chain):
12635         Fix position query for audio. also fixes timestamps in streaming
12636         mode and bug #364958.
12637         Small cleanups.
12638
12639 2006-10-27  Wim Taymans  <wim@fluendo.com>
12640
12641         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12642         * ext/libpng/gstpngenc.h:
12643         Fix strides. Fixes #364856.
12644         Cleanup capsnego.
12645         Set caps on outgoing buffers.
12646
12647 2006-10-18  Wim Taymans  <wim@fluendo.com>
12648
12649         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12650
12651         * gst/rtp/gstrtpgsmpay.c:
12652         * gst/rtp/gstrtph263pay.c:
12653         * gst/rtp/gstrtpmpapay.c:
12654         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12655         (gst_rtp_pcma_pay_handle_buffer):
12656         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12657         Add static payload numbers in addition to the dynamic ones.
12658         Fixes #361639.
12659
12660 2006-10-18  Wim Taymans  <wim@fluendo.com>
12661
12662         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12663         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12664         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12665         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12666         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12667         * gst/rtsp/rtspdefs.h:
12668         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12669         * gst/rtsp/rtspurl.h:
12670         Reuse already existing enum for lower transport.
12671         Add rtspt and rtspu protocols.
12672         Send redirect to rtspt when udp times out.
12673
12674 2006-10-18  Wim Taymans  <wim@fluendo.com>
12675
12676         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12677         (gst_wavparse_stream_data):
12678         Fix seeking some more, mostly for speed changes.
12679
12680 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12681
12682         Patch by: Fredrik Persson  <frepe at bredband net>
12683
12684         * sys/v4l2/gstv4l2tuner.c:
12685         * sys/v4l2/gstv4l2tuner.h:
12686           Fix _set_channel(): remove useless g_object_notify() for "channel"
12687           property that doesn't exist any longer and therefore now also
12688           useless redirect (#338818).
12689
12690 2006-10-17  Wim Taymans  <wim@fluendo.com>
12691
12692         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12693         Some drivers do not support unsetting the non-blocking flag once the
12694         device is opened. In those cases, close/open the device in
12695         non-blocking mode. Fixes #362673.
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           dear stefan, framespersecond is not frameperiod, reverting but adding
12703           comment
12704
12705 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12706
12707         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12708         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12709         (gst_v4l2src_get_fps):
12710           Numerator is numerator and denominator is denominator. Say that aloud
12711           5 times and retry after next beer.
12712
12713 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
12714
12715         Patch by: Josep Torra Valles  <josep at fluendo com>
12716
12717         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12718         * ext/esd/esdsink.c: (gst_esdsink_write):
12719         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12720         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12721         (gst_flac_dec_send_newsegment):
12722         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12723         (gst_flac_enc_tell_callback):
12724         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12725         (smokecodec_parse_header), (smokecodec_decode):
12726         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
12727         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
12728         * gst/goom/Makefile.am:
12729         * gst/goom/gstgoom.c:
12730         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
12731         * gst/rtsp/gstrtspsrc.c:
12732         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12733         * gst/udp/gstudpsink.c:
12734         * gst/udp/gstudpsrc.c:
12735         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
12736         * sys/sunaudio/gstsunaudiomixertrack.h:
12737           Fix a bunch of problems discovered by the Forte compiler, mostly type
12738           mixups and pointer arithmetics with void pointers. Fixes #362603.
12739
12740 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12741
12742         * ext/speex/gstspeex.c: (plugin_init):
12743         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
12744         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
12745         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
12746         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
12747         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
12748         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
12749         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
12750         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
12751         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
12752         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
12753         (gst_speex_enc_chain), (gst_speex_enc_get_property),
12754         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
12755         * ext/speex/gstspeexenc.h:
12756           Miscellaneous clean-ups, among other things: speexenc => enc to
12757           enhance code readability; change speexenc => speex_enc; in chain
12758           function unref input buffer in case of error; take reference in
12759           event function; use boilerplate macro; use gst_pad_query_peer_*
12760           convenience functions.
12761
12762 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12763
12764         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
12765         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
12766         (gst_speexenc_set_header_on_caps):
12767           Fix some mem leaks.
12768
12769 2006-10-11  Wim Taymans  <wim@fluendo.com>
12770
12771         * gst/rtsp/URLS:
12772         Added some other URL.
12773
12774         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
12775         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
12776         (gst_rtspsrc_open), (gst_rtspsrc_play),
12777         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12778         * gst/rtsp/gstrtspsrc.h:
12779         Work on fallback to TCP connection when the UDP socket times out.
12780         Handler server requests, just reply with OK for now.
12781
12782         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12783         * gst/rtsp/rtspdefs.h:
12784         Added some more Real extension headers.
12785
12786         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12787         Fix parsing of urls with a ':' that is not part of the hostname:port
12788         part of the url.
12789
12790 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
12791
12792         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
12793         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
12794         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12795           Activate pad before adding it to the already-running element.
12796
12797         * tests/check/elements/icydemux.c: (icydemux_found_pad):
12798           Activate newly-created pad too.
12799
12800 2006-10-11  Wim Taymans  <wim@fluendo.com>
12801
12802         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12803
12804         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12805         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
12806         (gst_udpsrc_start):
12807         Fix some leaks in caps and uris. Fixes #361252.
12808
12809 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12810
12811         * gst/wavparse/Makefile.am:
12812           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
12813
12814 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
12815
12816         * sys/v4l2/gstv4l2xoverlay.c:
12817         * sys/v4l2/gstv4l2xoverlay.h:
12818         Fix build as per the patch in #338818 comment 36.
12819
12820 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12821
12822         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12823           Activate pads before adding them to the source.
12824
12825 2006-10-06  Wim Taymans  <wim@fluendo.com>
12826
12827         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
12828         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
12829         Activate pads before adding.
12830
12831 2006-10-06  Wim Taymans  <wim@fluendo.com>
12832
12833         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12834         (gst_multipart_find_pad_by_mime):
12835         Activate pads before adding.
12836
12837         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12838         BOILERPLATE sets parent_class for us.
12839
12840 2006-10-06  Wim Taymans  <wim@fluendo.com>
12841
12842         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
12843         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
12844         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
12845         (gst_rtspsrc_alloc_udp_ports),
12846         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12847         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
12848         (gst_rtspsrc_create_transports_string),
12849         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
12850         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12851         * gst/rtsp/gstrtspsrc.h:
12852         Rework how the transport string is constructed, try to share channels
12853         and udp ports.
12854         Make most of the stuff less dependant on RTP as we are also going to use
12855         it for RDT.
12856         Add support for transport specific session managers.
12857
12858         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
12859         Implement _flush().
12860
12861         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12862         * gst/rtsp/rtspdefs.h:
12863         Add generic error return code.
12864
12865         * gst/rtsp/rtspext.h:
12866         Add support for pluggable tranport strings.
12867
12868         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
12869         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
12870         (rtsp_ext_wms_get_context):
12871         Detect WMServer and activate the extension.
12872
12873         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
12874         (rtsp_transport_get_manager), (rtsp_transport_parse):
12875         * gst/rtsp/rtsptransport.h:
12876         Added methods to get mime/manager for certain transports.
12877
12878 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12879
12880         * ext/cairo/gsttimeoverlay.c:
12881         (gst_cairo_time_overlay_update_font_height):
12882         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12883         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12884         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12885         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12886         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12887         * ext/libpng/gstpngdec.c: (user_endrow_callback):
12888         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12889         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12890         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12891         (gst_avi_demux_stream_data):
12892         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12893         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12894         (gst_fenced_buffer_copy):
12895         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12896         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12897         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12898         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12899         (gst_rtspsrc_handle_message):
12900         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12901         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12902           Printf format fixes.
12903
12904 2006-10-04  Wim Taymans  <wim@fluendo.com>
12905
12906         * gst/rtsp/Makefile.am:
12907         Dist new .h file too.
12908
12909 2006-10-04  Wim Taymans  <wim@fluendo.com>
12910
12911         * gst/rtsp/Makefile.am:
12912         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12913         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12914         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12915         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12916         (gst_rtspsrc_parse_rtpmap),
12917         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12918         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12919         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12920         * gst/rtsp/gstrtspsrc.h:
12921         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12922         * gst/rtsp/rtspdefs.h:
12923         * gst/rtsp/rtspext.h:
12924         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12925         (rtsp_ext_wms_get_context):
12926         * gst/rtsp/rtspextwms.h:
12927         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12928         (rtsp_transport_parse):
12929         * gst/rtsp/rtsptransport.h:
12930         Factor out extension in separate module.
12931         Fix getcaps to filter against the padtemplate.
12932         Use Content-Base if the server gives one.
12933         Rework the transport parsing a bit for future extensions.
12934         Added some Real Header field definitions.
12935
12936 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12937
12938         * docs/plugins/Makefile.am:
12939         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12940         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12941           added v4l2 stubs
12942         * gst-plugins-good.spec.in:
12943           add v4l2
12944
12945 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12946
12947         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12948           Extract disc/album/medium number and count and try harder
12949           to extract track number/count.
12950
12951 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12952
12953         * configure.ac:
12954         * sys/Makefile.am:
12955           add build stuff for v4l2, needs --enable-experimental until
12956           the last bits are resolved
12957
12958 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12959
12960         * tests/check/Makefile.am:
12961           Disable autodetect test temporarily, so that the build bots
12962           update -bad and the ranks of unreliable video sinks in there.
12963
12964         * tests/check/elements/autodetect.c: (GST_START_TEST):
12965           Skip test if no usable videosink is found.
12966
12967 2006-09-29  Wim Taymans  <wim@fluendo.com>
12968
12969         * gst/rtsp/URLS:
12970         Add some more URLs.
12971
12972         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12973         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12974         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12975         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12976         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12977         (gst_rtspsrc_loop), (gst_rtspsrc_send),
12978         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12979         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
12980         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12981         * gst/rtsp/gstrtspsrc.h:
12982         Add timeout property to control UDP timeouts.
12983         Fix error messages.
12984         Also start a loop function when operating in UDP mode so that we can
12985         do some more stuff async.
12986         Handle element messages from udpsrc to detect timeouts. If a timeout
12987         happens we currently generate an error.
12988         API: rtspsrc::timeout property.
12989
12990         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12991         (gst_udpsrc_create):
12992         Really implement the timeout in microseconds and not milliseconds.
12993
12994 2006-09-29  Wim Taymans  <wim@fluendo.com>
12995
12996         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12997         (gst_udpsrc_create), (gst_udpsrc_set_property),
12998         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
12999         * gst/udp/gstudpsrc.h:
13000         Added property to post a message on timeout.
13001         Updated docs.
13002         When restarting the select, initialize the fdsets again.
13003         Init control sockets so we don't accidentally close a random socket.
13004         API: GstUDPSrc::timeout property
13005
13006 2006-09-29  Wim Taymans  <wim@fluendo.com>
13007
13008         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13009         Fix flag registration.
13010
13011         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13012         Reading 0 also means 'no more commands'
13013
13014 2006-09-29  Wim Taymans  <wim@fluendo.com>
13015
13016         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13017
13018         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13019         Fix possible infinite loop when shutting down, a read can also return
13020         0 to indicate no more messages are available. Fixes #358156.
13021
13022 2006-09-25  Wim Taymans  <wim@fluendo.com>
13023
13024         * gst/autodetect/gstautoaudiosink.c:
13025         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13026         (gst_auto_audio_sink_find_best):
13027         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13028         Small cleanups.
13029         don't try to set "sync" property when it is not available.
13030
13031 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13032
13033         Patch by: Peter Kjellerstedt  <pkj at axis com>
13034
13035         * gst/alpha/gstalpha.c:
13036         * gst/rtp/gstrtpamrdepay.c:
13037         * gst/rtsp/gstrtspsrc.c:
13038         * gst/udp/gstudpsrc.c:
13039         * gst/videomixer/videomixer.c:
13040           Include stdlib.h in some more places, makes things compile
13041           with uClibc and -Werror (#357592).
13042
13043 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13044
13045         * ext/jpeg/gstjpegdec.c:
13046           Set minimum height to 8 (from 16), our code should handle
13047           that fine. Some of the buttons on the apple trailer site
13048           are apparently only 15 pixels high (see #357470).
13049
13050 2006-09-23  Wim Taymans  <wim@fluendo.com>
13051
13052         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13053         (gst_rtspsrc_open):
13054         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13055         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13056         (rtsp_connection_receive):
13057         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13058         * gst/rtsp/rtspdefs.h:
13059         Improve error reporting.
13060
13061 2006-09-23  Wim Taymans  <wim@fluendo.com>
13062
13063         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13064         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13065         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13066         * gst/rtp/gstrtpdepay.c:
13067         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13068         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13069         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13070         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13071         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13072         (gst_rtp_mp2t_depay_plugin_init):
13073         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13074         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13075         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13076         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13077         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13078         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13079         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13080         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13081         Fix klass typos.
13082         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13083
13084 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13085
13086         * configure.ac:
13087           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13088
13089 2006-09-22  Wim Taymans  <wim@fluendo.com>
13090
13091         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13092         Don't check for a tag that is never there and check if we read the
13093         correct tag. Fixes seeking again.
13094         We must post an error when all pads are unlinked.
13095
13096 2006-09-22  Wim Taymans  <wim@fluendo.com>
13097
13098         * gst/rtp/Makefile.am:
13099         * gst/rtp/gstrtp.c: (plugin_init):
13100         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13101         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13102         (gst_rtp_vorbis_pay_reset_packet),
13103         (gst_rtp_vorbis_pay_init_packet),
13104         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13105         (gst_rtp_vorbis_pay_handle_buffer):
13106         More fixage, set endoder-params correctly in the payloader.
13107
13108 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13109
13110         * gst/autodetect/gstautoaudiosink.c:
13111         (gst_auto_audio_sink_base_init):
13112         * gst/autodetect/gstautovideosink.c:
13113         (gst_auto_video_sink_base_init):
13114           Make static pad templates static to appease valgrind's leak
13115           detector.
13116
13117         * tests/check/Makefile.am:
13118         * tests/check/elements/.cvsignore:
13119         * tests/check/elements/autodetect.c: (GST_START_TEST),
13120         (autodetect_suite):
13121           Add simple test for the ghostpad lockup on shutdown fixed in core
13122           CVS (audio bit disabled because it would need dozens of alsa
13123           suppressions and I'm too lazy to add those now).
13124
13125 2006-09-22  Wim Taymans  <wim@fluendo.com>
13126
13127         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13128         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13129         Small cleanups.
13130
13131         * gst/rtp/Makefile.am:
13132         * gst/rtp/gstrtp.c: (plugin_init):
13133         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13134         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13135         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13136         (gst_rtp_vorbis_depay_process),
13137         (gst_rtp_vorbis_depay_set_property),
13138         (gst_rtp_vorbis_depay_get_property),
13139         (gst_rtp_vorbis_depay_change_state),
13140         (gst_rtp_vorbis_depay_plugin_init):
13141         * gst/rtp/gstrtpvorbisdepay.h:
13142         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13143         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13144         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13145         (gst_rtp_vorbis_pay_flush_packet),
13146         (gst_rtp_vorbis_pay_append_buffer),
13147         (gst_rtp_vorbis_pay_handle_buffer),
13148         (gst_rtp_vorbis_pay_plugin_init):
13149         * gst/rtp/gstrtpvorbispay.h:
13150         Add experimental vorbis pay and depayloaders.
13151
13152 2006-09-21  Wim Taymans  <wim@fluendo.com>
13153
13154         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13155         Fix profile-level-id parsing and setup.
13156
13157 2006-09-21  Wim Taymans  <wim@fluendo.com>
13158
13159         * gst/udp/README:
13160         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13161         Update README, simple cleanup.
13162
13163 2006-09-21  Wim Taymans  <wim@fluendo.com>
13164
13165         * gst/rtp/README:
13166         Update README with some examples.
13167
13168         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13169         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13170         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13171         (gst_rtp_mp4g_pay_setcaps):
13172         * gst/rtp/gstrtpmp4gpay.h:
13173         Make optional RTP parameters of type STRING, as required by the
13174         application/x-rtp caps specification.
13175
13176 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13177
13178         * gst/rtp/gstrtph263pdepay.c:
13179         * gst/rtp/gstrtph263ppay.c:
13180         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13181         RTP header.
13182
13183 2006-09-20  Wim Taymans  <wim@fluendo.com>
13184
13185         * gst/rtp/Makefile.am:
13186         And makefile too.
13187
13188 2006-09-20  Wim Taymans  <wim@fluendo.com>
13189
13190         * gst/rtp/gstrtp.c: (plugin_init):
13191         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13192         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13193         (decode_base64), (gst_rtp_asf_depay_setcaps),
13194         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13195         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13196         (gst_rtp_asf_depay_plugin_init):
13197         * gst/rtp/gstrtpasfdepay.h:
13198         Added preliminary ASF depayloader.
13199
13200         * gst/rtp/gstrtph264depay.c: (decode_base64):
13201         Fix base64 decoding.
13202
13203 2006-09-20  Wim Taymans  <wim@fluendo.com>
13204
13205         * gst/rtsp/URLS:
13206         Added some test URLS.
13207
13208         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13209         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13210         * gst/rtsp/gstrtspsrc.h:
13211         When creating streams, give access to the complete SDP.
13212         Fix some leaks.
13213         Collect and merge global stream properties in stream caps.
13214         Preliminary support for WMServer.
13215
13216         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13217         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13218         (rtsp_connection_receive):
13219         * gst/rtsp/rtspconnection.h:
13220         Make connection interruptable.
13221         Refactor to make it reconnectable.
13222         Don't fail on short reads when reading data packets.
13223
13224         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13225         (rtsp_url_get_port):
13226         * gst/rtsp/rtspurl.h:
13227         Add methods for getting/setting the port.
13228
13229         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13230         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13231         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13232         (sdp_media_get_format), (sdp_parse_line),
13233         (sdp_message_parse_buffer):
13234         Fix headers. 
13235         Add methods for getting multiple attributes with the same name.
13236         Increase buffer size when parsing.
13237         Fix parsing of a=foo fields.
13238
13239         * gst/rtsp/test.c: (main):
13240         Update to new connection API.
13241
13242         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13243         (rtsp_message_init_response), (rtsp_message_init_data),
13244         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13245         * gst/rtsp/rtspmessage.h:
13246         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13247         * gst/rtsp/rtsptransport.h:
13248         * gst/rtsp/sdp.h:
13249         * gst/rtsp/sdpmessage.h:
13250         * gst/rtsp/gstrtsp.c:
13251         * gst/rtsp/gstrtsp.h:
13252         * gst/rtsp/gstrtpdec.c:
13253         * gst/rtsp/gstrtpdec.h:
13254         * gst/rtsp/rtsp.h:
13255         * gst/rtsp/rtspdefs.c:
13256         * gst/rtsp/rtspdefs.h:
13257         Dual licensed under MIT and LGPL now.
13258
13259 2006-09-19  Wim Taymans  <wim@fluendo.com>
13260
13261         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13262         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13263         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13264         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13265         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13266         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13267         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13268         * gst/rtsp/gstrtspsrc.h:
13269         Reorganize stream parsing and creation.
13270         Detect container formats in interleaved mode.
13271         Keep more state about the streams.
13272         Assume a server also supports PLAY if it does not say.
13273         Add unicast and interleaved properties to TCP transport requests to make
13274         some servers happy (WMServer).
13275
13276         * gst/rtsp/sdpmessage.h:
13277         Add some defines for the standard Bandwidth types.
13278
13279 2006-09-19  Wim Taymans  <wim@fluendo.com>
13280
13281         * gst/rtsp/test.c: (main):
13282         Fix build.
13283
13284 2006-09-19  Wim Taymans  <wim@fluendo.com>
13285
13286         * gst/wavparse/gstwavparse.c:
13287         Add ms-gsm to the src template.
13288
13289 2006-09-18  Wim Taymans  <wim@fluendo.com>
13290
13291         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13292         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13293         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13294         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13295         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13296         * gst/rtsp/gstrtspsrc.h:
13297         Small cleanups, added documentation.
13298         Try to clean up the requests and responses.
13299         Refactor parsing the supported methods.
13300
13301         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13302         (rtsp_connection_create), (rtsp_connection_send),
13303         (parse_response_status), (parse_request_line),
13304         (rtsp_connection_receive), (rtsp_connection_close),
13305         (rtsp_connection_free):
13306         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13307         (rtsp_transport_init), (rtsp_transport_parse),
13308         (rtsp_transport_free):
13309         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13310         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13311         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13312         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13313         Use g_return_val some more.
13314
13315         * gst/rtsp/rtspdefs.h:
13316         Add more enum values to track initial states.
13317
13318         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13319         (rtsp_message_init_request), (rtsp_message_new_response),
13320         (rtsp_message_init_response), (rtsp_message_init_data),
13321         (rtsp_message_unset), (rtsp_message_free),
13322         (rtsp_message_add_header), (rtsp_message_remove_header),
13323         (rtsp_message_get_header), (rtsp_message_set_body),
13324         (rtsp_message_take_body), (rtsp_message_get_body),
13325         (rtsp_message_steal_body), (rtsp_message_dump):
13326         * gst/rtsp/rtspmessage.h:
13327         Reorder arguments, object goes as the first one.
13328         Use g_return_val some more.
13329
13330 2006-09-18  Wim Taymans  <wim@fluendo.com>
13331
13332         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13333         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13334         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13335         * gst/rtsp/gstrtspsrc.h:
13336         Export sometimes source pad with correct caps on the template, create
13337         the ghostpad from the template.
13338         Remove RTCP template as we never expose RTCP.
13339         Protect against invalid body size.
13340         Avoid memcpy when creating the output buffer.
13341         Properly post an error and send EOS when the loop function is shut down.
13342
13343 2006-09-18  Wim Taymans  <wim@fluendo.com>
13344
13345         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13346
13347         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13348         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13349         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13350         * gst/rtsp/gstrtspsrc.h:
13351         Make sure we can never set an invalid location.
13352
13353         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13354         * gst/rtsp/rtspmessage.h:
13355         Added _steal_body method for future use.
13356
13357         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13358         Make freeing of NULL url return immediatly.
13359
13360 2006-09-18  Wim Taymans  <wim@fluendo.com>
13361
13362         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13363
13364         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13365         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13366         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13367         (gst_rtspsrc_change_state):
13368         * gst/rtsp/gstrtspsrc.h:
13369         Use boilerplate.
13370         Make rtspsrc subclass GstBin to make state changes easier.
13371         Add Range header field on the PLAY request.
13372
13373 2006-09-18  Wim Taymans  <wim@fluendo.com>
13374
13375         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13376
13377         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13378         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13379         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13380         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13381         * gst/rtsp/rtspconnection.c: (inet_aton):
13382         Small cleanups.
13383         when multicast is selected as the transport, create UDP sources and
13384         connect to the multicast group.
13385         Move parsing and setting of caps to a common place.
13386         Fixes #349894.
13387
13388 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13389
13390         * ext/flac/gstflactag.c:
13391         * gst/alpha/gstalpha.c:
13392         * gst/debug/breakmydata.c:
13393         * gst/debug/negotiation.c:
13394         * gst/debug/testplugin.c:
13395         * gst/effectv/gstaging.c:
13396         * gst/effectv/gstdice.c:
13397         * gst/effectv/gstedge.c:
13398         * gst/effectv/gstquark.c:
13399         * gst/effectv/gstrev.c:
13400         * gst/effectv/gstshagadelic.c:
13401         * gst/effectv/gstvertigo.c:
13402         * gst/effectv/gstwarp.c:
13403         * gst/multipart/multipartdemux.c:
13404         * gst/multipart/multipartmux.c:
13405         * gst/videobox/gstvideobox.c:
13406         * gst/videofilter/gstgamma.c:
13407         * gst/videofilter/gstvideotemplate.c:
13408         * gst/videomixer/videomixer.c:
13409         * sys/sunaudio/gstsunaudiosrc.h:
13410         More G_OBJECT macro fixing.
13411
13412 2006-09-16  Wim Taymans  <wim@fluendo.com>
13413
13414         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13415
13416         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13417         Correctly set the dwLength in strh.
13418         With this patch, the file duration is now displayed correctly in window
13419         media player and the AVI plays completely. Fixes #356147
13420
13421 2006-09-15  Wim Taymans  <wim@fluendo.com>
13422
13423         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13424
13425         * sys/sunaudio/gstsunaudiomixerctrl.c:
13426         (gst_sunaudiomixer_ctrl_build_list):
13427         Set the output track as the MASTER so that the gnome-settings-daemon
13428         keybindings for changing the volume using the keyboard works.
13429         Fixes #356142.
13430
13431 2006-09-15  Wim Taymans  <wim@fluendo.com>
13432
13433         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13434         Fix documentation, it is not possible to control the framerate of jpegdec
13435         using filtered caps yet. Fixes #355210.
13436         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13437         stop when there is an error.
13438
13439 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13440
13441         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13442         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13443           Don't interpret a first buffer with an offset of NONE as
13444           'from the middle of the stream', but only a first buffer
13445           that has a valid buffer offset that's non-zero (see #345449).
13446
13447 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13448
13449         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13450         (gst_icydemux_typefind_or_forward):
13451         * gst/icydemux/gsticydemux.h:
13452           When we merge/collect multiple incoming buffers for typefinding
13453           purposes, keep an initial 0 offset on the first outgoing buffer
13454           as well (otherwise id3demux won't work right). Fixes #345449.
13455           Also Make buffer metadata writable before setting buffer caps.
13456
13457         * tests/check/elements/icydemux.c: (typefind_succeed),
13458         (cleanup_icydemux), (push_data), (GST_START_TEST),
13459         (icydemux_suite):
13460           Small test case for the above.
13461
13462 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13463
13464         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13465         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13466         (gst_avi_demux_stream_header_push),
13467         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13468         (gst_avi_demux_loop):
13469           More code reuse and better logging in _peek_chunk(). Reintroduce check
13470           for chunk sizes before reading them (avoid oom). Better handling for 
13471           invalid chunksizes when streaming.
13472
13473 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13474
13475         * gst/level/gstlevel.c: (gst_level_set_property):
13476         * gst/level/gstlevel.h:
13477           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13478           René Stadler
13479
13480 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13481
13482         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13483         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13484         (gst_avi_demux_stream_data):
13485           Revert one change to fix streaming avi (adapter size != data size).
13486
13487 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13488
13489         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13490
13491         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13492         (gst_matroska_demux_reset),
13493         (gst_matroska_demux_read_track_encodings),
13494         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13495         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13496         (gst_matroska_demux_subtitle_caps):
13497         * gst/matroska/matroska-ids.h:
13498           Add support for VOBSUB subtitle tracks and zlib-compressed
13499           tracks. Make sure we start on a keyframe after a seek. (#343348)
13500
13501 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13502
13503         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13504         (gst_matroska_demux_push_flac_codec_priv_data),
13505         (gst_matroska_demux_push_xiph_codec_priv_data),
13506         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13507         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13508         * gst/matroska/matroska-ids.h:
13509           Add basic FLAC support (#311586), not perfect yet though, needs some
13510           tweaking in flacdec; also, seeking could be better.
13511           Do better bounds checking when deserialising vorbis stream headers
13512           to make sure we don't read beyond the end of the buffer on bad input.
13513
13514 2006-09-04  Wim Taymans  <wim@fluendo.com>
13515
13516         Patch by: Alessandro Decina <alessandro at nnva dot org>
13517
13518         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13519         Seeking back in a file containing a CMML stream errors out if the seek
13520         goes back up to the CMML headers. This is because after the seek the xml
13521         processing instruction <?xml ...?> is submitted to the xml parser again, 
13522         which results in an error. The attached patch fixes the problem. 
13523         Fixes #353908.
13524
13525         * ext/annodex/gstcmmlenc.h:
13526         Fix authors name.
13527
13528
13529 2006-08-28  Andy Wingo  <wingo@pobox.com>
13530
13531         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13532         New helper function to lessen the ifdefs.
13533         (GST_INFO_OBJECT): 
13534         (gst_dv1394src_iso_receive): Use it.
13535         (gst_dv1394src_create): Also use the control sockets in iec61883
13536         mode.
13537         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13538         handle for AVC operations; fixes #348233.
13539
13540 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13541
13542         * configure.ac:
13543         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13544         * docs/plugins/inspect/plugin-audiofx.xml:
13545         * docs/plugins/inspect/plugin-audiofxgood.xml:
13546         * gst/audiofx/Makefile.am:
13547         * gst/audiofx/audiofx.c:
13548         * gst/audiofxgood/.cvsignore:
13549         * gst/audiofxgood/Makefile.am:
13550         * gst/audiofxgood/audiofx.c:
13551         * gst/audiofxgood/audiopanorama.c:
13552         * gst/audiofxgood/audiopanorama.h:
13553           Rename again (audiofxgood -> audiofx).
13554
13555 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13556
13557         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13558         (gst_avi_demux_stream_scan):
13559           Initialze variables.
13560
13561 2006-08-25  Wim Taymans  <wim@fluendo.com>
13562
13563         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13564         (gst_avi_demux_init), (gst_avi_demux_finalize),
13565         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13566         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13567         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13568         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13569         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13570         (gst_avi_demux_massage_index),
13571         (gst_avi_demux_calculate_durations_from_index),
13572         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13573         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13574         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13575         (gst_avi_demux_change_state):
13576         * gst/avi/gstavidemux.h:
13577         More attempts to turn this into readable code.
13578         Don't leak adapters.
13579         Calculate duration according to index more efficiently.
13580         Don't try to act like we drive the pipeline in chain mode.
13581
13582 2006-08-25  Wim Taymans  <wim@fluendo.com>
13583
13584         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13585         Fix build.
13586
13587 2006-08-25  Wim Taymans  <wim@fluendo.com>
13588
13589         Patch by: Alessandro Decina <alessandro at nnva dot org>
13590
13591         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13592         Do some extra sanity checks.
13593         Fixes #350340.
13594
13595         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13596         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13597         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13598         Check if clip->start_time is valid before adding the clip to the
13599         track list.
13600         Reset enc->preamble going from PAUSED to READY.
13601         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13602         only used for EOS.
13603         Only post an error message if we were the one that created the fatal
13604         GstFlowReturn value.
13605
13606         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13607         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13608         Parse the seconds field of the npt-sec time format using %llu rather than
13609         %d and check that the value scaled by GST_SECOND doesn't overflow.
13610         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13611         Lookup a clip's track with clip->track rather than clip->id which
13612         makes no sense.
13613         Identify a clip by its track and start time and not its xml id.
13614         do some more input checking and make sure we don't do undefined shifts.
13615
13616         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13617         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13618         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13619         (push_clip), (push_empty_clip), (check_output_clip),
13620         (GST_START_TEST), (cmmldec_suite):
13621         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13622         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13623         (check_headers), (push_clip), (check_clip_times), (check_clip),
13624         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13625         Added some more checks.
13626
13627 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13628
13629         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13630         (gst_audio_panorama_set_property),
13631         (gst_audio_panorama_get_property),
13632         (gst_audio_panorama_transform_m2s_int),
13633         (gst_audio_panorama_transform_s2s_int),
13634         (gst_audio_panorama_transform_m2s_float),
13635         (gst_audio_panorama_transform_s2s_float):
13636         * gst/audiofxgood/audiopanorama.h:
13637         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13638           Make also the pan-property float (saves scaling and yields better
13639           resolution)
13640
13641 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13642
13643         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13644         (gst_audio_panorama_transform_m2s_float),
13645         (gst_audio_panorama_transform_s2s_float):
13646           ChangeLog surgery to add cymax's real name
13647
13648
13649 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13650
13651         Patch by: René Stadler <mail@renestadler.de>
13652
13653         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13654         (gst_audio_panorama_transform_m2s_int),
13655         (gst_audio_panorama_transform_s2s_int),
13656         (gst_audio_panorama_transform_m2s_float),
13657         (gst_audio_panorama_transform_s2s_float),
13658         (gst_audio_panorama_transform):
13659         * gst/audiofxgood/audiopanorama.h:
13660           Added float support
13661
13662 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13663
13664         * gst/audiofxgood/audiopanorama.c:
13665         (gst_audio_panorama_transform_m2s):
13666           Fix docs & debug category. Add Fixme for volume pan levels.
13667
13668 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13669
13670         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13671         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13672         (gst_avi_demux_stream_header_pull),
13673         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13674         (gst_avi_demux_chain):
13675           unbreak AVI index handling, some more debug, remove an obsolete
13676           adapter_flush that caused streaming to wander off in the wild
13677
13678 2006-08-24  Wim Taymans  <wim@fluendo.com>
13679
13680         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13681         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13682         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13683         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13684         (gst_avi_demux_calculate_durations_from_index),
13685         (gst_avi_demux_stream_header_push),
13686         (gst_avi_demux_stream_header_pull):
13687         * gst/avi/gstavidemux.h:
13688         Some more cleanups. 
13689         Fix totalFrames parsing in ODML.
13690         Disable use of index for length calculation in case of ODML as this is
13691         broken now.
13692
13693 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13694
13695         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13696           Use libgsttag helper function here too.
13697
13698 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13699
13700         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13701         (gst_avi_demux_init), (gst_avi_demux_dispose),
13702         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13703         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13704         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13705         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13706         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13707         (gst_avi_demux_parse_subindex),
13708         (gst_avi_demux_read_subindexes_push),
13709         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13710         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13711         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13712         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13713         (gst_avi_demux_stream_header_pull),
13714         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13715         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13716         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13717         (gst_avi_demux_change_state):
13718         * gst/avi/gstavidemux.h:
13719           Initial streaming support for avidemux (fixes #336465)
13720
13721 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13722
13723         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13724           There is no taglibmux element ...
13725
13726         * gst/rtsp/gstrtspsrc.c:
13727           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
13728           was complaining about unknown entity here.
13729
13730 2006-08-22  Wim Taymans  <wim@fluendo.com>
13731
13732         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13733         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
13734         (gst_avi_demux_process_next_entry):
13735         * gst/avi/gstavidemux.h:
13736         Mark DISCONT.
13737         Remove old unused fields and reorder the struct a bit.
13738
13739 2006-08-22  Wim Taymans  <wim@fluendo.com>
13740
13741         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13742         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
13743         (gst_rtspsrc_pause):
13744         * gst/rtsp/gstrtspsrc.h:
13745         * sys/oss/gstosssink.c: (gst_oss_sink_open),
13746         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13747         Small documentation updates.
13748
13749 2006-08-22  Wim Taymans  <wim@fluendo.com>
13750
13751         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13752         (gst_avi_demux_index_entry_for_time),
13753         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13754         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
13755         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13756         (gst_avi_demux_next_data_buffer),
13757         (gst_avi_demux_calculate_durations_from_index),
13758         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
13759         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13760         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13761         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
13762         * gst/avi/gstavidemux.h:
13763         Precalc most of the duration query for each stream.
13764         Make seeking more correct.
13765         Use GstSegment to track position and duration.
13766         Code cleanups and leak fixes.
13767         Calculate correct total duration based on index length.
13768
13769 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
13770
13771         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13772         (parse_insert_string_field):
13773           If strings in text fields are marked ISO8859-1, but contain
13774           valid UTF-8 already, then handle them as UTF-8 and ignore
13775           the encoding. (#351794)
13776
13777 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13778
13779         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
13780         (gst_flac_dec_write), (gst_flac_dec_loop),
13781         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
13782         (gst_flac_dec_src_query):
13783         * ext/flac/gstflacdec.h:
13784           Make flac-in-ogg work (#352100).
13785
13786 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13787
13788         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13789           Don't unref buffers of which we've already given away
13790           ownership to the adapter.
13791
13792 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13793
13794         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
13795           Make metadata extraction actually work.
13796
13797         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
13798         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
13799         (gst_speexenc_chain):
13800           Fix metadata writing: replace old code which wrote completely
13801           broken tags with libgsttag-based code. Plus miscellaneous
13802           code cleanups (use static pad templates etc.) and a bunch
13803           of leak fixes.
13804
13805 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13806
13807         * gst/audiopanorama/.cvsignore:
13808         * gst/audiopanorama/Makefile.am:
13809         * gst/audiopanorama/audiofx.c:
13810         * gst/audiopanorama/audiopanorama.c:
13811         * gst/audiopanorama/audiopanorama.h:
13812           die! die! die! you should never have been there
13813
13814 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13815
13816         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13817         Fix invalid memory access in audiopanorama test suite.
13818
13819 2006-08-21  Edward Hervey  <edward@fluendo.com>
13820
13821         * tests/check/elements/.cvsignore:
13822         ignore built file
13823
13824 2006-08-21  Wim Taymans  <wim@fluendo.com>
13825
13826         * gst/rtp/Makefile.am:
13827         Fix the build again.
13828
13829 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13830
13831         * gst/audiofxgood/.cvsignore:
13832         * gst/audiofxgood/Makefile.am:
13833         * gst/audiofxgood/audiofx.c: (plugin_init):
13834         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13835         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13836         (gst_audio_panorama_set_property),
13837         (gst_audio_panorama_get_property),
13838         (gst_audio_panorama_get_unit_size),
13839         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13840         (gst_audio_panorama_transform_m2s),
13841         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13842         * gst/audiofxgood/audiopanorama.h:
13843           resubmit with the desired name *again*
13844
13845 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13846
13847         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
13848         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
13849           use g_assert in _get_unit_size
13850
13851 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13852
13853         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13854         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13855         * docs/plugins/inspect/plugin-audiofxgood.xml:
13856           cleanup -unused.txt to make it useful, add previously missing docs
13857
13858         * ext/Makefile.am:
13859           Quietly (accidentally) enable LADSPA for building by default, 
13860           despite the fact that it doesn't meet the plugin checklist.
13861             -- Added by Jan Schmidt 18 Dec 2006
13862
13863         * ext/esd/esdmon.c:
13864         * ext/esd/esdsink.c:
13865         * ext/esd/gstesd.c: (plugin_init):
13866           reflow to get rid of two external symbols
13867
13868         * gst/audiofxgood/audiofx.c: (plugin_init):
13869           re-add
13870
13871 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13872
13873         * configure.ac:
13874         * gst/audiofxgood/.cvsignore:
13875         * gst/audiofxgood/Makefile.am:
13876         * gst/audiofxgood/audiofx.c
13877         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13878         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13879         (gst_audio_panorama_set_property),
13880         (gst_audio_panorama_get_property),
13881         (gst_audio_panorama_get_unit_size),
13882         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13883         (gst_audio_panorama_transform_m2s),
13884         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13885         * gst/audiofxgood/audiopanorama.h:
13886         * tests/check/Makefile.am:
13887         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13888         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13889         (panorama_suite), (main):
13890         Add audiofxgood plugin with audiopanorama element
13891
13892 2006-08-18  Wim Taymans  <wim@fluendo.com>
13893
13894         * docs/plugins/Makefile.am:
13895         More Oss docs fixage. 
13896
13897 2006-08-18  Wim Taymans  <wim@fluendo.com>
13898
13899         * gst/rtp/Makefile.am:
13900         * gst/rtp/gstrtp.c: (plugin_init):
13901         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13902         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13903         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13904         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13905         (gst_rtp_sv3v_depay_get_property),
13906         (gst_rtp_sv3v_depay_change_state),
13907         (gst_rtp_sv3v_depay_plugin_init):
13908         * gst/rtp/gstrtpsv3vdepay.h:
13909         Added experimental SVQ3 depayloader.
13910
13911 2006-08-18  Edward Hervey  <edward@fluendo.com>
13912
13913         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13914         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13915         * ext/dv/gstdvdemux.h:
13916         When handling seek requests, don't send the newsegment event from the
13917         calling thread. Instead save it so it can be sent from the streaming
13918         thread.
13919
13920 2006-08-17  Wim Taymans  <wim@fluendo.com>
13921
13922         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13923
13924         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13925         Accept leading whitespace before the boundary
13926         This patch makes the demuxer allow some whitespace before the actual
13927         boundary. This makes the demuxer work with the ``old'' gstreamer
13928         multipartmuxer again (which placed an extra \n before the start
13929         of the stream) Fixes #349068.
13930
13931 2006-08-17  Wim Taymans  <wim@fluendo.com>
13932
13933         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13934         Error out on non-implemented stuff.
13935
13936 2006-08-16  Wim Taymans  <wim@fluendo.com>
13937
13938         Patch by: Andy Wingo <wingo at pobox dot com>
13939
13940         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13941         (gst_signal_processor_start), (gst_signal_processor_stop),
13942         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13943         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13944         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13945         (gst_signal_processor_change_state):
13946         Make ladspa elements reusable. Fixes #350006.
13947
13948 2006-08-16  Wim Taymans  <wim@fluendo.com>
13949
13950         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13951         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13952         names as possible. Fixes #349901.
13953
13954 2006-08-16  Wim Taymans  <wim@fluendo.com>
13955
13956         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13957         (gst_signal_processor_do_pushes):
13958         A push() gives away our refcount so we should not use the buffer on the
13959         pen anymore.
13960
13961 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13962
13963         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13964         (gst_oss_mixer_element_finalize):
13965           Don't leak device string.
13966
13967 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13968
13969         * configure.ac:
13970           Require CVS of GStreamer core and -base (for
13971           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13972
13973         * ext/taglib/gstid3v2mux.cc:
13974           Write extended comment tags properly (#348762).
13975
13976         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13977         (parse_comment_frame):
13978           Extract COMM frames into extended comments, which makes it
13979           easier to properly retain the description bit of the tag
13980           and maintain this information when re-tagging (#348762).
13981
13982 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13983
13984         * tests/check/Makefile.am:
13985           Don't try to run annodex unit tests if the annodex
13986           plugin has not been built (Fixes #351116).
13987
13988 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13989
13990         * gst/autodetect/gstautoaudiosink.c:
13991         (gst_auto_audio_sink_find_best):
13992           When we can't find a usable audiosink, don't error out,
13993           but use a fake sink instead and post a warning message
13994           on the bus (#341278).
13995
13996 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13997
13998         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
13999         * sys/oss/gstosssink.c:
14000         * sys/oss/gstosssrc.c:
14001           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14002           ossmixer's new device property.
14003
14004         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14005         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14006           Add docs for OSS elements.
14007
14008         * docs/plugins/inspect/plugin-aasink.xml:
14009         * docs/plugins/inspect/plugin-alaw.xml:
14010         * docs/plugins/inspect/plugin-alpha.xml:
14011         * docs/plugins/inspect/plugin-alphacolor.xml:
14012         * docs/plugins/inspect/plugin-annodex.xml:
14013         * docs/plugins/inspect/plugin-apetag.xml:
14014         * docs/plugins/inspect/plugin-auparse.xml:
14015         * docs/plugins/inspect/plugin-autodetect.xml:
14016         * docs/plugins/inspect/plugin-avi.xml:
14017         * docs/plugins/inspect/plugin-cacasink.xml:
14018         * docs/plugins/inspect/plugin-cairo.xml:
14019         * docs/plugins/inspect/plugin-cdio.xml:
14020         * docs/plugins/inspect/plugin-cutter.xml:
14021         * docs/plugins/inspect/plugin-debug.xml:
14022         * docs/plugins/inspect/plugin-dv.xml:
14023         * docs/plugins/inspect/plugin-efence.xml:
14024         * docs/plugins/inspect/plugin-effectv.xml:
14025         * docs/plugins/inspect/plugin-esdsink.xml:
14026         * docs/plugins/inspect/plugin-flac.xml:
14027         * docs/plugins/inspect/plugin-flxdec.xml:
14028         * docs/plugins/inspect/plugin-gconfelements.xml:
14029         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14030         * docs/plugins/inspect/plugin-goom.xml:
14031         * docs/plugins/inspect/plugin-halelements.xml:
14032         * docs/plugins/inspect/plugin-icydemux.xml:
14033         * docs/plugins/inspect/plugin-id3demux.xml:
14034         * docs/plugins/inspect/plugin-jpeg.xml:
14035         * docs/plugins/inspect/plugin-level.xml:
14036         * docs/plugins/inspect/plugin-matroska.xml:
14037         * docs/plugins/inspect/plugin-mulaw.xml:
14038         * docs/plugins/inspect/plugin-multipart.xml:
14039         * docs/plugins/inspect/plugin-navigationtest.xml:
14040         * docs/plugins/inspect/plugin-ossaudio.xml:
14041         * docs/plugins/inspect/plugin-png.xml:
14042         * docs/plugins/inspect/plugin-rtp.xml:
14043         * docs/plugins/inspect/plugin-rtsp.xml:
14044         * docs/plugins/inspect/plugin-shout2send.xml:
14045         * docs/plugins/inspect/plugin-smpte.xml:
14046         * docs/plugins/inspect/plugin-speex.xml:
14047         * docs/plugins/inspect/plugin-taglib.xml:
14048         * docs/plugins/inspect/plugin-udp.xml:
14049         * docs/plugins/inspect/plugin-videobalance.xml:
14050         * docs/plugins/inspect/plugin-videobox.xml:
14051         * docs/plugins/inspect/plugin-videoflip.xml:
14052         * docs/plugins/inspect/plugin-videomixer.xml:
14053         * docs/plugins/inspect/plugin-wavenc.xml:
14054         * docs/plugins/inspect/plugin-wavparse.xml:
14055         * docs/plugins/inspect/plugin-ximagesrc.xml:
14056           Update to CVS version.
14057           
14058 2006-08-16  Wim Taymans  <wim@fluendo.com>
14059
14060         * gst/rtp/gstrtpamrdepay.c:
14061         * gst/rtp/gstrtpmp4gdepay.c:
14062         Caps extra properties must be defined as strings for
14063         depayloaders because they are generated from an SDP.
14064
14065         * gst/rtp/Makefile.am:
14066         * gst/rtp/gstrtp.c: (plugin_init):
14067         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14068         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14069         (gst_rtp_h264_depay_finalize), (decode_base64),
14070         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14071         (gst_rtp_h264_depay_set_property),
14072         (gst_rtp_h264_depay_get_property),
14073         (gst_rtp_h264_depay_change_state),
14074         (gst_rtp_h264_depay_plugin_init):
14075         * gst/rtp/gstrtph264depay.h:
14076         Added basic, not completely functional RFC 3984 H264 depayloader.
14077
14078 2006-08-16  Wim Taymans  <wim@fluendo.com>
14079
14080         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14081         Add pads after setting them up.
14082
14083         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14084         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14085         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14086         (gst_rtspsrc_stream_setup_rtp),
14087         (gst_rtspsrc_stream_configure_transport),
14088         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14089         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14090         (gst_rtspsrc_pause):
14091         * gst/rtsp/gstrtspsrc.h:
14092         Fix interleaved mode.
14093          - Protect streaming with lock.
14094          - Combine flows
14095          - set caps on outgoing buffers.
14096          - strip trailing \0 from data packets.
14097          - Configure RTP/RTCP in stream.
14098         Use DEBUG_OBJECT more.
14099
14100 2006-08-16  Wim Taymans  <wim@fluendo.com>
14101
14102         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14103         Turn a g_print into a DEBUG line.
14104
14105 2006-08-13  Wim Taymans  <wim@fluendo.com>
14106
14107         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14108         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14109         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14110         (gst_oss_mixer_element_get_property),
14111         (gst_oss_mixer_element_change_state):
14112         * sys/oss/gstossmixerelement.h:
14113         Small cleanups. Better error reporting.
14114         Add device property for the mixer instead of the hardcoded
14115         /dev/mixer. Fixes #350785.
14116         API: GstOssMixerElement::device property
14117
14118 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14119
14120         Patch by: Jens Granseuer <jensgr at gmx net>
14121
14122         * gconf/Makefile.am:
14123           Make --disable-schemas work right (they still need
14124           to be copied to the installation directory, just not
14125           applied). Fixes #351347 (also #344100).
14126           
14127 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14128
14129         * configure.ac: back to HEAD
14130
14131 === release 0.10.4 ===
14132
14133 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14134
14135         * configure.ac:
14136           releasing 0.10.4, "Dear Leader"
14137
14138 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14139
14140         Patch by: Edward Hervey <edward@fluendo.com>
14141
14142         * configure.ac:
14143         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14144         (gst_wavparse_stream_data):
14145         Send the newsegment event in the streaming thread.
14146         Fixes #347529
14147
14148 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14149
14150         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14151         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14152         (gst_smokeenc_resync), (gst_smokeenc_chain):
14153           Refuse sink caps in the encoder if width or height is not a
14154           multiple of 16, the encoder does not support that yet (#349939);
14155           along the same lines, check the return value of the encoder
14156           setup function; also remove some debug log clutter.
14157
14158 2006-08-04  Andy Wingo  <wingo@pobox.com>
14159
14160         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14161         whether a processor can work in place or not, and for keeping
14162         track of its state. Change the FlowReturn instance variable from
14163         "state" to "flow_state", all callers changed.
14164
14165         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14166         (gst_signal_processor_start, gst_signal_processor_stop)
14167         (gst_signal_processor_cleanup): New functions to manage the
14168         processor's state.
14169         (gst_signal_processor_setcaps): start() as well as setup() here.
14170         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14171         (gst_signal_processor_change_state): Stop and cleanup the
14172         processor as we go to NULL.
14173
14174         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14175         INPLACE_BROKEN is not set.
14176
14177         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14178         Do the alloc_buffer in bytes, not frames.
14179         
14180 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14181
14182         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14183         Fix rgb masks when recording in < 24bpp.
14184
14185 2006-08-04  Andy Wingo  <wingo@pobox.com>
14186
14187         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14188         (gst_signal_processor_prepare)
14189         (gst_signal_processor_update_inputs)
14190         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14191         (gst_signal_processor_flush)
14192         (gst_signal_processor_sink_activate_push)
14193         (gst_signal_processor_src_activate_pull)
14194         (gst_signal_processor_change_state): Remove the last of the code
14195         that assumes that we process whole buffers at a time. Fix some
14196         debugging. Seems to work now in some cases.
14197         (gst_signal_processor_src_activate_pull): BPB
14198
14199 2006-08-01  Andy Wingo  <wingo@pobox.com>
14200
14201         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14202         Fix nframes-choosing.
14203         (gst_signal_processor_init): Init pending_in and pending_out.
14204
14205         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14206         more default sample rate, although we never check that the sample
14207         rate actually gets set. Something for the future.
14208         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14209         (gst_signal_processor_event): Refcount fixen.
14210         (gst_signal_processor_process): Pull the number of frames to
14211         process from the sizes of the buffers in the input pens.
14212         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14213         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14214         it instead of buffer_frames.
14215         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14216         to do_pulls.
14217         (gst_signal_processor_chain)
14218         (gst_signal_processor_sink_activate_push)
14219         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14220
14221         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14222
14223 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14224
14225         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14226         (gst_signal_processor_process):
14227           don't query buffer-frames from caps, add lots of debug-log,
14228           try fix for assert (#349189)
14229
14230 2006-07-31  Wim Taymans  <wim@fluendo.com>
14231
14232         * gst/udp/gstudpsrc.c:
14233         Fix docs.
14234
14235 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14236
14237         * ext/ladspa/gstsignalprocessor.c:
14238         (gst_signal_processor_add_pad_from_template),
14239         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14240         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14241         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14242         (gst_signal_processor_sink_activate_push),
14243         (gst_signal_processor_src_activate_pull),
14244         (gst_signal_processor_change_state):
14245          Add debugs logs here and there, add more error handling, add some
14246          FIXME comments, filed #349189
14247
14248 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14249
14250         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14251         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14252         Set caps on buffer correctly.  Fixes bug #349155.
14253
14254 2006-07-28  Wim Taymans  <wim@fluendo.com>
14255
14256         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14257
14258         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14259         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14260         (gst_multipart_demux_finalize), (get_line_end),
14261         (multipart_parse_header), (multipart_find_boundary),
14262         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14263         (gst_multipart_set_property), (gst_multipart_get_property):
14264         Uses GstAdapter instead of own buffering.
14265         Actually parses the mime-type correctly (In tests the mime-type was
14266         always "" with the old version).
14267         Uses the Content-length header if available to speed up things.
14268         Reliably autoscans the boundary name by default.
14269         Fixes #349068.
14270
14271         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14272         Don't start the stream with a \n.
14273
14274 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14275
14276         Patch by: Brian Cameron <brian dot cameron at sun com>
14277
14278         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14279           Open source with O_NONBLOCK (#349015).
14280
14281 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14282
14283         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14284         (gst_avi_demux_massage_index):
14285         * gst/avi/gstavidemux.h:
14286           Whitespace fixes and more debug
14287
14288 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14289
14290         * gst/autodetect/gstautoaudiosink.c:
14291         (gst_auto_audio_sink_create_element_with_pretty_name),
14292         (gst_auto_audio_sink_find_best),
14293         (gst_auto_audio_sink_change_state):
14294           Get rid of old and unused magic sound-server properties stuff.
14295           Add suffix to child sink's name that makes it easy to see from
14296           the name alone which type it actually is (alsa, oss, esd, etc.).
14297
14298 2006-07-27  Wim Taymans  <wim@fluendo.com>
14299
14300         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14301         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14302         (gst_udpsrc_start):
14303         * gst/udp/gstudpsrc.h:
14304         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14305         not some sort of feature we enable.
14306
14307 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14308
14309         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14310           Use CLOSE_SOCKET() here instead of close() to maintain
14311           win32 workiness.
14312
14313 2006-07-27  Wim Taymans  <wim@fluendo.com>
14314
14315         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14316
14317         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14318         (gst_udpsrc_create), (gst_udpsrc_set_property),
14319         (gst_udpsrc_get_property), (gst_udpsrc_start):
14320         * gst/udp/gstudpsrc.h:
14321         Added "buffer-size" property to control the kernel receive buffer size.
14322         Update documentation.
14323         Small cleanups. Fixes #348752.
14324         API: buffer-size property
14325
14326 2006-07-26  Wim Taymans  <wim@fluendo.com>
14327
14328         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14329
14330         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14331         (gst_rtp_pcma_pay_handle_buffer):
14332         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14333         (gst_rtp_pcmu_pay_handle_buffer):
14334         Fix timestamp calculation on outgoing RTP packets.
14335         Fixes #348675.
14336
14337 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14338
14339         * ext/taglib/gstid3v2mux.cc:
14340           Fix writing of comment frames (should be COMM not TCOM),
14341           is still sub-optimal though, since we don't retain or
14342           extract the comment descriptions properly (#334375,
14343           also see #334375).
14344
14345 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14346
14347         * gst/wavparse/gstwavparse.c:
14348           #define 'fact' RIFF chunk if we are not compiling against
14349           -base CVS (we don't want to depend on -base CVS for this
14350           one define only, and also not for release order reasons).
14351
14352 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14353
14354         * ext/taglib/gstid3v2mux.cc:
14355           Handle multiple tags of the same type properly. Re-inject
14356           unparsed ID3v2 frames that we get as binary blobs from
14357           id3demux into the tag again so we don't lose information
14358           when retagging (#334375).
14359
14360 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14361
14362         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14363           Document newly-added properties properly, so that there is a
14364           'Since: 0.10.4' in the plugin docs. Convert some property
14365           names into canonical GObject style (GObject will do that
14366           internally anyway).
14367
14368 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14369
14370         * gst/id3demux/id3tags.c:
14371         (id3demux_add_id3v2_frame_blob_to_taglist):
14372           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14373           well, and add the version to the blob's buffer caps, since that
14374           information will be needed for deserialisation later on (#348644).
14375
14376 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14377
14378         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14379         (gst_avi_demux_parse_stream):
14380          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14381          indentation and spacing.
14382
14383 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14384
14385         * docs/plugins/Makefile.am:
14386         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14387         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14388         * docs/plugins/gst-plugins-good-plugins.args:
14389         * docs/plugins/inspect/plugin-1394.xml:
14390         * docs/plugins/inspect/plugin-aasink.xml:
14391         * docs/plugins/inspect/plugin-alaw.xml:
14392         * docs/plugins/inspect/plugin-alpha.xml:
14393         * docs/plugins/inspect/plugin-alphacolor.xml:
14394         * docs/plugins/inspect/plugin-annodex.xml:
14395         * docs/plugins/inspect/plugin-apetag.xml:
14396         * docs/plugins/inspect/plugin-auparse.xml:
14397         * docs/plugins/inspect/plugin-autodetect.xml:
14398         * docs/plugins/inspect/plugin-avi.xml:
14399         * docs/plugins/inspect/plugin-cacasink.xml:
14400         * docs/plugins/inspect/plugin-cairo.xml:
14401         * docs/plugins/inspect/plugin-cdio.xml:
14402         * docs/plugins/inspect/plugin-cutter.xml:
14403         * docs/plugins/inspect/plugin-debug.xml:
14404         * docs/plugins/inspect/plugin-dv.xml:
14405         * docs/plugins/inspect/plugin-efence.xml:
14406         * docs/plugins/inspect/plugin-effectv.xml:
14407         * docs/plugins/inspect/plugin-esdsink.xml:
14408         * docs/plugins/inspect/plugin-flac.xml:
14409         * docs/plugins/inspect/plugin-flxdec.xml:
14410         * docs/plugins/inspect/plugin-gconfelements.xml:
14411         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14412         * docs/plugins/inspect/plugin-goom.xml:
14413         * docs/plugins/inspect/plugin-halelements.xml:
14414         * docs/plugins/inspect/plugin-icydemux.xml:
14415         * docs/plugins/inspect/plugin-id3demux.xml:
14416         * docs/plugins/inspect/plugin-jpeg.xml:
14417         * docs/plugins/inspect/plugin-level.xml:
14418         * docs/plugins/inspect/plugin-matroska.xml:
14419         * docs/plugins/inspect/plugin-mulaw.xml:
14420         * docs/plugins/inspect/plugin-multipart.xml:
14421         * docs/plugins/inspect/plugin-navigationtest.xml:
14422         * docs/plugins/inspect/plugin-ossaudio.xml:
14423         * docs/plugins/inspect/plugin-png.xml:
14424         * docs/plugins/inspect/plugin-rtp.xml:
14425         * docs/plugins/inspect/plugin-rtsp.xml:
14426         * docs/plugins/inspect/plugin-shout2send.xml:
14427         * docs/plugins/inspect/plugin-smpte.xml:
14428         * docs/plugins/inspect/plugin-speex.xml:
14429         * docs/plugins/inspect/plugin-udp.xml:
14430         * docs/plugins/inspect/plugin-videobalance.xml:
14431         * docs/plugins/inspect/plugin-videobox.xml:
14432         * docs/plugins/inspect/plugin-videoflip.xml:
14433         * docs/plugins/inspect/plugin-videomixer.xml:
14434         * docs/plugins/inspect/plugin-wavenc.xml:
14435         * docs/plugins/inspect/plugin-wavparse.xml:
14436         * docs/plugins/inspect/plugin-ximagesrc.xml:
14437           Update files to CVS/Prerelease version, add esdsink docs.
14438
14439         * ext/esd/esdsink.c:
14440           Add gtk-doc blurb.
14441
14442         * gst/rtp/gstrtpmp4vpay.c:
14443           Fix typo in element description.
14444
14445 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14446
14447         * ext/esd/esdsink.c: (gst_esdsink_open),
14448         (gst_esdsink_factory_init):
14449           Prevent libesd from auto-spawning a sound daemon if it
14450           is not already running. Now that we don't do evil stuff
14451           like that any longer we can give esdsink a rank so that
14452           autoaudiosink will try it as well if all other audio
14453           sinks fail (#343051).
14454
14455 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14456
14457         * ext/esd/Makefile.am:
14458           Oops, need to remove README from EXTRA_DIST as well.
14459
14460 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14461
14462         * ext/esd/README:
14463           Remove, it contains nothing useful anyway.
14464
14465         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14466         (gst_esdsink_delay):
14467           Some small clean-ups; use GST_BOILERPLATE etc.
14468
14469 2006-07-24  Wim Taymans  <wim@fluendo.com>
14470
14471         * gst/law/alaw-decode.c: (alawdec_getcaps):
14472         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14473         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14474         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14475         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14476
14477 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14478
14479         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14480         (gst_wavparse_other), (gst_wavparse_perform_seek),
14481         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14482         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14483         (gst_wavparse_pad_query):
14484         * gst/wavparse/gstwavparse.h:
14485           Use information from 'fact' chunk for length calculation of compressed
14486           samples. Calculate bps if bogus value is found in wav header (embeded
14487           mp2/mp3).
14488           
14489
14490 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14491
14492         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14493
14494         * configure.ac:
14495         * gst/udp/Makefile.am:
14496         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14497         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14498         * gst/udp/gstdynudpsink.h:
14499         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14500         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14501         * gst/udp/gstmultiudpsink.h:
14502         * gst/udp/gstudp.c: (plugin_init):
14503         * gst/udp/gstudpsink.h:
14504         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14505         (gst_udpsrc_start), (gst_udpsrc_stop):
14506         * gst/udp/gstudpsrc.h:
14507         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14508         (gst_udp_net_utils_win32_wsa_startup):
14509         * gst/udp/gstudpnetutils.h:
14510           Port udp plugin to win32 (#345288).
14511
14512 2006-07-24  Wim Taymans  <wim@fluendo.com>
14513
14514         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14515         Remove unwanted DEBUG line.
14516
14517 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14518
14519         * gst/id3demux/gstid3demux.c: (plugin_init):
14520         * gst/id3demux/id3tags.c:
14521         (id3demux_add_id3v2_frame_blob_to_taglist):
14522         * gst/id3demux/id3tags.h:
14523           On second thought, it might be wiser and more efficient
14524           not to do tag registration from a streaming thread.
14525
14526 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14527
14528         * gst/id3demux/id3tags.c:
14529         (id3demux_add_id3v2_frame_blob_to_taglist),
14530         (id3demux_id3v2_frames_to_tag_list):
14531           Put ID3v2 frames we can't parse as binary blobs into private
14532           tags, so that they are not lost when retagging, at least once
14533           id3v2mux has been taught to re-inject those frames again.
14534           See bug #334375.
14535
14536 2006-07-21  Wim Taymans  <wim@fluendo.com>
14537
14538         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14539         (gst_avi_demux_process_next_entry):
14540         Fix some leaks.
14541
14542         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14543         Don't use \n in debug lines.
14544
14545 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14546
14547         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14548         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14549           Add annodex and icydemux, cleanup the sections a bit
14550
14551 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14552
14553         Patch by: Alex Lancaster <alexl at users sourceforge net>
14554
14555         * ext/taglib/gstid3v2mux.cc:
14556           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14557           ID3v2 TSSE frames (#347898).
14558
14559 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14560
14561         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14562           Respect mpegversion for "video/mpeg" and give message in case of
14563           unhandled versions.
14564
14565 2006-07-17  Wim Taymans  <wim@fluendo.com>
14566
14567         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14568         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14569         (gst_pngdec_chain), (gst_pngdec_sink_event),
14570         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14571         (gst_pngdec_sink_activate_push):
14572         * ext/libpng/gstpngdec.h:
14573         Use statically allocated segment instead of leaking.
14574         Various cleanups.
14575         Fix flush and seek handling.
14576
14577 2006-07-16  Wim Taymans  <wim@fluendo.com>
14578
14579         * gst/rtp/Makefile.am:
14580         * gst/rtp/gstrtp.c: (plugin_init):
14581         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14582         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14583         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14584         (gst_rtp_mp4g_depay_set_property),
14585         (gst_rtp_mp4g_depay_get_property),
14586         (gst_rtp_mp4g_depay_change_state),
14587         (gst_rtp_mp4g_depay_plugin_init):
14588         * gst/rtp/gstrtpmp4gdepay.h:
14589         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14590         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14591         (gst_rtp_mp4g_pay_flush):
14592         Added simple generic mpeg4 depayloader.
14593         Fix generic mpeg4 payloader.
14594
14595 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14596
14597         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14598           Don't try doing state changes on a NULL pointer.
14599
14600 2006-07-14  Wim Taymans  <wim@fluendo.com>
14601
14602         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14603
14604         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14605         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14606         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14607         * gst/rtp/gstrtpamrdepay.h:
14608         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14609         Fixes #321191
14610
14611 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14612
14613         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14614         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14615         Fix segfault when moving mouse pointer to the bottom right corner.
14616
14617 2006-07-12  Wim Taymans  <wim@fluendo.com>
14618
14619         * gst/rtp/Makefile.am:
14620         * gst/rtp/gstrtp.c: (plugin_init):
14621         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14622         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14623         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14624         (gst_rtp_mp2t_depay_set_property),
14625         (gst_rtp_mp2t_depay_get_property),
14626         (gst_rtp_mp2t_depay_change_state),
14627         (gst_rtp_mp2t_depay_plugin_init):
14628         * gst/rtp/gstrtpmp2tdepay.h:
14629         Added mpeg2 TS depayloader. Closing #347234.
14630
14631 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14632
14633         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14634           Remove g_assert that shouldn't be there and was triggered
14635           after trying to open a device that doesn't exist or can't
14636           be opened for some other reason (#347972).
14637
14638 2006-07-10  Edward Hervey  <edward@fluendo.com>
14639
14640         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14641         (gst_avi_demux_stream_header), (push_tag_lists):
14642         * gst/avi/gstavidemux.h:
14643         Don't push tag events found by gst_riff_parse_info() before outputting
14644         GST_EVENT_NEWSEGMENT.
14645
14646 2006-07-10  Wim Taymans  <wim@fluendo.com>
14647
14648         * gst/rtsp/Makefile.am:
14649         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14650         (rtsp_connection_close):
14651         * gst/rtsp/rtspdefs.h:
14652         replaced closesocket and close in code with one CLOSE_SOCKET. 
14653         Some more cleanups. Fixes #345301.
14654
14655 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14656
14657         * gst/autodetect/gstautoaudiosink.c:
14658           Fix example pipeline in docs.
14659
14660 2006-07-10  Wim Taymans  <wim@fluendo.com>
14661
14662         Patch by: Rob Taylor <robtaylor at floopily dot org>
14663
14664         * gst/udp/gstmultiudpsink.c: (join_multicast),
14665         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14666         If a destination is added before the stream is set to PAUSED, the
14667         multicast group is not joined as the socket is not created yet. 
14668         Also TTL and LOOP should also be set. Fixes #346921.
14669
14670 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14671
14672         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14673         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14674         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14675         (gst_ximage_src_init):
14676         * sys/ximage/gstximagesrc.h:
14677         Fix use-damage property to actually work :)
14678         Add startx, starty, endx, endy properties so screencasts other than full
14679         screen ones can work.
14680
14681 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14682
14683         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14684         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14685         (gst_ximage_src_class_init), (gst_ximage_src_init):
14686         * sys/ximage/gstximagesrc.h:
14687         Add use_damage property to offer ability to choose whether to use
14688         XDamage or not.
14689
14690 2006-07-07  Wim Taymans  <wim@fluendo.com>
14691
14692         * gst/goom/filters.c: (zoomFilterSetResolution):
14693         Avoid goom coredumping by clearing memory. 
14694         Fixes 345679.
14695
14696 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14697
14698         * win32/vs6/libgstid3demux.dsp:
14699         Add a link to libgsttag-0.10.lib.
14700
14701 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14702
14703         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14704         (gst_tag_demux_read_range):
14705         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14706         (gst_id3demux_read_range):
14707           Don't return FLOW_UNEXPECTED when a buffer is before
14708           the start of the stream (which might happen with
14709           large ID3v2 tags if the tag reading was done pullrange
14710           based and we then switched to push mode later on).
14711           Fixes regression introduced by commit from June 29th.
14712
14713 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14714
14715         * ext/taglib/gstid3v2mux.cc:
14716           Make UTF-8 the default encoding when writing string
14717           tags (before, our UTF-8 strings would automatically
14718           be converted to ISO-8859-1 by taglib and written as
14719           ISO-8859-1 fields if that was possible).
14720
14721         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14722         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14723         (test_taglib_id3mux_with_tags):
14724           Add test case that makes sure our UTF-8 strings have
14725           actually been written into the tag as UTF-8.
14726
14727 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14728
14729         * configure.ac:
14730           Let's try that again.
14731
14732 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14733
14734         * configure.ac:
14735           Disable monoscope plugin for now until it fulfills
14736           all the requirements.
14737
14738 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14739
14740         * configure.ac:
14741         * gst/monoscope/Makefile.am:
14742         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
14743         (gst_monoscope_class_init), (gst_monoscope_init),
14744         (gst_monoscope_finalize), (gst_monoscope_reset),
14745         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
14746         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
14747         (gst_monoscope_sink_event), (gst_monoscope_src_event),
14748         (gst_monoscope_change_state), (plugin_init):
14749         * gst/monoscope/gstmonoscope.h:
14750           Port monoscope visualisation to 0.10.
14751
14752 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14753
14754         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
14755         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14756           Return FLOW_UNEXPECTED when at the end of the file, not
14757           FLOW_ERROR. Fixes 'internal stream error' errors that
14758           would sometimes occur in totem when scrubbing to the
14759           end of an ID3v1 tagged mp3 file.
14760
14761 2006-07-03  Edward Hervey  <edward@fluendo.com>
14762
14763         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
14764         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
14765         (gst_pngdec_sink_event), (gst_pngdec_change_state):
14766         * ext/libpng/gstpngdec.h:
14767         Implement buffer clipping/dropping using GstSegment.
14768         This provides accurate seeking.
14769
14770 2006-07-03  Edward Hervey  <edward@fluendo.com>
14771
14772         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14773         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14774         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14775         (gst_avi_demux_process_next_entry), (push_tag_lists),
14776         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14777         * gst/avi/gstavidemux.h:
14778         Proper aggregation of each stream's GstFlowReturn in order to figure out
14779         whether the task should stop or not.
14780         Don't send inline events before pushing out a NEW_SEGMENT, more
14781         specifically for GST_TAG_EVENT.
14782         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
14783         sub-indexes.
14784
14785 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14786
14787         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14788
14789         * sys/sunaudio/gstsunaudiomixerctrl.c:
14790         (gst_sunaudiomixer_ctrl_build_list):
14791           Move "Monitor" slider to input tab so it works more like
14792           sdtaudiocontrol, which is what people on Solaris are used
14793           to using for their mixer program (#346259).
14794
14795 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14796
14797         * tests/check/elements/level.c: (GST_START_TEST):
14798           fix a leak, clean up at the end
14799
14800 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14801
14802         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14803         (gst_matroska_demux_send_event),
14804         (gst_matroska_demux_loop_stream_parse_id):
14805         * gst/matroska/matroska-ids.h:
14806           Send tag event after newsegment event.
14807
14808 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14809
14810         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14811         (gst_id3demux_read_range):
14812           Make sure we don't return GST_FLOW_OK with a NULL buffer in
14813           certain cases where a read beyond the end of the file is
14814           requested. Fixes #345930.
14815
14816         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14817         (gst_tag_demux_read_range):
14818           Fix same issue here as well.
14819
14820 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14821
14822         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
14823         
14824         Fix hypothetical crash.
14825
14826 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
14827
14828         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14829
14830         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
14831           Do not modify the ports value. If the user has turned off the
14832           built-in speakers, then we should not reset it in the prepare
14833           function, since this causes the built-in speakers to turn
14834           back on anytime the user changes a track in totem, rhythmbox,
14835           etc. (#346066).
14836
14837 2006-06-23  Wim Taymans  <wim@fluendo.com>
14838
14839         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14840         Fix double caps unref when negotiation fails.
14841
14842 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14843
14844         * ext/annodex/gstcmmldec.c:
14845         * ext/annodex/gstcmmlenc.c:
14846         * ext/annodex/gstcmmlparser.c:
14847         * ext/dv/gstdvdec.c:
14848         * ext/dv/gstdvdemux.c:
14849         * ext/gdk_pixbuf/pixbufscale.c:
14850         * ext/jpeg/gstjpegenc.c:
14851         * ext/jpeg/gstsmokedec.c:
14852         * ext/jpeg/gstsmokeenc.c:
14853         * ext/libpng/gstpngdec.c:
14854         * ext/libpng/gstpngenc.c:
14855         * ext/speex/gstspeexenc.c:
14856         * gst/alpha/gstalphacolor.c:
14857         * gst/cutter/gstcutter.c:
14858         * gst/debug/gstnavigationtest.c:
14859         * gst/icydemux/gsticydemux.c:
14860         * gst/level/gstlevel.c:
14861         * gst/multipart/multipart.c:
14862         * gst/rtp/gstrtpamrpay.c:
14863         * gst/rtp/gstrtpdepay.c:
14864         * gst/rtp/gstrtpilbcpay.c:
14865         * gst/rtp/gstrtpmp4gpay.c:
14866         * gst/rtp/gstrtpmp4vpay.c:
14867         * gst/rtsp/gstrtpdec.c:
14868         * gst/rtsp/gstrtspsrc.c:
14869         * gst/udp/gstdynudpsink.c:
14870         * gst/udp/gstmultiudpsink.c:
14871         * gst/udp/gstudpsrc.c:
14872         * gst/videobox/gstvideobox.c:
14873         * gst/videofilter/gstvideoflip.c:
14874           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
14875           plus two minor macro fixes.
14876
14877 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14878
14879         * gst/matroska/matroska-demux.c:
14880         (gst_matroska_demux_check_subtitle_buffer),
14881         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14882         (gst_matroska_demux_subtitle_caps):
14883         * gst/matroska/matroska-ids.c:
14884         (gst_matroska_track_init_subtitle_context):
14885         * gst/matroska/matroska-ids.h:
14886           Try to fix up broken matroska files containing subtitle
14887           streams with non-UTF8 character encodings (courtesy of
14888           mkvmerge) using either the encoding specified in the
14889           GST_SUBTITLE_ENCODING environment variable or the
14890           current locale's character set if it is non-UTF8.
14891           Fixes #337076.
14892
14893 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14894
14895         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14896           Set image type from APIC frame as "image-type" field
14897           of GST_TAG_IMAGE buffer caps (#344605).
14898
14899 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14900
14901         * ext/flac/Makefile.am:
14902         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14903         (gst_flac_dec_reset_decoders),
14904         (gst_flac_dec_setup_seekable_decoder),
14905         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14906         (gst_flac_dec_metadata_callback),
14907         (gst_flac_dec_metadata_callback_seekable),
14908         (gst_flac_dec_metadata_callback_stream),
14909         (gst_flac_dec_error_callback),
14910         (gst_flac_dec_error_callback_seekable),
14911         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14912         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14913         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14914         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14915         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14916         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14917         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14918         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14919         (gst_flac_dec_sink_activate_push),
14920         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14921         * ext/flac/gstflacdec.h:
14922           Support chain-based operation, should make flac-over-DAAP
14923           work (#340492).
14924
14925 2006-06-20  Wim Taymans  <wim@fluendo.com>
14926
14927         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14928         Doc updates, merge some unused symbols.
14929
14930 2006-06-20  Wim Taymans  <wim@fluendo.com>
14931
14932         * docs/plugins/Makefile.am:
14933         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14934         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14935         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14936         * gst/rtsp/gstrtspsrc.c:
14937         * gst/rtsp/gstrtspsrc.h:
14938         Added documentation for the rtsp plugin. Fixes #345393.
14939
14940 2006-06-20  Wim Taymans  <wim@fluendo.com>
14941
14942         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14943         (rtsp_connection_close), (rtsp_connection_free):
14944         Use better G_OS_* macros. Fixes #345301 some more.
14945
14946 2006-06-20  Wim Taymans  <wim@fluendo.com>
14947
14948         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14949
14950         * sys/sunaudio/Makefile.am:
14951         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14952         * sys/sunaudio/gstsunaudiomixerctrl.c:
14953         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14954         (gst_sunaudiomixer_ctrl_list_tracks),
14955         (gst_sunaudiomixer_ctrl_get_volume),
14956         (gst_sunaudiomixer_ctrl_set_volume),
14957         (gst_sunaudiomixer_ctrl_set_mute),
14958         (gst_sunaudiomixer_ctrl_set_record):
14959         * sys/sunaudio/gstsunaudiomixerctrl.h:
14960         * sys/sunaudio/gstsunaudiomixertrack.c:
14961         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14962         * sys/sunaudio/gstsunaudiomixertrack.h:
14963         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14964         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14965         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14966         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14967         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14968         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14969         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14970         (gst_sunaudiosrc_reset):
14971         * sys/sunaudio/gstsunaudiosrc.h:
14972         Add a SunAudio source plugin.
14973         Support stereo and right/left channel gain in the mixer plugin.
14974         Support the RECORD flag so that you can switch between line-input and
14975         microphone in gnome-volume-control.
14976         Code cleanups like using an enumerator for track number instead of an 
14977         integer. Fixes #344923.
14978
14979 2006-06-20  Wim Taymans  <wim@fluendo.com>
14980
14981         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
14982
14983         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14984         (rtsp_connection_close):
14985         Make RTSP plugin compile on windows. Fixes #345301.
14986         Some changes to original patch to catch errors better.
14987         use ifdef WIN32 instead of ifndef.
14988
14989 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14990
14991         * configure.ac:
14992         If we have libraw1394 >= 1.2.1, then we need libiec61883.
14993
14994 2006-06-18  Edward Hervey  <edward@fluendo.com>
14995
14996         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14997         After a failed buffer alloc, we need to abort the jpeg decoding (it
14998         started when parsing headers to figure out how many bytes we need
14999         to request downstream).
15000
15001 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15002
15003         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15004
15005         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15006           Make sure we don't read beyond the end of the file (#345232).
15007
15008 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15009
15010         * configure.ac:
15011           Fix --disable-external (can't set conditionals conditionally,
15012           #343602).
15013
15014 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15015
15016         * autogen.sh:
15017         * configure.ac:
15018         * docs/Makefile.am:
15019           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15020
15021         * docs/plugins/Makefile.am:
15022         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15023         * docs/plugins/inspect/plugin-taglib.xml:
15024           Add/fix apev2mux docs.
15025
15026 2006-06-14  Wim Taymans  <wim@fluendo.com>
15027
15028         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15029         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15030         (gst_dvdec_change_state):
15031         Reset segment info on flush.
15032         Alloc segment in _init, free in _finalize.
15033
15034         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15035         Don't send segments twice.
15036
15037 2006-06-14  Wim Taymans  <wim@fluendo.com>
15038
15039         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15040         Respect segment.stop. Fixes #342592.
15041
15042 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15043
15044         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15045           No language specified means the implied language is English
15046           according to the matroska spec (partially fixes #344708);
15047           add some more debug output.
15048
15049 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15050
15051         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15052         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15053         (gst_wavparse_chain):
15054           When operating chain-based, don't make any assumptions about the
15055           chunking of the incoming data and make streaming work on days other
15056           than the second Thursday after a full moon. Also fix up debug
15057           messages here and there and make use of the most excellent new
15058           gst_pad_query_peer_duration() utility function.
15059           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15060
15061         * gst/wavparse/gstwavparse.h:
15062           Remove trailing comma after last enum value, some compilers don't
15063           like that.
15064
15065 2006-06-13  Wim Taymans  <wim@fluendo.com>
15066
15067         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15068         Handle premature EOS gracefully.
15069
15070 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15071
15072         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15073           Prevent out of bounds array access when scrubbing towards
15074           the end of the file between the last index entry and the
15075           end. Fixes occasional 'start <= stop' newsegment event
15076           assertions when scrubbing in MJPEG files.
15077
15078 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15079
15080         * tests/check/elements/.cvsignore:
15081           And another one.
15082
15083 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15084
15085         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15086         (scan_encoded_string), (parse_picture_frame):
15087           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15088
15089         * configure.ac:
15090           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15091           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15092
15093 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15094
15095         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15096           gratuitous comment changes
15097         * tests/check/elements/level.c: (GST_START_TEST):
15098           fix level test leaks
15099
15100 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15101
15102         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15103         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15104           Use gst_pad_query_peer_duration() utility function here.
15105
15106 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15107
15108         * autogen.sh:
15109           require am17
15110         * configure.ac:
15111         * ext/annodex/Makefile.am:
15112         * ext/cdio/Makefile.am:
15113         * ext/dv/Makefile.am:
15114         * ext/esd/Makefile.am:
15115         * ext/flac/Makefile.am:
15116         * ext/gdk_pixbuf/Makefile.am:
15117         * ext/ladspa/Makefile.am:
15118         * ext/libcaca/Makefile.am:
15119         * ext/speex/Makefile.am:
15120         * ext/taglib/Makefile.am:
15121         * sys/oss/Makefile.am:
15122         * sys/sunaudio/Makefile.am:
15123         * sys/ximage/Makefile.am:
15124           clean up build further
15125
15126 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15127
15128         * gconf/Makefile.am:
15129           Honour --disable-schemas-install configure option. Fixes #344100.
15130
15131 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15132
15133         * tests/examples/level/Makefile.am:
15134           Add -lm to LIBS for pow() function, don't assume one of our
15135           dependencies (such as libxml-2.0) drags it in automatically
15136           (#343603).
15137
15138 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15139
15140         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15141
15142         * configure.ac:
15143           We should use $SED and not $(SED) in configure.ac (#343678).
15144
15145 2006-06-09  Wim Taymans  <wim@fluendo.com>
15146
15147         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15148
15149         * sys/sunaudio/gstsunaudiomixerctrl.c:
15150         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15151         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15152         (gst_sunaudiomixer_ctrl_set_mute):
15153         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15154         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15155         (gst_sunaudiosink_write):
15156         Attached find a patch that fixes a number of bugs with the SunAudio
15157         mixer plugin and fixes #344101:
15158         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15159            tracks onto the tracklist causing gnome-volume-control's preferences
15160            dialog to be messed up and would core dump if you checked/unchecked
15161            any item.
15162         2. We weren't previously setting the MUTE flag properly.  Fixing this
15163            makes gnome-volume-control work better.
15164         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15165            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15166            gnome-volume-control look better.
15167         Also some minor cleanup in gstsunaudiosink.c.
15168
15169 2006-06-09  Wim Taymans  <wim@fluendo.com>
15170
15171         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15172         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15173         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15174         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15175         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15176         * ext/jpeg/gstjpegdec.h:
15177         API: Added IDCT method property
15178         Small cleanups.
15179         Avoid dynamic allocation of trivial fixed structure.
15180         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15181
15182 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15183
15184         * configure.ac:
15185         We now require libraw1394 >= 1.1.0 and that version onwards all
15186         have .pc files.
15187
15188 2006-06-02  Edward Hervey  <edward@fluendo.com>
15189
15190         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15191         Trying to get items from an ANY or EMPTY caps is ... stupid.
15192
15193 2006-06-02  Edward Hervey  <edward@fluendo.com>
15194
15195         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15196         (gst_dvdec_chain), (gst_dvdec_change_state):
15197         * ext/dv/gstdvdec.h:
15198         Added GstSegment handling, now implements dropping/clipping.
15199
15200 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15201
15202         * ext/aalib/gstaasink.h:
15203         * ext/annodex/gstcmmldec.h:
15204         * ext/cairo/gsttimeoverlay.h:
15205         * ext/dv/gstdvdec.h:
15206         * ext/dv/gstdvdemux.h:
15207         * ext/esd/esdmon.h:
15208         * ext/esd/esdsink.h:
15209         * ext/flac/gstflacenc.h:
15210         * ext/gconf/gstgconfaudiosink.h:
15211         * ext/gconf/gstgconfaudiosrc.h:
15212         * ext/gconf/gstgconfvideosink.h:
15213         * ext/gconf/gstgconfvideosrc.h:
15214         * ext/gdk_pixbuf/gstgdkanimation.h:
15215         * ext/gdk_pixbuf/pixbufscale.h:
15216         * ext/hal/gsthalaudiosink.h:
15217         * ext/hal/gsthalaudiosrc.h:
15218         * ext/jpeg/gstjpegenc.h:
15219         * ext/jpeg/gstsmokedec.h:
15220         * ext/jpeg/gstsmokeenc.h:
15221         * ext/libcaca/gstcacasink.h:
15222         * ext/libmng/gstmngdec.h:
15223         * ext/libmng/gstmngenc.h:
15224         * ext/libpng/gstpngdec.h:
15225         * ext/libpng/gstpngenc.h:
15226         * ext/raw1394/gstdv1394src.h:
15227         * ext/speex/gstspeexenc.h:
15228         * gst/autodetect/gstautoaudiosink.h:
15229         * gst/autodetect/gstautovideosink.h:
15230         * gst/avi/gstavidemux.h:
15231         * gst/cutter/gstcutter.h:
15232         * gst/debug/efence.h:
15233         * gst/debug/gstnavigationtest.h:
15234         * gst/debug/gstnavseek.h:
15235         * gst/flx/gstflxdec.h:
15236         * gst/goom/gstgoom.h:
15237         * gst/icydemux/gsticydemux.h:
15238         * gst/id3demux/gstid3demux.h:
15239         * gst/law/alaw-decode.h:
15240         * gst/law/alaw-encode.h:
15241         * gst/law/mulaw-decode.h:
15242         * gst/law/mulaw-encode.h:
15243         * gst/matroska/matroska-mux.h:
15244         * gst/median/gstmedian.h:
15245         * gst/oldcore/gstaggregator.h:
15246         * gst/oldcore/gstfdsink.h:
15247         * gst/oldcore/gstmd5sink.h:
15248         * gst/oldcore/gstmultifilesrc.h:
15249         * gst/oldcore/gstpipefilter.h:
15250         * gst/oldcore/gstshaper.h:
15251         * gst/oldcore/gststatistics.h:
15252         * gst/rtp/gstasteriskh263.h:
15253         * gst/rtp/gstrtpL16depay.h:
15254         * gst/rtp/gstrtpL16pay.h:
15255         * gst/rtp/gstrtpamrdepay.h:
15256         * gst/rtp/gstrtpamrpay.h:
15257         * gst/rtp/gstrtpdepay.h:
15258         * gst/rtp/gstrtpgsmdepay.h:
15259         * gst/rtp/gstrtpgsmpay.h:
15260         * gst/rtp/gstrtph263pay.h:
15261         * gst/rtp/gstrtph263pdepay.h:
15262         * gst/rtp/gstrtph263ppay.h:
15263         * gst/rtp/gstrtpmp4gpay.h:
15264         * gst/rtp/gstrtpmp4vdepay.h:
15265         * gst/rtp/gstrtpmp4vpay.h:
15266         * gst/rtp/gstrtpmpadepay.h:
15267         * gst/rtp/gstrtpmpapay.h:
15268         * gst/rtp/gstrtppcmadepay.h:
15269         * gst/rtp/gstrtppcmapay.h:
15270         * gst/rtp/gstrtppcmudepay.h:
15271         * gst/rtp/gstrtppcmupay.h:
15272         * gst/rtp/gstrtpspeexdepay.h:
15273         * gst/rtp/gstrtpspeexpay.h:
15274         * gst/rtsp/gstrtpdec.h:
15275         * gst/rtsp/gstrtspsrc.h:
15276         * gst/smpte/gstsmpte.h:
15277         * gst/udp/gstdynudpsink.h:
15278         * gst/udp/gstmultiudpsink.h:
15279         * gst/udp/gstudpsink.h:
15280         * gst/udp/gstudpsrc.h:
15281         * gst/videofilter/gstvideobalance.h:
15282         * gst/videofilter/gstvideoflip.h:
15283         * sys/oss/gstossdmabuffer.h:
15284         * sys/oss/gstossmixerelement.h:
15285         * sys/oss/gstosssink.h:
15286         * sys/oss/gstosssrc.h:
15287         * sys/osxvideo/osxvideosink.h:
15288         * sys/sunaudio/gstsunaudiomixer.h:
15289         * sys/sunaudio/gstsunaudiosink.h:
15290         * sys/ximage/gstximagesrc.h:
15291         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15292
15293 2006-05-31  Wim Taymans  <wim@fluendo.com>
15294
15295         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15296         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15297         (gst_goom_src_setcaps), (gst_goom_src_event),
15298         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15299         (gst_goom_change_state):
15300         * gst/goom/gstgoom.h:
15301         Handle QoS.
15302         Handle flushing, discont and events.
15303         Fix timestamps and various other cleanups.
15304
15305 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15306
15307         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15308         Fix bus reset when using libiec61883
15309
15310 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15311
15312         * configure.ac:
15313         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15314         * ext/raw1394/Makefile.am:
15315         Add CFLAGS.
15316         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15317         New method, to receive using libiec61883.
15318         (gst_dv1394src_iso_receive),
15319         #ifdef'd out if libiec61883 is present.
15320         (gst_dv1394src_bus_reset),
15321         Get userdata correctly if using libiec61883. 
15322         (gst_dv1394src_create),
15323         When using libiec61883, only poll one fd and no need to read.
15324         (gst_dv1394src_discover_avc_node),
15325         Replace g_warnings.
15326         (gst_dv1394src_start),
15327         Create new handle when we know which dv port.  More reliable
15328         than setting port on an existing handle.  Initialise libiec61883.
15329         (gst_dv1394src_stop):
15330         If using libiec61883, then cleanup its handle properly.
15331         * ext/raw1394/gstdv1394src.h:
15332         Add libiec61883 handle.
15333
15334 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15335
15336         * gst/avi/gstavidemux.c:
15337           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15338         * win32/MANIFEST:
15339           sort file listing
15340         * win32/vs6/libgstavi.dsp:
15341           add gstavimux.c to the project
15342         * win32/vs6/libgstid3demux.dsp:
15343           add link to zlib library
15344         * win32/vs6/libgstmatroska.dsp:
15345           add matroska-ids.c to the project
15346
15347 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15348
15349         Patch by: Sebastian Dröge  <mail at slomosnail de >
15350
15351         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15352         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15353         * ext/taglib/Makefile.am:
15354         * ext/taglib/gstapev2mux.cc:
15355         * ext/taglib/gstapev2mux.h:
15356         * ext/taglib/gstid3v2mux.cc:
15357         * ext/taglib/gsttaglibmux.c: (plugin_init):
15358         * ext/taglib/gsttaglibmux.h:
15359           Add apev2mux element (#343122).
15360         
15361         * tests/check/Makefile.am:
15362         * tests/check/elements/apev2mux.c:
15363         (test_taglib_apev2mux_create_tags),
15364         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15365         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15366         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15367         (apev2mux_suite), (main):
15368           Add unit test for apev2mux element.
15369
15370 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15371
15372         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15373         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15374         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15375           GST_PTR_FORMAT should be used to print caps in debug statements.
15376
15377 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15378
15379         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15380
15381         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15382         (ape_demux_parse_tags):
15383           Some clean-ups and additions: map APE 'file' tag to
15384           GST_TAG_LOCATION (#343123); add support for extracting
15385           the track count and clean up parsing a bit (#343127).
15386
15387 2006-05-28  Edward Hervey  <edward@fluendo.com>
15388
15389         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15390         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15391
15392 2006-05-28  Edward Hervey  <edward@fluendo.com>
15393
15394         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15395         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15396         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15397         * ext/jpeg/gstjpegdec.h:
15398         Clip outgoing buffers according to currently configured segment.
15399
15400 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15401
15402         * ext/taglib/gstid3v2mux.cc:
15403           Handle  writing of track-count or album-volume-count without
15404           track-number or albume-volume-number (in this case the number
15405           will just be set to 0).
15406
15407         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15408           It would be nice if we actually checked the values received for
15409           track/album-volume number/count in  _check_tags(), rather than
15410           setting them again ...
15411
15412 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15413
15414         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15415           A track/volume number or count of 0 does not make sense,
15416           just ignore it along with negative numbers (a tag might
15417           only contain a track count without a track number).
15418
15419 2006-05-27  Edward Hervey  <edward@fluendo.com>
15420
15421         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15422         (gst_jpeg_dec_sink_event):
15423         Abort decompression when receiving FLUSH_STOP. This should avoid
15424         issues when interrupting decoding with flushes.
15425
15426 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15427
15428         * ext/flac/gstflac.c:
15429           Don't #include file we don't dist any longer.
15430
15431 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15432
15433         * README:
15434           Replace current README (containing the release notes from
15435           some 0.9.x version) with a proper README taken from the core.
15436
15437 2006-05-24  Wim Taymans  <wim@fluendo.com>
15438
15439         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15440         Implement EOS correctly by either posting
15441         SEGMENT_DONE or pushing an EOS message depending
15442         on the seek type. Fixes #342592
15443
15444 2006-05-24  Wim Taymans  <wim@fluendo.com>
15445
15446         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15447         * gst/law/alaw-decode.h:
15448         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15449         * gst/law/alaw-encode.h:
15450         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15451         * gst/law/mulaw-decode.h:
15452         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15453         * gst/law/mulaw-encode.h:
15454         Some cleanups in the chain functions.
15455         Remove some GStreamer 0.0.2 bits.
15456
15457 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15458
15459         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15460
15461         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15462           gst_collect_pads_stop() needs to be called before chaining up
15463           to the parent class (#342734).
15464
15465 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15466
15467         * ext/flac/Makefile.am:
15468         * ext/flac/flac_compat.h:
15469         * ext/flac/gstflac.c:
15470         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15471         * ext/flac/gstflacenc.c:
15472           Remove backwards compatibility cruft for dealing with FLAC API
15473           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15474
15475 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15476
15477         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15478         (gst_matroska_demux_push_xiph_codec_priv_data),
15479         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15480         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15481         * gst/matroska/matroska-ids.h:
15482         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15483         (gst_matroska_mux_video_pad_setcaps),
15484         (xiph3_streamheader_to_codecdata),
15485         (vorbis_streamheader_to_codecdata),
15486         (theora_streamheader_to_codecdata),
15487         (gst_matroska_mux_audio_pad_setcaps),
15488         (gst_matroska_mux_write_data):
15489           Add support for muxing/demuxing theora video (#342448; too bad
15490           none of the usual linux players can actually play this). Playback
15491           in GStreamer will require additional changes to theoradec in -base.
15492           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15493           cleanups.
15494
15495 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15496
15497         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15498         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15499           Fix crashes when the horizontal subsampling is 1.
15500           Fixes #342097.
15501
15502 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15503
15504         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15505
15506         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15507         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15508         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15509         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15510         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15511         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15512         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15513         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15514         (gst_avi_mux_change_state):
15515         * gst/avi/gstavimux.h:
15516           Some enhancements for avimux (#342526):
15517            - add odml (large file) index support
15518            - store codec init data (e.g. huffyuv)
15519            - miscellaneous other fixes/cleanups
15520
15521 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15522
15523         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15524         Don't output any tag when we encounter a negative track number - the
15525         tag type is uint, so we end up outputting huge positive numbers
15526         instead. (Fixes: #342029)
15527
15528 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15529
15530         * configure.ac:
15531           update for new GSTPB_PLUGINS_DIR
15532
15533 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15534
15535         * rtp/gst/gstrtph263pay.c:
15536         Properly set static caps for H263 at 34.
15537
15538 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15539
15540         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15541
15542         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15543           Merge event tags and tag setter tags correctly (#339918). Also,
15544           don't leak taglist in case of an error.
15545           
15546 2006-05-17  Edward Hervey  <edward@fluendo.com>
15547
15548         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15549         We can only do caps intersection if the othercaps are non-empty and not
15550         ANY. Else we return the pad template (base_caps).
15551
15552 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15553
15554         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15555           Fix crash when outputting debugging information for certain
15556           pictures (always good to use the right struct member for
15557           the number of records in an array).
15558
15559 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15560
15561         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15562
15563         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15564         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15565         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15566         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15567         (gst_ebml_read_float), (gst_ebml_read_ascii),
15568         (gst_ebml_read_binary):
15569           Don't create unnecessary sub-buffers all the time. Dramatically
15570           improves performance with multiple concurrently running
15571           matroskademux instances (#341818) (and avoids doing
15572           unnecessarily inefficient things in the general case).
15573
15574 2006-05-16  Edward Hervey  <edward@fluendo.com>
15575
15576         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15577         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15578         return value of gst_pad_push_event().
15579
15580 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15581
15582         * gst/autodetect/gstautoaudiosink.c:
15583         (gst_auto_audio_sink_find_best):
15584         * gst/autodetect/gstautovideosink.c:
15585         (gst_auto_video_sink_find_best):
15586         Make the name of the child element be based on the name of the
15587         parent, so that debug output is more useful.
15588         
15589         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15590         (parse_insert_string_field), (parse_split_strings):
15591         Rework string parsing to always walk over BOM markers in UTF16
15592         strings, using the endianness indicated by the innermost one,
15593         then trying the opposite endianness if that fails to convert
15594         to valid UTF-8. Fixes #341774
15595
15596 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15597
15598         Patch from: Matthieu <matthieu at fluendo dot com>
15599
15600         * ext/libpng/Makefile.am:
15601         Add LIBPNG_CFLAGS.
15602
15603 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15604
15605         * ext/taglib/gstid3v2mux.cc:
15606           Add support for writing images (APIC frames) into ID3v2
15607           tags (picture type always set to 'other' for now though).
15608
15609 2006-05-14  Michael Smith  <msmith@fluendo.com>
15610
15611         * gst/wavparse/gstwavparse.c:
15612           Update docs; wavparse implements push and pull modes.
15613
15614 2006-05-12  Wim Taymans  <wim@fluendo.com>
15615
15616         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15617         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15618         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15619         Ooops, bitten by the copy-and-paste design paradigm, fixes
15620         seek again.
15621
15622 2006-05-12  Wim Taymans  <wim@fluendo.com>
15623
15624         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15625         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15626         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15627         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15628         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15629         (gst_avi_demux_massage_index),
15630         (gst_avi_demux_calculate_durations_from_index),
15631         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15632         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15633         (gst_avi_demux_loop):
15634         * gst/avi/gstavidemux.h:
15635         Some cleanups, prepare to use GstSegment.
15636         Fix error in entry walking code.
15637         Fix VBR detection.
15638         Smarter timestamp calculation code.
15639         Uniform error/eos handling.
15640
15641 2006-05-12  Michael Smith  <msmith@fluendo.com>
15642
15643         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15644         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15645           Fix use of uninitialised values if we're NOT seeking in ready.
15646           Fix typos.
15647
15648 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15649
15650         * gst/wavparse/Makefile.am:
15651           Add CFLAGS and LIBS for libgstbase, fixes build on
15652           Cygwin (#341489).
15653
15654 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15655
15656         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15657           Some more debug info. No need to check whether the string
15658           returned by g_convert() is really UTF-8 - either it is or
15659           we get NULL returned.
15660
15661 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15662
15663         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15664           Fix parsing of numeric genre strings some more, by ensuring that
15665           we only try and parse strings that a) Start with '(' and b) Consist
15666           only of digits.
15667           Also, when finding an escaping '((' sequence, bust it back to '(' by
15668           swallowing the first parenthesis
15669
15670 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15671
15672         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15673         (gst_esdsink_open), (gst_esdsink_close):
15674         * ext/esd/esdsink.h:
15675           Move the esd_get_server_info() into gst_esdsink_open() and fail
15676           with a decent error message on errors.
15677
15678 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15679
15680         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15681         (gst_esdmon_channels_get_type):
15682         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15683         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15684         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15685         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15686         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15687         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15688         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15689         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15690         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15691         * gst/videomixer/videomixer.c:
15692         (gst_video_mixer_background_get_type):
15693           Const-ify GEnumValue arrays.
15694
15695 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15696
15697         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15698
15699         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15700         (gst_avi_mux_do_video_buffer):
15701           Work around gst_buffer_make_metadata_writable() bug that
15702           results in avimux marking all frames in the index as
15703           keyframes (#340859).
15704           
15705 2006-05-08  Wim Taymans  <wim@fluendo.com>
15706
15707         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15708         Make parsing of urls suck slightly less.
15709
15710 2006-05-08  Edward Hervey  <edward@fluendo.com>
15711
15712         * autogen.sh: (CONFIGURE_DEF_OPT): 
15713         libtoolize on Darwin/MacOSX is called glibtoolize.
15714
15715 2006-05-08  Wim Taymans  <wim@fluendo.com>
15716
15717         Patch by: Jens Granseuer <jensgr at gmx dot net>
15718
15719         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15720         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15721         C89 compliance fixes. Fixes #340980
15722
15723 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
15724
15725         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15726         * ext/flac/gstflacdec.h:
15727           Handle segment seeks that include the end of the file as stop point
15728           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
15729           message instead of an EOS event in case we're in segment seek
15730           mode (fixes #340699).
15731           
15732 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
15733
15734         * ext/cairo/gsttextoverlay.c:
15735         * ext/flac/gstflacdec.c:
15736         * ext/gdk_pixbuf/pixbufscale.c:
15737         * gst/apetag/gstapedemux.c:
15738         * gst/debug/breakmydata.c:
15739         * gst/debug/testplugin.c:
15740         * gst/matroska/ebml-write.c:
15741         * gst/multipart/multipartdemux.c:
15742         * sys/osxaudio/gstosxaudiosink.c:
15743         * sys/osxaudio/gstosxaudiosrc.c:
15744         Add semicolons after GST_BOILERPLATE[_FULL] so that
15745         indent doesn't mess up following lines.
15746
15747 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
15748
15749         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15750
15751         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
15752           Don't leak caps when freeing the stream context (#340623).
15753
15754 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
15755
15756         * configure.ac:
15757           Back to CVS
15758
15759 === release 0.10.3 ===
15760
15761 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
15762
15763         * configure.ac:
15764           releasing 0.10.3, "Desplazado"
15765
15766 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15767
15768         * gst/matroska/matroska-mux.c:
15769         (gst_matroska_mux_stream_is_vorbis_header),
15770         (gst_matroska_mux_write_data):
15771           Don't strcmp() NULL strings.
15772           Only start new clusters on video keyframes, not on any
15773           random audio buffer that doesn't have the DELTA_UNIT
15774           flag set (fixes 'make check' again).
15775
15776 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15777
15778         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15779
15780         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15781         (gst_matroska_mux_stream_is_vorbis_header),
15782         (gst_matroska_mux_write_data):
15783           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
15784           value and then dead-lock when muxing vorbis audio streams
15785           (the three vorbis header buffers carry no timestamp, and it
15786           would try to mux these after all video buffers). Fixes #340346.
15787
15788           Improve clustering: start a new cluster also whenever we get
15789           a keyframe.     
15790
15791 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15792
15793         * win32/common/config.h:
15794         * win32/MANIFEST
15795           add the generated file as well
15796
15797 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15798
15799         * Makefile.am:
15800         * configure.ac:
15801         * win32/common/config.h.in:
15802           add win32 stuff
15803
15804 2006-05-03  Michael Smith  <msmith@fluendo.com>
15805
15806         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
15807           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
15808           SUCKS.
15809
15810 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15811
15812         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15813         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15814         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15815           don't leak caps-string
15816
15817 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15818
15819         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15820         (gst_id3demux_sink_activate):
15821           Let core insert default error message for TYPE_NOT_FOUND
15822           errors, it's just as good as our own and has the added
15823           bonus of being translated.
15824
15825 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15826
15827         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
15828         (gst_tag_demux_sink_event):
15829         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
15830         (gst_id3demux_sink_event):
15831           Post an error message when we get an EOS event and were not
15832           able to find out the type of stream.
15833
15834         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
15835         (test_taglib_id3mux_with_tags):
15836           Decrease num-buffers to 16 per iteration again, otherwise the
15837           many memcpy()s and reallocations in the test will hammer slow
15838           CPUs completely and make the test timeout.
15839
15840 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15841
15842         * configure.ac:
15843           figure out where plugins-base plugins are
15844         * tests/check/Makefile.am:
15845           use plugins-base plugins, so we have typefind functions
15846         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
15847           increase num-buffers, this makes sure the test errors out instead
15848           of timing out when no typefind functions are present
15849
15850 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15851
15852         * docs/plugins/Makefile.am:
15853           also check .cc files for gtk-doc markup
15854         * configure.ac:
15855         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15856         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15857         * tests/check/Makefile.am:
15858         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
15859         * ext/Makefile.am:
15860         * ext/taglib/Makefile.am:
15861         * ext/taglib/gstid3v2mux.h:
15862         * ext/taglib/gsttaglibmux.c:
15863         * ext/taglib/gsttaglibmux.h:
15864           move taglib-based id3v2muxer to -good.  Fixes #336110.
15865
15866 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15867
15868         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15869           ... and fix multichannel/WAVFORMATEX support again.
15870
15871 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
15872
15873         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15874         (gst_wavparse_class_init), (gst_wavparse_dispose),
15875         (gst_wavparse_reset), (gst_wavparse_init),
15876         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
15877         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
15878         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15879         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15880         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15881         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15882         (gst_wavparse_stream_data), (gst_wavparse_loop),
15883         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15884         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15885         (gst_wavparse_change_state), (plugin_init):
15886         * gst/wavparse/gstwavparse.h:
15887           Add push (streaming) mode to wavparse (fixes #337625)
15888
15889 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15890
15891         * configure.ac:
15892         * tests/Makefile.am:
15893           add ximagesrc icles test
15894
15895 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15896
15897         * configure.ac:
15898         * docs/plugins/Makefile.am:
15899         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15900         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15901         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15902         (gst_cmml_enc_push_clip):
15903         * sys/Makefile.am:
15904         * sys/ximage/Makefile.am:
15905         * sys/ximage/gstximagesrc.c:
15906           Move ximagesrc plug-in to good after review.  Fixes #336756.
15907
15908 2006-04-28  Michael Smith  <msmith@fluendo.com>
15909
15910         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15911         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15912         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15913         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15914         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15915         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15916         * gst/icydemux/gsticydemux.h:
15917           Fix event handling: cache events when typefinding and forward later.
15918
15919 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15920
15921         * sys/osxaudio/gstosxaudiosink.c:
15922         (plugin_init):
15923          Register osxaudiosrc to the plugin.
15924         * sys/osxaudio/gstosxaudiosrc.c:
15925         (gst_osx_audio_src_osxelement_do_init),
15926         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15927         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15928         (gst_osx_audio_src_get_property),
15929         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15930         (gst_osx_audio_src_osxelement_init):
15931         * sys/osxaudio/gstosxaudiosrc.h:
15932           Port of osxaudiosrc to 0.10.
15933         * sys/osxaudio/Makefile.am:
15934           Add osxaudiosrc
15935
15936 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15937
15938         * sys/osxaudio/gstosxringbuffer.c:
15939         * sys/osxaudio/gstosxringbuffer.h:
15940           Forgot to commit earlier, part of the OSX audio plugin port
15941
15942 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15943
15944         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15945         (parse_split_strings):
15946           Recognise and skip any byte order marker (BOM) in
15947           UTF-16 strings.
15948
15949 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15950
15951         * docs/plugins/Makefile.am:
15952         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15953         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15954         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15955         * docs/plugins/inspect/plugin-avi.xml:
15956         * gst/avi/gstavidemux.c:
15957         * gst/avi/gstavimux.c:
15958           Add docs for both avidemux and avimux.
15959
15960 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15961
15962         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15963
15964         * gst/avi/Makefile.am:
15965         * gst/avi/gstavi.c: (plugin_init):
15966         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15967         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15968         (gst_avi_mux_class_init), (gst_avi_mux_init),
15969         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15970         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15971         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15972         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15973         (gst_avi_mux_riff_get_avix_header),
15974         (gst_avi_mux_riff_get_video_header),
15975         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15976         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15977         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15978         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
15979         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
15980         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
15981         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15982         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
15983         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
15984         (gst_avi_mux_change_state):
15985         * gst/avi/gstavimux.h:
15986           Port AVI muxer to GStreamer-0.10 (#332031).
15987
15988         * tests/check/Makefile.am:
15989         * tests/check/elements/avimux.c:
15990         * tests/check/elements/.cvsignore:
15991           Add unit test for AVI muxer.
15992
15993 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
15994
15995         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15996         (gst_wavparse_class_init), (gst_wavparse_reset),
15997         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
15998         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
15999         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16000         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16001         (gst_wavparse_stream_data), (gst_wavparse_loop),
16002         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16003         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16004         (plugin_init):
16005         * gst/wavparse/gstwavparse.h:
16006           reverted patch #337625 for the price of 1 hour sleep
16007
16008 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16009
16010         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16011         (gst_wavparse_class_init), (gst_wavparse_reset),
16012         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16013         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16014         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16015         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16016         (gst_wavparse_stream_data), (gst_wavparse_loop),
16017         (gst_wavparse_chain), (plugin_init):
16018         * gst/wavparse/gstwavparse.h:
16019           correct partial implementation of push mode
16020           (from my last commit)
16021
16022 2006-04-26  Wim Taymans  <wim@fluendo.com>
16023
16024         * ext/esd/esdsink.c:
16025         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16026         it is not in esd.h
16027
16028 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16029
16030         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16031         (gst_au_parse_class_init), (gst_au_parse_init),
16032         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16033         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16034         (gst_au_parse_chain), (gst_au_parse_src_convert),
16035         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16036         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16037         (gst_au_parse_change_state):
16038         * gst/auparse/gstauparse.h:
16039           Rewrite auparse to suck a little bit less: make source pad
16040           dynamic, so decodebin/playbin work with non-raw formats
16041           like alaw/mulaw; add query function for duration/position
16042           queries; check whether we have enough data before attempting
16043           to parse the header (instead of crashing when that is not the
16044           case); work around audioconvert sucking by swapping endianness
16045           to the native endianness ourselves for float formats; send
16046           initial newsegment event. Fixes #161712.
16047
16048 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16049
16050         * sys/osxaudio/Makefile.am:
16051         * sys/osxaudio/gstosxaudioelement.c:
16052         (gst_osx_audio_element_get_type),
16053         (gst_osx_audio_element_class_init):
16054         * sys/osxaudio/gstosxaudioelement.h:
16055         * sys/osxaudio/gstosxaudiosink.c:
16056         (gst_osx_audio_sink_osxelement_do_init),
16057         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16058         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16059         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16060         (gst_osx_audio_sink_create_ringbuffer),
16061         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16062         (plugin_init):
16063         * sys/osxaudio/gstosxaudiosink.h:
16064         Port of osxaudiosink to 0.10
16065
16066 2006-04-26  Wim Taymans  <wim@fluendo.com>
16067
16068         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16069         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16070         the size of the ringbuffer. This should fix hangs with older 
16071         esd sound servers.
16072
16073 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16074
16075         * ext/aalib/gstaasink.c:
16076         * ext/annodex/gstcmmldec.c:
16077         * ext/annodex/gstcmmlenc.c:
16078         * ext/cairo/gsttextoverlay.c:
16079         * ext/cairo/gsttimeoverlay.c:
16080         * ext/cdio/gstcdiocddasrc.c:
16081         * ext/dv/gstdvdec.c:
16082         * ext/dv/gstdvdemux.c:
16083         * ext/esd/esdmon.c:
16084         * ext/esd/esdsink.c:
16085         * ext/flac/gstflacenc.c:
16086         * ext/flac/gstflactag.c:
16087         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16088         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16089         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16090         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16091         * ext/gdk_pixbuf/pixbufscale.c:
16092         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16093         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16094         * ext/jpeg/gstjpegdec.c:
16095         * ext/jpeg/gstjpegenc.c:
16096         * ext/jpeg/gstsmokedec.c:
16097         * ext/jpeg/gstsmokeenc.c:
16098         * ext/libcaca/gstcacasink.c:
16099         * ext/libmng/gstmngdec.c:
16100         * ext/libmng/gstmngenc.c:
16101         * ext/libpng/gstpngdec.c:
16102         * ext/libpng/gstpngenc.c:
16103         * ext/mikmod/gstmikmod.c:
16104         * ext/raw1394/gstdv1394src.c:
16105         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16106         * ext/shout2/gstshout2.h:
16107         * ext/speex/gstspeexdec.c:
16108         * ext/speex/gstspeexenc.c:
16109         * gst/alpha/gstalpha.c:
16110         * gst/alpha/gstalphacolor.c:
16111         * gst/apetag/gstapedemux.c:
16112         * gst/auparse/gstauparse.c:
16113         * gst/autodetect/gstautoaudiosink.c:
16114         (gst_auto_audio_sink_base_init):
16115         * gst/autodetect/gstautovideosink.c:
16116         (gst_auto_video_sink_base_init):
16117         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16118         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16119         * gst/cutter/gstcutter.c:
16120         * gst/debug/breakmydata.c:
16121         * gst/debug/efence.c:
16122         * gst/debug/gstnavigationtest.c:
16123         * gst/debug/gstnavseek.c:
16124         * gst/debug/negotiation.c:
16125         * gst/debug/progressreport.c:
16126         * gst/debug/testplugin.c:
16127         * gst/effectv/gstaging.c:
16128         * gst/effectv/gstdice.c:
16129         * gst/effectv/gstedge.c:
16130         * gst/effectv/gstquark.c:
16131         * gst/effectv/gstrev.c:
16132         * gst/effectv/gstshagadelic.c:
16133         * gst/effectv/gstvertigo.c:
16134         * gst/effectv/gstwarp.c:
16135         * gst/flx/gstflxdec.c:
16136         * gst/goom/gstgoom.c:
16137         * gst/icydemux/gsticydemux.c:
16138         * gst/id3demux/gstid3demux.c:
16139         * gst/interleave/deinterleave.c:
16140         * gst/interleave/interleave.c:
16141         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16142         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16143         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16144         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16145         * gst/level/gstlevel.c:
16146         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16147         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16148         * gst/median/gstmedian.c:
16149         * gst/monoscope/gstmonoscope.c:
16150         * gst/multipart/multipartdemux.c:
16151         * gst/multipart/multipartmux.c:
16152         * gst/oldcore/gstaggregator.c:
16153         * gst/oldcore/gstfdsink.c:
16154         * gst/oldcore/gstmd5sink.c:
16155         * gst/oldcore/gstmultifilesrc.c:
16156         * gst/oldcore/gstpipefilter.c:
16157         * gst/oldcore/gstshaper.c:
16158         * gst/oldcore/gststatistics.c:
16159         * gst/rtp/gstasteriskh263.c:
16160         * gst/rtp/gstrtpL16depay.c:
16161         * gst/rtp/gstrtpL16pay.c:
16162         * gst/rtp/gstrtpamrdepay.c:
16163         * gst/rtp/gstrtpamrpay.c:
16164         * gst/rtp/gstrtpdepay.c:
16165         * gst/rtp/gstrtpgsmpay.c:
16166         * gst/rtp/gstrtph263pay.c:
16167         * gst/rtp/gstrtph263pdepay.c:
16168         * gst/rtp/gstrtph263ppay.c:
16169         * gst/rtp/gstrtpilbcdepay.c:
16170         * gst/rtp/gstrtpmp4gpay.c:
16171         * gst/rtp/gstrtpmp4vdepay.c:
16172         * gst/rtp/gstrtpmp4vpay.c:
16173         * gst/rtp/gstrtpmpadepay.c:
16174         * gst/rtp/gstrtpmpapay.c:
16175         * gst/rtp/gstrtppcmadepay.c:
16176         * gst/rtp/gstrtppcmapay.c:
16177         * gst/rtp/gstrtppcmudepay.c:
16178         * gst/rtp/gstrtppcmupay.c:
16179         * gst/rtp/gstrtpspeexdepay.c:
16180         * gst/rtp/gstrtpspeexpay.c:
16181         * gst/rtsp/gstrtpdec.c:
16182         * gst/rtsp/gstrtspsrc.c:
16183         * gst/smpte/gstsmpte.c:
16184         * gst/udp/gstdynudpsink.c:
16185         * gst/udp/gstmultiudpsink.c:
16186         * gst/udp/gstudpsink.c:
16187         * gst/udp/gstudpsrc.c:
16188         * gst/videobox/gstvideobox.c:
16189         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16190         * gst/videofilter/gstvideobalance.c:
16191         * gst/videofilter/gstvideoflip.c:
16192         * gst/videofilter/gstvideotemplate.c:
16193         (gst_videotemplate_base_init):
16194         * gst/videomixer/videomixer.c:
16195         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16196         (gst_wavparse_class_init), (gst_wavparse_dispose),
16197         (gst_wavparse_reset), (gst_wavparse_init),
16198         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16199         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16200         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16201         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16202         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16203         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16204         (gst_wavparse_change_state):
16205         * gst/wavparse/gstwavparse.h:
16206         * sys/oss/gstossmixerelement.c:
16207         * sys/oss/gstosssink.c:
16208         * sys/oss/gstosssrc.c:
16209         * sys/osxaudio/gstosxaudioelement.c:
16210         * sys/osxaudio/gstosxaudiosink.c:
16211         * sys/osxaudio/gstosxaudiosrc.c:
16212         * sys/sunaudio/gstsunaudiomixer.c:
16213         * sys/sunaudio/gstsunaudiosink.c:
16214           Define GstElementDetails as const and also static (when defined as
16215           global)
16216
16217 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16218
16219         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16220           Source pad has fixed caps. If we don't set this, bad
16221           things happen when the window is resized.
16222
16223 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16224
16225         * gst/matroska/Makefile.am:
16226         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16227         (gst_matroska_demux_handle_src_event):
16228         * gst/matroska/matroska-ids.c:
16229         (gst_matroska_track_init_video_context),
16230         (gst_matroska_track_init_audio_context),
16231         (gst_matroska_track_init_subtitle_context),
16232         (gst_matroska_track_init_complex_context):
16233         * gst/matroska/matroska-ids.h:
16234           Handle case where the TrackType ebml chunk does not come before the
16235           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16236           events.
16237
16238 2006-04-25  Wim Taymans  <wim@fluendo.com>
16239
16240         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16241         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16242         It's codec_data, not codec_info.
16243
16244 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16245
16246         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16247
16248         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16249           Handle codec_data for VfW compatibility codec IDs (#339451)
16250
16251         * gst/matroska/matroska-mux.c:
16252         (gst_matroska_mux_video_pad_setcaps):
16253           Same here, handle codec_data and add additional caps we can handle
16254           now to the pad template (huffyuv, dv and h263 video) (#339451)
16255
16256 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16257
16258         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16259
16260         * gst/matroska/matroska-mux.c:
16261         (gst_matroska_mux_create_buffer_header),
16262         (gst_matroska_mux_write_data):
16263           Fix timestamping of B-frames, use signed integers, do
16264           some rounding (#339678).
16265
16266 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16267
16268         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16269         just make it compile with --disable-gst-debug.
16270
16271 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16272
16273         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16274         Fix a bad conversion using gst_guint64_to_gdouble.
16275         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16276         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16277         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16278     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16279         mistake.
16280
16281 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16282
16283         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16284         Use gst_guint64_to_gdouble for conversions
16285         * win32/vs6/gst_plugins_good.dsw:
16286         * win32/vs6/libgsticydemux.dsp:
16287         Add a project file for icydemux
16288
16289 2006-04-21  Wim Taymans  <wim@fluendo.com>
16290
16291         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16292
16293         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16294         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16295         When splitting audio chunks, the block alignment is not taken in
16296         consideration, so the smaller chunks could be of size which is 
16297         not a multiple of the block alignment. Fixes #336904
16298
16299 2006-04-21  Wim Taymans  <wim@fluendo.com>
16300
16301         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16302         Use scale functions
16303
16304 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16305
16306         * ext/dv/gstdv.c: (plugin_init):
16307           Fix build.
16308
16309 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16310
16311         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16312         (gst_progress_report_class_init), (gst_progress_report_init),
16313         (gst_progress_report_do_query), (gst_progress_report_report),
16314         (gst_progress_report_set_property),
16315         (gst_progress_report_get_property):
16316           Add 'format' property to force querying to a particular format.
16317
16318 2006-04-21  Andy Wingo  <wingo@pobox.com>
16319
16320         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16321         best, on big endian systems. Drop its rank in that case. OTOH on
16322         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16323
16324 2006-04-21  Michael Smith  <msmith@fluendo.com>
16325
16326         * configure.ac:
16327         * gst/icydemux/Makefile.am:
16328         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16329         (gst_icydemux_base_init), (gst_icydemux_class_init),
16330         (gst_icydemux_reset), (gst_icydemux_init),
16331         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16332         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16333         (unicodify), (gst_icydemux_unicodify),
16334         (gst_icydemux_parse_and_send_tags),
16335         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16336         (gst_icydemux_chain), (gst_icydemux_change_state),
16337         (gst_icydemux_send_tag_event), (plugin_init):
16338         * gst/icydemux/gsticydemux.h:
16339         * tests/check/Makefile.am:
16340         * tests/check/elements/icydemux.c: (typefind_succeed),
16341         (plugin_init), (icydemux_found_pad), (create_icydemux),
16342         (cleanup_icydemux), (push_data), (GST_START_TEST),
16343         (icydemux_suite), (main):
16344           Add icydemux, and tests.
16345
16346 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16347
16348         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16349           Post SEGMENT_DONE message in TIME format.
16350
16351 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16352
16353         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16354
16355         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16356         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16357           Fix index creation when we have to scan the file to create
16358           an index. There may be other types of RIFF 'LIST' chunks than
16359           'movi' and we need to skip them properly as well or we'll end up
16360           reading garbage (#336889). Some other cosmetic changes.
16361           
16362 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16363
16364         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16365         (gst_flac_dec_handle_seek_event):
16366           Add support for segment seeks (fixes #338290). Also demote
16367           some recurring debug message from DEBUG to LOG level.
16368
16369 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16370
16371         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16372         (gst_matroskademux_do_index_seek),
16373         (gst_matroska_demux_handle_seek_event),
16374         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16375         * gst/matroska/matroska-ids.h:
16376           Set DISCONT flag on first buffer after a discontinuity.
16377           Fix newsegment events sent when seeking and honour KEY_UNIT
16378           seek flag. Create pad with bogus caps if we don't recognise
16379           the stream codec id.
16380
16381         * gst/matroska/matroska-demux.h:
16382           Fix GObject macros.
16383
16384 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16385
16386         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16387
16388         * gst/matroska/matroska-demux.c:
16389         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16390           Handle end of segment properly when set; don't dead-lock when
16391           posting start of segment message when doing a segment seek.
16392           Fixes #338810.
16393
16394 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16395
16396         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16397         (gst_matroska_demux_plugin_init):
16398           Make mpeg2 aac audio work: create artificial private codec data
16399           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16400           Also call gst_riff_init(). Partially fixes #338767.
16401
16402 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16403
16404         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16405         (gst_wavenc_class_init), (gst_wavenc_init),
16406         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16407         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16408         (gst_wavenc_chain), (gst_wavenc_change_state):
16409         * gst/wavenc/gstwavenc.h:
16410           Set caps on first outgoing buffer, so that it doesn't error out
16411           immediately with a non-negotiated error (#338716). Rewrite and
16412           clean up a bit; fix setcaps function to parse things properly;
16413           fix sink caps (8bit audio is unsigned and doesn't have depth);
16414           use boilerplate macros; remove unused properties stuff.
16415
16416 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16417
16418         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16419           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16420           handle MJPEG streams and might be autoplugged for those if the
16421           user doesn't have jpegdec installed (resulting in a cryptic error
16422           message about huffman tables). Better to disable JPEG decoding here
16423           and let the user figure out that she needs to install jpegdec.
16424
16425 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16426
16427         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16428         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16429         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16430         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16431           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16432           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16433           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16434           debug messages. Fix boilerplate macros.
16435
16436 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16437
16438         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16439         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16440           No need to special-case for Gdk-2.0 any longer, we require
16441           Gdk 2.2 or newer; minor clean-ups.
16442
16443 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16444
16445         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16446         (gst_shout2send_class_init), (gst_shout2send_init),
16447         (set_shout_metadata), (gst_shout2send_set_metadata),
16448         (gst_shout2send_event), (gst_shout2send_start),
16449         (gst_shout2send_connect), (gst_shout2send_stop),
16450         (gst_shout2send_render), (gst_shout2send_set_property),
16451         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16452         (plugin_init):
16453         * ext/shout2/gstshout2.h:
16454         * po/POTFILES.in:
16455           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16456           change function; use GST_ELEMENT_ERROR for error reporting, not
16457           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16458           will cause crashes or assertion failures; remove (unused) "sync"
16459           property, basesink already has such a property; misc. other
16460           minor fixes and cleanups.
16461
16462 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16463
16464         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16465         * ext/esd/gstesd.c: (plugin_init):
16466         * po/POTFILES.in:
16467           Add translatable error message for when we cannot
16468           connect to the sound server, as "Cannot open resource
16469           for writing" isn't really an acceptable message to show
16470           to the user in this case.
16471
16472 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16473
16474         * sys/oss/gst-i18n-plugin.h:
16475           Remove bogus file that doesn't belong here.
16476
16477 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16478
16479         Patch by: Philippe Valembois
16480
16481         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16482         (gst_shout2send_set_metadata), (gst_shout2send_event),
16483         (gst_shout2send_render), (gst_shout2send_change_state):
16484         * ext/shout2/gstshout2.h:
16485           Handle tags being received before the connection to
16486           the server is established properly (see #338636).
16487
16488 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16489
16490         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16491           Don't crash in case the connection to the server fails:
16492           don't set pointer to NULL by assigning FALSE; error out
16493           properly by using GST_ELEMENT_ERROR and returning
16494           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16495           before resetting the pointer.
16496
16497 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16498
16499         * gst/id3demux/id3tags.c:
16500         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16501         (Fixes #338713)
16502
16503 2006-04-12  Wim Taymans  <wim@fluendo.com>
16504
16505         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16506         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16507         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16508         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16509         (gst_gdk_pixbuf_chain):
16510         Some cleanups.
16511         Added RGBA as a possible output format.
16512         Correctly free the supported mimetypes.
16513         deprecate silent arg, it's not used.
16514         Return result from _alloc_buffer to peer.
16515
16516 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16517
16518         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16519           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16520           overwriting GST_BUFFER_MALLOCDATA.
16521
16522 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16523
16524         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16525         (user_endrow_callback), (user_end_callback),
16526         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16527         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16528         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16529         * ext/libpng/gstpngdec.h:
16530           Handle more than one frame if the content is framed,
16531           like with png-in-quicktime (#331917).
16532
16533 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16534
16535         * sys/oss/Makefile.am:
16536         * sys/oss/common.h:
16537         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16538         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16539         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16540         (gst_oss_src_unprepare):
16541           - the user-visible error strings were in the wrong category
16542           - and the messages were not marked for translation
16543           - which is actually a good thing, because they were exactly
16544             the kind of message you would never want anyone to see
16545           - the macros were using variables that didn't exist in the macro
16546             arguments
16547           - and they were obviously copied from each other and then modified
16548           - so a common header makes sense
16549
16550 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16551
16552         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16553           Don't try to modify read-only data.
16554
16555         * gst/matroska/matroska-demux.c:
16556         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16557           Fix comment (won't crash any longer now).
16558
16559 2006-04-10  Michael Smith  <msmith@fluendo.com>
16560
16561         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16562           Use copies of header buffers for caps to avoid circular refcounting
16563           problems (as in theoradec, vorbisdec).
16564
16565         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16566           Fix a typo in test that meant it was testing the wrong thing.
16567
16568         * tests/check/elements/cmmlenc.c: (check_headers):
16569           Fix refcount checks now that we use buffer-copies for caps.
16570
16571 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16572
16573         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16574         (gst_matroska_demux_handle_seek_event),
16575         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16576         (gst_matroska_demux_subtitle_caps),
16577         (gst_matroska_demux_plugin_init):
16578           Use static pad templates with ANY caps for audio and video
16579           source pads and get rid of a lot of unnecessary (and partially
16580           broken) code for the template caps. Clean up caps finding
16581           functions. Fixes playback of audio files/streams that do not
16582           contain the sample rate and/or number of channels in the audio
16583           context (happens a lot with vorbis/mp3 .mka files it seems).
16584           Fixes #337183.
16585           Also add myself to copyright holders.
16586
16587 2006-04-10  Michael Smith  <msmith@fluendo.com>
16588
16589         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16590           Use g_list_delete_link () instead of g_list_remove_link () so that
16591           we free the link as well as the contained data.
16592
16593 2006-04-10  Wim Taymans  <wim@fluendo.com>
16594
16595         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16596
16597         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16598         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16599         (gst_avi_demux_stream_header):
16600         Fix some crashers with empty chunks. (Fixes #337749)
16601
16602 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16603
16604         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16605           use G_GINT64_CONSTANT for INT64 constants
16606         * gst/videofilter/gstvideobalance.c:
16607           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16608         * win32/vs6/libgstavi.dsp:
16609          add missing libraries for the link and remove avimux.c from
16610          the project as it isn't ported to 0.10 yet
16611         
16612 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16613
16614         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16615           Even better would be if we actually did the right thing
16616           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16617
16618 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16619
16620         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16621           Can't just replace 1LL with 1L here just because MSVC doesn't
16622           support it, as it might lead to incorrect results when doing the
16623           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16624           force a 64-bit constant in a way that all compilers are happy with.
16625
16626 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16627
16628         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16629         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16630         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16631         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16632         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16633         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16634         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16635         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16636         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16637         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16638         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16639         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16640         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16641         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16642         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16643         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16644         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16645         * gst/debug/efence.c: (gst_efence_class_init):
16646         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16647         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16648         * gst/goom/gstgoom.c: (gst_goom_class_init):
16649         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16650         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16651         * gst/interleave/interleave.c: (interleave_class_init):
16652         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16653         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16654         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16655         * gst/median/gstmedian.c: (gst_median_class_init):
16656         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16657         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16658         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16659         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16660         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16661         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16662         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16663         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16664         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16665         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16666         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16667         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16668         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16669         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16670         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16671         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16672         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16673         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16674         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16675         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16676         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16677         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16678         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16679         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16680         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16681         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16682         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16683         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16684         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16685         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16686         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16687         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16688         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16689         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16690         * sys/osxaudio/gstosxaudioelement.c:
16691         (gst_osxaudioelement_class_init):
16692         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16693         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16694         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16695         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16696
16697 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16698
16699         * ext/mikmod/gstmikmod.h:
16700         * gst/level/gstlevel.h:
16701         Fix more broken GObject macros
16702
16703 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16704
16705         * ext/annodex/gstcmmldec.h:
16706         * ext/annodex/gstcmmlenc.h:
16707         * ext/annodex/gstcmmltag.h:
16708         * ext/cairo/gsttextoverlay.h:
16709         * ext/ladspa/gstsignalprocessor.h:
16710         * gst/matroska/ebml-read.h:
16711         * gst/matroska/ebml-write.h:
16712         * sys/osxaudio/gstosxaudioelement.h:
16713         Fix broken GObject macros
16714
16715 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16716
16717         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16718           Don't try to seek beyond the end of the file (would
16719           occasionally display error dialogs in totem when seeking
16720           to the end) (#335869). Will still throw an error though
16721           if the file is truncated and the total_samples value in
16722           the stream header is wrong.
16723
16724 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
16725
16726         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
16727         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
16728         (gst_flac_dec_metadata_callback):
16729         * ext/flac/gstflacdec.h:
16730           If the stream header doesn't contain the total number of samples,
16731           search for the last flac frame at the end of the file and calculate
16732           the total duration from that frame's offset (fixes #337609).
16733
16734 2006-04-07  Edward Hervey  <edward@fluendo.com>
16735
16736         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
16737         Don't unref the GstPadTemplate returned by
16738         gst_element_class_get_pad_template().
16739
16740 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16741
16742         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
16743
16744         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
16745         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
16746         * sys/sunaudio/gstsunaudiosink.h:
16747           Use spec->segsize and spec->segtotal in the prepare function
16748           to initialise the ring buffer instead of using the buffer-time
16749           property (#337421).
16750
16751 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16752
16753         * configure.ac:
16754           Bump core requirements to CVS for gst_pad_query_peer_duration()
16755           which is used by speexdec.
16756
16757 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16758
16759         * ext/speex/gstspeex.c: (plugin_init):
16760         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
16761         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
16762         (speex_get_sink_query_types), (speex_dec_sink_query),
16763         (speex_get_src_query_types), (speex_dec_src_query),
16764         (speex_dec_src_event), (speex_dec_sink_event),
16765         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
16766         (speex_dec_chain_parse_data), (speex_dec_chain),
16767         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
16768         (speex_dec_change_state):
16769         * ext/speex/gstspeexdec.h:
16770           Fix seeking and duration queries (#337033); clean up and
16771           refactor a bit.
16772
16773 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16774
16775         * ext/raw1394/gstdv1394src.c:
16776           distinguish between device not found and could not open for
16777           reading
16778
16779 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16780
16781         * Makefile.am:
16782         * configure.ac:
16783         * pkgconfig/.cvsignore:
16784         * pkgconfig/Makefile.am:
16785         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
16786           add a .pc file so other modules can use good plugins in tests
16787
16788 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16789
16790         * configure.ac:
16791           clean up, use AS_VERSION and AS_NANO
16792         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16793           use PACKAGE_VERSION define
16794         * po/af.po:
16795         * po/az.po:
16796         * po/cs.po:
16797         * po/en_GB.po:
16798         * po/hu.po:
16799         * po/it.po:
16800         * po/nb.po:
16801         * po/nl.po:
16802         * po/or.po:
16803         * po/sq.po:
16804         * po/sr.po:
16805         * po/sv.po:
16806         * po/uk.po:
16807         * po/vi.po:
16808           updated
16809
16810 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
16811
16812         * ext\jpeg\smokecodec.c:
16813           use of GST_DEBUG instead of DEBUG(a...) for WIN32
16814         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
16815           move first instruction after all variables declarations
16816         * gst\alpha\gstalpha.c:
16817         * gst\effectv\gstshagadelic.c:
16818         * gst\smpte\paint.c:
16819         * gst\videofilter\gstvideobalance.c:
16820           define M_PI if it's not defined (it's not defined on WIN32)
16821         * gst\cutter\gstcutter.c: (gst_cutter_chain):
16822         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
16823         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
16824         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
16825         (gst_matroska_demux_video_caps):
16826         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
16827         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
16828           use gst_guint64_to_gdouble for conversions
16829         * gst\goom\filters.c: (setPixelRGB_):
16830           fix a debug which was using undefined variable
16831         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
16832         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
16833           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
16834         * win32/vs6:
16835           add vs6 projects files for most of plugins-good
16836         
16837 2006-03-30  j^  <j@bootlab.org>
16838
16839         * ext/aalib/gstaasink.c:
16840         * ext/annodex/gstcmmldec.c:
16841         * ext/annodex/gstcmmlenc.c:
16842         * ext/cairo/gsttextoverlay.c:
16843         * ext/cairo/gsttimeoverlay.c:
16844         * ext/cdio/gstcdiocddasrc.c:
16845         * ext/dv/gstdvdec.c:
16846         * ext/esd/esdmon.c:
16847         * ext/esd/esdsink.c:
16848         * ext/flac/gstflacdec.c:
16849         * ext/flac/gstflacenc.c:
16850         * ext/flac/gstflactag.c:
16851         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16852         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16853         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16854         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16855         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16856         * ext/gdk_pixbuf/pixbufscale.c:
16857         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16858         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16859         * ext/jpeg/gstjpegdec.c:
16860         * ext/jpeg/gstjpegenc.c:
16861         * ext/jpeg/gstsmokedec.c:
16862         * ext/jpeg/gstsmokeenc.c:
16863         * ext/libcaca/gstcacasink.c:
16864         * ext/libmng/gstmngdec.c:
16865         * ext/libmng/gstmngenc.c:
16866         * ext/libpng/gstpngdec.c:
16867         * ext/libpng/gstpngenc.c:
16868         * ext/mikmod/gstmikmod.c:
16869         * ext/raw1394/gstdv1394src.c:
16870         * ext/shout2/gstshout2.c:
16871         * ext/speex/gstspeexdec.c:
16872         * ext/speex/gstspeexenc.c:
16873         * gst/alpha/gstalpha.c:
16874         * gst/alpha/gstalphacolor.c:
16875         * gst/auparse/gstauparse.c:
16876         * gst/autodetect/gstautoaudiosink.c:
16877         (gst_auto_audio_sink_base_init):
16878         * gst/autodetect/gstautovideosink.c:
16879         (gst_auto_video_sink_base_init):
16880         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16881         * gst/cutter/gstcutter.c:
16882         * gst/debug/breakmydata.c:
16883         * gst/debug/efence.c:
16884         * gst/debug/gstnavigationtest.c:
16885         * gst/debug/negotiation.c:
16886         * gst/debug/progressreport.c:
16887         * gst/debug/testplugin.c:
16888         * gst/effectv/gstaging.c:
16889         * gst/effectv/gstdice.c:
16890         * gst/effectv/gstedge.c:
16891         * gst/effectv/gstquark.c:
16892         * gst/effectv/gstrev.c:
16893         * gst/effectv/gstvertigo.c:
16894         * gst/effectv/gstwarp.c:
16895         * gst/flx/gstflxdec.c:
16896         * gst/goom/gstgoom.c:
16897         * gst/interleave/deinterleave.c:
16898         * gst/interleave/interleave.c:
16899         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16900         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16901         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16902         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16903         * gst/level/gstlevel.c:
16904         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16905         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16906         * gst/median/gstmedian.c:
16907         * gst/monoscope/gstmonoscope.c:
16908         * gst/multipart/multipartdemux.c:
16909         * gst/multipart/multipartmux.c:
16910         * gst/oldcore/gstmd5sink.c:
16911         * gst/oldcore/gstmultifilesrc.c:
16912         * gst/oldcore/gstpipefilter.c:
16913         * gst/oldcore/gstshaper.c:
16914         * gst/oldcore/gststatistics.c:
16915         * gst/rtp/gstasteriskh263.c:
16916         * gst/rtp/gstrtpL16depay.c:
16917         * gst/rtp/gstrtpL16pay.c:
16918         * gst/rtp/gstrtpamrdepay.c:
16919         * gst/rtp/gstrtpamrpay.c:
16920         * gst/rtp/gstrtpdepay.c:
16921         * gst/rtp/gstrtpgsmpay.c:
16922         * gst/rtp/gstrtph263pay.c:
16923         * gst/rtp/gstrtph263pdepay.c:
16924         * gst/rtp/gstrtph263ppay.c:
16925         * gst/rtp/gstrtpmp4gpay.c:
16926         * gst/rtp/gstrtpmp4vdepay.c:
16927         * gst/rtp/gstrtpmp4vpay.c:
16928         * gst/rtp/gstrtpmpadepay.c:
16929         * gst/rtp/gstrtpmpapay.c:
16930         * gst/rtp/gstrtppcmadepay.c:
16931         * gst/rtp/gstrtppcmapay.c:
16932         * gst/rtp/gstrtppcmudepay.c:
16933         * gst/rtp/gstrtppcmupay.c:
16934         * gst/rtp/gstrtpspeexdepay.c:
16935         * gst/rtp/gstrtpspeexpay.c:
16936         * gst/rtsp/gstrtpdec.c:
16937         * gst/smpte/gstsmpte.c:
16938         * gst/videobox/gstvideobox.c:
16939         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16940         * gst/videofilter/gstvideobalance.c:
16941         * gst/videofilter/gstvideoflip.c:
16942         * gst/videofilter/gstvideotemplate.c:
16943         (gst_videotemplate_base_init):
16944         * gst/videomixer/videomixer.c:
16945         * gst/wavenc/gstwavenc.c:
16946         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16947          better/unified long descriptions
16948          Fixed #336602
16949          Some cleanups to auparse, don't send multiple newsegments.
16950
16951 2006-03-29  Wim Taymans  <wim@fluendo.com>
16952
16953         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16954
16955         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16956         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16957         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16958         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16959         * ext/dv/gstdvdemux.h:
16960         Seek in READY patch. Only works for pull based mode.
16961         Fixes #323880
16962
16963 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16964
16965         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16966         (gst_gdk_pixbuf_event):
16967           Fix two crashers: don't unref the same caps twice, and
16968           set pixbuf loader to NULL after freeing it.
16969
16970 2006-03-27  Wim Taymans  <wim@fluendo.com>
16971
16972         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16973         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16974         (gst_speexenc_chain):
16975         * ext/speex/gstspeexenc.h:
16976         Don't leak adapter.
16977         A push *always* takes ownership of the buffer, even on
16978         errors.
16979         Small cleanups.
16980
16981 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
16982
16983         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
16984           Create source pad without leaking.
16985
16986 2006-03-24  Wim Taymans  <wim@fluendo.com>
16987
16988         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16989         * ext/flac/gstflacdec.h:
16990         * ext/flac/gstflacenc.h:
16991         Spifify a bit.
16992         Fix deadly lock order error in seeking code, STREAM_LOCK
16993         cannot be taken within LOCK and the streaming variables are
16994         protected with the STREAM_LOCK anyway.
16995
16996 2006-03-24  Wim Taymans  <wim@fluendo.com>
16997
16998         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
16999         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17000         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17001         this patch combines the global init_frames with the stream
17002         init_frames. Rationale being that the global delay should 
17003         be subtracted from any stream delay.
17004         Fixes #335858.
17005
17006 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17007
17008         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17009         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17010         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17011         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17012         use DEBUG_FUNCPTR for collectpads
17013
17014 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17015
17016         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17017           Don't crash when encoding images where the number of rows isn't
17018           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17019
17020 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17021
17022         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17023         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17024         * gst/interleave/interleave.c: (interleave_change_state):
17025         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17026           More state change function fixes.
17027
17028 2006-03-23  Wim Taymans  <wim@fluendo.com>
17029
17030         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17031         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17032         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17033         (gst_esdsink_delay), (gst_esdsink_reset):
17034         * ext/esd/esdsink.h:
17035         Fix esd choppy playback by configuring audiosink
17036         correctly. Fixes #325191
17037
17038 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17039
17040         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17041           Make state change function thread-safe.
17042
17043 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17044
17045         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17046         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17047           Don't try to read beyond the end of the file just because
17048           the header claims a bigger size (like with truncated files).
17049
17050 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17051
17052         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17053         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17054         (gst_wavparse_stream_data), (gst_wavparse_loop):
17055         * gst/wavparse/gstwavparse.h:
17056           Delay source pad creation until we have the first chunk of
17057           media data, so the we can examine the data and adjust the
17058           caps accordingly if required. This makes playback of .wav
17059           files with DTS-declared-as-PCM content work (#313266).
17060
17061 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17062
17063         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17064         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17065         Don't attempt typefinding on too-short buffers that have been
17066         completely trimmed away. (Fixes #330239)
17067
17068         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17069         Improve the debug output
17070
17071 2006-03-21  Wim Taymans  <wim@fluendo.com>
17072
17073         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17074         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17075         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17076         (gst_esdsink_set_property), (gst_esdsink_get_property):
17077         Some cleanups.
17078         Reset fd to -1 when we close them.
17079
17080 2006-03-21  Wim Taymans  <wim@fluendo.com>
17081
17082         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17083         the OPTIONS request result is optional so don't
17084         fail on it.
17085
17086 2006-03-21  Edward Hervey  <edward@fluendo.com>
17087
17088         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17089         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17090         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17091         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17092         (gst_wavparse_change_state):
17093         gcc 4.1 unreferenced pointer fixes.
17094
17095 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17096
17097         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17098
17099         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17100           Fix block alignment calculation. Alignment should be done before
17101           adding the byte offset where the data starts (#335231).
17102
17103 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17104
17105         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17106           Ensure that we set correct caps on buffers that are transferred
17107           direct from the input.
17108
17109 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17110
17111         * gst/goom/filters.c: (zoomFilterDestroy):
17112         * gst/goom/goom_core.c: (goom_close):
17113           Free filter data when cleaning up. (Fixes: #334995)
17114
17115 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17116
17117         * configure.ac:
17118           Don't compile udp and rtsp plugins on win32 (mingw) or other
17119           systems that don't have <sys/socket.h> for some reason (#316203).
17120
17121 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17122
17123         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17124         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17125         * ext/raw1394/gstdv1394src.h:
17126           Change bus reset handler so it reports useful information such as
17127           whether the device being used connected or disconnected
17128
17129 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17130
17131         * gst/id3demux/id3v2frames.c:
17132         (parse_relative_volume_adjustment_two):
17133           We only care about gain and peak data for the master volume.
17134
17135 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17136
17137         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17138         (parse_id_string), (parse_unique_file_identifier),
17139         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17140           Read replay gain tags (#323721).
17141
17142 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17143
17144         * configure.ac:
17145           Bump requirements to gst-plugins-base CVS because
17146           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17147
17148 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17149
17150         * rtp/gst/gstrtppcmadepay.c:
17151         Fixed one of the caps in the code from mulaw to alaw.
17152
17153 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17154
17155         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17156           Ensure that we set caps on the buffers we pass.
17157
17158         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17159         (gst_id3demux_sink_activate):
17160           Ensure that we set caps on the buffers we pass.
17161
17162           Use STREAM, TYPE_NOT_FOUND as the error class when
17163           typefinding fails.
17164
17165 2006-03-15  Edward Hervey  <edward@fluendo.com>
17166
17167         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17168         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17169         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17170         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17171         (gst_jpeg_dec_setcaps):
17172         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17173         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17174         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17175         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17176         (gst_mngdec_src_getcaps):
17177         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17178         (gst_pngdec_caps_create_and_set):
17179         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17180         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17181         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17182         * gst/alpha/gstalpha.c: (gst_alpha_init):
17183         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17184         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17185         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17186         * gst/cutter/gstcutter.c: (gst_cutter_init):
17187         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17188         (gst_efence_checkgetrange):
17189         * gst/debug/negotiation.c: (gst_negotiation_init):
17190         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17191         * gst/goom/gstgoom.c: (gst_goom_init):
17192         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17193         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17194         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17195         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17196         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17197         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17198         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17199         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17200         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17201         (gst_wavparse_create_sourcepad):
17202         Fix memleak with gst_static_pad_template_get().
17203         This uses gst_pad_new_from_static_template() instead.
17204         Fixes #333512
17205
17206 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17207
17208         * configure.ac:
17209           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17210           used by id3demux.
17211
17212         * gst/id3demux/gstid3demux.c: (plugin_init):
17213         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17214         (parse_user_text_identification_frame),
17215         (parse_unique_file_identifier):
17216           Add support for UFID and TXXX frames and extract musicbrainz tags.
17217
17218 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17219
17220         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17221           Catch short reads, like they might happen with truncated
17222           files (see #305279); remove unnecessary indentation.
17223
17224 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17225
17226         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17227           Fix DIB image inversion for pictures with a
17228           depth != 8 (#305279).
17229
17230 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17231
17232         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17233         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17234         * ext/jpeg/gstjpegdec.h:
17235           Fix durations on outgoing buffers after seeking
17236           in MJPEG files (#334083); some minor clean-ups.
17237
17238 2006-03-13  Wim Taymans  <wim@fluendo.com>
17239
17240         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17241         (gst_wavparse_change_state):
17242         Implement seek in READY (re-fixes #327658)
17243
17244 2006-03-13  Wim Taymans  <wim@fluendo.com>
17245
17246         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17247         * ext/esd/esdmon.c: (gst_esdmon_get):
17248         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17249         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17250         (gst_gdk_pixbuf_sink_getcaps):
17251         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17252         (gst_jpegenc_setcaps):
17253         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17254         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17255         (gst_smokeenc_setcaps):
17256         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17257         (gst_mngdec_src_getcaps):
17258         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17259         (gst_mngenc_chain):
17260         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17261         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17262         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17263         (speex_dec_src_event), (speex_dec_chain):
17264         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17265         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17266         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17267         (gst_negotiation_pad_link), (gst_negotiation_chain):
17268         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17269         (gst_flxdec_chain):
17270         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17271         (deinterleave_chain):
17272         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17273         * gst/median/gstmedian.c: (gst_median_link):
17274         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17275         (gst_monoscope_chain):
17276         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17277         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17278         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17279         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17280         close #333784 unref the result of gst_pad_get_parent()
17281         by: Christophe Fergeau.
17282
17283 2006-03-09  Wim Taymans  <wim@fluendo.com>
17284
17285         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17286         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17287         Handle events in push mode better, can now do non-flushing
17288         seeks in push mode as well.
17289
17290 2006-03-07  Wim Taymans  <wim@fluendo.com>
17291
17292         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17293         Applied patch from Kai Vehmanen, fixes #333624.
17294
17295 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17296
17297         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17298         Implement paletted and grayscale png files handling.
17299         (#150363).
17300
17301 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17302
17303         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17304         (gst_speexenc_chain):
17305           fix a tag list assert
17306           follow gst-plugins-base/ext/ogg/README; set OFFSET
17307           and OFFSET_END.  Muxes correctly with gst-plugins-base
17308           > 0.9.3
17309
17310 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17311
17312         * gst/id3demux/Makefile.am:
17313         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17314         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17315           Use new typefind helper functions here as well, and
17316           do typefinding in pull-mode if upstream supports that.
17317
17318 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17319
17320         * sys/sunaudio/gstsunaudiomixerctrl.c:
17321         (gst_sunaudiomixer_ctrl_get_volume),
17322         (gst_sunaudiomixer_ctrl_set_volume):
17323         * sys/sunaudio/gstsunaudiomixertrack.c:
17324         (gst_sunaudiomixer_track_new):
17325           Remove unused variables, breaks build from CVS
17326           with -Werror (#333392, patch by: Benjamin Pineau)
17327
17328 2006-03-03  Wim Taymans  <wim@fluendo.com>
17329
17330         * docs/plugins/Makefile.am:
17331         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17332         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17333         Added wavparse docs.
17334
17335         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17336         (gst_wavparse_reset), (gst_wavparse_init),
17337         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17338         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17339         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17340         (gst_wavparse_stream_data), (gst_wavparse_loop),
17341         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17342         (gst_wavparse_change_state):
17343         * gst/wavparse/gstwavparse.h:
17344         Implement seek in READY (fixes #327658)
17345         Added docs and did some cleanups.
17346
17347 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17348
17349         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17350         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17351         (gst_avi_demux_calculate_durations_from_index),
17352         (gst_avi_demux_stream_header):
17353         * gst/avi/gstavidemux.h:
17354           If we have an index, use a duration based on the index instead
17355           of blindly trusting the information in the stream headers
17356           (fixes #331817).
17357
17358 2006-03-03  Wim Taymans  <wim@fluendo.com>
17359
17360         * docs/plugins/Makefile.am:
17361         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17362         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17363         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17364         Added smoke and jpeg to the docs.
17365
17366         * ext/jpeg/Makefile.am:
17367         * ext/jpeg/gstjpeg.c: (plugin_init):
17368         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17369         * ext/jpeg/gstjpegenc.h:
17370         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17371         (gst_smokedec_chain):
17372         * ext/jpeg/gstsmokedec.h:
17373         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17374         * ext/jpeg/gstsmokeenc.h:
17375         * ext/jpeg/smokecodec.h:
17376         Port smokedec (fixes #331905).
17377         Added some docs.
17378         Some cleanups.
17379
17380 2006-03-03  Wim Taymans  <wim@fluendo.com>
17381
17382         * docs/plugins/Makefile.am:
17383         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17384         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17385         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17386         Added videobalance and videoflip to the docs.
17387
17388         * gst/videofilter/Makefile.am:
17389         * gst/videofilter/gstvideobalance.c:
17390         (gst_video_balance_update_tables_planar411),
17391         (gst_video_balance_is_passthrough),
17392         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17393         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17394         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17395         (gst_video_balance_finalize), (gst_video_balance_class_init),
17396         (gst_video_balance_init), (gst_video_balance_interface_supported),
17397         (gst_video_balance_interface_init),
17398         (gst_video_balance_colorbalance_list_channels),
17399         (gst_video_balance_colorbalance_set_value),
17400         (gst_video_balance_colorbalance_get_value),
17401         (gst_video_balance_colorbalance_init),
17402         (gst_video_balance_set_property), (gst_video_balance_get_property),
17403         (gst_video_balance_get_type), (plugin_init):
17404         * gst/videofilter/gstvideobalance.h:
17405         Ported to 0.10. (Fixes #326160)
17406         Added docs.
17407
17408         * gst/videofilter/gstvideoflip.c:
17409         * gst/videofilter/gstvideoflip.h:
17410         Added docs.
17411
17412 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17413
17414         * configure.ac:
17415           Bump requirements to current core and -base CVS
17416           (core for new typefind helper API, and -base for the
17417           WAVFORMATEX support that was added to libgstriff and
17418           is needed by wavparse).
17419         
17420         * gst/apetag/Makefile.am:
17421         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17422         (gst_tag_demux_sink_activate):
17423           Use new typefind helpers for typefinding instead of our
17424           home-grown stuff; also, do typefinding in pull-mode if
17425           upstream supports that.
17426
17427 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17428
17429         Reviewed by: Christian Schaller <christian@fluendo.com>
17430
17431         This patch fixes bug: 329107
17432
17433         This Changelog entry is for a commit done on February 17
17434
17435         * ext/gconf/gconf.c
17436         * ext/gconf/gconf.h
17437         * ext/gconf/gstgconfaudiosink.c
17438         * ext/gconf/gstgconfaudiosink.h
17439         * gconf/gstreamer.schemas.in
17440
17441 2006-02-28  Wim Taymans  <wim@fluendo.com>
17442
17443         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17444         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17445         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17446         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17447         Use DEBUG_OBJECT more.
17448
17449 2006-02-28  Wim Taymans  <wim@fluendo.com>
17450
17451         * docs/plugins/Makefile.am:
17452         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17453         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17454         Added dvdec and dvdemux to docs.
17455
17456         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17457         Added docs.
17458         Check frame sizes so we don't crash when don't have enough
17459         data.
17460         Send nice error messages on error.
17461
17462         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17463         (gst_dvdemux_class_init), (gst_dvdemux_init),
17464         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17465         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17466         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17467         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17468         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17469         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17470         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17471         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17472         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17473         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17474         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17475         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17476         * ext/dv/gstdvdemux.h:
17477         Added docs.
17478         Implement pull mode.
17479         Fix memleaks.
17480         Reduce memcpy for the video demuxing.
17481
17482 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17483
17484         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17485         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17486         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17487         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17488           Add a little extra debug. Make the decoder not return NOT_LINKED,
17489           as we want to continue decoding all CMML and emitting tags.
17490
17491 2006-02-27  Michael Smith  <msmith@fluendo.com>
17492
17493         * ext/annodex/gstskeltag.c:
17494         * ext/annodex/gstskeltag.h:
17495           Deleted; these files aren't used any more either.
17496
17497 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17498
17499         * ext/Makefile.am: Fix dist-check.
17500
17501 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17502
17503         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17504         memleak.
17505
17506 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17507
17508         * ext/annodex/Makefile.am:
17509         * ext/annodex/gstannodex.c:
17510         * ext/annodex/gstcmmldec.c:
17511         * ext/annodex/gstcmmlenc.c:
17512         * ext/annodex/gstcmmlparser.c:
17513         * ext/annodex/gstcmmlparser.h:
17514         * ext/annodex/gstcmmlutils.c:
17515         * tests/check/elements/cmmldec.c:
17516         * tests/check/elements/cmmlenc.c:
17517           Fix a memleak in gst_cmml_track_list_add_clip.
17518           Handle overflows in clip's start and end times.
17519           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17520           Do not parse junk at the end of a CMML preamble buffer.
17521           Register a libxml error handler to not print stuff on stderr.
17522           Check for bad clip start and end times in the testsuites.
17523
17524 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17525
17526         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17527         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17528         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17529         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17530         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17531         possible memleaks.
17532
17533 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17534
17535         * tests/check/Makefile.am:
17536         * tests/check/elements/cmmldec.c:
17537         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17538         the plugins-base tags.
17539
17540 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17541
17542         * ext/Makefile.am: Re-enable module.
17543
17544 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17545
17546         * tests/check/Makefile.am: Forgot to remove that test.
17547
17548 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17549
17550         * ext/annodex/Makefile.am:
17551         * ext/annodex/gstannodex.c: (plugin_init):
17552         * ext/annodex/gstcmmldec.c:
17553         * ext/annodex/gstskeldec.c:
17554         * ext/annodex/gstskeldec.h:
17555         * tests/check/Makefile.am:
17556         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17557
17558 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17559
17560         * tests/check/Makefile.am: Disable those checks as well.
17561
17562 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17563
17564         * ext/Makefile.am: Disable annodex for now until we figure out
17565         how to make it build.
17566         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17567         Add a rule to your checklist : "please try to at least build 
17568         what you are going to commit into -good, or if you are too lazy
17569         to do that, please check that the buildbots are not crying because
17570         of your commit."
17571
17572 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17573
17574         * configure.ac:
17575         * ext/Makefile.am:
17576         * ext/gdk_pixbuf/Makefile.am:
17577         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17578         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17579         * ext/gdk_pixbuf/pixbufscale.c:
17580         * ext/gdk_pixbuf/pixbufscale.h:
17581           Gdkpixbuf ported from 0.8 to 0.10 by
17582           Renato Filho <renato.filho@indt.org.br>.
17583           gst_loader and gdkpixbufanimation still need port.
17584
17585 2006-02-24  Michael Smith  <msmith@fluendo.com>
17586
17587         * configure.ac:
17588         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17589         * ext/Makefile.am:
17590         * ext/annodex/Makefile.am:
17591         * ext/annodex/gstannodex.c:
17592         * ext/annodex/gstannodex.h:
17593         * ext/annodex/gstcmmldec.c:
17594         * ext/annodex/gstcmmldec.h:
17595         * ext/annodex/gstcmmlenc.c:
17596         * ext/annodex/gstcmmlenc.h:
17597         * ext/annodex/gstcmmlparser.c:
17598         * ext/annodex/gstcmmlparser.h:
17599         * ext/annodex/gstcmmltag.c:
17600         * ext/annodex/gstcmmltag.h:
17601         * ext/annodex/gstcmmlutils.c:
17602         * ext/annodex/gstcmmlutils.h:
17603         * ext/annodex/gstskeldec.c:
17604         * ext/annodex/gstskeldec.h:
17605         * ext/annodex/gstskeltag.c:
17606         * ext/annodex/gstskeltag.h:
17607         * tests/check/Makefile.am:
17608         * tests/check/elements/cmmldec.c:
17609         * tests/check/elements/cmmlenc.c:
17610         * tests/check/elements/skeldec.c:
17611           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17612           Includes tests & docs, oh my! Passes Thomas's -good checklist
17613           entirely. Wow.
17614
17615 2006-02-24  Michael Smith  <msmith@fluendo.com>
17616
17617         * autogen.sh:
17618           Check for automake 1.9 as well.
17619
17620 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17621
17622         * ext/flac/gstflacenc.c:
17623           Change min. sample rate to 8kHz to match flacdec's.
17624           
17625 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17626
17627         * ext/cdio/Makefile.am:
17628           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17629           required for Cygwin, see #317048)
17630
17631         * gst/rtp/gstasteriskh263.c:
17632           Cygwin has includes for both the unix network socket API
17633           and the windows API, but only one can be included, so fix
17634           includes to only use one or the other, prefering the unxi
17635           one (#317048).
17636
17637 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17638
17639         * rtp/gst/gstrtppcmadepay.c:
17640         * rtp/gst/gstrtppcmadepay.h:
17641         * rtp/gst/gstgstrtppcmapay.c:
17642         * rtp/gst/gstgstrtppcmapay.h:
17643         * rtp/gst/gstrtppcmudepay.c:
17644         * rtp/gst/gstrtppcmudepay.h:
17645         * rtp/gst/gstrtppcmupay.c:
17646         * rtp/gst/gstrtppcmupay.h:
17647         * rtp/gst/Makefile.am:
17648         * rtp/gst/gstrtp.c:
17649         * rtp/gst/README:
17650         Separated the G711 payloaders/depayloaders into separate elements for
17651         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17652
17653 2006-02-22  Wim Taymans  <wim@fluendo.com>
17654
17655         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17656         (gst_dvdec_change_state):
17657         * ext/dv/gstdvdec.h:
17658         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17659         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17660         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17661         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17662         (gst_dvdemux_flush), (gst_dvdemux_chain),
17663         (gst_dvdemux_change_state):
17664         * ext/dv/gstdvdemux.h:
17665         Ueber spiffify some more, added debug category.
17666         Use _scale.
17667         Use segments, respect playback rate from newsegment.
17668         Fix refcount issue.
17669
17670 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17671
17672         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17673         (gst_signal_processor_process):
17674         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17675         enabled for the build, but it helps me win the feature-count
17676         competitions ooh yeah.
17677
17678 2006-02-19  Wim Taymans  <wim@fluendo.com>
17679
17680         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17681         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17682         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17683         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17684         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17685         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17686         Use scaling code for added precission and more correct stop
17687         position in case scale==0.
17688
17689 2006-02-19  Wim Taymans  <wim@fluendo.com>
17690
17691         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17692         (gst_flxdec_chain):
17693         * gst/flx/gstflxdec.h:
17694         Implement DURATION query.
17695
17696 2006-02-19  Wim Taymans  <wim@fluendo.com>
17697
17698         * gst/flx/flx_color.h:
17699         * gst/flx/flx_fmt.h:
17700         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17701         (gst_flxdec_src_query_handler), (flx_decode_color),
17702         (gst_flxdec_chain):
17703         * gst/flx/gstflxdec.h:
17704         Set MALLOCDATA for the temp buffers so we don't leak.
17705         Some debug cleanups.
17706         Consume all data in the adapter before leaving the chain
17707         function. Fixes #330678.
17708
17709 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17710
17711         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17712         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17713          Handle 0 data size in otherwise valid frames.
17714          Handle numeric strings in 2.4.0 even when not in parentheses 
17715
17716 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
17717
17718         * gst/matroska/matroska-demux.c:
17719         (gst_matroska_demux_subtitle_caps),
17720         (gst_matroska_demux_plugin_init):
17721         * gst/matroska/matroska-ids.h:
17722           Recognise SSA/ASS and USF subtitle formats and
17723           set proper caps when they are found.
17724
17725 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17726
17727         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
17728         (gst_jpeg_dec_chain):
17729           Fix invalid memory access for some odd-sized images
17730           (see image contained in quicktime stream in #327083);
17731           use g_malloc() instead of g_alloca().
17732
17733 2006-02-17  Wim Taymans  <wim@fluendo.com>
17734
17735         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17736         Patch from Sebastien Cote, fixes #319884
17737
17738 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17739
17740         * ext/cdio/gstcdio.c: (plugin_init):
17741           Init debug category (#331253).
17742
17743 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17744
17745         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
17746           Pass extra_data to gst_riff_create_audio_caps(), so that
17747           WAVEFORMATEX stuff works. Post audio codec name and post
17748           it as taglist on the bus. Allow up to 8 channesl for raw
17749           PCM in the source pad template caps.
17750
17751 2006-02-16  Wim Taymans  <wim@fluendo.com>
17752
17753         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17754         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17755         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
17756         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
17757         (gst_multipart_set_property), (gst_multipart_get_property):
17758         Applied #318663. Gives quite a few false positives in
17759         autoscan mode, but it's better than nothing. Not closing yet.
17760
17761 2006-02-16  Wim Taymans  <wim@fluendo.com>
17762
17763         * docs/plugins/Makefile.am:
17764         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17765         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17766         * docs/plugins/gst-plugins-good-plugins.args:
17767         * docs/plugins/inspect/plugin-udp.xml:
17768         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
17769         (gst_udpsrc_start):
17770         Update documentation.
17771         Fix args.
17772
17773 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
17774
17775         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17776         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
17777         frame size. (Fixes #331368)
17778
17779 2006-02-16  Wim Taymans  <wim@fluendo.com>
17780
17781         * gst/rtsp/README:
17782         Updated README.
17783
17784         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17785         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
17786         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
17787         * gst/rtsp/gstrtspsrc.h:
17788         Make sure the RTP port is an even port an try to allocate 
17789         another if not.
17790         Added retry property to control max retries for port allocation.
17791         Make sure RTCP port is RTP port+1.
17792         Cleanup when port allocation fails.
17793         Fixes #319183.
17794         
17795 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17796
17797         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
17798           Don't ignore return value of the parent class's state
17799           change function (#331385, patch by: Wouter Paesen).
17800
17801 2006-02-15  Wim Taymans  <wim@fluendo.com>
17802
17803         * configure.ac:
17804         * docs/plugins/Makefile.am:
17805         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17806         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17807         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17808         * ext/Makefile.am:
17809         * ext/hal/Makefile.am:
17810         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
17811         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
17812         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
17813         (do_toggle_element), (gst_hal_audio_sink_set_property),
17814         (gst_hal_audio_sink_get_property),
17815         (gst_hal_audio_sink_change_state):
17816         * ext/hal/gsthalaudiosink.h:
17817         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
17818         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
17819         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
17820         (do_toggle_element), (gst_hal_audio_src_set_property),
17821         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
17822         * ext/hal/gsthalaudiosrc.h:
17823         * ext/hal/gsthalelements.c: (plugin_init):
17824         * ext/hal/gsthalelements.h:
17825         * ext/hal/hal.c: (gst_hal_get_string),
17826         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
17827         (gst_hal_get_audio_src):
17828         * ext/hal/hal.h:
17829         Add HAL sound device wrapper plugins. Closes #329106
17830
17831 2006-02-15  Wim Taymans  <wim@fluendo.com>
17832
17833         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17834         Add comment in a fultile attempt to stop the copy-and-paste 
17835         paradigm leading to duplication of bad code.
17836
17837         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
17838         Mime parameters have to be checked case insensitive
17839
17840 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17841
17842         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
17843           Advance stream time for lagging subtitle streams by sending
17844           newsegment events with the update flag set.
17845
17846 2006-02-14  Edward Hervey  <edward@fluendo.com>
17847
17848         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17849         There can be bogus data before the hdrl LIST tag in the RIFF header.
17850         It's hard to say if it's not respecting the AVI specifications or not,
17851         but since Google Video is producing AVIs like that and the other player
17852         don't seem to complain, I guess we should do the same.
17853
17854 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
17855
17856         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
17857         (parse_split_strings):
17858         Add more validation to ensure that a char encoding conversion
17859         produced a valid UTF-8 string.
17860
17861 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
17862
17863         Reviewed by: Edward Hervey  <edward@fluendo.com>
17864
17865         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17866         Properly handle end of segment. Closes #330885.
17867
17868 2006-02-13  Wim Taymans  <wim@fluendo.com>
17869
17870         * gst/rtp/gstrtpmp4gpay.h:
17871         For got to commit this one.
17872
17873 2006-02-12  Wim Taymans  <wim@fluendo.com>
17874
17875         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
17876         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
17877         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
17878         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17879         * gst/rtp/gstrtpmp4gpay.h:
17880         Make more things work.
17881         Handle ACC config strings.
17882
17883 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17884
17885         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17886           set timestamps if no incoming timestamps set
17887
17888 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17889
17890         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17891         (gst_tag_demux_do_typefind):
17892           ... and fix the very same leaks in GstTagDemux.
17893
17894 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17895
17896         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17897         (gst_id3demux_do_typefind):
17898         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17899         <jonathan at kaolin dot wh9 dot net>)
17900
17901 2006-02-10  Wim Taymans  <wim@fluendo.com>
17902
17903         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17904         First set options, then set caps or else the baseclass
17905         will not know about the options, duh.
17906
17907 2006-02-10  Wim Taymans  <wim@fluendo.com>
17908
17909         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17910         (gst_rtp_mp4v_pay_setcaps):
17911         Don't waste time looking for a config string if we have codec_info
17912         on the incomming caps.
17913
17914 2006-02-10  Wim Taymans  <wim@fluendo.com>
17915
17916         * gst/rtp/README:
17917         Say something about case-sensitivity of caps vs mime-attributes.
17918
17919         * gst/rtp/Makefile.am:
17920         * gst/rtp/gstrtp.c: (plugin_init):
17921         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17922         (gst_rtp_amr_pay_handle_buffer):
17923         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17924         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17925         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17926         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17927         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17928         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17929         (gst_rtp_mp4g_pay_plugin_init):
17930         * gst/rtp/gstrtpmp4gpay.h:
17931         Added beginnings of mpeg4-generic payloader (RFC 3640)
17932
17933 2006-02-09  Wim Taymans  <wim@fluendo.com>
17934
17935         * gst/rtsp/Makefile.am:
17936         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17937         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17938         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17939         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17940         (gst_rtpdec_change_state):
17941         * gst/rtsp/gstrtpdec.h:
17942         * gst/rtsp/gstrtsp.c: (plugin_init):
17943         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17944         * gst/rtsp/rtspconnection.c: (read_body),
17945         (rtsp_connection_receive):
17946         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17947         Resurected rtpdec to make rtspsrc happy again.
17948         Skip attributes from the session id.
17949         Don't crash when dumping a message with an empty body.
17950
17951
17952 2006-02-09  Wim Taymans  <wim@fluendo.com>
17953
17954         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17955         Added more meaningfull warnings when something goes wrong.
17956         Clear F bit on outgoing AMR packets.
17957
17958         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17959         (gst_rtp_amr_pay_handle_buffer):
17960         Added debugging category
17961         Support payloading of multiple AMR frames.
17962
17963         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17964         Added some debugging.
17965
17966 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17967
17968         * configure.ac:
17969           Back to CVS
17970
17971 === release 0.10.2 ===
17972
17973 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17974
17975         * configure.ac:
17976           releasing 0.10.2, "Papa was a rolling stone"
17977
17978 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17979
17980         * configure.ac:
17981           Bump core and plugins-base requirement to 0.10.2.2
17982           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
17983
17984 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17985
17986         * ext/flac/gstflac.c: (plugin_init):
17987         * ext/speex/gstspeex.c: (plugin_init):
17988           Register musicbrainz tags.
17989
17990 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17991
17992         * ext/gconf/gconf.h:
17993           Remove declaration of function that no longer exists.
17994
17995 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17996
17997         * ext/shout2/gstshout2.c: (gst_shout2send_render),
17998         (gst_shout2send_setcaps), (gst_shout2send_change_state):
17999         Make shout2 work for non ogg streams
18000
18001 2006-02-06  Wim Taymans  <wim@fluendo.com>
18002
18003         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18004         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18005         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18006         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18007         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18008         * gst/udp/gstmultiudpsink.h:
18009         Updated docs.
18010         Added properties bytes-served, bytes_to_serve.
18011         Post proper error messages,
18012         Emit client added signal too.
18013
18014 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18015
18016         * docs/plugins/Makefile.am:
18017         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18018         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18019         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18020         (gst_multiudpsink_get_stats):
18021           adding docs for multiudpsink
18022
18023 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18024
18025         * gst/level/gstlevel.c: (gst_level_transform_ip):
18026           peak below decay is not necessarily an error, so don't ERROR log
18027
18028 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18029
18030         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18031         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18032         (gst_ebml_write_seek):
18033         * gst/matroska/ebml-write.h:
18034           Make sure we send a newsegment event in BYTES format
18035           before sending buffers (#328531).
18036
18037 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18038
18039         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18040         (gst_dvdemux_sink_query):
18041         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18042         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18043         (speex_dec_src_query):
18044         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18045         (gst_speexenc_sink_query):
18046         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18047         * gst/matroska/matroska-demux.c:
18048         (gst_matroska_demux_get_src_query_types),
18049         (gst_matroska_demux_handle_src_query):
18050         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18051         (gst_wavparse_pad_query):
18052           Pass unhandled queries upstream instead of just dropping
18053           them (#326446). Update query type arrays here and there.
18054
18055 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18056
18057         * tests/check/elements/matroskamux.c: (setup_src_pad):
18058           Collectpads in core got changed and now also holds a
18059           reference to any pad that is part of it. Fix refcount
18060           checks in test case accordingly.
18061
18062 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18063
18064         * gst/apetag/gstapedemux.h:
18065           Fix include, for now GstTagDemux is in the apetag dir.
18066
18067 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18068
18069         * docs/plugins/Makefile.am:
18070         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18071         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18072         * docs/plugins/inspect/plugin-cdio.xml:
18073           Add cdio plugin to docs.
18074
18075         * ext/cdio/gstcdiocddasrc.c:
18076           Add gtk-doc blurb.
18077
18078         * ext/cdio/gstcdio.c:
18079           The plugin is called 'cdio' not 'cddio'.
18080
18081 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18082
18083         * configure.ac:
18084         * docs/plugins/Makefile.am:
18085         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18086         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18087         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18088         * docs/plugins/inspect/plugin-apetag.xml:
18089         * gst/apetag/Makefile.am:
18090         * gst/apetag/gstapedemux.c:
18091         * gst/apetag/gstapedemux.h:
18092         * gst/apetag/gsttagdemux.c:
18093         * gst/apetag/gsttagdemux.h:
18094           Add APE tag demuxer (#325649).
18095
18096 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18097
18098         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18099         (gst_gconf_get_default_video_sink),
18100         (gst_gconf_get_default_audio_src),
18101         (gst_gconf_get_default_video_src):
18102         * ext/gconf/gconf.h:
18103         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18104         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18105         (do_toggle_element):
18106         * ext/gconf/gstgconfaudiosink.h:
18107         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18108         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18109         (do_toggle_element):
18110         * ext/gconf/gstgconfaudiosrc.h:
18111         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18112         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18113         (do_toggle_element):
18114         * ext/gconf/gstgconfvideosink.h:
18115         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18116         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18117         (do_toggle_element):
18118         * ext/gconf/gstgconfvideosrc.h:
18119           Ignore changing the GConf key to "". Ignore GConf key updates
18120           that don't actually change the string.
18121           For now, ignore the GConf key when the state is > READY, as
18122           it breaks streaming. Sometime it will be nice to bring the
18123           new sink online even mid-stream, by sending NEWSEGMENT info
18124           and possibly prerolling.
18125           (Fixes #326736)
18126
18127 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18128
18129         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18130         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18131         (zoomFilterSetResolution), (zoomFilterDestroy),
18132         (zoomFilterFastRGB), (pointFilter):
18133         * gst/goom/filters.h:
18134         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18135         (goom_update), (goom_close):
18136         * gst/goom/goom_core.h:
18137         * gst/goom/goom_tools.h:
18138         * gst/goom/graphic.c:
18139         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18140         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18141         * gst/goom/gstgoom.h:
18142         * gst/goom/lines.c: (goom_lines):
18143         * gst/goom/lines.h:
18144           Make goom reentrant by moving all important static variables
18145           into instance structures.
18146           (Fixes #329181)
18147
18148 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18149
18150         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18151         (gst_avi_demux_all_source_pads_unlinked),
18152         (gst_avi_demux_process_next_entry):
18153         * gst/avi/gstavidemux.h:
18154           Third attempt, use gst_pad_is_linked() this time.
18155
18156 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18157
18158         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18159         (parse_split_strings):
18160         Adjust for data length indicators when parsing (Fixes #329810)
18161         Fix stupid bug parsing UTF-8 tag text.
18162         Output tag strings with multiple fields as multiple tags, so the
18163         app gets all the data.
18164
18165 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18166
18167         * ext/flac/gstflacenc.c:
18168         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18169         show me.
18170         
18171 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18172
18173         * ext/flac/gstflacenc.c:
18174         * gst/matroska/ebml-read.c:
18175         Just make it compile with --disable-gst-debug.
18176
18177 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18178
18179         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18180         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18181         (id3v2_genre_fields_to_taglist):
18182           Never output a tag with a null contents string.
18183
18184 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18185
18186         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18187           Only pause if all pads are unlinked AND we've tried to send data
18188           on all of them at least once.
18189
18190 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18191
18192         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18193         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18194           Make loop function/task pause itself when all source pads are
18195           unlinked.
18196
18197 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18198
18199         * configure.ac:
18200         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18201           Use new functions from core to render a bin from a
18202           string. Fixes build. Up requirements to core CVS.
18203
18204 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18205
18206         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18207           Don't push buffers into the adapter that we are going to
18208           push downstream again without framing anyway. Also, the
18209           adaptor takes ownership of buffers put into it (fixes
18210           auparse pushing invalid buffers for .au files with
18211           ADPCM contents). Finally, set caps on all outgoing buffers.
18212
18213 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18214
18215         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18216         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18217         (gst_id3demux_send_tag_event):
18218         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18219         Someone should kick my butt. Remove ID3v1 tags from the end of the
18220         file.
18221
18222         Improve error messages. Send the TAG message as soon as we complete
18223         typefinding, instead of waiting until we send the first buffer.
18224         Downstream tag event is still sent before the first buffer.
18225
18226 2006-01-27  Jan Gerber  <j@bootlab.org>
18227
18228         Reviewed by: Andy Wingo <wingo@pobox.com>
18229
18230         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18231         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18232         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18233         to not have warings flooding stderr. this is the suggested way
18234         also used in dvgrab and kino. (#328336)
18235
18236 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18237
18238         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18239         (gst_oss_sink_init), (gst_oss_sink_finalise):
18240           Free the device name string when finalised.
18241
18242 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18243
18244         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18245           Don't put function calls in g_return_if_fail() statements,
18246           or they'll be replaced with NOOPs if someone compiles with
18247           G_DISABLE_CHECKS defined.
18248           
18249 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18250
18251         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18252         Never trust ANY information encoded in a media file, especially
18253         when it's giving you sizes. (Fixes #328452)
18254
18255 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18256
18257         * gst/rtp/gstrtpg711pay.c:
18258         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18259         bug #325148.
18260
18261 2006-01-23  Edward Hervey  <edward@fluendo.com>
18262
18263         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18264         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18265         * gst/matroska/matroska-ids.h:
18266         Added recognition of Real Audio and Video streams in matroska demuxer.
18267
18268 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18269
18270         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18271           Remove errant break statement, and fix compilation with
18272           older GCC.
18273
18274 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18275
18276         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18277
18278         * sys/sunaudio/gstsunaudiomixerctrl.c:
18279         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18280           Export functions that are needed in other parts of the code,
18281           makes the mixer actually work; adjust magic minimum buffer-time
18282           value from 3ms to 5ms to work around stuttering during mp3
18283           playback (#327765).
18284
18285 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18286
18287         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18288
18289         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18290         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18291           Fix possible deadlock in matroska muxer (#327825).
18292
18293 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18294
18295         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18296         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18297         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18298         * gst/rtsp/sdpmessage.h:
18299         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18300         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18301           C89 fixes: declare variables at the beginning of a block and
18302           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18303           <jensgr at gmx dot net>).
18304
18305 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18306
18307         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18308         * gst/id3demux/id3tags.h:
18309         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18310         (parse_comment_frame), (parse_text_identification_frame),
18311         (id3v2_tag_to_taglist), (id3v2_are_digits),
18312         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18313         (parse_split_strings), (free_tag_strings):
18314           Rewrite parsing of text tags to handle multiple NULL terminated
18315           strings. Parse numeric genre strings and ID3v2 type
18316           "(3)(6)Alternative" style genre strings.
18317           Parse dates that are only YYYY or YYYY-mm format.
18318           (Fixes #328241 and #322154)
18319
18320 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18321
18322         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18323           Don't forget to initialize liboil, otherwise our oil functions
18324           will crash (fixes #327871; patch by: Christoph Burghardt
18325           <hawkes at web dot de>).
18326
18327 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18328
18329         * configure.ac:
18330           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18331           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18332           patch by: Brian Cameron <brian dot cameron at sun dot com>
18333
18334 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18335
18336         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18337         * ext/cdio/gstcdio.h:
18338         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18339           Fix build for libcdio versions >= 76; give slightly lower rank
18340           than cdparanoia.
18341
18342 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18343
18344         * configure.ac:
18345         * ext/Makefile.am:
18346         * ext/cdio/Makefile.am:
18347         * ext/cdio/gstcdio.c:
18348         * ext/cdio/gstcdio.h:
18349         * ext/cdio/gstcdiocddasrc.c:
18350         * ext/cdio/gstcdiocddasrc.h:
18351           Port libcdio cdda source, formerly known as cddasrc, now known as
18352           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18353           but that's not tested (fixes #317658).
18354
18355 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18356
18357         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18358           Fix conversion from TIME to BYTES format (fixes #326864;
18359           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18360
18361 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18362
18363         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18364           Fix compilation of id3demux when zlib is not present.
18365           (Fixes #326602; patch by: Sergey Scobich)
18366
18367 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18368
18369         * ext/esd/Makefile.am:
18370           Add $(ESD_CFLAGS), otherwise build will fail for folks
18371           with libesd in a non-standard prefix (#327009).
18372
18373 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18374
18375         * configure.ac:
18376           back to HEAD
18377
18378 === release 0.10.1 ===
18379
18380 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18381
18382         * configure.ac:
18383           releasing 0.10.1, "Li"
18384
18385 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18386
18387           patch by: Wim Taymans
18388
18389         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18390           fix memleak.  Fixes #326618
18391
18392 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18393
18394           patch by: Mike Smith
18395
18396         * gst/level/gstlevel.c: (gst_level_message_new),
18397         (gst_level_message_append_channel):
18398           Fix memleak.  Fixes #326612
18399
18400 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18401
18402         * configure.ac:
18403           prereleasing
18404         * po/af.po:
18405         * po/az.po:
18406         * po/cs.po:
18407         * po/en_GB.po:
18408         * po/hu.po:
18409         * po/it.po:
18410         * po/nb.po:
18411         * po/nl.po:
18412         * po/or.po:
18413         * po/sq.po:
18414         * po/sr.po:
18415         * po/sv.po:
18416         * po/uk.po:
18417         * po/vi.po:
18418           update translations
18419
18420 2006-01-10  Michael Smith  <msmith@fluendo.com>
18421
18422         * gst/level/gstlevel.c: (gst_level_class_init),
18423         (gst_level_dispose):
18424           Don't leak filter arrays.
18425
18426 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18427
18428         reviewed by: Christian Schaller <uraeus@gnome.org>
18429         
18430         * configure.ac:
18431         * gst-plugins-good.spec.in:
18432         * sys/Makefile.am:
18433         * sys/sunaudio/Makefile.am:
18434         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18435         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18436         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18437         (gst_sunaudiomixer_change_state):
18438         * sys/sunaudio/gstsunaudiomixer.h:
18439         * sys/sunaudio/gstsunaudiomixerctrl.c:
18440         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18441         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18442         (gst_sunaudiomixer_ctrl_list_tracks),
18443         (gst_sunaudiomixer_ctrl_get_volume),
18444         (gst_sunaudiomixer_ctrl_set_volume),
18445         (gst_sunaudiomixer_ctrl_set_mute),
18446         (gst_sunaudiomixer_ctrl_set_record):
18447         * sys/sunaudio/gstsunaudiomixerctrl.h:
18448         * sys/sunaudio/gstsunaudiomixertrack.c:
18449         (gst_sunaudiomixer_track_class_init),
18450         (gst_sunaudiomixer_track_init), (fill_labels),
18451         (gst_sunaudiomixer_track_new):
18452         * sys/sunaudio/gstsunaudiomixertrack.h:
18453         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18454         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18455         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18456         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18457         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18458         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18459         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18460         * sys/sunaudio/gstsunaudiosink.h:
18461
18462         Add SunAudio plugin - tested to make sure it doesn't break
18463         the build under GNU/Linux.      
18464
18465 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18466
18467         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18468         * gst-plugins-good/gst/udp/gstudpsrc.c:
18469         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18470         overrides the port or multicast parameters. Fixes bugs #323021.
18471         API addition: adds GstUDPSrc::sockfd property   
18472
18473 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18474
18475         * ext/gconf/Makefile.am:
18476         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18477         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18478         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18479         (do_toggle_element), (cb_toggle_element),
18480         (gst_gconf_audio_src_change_state):
18481         * ext/gconf/gstgconfaudiosrc.h:
18482         * ext/gconf/gstgconfelements.c: (plugin_init):
18483         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18484         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18485         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18486         (do_toggle_element), (cb_toggle_element),
18487         (gst_gconf_video_src_change_state):
18488         * ext/gconf/gstgconfvideosrc.h:
18489           Add new gconfaudiosrc and gconfvideosrc elements
18490           (needed for gnome-sound-recorder).
18491
18492 2006-01-06  Edward Hervey  <edward@fluendo.com>
18493
18494         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18495         Add gst_element_no_more_pads() for proper decodebin behaviour.
18496         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18497         (parse_text_identification_frame), (parse_split_strings):
18498         Failure to decode some tags is not a GST_ERROR() but a
18499         GST_WARNING()
18500         When iterating over a chunk of text, check that we haven't gone too
18501         far.
18502
18503 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18504
18505         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18506         (plugin_init):
18507           call oil_init() when using liboil
18508
18509 2006-01-04  Wim Taymans  <wim@fluendo.com>
18510
18511         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18512         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18513         Fix leaks.
18514
18515 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18516
18517         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18518
18519         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18520         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18521         (gst_flac_dec_change_state):
18522           Don't g_assert() where we should just return FALSE; remove
18523           unnecessary g_assert(); initialize some fields properly in
18524           state change function (fixes #325504). Also, use
18525           GST_DEBUG_OBJECT in two more places.
18526
18527 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18528
18529         * configure.ac:
18530           also remove smoothwave's Makefile.am
18531         * docs/plugins/Makefile.am:
18532           fix plugin docs
18533
18534 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18535
18536         * tests/examples/Makefile.am:
18537           added missing Makefile.am
18538
18539 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18540
18541         * configure.ac:
18542         * gst/level/Makefile.am:
18543         * gst/level/level-example.c:
18544         * tests/Makefile.am:
18545         * tests/examples/level/Makefile.am:
18546         * tests/examples/level/level-example.c: (message_handler), (main):
18547           moved level-example to tests/examples/level-example
18548         * tests/old/examples/level/demo.c: (main):
18549         * tests/old/examples/level/plot.c: (main):
18550           some initial fixes
18551
18552 2005-12-29  Michael Smith  <msmith@fluendo.com>
18553
18554         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18555         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18556         * gst/udp/gstmultiudpsink.h:
18557           Track packets sent per client in addition to bytes sent; provide
18558           this info through get-stats signal
18559
18560 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18561
18562         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18563           Can't use gst_object_unref() on a GstAdapter (#325191).
18564
18565 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18566
18567         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18568         If a broken tag has 0 bytes payload, at least still skip
18569         the 10 byte header
18570
18571 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18572
18573         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18574         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18575         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18576         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18577           Making these depayloaders (H263+ and mpeg4 video) inherit from
18578           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18579
18580 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18581
18582         * docs/plugins/gst-plugins-good-plugins.args:
18583         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18584         Regenerate the plugin hiearchy.
18585
18586 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18587
18588         * docs/plugins/Makefile.am:
18589         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18590         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18591         * docs/plugins/gst-plugins-good-plugins.args:
18592         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18593         (gst_id3demux_base_init), (gst_id3demux_class_init),
18594         (gst_id3demux_chain):
18595         * gst/id3demux/gstid3demux.h:
18596           Add documentation for id3demux.
18597           Don't fail if the first buffer is not at offset 0, just
18598           attempt to typefind and do pass through
18599           Rename the gst_type function from gst_gst_id3demux..
18600
18601 2005-12-20  Michael Smith  <msmith@fluendo.com>
18602
18603         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18604         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18605         (gst_multiudpsink_get_stats):
18606         * gst/udp/gstmultiudpsink.h:
18607           Collect statistics; return them from get_stats.
18608
18609 2005-12-19  Edward Hervey  <edward@fluendo.com>
18610
18611         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18612         Stupid signedness issue...
18613
18614 2005-12-19  Edward Hervey  <edward@fluendo.com>
18615
18616         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18617         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18618         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18619         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18620         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18621         Construct index for indexless files.
18622         Make sure pad/buffers are correctly reset to NULL once we don't need
18623         them anymore, else we get lovely segfaults/assertions.
18624         * gst/wavparse/gstwavparse.c:
18625         Yes, you can have 96KHz audio and wma in wav :(
18626
18627 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18628
18629         * configure.ac:
18630           Check for optional dependency on zlib for id3demux
18631
18632         * gst/id3demux/Makefile.am:
18633         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18634         (gst_id3demux_base_init), (gst_id3demux_class_init),
18635         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18636         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18637         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18638         (gst_id3demux_set_property), (gst_id3demux_get_property),
18639         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18640         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18641         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18642         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18643         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18644         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18645         (simple_find_peek), (simple_find_suggest),
18646         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18647         (plugin_init):
18648         * gst/id3demux/gstid3demux.h:
18649         * gst/id3demux/id3tags.c: (read_synch_uint),
18650         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18651         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18652         (id3demux_id3v2_frames_to_tag_list):
18653         * gst/id3demux/id3tags.h:
18654         * gst/id3demux/id3v2.4.0-frames.txt:
18655         * gst/id3demux/id3v2.4.0-structure.txt:
18656         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18657         (parse_comment_frame), (parse_text_identification_frame),
18658         (id3v2_tag_to_taglist), (parse_split_strings):
18659           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18660           otherwise it discards them. Works on my test files. 
18661
18662         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18663           Don't send EOS to a non-existing srcpad
18664           The debug category can be static
18665
18666 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18667
18668         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18669         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18670         * gst/multipart/multipartdemux.c:
18671           change some char* into char[]
18672
18673 2005-12-16  Wim Taymans  <wim@fluendo.com>
18674
18675         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18676         (gst_wavparse_other), (gst_wavparse_perform_seek),
18677         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18678         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18679         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18680         * gst/wavparse/gstwavparse.h:
18681         Use GstSegment to implement more seeking features.
18682
18683 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18684
18685         * gst/rtsp/rtspconnection.c:
18686           Add <netinet/in.h> include and move <arpa/inet.h> include
18687           to make things work on OpenBSD as well (fixes #323717;
18688           patch by: Benjamin Pineau)
18689
18690 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18691
18692         * gst/rtp/gstrtpspeexdepay.c:
18693         * gst/rtp/gstrtpspeexpay.c:
18694         Set clock rate to be fixed in 8000. It fixes bug #324012.
18695
18696 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18697
18698         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18699         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18700         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18701         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18702         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18703         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18704         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18705         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18706         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18707         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18708         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18709         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18710         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18711         * gst-plugins-good/gst/rtp/README:
18712         Fixed payload range in payloder caps. Removed payload range completely
18713         from depayloaders as they don't require payload type in their caps.
18714         In effect, there isn't any specific payload type for any given codec,
18715         only suggestions.
18716         Fixes bug #324011.
18717
18718 2005-12-13  Julien MOUTTE  <julien@moutte.net>
18719
18720         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18721         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18722         (gst_videomixer_collected): Code cleanup and re-enabling 
18723         queued time validity check for correct EOS handling.
18724
18725 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
18726
18727         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
18728         (gst_oss_mixer_element_get_property),
18729         (gst_oss_mixer_element_change_state):
18730         Add 'device-name' property and fix state change function.
18731
18732 2005-12-13  Edward Hervey  <edward@fluendo.com>
18733
18734         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
18735         If the speed of the file is null in the header, set the frame_time to
18736         the default setting of GST_SECOND / 70. Which is the default
18737         frame_delay for .fli files as stated in this document :
18738         http://www.compuphase.com/flic.htm
18739         Would be nice to have the time conversion done properly too (duration =
18740         flxh->frames * flxdec->frame_time)
18741
18742 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18743
18744         * docs/plugins/Makefile.am:
18745         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18746         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18747         * docs/plugins/gst-plugins-good-plugins.hierarchy:
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): Adding
18751         documentation for videomixer on my way with a funny sample
18752         pipeline.
18753
18754 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18755
18756         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18757         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18758         (gst_videomixer_update_queues), (gst_videomixer_collected):
18759         Fix caps negotiation. (#323896)
18760
18761 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
18762
18763         * gst/matroska/matroska-demux.c:
18764         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
18765           Set correct timestamps on audio laces, fixes playback of mp3 from
18766                 matroska.
18767
18768 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18769
18770         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
18771         (gst_au_parse_class_init), (gst_au_parse_init),
18772         (gst_au_parse_dispose), (gst_au_parse_chain),
18773         (gst_au_parse_change_state), (plugin_init):
18774         * gst/auparse/gstauparse.h:
18775           Use gst_object_unref() for GstObjects instead of
18776           g_object_unref() and fix a mem leak in a debug
18777           statement; while we're at it, also borgify, use
18778           boilerplate macros and clean up a little bit.
18779
18780 2005-12-11  Edward Hervey  <edward@fluendo.com>
18781
18782         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18783         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
18784         Added pull mode.
18785
18786 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18787
18788         * gst/goom/gstgoom.c:
18789         * gst/level/level-example.c: (main):
18790         * gst/smoothwave/demo-osssrc.c: (main):
18791           Use audiotestsrc instead of sinesrc (#323798).
18792
18793 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
18794
18795         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
18796           more debug-func-ptr usage
18797
18798 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
18799
18800         * gst/flx/flx_color.c: (flx_colorspace_convert):
18801         * gst/flx/flx_color.h:
18802         * gst/flx/flx_fmt.h:
18803         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
18804         * gst/flx/gstflxdec.h:
18805           Now flxdec works on big-endian machines as well.
18806
18807 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18808
18809         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18810         (gst_fenced_buffer_copy):
18811           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
18812           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
18813           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
18814           and use GST_DEBUG_FUNCPTR for pad functions.
18815
18816 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18817
18818         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
18819         (gst_flac_dec_class_init), (gst_flac_dec_init),
18820         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
18821         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
18822         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
18823         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
18824         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
18825         (gst_flac_dec_change_state):
18826         * ext/flac/gstflacdec.h:
18827           Rewrite flacdec a bit, so that even seeking might work now. Most
18828           importantly, don't act upon any flow return values we get, just tell
18829           the decoder everything's dandy and act on the flow return values
18830           later on in the loop function. We don't want to mess up the internal
18831           decoder state for non-fatal things like flushing pads etc. Other
18832           than that, use GstSegment (segment seeks don't work yet though, but
18833           should be easy to add), use boilerplate macros, drop the superfluous
18834           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
18835           lots of other things.
18836
18837 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18838
18839         * configure.ac:
18840           Update comment in OSS includes check.
18841
18842         * sys/oss/gstossdmabuffer.c:
18843         * sys/oss/gstosshelper.c:
18844         * sys/oss/gstossmixer.c:
18845         * sys/oss/gstossmixertrack.c:
18846         * sys/oss/gstosssink.c:
18847         * sys/oss/gstosssrc.c:
18848         * sys/oss/oss_probe.c:
18849           Don't assume the OSS soundcard.h include is always in
18850           the sys/ directory. Instead, use the existing defines
18851           from config.h to include the right file. Fixes
18852           compilation on OpenBSD 3.8 (#323718).
18853
18854 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18855
18856         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18857         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18858         * docs/plugins/inspect/plugin-1394.xml:
18859         * docs/plugins/inspect/plugin-aasink.xml:
18860         * docs/plugins/inspect/plugin-alaw.xml:
18861         * docs/plugins/inspect/plugin-alpha.xml:
18862         * docs/plugins/inspect/plugin-alphacolor.xml:
18863         * docs/plugins/inspect/plugin-auparse.xml:
18864         * docs/plugins/inspect/plugin-autodetect.xml:
18865         * docs/plugins/inspect/plugin-avi.xml:
18866         * docs/plugins/inspect/plugin-cacasink.xml:
18867         * docs/plugins/inspect/plugin-cairo.xml:
18868         * docs/plugins/inspect/plugin-cutter.xml:
18869         * docs/plugins/inspect/plugin-debug.xml:
18870         * docs/plugins/inspect/plugin-dv.xml:
18871         * docs/plugins/inspect/plugin-efence.xml:
18872         * docs/plugins/inspect/plugin-effectv.xml:
18873         * docs/plugins/inspect/plugin-esdsink.xml:
18874         * docs/plugins/inspect/plugin-flac.xml:
18875         * docs/plugins/inspect/plugin-flxdec.xml:
18876         * docs/plugins/inspect/plugin-gconfelements.xml:
18877         * docs/plugins/inspect/plugin-goom.xml:
18878         * docs/plugins/inspect/plugin-jpeg.xml:
18879         * docs/plugins/inspect/plugin-level.xml:
18880         * docs/plugins/inspect/plugin-matroska.xml:
18881         * docs/plugins/inspect/plugin-mulaw.xml:
18882         * docs/plugins/inspect/plugin-multipart.xml:
18883         * docs/plugins/inspect/plugin-navigationtest.xml:
18884         * docs/plugins/inspect/plugin-ossaudio.xml:
18885         * docs/plugins/inspect/plugin-png.xml:
18886         * docs/plugins/inspect/plugin-rtp.xml:
18887         * docs/plugins/inspect/plugin-rtsp.xml:
18888         * docs/plugins/inspect/plugin-shout2send.xml:
18889         * docs/plugins/inspect/plugin-smpte.xml:
18890         * docs/plugins/inspect/plugin-speex.xml:
18891         * docs/plugins/inspect/plugin-udp.xml:
18892         * docs/plugins/inspect/plugin-videobox.xml:
18893         * docs/plugins/inspect/plugin-videoflip.xml:
18894         * docs/plugins/inspect/plugin-videomixer.xml:
18895         * docs/plugins/inspect/plugin-wavenc.xml:
18896         * docs/plugins/inspect/plugin-wavparse.xml:
18897         * ext/flac/gstflac.c: (plugin_init):
18898         * ext/flac/gstflacdec.c: (flacdec_get_type),
18899         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18900         (gst_flac_dec_init), (gst_flac_dec_finalize),
18901         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18902         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18903         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18904         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18905         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18906         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18907         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18908         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18909         * ext/flac/gstflacdec.h:
18910         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18911         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18912         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18913         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18914         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18915         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18916         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18917         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18918         (gst_flac_enc_change_state):
18919         * ext/flac/gstflacenc.h:
18920           borgify and fix up documentation
18921
18922 2005-12-09  Michael Smith  <msmith@fluendo.com>
18923
18924         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18925           Accept a wider range of flac files, more closely matching flac spec.
18926
18927 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18928
18929         * docs/plugins/Makefile.am: Add multipart elements.
18930         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18931         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18932         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18933         * gst/multipart/multipartdemux.c:
18934         * gst/multipart/multipartmux.c: Add docs.
18935
18936 2005-12-07  Edward Hervey  <edward@fluendo.com>
18937
18938         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18939         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18940         (gst_avi_demux_invert):
18941         Memleak and crasher fixes.
18942         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18943         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18944         Memleak fixes
18945
18946 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18947
18948         * ext/aalib/gstaasink.h:
18949         * ext/cairo/gsttextoverlay.h:
18950         * ext/dv/gstdvdec.h:
18951         * ext/dv/gstdvdemux.c:
18952         * ext/dv/gstdvdemux.h:
18953         * ext/esd/esdsink.h:
18954         * ext/flac/flac_compat.h:
18955         * ext/flac/gstflacdec.h:
18956         * ext/flac/gstflacenc.h:
18957         * ext/gconf/gconf.h:
18958         * ext/gconf/gstgconfaudiosink.h:
18959         * ext/gconf/gstgconfvideosink.h:
18960         * ext/gdk_pixbuf/gstgdkanimation.h:
18961         * ext/jpeg/gstjpegdec.h:
18962         * ext/jpeg/smokecodec.h:
18963         * ext/jpeg/smokeformat.h:
18964         * ext/ladspa/gstsignalprocessor.h:
18965         * ext/ladspa/search.c: (LADSPAPluginSearch):
18966         * ext/ladspa/utils.h:
18967         * ext/libmng/gstmng.c:
18968         * ext/libmng/gstmngdec.h:
18969         * ext/libmng/gstmngenc.c:
18970         * ext/libmng/gstmngenc.h:
18971         * ext/libpng/gstpng.c:
18972         * ext/libpng/gstpngenc.c:
18973         * ext/libpng/gstpngenc.h:
18974         * ext/shout2/gstshout2.h:
18975         * ext/speex/gstspeexdec.h:
18976         * ext/speex/gstspeexenc.c:
18977         * ext/speex/gstspeexenc.h:
18978         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18979         * gst/autodetect/gstautoaudiosink.h:
18980         * gst/autodetect/gstautovideosink.h:
18981         * gst/avi/gstavidemux.h:
18982         * gst/cutter/gstcutter.c: (gst_cutter_chain),
18983         (gst_cutter_set_property), (gst_cutter_get_caps):
18984         * gst/cutter/gstcutter.h:
18985         * gst/debug/tests.c: (md5_process_block):
18986         * gst/debug/tests.h:
18987         * gst/effectv/gstwarp.c:
18988         * gst/flx/flx_fmt.h:
18989         * gst/flx/gstflxdec.h:
18990         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
18991         (zoomFilterFastRGB):
18992         * gst/goom/filters.h:
18993         * gst/goom/goom_tools.h:
18994         * gst/law/alaw-encode.c:
18995         * gst/level/gstlevel.c:
18996         * gst/level/gstlevel.h:
18997         * gst/matroska/ebml-write.h:
18998         * gst/matroska/matroska-demux.h:
18999         * gst/matroska/matroska-ids.h:
19000         * gst/matroska/matroska-mux.h:
19001         * gst/monoscope/convolve.c: (convolve_match):
19002         * gst/monoscope/convolve.h:
19003         * gst/multipart/multipartmux.c:
19004         * gst/oldcore/gstaggregator.c:
19005         * gst/oldcore/gstaggregator.h:
19006         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19007         * gst/oldcore/gstmd5sink.h:
19008         * gst/oldcore/gstmultifilesrc.c:
19009         * gst/oldcore/gstmultifilesrc.h:
19010         * gst/oldcore/gstpipefilter.h:
19011         * gst/oldcore/gstshaper.h:
19012         * gst/rtp/gstrtpL16depay.h:
19013         * gst/rtp/gstrtpL16pay.h:
19014         * gst/rtp/gstrtpdepay.h:
19015         * gst/rtp/gstrtpmp4vpay.c:
19016         * gst/rtp/gstrtpmp4vpay.h:
19017         * gst/rtsp/gstrtspsrc.c:
19018         * gst/rtsp/gstrtspsrc.h:
19019         * gst/rtsp/rtspconnection.h:
19020         * gst/rtsp/rtspdefs.h:
19021         * gst/rtsp/rtspmessage.h:
19022         * gst/rtsp/rtsptransport.h:
19023         * gst/rtsp/rtspurl.c:
19024         * gst/rtsp/rtspurl.h:
19025         * gst/rtsp/sdpmessage.c:
19026         * gst/rtsp/sdpmessage.h:
19027         * gst/smpte/barboxwipes.c:
19028         * gst/smpte/gstmask.h:
19029         * gst/smpte/gstsmpte.h:
19030         * gst/smpte/paint.c:
19031         * gst/smpte/paint.h:
19032         * gst/udp/gstdynudpsink.h:
19033         * gst/udp/gstmultiudpsink.h:
19034         * gst/udp/gstudpsink.c:
19035         * gst/udp/gstudpsink.h:
19036         * gst/udp/gstudpsrc.c:
19037         * gst/videomixer/videomixer.c:
19038         * gst/wavenc/riff.h:
19039         * gst/wavparse/gstwavparse.h:
19040         * sys/oss/gstossdmabuffer.h:
19041         * sys/oss/gstossmixer.h:
19042         * sys/oss/gstossmixerelement.h:
19043         * sys/oss/gstossmixertrack.h:
19044         * sys/oss/gstosssink.c:
19045         * sys/oss/gstosssink.h:
19046         * sys/oss/gstosssrc.c:
19047         * sys/oss/gstosssrc.h:
19048         * sys/osxaudio/gstosxaudioelement.h:
19049         * sys/osxaudio/gstosxaudiosink.h:
19050         * sys/osxaudio/gstosxaudiosrc.h:
19051           expand tabs
19052
19053 === release 0.10.0 ===
19054
19055 2005-12-05   <thomas (at) apestaart (dot) org>
19056
19057         * configure.ac:
19058           releasing 0.10.0, "Abondance"
19059
19060 2005-12-05  Andy Wingo  <wingo@pobox.com>
19061
19062         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19063         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19064         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19065         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19066         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19067         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19068         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19069         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19070         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19071         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19072         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19073         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19074         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19075         * gst/goom/gstgoom.c: (gst_goom_chain):
19076         * gst/matroska/matroska-demux.c:
19077         (gst_matroska_demux_push_vorbis_codec_priv_data),
19078         (gst_matroska_demux_add_wvpk_header):
19079         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19080         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19081         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19082         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19083         alloc_buffer changes.
19084
19085 2005-12-05  Michael Smith  <msmith@fluendo.com>
19086
19087         * docs/plugins/gst-plugins-good-plugins.args:
19088           Remove args for plugins that aren't in -good.
19089
19090 === release 0.9.7 ===
19091
19092 2005-12-01   <thomas (at) apestaart (dot) org>
19093
19094         * configure.ac:
19095           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19096
19097 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19098
19099         * docs/plugins/.cvsignore:
19100         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19101         * docs/plugins/inspect/plugin-multipart.xml:
19102         * docs/plugins/inspect/plugin-rtp.xml:
19103           add multipart plugin to docs
19104
19105 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19106
19107         * configure.ac:
19108         * ext/Makefile.am:
19109         * ext/pango/Makefile.am:
19110         * ext/pango/gstclockoverlay.c:
19111         * ext/pango/gstclockoverlay.h:
19112         * ext/pango/gsttextoverlay.c:
19113         * ext/pango/gsttextoverlay.h:
19114         * ext/pango/gsttextrender.c:
19115         * ext/pango/gsttextrender.h:
19116         * ext/pango/gsttimeoverlay.c:
19117         * ext/pango/gsttimeoverlay.h:
19118           move pango to base
19119
19120 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19121
19122         * gst/rtp/Makefile.am:
19123         * gst/rtp/gstrtpL16depay.c:
19124         * gst/rtp/gstrtpL16depay.h:
19125         * gst/rtp/gstrtpL16parse.c:
19126         * gst/rtp/gstrtpL16parse.h:
19127         * gst/rtp/gstrtpgsmdepay.c:
19128         * gst/rtp/gstrtpgsmdepay.h:
19129         * gst/rtp/gstrtpgsmparse.c:
19130         * gst/rtp/gstrtpgsmparse.h:
19131           parsers are depayers
19132
19133 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19134
19135         * gst/rtp/Makefile.am:
19136         * gst/rtp/gstasteriskh263.c:
19137         * gst/rtp/gstrtp.c:
19138         * gst/rtp/gstrtpL16enc.c:
19139         * gst/rtp/gstrtpL16enc.h:
19140         * gst/rtp/gstrtpL16parse.c:
19141         * gst/rtp/gstrtpL16parse.h:
19142         * gst/rtp/gstrtpL16pay.c:
19143         * gst/rtp/gstrtpL16pay.h:
19144         * gst/rtp/gstrtpamrdec.c:
19145         * gst/rtp/gstrtpamrdec.h:
19146         * gst/rtp/gstrtpamrdepay.c:
19147         * gst/rtp/gstrtpamrdepay.h:
19148         * gst/rtp/gstrtpamrenc.c:
19149         * gst/rtp/gstrtpamrenc.h:
19150         * gst/rtp/gstrtpamrpay.c:
19151         * gst/rtp/gstrtpamrpay.h:
19152         * gst/rtp/gstrtpdec.c:
19153         * gst/rtp/gstrtpdec.h:
19154         * gst/rtp/gstrtpdepay.c:
19155         * gst/rtp/gstrtpdepay.h:
19156         * gst/rtp/gstrtpg711dec.c:
19157         * gst/rtp/gstrtpg711dec.h:
19158         * gst/rtp/gstrtpg711depay.c:
19159         * gst/rtp/gstrtpg711depay.h:
19160         * gst/rtp/gstrtpg711enc.c:
19161         * gst/rtp/gstrtpg711enc.h:
19162         * gst/rtp/gstrtpg711pay.c:
19163         * gst/rtp/gstrtpg711pay.h:
19164         * gst/rtp/gstrtpgsmenc.c:
19165         * gst/rtp/gstrtpgsmenc.h:
19166         * gst/rtp/gstrtpgsmparse.c:
19167         * gst/rtp/gstrtpgsmparse.h:
19168         * gst/rtp/gstrtpgsmpay.c:
19169         * gst/rtp/gstrtpgsmpay.h:
19170         * gst/rtp/gstrtph263enc.c:
19171         * gst/rtp/gstrtph263enc.h:
19172         * gst/rtp/gstrtph263pay.c:
19173         * gst/rtp/gstrtph263pay.h:
19174         * gst/rtp/gstrtph263pdec.c:
19175         * gst/rtp/gstrtph263pdec.h:
19176         * gst/rtp/gstrtph263pdepay.c:
19177         * gst/rtp/gstrtph263pdepay.h:
19178         * gst/rtp/gstrtph263penc.c:
19179         * gst/rtp/gstrtph263penc.h:
19180         * gst/rtp/gstrtph263ppay.c:
19181         * gst/rtp/gstrtph263ppay.h:
19182         * gst/rtp/gstrtpmp4vdec.c:
19183         * gst/rtp/gstrtpmp4vdec.h:
19184         * gst/rtp/gstrtpmp4vdepay.c:
19185         * gst/rtp/gstrtpmp4vdepay.h:
19186         * gst/rtp/gstrtpmp4venc.c:
19187         * gst/rtp/gstrtpmp4venc.h:
19188         * gst/rtp/gstrtpmp4vpay.c:
19189         * gst/rtp/gstrtpmp4vpay.h:
19190         * gst/rtp/gstrtpmpadec.c:
19191         * gst/rtp/gstrtpmpadec.h:
19192         * gst/rtp/gstrtpmpadepay.c:
19193         * gst/rtp/gstrtpmpadepay.h:
19194         * gst/rtp/gstrtpmpaenc.c:
19195         * gst/rtp/gstrtpmpaenc.h:
19196         * gst/rtp/gstrtpmpapay.c:
19197         * gst/rtp/gstrtpmpapay.h:
19198         * gst/rtp/gstrtpspeexdec.c:
19199         * gst/rtp/gstrtpspeexdec.h:
19200         * gst/rtp/gstrtpspeexdepay.c:
19201         * gst/rtp/gstrtpspeexdepay.h:
19202         * gst/rtp/gstrtpspeexenc.c:
19203         * gst/rtp/gstrtpspeexenc.h:
19204         * gst/rtp/gstrtpspeexpay.c:
19205         * gst/rtp/gstrtpspeexpay.h:
19206           Do burger's rename for rtp payloaders and depayloaders
19207
19208 2005-11-30  Wim Taymans  <wim@fluendo.com>
19209
19210         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19211         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19212         * ext/dv/gstdvdemux.h:
19213         Fix seeking in dvdemux again, add some more debug info.
19214
19215 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19216
19217         * configure.ac:
19218           fix tests
19219
19220 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19221
19222         * PORTED_09:
19223         * docs/random/PORTED_09:
19224           move
19225         * tests/Makefile.am:
19226           add
19227         * win32/gst.sln:
19228           remove
19229
19230 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19231
19232         * Makefile.am:
19233         * check/.cvsignore:
19234         * check/Makefile.am:
19235         * check/elements/.cvsignore:
19236         * check/elements/level.c:
19237         * check/elements/matroskamux.c:
19238         * configure.ac:
19239         * examples/Makefile.am:
19240         * examples/capsfilter/Makefile.am:
19241         * examples/capsfilter/capsfilter1.c:
19242         * examples/gob/Makefile.am:
19243         * examples/gob/gst-identity2.gob:
19244         * examples/gstplay/.cvsignore:
19245         * examples/gstplay/Makefile.am:
19246         * examples/gstplay/player.c:
19247         * examples/indexing/.cvsignore:
19248         * examples/indexing/Makefile.am:
19249         * examples/indexing/indexmpeg.c:
19250         * examples/level/Makefile.am:
19251         * examples/level/README:
19252         * examples/level/demo.c:
19253         * examples/level/plot.c:
19254         * examples/stats/Makefile.am:
19255         * examples/stats/mp2ogg.c:
19256         * examples/switch/.cvsignore:
19257         * examples/switch/Makefile.am:
19258         * examples/switch/switcher.c:
19259           move under tests/
19260
19261 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19262
19263         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19264         (gst_text_render_class_init), (resize_bitmap),
19265         (gst_text_render_render_text), (gst_text_render_setcaps),
19266         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19267         (gst_text_render_chain), (gst_text_render_finalize),
19268         (gst_text_render_init), (gst_text_render_set_property):
19269         * ext/pango/gsttextrender.h:
19270           Add missing files.
19271
19272 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19273
19274         * configure.ac:
19275         * ext/Makefile.am:
19276         * ext/pango/Makefile.am:
19277         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19278         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19279         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19280         * ext/pango/gstclockoverlay.h:
19281         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19282         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19283         (gst_text_overlay_finalize), (gst_text_overlay_init),
19284         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19285         (gst_text_overlay_text_pad_linked),
19286         (gst_text_overlay_text_pad_unlinked),
19287         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19288         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19289         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19290         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19291         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19292         (gst_text_overlay_change_state), (plugin_init):
19293         * ext/pango/gsttextoverlay.h:
19294         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19295         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19296         (gst_time_overlay_class_init), (gst_time_overlay_init):
19297         * ext/pango/gsttimeoverlay.h:
19298           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19299           and add background shading and text wrapping modes. Make 
19300           timoverlay derive from textoverlay. Also add new clockoverlay
19301           element.
19302
19303 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19304
19305         * gst/udp/Makefile.am: Moved to netbuffer.
19306
19307 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19308
19309         * configure.ac:
19310         * PORTED_O9:
19311         * gst/multipart/Makefile.am:
19312         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19313         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19314         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19315         (gst_multipart_demux_change_state),
19316         (gst_multipart_demux_plugin_init):
19317         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19318         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19319         (gst_multipart_mux_sinkconnect),
19320         (gst_multipart_mux_request_new_pad),
19321         (gst_multipart_mux_handle_src_event),
19322         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19323         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19324         0.9.
19325
19326 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19327
19328         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19329         * gst/debug/gstnavigationtest.h:
19330         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19331         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19332         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19333         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19334         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19335         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19336         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19337         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19338         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19339         (gst_video_flip_get_type):
19340         * gst/videofilter/gstvideoflip.h:
19341           update for symbols change
19342
19343 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19344
19345         * gst/udp/gstdynudpsink.c:
19346         * gst/udp/gstudpsrc.c:
19347           the old gstnet lib was renamed gstnetbuffer (#322257)
19348
19349 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19350
19351         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19352         (gst_text_overlay_collected):
19353           Actually render the text from the text pad.
19354
19355 2005-11-29  Edward Hervey  <edward@fluendo.com>
19356
19357         * gst/debug/gstnavseek.c: (gst_navseek_event):
19358         * gst/debug/progressreport.c: (gst_progress_report_event):
19359         Update for GstBaseTransform event virtual method
19360
19361 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19362
19363         * ext/cairo/Makefile.am:
19364           no need to link to videofilter
19365
19366 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19367
19368         * gst/debug/Makefile.am:
19369         * gst/debug/gstnavigationtest.h:
19370         * gst/effectv/Makefile.am:
19371         * gst/effectv/gstaging.c:
19372         * gst/effectv/gstdice.c:
19373         * gst/effectv/gstedge.c:
19374         * gst/effectv/gstquark.c:
19375         * gst/effectv/gstrev.c:
19376         * gst/effectv/gstshagadelic.c:
19377         * gst/effectv/gstvertigo.c:
19378         * gst/effectv/gstwarp.c:
19379         * gst/videofilter/Makefile.am:
19380         * gst/videofilter/gstvideofilter.c:
19381         * gst/videofilter/gstvideofilter.h:
19382         * gst/videofilter/gstvideoflip.h:
19383           remove the videofilter library and link to the one in base
19384
19385 2005-11-28  Edward Hervey  <edward@fluendo.com>
19386
19387         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19388         Useless check now we're setting the current entry correctly.
19389
19390 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19391
19392         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19393         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19394         (gst_jpegenc_change_state):
19395           Don't leak input buffer in chain function (fixes #322667); make 
19396           state change function thread-safe; don't repeat the current function
19397           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19398           gst_pad_alloc_buffer(); misc. minor cleanups.
19399
19400 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19401
19402         * gst/matroska/matroska-mux.c:
19403         (gst_matroska_mux_video_pad_setcaps):
19404         Look for pixel-aspect-ratio in caps, not pixel_width and
19405         pixel_height (Fixes: #322645)
19406
19407 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19408
19409         * gst/matroska/matroska-mux.c:
19410         (gst_matroska_mux_video_pad_setcaps):
19411         From Michal Benes:
19412         frame duration should be GST_SECOND / framerate, not
19413         GST_SECOND * framerate. (Fixes: #322643)
19414
19415 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19416
19417         * configure.ac:
19418           fix up GST_PLUGIN_LDFLAGS
19419         * gst/rtsp/rtspconnection.c:
19420           fix includes (see #317043)
19421         * gst/videofilter/Makefile.am:
19422           stop installing this library
19423
19424 2005-11-26  Edward Hervey  <edward@fluendo.com>
19425
19426         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19427         Handle the case where the incoming Video dv stream doesn't have
19428         a pixel aspect ratio set.
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         * ext/flac/gstflacdec.c:
19436           document flacdec
19437
19438 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19439
19440         * docs/plugins/Makefile.am:
19441         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19442         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19443         * docs/plugins/inspect/plugin-autodetect.xml:
19444         * ext/cairo/gstcairo.c: (plugin_init):
19445         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19446         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19447         (gst_text_overlay_init), (gst_text_overlay_font_init),
19448         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19449         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19450         (gst_text_overlay_text_pad_linked),
19451         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19452         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19453         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19454         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19455         (gst_text_overlay_change_state):
19456         * ext/cairo/gsttextoverlay.h:
19457         * ext/cairo/gsttimeoverlay.c:
19458         (gst_cairo_time_overlay_update_font_height),
19459         (gst_cairo_time_overlay_set_caps),
19460         (gst_cairo_time_overlay_get_unit_size),
19461         (gst_cairo_time_overlay_print_smpte_time),
19462         (gst_cairo_time_overlay_transform),
19463         (gst_cairo_time_overlay_base_init),
19464         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19465         (gst_cairo_time_overlay_get_type):
19466         * ext/cairo/gsttimeoverlay.h:
19467           do some name borgifying
19468           document
19469
19470 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19471
19472         * docs/plugins/Makefile.am:
19473         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19474         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19475         * gst/autodetect/gstautoaudiosink.c:
19476         (gst_auto_audio_sink_base_init):
19477         * gst/autodetect/gstautovideosink.c:
19478         (gst_auto_video_sink_base_init),
19479         (gst_auto_video_sink_factory_filter):
19480           documenting auto*sink
19481           using strstr for the video sink lookup, class field is not ordered
19482         * docs/plugins/inspect/plugin-1394.xml:
19483         * docs/plugins/inspect/plugin-aasink.xml:
19484         * docs/plugins/inspect/plugin-alaw.xml:
19485         * docs/plugins/inspect/plugin-alpha.xml:
19486         * docs/plugins/inspect/plugin-alphacolor.xml:
19487         * docs/plugins/inspect/plugin-auparse.xml:
19488         * docs/plugins/inspect/plugin-autodetect.xml:
19489         * docs/plugins/inspect/plugin-avi.xml:
19490         * docs/plugins/inspect/plugin-cacasink.xml:
19491         * docs/plugins/inspect/plugin-cairo.xml:
19492         * docs/plugins/inspect/plugin-cutter.xml:
19493         * docs/plugins/inspect/plugin-debug.xml:
19494         * docs/plugins/inspect/plugin-dv.xml:
19495         * docs/plugins/inspect/plugin-efence.xml:
19496         * docs/plugins/inspect/plugin-effectv.xml:
19497         * docs/plugins/inspect/plugin-esdsink.xml:
19498         * docs/plugins/inspect/plugin-flac.xml:
19499         * docs/plugins/inspect/plugin-flxdec.xml:
19500         * docs/plugins/inspect/plugin-gconfelements.xml:
19501         * docs/plugins/inspect/plugin-goom.xml:
19502         * docs/plugins/inspect/plugin-jpeg.xml:
19503         * docs/plugins/inspect/plugin-level.xml:
19504         * docs/plugins/inspect/plugin-matroska.xml:
19505         * docs/plugins/inspect/plugin-mulaw.xml:
19506         * docs/plugins/inspect/plugin-navigationtest.xml:
19507         * docs/plugins/inspect/plugin-ossaudio.xml:
19508         * docs/plugins/inspect/plugin-png.xml:
19509         * docs/plugins/inspect/plugin-rtp.xml:
19510         * docs/plugins/inspect/plugin-rtsp.xml:
19511         * docs/plugins/inspect/plugin-shout2send.xml:
19512         * docs/plugins/inspect/plugin-smpte.xml:
19513         * docs/plugins/inspect/plugin-speex.xml:
19514         * docs/plugins/inspect/plugin-udp.xml:
19515         * docs/plugins/inspect/plugin-videobox.xml:
19516         * docs/plugins/inspect/plugin-videoflip.xml:
19517         * docs/plugins/inspect/plugin-videomixer.xml:
19518         * docs/plugins/inspect/plugin-wavenc.xml:
19519         * docs/plugins/inspect/plugin-wavparse.xml:
19520           update for HEAD version
19521
19522 2005-11-25  Michael Smith  <msmith@fluendo.com>
19523
19524         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19525           Patch from Sebastien Cote to close control sockets in udpsrc.
19526
19527 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19528
19529         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19530         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19531         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19532         (gst_quarktv_base_init), (gst_quarktv_class_init),
19533         (gst_quarktv_init): Flush the planes list on reverse caps
19534         negotiation. This was crashing because of differently sized
19535         buffers.
19536
19537 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19538
19539         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19540         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19541         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19542         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19543         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19544         (gst_videoflip_set_property), (gst_videoflip_base_init),
19545         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19546         correctly, fix identity flipping, convert navigation event 
19547         correctly again.
19548
19549 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19550
19551         * configure.ac: back to HEAD
19552
19553 === release 0.9.6 ===
19554
19555 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19556
19557         * configure.ac:
19558           releasing 0.9.6, "Everything's Not Lost"
19559
19560 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19561
19562         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19563         Oops, initialise the framerate GValue
19564
19565 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19566
19567         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19568         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19569         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19570         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19571         (gst_timeoverlay_get_type):
19572         * ext/cairo/gsttimeoverlay.h:
19573         * gst/debug/Makefile.am:
19574         * gst/debug/gstnavigationtest.c:
19575         (gst_navigationtest_handle_src_event),
19576         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19577         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19578         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19579         (gst_navigationtest_init), (gst_navigationtest_get_type),
19580         (plugin_init):
19581         * gst/debug/gstnavigationtest.h:
19582         * gst/effectv/Makefile.am:
19583         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19584         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19585         (gst_agingtv_base_init), (gst_agingtv_class_init),
19586         (gst_agingtv_init), (gst_agingtv_get_type):
19587         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19588         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19589         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19590         (gst_dicetv_get_type):
19591         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19592         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19593         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19594         (gst_edgetv_get_type):
19595         * gst/effectv/gsteffectv.c:
19596         * gst/effectv/gsteffectv.h:
19597         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19598         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19599         (gst_quarktv_change_state), (gst_quarktv_base_init),
19600         (gst_quarktv_class_init), (gst_quarktv_init),
19601         (gst_quarktv_get_type):
19602         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19603         (gst_revtv_get_unit_size), (gst_revtv_transform),
19604         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19605         (gst_revtv_get_type):
19606         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19607         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19608         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19609         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19610         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19611         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19612         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19613         (gst_vertigotv_init), (gst_vertigotv_get_type):
19614         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19615         (gst_warptv_get_unit_size), (gst_warptv_transform),
19616         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19617         (gst_warptv_get_type):
19618         * gst/videofilter/Makefile.am:
19619         * gst/videofilter/gstvideobalance.c:
19620         * gst/videofilter/gstvideobalance.h:
19621         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19622         (gst_videofilter_class_init), (gst_videofilter_init):
19623         * gst/videofilter/gstvideofilter.h:
19624         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19625         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19626         (gst_videoflip_flip), (gst_videoflip_transform),
19627         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19628         (gst_videoflip_base_init), (gst_videoflip_class_init),
19629         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19630         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19631         BaseTransform, it's just a place holder for now and every video
19632         effect plugin has been ported to use BaseTransform features 
19633         directly. QuarkTV was fixed too (was broken), navigationtest works
19634         and best for the end, videoflip converts navigation events depending
19635         on flip method ! Fixes #320953
19636
19637 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19638
19639         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19640         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19641         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19642         (gst_goom_src_negotiate), (gst_goom_chain):
19643         * gst/matroska/matroska-mux.c:
19644         (gst_matroska_mux_video_pad_setcaps):
19645         * sys/osxvideo/osxvideosink.m:
19646           Fixes for API changes
19647
19648 2005-11-23  Michael Smith <msmith@fluendo.com>
19649
19650         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19651         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19652         * ext/jpeg/gstjpegdec.h:
19653         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19654         * ext/jpeg/gstjpegenc.h:
19655         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19656         (gst_smokeenc_resync):
19657         * ext/jpeg/gstsmokeenc.h:
19658           JPEG fractiony goodness.
19659
19660 2005-11-22  Michael Smith <msmith@fluendo.com>
19661
19662         * gst/goom/filters.c:
19663         * gst/goom/graphic.h:
19664           Fix compilation by making some functions static inline instead of
19665           extern inline, matching the way they're used.
19666
19667 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19668
19669         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19670         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19671         * ext/cairo/gsttextoverlay.h:
19672         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19673         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19674         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19675         (gst_pngdec_caps_create_and_set):
19676         * ext/libpng/gstpngdec.h:
19677         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19678         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19679         * gst/avi/gstavimux.c: (gst_avimux_init),
19680         (gst_avimux_vidsinkconnect):
19681         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19682         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19683         (gst_goom_src_negotiate), (gst_goom_chain):
19684         * gst/goom/gstgoom.h:
19685         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19686         * gst/matroska/matroska-mux.c:
19687         (gst_matroska_mux_video_pad_setcaps):
19688         * sys/osxvideo/osxvideosink.h:
19689         * sys/osxvideo/osxvideosink.m:
19690           More fractional framerate conversions 
19691
19692 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19693
19694         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19695         * gst/debug/gstnavigationtest.c:
19696         (gst_navigationtest_handle_src_event):
19697         * gst/videofilter/gstvideofilter.c:
19698         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19699         (gst_videofilter_init):
19700         * gst/videofilter/gstvideofilter.h:
19701           Convert to fractional framerates.
19702
19703 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19704
19705         * ext/aalib/gstaasink.c:
19706         * ext/dv/gstdvdec.c:
19707         * ext/esd/esdmon.c:
19708         * ext/flac/gstflacenc.c:
19709         * ext/gdk_pixbuf/pixbufscale.c:
19710         * ext/libcaca/gstcacasink.c:
19711         * ext/shout2/gstshout2.c:
19712         * gst/alpha/gstalpha.c:
19713         * gst/oldcore/gstaggregator.c:
19714         * gst/oldcore/gstshaper.c:
19715         * gst/smpte/barboxwipes.c:
19716         * gst/smpte/gstsmpte.c:
19717         * gst/videobox/gstvideobox.c:
19718         * gst/videofilter/gstvideoflip.c:
19719         * gst/videomixer/videomixer.c:
19720           fix up more enums
19721
19722 2005-11-22  Michael Smith <msmith@fluendo.com>
19723
19724         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19725         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19726         (gst_videomixer_update_queues):
19727           Fractional framerates, videomixer.
19728
19729 2005-11-22  Michael Smith <msmith@fluendo.com>
19730
19731         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
19732         * ext/dv/gstdvdec.h:
19733         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
19734         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
19735         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
19736         (gst_dvdemux_flush):
19737         * ext/dv/gstdvdemux.h:
19738           Fractional framerates for DV. 
19739
19740 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19741
19742         * gst/autodetect/gstautoaudiosink.c:
19743         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19744         * gst/autodetect/gstautovideosink.c:
19745         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19746           Use gst_plugin_feature_list_free() to free feature list and
19747           in the case of autovideosink free the list at all. Also
19748           miscellaneous cosmetic fixes.
19749
19750 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19751
19752         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19753         (gst_cutter_set_property), (gst_cutter_get_caps):
19754           copy calculation code from level; remove use of some audio
19755           functions
19756
19757 2005-11-22  Andy Wingo  <wingo@pobox.com>
19758
19759         * Update for gst_tag_setter API changes.
19760
19761 2005-11-22  Andy Wingo  <wingo@pobox.com>
19762
19763         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
19764         (gst_dvdemux_demux_frame)
19765         * ext/flac/gstflacdec.c (gst_flacdec_write)
19766         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
19767         (gst_flacenc_sink_event)
19768         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
19769         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
19770         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
19771         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
19772         * gst/auparse/gstauparse.c (gst_auparse_chain)
19773         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
19774         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
19775         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
19776         (gst_avi_demux_handle_seek)
19777         * gst/goom/gstgoom.c (gst_goom_event)
19778         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
19779         * gst/matroska/matroska-demux.c
19780         (gst_matroska_demux_handle_seek_event)
19781         (gst_matroska_demux_loop_stream_parse_id)
19782         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
19783         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
19784         (gst_wavparse_stream_headers): Run update-funcnames.
19785
19786 2005-11-22  Edward Hervey  <edward@fluendo.com>
19787
19788         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19789         (gst_dv1394src_init), (gst_dv1394src_dispose),
19790         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
19791         (gst_dv1394src_uri_set_uri):
19792         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19793         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
19794         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
19795         URIHandler interface and element properties are now properly
19796         synchronized for DV1394src and UDPSrc
19797
19798 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19799
19800         * ext/flac/Makefile.am:
19801         * ext/speex/Makefile.am:
19802           libgsttagedit has been renamed to libgsttag.
19803
19804 2005-11-21  Wim Taymans  <wim@fluendo.com>
19805
19806         * gst/rtsp/rtspconnection.c: (read_body):
19807         Apply patch from Sebastien Cote to fix #319184.
19808
19809 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19810
19811         * configure.ac:
19812         * gst/cutter/Makefile.am:
19813         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
19814         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
19815         (gst_cutter_set_property), (gst_cutter_get_property),
19816         (plugin_init), (gst_cutter_get_caps):
19817           port cutter
19818         * gst/level/gstlevel.c:
19819           fix up plugin details
19820
19821 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19822
19823         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
19824         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
19825         (gst_flacdec_src_event):
19826         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
19827         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
19828         (gst_signal_processor_getrange), (gst_signal_processor_chain):
19829         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19830         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
19831         (gst_flxdec_sink_event_handler):
19832         * gst/matroska/matroska-demux.c:
19833         (gst_matroska_demux_handle_seek_event):
19834         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
19835           Update for stream lock API changes: don't take stream log
19836           in sink event handlers any longer and change GST_STREAM_LOCK
19837           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
19838           functions.
19839
19840 2005-11-21  Michael Smith <msmith@fluendo.com>
19841
19842         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
19843           gst_object_unref, not g_object_unref
19844
19845 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19846
19847         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19848         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
19849           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
19850
19851 2005-11-21  Michael Smith <msmith@fluendo.com>
19852
19853         * gst/auparse/Makefile.am:
19854         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19855         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
19856         (gst_auparse_change_state):
19857         * gst/auparse/gstauparse.h:
19858           Partially fix #161712. playbin still doesn't work on these files,
19859           (on the bug report, Andy says we aren't typefinding it for some
19860           reason?) but at least auparse isn't totally busted like it was before.
19861
19862 2005-11-21  Andy Wingo  <wingo@pobox.com>
19863
19864         * *.h:
19865         * *.c: Ran scripts/update-macros. Oh yes.
19866
19867 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19868
19869         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
19870           Filler events are gone for now, comment out section generating
19871           them.
19872
19873 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19874
19875         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19876         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
19877         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
19878         * sys/osxvideo/osxvideosink.m:
19879           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19880           (#322027)
19881
19882 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19883
19884         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19885         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19886         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19887         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19888         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19889         (gst_avi_demux_stream_data):
19890         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19891         * gst/wavenc/gstwavenc.c: (write_metadata):
19892         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19893         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19894         Fixes for GST_FOURCC_FORMAT API change.
19895
19896 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19897
19898         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19899         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19900         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19901         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19902         (gst_text_overlay_change_state):
19903         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19904         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19905         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19906         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19907         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19908         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19909         (gst_videomixer_change_state):
19910           Fix for collect pads API change. Also fix textoverlay state
19911           change function.
19912
19913 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19914
19915         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19916         GST_PAD_IS_USABLE by something approaching it.
19917
19918 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19919
19920         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19921         API changes.
19922         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19923         but also fix the code that was not checking return values from
19924         pad_push neither using pad_alloc_buffer.
19925
19926 2005-11-18  Edward Hervey  <edward@fluendo.com>
19927
19928         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19929         (gst_pngenc_chain):
19930         Added debug category
19931         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19932         goes to EOS.
19933
19934 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19935
19936         * gst/rtp/Makefile.am
19937         * gst/rtp/gstrtp.c
19938         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19939         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19940         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19941         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19942         * gst/rtp/gstrtpg711enc.h:
19943         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19944         * gst/rtp/gstrtpspeexenc.c:
19945         * gst/rtp/gstrtpspeexenc.h:
19946         * gst/rtp/gstrtpspeexdec.c:
19947         * gst/rtp/gstrtpspeexdec.h:
19948         Created Speex payloader and depayloader; Optimize G711 payloader to
19949         use adapter and send packets until MTU size.
19950
19951 2005-11-16  Wim Taymans  <wim@fluendo.com>
19952
19953         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19954         Fix leak in check.
19955
19956 2005-11-16  Wim Taymans  <wim@fluendo.com>
19957
19958         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19959         Fix state change.
19960
19961 2005-11-16  Andy Wingo  <wingo@pobox.com>
19962
19963         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19964         (gst_udpsrc_create): Move comment.
19965
19966 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19967
19968         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19969
19970         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19971           When seeking, seek to closest index entry at or before the requested
19972           seek position, not just the closest one (#321001).
19973
19974 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19975
19976         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19977         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
19978           Invert DIB images again (see #132341).
19979
19980 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19981
19982         * configure.ac:
19983           rework configure.ac file
19984         * ext/aalib/gstaasink.c:
19985         * ext/cairo/gstcairo.c:
19986         * ext/dv/gstdv.c:
19987         * ext/esd/gstesd.c:
19988         * ext/flac/gstflac.c:
19989         * ext/gconf/gstgconfelements.c:
19990         * ext/gdk_pixbuf/gstgdkpixbuf.c:
19991         * ext/jpeg/gstjpeg.c:
19992         * ext/ladspa/gstladspa.c:
19993         * ext/libcaca/gstcacasink.c:
19994         * ext/libmng/gstmng.c:
19995         * ext/libpng/gstpng.c:
19996         * ext/mikmod/gstmikmod.c:
19997         * ext/pango/gsttextoverlay.c:
19998         * ext/pango/gsttimeoverlay.c:
19999         * ext/raw1394/gst1394.c:
20000         * ext/speex/gstspeex.c:
20001         * gst/alpha/Makefile.am:
20002         * gst/alpha/gstalpha.c:
20003         * gst/alpha/gstalphacolor.c:
20004         * gst/auparse/gstauparse.c:
20005         * gst/autodetect/gstautoaudiosink.c:
20006         (gst_auto_audio_sink_factory_filter),
20007         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20008         * gst/autodetect/gstautodetect.c:
20009         * gst/avi/gstavi.c:
20010         * gst/cutter/gstcutter.c:
20011         * gst/debug/efence.c:
20012         * gst/debug/gstdebug.c:
20013         * gst/debug/gstnavigationtest.c:
20014         * gst/effectv/gsteffectv.c:
20015         * gst/flx/gstflxdec.c:
20016         * gst/goom/gstgoom.c:
20017         * gst/interleave/plugin.c:
20018         * gst/law/alaw.c:
20019         * gst/law/mulaw.c:
20020         * gst/level/gstlevel.c:
20021         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20022         * gst/matroska/matroska.c:
20023         * gst/median/gstmedian.c:
20024         * gst/monoscope/gstmonoscope.c:
20025         * gst/multipart/multipart.c:
20026         * gst/oldcore/gstelements.c:
20027         * gst/rtp/gstrtp.c:
20028         * gst/rtsp/gstrtsp.c:
20029         * gst/smoothwave/gstsmoothwave.c:
20030         * gst/smpte/gstsmpte.c:
20031         * gst/udp/gstudp.c:
20032         * gst/videobox/gstvideobox.c:
20033         * gst/videofilter/gstgamma.c:
20034         * gst/videofilter/gstvideobalance.c:
20035         * gst/videofilter/gstvideoflip.c:
20036         * gst/videofilter/gstvideotemplate.c:
20037         * gst/videomixer/videomixer.c:
20038         * gst/wavenc/gstwavenc.c:
20039         * gst/wavparse/gstwavparse.c:
20040         * sys/oss/gstossaudio.c:
20041         * sys/osxaudio/gstosxaudio.c:
20042           update GST_PLUGIN_DEFINE
20043         * gst/rtp/Makefile.am:
20044         * gst/rtp/gstasteriskh263.c:
20045           check for htons/htonl headers and possibly link to winsock2 lib
20046
20047 2005-11-12  Edward Hervey  <edward@fluendo.com>
20048
20049         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20050         Only GST_DEBUG() information on the valid components.
20051
20052 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20053
20054         * configure.ac: back to HEAD
20055
20056 === release 0.9.5 ===
20057
20058 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20059
20060         * configure.ac:
20061           releasing 0.9.5, "Phone Alarm"
20062
20063 2005-11-11  Edward Hervey  <edward@fluendo.com>
20064
20065         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20066         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20067         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20068         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20069         (gst_avi_demux_loop):
20070         * gst/avi/gstavidemux.h:
20071         Yeah, implement proper seeking. Exact seeking and segment seeking.
20072         Still need to do some checks for segment_stop.
20073
20074 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20075
20076         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20077
20078         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20079           Don't try to ready buffer duration from buffer that we don't
20080           own any  longer and that might already have been unreffed.
20081           (#321136)
20082
20083 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20084
20085         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20086         (flx_decode_delta_flc), (gst_flxdec_chain):
20087         Attempting to optimize the code for embedded systems.
20088
20089 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20090
20091         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20092
20093         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20094           Don't re-use already closed file descriptor. (#320920)
20095
20096 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20097
20098         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20099         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20100         (gst_oss_sink_prepare):
20101         * sys/oss/gstosssink.h:
20102           Cache probed caps; fix debug output for SET_PARAM macros.
20103
20104 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20105
20106         * ext/cairo/Makefile.am:
20107         * ext/cairo/gstcairo.c: (plugin_init):
20108         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20109         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20110         (gst_text_overlay_init), (gst_text_overlay_font_init),
20111         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20112         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20113         (gst_text_overlay_text_pad_linked),
20114         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20115         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20116         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20117         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20118         (gst_text_overlay_change_state):
20119         * ext/cairo/gsttextoverlay.h:
20120           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20121           property and redo positioning. Doesn't handle upstream renegotiation
20122           yet though.
20123
20124 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20125
20126         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20127         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20128         (gst_avi_demux_loop):
20129           No need to take the STREAM_LOCK in the loop function. Improve
20130           some debug messages. Don't leak pad names in debug messages.
20131
20132 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20133
20134         * gst/matroska/matroska-demux.c:
20135         (gst_matroska_demux_push_vorbis_codec_priv_data),
20136         (gst_matroska_demux_add_wvpk_header):
20137           Don't error out when the source pad isn't linked.
20138
20139 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20140
20141         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20142         (gst_gconf_audio_sink_change_state):
20143         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20144         (gst_gconf_video_sink_change_state):
20145           Fix state change functions here as well and set kid
20146           to NULL state before removing it.
20147
20148 2005-11-01  Edward Hervey  <edward@fluendo.com>
20149
20150         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20151         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20152         Added proper event handlind, 
20153         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20154         ignored),
20155         and don't set a duration of 0 for buffers otherwise they are discarded
20156         by GstBaseSink.
20157
20158         GstWavEnc needs some serious loving, after going through the code I'm
20159         really wondering how this can stay in -good ...
20160
20161 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20162
20163         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20164         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20165         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20166         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20167         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20168         (gst_matroska_mux_collected):
20169           Fix leaks and invalid memory access as reported by valgrind
20170
20171 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20172
20173         Patch by: Michal Benes <michal.benes@xeris.cz>
20174
20175         * check/Makefile.am:
20176         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20177         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20178         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20179           add a unit test for matroskamux
20180           fix the bugs that the unit test exposed
20181
20182 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20183
20184         * gst/autodetect/gstautoaudiosink.c:
20185         (gst_auto_audio_sink_class_init),
20186         (gst_auto_audio_sink_change_state):
20187         * gst/autodetect/gstautovideosink.c:
20188         (gst_auto_video_sink_class_init),
20189         (gst_auto_video_sink_change_state):
20190           Fix state change function and use GST_DEBUG_FUNCPTR in
20191           class_init.
20192
20193 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20194
20195         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20196
20197         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20198         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20199         * gst/matroska/ebml-write.h:
20200         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20201           Set timestamps on outgoing ebml headers as well, so that the
20202           element after matroskamux can get the timestamp already when
20203           reading the first ebml element and doesn't have to wait for
20204           the actual data buffer for that (#320308).
20205           
20206 2005-10-31  Andy Wingo  <wingo@pobox.com>
20207
20208         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20209         (gst_videomixer_pad_link): Kill some memleaks.
20210         (gst_videomixer_pad_get_property): Style fix.
20211         (gst_videomixer_pad_set_property): Style fix.
20212         (gst_videomixer_pad_init): Style fix.
20213         (gst_videomixer_update_queues): Kill memleak.
20214         (gst_videomixer_loop): Kill memleak.
20215         (gst_videomixer_collected): Kill memleak.
20216
20217 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20218
20219         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20220         gst_auparse_change_state:
20221         Just some cleanup.
20222
20223 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20224
20225         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20226         Add checks to GST_FLOW_NOT_LINKED for values returned
20227         from gst_pad_push.
20228         
20229 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20230
20231         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20232         (gst_rtpg711dec_process):
20233         * gst/rtp/gstrtpgsmenc.c:
20234         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20235         are never set. This is important for the g711 to work with burger's rtpbin
20236         element.
20237
20238 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20239
20240         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20241         (gst_speexenc_push_buffer):
20242         Add checks for return values from gst_pad_push and
20243         gst_pad_alloc_buffer.
20244
20245 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20246
20247         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20248
20249         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20250         (gst_matroska_demux_parse_info),
20251         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20252         (gst_matroska_demux_parse_cluster):
20253         * gst/matroska/matroska-ids.h:
20254         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20255         (gst_matroska_mux_init), (gst_matroska_mux_start),
20256         (gst_matroska_mux_create_buffer_header),
20257         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20258         (gst_matroska_mux_get_property):
20259         * gst/matroska/matroska-mux.h:
20260           Add SimpleBlock support to matroska demuxer and muxer (part of
20261           Matroska v2). (#319731)
20262
20263 2005-10-28  Wim Taymans  <wim@fluendo.com>
20264
20265         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20266         (gst_jpeg_dec_change_state):
20267         * ext/jpeg/gstjpegdec.h:
20268         Cleanups. Don't create caps for every chain.
20269
20270 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20271
20272         * gst/law/alaw-encode.c: (gst_alawenc_init),
20273         (alawenc_setcaps), (gst_alawenc_chain)
20274         * gst/law/alaw-encode.h:
20275         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20276         (mulawenc_setcaps), (gst_mulawenc_chain)
20277         * gst/law/mulaw-encode.h:
20278         Set timestamp on buffer and it allows RTP G711 elements
20279         work properly.
20280
20281 2005-10-27  Wim Taymans  <wim@fluendo.com>
20282
20283         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20284         Set correct format on oss instead of a silly value. 
20285
20286 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20287
20288         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20289         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20290         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20291         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20292         I420 rendering as well, doesn't bring much for my platform.
20293         Might help on some other platforms.
20294
20295 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20296
20297         * gst/rtp/gstrtpgsmenc.c:
20298         * gst/rtp/gstrtpgsmparse.c:
20299         Declaring the padtemplate correctly.
20300
20301 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20302
20303         * gst/rtp/gstrtpg711dec.c:
20304         * gst/rtp/gstrtpg711enc.c:
20305         * gst/rtp/gstrtpgsmenc.c:
20306         * gst/rtp/gstrtpgsmparse.c:
20307         Setting the proper copyright notice.
20308
20309 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20310
20311         * gst/videobox/Makefile.am: Use liboil.
20312         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20313         (gst_video_box_set_property), (gst_video_box_transform_caps),
20314         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20315         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20316         using liboil. Will dot the same to I420 border generation
20317         tomorrow.
20318
20319 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20320
20321         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20322         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20323         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20324         * gst/rtp/gstrtpg711dec.h:
20325         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20326         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20327         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20328         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20329         (gst_rtpgsmenc_handle_buffer):
20330         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20331         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20332         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20333         * gst/rtp/gstrtpgsmparse.h:
20334         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20335         inherits from the basertpdepayloader.
20336
20337 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20338
20339         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20340         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20341         (gst_video_box_ayuv): Removing this forgotten debug.
20342
20343 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20344
20345         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20346         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20347         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20348
20349 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20350
20351         * sys/oss/gstossaudio.c:
20352         * sys/oss/gstossdmabuffer.c:
20353         * sys/oss/gstosshelper.c:
20354         * sys/oss/gstossmixer.c:
20355         * sys/oss/gstossmixerelement.c:
20356         * sys/oss/gstossmixertrack.c:
20357         * sys/oss/gstosssink.c:
20358         * sys/oss/gstosssrc.c:
20359           Actually use the 'oss' debug category we register.
20360
20361 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20362
20363         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20364         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20365         Use gst_pad_get_parent and drop the ref that was added through
20366         that call.
20367
20368 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20369
20370         * gst/rtp/gstrtpgsmenc.c:
20371           Fix compilation
20372
20373 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20374
20375         * gst/rtp/gstrtpg711dec.c
20376         Just removed a couple of lines of weird code used during
20377         development/test time.
20378
20379 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20380
20381         * gst/rtp/Makefile.am
20382         * gst/rtp/gstrtp.c
20383         * gst/rtp/gstrtpg711enc.c
20384         * gst/rtp/gstrtpg711enc.h
20385         * gst/rtp/gstrtpg711dec.c
20386         * gst/rtp/gstrtpg711dec.h
20387         Created G711 payloader and depayloader (it supports mulaw and alaw
20388         (dec)encoders)
20389
20390 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20391
20392         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20393         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20394         Doh ! I introduced wingo's bug again ! Sorry...
20395
20396 2005-10-25  Christian Schaller <christian@fluendo.com> 
20397
20398         * gst/rtp/Makefile.am: add missing header files for disting
20399
20400 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20401
20402         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20403         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20404         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20405         (gst_rtpgsmenc_handle_buffer):
20406         * gst/rtp/gstrtpgsmenc.h:
20407         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20408         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20409         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20410         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20411         * gst/rtp/gstrtpgsmparse.h:
20412         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20413
20414 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20415
20416         * ext/libpng/gstpngdec.c: (user_info_callback),
20417         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20418         a newsegment event, move some redundant code in a single place.
20419
20420 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20421
20422         * ext/libpng/gstpngdec.c: (user_info_callback),
20423         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20424         hack to get correct colors order when we have a png image with
20425         alpha channel.
20426
20427 2005-10-24  Edward Hervey  <edward@fluendo.com>
20428
20429         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20430         Call gst_element_no_more_pads when there will be no more pads.
20431
20432 2005-10-24  Wim Taymans  <wim@fluendo.com>
20433
20434         * gst/rtp/Makefile.am:
20435         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20436         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20437         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20438         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20439         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20440         (gst_asteriskh263_plugin_init):
20441         * gst/rtp/gstasteriskh263.h:
20442         * gst/rtp/gstrtp.c: (plugin_init):
20443         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20444         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20445         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20446         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20447         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20448         (gst_rtph263enc_plugin_init):
20449         * gst/rtp/gstrtph263enc.h:
20450         Added two new payloaders, an RFC 2190 payloader for h263 and
20451         a payload convertor for an asterisk server.
20452
20453 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20454
20455         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20456           Set bytes_per_sample correctly (is not always 4, but 
20457           depends on width and number of channels).
20458
20459 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20460
20461         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20462         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20463         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20464         (gst_flacenc_sink_event), (gst_flacenc_chain),
20465         (gst_flacenc_set_property), (gst_flacenc_get_property),
20466         (gst_flacenc_change_state):
20467         * ext/flac/gstflacenc.h:
20468           Fix seeking, so that flacenc can rewrite the header with the
20469           correct duration and amount of samples and all that at EOS;
20470           also set timestamps and granulepos on outgoing buffers; add
20471           debug category; fix state change function.
20472           
20473 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20474
20475         * gst/videomixer/videomixer.c: Don't restrict video geometry
20476         from 16 to 4096.
20477
20478 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20479
20480         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20481         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20482         Fix caps negotiation correctly, add debugging category.
20483
20484 2005-10-24  Christian Schaller  <christian@fluendo.com>
20485
20486         * configure.ac: Port over Thomas's change from base listing all plugins
20487
20488 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20489
20490         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20491         a sink pad.
20492
20493 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20494
20495         * configure.ac:
20496         * docs/upload.mak:
20497           back to HEAD
20498
20499 === release 0.9.4 ===
20500
20501 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20502
20503         * configure.ac:
20504           Releasing 0.9.4, "Dromiceiomimus"
20505
20506 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20507
20508         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20509         (gst_speexenc_src_query):
20510           Add position and duration query, fix query type function.
20511           
20512         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20513         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20514           Let's not set non-fixed caps on source pads.
20515
20516 2005-10-21  Wim Taymans  <wim@fluendo.com>
20517
20518         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20519         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20520         (gst_avi_demux_handle_seek):
20521         Set correct stream_time in newsegment event.
20522         avi can also handle a duration query now.
20523
20524 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20525
20526         * gst/matroska/matroska-demux.c:
20527         (gst_matroska_demux_handle_src_query),
20528         (gst_matroska_demux_handle_seek_event),
20529         (gst_matroska_demux_loop_stream_parse_id):
20530           Fix duration query; fix basetime in newsegment event after
20531           seek; fix duration in initial newsegment event.
20532
20533         * gst/matroska/matroska-mux.c:
20534         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20535           Extract number of channels and samplerate from vorbis headers;
20536           add some debug messages when querying the durations of the
20537           input streams.
20538
20539 2005-10-20  Wim Taymans  <wim@fluendo.com>
20540
20541         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20542         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20543         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20544         Set stream time correctly in newsegment.
20545
20546 2005-10-20  Wim Taymans  <wim@fluendo.com>
20547
20548         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20549         Correctly fill in the stream time.
20550
20551 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20552
20553         * check/elements/level.c: (GST_START_TEST):
20554         * gst/level/gstlevel.c: (gst_level_message_new):
20555         * gst/level/level-example.c: (message_handler):
20556           use ELEMENT messages instead
20557
20558 2005-10-19  Wim Taymans  <wim@fluendo.com>
20559
20560         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20561         (gst_dvdemux_src_query):
20562         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20563         (gst_flacdec_src_query):
20564         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20565         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20566         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20567         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20568         * gst/debug/progressreport.c: (gst_progress_report_report):
20569         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20570         * gst/matroska/matroska-demux.c:
20571         (gst_matroska_demux_handle_src_query):
20572         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20573         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20574         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20575         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20576         (gst_wavparse_srcpad_event):
20577         API change fix.
20578
20579 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20580
20581         * gst/goom/filters.c:
20582         * gst/goom/graphic.h:
20583         * gst/goom/lines.c:
20584           Make inline functions either 'static inline' or 'extern inline',
20585           otherwise the Forte compiler apparently won't inline them (#317300).
20586
20587 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20588
20589         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20590         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20591         (user_info_callback), (user_endrow_callback), (user_end_callback),
20592         (user_read_data), (gst_pngdec_caps_create_and_set),
20593         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20594         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20595         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20596         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20597         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20598         very nice and handle push/pull based model. if you have filesrc
20599         connected to it, it will do random access to load the png file.
20600         If you have a network source that can't do _getrange, it does 
20601         progressive loading through the chain function.
20602         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20603         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20604         thanks to Master Wim Taymans ;-)
20605
20606 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20607
20608         * gst/matroska/Makefile.am:
20609         * gst/matroska/ebml-read.c:
20610         * gst/matroska/ebml-read.h:
20611         * gst/matroska/matroska-demux.c:
20612         * gst/matroska/matroska-demux.h:
20613         * gst/matroska/matroska.c: (plugin_init):
20614           Ported matroska demuxer to 0.9.
20615
20616 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20617
20618         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20619
20620         * gst/matroska/matroska-mux.c:
20621         (gst_matroska_mux_video_pad_setcaps),
20622         (gst_matroska_mux_audio_pad_setcaps):
20623           Fix mpeg4 input handling (#318847); also, while we're at it,
20624           fix media type for Motion-JPEG: should be image/jpeg.
20625
20626 2005-10-18  Wim Taymans  <wim@fluendo.com>
20627
20628         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20629         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20630         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20631         Fix for segment-start/stop API change.
20632
20633 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20634
20635         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20636         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20637         way.
20638
20639 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20640
20641         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20642         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20643         output declared in transform_caps.
20644
20645 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20646
20647         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20648
20649 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20650
20651         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20652         (gst_video_box_get_unit_size): Fix wrong size calculations and
20653         implement get_unit_size correctly.
20654
20655 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20656
20657         * configure.ac:
20658           Enable flx plugin.
20659
20660         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20661           Fix gcc4 signedness issue.
20662
20663 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20664
20665         * configure.ac: Adding videomixer.
20666         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20667         (user_read_data), (gst_pngdec_chain): More debugging.
20668         * gst/alpha/Makefile.am: Adding alphacolor
20669         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20670         (gst_alpha_color_class_init), (gst_alpha_color_init),
20671         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20672         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20673         (plugin_init): Ported to 0.9 using in place base tranform.
20674         * gst/videomixer/Makefile.am:
20675         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20676         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20677         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20678         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20679         (gst_videomixer_init), (gst_videomixer_getcaps),
20680         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20681         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20682         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20683         to 0.9 using collectpads.
20684
20685 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20686
20687         * configure.ac:
20688         * gst/flx/Makefile.am:
20689         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20690         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20691         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20692         * gst/flx/gstflxdec.h:
20693         flx plugin ported to 0.9
20694
20695 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20696
20697         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20698           use new gst_version_string()
20699
20700 2005-10-16  Andy Wingo  <wingo@pobox.com>
20701
20702         * configure.ac: GLIB_CHECK.
20703
20704 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20705
20706         * ext/libpng/Makefile.am:
20707         * ext/libpng/gstpng.c: (plugin_init):
20708         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20709         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20710         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20711
20712 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
20713
20714         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20715
20716         * configure.ac:
20717         * gst/matroska/Makefile.am:
20718         * gst/matroska/ebml-ids.h:
20719         * gst/matroska/ebml-write.c:
20720         * gst/matroska/ebml-write.h:
20721         * gst/matroska/matroska-ids.h:
20722         * gst/matroska/matroska-mux.c:
20723         * gst/matroska/matroska-mux.h:
20724         * gst/matroska/matroska.c: (plugin_init):
20725           Port matroska muxer to 0.9 (#318847).
20726
20727 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20728
20729         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
20730         (comment_init), (comment_add):
20731           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
20732           use GST_READ_UINT32_LE() and friends rather than the private
20733           implementation of those same macros.
20734
20735 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20736
20737         * examples/stats/mp2ogg.c:
20738           more typo fixes
20739
20740 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20741
20742         * examples/indexing/indexmpeg.c: (main):
20743         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
20744         (gst_esdmon_close_audio), (gst_esdmon_change_state):
20745         * ext/esd/esdmon.h:
20746         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
20747         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
20748         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20749         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20750         * gst/avi/gstavimux.c: (gst_avimux_init):
20751         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
20752         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
20753         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
20754         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
20755         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
20756         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
20757         * gst/oldcore/gstmultifilesrc.h:
20758         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
20759         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
20760         (gst_pipefilter_change_state):
20761         * gst/oldcore/gstpipefilter.h:
20762         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20763         * gst/videomixer/videomixer.c: (gst_videomixer_init):
20764         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
20765         * sys/osxaudio/gstosxaudiosink.h:
20766         * sys/osxaudio/gstosxaudiosrc.h:
20767           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20768           moved bitshift from macro to enum definition
20769
20770 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20771
20772         * ext/Makefile.am:
20773         * ext/cairo/Makefile.am:
20774         * ext/cairo/gstcairo.c: (plugin_init):
20775         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
20776         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20777         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
20778         * ext/cairo/gsttimeoverlay.h:
20779           update of cairo-based timeoverlay to 1.0 Cairo API
20780           doesn't work yet for resizing of output sink
20781
20782 2005-10-11  Wim Taymans  <wim@fluendo.com>
20783
20784         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
20785         newsegment API fix.
20786
20787 2005-10-11  Wim Taymans  <wim@fluendo.com>
20788
20789         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
20790         (gst_dvdemux_demux_frame):
20791         * ext/flac/gstflacdec.c: (gst_flacdec_write):
20792         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20793         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
20794         (gst_avi_demux_handle_seek):
20795         * gst/goom/gstgoom.c: (gst_goom_event):
20796         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20797         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20798         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20799         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20800         (gst_wavparse_srcpad_event):
20801         newsegment API update.
20802
20803 2005-10-11  Andy Wingo  <wingo@pobox.com>
20804
20805         * ext/speex/gstspeexenc.c: Signedness cleanups.
20806
20807 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
20808
20809         * PORTED_09:
20810         * ext/speex/Makefile.am:
20811         * ext/speex/gstspeex.c:
20812         * ext/speex/gstspeexenc.c:
20813         Speexenc ported to 0.9
20814
20815 2005-10-10  Wim Taymans  <wim@fluendo.com>
20816
20817         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
20818         (gst_oss_sink_init), (gst_oss_sink_set_property),
20819         (gst_oss_sink_get_property), (gst_oss_sink_open),
20820         (gst_oss_sink_prepare), (gst_oss_sink_reset):
20821         * sys/oss/gstosssink.h:
20822         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
20823         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
20824         (gst_oss_src_prepare):
20825         Cleanups, make device configurable in the sink, handle and report
20826         errors.
20827
20828 2005-10-10  Wim Taymans  <wim@fluendo.com>
20829
20830         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
20831         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
20832         Make sure element is NULL before removing from the bin.
20833
20834 2005-10-07  Andy Wingo  <wingo@pobox.com>
20835
20836         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
20837         block forever in a read().
20838         (gst_dv1394src_bus_reset): Post a message when the cable is
20839         unplugged.
20840         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
20841         (gst_dv1394src_bus_reset): Don't unref the message.
20842
20843         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
20844         hacking. The only change should be that the state change stuff was
20845         put into basesrc's start() and stop() routines, which coalesces
20846         some steps.
20847
20848 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
20849
20850         * configure.ac:
20851           Add check for mmap
20852           
20853         * gst/debug/Makefile.am:
20854           Only compile efence plugin on systems that have mmap.
20855
20856 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
20857
20858         * gst/debug/Makefile.am:
20859         * gst/debug/breakmydata.c:
20860         * gst/debug/gstdebug.c:
20861         * gst/debug/gstnavigationtest.c:
20862         * gst/debug/gstnavseek.c: 
20863         * gst/debug/gstnavseek.h:
20864         * gst/debug/progressreport.c: 
20865         * gst/debug/testplugin.c:
20866           Port progressreport, navseek, navigationtest, testsink and
20867           breakmydata.
20868
20869 2005-10-05  Edward Hervey  <edward@fluendo.com>
20870
20871         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
20872         (gst_dvdemux_src_query):
20873         Fixes for better conversion
20874
20875 2005-10-04  Michael Smith <msmith@fluendo.com>
20876
20877         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
20878         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20879         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20880         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20881           Set state of elements to NULL before removing from bins.
20882           Set state of test element to NULL if we failed to move it to READY
20883
20884 2005-10-04  Edward Hervey  <edward@fluendo.com>
20885
20886         * ext/dv/Makefile.am:
20887         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
20888         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20889         Corrected the query function for position so it doesn't forget what
20890         format was asked, and calls the conversion functions on the correct pad.
20891
20892 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20893
20894         * configure.ac:
20895           back to development
20896
20897 === release 0.9.3 ===
20898
20899 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20900
20901         * configure.ac:
20902           Releasing 0.9.3, "Aramis"
20903
20904 2005-10-03  Andy Wingo  <wingo@pobox.com>
20905
20906         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20907         error returns.
20908
20909 2005-10-02  Andy Wingo  <wingo@pobox.com>
20910
20911         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20912
20913         * ext/flac/gstflacenc.c: Ported to 0.9.
20914
20915         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20916
20917         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20918         and link to gsttagedit. Enable flacenc.
20919
20920         * ext/flac/gstflacdec.c: Re-enable tag reading.
20921
20922 2005-09-30  Wim Taymans  <wim@fluendo.com>
20923
20924         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20925         * gst/rtp/gstrtpgsmparse.c:
20926         * gst/rtp/gstrtph263penc.c:
20927         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20928         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20929         (gst_rtpmp4venc_set_property):
20930         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20931         Various class and caps fixes from Andre Magalhaes (andrunko)
20932
20933 2005-09-29  Wim Taymans  <wim@fluendo.com>
20934
20935         * gst/level/level-example.c: (main):
20936         Update for new bus API.
20937
20938 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20939
20940         * configure.ac:
20941           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20942           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20943
20944 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20945
20946         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20947           Fix playback of mono streams (bytes_per_sample should be set
20948           from the sample width and the number of channels negotiated,
20949           and not just be set to 4) (#317338)
20950
20951 2005-09-26  Wim Taymans  <wim@fluendo.com>
20952
20953         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20954         (gst_rtpmpaenc_handle_buffer):
20955         Set buffer duration correctly.
20956
20957 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20958
20959         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20960         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20961         (gst_avi_demux_change_state):
20962           Don't crash when encountering a stream with an unknown fourcc or
20963           codec id. Instead, create a pad of type video/x-avi-unknown or
20964           audio/x-avi-unknown, which as a side-effect also results in less
20965           confusing error messages in players ('no decoder' vs. 'no streams');
20966           minor fixes to state change function and class_init function.
20967
20968 2005-09-24  Wim Taymans  <wim@fluendo.com>
20969
20970         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20971         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20972         These are sinks.
20973
20974 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20975
20976         * check/elements/level.c: (GST_START_TEST):
20977           fix test for new GstClockTime use
20978         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
20979         (gst_level_transform_ip):
20980         * gst/level/gstlevel.h:
20981           fix up the decay peak, ensuring the decay peak is never lower
20982           than the peak for that interval
20983
20984 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20985
20986         * docs/plugins/gst-plugins-good-plugins.args:
20987         * docs/plugins/inspect/plugin-alpha.xml:
20988         * docs/plugins/inspect/plugin-rtp.xml:
20989         * gst/level/gstlevel.c: (gst_level_set_caps),
20990         (gst_level_transform_ip):
20991           updating docs
20992
20993 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20994
20995         * Makefile.am:
20996         * check/elements/level.c: (GST_START_TEST):
20997         * gst/level/Makefile.am:
20998         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
20999         (gst_level_set_property), (gst_level_get_property),
21000         (gst_level_set_caps), (gst_level_message_new),
21001         (gst_level_transform_ip):
21002         * gst/level/gstlevel.h:
21003         * gst/level/level-example.c: (message_handler), (main):
21004           convert to using GstClockTime for all time values, finally.
21005
21006 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21007
21008         * gst/auparse/Makefile.am:
21009         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21010           fix up build
21011         * configure.ac:
21012         * ext/cairo/Makefile.am:
21013         * ext/dv/Makefile.am:
21014         * ext/esd/Makefile.am:
21015         * ext/flac/Makefile.am:
21016         * ext/gconf/Makefile.am:
21017         * ext/gdk_pixbuf/Makefile.am:
21018         * ext/jpeg/Makefile.am:
21019         * ext/ladspa/Makefile.am:
21020         * ext/libcaca/Makefile.am:
21021         * ext/libmng/Makefile.am:
21022         * ext/libpng/Makefile.am:
21023         * ext/mikmod/Makefile.am:
21024         * ext/pango/Makefile.am:
21025         * ext/raw1394/Makefile.am:
21026         * ext/shout2/Makefile.am:
21027         * ext/speex/Makefile.am:
21028         * gst/alpha/Makefile.am:
21029         * gst/autodetect/Makefile.am:
21030         * gst/avi/Makefile.am:
21031         * gst/cutter/Makefile.am:
21032         * gst/debug/Makefile.am:
21033         * gst/effectv/Makefile.am:
21034         * gst/flx/Makefile.am:
21035         * gst/goom/Makefile.am:
21036         * gst/interleave/Makefile.am:
21037         * gst/law/Makefile.am:
21038         * gst/matroska/Makefile.am:
21039         * gst/median/Makefile.am:
21040         * gst/monoscope/Makefile.am:
21041         * gst/multipart/Makefile.am:
21042         * gst/oldcore/Makefile.am:
21043         * gst/rtp/Makefile.am:
21044         * gst/rtsp/Makefile.am:
21045         * gst/smoothwave/Makefile.am:
21046         * gst/smpte/Makefile.am:
21047         * gst/videobox/Makefile.am:
21048         * gst/videofilter/Makefile.am:
21049         * gst/videomixer/Makefile.am:
21050         * gst/wavenc/Makefile.am:
21051         * gst/wavparse/Makefile.am:
21052         * sys/oss/Makefile.am:
21053         * sys/osxaudio/Makefile.am:
21054         * sys/osxvideo/Makefile.am:
21055           fix up GST_LIBS use
21056
21057 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21058
21059         * gst/auparse/Makefile.am:
21060         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21061           fix build of auparse
21062
21063 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21064
21065         * configure.ac:
21066         * PORTED_09:
21067         * gst/auparse/gstauparse.c:
21068         * gst/auparse/gstauparse.h:
21069         Auparse ported to 0.9.
21070
21071 2005-09-22  Wim Taymans  <wim@fluendo.com>
21072
21073         * gst/rtp/TODO:
21074         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21075         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21076         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21077         (gst_rtpmp4venc_set_property):
21078         * gst/rtp/gstrtpmp4venc.h:
21079         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21080         * gst/rtp/gstrtpmpaenc.h:
21081         Use is_filled to both check MTU and max-ptime of base class.
21082
21083 2005-09-22  Wim Taymans  <wim@fluendo.com>
21084
21085         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21086         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21087         (gst_rtpmp4venc_set_property):
21088         Don't fragment packets with multiple frames.
21089
21090 2005-09-22  Wim Taymans  <wim@fluendo.com>
21091
21092         * gst/rtp/TODO:
21093         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21094         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21095         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21096         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21097         (gst_rtpmp4venc_get_property):
21098         * gst/rtp/gstrtpmp4venc.h:
21099         Remove g_print.
21100         Update TODO
21101         Make payload encoder a bit smarter and more correct with
21102         timestamps.
21103         Added option in payloader to include config string in-band.
21104
21105 2005-09-21  Wim Taymans  <wim@fluendo.com>
21106
21107         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21108         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21109         (gst_rtspsrc_send):
21110         Strip spaces for key/value pairs.
21111
21112 2005-09-21  Wim Taymans  <wim@fluendo.com>
21113
21114         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21115         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21116         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21117         (gst_rtspsrc_change_state):
21118         More SDP parsing and caps setting.
21119         Do NO_PREROLL differently.
21120         add pads only after negotiated.
21121
21122         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21123         (gst_udpsrc_getcaps):
21124         Implement the getcaps function.
21125
21126 2005-09-21  Wim Taymans  <wim@fluendo.com>
21127
21128         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21129         (gst_rtpamrdec_chain):
21130         Handle multiple AMr packets per payload. Handle CRC and
21131         parse ILL/ILP.
21132
21133         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21134         Make caps params strings for easy SDP mapping.
21135         
21136         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21137         Handle capsnego better.
21138
21139         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21140         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21141         Generate and parse config string in the caps.
21142
21143 2005-09-21  Wim Taymans  <wim@fluendo.com>
21144
21145         * gst/rtp/README:
21146         Update README
21147
21148         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21149         Make extra params as strings.
21150
21151         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21152         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21153         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21154         Make state change return NO_PREROLL as this is a live
21155         source.
21156
21157         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21158         Don't unref old caps when NULL.
21159
21160 2005-09-20  Wim Taymans  <wim@fluendo.com>
21161
21162         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21163         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21164         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21165         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21166         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21167         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21168         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21169         * gst/rtsp/sdpmessage.h:
21170         Add URI handler.
21171         Parse SDP and create caps.
21172
21173 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21174
21175         * gst/alpha/gstalpha.c:
21176           fix element description
21177
21178 2005-09-19  Wim Taymans  <wim@fluendo.com>
21179
21180         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21181         Don't check payload for now.
21182
21183 2005-09-19  Wim Taymans  <wim@fluendo.com>
21184
21185         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21186         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21187         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21188         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21189         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21190         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21191         (gst_wavparse_change_state):
21192         * gst/wavparse/gstwavparse.h:
21193         Fix wavparse some more.
21194
21195 2005-09-19  Wim Taymans  <wim@fluendo.com>
21196
21197         * check/elements/level.c: (GST_START_TEST):
21198         Fix for bus API change.
21199
21200 2005-09-19  Wim Taymans  <wim@fluendo.com>
21201
21202         * gst/level/level-example.c: (main):
21203         Fix for new bus API.
21204
21205         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21206         Set caps on pads.
21207
21208 2005-09-15  Wim Taymans  <wim@fluendo.com>
21209
21210         * gst/rtp/Makefile.am:
21211         * gst/rtp/README:
21212         * gst/rtp/gstrtp.c: (plugin_init):
21213         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21214         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21215         (gst_rtpamrdec_change_state):
21216         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21217         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21218         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21219         * gst/rtp/gstrtpamrenc.h:
21220         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21221         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21222         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21223         * gst/rtp/gstrtpgsmenc.h:
21224         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21225         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21226         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21227         (gst_rtpgsmparse_change_state):
21228         * gst/rtp/gstrtpgsmparse.h:
21229         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21230         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21231         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21232         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21233         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21234         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21235         * gst/rtp/gstrtph263penc.h:
21236         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21237         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21238         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21239         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21240         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21241         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21242         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21243         * gst/rtp/gstrtpmp4venc.h:
21244         * gst/rtp/gstrtpmpadec.c:
21245         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21246         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21247         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21248         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21249         * gst/rtp/gstrtpmpaenc.h:
21250         Updates to payloader/depayloaders, make payloaders use
21251         the base classes.
21252         Updated README with suggested RTP caps and how to convert
21253         to/from SDP.
21254         Added config descriptor in mp4v payloader.
21255
21256 2005-09-15  Andy Wingo  <wingo@pobox.com>
21257
21258         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21259         * gst/autodetect/gstautovideosink.c
21260         (gst_auto_video_sink_find_best): Update for new registry API.
21261
21262 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21263
21264         * common/c-to-xml.py:
21265         * common/gtk-doc-plugins.mak:
21266           a simple py script to generate valid xml from a C example
21267           probably also need to strip an MIT license when we decide
21268         * docs/plugins/Makefile.am:
21269         * gst/level/Makefile.am:
21270         * gst/level/gstlevel.c: (gst_level_init):
21271         * gst/level/level-example.c: (message_handler), (main):
21272           add an example to level that will show up in the docs
21273         * gst/rtp/TODO:
21274           add a note for the future
21275
21276 2005-09-14  Michael Smith <msmith@fluendo.com>
21277
21278         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21279           Actually define the debug object being used in wavenc. Fixes #316205
21280
21281 2005-09-14  Michael Smith <msmith@fluendo.com>
21282
21283         * gst/smpte/Makefile.am:
21284           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21285           needed to build on windows (bug 316204)
21286
21287 2005-09-12  Andy Wingo  <wingo@pobox.com>
21288
21289         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21290
21291 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21292
21293         * configure.ac:
21294         * gst/fdsrc/Makefile.am:
21295         * gst/fdsrc/gstfdsrc.c:
21296         * gst/fdsrc/gstfdsrc.h:
21297           Move fdsrc back into gstreamer core elements.
21298
21299         * gst/level/gstlevel.c: (gst_level_class_init),
21300         (gst_level_transform_ip):
21301         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21302           Basetransform changes.
21303
21304 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21305
21306         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21307         * ext/jpeg/smokecodec.c: (find_best_size):
21308           fix compiler warnings
21309
21310 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21311
21312         * gst-plugins-good.spec.in:
21313           spec file fixes
21314         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21315         (gst_multiudpsink_render), (gst_multiudpsink_add),
21316         (gst_multiudpsink_clear):
21317           it actually helps to actually stream if we hook up the
21318           "add" signal to an actual implementation
21319         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21320           some debugging
21321
21322 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21323
21324         * ext/jpeg/Makefile.am:
21325         * ext/jpeg/gstjpeg.c
21326         * ext/jpeg/gstjpegenc.c:
21327         * ext/jpeg/gstsmokeenc.c:
21328
21329 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21330
21331         * ext/flac/gstflacdec.c:
21332         * ext/flac/gstflacenc.c:
21333         * ext/flac/gstflactag.c:
21334         * ext/speex/gstspeexenc.c:
21335           gsttaginterface.h -> gsttagsetter.h
21336
21337 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21338
21339         * configure.ac:
21340         * gst/debug/Makefile.am:
21341         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21342         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21343         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21344         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21345         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21346           Port to 0.9 and re-enable efence plugin.
21347
21348 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21349
21350         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21351         (gst_flacdec_write), (gst_flacdec_convert_src):
21352         * ext/flac/gstflacdec.h:
21353           Add support for flac files with 24/32 bits per sample; and misc.
21354           minor clean-ups. Seeking is still partly broken (for me at least).
21355
21356 2005-09-06  Wim Taymans  <wim@fluendo.com>
21357
21358         * gst/rtp/Makefile.am:
21359         * gst/rtp/gstrtp.c: (plugin_init):
21360         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21361         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21362         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21363         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21364         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21365         (gst_rtpmp4vdec_plugin_init):
21366         * gst/rtp/gstrtpmp4vdec.h:
21367         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21368         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21369         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21370         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21371         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21372         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21373         * gst/rtp/gstrtpmp4venc.h:
21374         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21375         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21376         Added mpeg4 video payload encoder/decoder.
21377         Added some docs in mpa payloader.
21378
21379 === release 0.9.1 ===
21380
21381 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21382
21383         * NEWS:
21384         * README:
21385         * RELEASE:
21386         * autogen.sh:
21387         * configure.ac:
21388           releasing 0.9.1, "Blondie"
21389
21390 2005-09-05  Andy Wingo  <wingo@pobox.com>
21391
21392         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21393         here from the state change handler, so we fire signals without
21394         holding the state lock.
21395
21396 2005-09-02  Andy Wingo  <wingo@pobox.com>
21397
21398         * All plugins updated for element state changes.
21399
21400 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21401
21402         * Makefile.am:
21403         * check/.cvsignore:
21404         * check/Makefile.am:
21405         * check/elements/.cvsignore:
21406         * check/elements/level.c: (setup_level), (cleanup_level),
21407         (GST_START_TEST), (level_suite), (main):
21408           add a test for level
21409         * common/release.mak:
21410           move the enum checking to release.mak
21411         * configure.ac:
21412           add valgrind and check checking
21413         * gst/level/gstlevel.c: (gst_level_transform):
21414         * gst/level/gstlevel.h:
21415           fix Andy's cast bug
21416           convert a field to int
21417           fix the arithmetic to int when checking for emit so that a
21418           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21419
21420 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21421
21422         * Makefile.am:
21423         * configure.ac:
21424           add docs to build
21425         * common/plugins.xsl:
21426           wrap Description into a refsect2
21427         * docs/Makefile.am:
21428         * docs/plugins/Makefile.am:
21429         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21430         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21431         * gst/goom/Makefile.am:
21432         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21433         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21434         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21435         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21436         (gst_goom_change_state):
21437         * gst/goom/gstgoom.h:
21438           GstGOOM -> GstGoom
21439           add an example launch line
21440         * gst/level/gstlevel.h:
21441         * gst/monoscope/gstmonoscope.c:
21442           cleanups
21443
21444 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21445
21446         * configure.ac:
21447         * docs/plugins/Makefile.am:
21448         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21449         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21450         * docs/plugins/gst-plugins-good-plugins.types:
21451           document elements and plugins.  Shazam !
21452
21453 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21454
21455         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21456           be found under doc/random/ChangeLog-0.8