gst/autodetect/: Post an error when we can't set the internal ghostpad target.
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
4         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
5         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
6         (gst_auto_video_sink_detect):
7         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
8         Post an error when we can't set the internal ghostpad target.
9
10 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
11
12         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
13         (gst_video_crop_transform), (gst_video_crop_transform_caps),
14         (gst_video_crop_set_caps), (gst_video_crop_set_property):
15         * gst/videocrop/gstvideocrop.h:
16         Fix renegotiation when changing properties using the new basetransform
17         features. Fixes #561502.
18
19         * tests/icles/Makefile.am:
20         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
21         Add crazy interactive test unit for dynamically changing properties.
22
23 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
24
25         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
26         (gst_rtspsrc_parse_range):
27         Add some more debugging.
28         Use the reanges received from the server unconditionally.
29         Fixes #561625.
30
31 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
32
33         * ext/pulse/pulsesink.c:
34           Change #if 0 to something more expresive and add pointer to related
35           bug ticket.
36
37 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
38
39         Patch by: Tal Shalif <tshalif at nargila dot org>
40
41         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
42         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
43         the latter don't exist on some systems (mingw). Fixes bug #561990.
44
45 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
46
47         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
48
49         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
50         Add transferMode.dnla.org header to HTTP requests as this is
51         required by the DLNA specs and doesn't hurt in other situations.
52         Fixes bug #561802.
53
54 2008-11-20  Michael Smith <msmith@songbirdnest.com>
55
56         * sys/osxvideo/osxvideosink.h:
57         * sys/osxvideo/osxvideosink.m:
58           Handle video window resizing more correctly, avoiding crashes when
59           embedding the window and resizing it.
60
61 2008-11-20  Michael Smith <msmith@songbirdnest.com>
62
63         * gst/udp/gstmultiudpsink.c:
64         * gst/udp/gstudpnetutils.c:
65         * gst/udp/gstudpnetutils.h:
66         * gst/udp/gstudpsrc.c:
67           Fix multiudpsink on OSX by passing the specific length of the socket,
68           refactor that into a function shared with the same thing in udpsrc.
69
70 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
71
72         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
73         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
74         (gst_wavparse_stream_headers):
75         Fix the scaling code.
76         Fix parsing of the INFO chunks, we were reading the wrong number of
77         bytes.  Fixes #561580.
78
79 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
80
81         * gst/matroska/matroska-mux.c:
82         Fix NULL pointer dereference of an unset codec_id in the recently 
83         added Dirac paths
84
85 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
86
87         * tests/check/Makefile.am:
88         Just keep disabling elements that hang the states test until it
89         works.
90
91 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
92
93         * ext/libpng/gstpngenc.c:
94         Don't flush downstream after every buffer - that's not what
95         this libpng callback is for at all!
96
97 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
98
99         * sys/v4l2/v4l2src_calls.c:
100           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
101           (gst_v4l2src_probe_caps_for_format):
102           Turns out we don't always get the frame sizes in a predefined
103           order from lowest to highest resolution, so let's just sort the
104           list by frame size once we've queried the possible resolutions
105           rather than assume any particular order. Fixes probed caps for
106           the camera in my HP2133 mini notebook and makes v4l2src default
107           to a decent size.
108
109 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
110
111         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
112         * gst/matroska/matroska-ids.h:
113         Make mkvdemux aware of E-AC3.
114
115 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
116
117         * gst/rtp/Makefile.am:
118         * gst/rtp/gstrtp.c: (plugin_init):
119         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
120         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
121         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
122         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
123         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
124         (gst_rtp_jpeg_depay_change_state),
125         (gst_rtp_jpeg_depay_plugin_init):
126         * gst/rtp/gstrtpjpegdepay.h:
127         Add a jpeg depayloader.
128
129         * gst/rtp/gstrtpjpegpay.c:
130         Set the default properties on the payloader to better defaults.
131
132 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
133
134         * sys/v4l2/gstv4l2.c:
135           Give it a primary rank for autovideosrc.
136
137 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
138
139         Patch by: Bjorn Ostby <bjornos at axis dot com>
140
141         * gst/rtp/Makefile.am:
142         * gst/rtp/gstrtp.c: (plugin_init):
143         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
144         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
145         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
146         (gst_rtp_jpeg_pay_read_quant_table),
147         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
148         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
149         (gst_rtp_jpeg_pay_plugin_init):
150         * gst/rtp/gstrtpjpegpay.h:
151         Add JPEG payloader. Fixes #560756.
152
153 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
154
155         Patch by: Fabricio Godoy <skarllot at gmail dot com>
156
157         * sys/oss/gstosssink.c: (gst_oss_sink_open):
158         * sys/oss/gstosssrc.c: (gst_oss_src_open):
159         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
160         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
161         Fix some spelling mistakes. Fixes #556802.
162
163 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
164
165         * gst/equalizer/GstIirEqualizer10Bands.prs:
166         * gst/equalizer/GstIirEqualizer3Bands.prs:
167         * gst/equalizer/Makefile.am:
168         * gst/equalizer/gstiirequalizer10bands.c:
169         * gst/equalizer/gstiirequalizer3bands.c:
170           Add presets for equalizer. Fixes #522183.
171
172 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
173
174         * gst/rtsp/Makefile.am:
175         * gst/rtsp/gstrtsp.c: (plugin_init):
176         * gst/rtsp/gstrtspgoogle.c:
177         * gst/rtsp/gstrtspgoogle.h:
178         Remove google extension again, it's not needed anymore because we never
179         send multiple transports anymore.
180
181 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
182
183         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
184
185         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
186         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
187         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
188         (gst_rtspsrc_stream_free),
189         (gst_rtspsrc_stream_configure_udp_sinks),
190         (gst_rtspsrc_stream_configure_transport),
191         (gst_rtspsrc_send_dummy_packets),
192         (gst_rtspsrc_create_transports_string),
193         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
194         * gst/rtsp/gstrtspsrc.h:
195         Add property to configure NAT traversal method.
196         Ignore EOS from the internal sinks.
197         Implement sending dummy packets as a (simple) method to open up
198         some firewalls.
199         Send PLAY request to the server after we started the udp sources.
200         Fixes #559545.
201
202 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
203
204         Patch by: Yotam <sh dot yotam at gmail dot com>
205
206         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
207         Flush the remaining frames on EOS. Fixes #560641.
208
209 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
210
211         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
212         Fix compiler warning about printf formatting.
213
214 2008-11-12  Andy Wingo  <wingo@pobox.com>
215
216         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
217         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
218         segment events instead of sending them from the seeking thread.
219         Fixes #559288.
220         (gst_qtdemux_push_pending_newsegment): New helper, sends out
221         queued newsegment events.
222         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
223         call it here, as we only seek when looping, and only push in the
224         movie state.
225
226 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
227
228         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
229         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
230         * gst/qtdemux/qtdemux_fourcc.h:
231         * gst/qtdemux/qtdemux_types.c:
232         Add cover and alternative copyright tag, and enhance some existing
233         ones by marking them as container atoms.
234
235 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
236
237         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
238         Don't ignore the return value of setcaps.
239
240 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
241
242         Patch by: Olivier Crete <tester at tester dot ca>
243
244         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
245         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
246         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
247         * gst/rtp/gstrtpg729pay.h:
248         Replace G729 payloader with an improved version. Fixes #532409.
249
250 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
251
252         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
253         (gst_rtspsrc_change_state):
254         Only send one transport at a time for improved compatibility with some
255         broken servers. See #537832.
256
257 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
258
259         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
260         (gst_rtspsrc_perform_seek):
261         Only pause/play in the seek handler when the source was playing.
262         Fixes #529379.
263
264 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
265
266         * gst/matroska/matroska-mux.c:
267         (gst_matroska_mux_handle_dirac_packet):
268         Fix muxing of Dirac streams if the input already has the format
269         we need, i.e. is the output of matroskademux.
270
271 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
272
273         * gst/avi/gstavimux.c:
274           Don't segfault on string typed tags being NULL. Fixes #560155.
275
276 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
277
278         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
279         (gst_matroska_mux_audio_pad_setcaps):
280         Fix mapping AAC profile to Matroska codec id.
281
282 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
283
284         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
285         (qtdemux_video_caps), (qtdemux_audio_caps):
286         Refactor some raw audio caps building, and handle >16-bit cases.
287         Fix/replace building caps from a string description.
288
289 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
290
291         * gst/audiofx/audiowsincband.c:
292         * gst/audiofx/audiowsinclimit.c:
293         * gst/cutter/gstcutter.c:
294           Make author name consistent with others.
295
296 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
297
298         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
299
300         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
301         (gst_rtspsrc_stream_configure_udp_sink):
302         Pause the RTSP stream before doing a new play request.
303         Make sure that adding the udpsinks does not cause the rtspsrc to become
304         a sink. Fixes #559547.
305
306 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
307
308         * gst/matroska/matroska-ids.h:
309         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
310         (gst_matroska_mux_handle_dirac_packet),
311         (gst_matroska_mux_write_data):
312         Implement Dirac muxing into Matroska comforming to the spec, i.e.
313         put all Dirac packages up to a picture into a Matroska block.
314
315         TODO: Implement writing of the ReferenceBlock Matroska elements,
316         currently the Dirac muxing is only 100% correct if Matroska version 2
317         is selected for muxing.
318
319 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
320
321         Patch by: Bastien Nocera <hadess at hadess dot net>,
322                   Hans de Goede <jwrdegoede at fedoraproject dot org>
323
324         * configure.ac:
325         * sys/v4l2/Makefile.am:
326         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
327         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
328         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
329         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
330         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
331         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
332         (gst_v4l2_get_input), (gst_v4l2_set_input):
333         * sys/v4l2/v4l2_calls.h:
334         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
335         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
336         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
337         (gst_v4l2src_fill_format_list),
338         (gst_v4l2src_probe_caps_for_format_and_size),
339         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
340         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
341         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
342         (gst_v4l2src_get_nearest_size):
343         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
344
345 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
346
347         * ext/aalib/Makefile.am:
348         * ext/annodex/Makefile.am:
349         * ext/cairo/Makefile.am:
350         * ext/dv/Makefile.am:
351         * ext/esd/Makefile.am:
352         * ext/flac/Makefile.am:
353         * ext/gconf/Makefile.am:
354         * ext/gdk_pixbuf/Makefile.am:
355         * ext/hal/Makefile.am:
356         * ext/jpeg/Makefile.am:
357         * ext/ladspa/Makefile.am:
358         * ext/libcaca/Makefile.am:
359         * ext/libmng/Makefile.am:
360         * ext/libpng/Makefile.am:
361         * ext/mikmod/Makefile.am:
362         * ext/pulse/Makefile.am:
363         * ext/raw1394/Makefile.am:
364         * ext/shout2/Makefile.am:
365         * ext/soup/Makefile.am:
366         * ext/speex/Makefile.am:
367         * ext/taglib/Makefile.am:
368         * ext/wavpack/Makefile.am:
369         * gst/alpha/Makefile.am:
370         * gst/apetag/Makefile.am:
371         * gst/audiofx/Makefile.am:
372         * gst/auparse/Makefile.am:
373         * gst/autodetect/Makefile.am:
374         * gst/avi/Makefile.am:
375         * gst/cutter/Makefile.am:
376         * gst/debug/Makefile.am:
377         * gst/effectv/Makefile.am:
378         * gst/equalizer/Makefile.am:
379         * gst/flx/Makefile.am:
380         * gst/goom/Makefile.am:
381         * gst/goom2k1/Makefile.am:
382         * gst/icydemux/Makefile.am:
383         * gst/id3demux/Makefile.am:
384         * gst/interleave/Makefile.am:
385         * gst/law/Makefile.am:
386         * gst/level/Makefile.am:
387         * gst/matroska/Makefile.am:
388         * gst/median/Makefile.am:
389         * gst/monoscope/Makefile.am:
390         * gst/multifile/Makefile.am:
391         * gst/multipart/Makefile.am:
392         * gst/oldcore/Makefile.am:
393         * gst/qtdemux/Makefile.am:
394         * gst/replaygain/Makefile.am:
395         * gst/rtp/Makefile.am:
396         * gst/rtsp/Makefile.am:
397         * gst/smpte/Makefile.am:
398         * gst/spectrum/Makefile.am:
399         * gst/udp/Makefile.am:
400         * gst/videobox/Makefile.am:
401         * gst/videocrop/Makefile.am:
402         * gst/videofilter/Makefile.am:
403         * gst/videomixer/Makefile.am:
404         * gst/wavenc/Makefile.am:
405         * gst/wavparse/Makefile.am:
406         * sys/directdraw/Makefile.am:
407         * sys/directsound/Makefile.am:
408         * sys/oss/Makefile.am:
409         * sys/osxaudio/Makefile.am:
410         * sys/osxvideo/Makefile.am:
411         * sys/sunaudio/Makefile.am:
412         * sys/v4l2/Makefile.am:
413         * sys/waveform/Makefile.am:
414         * sys/ximage/Makefile.am:
415           Don't install static libs for plugins. Fixes #550851 for -good.
416
417 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
418
419         * ext/flac/Makefile.am:
420         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
421         This fixes compilation if FLAC is installed in an uncommon location
422         that is not already handled by other CFLAGS. Fixes bug #558711.
423
424 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
425
426         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
427         Guard more uncommon formats with ifdefs so that we can compile on older
428         versions.
429
430 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
431
432         Patch by: Nick Haddad <nick at haddads dot net>
433
434         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
435         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
436         (gst_avi_demux_stream_data):
437         Invert other uncompressed RGB formats. Fixes #558554.
438
439 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
440
441         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
442         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
443         * gst/wavenc/gstwavenc.h:
444         Add support for float/double as input and remove the (nowadays)
445         useless parsing of the depth as we require width==depth.
446
447 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
448
449         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
450         * gst/rtp/gstrtpmpapay.c:
451         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
452         mpeg version 1. Fixes #558427.
453
454 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
455
456         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
457         (gst_rtp_L16_pay_getcaps):
458         Only put an integral amount of samples in the RTP packet.
459         Fixes #556641.
460
461 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
462
463         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
464         * gst/rtp/gstrtpchannels.h:
465         Add method to get possible channel positions.
466
467 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
468
469         * gst/rtp/Makefile.am:
470         Also commit updated makefile
471
472 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
473
474         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
475         Don't allow width=32,depth=24 as input. WAV requires that the width
476         is the next integer multiply of 8 from the depth.
477
478 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
479
480         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
481         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
482         (gst_rtp_L16_pay_getcaps):
483         * gst/rtp/gstrtpchannels.c: (check_channels),
484         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
485         (gst_rtp_channels_create_default):
486         * gst/rtp/gstrtpchannels.h:
487         Add mappings for multichannel support. Does not completely just work
488         because the getcaps function does not yet return the allowed channel
489         mappings. See #556641.
490
491 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
492
493         * gst/goom/Makefile.am:
494         * gst/goom/README:
495         * gst/goom/config_param.c:
496         * gst/goom/convolve_fx.c:
497         * gst/goom/drawmethods.c:
498         * gst/goom/drawmethods.h:
499         * gst/goom/filters.c:
500         * gst/goom/filters_mmx.s:
501         * gst/goom/flying_stars_fx.c:
502         * gst/goom/goom.h:
503         * gst/goom/goom_config.h:
504         * gst/goom/goom_config_param.h:
505         * gst/goom/goom_core.c:
506         * gst/goom/goom_filters.h:
507         * gst/goom/goom_fx.h:
508         * gst/goom/goom_graphic.h:
509         * gst/goom/goom_plugin_info.h:
510         * gst/goom/goom_tools.c:
511         * gst/goom/goom_tools.h:
512         * gst/goom/goom_typedefs.h:
513         * gst/goom/goom_visual_fx.h:
514         * gst/goom/graphic.c:
515         * gst/goom/ifs.c:
516         * gst/goom/ifs.h:
517         * gst/goom/lines.c:
518         * gst/goom/lines.h:
519         * gst/goom/mathtools.c:
520         * gst/goom/mathtools.h:
521         * gst/goom/mmx.c:
522         * gst/goom/motif_goom1.h:
523         * gst/goom/motif_goom2.h:
524         * gst/goom/plugin_info.c:
525         * gst/goom/ppc_drawings.h:
526         * gst/goom/ppc_zoom_ultimate.h:
527         * gst/goom/sound_tester.c:
528         * gst/goom/sound_tester.h:
529         * gst/goom/surf3d.c:
530         * gst/goom/surf3d.h:
531         * gst/goom/tentacle3d.c:
532         * gst/goom/tentacle3d.h:
533         * gst/goom/v3d.c:
534         * gst/goom/v3d.h:
535         * gst/goom/xmmx.c:
536           Add license headers in all source files. Remove filter.c from
537           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
538           which are not used right now. Fixes #557709.
539
540 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
541
542         Patch by: Olivier Crete <tester at tester dot ca>
543
544         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
545         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
546         Implement getcaps in rtpL16pay. Fixes #556484.
547
548 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
549
550         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
551         (gst_rtp_L16_depay_process):
552         Check if clock-rate and channels are valid.
553         Don't ignore the return value of setcaps.
554         No need to validate the buffer, the base class does that for us.
555         Use the marker bit to set the DISCONT flag on outgoing buffers.
556
557         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
558         Don't ignore the return value of set_outcaps.
559
560         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
561         (gst_rtp_ac3_depay_process):
562         Don't ignore the return value of set_caps.
563         No need to validate the buffer, the base class does that for us.
564
565         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
566         (gst_rtp_amr_depay_process):
567         * gst/rtp/gstrtpamrdepay.h:
568         Don't ignore the return value of setcaps.
569         No need to validate the buffer, the base class does that for us.
570         No need to set output caps on the buffers, the base class does that for
571         us.
572         The subclass will make sure we are negotiated.
573         
574         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
575         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
576         * gst/rtp/gstrtpdvdepay.h:
577         Clean up caps negotiation.
578         The subclass will make sure we are negotiated.
579
580         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
581         (gst_rtp_g726_depay_process):
582         Clean up caps negotiation.
583         Use the marker bit to set the DISCONT flag on outgoing buffers.
584
585         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
586         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
587         * gst/rtp/gstrtpg729depay.h:
588         The subclass will make sure we are negotiated.
589         Use the marker bit to set the DISCONT flag on outgoing buffers.
590
591         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
592         (gst_rtp_gsm_depay_process):
593         Clean up caps negotiation.
594         Use the marker bit to set the DISCONT flag on outgoing buffers.
595
596         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
597         Clean up caps negotiation.
598         Don't ignore the return value of set_outcaps.
599
600         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
601         (gst_rtp_h263_depay_process):
602         Clean up caps negotiation.
603         No need to validate the buffer, the base class does that for us.
604
605         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
606         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
607         * gst/rtp/gstrtph263pay.h:
608         Don't ignore the return value of set_outcaps.
609         Do some more timestamps.
610
611         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
612         (gst_rtp_h263p_depay_process):
613         Clean up caps negotiation.
614         Don't ignore the return value of setcaps.
615         No need to validate the buffer, the base class does that for us.
616
617         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
618         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
619         (gst_rtp_h263p_pay_handle_buffer):
620         * gst/rtp/gstrtph263ppay.h:
621         Don't ignore the return value of set_outcaps.
622         Do some more timestamps.
623
624         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
625         (gst_rtp_h264_depay_process):
626         Clean up caps negotiation.
627         Don't ignore the return value of setcaps.
628         Fix possible caps leak.
629         No need to validate the buffer, the base class does that for us.
630
631         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
632         Add some more debug info.
633
634         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
635         (gst_rtp_ilbc_depay_process):
636         Clean up caps negotiation.
637         Use the marker bit to set the DISCONT flag on outgoing buffers.
638
639         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
640         Clean up caps negotiation.
641
642         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
643         (gst_rtp_mp1s_depay_process):
644         Clean up caps negotiation.
645         Don't ignore the return value of setcaps.
646         No need to validate the buffer, the base class does that for us.
647         No need to set caps on buffers, subclass does that for us.
648
649         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
650         (gst_rtp_mp2t_depay_process):
651         Clean up caps negotiation.
652         Don't ignore the return value of setcaps.
653         No need to validate the buffer, the base class does that for us.
654         No need to set caps on buffers, subclass does that for us.
655
656         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
657         (gst_rtp_mp4a_depay_process):
658         Clean up caps negotiation.
659         Don't ignore the return value of setcaps.
660         No need to validate the buffer, the base class does that for us.
661
662         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
663         (gst_rtp_mp4a_pay_setcaps):
664         Don't ignore the return value of set_outcaps.
665
666         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
667         (gst_rtp_mp4g_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         No need to set caps on buffers, subclass does that for us.
672
673         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
674         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
675         Don't ignore the return value of set_outcaps.
676
677         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
678         (gst_rtp_mp4v_depay_process):
679         Clean up caps negotiation.
680         Don't ignore the return value of setcaps.
681         No need to validate the buffer, the base class does that for us.
682         No need to set caps on buffers, subclass does that for us.
683
684         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
685         (gst_rtp_mp4v_pay_setcaps):
686         Don't ignore the return value of set_outcaps.
687
688         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
689         (gst_rtp_mpa_depay_process):
690         Clean up caps negotiation.
691         Don't ignore the return value of setcaps.
692         No need to validate the buffer, the base class does that for us.
693         Use the marker bit to set the DISCONT flag on outgoing buffers.
694
695         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
696         Don't ignore the return value of set_outcaps.
697
698         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
699         (gst_rtp_mpv_depay_process):
700         Clean up caps negotiation.
701         Actually set output caps.
702         No need to validate the buffer, the base class does that for us.
703
704         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
705         Don't ignore the return value of set_outcaps.
706
707         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
708         (gst_rtp_pcma_depay_process):
709         Clean up caps negotiation.
710         Set output buffer duration because we can.
711         Use the marker bit to set the DISCONT flag on outgoing buffers.
712
713         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
714         Don't ignore the return value of set_outcaps.
715
716         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
717         (gst_rtp_pcmu_depay_process):
718         Clean up caps negotiation.
719         Use the marker bit to set the DISCONT flag on outgoing buffers.
720
721         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
722         Don't ignore the return value of set_outcaps.
723
724         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
725         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
726         Clean up caps negotiation.
727         Set output caps on the pad and header buffers.
728         Set duration on output buffers because we can.
729
730         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
731         Don't ignore the return value of set_outcaps.
732
733         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
734         (gst_rtp_sv3v_depay_process):
735         Clean up caps negotiation.
736         No need to validate the buffer, the base class does that for us.
737         No need to set caps out output buffers, subclass does that.
738
739         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
740         (gst_rtp_theora_depay_process):
741         Don't ignore the return value of setcaps.
742         No need to validate the buffer, the base class does that for us.
743
744         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
745         (gst_rtp_theora_pay_flush_packet), (encode_base64),
746         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
747         (gst_rtp_theora_pay_handle_buffer):
748         Don't ignore the return value of set_outcaps.
749
750         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
751         (gst_rtp_vorbis_depay_process):
752         Don't ignore the return value of setcaps.
753         No need to validate the buffer, the base class does that for us.
754
755         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
756         Don't ignore the return value of set_outcaps.
757
758         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
759         Clean up caps negotiation, don't ignore setcaps return.
760
761         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
762         Don't ignore the return value of set_outcaps.
763
764 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
765
766         * gst/matroska/matroska-demux.c:
767         (gst_matroska_demux_handle_src_event):
768         Forward unknown events upstream.
769
770 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
771
772         * tests/check/elements/icydemux.c: (icydemux_found_pad):
773         Add some refcount check
774
775         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
776         Don't ignore the result of write(), fixes a  compiler warning for me.
777
778         * tests/icles/videobox-test.c: (main):
779         Make the output a little more pretty.
780
781 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
782
783         * ext/esd/esdmon.c:
784           Add doc blob.
785
786 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
787
788         * docs/plugins/Makefile.am:
789         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
790         * docs/plugins/gst-plugins-good-plugins-sections.txt:
791         * docs/plugins/gst-plugins-good-plugins.args:
792         * docs/plugins/gst-plugins-good-plugins.hierarchy:
793         * docs/plugins/gst-plugins-good-plugins.interfaces:
794         * docs/plugins/inspect/plugin-autodetect.xml:
795           Add the docs of the new elements.
796
797 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
798
799         * gst/autodetect/gstautoaudiosrc.c:
800         (gst_auto_audio_src_class_init):
801         * gst/autodetect/gstautovideosrc.c:
802         (gst_auto_video_src_class_init):
803         Fix "Since" tags in the documentation.
804
805 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
806
807         Patch by: Sjoerd Simons <sjoerd at luon dot net>
808
809         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
810         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
811         Add support for souphttpsrc to act as a live source. This makes it
812         possible to get timestamped buffers in combination with the
813         "do-timestamp" property. Fixes bug #556019.
814
815 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
816
817         * gst/autodetect/Makefile.am:
818         * gst/autodetect/gstautoaudiosink.c:
819         * gst/autodetect/gstautoaudiosrc.c:
820         * gst/autodetect/gstautoaudiosrc.h:
821         * gst/autodetect/gstautodetect.c:
822         * gst/autodetect/gstautovideosink.c:
823         * gst/autodetect/gstautovideosrc.c:
824         * gst/autodetect/gstautovideosrc.h:
825           Implement src plugins. Little code/string cleanup in the sinks.
826           Fixes #523813.
827
828 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
829
830         Patch by: Peter Kjellerstedt <pkj at axis com>
831
832         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
833         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
834         Fix a memory leak when pads are requested but the pipeline never
835         goes into PLAYING.
836
837         Correctly remove request pads, no matter if they have collected
838         data or not.
839
840         Fixes bug #557710.
841
842 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
843
844         Patch by: <lrn1986 at gmail dot com>
845
846         * gst/udp/gstudpnetutils.h:
847         Define the correct WINVER so getaddinfo() can be used when using
848         mingw32. Fixes bug #557294.
849
850 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
851
852         Patch by: <lrn1986 at gmail dot com>
853
854         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
855         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
856         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
857         Fix "argument type mismatch" compiler warnings on Windows.
858         Fixes bug #557293.
859
860 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
861
862         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
863         Don't calculate the filter coefficients for every single buffer
864         but only when it's needed. Fixes bug #557260.
865
866 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
867
868         * configure.ac:
869         Back to development -> 0.10.11.1
870
871 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
872
873         * gst-plugins-good.doap:
874         Fix version number of 0.10.11 release in doap file
875
876 === release 0.10.11 ===
877
878 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
879
880         * configure.ac:
881           releasing 0.10.11, "Secondary Consideration"
882
883 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
884
885         * configure.ac:
886         Commit 0.10.10.4 pre-release
887
888 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
889
890         * gst/avi/gstavimux.c:
891         Fix VPRP chunk setup in avimux.
892         Fixes: #556010
893         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
894
895 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
896
897         * gst/videobox/gstvideobox.c:
898         support dynamically changing properties in videobox
899         Fixed: #557085
900         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
901
902 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
903
904         * configure.ac:
905         0.10.10.3 pre-release
906
907 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
908
909         * tests/check/Makefile.am:
910         Don't run the states test on pulsesrc and pulsesink
911
912 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
913
914         * configure.ac:
915         Commit 0.10.10.2 pre-release bump that actually went
916         out on 2008-10-11
917
918 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
919
920         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
921         Skip entries for streams that don't have a output pad yet, thereby
922         avoiding calling pad functions with a NULL pad.
923         Fixes #556424
924
925 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
926
927         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
928         * tests/check/elements/icydemux.c: (icydemux_found_pad):
929         Remove problematic and useless refcount check.
930         Fixes #556381
931
932 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
933
934         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
935         Remove problematic and useless refcount check.
936         Fixes #556381
937
938 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
939
940         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
941         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
942         Cast some size_t arguments to guint to avoid compiler
943         warnings on 64-bit systems.
944
945 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
946
947         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
948         Return TRUE instead of FALSE from the event handler when we swallowed the
949         event.
950
951 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
952
953         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
954         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
955         Reset header state. Fixes #555321.
956
957 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
958
959         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
960         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
961         * gst/avi/gstavidemux.h:
962         For timestamping audio packets we need to take into account the
963         amount of blocks in one entry using the blockalign. Fixes some sync
964         issues with zero-padded audio blocks in the beginning of avi files.
965
966 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
967
968         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
969         (gst_multi_file_src_query):
970         Implement DEFAULT and BUFFER position queries. See #555260.
971
972 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
973
974         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
975         Fix build for systems that don't have XDamage.
976
977 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
978
979         * tests/examples/rtp/client-H263p.sdp:
980         * tests/examples/rtp/client-H263p.sh:
981         * tests/examples/rtp/server-VTS-H263p.sh:
982         Add some more H263p server and client examples.
983
984 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
985
986         * configure.ac::
987           Depend on released versions of core and base.
988
989 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
990
991         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
992         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
993         Return -1 instead of 0 in error cases. Fixes #554771.
994
995 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
996
997         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
998         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
999         Stop leaking the cursor image.
1000         Unref the last_ximage and the cached cursor image on shutdown.
1001         Fixes #551570.
1002
1003 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1004
1005         * sys/v4l2/gstv4l2object.h:
1006         Getting the Class from an instance is not just a matter of casting it to
1007         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1008         instance. Fixes #549784.
1009
1010 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1011
1012         * configure.ac:
1013           Fix libs for linking directsound.
1014         * sys/directsound/gstdirectsoundsink.c:
1015           Fix buffer sizing to prevent racing the ringbuffer at startup.
1016           Add volume property.
1017
1018 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1019
1020         * ext/pulse/pulsesink.c:
1021         Fix problems with pulsesink randomly erroring with code 'OK' after a
1022         format change on the stream by waiting when disconnecting the stream.
1023
1024 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1025
1026         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1027         (gst_rtp_amr_depay_process):
1028         Mark DISCONT on output buffers when the marker bit signals a new talk
1029         spurt.
1030
1031         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1032         Set the marker bit for buffers with a DISCONT flag to signal a talk
1033         spurt.
1034
1035 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1036
1037         * gst/rtp/Makefile.am:
1038         * gst/rtp/gstrtp.c: (plugin_init):
1039         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1040         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1041         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1042         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1043         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1044         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1045         * gst/rtp/gstrtpmp4apay.h:
1046         Added MP4A-LATM payloader to match the depayloader.
1047
1048 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1049
1050         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1051         (gst_videomixer_sink_event):
1052         Handle segments a little better. Fixes #537361.
1053
1054 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1055
1056         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1057         Don't assume the server supports PAUSE by default. Fixes #551048.
1058
1059 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1060
1061         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1062         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1063         Switch on the socket family to get the addrlen size right.
1064
1065 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1066
1067         Patch by: Daniel Franke <df at dfranke dot us>
1068
1069         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1070         OS X's bind() implementation is picky about its addrlen parameter and
1071         fails with EINVAL if it is larger than expected for the socket's address
1072         family. Set the length to the expected length instead. Fixes #553191.
1073
1074 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1075
1076         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1077         Handle the case where we cannot do desribe or when the describe result
1078         does not contain a valid SDP message.
1079
1080 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1081
1082         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1083         Fix setting the qos.
1084
1085 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1086
1087         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1088         (gst_qtdemux_chain):
1089         Some 'broken' files out there have atom lengths of zero...
1090         which basically results in qtdemux consuming that atom again and again
1091         until the *end of night* !
1092         Detect that and emits an adequate element error message.
1093
1094 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1095
1096         * gst/interleave/Makefile.am:
1097         * gst/matroska/Makefile.am:
1098         Fix build flags order.
1099
1100         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1101         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1102         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1103         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1104         Format fixes.
1105
1106         * tests/check/elements/multifile.c:
1107         Pull in unistd.h
1108
1109 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1110
1111         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1112         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1113         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1114         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1115         (gst_rtp_mp4g_depay_change_state):
1116         * gst/rtp/gstrtpmp4gdepay.h:
1117         Handle interleaved streams by reordering AU in a queue.
1118
1119 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1120
1121         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1122         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1123         Change some of the ranges in the caps, mostly for the amount of bits we
1124         can use.
1125         Added a little bitstream parse and use it to parse the AU header fields.
1126         Check for malformed and wrongly sized packets better.
1127         Implement more header field parsing.
1128         Handle the size of fragmented packets correctly.
1129
1130 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1131
1132         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1133         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1134         Add mapping for 'tiff' => image/tiff
1135         Fixes #552213
1136
1137 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1138
1139
1140         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1141         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1142           Pretend to care about the result of write() which works around
1143           compiler warnings.
1144
1145 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1146
1147         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1148           Make sure the desired default values are actually set, not only
1149           registered as defaults (actual problem is that the stereo-specific
1150           values are only updated if channels==2, which is not the case yet
1151           when the object is created, so the default values for the
1152           mid-side-stereo and loose-mid-side-stereo settings are never
1153           set in _update_quality()). Makes flacenc create smaller files by
1154           default (for stereo input), and fixes #550791.
1155
1156 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1157
1158         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1159         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1160         (qtdemux_parse_trak), (qtdemux_video_caps):
1161         * gst/qtdemux/qtdemux.h:
1162         * gst/qtdemux/qtdemux_fourcc.h:
1163         * gst/qtdemux/qtdemux_types.c:
1164         Add support for video/mj2 mime-type and its additional atoms/boxes.
1165         Fixes #550646.
1166
1167 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1168
1169         * gst/debug/gsttaginject.c:
1170           Add warning when tags parameter is unparsable and give example for
1171           quoting in the docs.
1172
1173 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1174
1175         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1176         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1177         Add some alternative byteswapped mappings that seem to pop up sometimes.
1178         Fixes #550288.
1179
1180 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1181
1182         * po/LINGUAS:
1183         * po/POTFILES.in:
1184         * po/POTFILES.skip:
1185           Add 'ca' to LINGUAS; add some more files with translations and some
1186           files which should be ignored by translation tools.
1187
1188 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1189
1190         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1191         * ext/speex/gstspeexdec.h:
1192         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1193         * ext/speex/gstspeexenc.h:
1194         Use integer encoding and decoding functions instead of converting
1195         the integer input to float in the element. The libspeex integer
1196         functions are doing this for us already or, if libspeex was compiled
1197         in integer mode, they're doing everything using integer arithmetics.
1198         Also saves some copying around.
1199
1200 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1201
1202         * configure.ac:
1203           Fix --disable-external
1204
1205 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1206
1207         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1208         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1209         * ext/wavpack/gstwavpackenc.h:
1210         Handle non-zero start timestamps and stream discontinuities
1211         correctly. This only has an effect if we're muxing into
1212         a container format as the raw WavPack stream must contain
1213         continous sample numbers.
1214
1215 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1216
1217         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1218         Correct the timestamp and granulepos calculation by one Speex
1219         frame.
1220
1221 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1222
1223         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1224         Correctly take the granulepos from upstream if possible and
1225         correctly handle the granulepos in various calculations: the
1226         granulepos is the sample number of the _last_ sample in a frame, not
1227         the first.
1228
1229         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1230         (gst_speex_enc_encode), (gst_speex_enc_chain),
1231         (gst_speex_enc_change_state):
1232         * ext/speex/gstspeexenc.h:
1233         Handle non-zero start timestamps in the encoder and detect/handle
1234         stream discontinuities. Fixes bug #547075.
1235
1236 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1237
1238         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1239
1240         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1241         Fix compiler warnings caused by passing a string as format string
1242         instead of "%s" and then the string. This is only exposed by -Wformat=2
1243         as used by default on Ubuntu. Fixes bug #550015.
1244
1245 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1246
1247         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1248         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1249         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1250         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1251         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1252           (gst_ebml_read_element_length):
1253         * gst/matroska/matroska-demux.c:
1254           (gst_matroska_demux_check_subtitle_buffer):
1255           Make stuff compile with GST_DISABLE_GST_DEBUG.
1256
1257 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1258
1259         * gst/law/alaw.c:
1260         * gst/law/mulaw.c:
1261           Ref caps before passing to gst_pad_template_new(), since that takes
1262           ownership.
1263
1264 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1265
1266         Patch by: Mersad Jelacic <mersad at axis dot com>
1267
1268         * gst/multipart/multipartdemux.c:
1269         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1270         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1271         demuxer. Fixes #549551.
1272
1273 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1274
1275         * sys/osxaudio/gstosxaudiosink.c:
1276         (gst_osx_audio_sink_select_device):
1277         * sys/osxaudio/gstosxaudiosrc.c:
1278         (gst_osx_audio_src_create_ringbuffer),
1279         (gst_osx_audio_src_select_device):
1280         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1281         Fix the build on macosx.
1282
1283 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1284
1285         * gst/icydemux/gsticydemux.c:
1286           Small docs fix: in the example pipeline, we need to pass
1287           iradio-mode=true to the source, so the server actually sends
1288           an ICY stream.
1289
1290 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1291
1292         * sys/osxaudio/gstosxaudio.c:
1293           Oops. Revert more completely.
1294
1295 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1296
1297         * sys/osxaudio/gstosxaudio.c:
1298           Revert accidental element rename from testing.
1299
1300 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1301
1302         * gst-plugins-good.doap:
1303         Pull in 0.10.10 doap entry from release branch
1304
1305 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1306
1307         * configure.ac:
1308         Update version number to reflect 0.10.10 release from
1309         branch.
1310
1311 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1312
1313         * sys/osxaudio/Makefile.am:
1314         * sys/osxaudio/gstosxaudio.c:
1315         * sys/osxaudio/gstosxaudiosink.c:
1316         * sys/osxaudio/gstosxaudiosink.h:
1317         * sys/osxaudio/gstosxaudiosrc.c:
1318         * sys/osxaudio/gstosxaudiosrc.h:
1319         * sys/osxaudio/gstosxringbuffer.c:
1320         * sys/osxaudio/gstosxringbuffer.h:
1321           Rewrite caps setting and ring buffer initialisation.
1322           Previously we never told CoreAudio what format we were going to send it,
1323           so it only worked due to luck, and not at all on some hardware.
1324           Now we explicitly advertise what formats the hardware supports, and then
1325           configure the selected one correctly.
1326
1327 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1328
1329         * sys/v4l2/gstv4l2object.c:
1330         * sys/v4l2/gstv4l2src.c:
1331         * sys/v4l2/gstv4l2src.h:
1332         * sys/v4l2/v4l2_calls.c:
1333         * sys/v4l2/v4l2src_calls.c:
1334           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1335           need to memset instance structures. Some more FIXME's and comments.
1336
1337 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1338
1339         * tests/icles/.cvsignore:
1340           Ignore more.
1341
1342 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1343
1344         * gst/goom/.cvsignore:
1345         * gst/goom2k1/.cvsignore:
1346           Ignore files.
1347
1348 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1349
1350         * ext/cairo/gsttextoverlay.c:
1351           Fix compiler warning.
1352
1353 2008-08-25  David Schleef  <ds@schleef.org>
1354
1355         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1356
1357 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1358
1359         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1360         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1361         * gst/matroska/matroska-mux.c:
1362         (gst_matroska_mux_video_pad_setcaps),
1363         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1364         Add Real[Audio|Video] support to Matroska containers.
1365         It works fine for:
1366         * decoding real audio/video streams contained in mkv
1367         * 'transmuxing' real (.rm) files into .mkv files
1368         It will not work though for encoding real[audio/video] streams that
1369         don't contain the 'mdpr_data' extra data on the caps.
1370         The reason why this will not work is because I never intended to
1371         duplicate virtually all the 'mdpr' block creation into mkvmux.
1372         Fixes #536067
1373
1374 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1375
1376         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1377         * gst/law/mulaw-conversion.c:
1378         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1379         (gst_mulawenc_chain):
1380         The encoder can't really renegotiate at the time they perform a
1381         pad-alloc so make the srcpads use fixed caps.
1382         Check the buffer size after a pad-alloc because the returned size might
1383         not be right when the downstream element does not know the size of the
1384         new buffer (capsfilter). Fixes #549073.
1385
1386 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1387
1388         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1389
1390         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1391         v4l2src doesn't have a property named "norm" so don't try to notify
1392         about changes to that property. The "norm" property and related
1393         code are commented out currently. Fixes bug #549090.
1394
1395 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1396
1397         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1398
1399         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1400         Reprobe devices again instead of taking a cached list as new
1401         devices could've been plugged in. Fixes bug #549062.
1402
1403 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1404
1405         * gst/autodetect/Makefile.am:
1406         Don't link the autodetect plugin with GConf as it doesn't
1407         use GConf. Fixes bug #545463.
1408
1409 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1410
1411         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1412         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1413         (gst_ebml_read_sint), (gst_ebml_read_float),
1414         (gst_ebml_read_header):
1415         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1416         possible to ignore errors and not post any ERROR messages on
1417         the bus.
1418
1419         * gst/matroska/matroska-demux.c:
1420         (gst_matroska_demux_parse_contents):
1421         Ignore any errors and not just EOS when parsing the contents of
1422         a SeekHead. Errors here are usually caused by truncated files
1423         and playback of the file works fine. Fixes playback of the
1424         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1425         archive.
1426
1427 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1428
1429         * gst/multipart/multipartdemux.c:
1430         * gst/multipart/multipartmux.c:
1431         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1432
1433 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1434
1435         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1436           gst_directdraw_sink_bufferpool_clear):
1437           Fix two more buffer ref leaks.
1438
1439 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1440
1441         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1442
1443         * sys/directdraw/gstdirectdrawsink.c:
1444           (gst_directdraw_sink_show_frame):
1445           Fix buffer ref leak.
1446
1447 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1448
1449         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1450         Revert the last commit. wavenc still supports width!=depth for 32 bit
1451         width. Thanks Tim.
1452
1453 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1454
1455         * gst/matroska/matroska-demux.c:
1456         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1457         If the duration of a block is unknown only use the timestamp for the
1458         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1459         laces. Otherwise every lace has the same timestamp which leads to
1460         various problems. Really fixes bug #548831.
1461
1462 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1463
1464         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1465         If we're not allowing width!=depth in wavenc we should also disable
1466         the code that was added to support width!=depth.
1467
1468 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1469
1470         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1471         Don't calculate the default duration of a frame from the audio sampling
1472         rate. This only works for raw audio if every frame contains a single
1473         sample and results in broken buffer durations for other formats
1474         if no specified default duration is given or the blocks have no
1475         duration. Fixes bug #548831.
1476
1477 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1478
1479         * gst/matroska/matroska-demux.c:
1480         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1481         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1482         are used for text/plain subtitles as a gap-filler in some files.
1483
1484 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1485
1486         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1487         (gst_v4l2_get_caps_info):
1488         Add S910 and PWC formats with a low priority.
1489
1490         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1491         (gst_v4l2src_probe_caps_for_format):
1492         Add more debugging.
1493
1494 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1495
1496         * ext/flac/gstflacenc.c:
1497           Fix compilation against older libflac versions.
1498
1499 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1500
1501         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1502         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1503         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1504         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1505         (gst_pulsemixer_ctrl_set_volume):
1506         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1507         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1508         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1509         (gst_pulsesink_init), (gst_pulsesink_open),
1510         (gst_pulsesink_prepare), (gst_pulsesink_write),
1511         (gst_pulsesink_delay), (gst_pulsesink_reset):
1512         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1513         (gst_pulsesrc_init):
1514         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1515         Fix a locking issue in pulsesink's prepare function.
1516
1517         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1518         Check if the created channel layout is valid for GStreamer.
1519
1520 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1521
1522         * gst/rtsp/gstrtspgoogle.c:
1523         Things that can happen when your brain is in google mode trying to
1524         deal with their google rtsp server extensions and trying to type your
1525         google mail account.
1526
1527 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1528
1529         * gst/rtsp/Makefile.am:
1530         * gst/rtsp/gstrtsp.c: (plugin_init):
1531         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1532         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1533         (_do_init), (gst_rtsp_google_base_init),
1534         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1535         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1536         (gst_rtsp_google_extension_init):
1537         * gst/rtsp/gstrtspgoogle.h:
1538         Add google RTSP extension, it can only handle udp and responds with
1539         unsupported if we do anything else. Fixes #546465.
1540
1541         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1542         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1543         (gst_rtspsrc_create_transports_string),
1544         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1545         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1546         Make transport setup code a bit better using GString.
1547         Add some more debug.
1548         Check for closed connections before doing anything on them.
1549
1550 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1551
1552         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1553         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1554         (gst_pulsesrc_prepare):
1555         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1556         (gst_pulse_channel_map_to_gst):
1557         * ext/pulse/pulseutil.h:
1558         If downstream provides no channel layout and >2 channels should be
1559         used use the default layout that pulseaudio chooses and also
1560         add this layout to the caps. Fixes bug #547258.
1561
1562 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1563
1564         Patch by: Peter Kjellerstedt <pkj at axis com>
1565
1566         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1567         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1568         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1569         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1570         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1571         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1572         (gst_udpsrc_set_property):
1573         Avoid leaking internally allocated file descriptors when setting
1574         custom file descriptors. Fixes #543101.
1575
1576 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1577
1578         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1579         Don't try to configure RTCP back to the server when the server did not
1580         give us a valid port number.
1581
1582 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1583
1584         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1585         Use new basetransform method to renegotiate. Fixes #544956.
1586
1587         * tests/icles/Makefile.am:
1588         * tests/icles/videobox-test.c: (make_pipeline), (main):
1589         Add videobox renegotiation example.
1590
1591 2008-08-19  David Schleef  <ds@schleef.org>
1592
1593         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
1594         with sane values.  Fixes #548530.
1595
1596 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1597
1598         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
1599         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
1600         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
1601         are already filled with the correct values by
1602         gst_ring_buffer_parse_caps() so there's no need to set them again
1603         with wrong values.
1604
1605 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
1606
1607         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
1608         (gst_avi_demux_read_subindexes_push):
1609         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
1610         and instead of using the 'ix##' nomenclature, use '##ix'.
1611         They're still valid though, this fixes the duration and indexes for
1612         virtually all the ODML files I have.
1613
1614 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1615
1616         Patch by: Olivier Crete <tester at tester dot ca>
1617
1618         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1619         (gst_rtp_vorbis_depay_process):
1620         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1621         Update the vorbis RTP pay/depay to RFC 5215.
1622         Fixes #547842.
1623
1624 2008-08-14  David Schleef  <ds@schleef.org>
1625
1626         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
1627           with 3:2 pulldown, i.e., 24p.
1628
1629 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1630
1631         * tests/check/elements/level.c: (GST_START_TEST):
1632         Fix compilation some more.
1633
1634 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1635
1636         * configure.ac::
1637           Require -base CVS for wavparse acid chunk parsing.
1638
1639 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1640
1641         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1642         (gst_pulsesink_init), (gst_pulsesink_finalize),
1643         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
1644         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
1645         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
1646         * ext/pulse/pulsesink.h:
1647         Add "device-name" property to pulsesink too and currently commented
1648         out and not working support for a "volume" property.
1649
1650 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
1651
1652         * configure.ac:
1653         Remove more cdio stuff (moved to ugly)
1654
1655 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1656
1657         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1658
1659         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1660         (gst_pulsesrc_get_property):
1661         Add "device-name" property, which provides a human readable string
1662         for the audio device, to make it more consisten with other audio
1663         sources. Fixes bug #547519.
1664
1665 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1666
1667         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
1668         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1669         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
1670         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
1671         * ext/pulse/pulsemixerctrl.h:
1672         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
1673         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
1674         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
1675         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
1676         * ext/pulse/pulseprobe.h:
1677         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
1678         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
1679         (gst_pulsesrc_change_state):
1680         Improve debugging a bit by including the parent object in pulsemixerctrl
1681         and pulseprobe objects and using GST_WARNING_OBJECT instead of
1682         GST_WARNING.
1683
1684         Use the parent GObject subclass instead of a random struct as GObject
1685         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
1686         when probing for another property than "device".
1687
1688 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1689
1690         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1691
1692         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
1693         Fix property probing after the device property is set by calling
1694         set_server when the server property changes. Fixes bug #547518.
1695
1696 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1697
1698         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
1699
1700         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
1701         (gst_pulsesink_implements_interface_init),
1702         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
1703         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
1704         (gst_pulsesink_get_type):
1705         * ext/pulse/pulsesink.h:
1706         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
1707         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
1708         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
1709         * ext/pulse/pulsesrc.h:
1710         Implement GstPropertyProbe interface on pulsesink for detecting
1711         sink devices and on pulsesrc for detecting source devices.
1712         Fixes bugs #547227 and #547217.
1713
1714 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
1715
1716         * gst/spectrum/gstspectrum.c:
1717           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
1718
1719 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
1720
1721         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1722         Properly set the maximum latency value, in the same way it is done in
1723         v4lsrc.
1724         * sys/v4l2/v4l2src_calls.c:
1725         Simplify fraction equality check, no need to use GValues for this.
1726
1727 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1728
1729         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
1730         Add warning messages stating exactly why the latency query failed.
1731         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1732         In some cases, the negotiated framerate might be the default one which
1733         is already set internally. But we still need to mark it down in fps_n
1734         and fps_d so that the latency query can happen properly.
1735
1736 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
1737
1738         * docs/plugins/inspect/plugin-1394.xml:
1739         Whoops, forgot one doc file for people who can't/don't build the
1740         raw1394 plugin.
1741
1742 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
1743
1744         * docs/plugins/Makefile.am:
1745         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1746         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1747         * docs/plugins/inspect/plugin-cdio.xml:
1748         * ext/Makefile.am:
1749         * ext/cdio/Makefile.am:
1750         * ext/cdio/gstcdio.c:
1751         * ext/cdio/gstcdio.h:
1752         * ext/cdio/gstcdiocddasrc.c:
1753         * ext/cdio/gstcdiocddasrc.h:
1754
1755         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
1756         CDDA source to -ugly.
1757
1758         * po/LINGUAS:
1759         * po/POTFILES.in:
1760         * po/id.po:
1761         Pull in new translation from 0.10.9.2 release branch.
1762
1763 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1764
1765         * docs/plugins/Makefile.am:
1766         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1767         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1768         * docs/plugins/gst-plugins-good-plugins.args:
1769         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1770         * docs/plugins/gst-plugins-good-plugins.interfaces:
1771         Integrate documentation for new hdv1394src element.
1772
1773 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1774
1775         * ext/raw1394/Makefile.am:
1776         * ext/raw1394/gst1394.c: (plugin_init):
1777         * ext/raw1394/gsthdv1394src.c: (_do_init),
1778         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
1779         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
1780         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
1781         (gst_hdv1394src_from_raw1394handle),
1782         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
1783         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
1784         (gst_hdv1394src_start), (gst_hdv1394src_stop),
1785         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
1786         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
1787         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
1788         (gst_hdv1394src_uri_handler_init):
1789         * ext/raw1394/gsthdv1394src.h:
1790         mpeg2-ts (HDV) variant of firewire capture element.
1791         Fixes #350830
1792
1793 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
1794
1795         * gst/level/gstlevel.c: (gst_level_message_new):
1796          Fix compilation (also known as the classic 'fix code that someone
1797          committed without compiling it first').
1798
1799 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1800
1801         * tests/check/elements/level.c:
1802           Add a test for level in stereo mode.
1803
1804 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1805
1806         * tests/examples/spectrum/demo-audiotest.c:
1807         * tests/examples/spectrum/demo-osssrc.c:
1808           Demo how to draw analyzer results synced to the clock.
1809
1810 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1811
1812         * gst/level/gstlevel.c:
1813           Little renaming (l -> level).
1814
1815         * gst/spectrum/gstspectrum.c:
1816         * gst/spectrum/gstspectrum.h:
1817           Also send full timestamp/duration details here.
1818
1819 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
1820
1821         * gst/level/gstlevel.c:
1822         * gst/level/gstlevel.h:
1823           Send same timestamp/duration details as videoanalysis. This gives
1824           applications better chance to sync analysis results with playback.
1825
1826 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1827
1828         * gst/matroska/matroska-mux.c:
1829         (gst_matroska_mux_handle_sink_event),
1830         (flac_streamheader_to_codecdata):
1831         We need to drop one additional buffer for FLAC as the fLaC
1832         marker and STREAMINFO block are merged into one buffer in the caps.
1833
1834         Also don't pretend to support NEWSEGMENT events, otherwise we
1835         will most probably write some invalid data.
1836
1837 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1838
1839         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
1840         (gst_matroska_mux_audio_pad_setcaps):
1841         Add support for muxing FLAC into Matroska containers.
1842         Fixes bug #311586.
1843
1844 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1845
1846         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
1847         Actually provide the variables required for the format string.
1848
1849 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1850
1851         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
1852         (gst_matroska_demux_element_send_event),
1853         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
1854         * gst/matroska/matroska-demux.h:
1855         Close the current segment if we're doing a non-flushing seek and send
1856         the close-segment and the new segment of the seek from the streaming
1857         thread.
1858
1859 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1860
1861         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
1862         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
1863         (gst_flac_enc_change_state):
1864         * ext/flac/gstflacenc.h:
1865         Handle non-zero start timestamps correctly, mark header packets as
1866         IN_CAPS and print a warning and suggest using audiorate if stream
1867         discontinuities are detected. When FLAC supports flushing the encoder
1868         somehow this should be done for discontinuities instead.
1869
1870         Remove some unused variables from the instance struct.
1871
1872 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1873
1874         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
1875         If seeking failed return the appropiate return value to FLAC.
1876         Otherwise it thinks seeking was successfull and tries to rewrite
1877         parts of the headers which then get appended to the output.
1878
1879 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1880
1881         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1882
1883         * ext/esd/gstesd.c: (plugin_init):
1884         * ext/flac/gstflac.c: (plugin_init):
1885         * ext/shout2/gstshout2.c: (plugin_init):
1886         * ext/wavpack/gstwavpack.c: (plugin_init):
1887         * sys/oss/gstossaudio.c: (plugin_init):
1888         * sys/v4l2/gstv4l2.c: (plugin_init):
1889         Make sure gettext returns translations in UTF-8 encoding rather
1890         than in the current locale encoding (#546822).
1891
1892 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1893
1894         * ext/flac/gstflacdec.c:
1895         Add FIXME for 0.11 to simply output everything with width=32 as given
1896         by FLAC and let audioconvert handle the conversions instead of doing
1897         them in flacdec.
1898
1899 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
1900
1901         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1902         When outputting a pad template range for the size, include a framerate
1903         range too, to avoid 'not a real subset of template caps' errors.
1904
1905 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1906
1907         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
1908
1909         * ext/flac/Makefile.am:
1910         * ext/flac/gstflac.c: (plugin_init):
1911         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
1912         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
1913         (gst_flac_tag_dispose), (gst_flac_tag_init),
1914         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
1915         (gst_flac_tag_change_state):
1916         * ext/flac/gstflactag.h:
1917         Port flactag to 0.10, add documentation for it and clean it up a bit.
1918         Fixes bug #413841.
1919
1920         * docs/plugins/Makefile.am:
1921         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1922         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1923         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1924         * docs/plugins/gst-plugins-good-plugins.interfaces:
1925         * docs/plugins/gst-plugins-good-plugins.prerequisites:
1926         * docs/plugins/inspect/plugin-flac.xml:
1927         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
1928         * ext/flac/gstflacdec.h:
1929         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
1930         * ext/flac/gstflacenc.h:
1931         Add flactag and flacenc to the documentation and mark
1932         the private parts of the flacdec instance structure as private.
1933
1934         Also use gst_element_class_set_details_simple() in flacdec and
1935         flacenc.
1936
1937 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1938
1939         * gst/qtdemux/qtdemux.c:
1940           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
1941           for it but ffmpeg does not.
1942
1943 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1944
1945         * gst/wavparse/gstwavparse.c:
1946           Handle the list chunk and use gst_riff_parse_info() to parse the info
1947           sub-chunk.
1948
1949 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1950
1951         * gst/wavparse/gstwavparse.c:
1952           Handle the acid chunk and send tempo as part of tags. Other fields are
1953           interesting too, but need more tag-definitions. Fixes #545433.
1954
1955 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1956
1957         * gst/wavparse/gstwavparse.c:
1958           Refactor wavparse. Call _reset() from dispose() and move old code from
1959           dispose into reset. This way we don't leak taglists when we abort
1960           parsing. Fix some comments. Move code for skipping a chunk into extra
1961           function. Replace chunk sizes with a const to ease readability.         
1962
1963 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1964
1965         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
1966
1967         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
1968         Improve udp port setup. Fixes #545710.
1969
1970 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1971
1972         * gst/rtp/Makefile.am:
1973         * gst/rtp/gstrtp.c: (plugin_init):
1974         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
1975         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
1976         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
1977         (gst_rtp_mp1s_depay_set_property),
1978         (gst_rtp_mp1s_depay_get_property),
1979         (gst_rtp_mp1s_depay_change_state),
1980         (gst_rtp_mp1s_depay_plugin_init):
1981         * gst/rtp/gstrtpmp1sdepay.h:
1982         Add MP1S depayloader.
1983
1984         * gst/rtsp/URLS:
1985         Some more sample rtsp streams.
1986
1987 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1988
1989         * gst/rtsp/URLS:
1990         Add another URL.
1991
1992         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
1993         * tests/check/elements/rglimiter.c: (GST_START_TEST):
1994         Add some more debug info.
1995
1996 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1997
1998         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
1999         Provide cbSize field for audio extra_data size, and take care to
2000         pad extra_data.
2001
2002 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2003
2004         * gst/qtdemux/qtdemux.c:
2005           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2006           TRUE.
2007
2008 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2009
2010         * gst/qtdemux/qtdemux.c:
2011         * gst/qtdemux/qtdemux_fourcc.h:
2012           Add keyword tag support. Fixes #520694 for qtdemux.
2013
2014 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2015
2016         * gst/qtdemux/qtdemux.c:
2017           Add support for tmpo tag (BPM).
2018
2019 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2020
2021         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2022         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2023         Set an estimate for the total number of samples that will be encoded
2024         if possible to help decoders if the streaminfo can't be rewritten
2025         later (like when muxing into Ogg containers).
2026
2027         Add a warning if we get header packets after data packets as those
2028         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2029         work.
2030
2031 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2032
2033         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2034         (gst_flac_dec_write):
2035         Support decoding of all depths between 4 and 32 bits and read the
2036         depth from the streaminfo header if needed. Also support all sampling
2037         rates between 1 and 655350 Hz.
2038
2039         * ext/flac/gstflacenc.c:
2040         (gst_flac_enc_caps_append_structure_with_widths),
2041         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2042         (gst_flac_enc_chain):
2043         * ext/flac/gstflacenc.h:
2044         Support encoding in all bit depths supported by the streamable
2045         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2046         between 1 Hz and 655350 Hz.
2047
2048 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2049
2050         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2051         (gst_flac_enc_sink_getcaps):
2052         Support encoding of up to 8 channels.
2053
2054 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2055
2056         * ext/soup/gstsouphttpsrc.c:
2057         * ext/soup/gstsouphttpsrc.h:
2058         Fix seeking race condition in #540300
2059         Patch By: Wouter Cloetens  <wouter at mind be>
2060
2061 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2062
2063         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2064         (gst_matroska_demux_element_send_event),
2065         (gst_matroska_demux_handle_seek_event),
2066         (gst_matroska_demux_handle_src_event):
2067         When receiving a SEEK event on a specific pad first search for a seek
2068         table entry for the stream of the pad and then fall back to an entry
2069         for a different stream.
2070
2071 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2072
2073         * configure.ac:
2074         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2075         * gst/matroska/matroska-ids.h:
2076         Build depend on core CVS for the attachment tag.
2077
2078 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2079
2080         * configure.ac:
2081         * gst/matroska/Makefile.am:
2082         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2083         (copy_backptr), (lzo1x_decode), (main):
2084         * gst/matroska/lzo.h:
2085         * gst/matroska/matroska-demux.c:
2086         (gst_matroska_demux_read_track_encoding),
2087         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2088         (gst_matroska_decode_buffer),
2089         (gst_matroska_decode_content_encodings),
2090         (gst_matroska_demux_read_track_encodings),
2091         (gst_matroska_demux_add_stream),
2092         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2093         * gst/matroska/matroska-ids.h:
2094         Decode the codec private data and following ContentEncoding if
2095         necessary.
2096
2097         Support bzip2, lzo and header stripped compression. For lzo use the
2098         ffmpeg lzo implementation as liblzo is GPL licensed.
2099         
2100         Fix zlib decompression.
2101
2102 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2103
2104         * gst/matroska/matroska-mux.c:
2105         (gst_matroska_mux_audio_pad_setcaps):
2106         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2107         duration of a frame with the new mpegaudioversion caps field.
2108
2109 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2110
2111         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2112         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2113         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2114         (gst_matroska_demux_stream_from_num),
2115         (gst_matroska_demux_tracknumber_unique),
2116         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2117         (gst_matroska_demux_handle_seek_event),
2118         (gst_matroska_demux_sync_streams),
2119         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2120         (gst_matroska_demux_loop):
2121         * gst/matroska/matroska-demux.h:
2122         Allow an infinite number of stream inside Matroska containers and use
2123         a GPtrArray for storing them instead of allowing "only" 127 streams.
2124
2125 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2126
2127         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2128         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2129         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2130         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2131         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2132         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2133         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2134         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2135         (gst_ebml_read_master), (gst_ebml_read_binary),
2136         (gst_ebml_read_header):
2137         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2138         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2139         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2140         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2141         (gst_ebml_replace_uint):
2142         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2143         (gst_matroska_demux_read_track_encoding),
2144         (gst_matroska_demux_read_track_encodings),
2145         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2146         (gst_matroska_demux_send_event),
2147         (gst_matroska_demux_element_send_event),
2148         (gst_matroska_demux_handle_seek_event),
2149         (gst_matroska_demux_handle_src_event),
2150         (gst_matroska_demux_init_stream),
2151         (gst_matroska_demux_parse_tracks),
2152         (gst_matroska_demux_parse_index_cuetrack),
2153         (gst_matroska_demux_parse_index_pointentry),
2154         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2155         (gst_matroska_demux_parse_metadata_id_simple_tag),
2156         (gst_matroska_demux_parse_metadata_id_tag),
2157         (gst_matroska_demux_parse_metadata),
2158         (gst_matroska_demux_parse_attached_file),
2159         (gst_matroska_demux_parse_attachments),
2160         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2161         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2162         (gst_matroska_demux_push_flac_codec_priv_data),
2163         (gst_matroska_demux_push_xiph_codec_priv_data),
2164         (gst_matroska_demux_push_dvd_clut_change_event),
2165         (gst_matroska_demux_add_mpeg_seq_header),
2166         (gst_matroska_demux_add_wvpk_header),
2167         (gst_matroska_demux_check_subtitle_buffer),
2168         (gst_matroska_decode_buffer),
2169         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2170         (gst_matroska_demux_parse_cluster),
2171         (gst_matroska_demux_parse_contents_seekentry),
2172         (gst_matroska_demux_parse_contents),
2173         (gst_matroska_demux_loop_stream_parse_id),
2174         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2175         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2176         (gst_matroska_demux_subtitle_caps),
2177         (gst_matroska_demux_change_state):
2178         * gst/matroska/matroska-ids.c:
2179         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2180         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2181         (gst_matroska_mux_video_pad_setcaps),
2182         (xiph3_streamheader_to_codecdata),
2183         (vorbis_streamheader_to_codecdata),
2184         (theora_streamheader_to_codecdata),
2185         (gst_matroska_mux_audio_pad_setcaps),
2186         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2187         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2188         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2189         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2190         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2191         Fix indention everywhere. A broken indent version has added newlines
2192         after every single declaration some time ago.
2193
2194 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2195
2196         * gst/matroska/matroska-demux.c:
2197         (gst_matroska_demux_loop_stream_parse_id):
2198         If no Tracks are found error out instead of trying it again until the
2199         end of time.
2200
2201 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2202
2203         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2204         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2205         bit and signed otherwise, not the other way around.
2206
2207 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2208
2209         * gst/matroska/matroska-mux.c:
2210         Add more raw YUV formats to the list of supported formats.
2211
2212 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2213
2214         * gst/matroska/matroska-mux.c:
2215         (gst_matroska_mux_audio_pad_setcaps):
2216         Add support for muxing raw float audio now that the spec defines the
2217         endianness and add support for muxing raw integer audio with 24 and
2218         32 bits.
2219
2220         Allow muxing of more than 8 audio channels.
2221
2222 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2223
2224         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2225         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2226         Add locking to the global array of used track UIDs to prevent random
2227         crashes if more than a single matrosmux instance is used.
2228
2229         Use 64 bit values for the track UIDs.
2230
2231         Use the global GRandom of GLib instead of creating our own one
2232         for the few random numbers we need every single time.
2233
2234 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2235
2236         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2237         (gst_flac_dec_setup_stream_decoder),
2238         (gst_flac_dec_update_metadata):
2239         Always post the audio-codec tag, not only if other tags are present.
2240
2241 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2242
2243         * configure.ac:
2244         Back to development -> 0.10.9.1
2245
2246 === release 0.10.9 ===
2247
2248 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2249
2250         * configure.ac:
2251           releasing 0.10.9, "Steam Train Rolling"
2252
2253 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2254
2255         * ext/soup/gstsouphttpsrc.c:
2256         Don't throw an error when soup completes a msg with status
2257         'cancelled', as that indicates we cancelled a request while
2258         shutting down or seeking, and it's not an error.
2259         Fixes: #540300 again.
2260
2261 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2262
2263         * configure.ac:
2264         0.10.8.4 pre-release
2265
2266 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2267
2268         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2269         Fix segment-stop regression.
2270         Add documentation regarding segments in quicktime files by Wim Taymans.
2271         Fixes #544509
2272
2273 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2274
2275         * configure.ac:
2276         0.10.8.3 pre-release
2277
2278         * po/LINGUAS:
2279         * po/pt_BR.po:
2280         Add pt_BR translation
2281
2282 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2283
2284         * gst/goom/convolve_fx.c:
2285         * gst/goom/filters.c:
2286         * gst/goom/goom_config.h:
2287         * gst/goom/goom_core.c:
2288         * gst/goom/goom_tools.h:
2289           Fix build with MSVC: include glib.h to define inline appropriately,
2290           use header guards where needed.
2291         * gst/udp/gstudpnetutils.c:
2292         * gst/udp/gstudpsrc.c:
2293           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2294           g_snprintf rather than snprintf.
2295           Fixes #544433.
2296
2297 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2298
2299         * gst/debug/gsttaginject.c:
2300         * gst/debug/gsttaginject.h:
2301           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2302           partially.
2303
2304 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2305
2306         * configure.ac:
2307         0.10.8.2 pre-release
2308
2309 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2310
2311         * ext/Makefile.am:
2312         Finish hooking up pulseaudio plugin to the build.
2313
2314         * ext/pulse/pulsemixerctrl.c:
2315         Fix compilation error.
2316
2317 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2318
2319         * po/LINGUAS:
2320         * po/lt.po:
2321         Add new lithunian translation, and add french to the LINGUAS
2322         file.
2323
2324 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2325
2326         * ext/soup/gstsouphttpsrc.c:
2327         Fix Soup HTTP source seeking.
2328         Patch By: Wouter Cloetens  <wouter at mind be>
2329         Fixes: #540300
2330
2331         * tests/check/elements/.cvsignore:
2332         Ignore new check programs.
2333
2334 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2335
2336         * configure.ac:
2337         * docs/plugins/Makefile.am:
2338         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2339         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2340         * docs/plugins/gst-plugins-good-plugins.args:
2341         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2342         * docs/plugins/gst-plugins-good-plugins.interfaces:
2343         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2344         * docs/plugins/inspect/plugin-interleave.xml:
2345         * docs/plugins/inspect/plugin-replaygain.xml:
2346         * tests/check/Makefile.am:
2347
2348         Move replaygain and interleave plugins from -bad.
2349         Fixes: #543406
2350         Fixes: #536228
2351
2352 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2353
2354         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2355         (qtdemux_parse_trak):
2356         Revert ISO base media spec based pixel-aspect-ratio calculation.
2357         Fixes #543300.
2358
2359 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2360
2361         * sys/osxvideo/osxvideosink.m:
2362         Fix minor build issues on macosx.
2363         Fixes #543054
2364
2365 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2366
2367         * configure.ac::
2368         * ext/taglib/Makefile.am::
2369           Only use -Wno-attributes (which is there to work around a
2370           bug in the taglib 1.5 headers) if the c++ compiler actually
2371           supports it (#543255).
2372
2373 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2374
2375         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2376
2377         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2378           Avoid compiler warning by initialising variable to NULL (#543259).
2379
2380 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2381
2382         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2383         Don't pass NULL taglists to gst_tag_list_is_empty().
2384
2385 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2386
2387         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2388         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2389         (rtp_pipeline_run):
2390         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2391         Don't use declarations after statements.
2392
2393 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2394
2395         * ext/jpeg/gstjpegdec.c:
2396         Align documentation with reality.
2397
2398 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2399
2400         * gst/udp/gstudpnetutils.c:
2401         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2402         old value (1) if it's not defined which should not cause any problems
2403         as we're using it internal only anyway.
2404
2405 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2406
2407         Patch by: Alessandro Decina <alessandro at nnva dot org>
2408
2409         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2410         Fix build of avidemux on big endian architectures.
2411
2412 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2413
2414         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2415
2416         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2417         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2418
2419 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2420
2421         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2422         (qtdemux_parse_trak):
2423         Set pixel-aspect-ratio in caps using display width and height
2424         provided in track.
2425
2426 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2427
2428         * configure.ac:
2429         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2430         flags that are invalid for C++. Fixes bug #516509.
2431
2432 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2433
2434         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2435         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2436         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2437         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2438         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2439         * tests/examples/equalizer/demo.c: (message_handler):
2440         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2441         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2442         Don't use declarations after statements and variable length arrays.
2443
2444 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2445
2446         Patch by: Daniel Drake <dsd at gentoo dot org>
2447
2448         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2449         (gst_v4l2src_get_nearest_size):
2450         Try progressive video if interlaced fails. Fixes bug #541956
2451         and the usage of v4l2src on OLPC.
2452
2453 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2454
2455         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2456         (gst_rtp_speex_depay_process):
2457         * gst/rtp/gstrtpspeexdepay.h:
2458         Revert last change: Only the jitterbuffer is able to convert RTP to
2459         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2460         Reopens bug #541787.
2461
2462 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2463
2464         * gst/rtp/gstrtpvrawdepay.c:
2465           Include stdlib.h for atoi().
2466
2467         * gst/rtsp/gstrtspsrc.c:
2468           Use floating point math for latencies < 0 sec in log output.
2469
2470 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2471
2472         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2473
2474         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2475         (gst_rtp_speex_depay_process):
2476         * gst/rtp/gstrtpspeexdepay.h:
2477         Take timestamp from the RTP packet as a first step to fix problems
2478         with transmission over RTP when the network is not reliable.
2479         Fixes bug #541787.
2480
2481 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2482
2483         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2484
2485         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2486         Fix parsing of udp:// URIs containing IPv6 addresses.
2487         Fixes bug #541650.
2488
2489 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2490
2491         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2492         Do not leak incoming buffers.
2493
2494 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2495
2496         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2497
2498         * configure.ac:
2499         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2500         for htons() and htonl(). Fixes bug #541412.
2501
2502 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2503
2504         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2505         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2506         (gst_matroska_demux_element_query),
2507         (gst_matroska_demux_handle_src_query),
2508         (gst_matroska_demux_handle_seek_event):
2509         Handle position and duration query in DEFAULT format if the
2510         pad's track has a default frame duration set.
2511
2512         Fix seeking now that the segment's duration doesn't contain the
2513         (possibly wrong or inaccurate) duration of the Matroska file.
2514
2515 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2516
2517         * gst/matroska/ebml-read.c: (_ext2dbl):
2518         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2519         in math.h except on MSVC where it is defined in xmath.h.
2520         Fixes compilation with MSVC.
2521
2522 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2523
2524         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2525         (gst_matroska_demux_handle_src_query),
2526         (gst_matroska_demux_parse_info),
2527         (gst_matroska_demux_loop_stream_parse_id):
2528         * gst/matroska/matroska-demux.h:
2529         Don't set the segment duration to the duration from the Matroska
2530         header as this value could be wrong and is just informational.
2531
2532 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2533
2534         * gst/matroska/matroska-demux.c:
2535         (gst_matroska_demux_loop_stream_parse_id):
2536         If no Tracks element is found until the first Cluster is found
2537         search it and error out if none is found in the complete file.
2538
2539 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2540
2541         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2542         Resync non-subtitle tracks too if a too large gap compared to other
2543         tracks is detected.
2544
2545 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2546
2547         * gst/rtp/Makefile.am:
2548         * gst/rtp/gstrtp.c: (plugin_init):
2549         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2550         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2551         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2552         (gst_rtp_vraw_depay_change_state),
2553         (gst_rtp_vraw_depay_plugin_init):
2554         * gst/rtp/gstrtpvrawdepay.h:
2555         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2556         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2557         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2558         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2559         (gst_rtp_vraw_pay_plugin_init):
2560         * gst/rtp/gstrtpvrawpay.h:
2561         Add raw video pay and depayloaders, see RFC4175.
2562
2563 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2564
2565         * ext/libpng/gstpngdec.c:
2566         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2567         whatever it returned.
2568
2569 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2570
2571         * gst/avi/avi-ids.h:
2572         Add vprp chunk related structures.
2573         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2574         (gst_avi_demux_parse_stream):
2575         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2576         to caps.  Fixes #539482.
2577         * gst/avi/gstavimux.h:
2578         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2579         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2580         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2581
2582 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2583
2584         * tests/check/elements/avimux.c: (check_avimux_pad):
2585         Adjust avimux unit test according to increased streamheader size.
2586
2587 2008-06-27  David Schleef  <ds@schleef.org>
2588
2589         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2590
2591 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2592
2593         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2594         * gst/avi/gstavimux.h:
2595         Add 8 bytes to current streamheader to make for a complete one
2596         and to make more players happy.  Fixes #519460.
2597
2598 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2599
2600         * sys/v4l2/v4l2_calls.c::
2601           Don't include unused gstv4l2xoverlay.h. Fixes build
2602           in case where X11 headers are not installed.
2603
2604 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2605
2606         * ext/dv/gstdv.c: (plugin_init):
2607         Fix compilation.
2608
2609 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
2610
2611         * ext/dv/gstdv.c: (plugin_init):
2612         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
2613         DV decoder available.
2614         Fixes #532393
2615
2616 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2617
2618         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2619         Call getsockname() after the call to bind() to get updated values
2620         for the port, etc. This fixes the usage of udpsrc on anonymous
2621         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
2622         Thanks to Aurelien Grimaud for pointing out the obvious fix.
2623
2624 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2625
2626         * tests/check/pipelines/wavpack.c: (bus_handler):
2627         Remove workaround for a bug in identity that is fixed in 0.10.20.
2628
2629 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2630
2631         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
2632
2633         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
2634         Fix HTTP auth support with user/password passed via the URI.
2635         Fixes bug #540067.
2636
2637 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2638
2639         * configure.ac:
2640           Depend on released versions of core and -base.
2641
2642 2008-06-23  Julien Moutte  <julien@fluendo.com>
2643
2644         * gst/matroska/matroska-demux.c:
2645         (gst_matroska_demux_read_track_encoding),
2646         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
2647         format strings in macros. (makes it build on OS X again...)
2648
2649 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2650
2651         * gst/rtp/gstrtptheorapay.c:
2652         * gst/udp/gstmultiudpsink.c:
2653           Added debug.
2654
2655 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
2656
2657         * configure.ac: switch v4l2src over to the normal build instead of
2658         being 'experimental'. Fixes bug #536831.
2659
2660 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2661
2662         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2663         Remove unused variable so that we can compile again.
2664
2665 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
2666
2667         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
2668         No need to check for audio/G723 and audio/32KADPCM here as they are
2669         no longer supported.
2670
2671 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2672
2673         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
2674         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
2675         Use G_GINT64_CONSTANT, this fixes the duration query on files without
2676         known length.
2677
2678 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2679
2680         * gst/matroska/matroska-demux.c:
2681         (gst_matroska_demux_add_wvpk_header),
2682         (gst_matroska_demux_audio_caps):
2683         * gst/matroska/matroska-ids.h:
2684         Fix demuxing of WavPack files. Muxing is still broken.
2685
2686 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2687
2688         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
2689         (gst_matroska_demux_add_mpeg_seq_header),
2690         (gst_matroska_demux_add_wvpk_header),
2691         (gst_matroska_demux_check_subtitle_buffer),
2692         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2693         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2694         (gst_matroska_demux_subtitle_caps):
2695         * gst/matroska/matroska-ids.h:
2696         Add a "vfunc" to the track context for postprocessing frames and
2697         convert the wavpack and subtitle postprocessing to this vfunc.
2698         Copy buffer flags in those functions to the new buffers too.
2699
2700         Parse CodecState elements of Blocks.
2701
2702         Add a postprocessing function for MPEG video that adds the sequence
2703         header from the codec private data or codec state to the frames if
2704         it's not already there.
2705
2706 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
2707
2708         * gst/matroska/matroska-demux.c:
2709         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2710         If a gap of more than 1/2 second is found in one stream send a
2711         NEWSEGMENT event to not stall the pipeline if the gap is too large.
2712         This also fixes Matroska files where the first buffer doesn't start
2713         at timestamp 0. Fixes bug #429322.
2714
2715         The duration of a block is the default duration multiplied with the
2716         number of laces. Every lace is one frame and the default duration
2717         is the duration of one frame. This fixes playback of files that use
2718         lacing for some tracks.
2719
2720 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2721
2722         * gst/matroska/matroska-demux.c:
2723         (gst_matroska_demux_parse_contents_seekentry):
2724         Update FIXME/TODOs and only ignore EOS at the central, important place
2725         instead of several places.
2726
2727 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2728
2729         * gst/rtp/gstrtpg726pay.c:
2730         Fix caps, See #538891.
2731
2732 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
2733
2734         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2735         (gst_matroska_demux_stream_from_num),
2736         (gst_matroska_demux_encoding_cmp),
2737         (gst_matroska_demux_encoding_order_unique),
2738         (gst_matroska_demux_read_track_encoding),
2739         (gst_matroska_demux_read_track_encodings),
2740         (gst_matroska_demux_tracknumber_unique),
2741         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
2742         (gst_matroska_demux_parse_tracks),
2743         (gst_matroska_demux_parse_index_cuetrack),
2744         (gst_matroska_demux_parse_index_pointentry),
2745         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2746         (gst_matroska_demux_parse_metadata_id_simple_tag),
2747         (gst_matroska_demux_parse_metadata_id_tag),
2748         (gst_matroska_demux_parse_metadata),
2749         (gst_matroska_demux_parse_attached_file),
2750         (gst_matroska_demux_parse_attachments),
2751         (gst_matroska_demux_parse_chapters),
2752         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
2753         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2754         (gst_matroska_demux_parse_cluster),
2755         (gst_matroska_demux_parse_contents_seekentry),
2756         (gst_matroska_demux_parse_contents),
2757         (gst_matroska_demux_loop_stream_parse_id),
2758         (gst_matroska_demux_loop):
2759         Improve debug output everywhere and fix the EOS logic.
2760
2761         Check the values of the ContentEncoding elements more strictly and
2762         don't use tracks for which it's invalid.
2763
2764         Check that the track number is unique for this stream.
2765
2766         Check that seek positions are below G_MAXINT64 as our seeks are
2767         int64-based and overflows will fail badly.
2768
2769         After seeks also don't push SimpleBlocks until the first one
2770         containing a keyframe is found. Before this was done only for normal
2771         Blocks.
2772
2773         Update some FIXME/TODOs.
2774         
2775         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
2776         (gst_ebml_read_utf8), (gst_ebml_read_header):
2777         Improve debug output.
2778
2779         * gst/matroska/matroska-ids.c:
2780         (gst_matroska_track_init_video_context):
2781         * gst/matroska/matroska-ids.h:
2782         * gst/matroska/matroska-mux.c:
2783         (gst_matroska_mux_video_pad_setcaps):
2784         Remove eye mode and don't parse it anymore. We can't use that
2785         information in GStreamer yet so it's useless.
2786
2787
2788 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2789
2790         Patch by: Mersad Jelacic <mersad at axis dot com>
2791
2792         * gst/rtp/Makefile.am:
2793         * gst/rtp/gstrtp.c: (plugin_init):
2794         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
2795         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
2796         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
2797         (gst_rtp_g726_depay_plugin_init):
2798         * gst/rtp/gstrtpg726depay.h:
2799         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
2800         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
2801         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
2802         * gst/rtp/gstrtpg726pay.h:
2803         Added G726 pay/depayloaders. Fixes #538891.
2804
2805 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2806
2807         * gst/rtsp/URLS:
2808         Some more urls.
2809
2810         * gst/smpte/barboxwipes.c:
2811         Add a comment
2812
2813         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2814         Fix typo, add audioresample to the pipeline.
2815
2816 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2817
2818         * ext/libmng/Makefile.am:
2819         * ext/libmng/gstmng.c: (plugin_init):
2820         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
2821         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
2822         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
2823         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
2824         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
2825         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
2826         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
2827         (gst_mng_dec_change_state):
2828         * ext/libmng/gstmngdec.h:
2829         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
2830         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
2831         (gst_mng_enc_init), (gst_mng_enc_chain),
2832         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
2833         * ext/libmng/gstmngenc.h:
2834         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
2835         bits ifdeffed out still.
2836
2837 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2838
2839         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
2840         When comparing index elements with the same time compare their
2841         block number.
2842
2843 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
2844
2845         * gst/matroska/matroska-demux.c:
2846           (gst_matroska_demux_parse_attached_file)
2847           Init variable to NULL to avoid compiler warning.
2848
2849 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2850
2851         * gst/matroska/Makefile.am:
2852         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2853         (gst_matroska_demux_parse_attached_file),
2854         (gst_matroska_demux_parse_attachments),
2855         (gst_matroska_demux_parse_contents_seekentry),
2856         (gst_matroska_demux_loop_stream_parse_id):
2857         * gst/matroska/matroska-demux.h:
2858         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2859         * gst/matroska/matroska-ids.h:
2860         * gst/matroska/matroska.c: (plugin_init):
2861         Parse Attachments and post them as GST_TAG_IMAGE if we detect
2862         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
2863         and description of the attachments in the caps. Fixes bug #537622.
2864
2865 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
2866
2867         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
2868         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
2869         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
2870         (gst_speex_enc_src_query), (gst_speex_enc_init),
2871         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
2872         (gst_speex_enc_chain), (gst_speex_enc_get_property),
2873         (gst_speex_enc_set_property):
2874         Add mode property.
2875         Some cleanups, add more debug info.
2876         Add latency query.
2877
2878 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
2879
2880         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
2881         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
2882         If we get less bytes than requested we can't do anything except doing
2883         our EOS logic.
2884
2885 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2886
2887         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2888         (gst_matroskademux_do_index_seek),
2889         (gst_matroska_demux_parse_index_cuetrack),
2890         (gst_matroska_demux_parse_index_pointentry),
2891         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
2892         (gst_matroska_demux_parse_metadata):
2893         * gst/matroska/matroska-demux.h:
2894         * gst/matroska/matroska-ids.h:
2895         Use a GArray for storing the Cue (i.e. seek) information, store
2896         the CueTrackPositions for every track, store the block number
2897         and optimize searching in the array by sorting it after the last
2898         element was added.
2899
2900         Fix a small memory leak when trying to parse a tags element that was
2901         already parsed.
2902
2903 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2904
2905         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2906         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2907         (gst_matroska_mux_write_data):
2908         * gst/matroska/matroska-mux.h:
2909         Don't write another SeekHead which indexes all Clusters to the end of
2910         the file. This isn't useful for anything and just increases filesize.
2911
2912 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2913
2914         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
2915         Prevent unaligned memory access when reading floats.
2916
2917 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2918
2919         * gst/matroska/ebml-read.c:
2920         * gst/matroska/ebml-read.h:
2921         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2922         (gst_matroska_demux_parse_metadata):
2923         * gst/matroska/matroska-demux.h:
2924         Make sure that every Tags element is only parsed once and it's
2925         containing tags are only posted once.
2926
2927 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
2928
2929         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
2930         (gst_ebml_read_header):
2931         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2932         (gst_matroska_demux_parse_tracks),
2933         (gst_matroska_demux_parse_index_cuetrack),
2934         (gst_matroska_demux_parse_index_pointentry),
2935         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2936         (gst_matroska_demux_parse_metadata_id_simple_tag),
2937         (gst_matroska_demux_parse_metadata_id_tag),
2938         (gst_matroska_demux_parse_metadata),
2939         (gst_matroska_demux_parse_attachments),
2940         (gst_matroska_demux_parse_chapters),
2941         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2942         (gst_matroska_demux_parse_cluster),
2943         (gst_matroska_demux_parse_contents_seekentry),
2944         (gst_matroska_demux_parse_contents),
2945         (gst_matroska_demux_loop_stream_parse_id):
2946         Handle EBML elements like Void or CRC32 in the EbmlRead base class
2947         already. They're not useful in the matroska parser and only cause
2948         additional code.
2949
2950 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
2951
2952         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
2953         (gst_ebml_finalize), (gst_ebml_read_change_state),
2954         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
2955         * gst/matroska/matroska-demux.c:
2956         (gst_matroska_demux_parse_contents_seekentry):
2957         Reverse the level list as we usually are only interested in the
2958         first element or want to add a new first element. Having the
2959         first element stored at the end and calling g_list_last() and
2960         g_list_append() is more expensive.
2961
2962         Also use GSlice for allocating the GstEbmlLevel structs.
2963
2964 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
2965
2966         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
2967           (gst_tag_inject_class_init), (gst_tag_inject_init):
2968           Don't unref NULL taglist in finalize. Don't use c++ style
2969           comments.
2970
2971 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2972
2973         * gst/matroska/matroska-demux.c:
2974         (gst_matroska_demux_parse_metadata_id_simple_tag):
2975         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
2976         (gst_matroska_mux_write_data):
2977         Use gst_value_serialize() and gst_value_deserialize() for transforming
2978         tags from some GType to a string and the other way around. The default
2979         transformations in GLib don't include transformations from string to
2980         number types.
2981
2982 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
2983
2984         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2985         (gst_matroska_demux_parse_tracks),
2986         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2987         (gst_matroska_demux_parse_attachments),
2988         (gst_matroska_demux_parse_chapters),
2989         (gst_matroska_demux_parse_contents_seekentry),
2990         (gst_matroska_demux_loop_stream_parse_id):
2991         * gst/matroska/matroska-demux.h:
2992         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
2993         Tags multiple times. The first ones can appear more than once but must
2994         contain the same content as the first for backup purposes so we ignore
2995         all but the first one. Tags can appear multiple times with different
2996         content.
2997
2998         Jump to all elements except Clusters that are available from a
2999         SeekHead to make it more likely to have all required informations
3000         before getting to the first Clusters.
3001
3002         Add dummy functions for parsing Attachments and Chapters.
3003
3004 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3005
3006         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3007         (gst_udpsrc_create), (gst_udpsrc_set_property),
3008         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3009         * gst/udp/gstudpsrc.h:
3010         Add property to control automatic join/leave of multicast groups.
3011         Add G_LIKELY.
3012         Remove setting caps on buffers explicitly, basesrc does that for us now.
3013         Improve debug info.
3014         Convert some non-fatal error into warnings.
3015         Use g_ntohs for better portability.
3016         Leave multicast groups when stopping.
3017         When using external sockets, use getsockname() on them to fill up the
3018         addr structure before calling methods that use the structure.
3019         Should all fix #536903.
3020         API: GstUDPSrc::auto-multicast property
3021
3022 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3023
3024         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3025         Use g_ntohl for better portability.
3026
3027 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3028
3029         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3030         (gst_multiudpsink_remove):
3031         Fix a typo and do some small cleanups.
3032
3033 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3034
3035         Patch by: Olivier Crete <tester at tester dot ca>
3036
3037         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3038         Make the delivery-method mandatory on the caps and only accept inline
3039         for now.
3040         Reverse strcmp checks for delivery-method.
3041
3042         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3043         Make delivery method optional when parsing caps and note this in the
3044         caps.
3045         Reverse strcmp checks for delivery-method.
3046
3047         * gst/rtp/gstrtpvorbispay.c:
3048         Update a comment to note that the delivery-method is optional, 
3049         Fixes #537675.
3050
3051 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3052
3053         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3054         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3055         leaving them in READY. Fixes #537832.
3056
3057 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3058
3059         * gst/avi/gstavimux.c:
3060           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3061           for a random constant in tagmuxing code.
3062
3063 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3064
3065         * gst/debug/gsttaginject.c:
3066         * gst/debug/gsttaginject.h:
3067           Now actually adding the new element.
3068
3069 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3070
3071         * docs/plugins/Makefile.am:
3072         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3073         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3074         * docs/plugins/gst-plugins-good-plugins.args:
3075         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3076         * docs/plugins/gst-plugins-good-plugins.interfaces:
3077         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3078         * docs/plugins/inspect/plugin-aasink.xml:
3079         * docs/plugins/inspect/plugin-alaw.xml:
3080         * docs/plugins/inspect/plugin-alpha.xml:
3081         * docs/plugins/inspect/plugin-alphacolor.xml:
3082         * docs/plugins/inspect/plugin-annodex.xml:
3083         * docs/plugins/inspect/plugin-apetag.xml:
3084         * docs/plugins/inspect/plugin-audiofx.xml:
3085         * docs/plugins/inspect/plugin-auparse.xml:
3086         * docs/plugins/inspect/plugin-autodetect.xml:
3087         * docs/plugins/inspect/plugin-avi.xml:
3088         * docs/plugins/inspect/plugin-cacasink.xml:
3089         * docs/plugins/inspect/plugin-cairo.xml:
3090         * docs/plugins/inspect/plugin-cdio.xml:
3091         * docs/plugins/inspect/plugin-cutter.xml:
3092         * docs/plugins/inspect/plugin-debug.xml:
3093         * docs/plugins/inspect/plugin-dv.xml:
3094         * docs/plugins/inspect/plugin-efence.xml:
3095         * docs/plugins/inspect/plugin-effectv.xml:
3096         * docs/plugins/inspect/plugin-equalizer.xml:
3097         * docs/plugins/inspect/plugin-esdsink.xml:
3098         * docs/plugins/inspect/plugin-flac.xml:
3099         * docs/plugins/inspect/plugin-flxdec.xml:
3100         * docs/plugins/inspect/plugin-gamma.xml:
3101         * docs/plugins/inspect/plugin-gconfelements.xml:
3102         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3103         * docs/plugins/inspect/plugin-goom.xml:
3104         * docs/plugins/inspect/plugin-goom2k1.xml:
3105         * docs/plugins/inspect/plugin-halelements.xml:
3106         * docs/plugins/inspect/plugin-icydemux.xml:
3107         * docs/plugins/inspect/plugin-id3demux.xml:
3108         * docs/plugins/inspect/plugin-jpeg.xml:
3109         * docs/plugins/inspect/plugin-level.xml:
3110         * docs/plugins/inspect/plugin-matroska.xml:
3111         * docs/plugins/inspect/plugin-monoscope.xml:
3112         * docs/plugins/inspect/plugin-mulaw.xml:
3113         * docs/plugins/inspect/plugin-multifile.xml:
3114         * docs/plugins/inspect/plugin-multipart.xml:
3115         * docs/plugins/inspect/plugin-navigationtest.xml:
3116         * docs/plugins/inspect/plugin-ossaudio.xml:
3117         * docs/plugins/inspect/plugin-png.xml:
3118         * docs/plugins/inspect/plugin-quicktime.xml:
3119         * docs/plugins/inspect/plugin-rtp.xml:
3120         * docs/plugins/inspect/plugin-rtsp.xml:
3121         * docs/plugins/inspect/plugin-smpte.xml:
3122         * docs/plugins/inspect/plugin-soup.xml:
3123         * docs/plugins/inspect/plugin-spectrum.xml:
3124         * docs/plugins/inspect/plugin-speex.xml:
3125         * docs/plugins/inspect/plugin-taglib.xml:
3126         * docs/plugins/inspect/plugin-udp.xml:
3127         * docs/plugins/inspect/plugin-video4linux2.xml:
3128         * docs/plugins/inspect/plugin-videobalance.xml:
3129         * docs/plugins/inspect/plugin-videobox.xml:
3130         * docs/plugins/inspect/plugin-videocrop.xml:
3131         * docs/plugins/inspect/plugin-videoflip.xml:
3132         * docs/plugins/inspect/plugin-videomixer.xml:
3133         * docs/plugins/inspect/plugin-wavenc.xml:
3134         * docs/plugins/inspect/plugin-wavpack.xml:
3135         * docs/plugins/inspect/plugin-wavparse.xml:
3136         * docs/plugins/inspect/plugin-ximagesrc.xml:
3137         * gst/debug/Makefile.am:
3138         * gst/debug/breakmydata.c:
3139         * gst/debug/efence.c:
3140         * gst/debug/gstdebug.c:
3141         * gst/debug/gstnavseek.c:
3142         * gst/debug/gstpushfilesrc.c:
3143         * gst/debug/gstpushfilesrc.h:
3144         * gst/debug/negotiation.c:
3145         * gst/debug/progressreport.c:
3146         * gst/debug/progressreport.h:
3147         * gst/debug/rndbuffersize.c:
3148         * gst/debug/testplugin.c:
3149           Remove dummy plugin_init. Remove some undefined entries from doc-
3150           section file. Add taginject element and rebuild docs for it.
3151
3152 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3153
3154         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3155         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3156         Update the counter for the number of streams when pads are added or
3157         removed. This will make sure that a seek table is generated for
3158         files with just one audio stream.
3159
3160 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3161
3162         * gst/matroska/matroska-demux.c:
3163         (gst_matroska_demux_parse_metadata_id_simple_tag):
3164         * gst/matroska/matroska-ids.h:
3165         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3166         Add some more tags, improve debugging a bit and make sure that
3167         GValue transformation has succeeded before using the result
3168         as a tag.
3169
3170 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3171
3172         Patch by: Olivier Crete <tester at tester dot ca>
3173
3174         * gst/rtp/gstrtptheorapay.c:
3175         The Theora RTP payloader only supports the "inline" delievery method
3176         so let's declare this on the caps of the static pad template.
3177         Fixes bug #537675.
3178
3179 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3180
3181         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3182         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3183         Remove bogus check.
3184
3185 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3186
3187         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3188         (gst_videomixer_blend_buffers):
3189         Use stream_time to synchronize the object properties.
3190         Use running_time of the master pad to timestamp outgoing buffers.
3191         Fix the initial segment event to extend an unknown amount of time.
3192         Fixes #537361.
3193
3194 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3195
3196         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3197         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3198         (gst_avi_demux_calculate_durations_from_index),
3199         (gst_avi_demux_stream_header_push),
3200         (gst_avi_demux_stream_header_pull):
3201         Try to ignore unparsable/unknown streams and give a warning instead of
3202         erroring out. Fixes #537377.
3203
3204 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3205
3206         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3207         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3208
3209         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3210         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3211         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3212         (gst_matroska_demux_read_track_encodings),
3213         (gst_matroska_demux_add_stream),
3214         (gst_matroska_demux_handle_src_query),
3215         (gst_matroska_demux_init_stream),
3216         (gst_matroska_demux_parse_index_cuetrack),
3217         (gst_matroska_demux_parse_index_pointentry),
3218         (gst_matroska_demux_parse_info),
3219         (gst_matroska_demux_parse_metadata_id_simple_tag),
3220         (gst_matroska_demux_parse_metadata),
3221         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3222         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3223         (gst_matroska_demux_parse_cluster),
3224         (gst_matroska_demux_parse_contents_seekentry),
3225         (gst_matroska_demux_loop_stream_parse_id),
3226         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3227         (gst_matroska_demux_audio_caps),
3228         (gst_matroska_demux_subtitle_caps):
3229         * gst/matroska/matroska-demux.h:
3230         * gst/matroska/matroska-ids.c:
3231         (gst_matroska_track_init_subtitle_context):
3232         * gst/matroska/matroska-ids.h:
3233         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3234         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3235         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3236         (gst_matroska_mux_video_pad_setcaps),
3237         (gst_matroska_mux_audio_pad_setcaps),
3238         (gst_matroska_mux_subtitle_pad_setcaps),
3239         (gst_matroska_mux_request_new_pad),
3240         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3241         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3242         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3243         (gst_matroska_mux_set_property):
3244         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3245         elements, do some checks for valid values in the demuxer, handle
3246         tracktimecodescale in the demuxer, set correct default values for all
3247         settings in the demuxer, review and add all missing matroska
3248         IDs and some more raw YUV formats, and some trivial cleanup.
3249
3250 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3251
3252         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3253         (gst_pulsemixer_class_init):
3254         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3255         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3256         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3257         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3258         (gst_pulsesrc_prepare):
3259         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3260         gst_element_class_set_details_simple() and fix coding style a bit
3261         more.
3262
3263 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3264
3265         * docs/plugins/Makefile.am:
3266         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3267         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3268         * docs/plugins/gst-plugins-good-plugins.args:
3269         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3270         * docs/plugins/gst-plugins-good-plugins.interfaces:
3271         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3272         * docs/plugins/inspect/plugin-aasink.xml:
3273         * docs/plugins/inspect/plugin-alaw.xml:
3274         * docs/plugins/inspect/plugin-alpha.xml:
3275         * docs/plugins/inspect/plugin-alphacolor.xml:
3276         * docs/plugins/inspect/plugin-annodex.xml:
3277         * docs/plugins/inspect/plugin-apetag.xml:
3278         * docs/plugins/inspect/plugin-audiofx.xml:
3279         * docs/plugins/inspect/plugin-auparse.xml:
3280         * docs/plugins/inspect/plugin-autodetect.xml:
3281         * docs/plugins/inspect/plugin-avi.xml:
3282         * docs/plugins/inspect/plugin-cacasink.xml:
3283         * docs/plugins/inspect/plugin-cairo.xml:
3284         * docs/plugins/inspect/plugin-cdio.xml:
3285         * docs/plugins/inspect/plugin-cutter.xml:
3286         * docs/plugins/inspect/plugin-debug.xml:
3287         * docs/plugins/inspect/plugin-dv.xml:
3288         * docs/plugins/inspect/plugin-efence.xml:
3289         * docs/plugins/inspect/plugin-effectv.xml:
3290         * docs/plugins/inspect/plugin-equalizer.xml:
3291         * docs/plugins/inspect/plugin-esdsink.xml:
3292         * docs/plugins/inspect/plugin-flac.xml:
3293         * docs/plugins/inspect/plugin-flxdec.xml:
3294         * docs/plugins/inspect/plugin-gamma.xml:
3295         * docs/plugins/inspect/plugin-gconfelements.xml:
3296         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3297         * docs/plugins/inspect/plugin-goom.xml:
3298         * docs/plugins/inspect/plugin-goom2k1.xml:
3299         * docs/plugins/inspect/plugin-halelements.xml:
3300         * docs/plugins/inspect/plugin-icydemux.xml:
3301         * docs/plugins/inspect/plugin-id3demux.xml:
3302         * docs/plugins/inspect/plugin-jpeg.xml:
3303         * docs/plugins/inspect/plugin-level.xml:
3304         * docs/plugins/inspect/plugin-matroska.xml:
3305         * docs/plugins/inspect/plugin-monoscope.xml:
3306         * docs/plugins/inspect/plugin-mulaw.xml:
3307         * docs/plugins/inspect/plugin-multifile.xml:
3308         * docs/plugins/inspect/plugin-multipart.xml:
3309         * docs/plugins/inspect/plugin-navigationtest.xml:
3310         * docs/plugins/inspect/plugin-ossaudio.xml:
3311         * docs/plugins/inspect/plugin-png.xml:
3312         * docs/plugins/inspect/plugin-pulseaudio.xml:
3313         * docs/plugins/inspect/plugin-quicktime.xml:
3314         * docs/plugins/inspect/plugin-rtp.xml:
3315         * docs/plugins/inspect/plugin-rtsp.xml:
3316         * docs/plugins/inspect/plugin-smpte.xml:
3317         * docs/plugins/inspect/plugin-soup.xml:
3318         * docs/plugins/inspect/plugin-spectrum.xml:
3319         * docs/plugins/inspect/plugin-speex.xml:
3320         * docs/plugins/inspect/plugin-taglib.xml:
3321         * docs/plugins/inspect/plugin-udp.xml:
3322         * docs/plugins/inspect/plugin-video4linux2.xml:
3323         * docs/plugins/inspect/plugin-videobalance.xml:
3324         * docs/plugins/inspect/plugin-videobox.xml:
3325         * docs/plugins/inspect/plugin-videocrop.xml:
3326         * docs/plugins/inspect/plugin-videoflip.xml:
3327         * docs/plugins/inspect/plugin-videomixer.xml:
3328         * docs/plugins/inspect/plugin-wavenc.xml:
3329         * docs/plugins/inspect/plugin-wavpack.xml:
3330         * docs/plugins/inspect/plugin-wavparse.xml:
3331         * docs/plugins/inspect/plugin-ximagesrc.xml:
3332         * ext/pulse/plugin.c:
3333         * ext/pulse/pulsemixer.c:
3334         * ext/pulse/pulsesink.c:
3335         * ext/pulse/pulsesrc.c:
3336         Add documentation to the pulseaudio plugin and run make update
3337         in docs/plugins.
3338
3339 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3340
3341         Patch by: Brian Cameron <brian.cameron at sun dot com>
3342
3343         * sys/sunaudio/gstsunaudiomixerctrl.c:
3344         (gst_sunaudiomixer_ctrl_get_volume),
3345         (gst_sunaudiomixer_ctrl_set_volume):
3346         Improvements for the SunAudio mixer by handling mute as no gain
3347         for tracks that have a gain property but no mute property.
3348         Fixes bug #536067.
3349
3350 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3351
3352         * configure.ac:
3353         * ext/pulse/Makefile.am:
3354         * ext/pulse/plugin.c: (plugin_init):
3355         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3356         (gst_pulsemixer_implements_interface_init),
3357         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3358         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3359         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3360         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3361         * ext/pulse/pulsemixer.h:
3362         * ext/pulse/pulsemixerctrl.c:
3363         (gst_pulsemixer_ctrl_context_state_cb),
3364         (gst_pulsemixer_ctrl_sink_info_cb),
3365         (gst_pulsemixer_ctrl_source_info_cb),
3366         (gst_pulsemixer_ctrl_subscribe_cb),
3367         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3368         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3369         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3370         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3371         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3372         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3373         * ext/pulse/pulsemixerctrl.h:
3374         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3375         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3376         * ext/pulse/pulsemixertrack.h:
3377         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3378         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3379         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3380         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3381         (gst_pulseprobe_new), (gst_pulseprobe_free),
3382         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3383         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3384         (gst_pulseprobe_set_server):
3385         * ext/pulse/pulseprobe.h:
3386         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3387         (gst_pulsesink_class_init), (gst_pulsesink_init),
3388         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3389         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3390         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3391         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3392         (gst_pulsesink_stream_request_cb),
3393         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3394         (gst_pulsesink_close), (gst_pulsesink_prepare),
3395         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3396         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3397         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3398         (gst_pulsesink_event), (gst_pulsesink_get_type):
3399         * ext/pulse/pulsesink.h:
3400         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3401         (gst_pulsesrc_implements_interface_init),
3402         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3403         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3404         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3405         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3406         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3407         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3408         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3409         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3410         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3411         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3412         (gst_pulsesrc_get_type):
3413         * ext/pulse/pulsesrc.h:
3414         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3415         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3416         * ext/pulse/pulseutil.h:
3417         Add pulseaudio GStreamer element from gst-pulse. Development will
3418         continue here instead of pulseaudio SVN. Fixes bug #400679.
3419         Only changes over gst-pulse SVN are added copyright to the top of
3420         files and coding style changes.
3421
3422 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3423
3424         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3425
3426         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3427           (gst_cdio_add_cdtext_album_tags):
3428         * ext/cdio/gstcdio.h:
3429         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3430           Also extract album title and album genre from CD-TEXT if
3431           available (#537021).
3432
3433 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3434
3435         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3436
3437         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3438         Improve negotiation a bit more by picking the smallest possible
3439         resolution that is larger than the resolution specified in the
3440         first caps entry of the peer caps. Fixes bug #536994.
3441
3442 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3443
3444         Patch by: Bastien Nocera <hadess at hadess dot net>
3445
3446         * sys/v4l2/gstv4l2vidorient.c:
3447         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3448         Fix compilation with newer GIT kernels that deprecated
3449         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3450
3451 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3452
3453         * configure.ac:
3454         * ext/cdio/gstcdio.c:
3455         * ext/cdio/gstcdio.h:
3456         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3457           Require libcdio >= 0.76.
3458
3459 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3460
3461         * gst/avi/gstavidemux.c:
3462         Catch UNEXPECTED when downstream has reached end of
3463         segment in reverse mode.
3464
3465 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3466
3467         * gst/avi/gstavidemux.c:
3468         Fix typo in comment
3469
3470 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3471
3472         * gst/avi/gstavidemux.c:
3473         Because we don't know the frame order we need to push till
3474         the next keyframe
3475
3476 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3477
3478         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3479
3480         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3481         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3482         Provide a custom negotiation function to make sure to pick the highest
3483         possible framerate and resolution. Fixes bug #536646.
3484
3485 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3486
3487         * gst/avi/gstavidemux.c:
3488         Set EOS when going out of the segment in reverse playback
3489
3490 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3491
3492         * ext/taglib/Makefile.am::
3493           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3494           taglib headers (with gcc 4.3.1).
3495
3496 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3497
3498         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3499         Use the new gst_rtsp_connection_get_ip() to access the IP address
3500         of a GstRTSPConnection since it is a private member.
3501
3502 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3503
3504         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3505         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3506           Use new utility functions in libgsttag to process coverart (#512333).
3507
3508 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3509
3510         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3511         We actually support left/side, right/side and mid/side files. The
3512         conversion to normal, interleaved stereo is done by libflac.
3513
3514 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3515
3516         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3517         (gst_ebml_write_set_cache):
3518         Unref the write cache in finalize if it was set and add add "FIXME"
3519         to a comment that needs it.
3520
3521 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3522
3523         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3524
3525         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3526         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3527         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3528         (gst_avi_demux_process_next_entry):
3529         * gst/avi/gstavidemux.h:
3530         Implement reverse playback. Fixes #535300.
3531         Small cleanups.
3532
3533 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3534
3535         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3536         (gst_videomixer_query_latency):
3537         When using gst_element_iterate_pads() one has to unref every pad
3538         after usage.
3539
3540 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3541
3542         Patch by: Bastien Nocera <hadess at hadess dot net>
3543         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3544         (qtdemux_parse_udta):
3545         * gst/qtdemux/qtdemux_fourcc.h:
3546         Improve meta-data handling, add 'comment', 'description' and
3547         'copyright' tag handling.
3548         Fixes #535935
3549
3550 2008-05-31  Julien Moutte  <julien@fluendo.com>
3551
3552         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3553         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3554         (gst_qtdemux_seek_to_previous_keyframe),
3555         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3556         we don't clip the segment's stop using the main segment duration as
3557         that could crop quite some video frames. Make reverse playback support
3558         more robust and support edit lists. Support seeking to the last frame,
3559         and fix reverse looping playback. Add some debugging.
3560         * win32/common/config.h: Updated.
3561
3562 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3563
3564         * gst/equalizer/gstiirequalizer.c:
3565         (gst_iir_equalizer_transform_ip):
3566         Don't clip float/double samples, correctly unset passthrough mode
3567         and use better rounding for integer samples.
3568
3569 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3570
3571         * gst/equalizer/gstiirequalizer.c:
3572         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3573         (setup_filter), (set_passthrough), (update_coefficients),
3574         (gst_iir_equalizer_compute_frequencies),
3575         (gst_iir_equalizer_transform_ip):
3576         * gst/equalizer/gstiirequalizer.h:
3577         Update the filter coefficients only when needed in the transform_ip
3578         function and correctly set the element into passthrough mode if the
3579         gain of all bands is 0.
3580
3581 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3582
3583         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3584
3585         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3586         (gst_alpha_set_property), (gst_alpha_get_property),
3587         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3588         Try to skip pixels or areas that are too dark or too bright for us to do
3589         meaningfull color detection.
3590         Added properties to control the sensitivity to light and darkness.
3591         Added some small cleanups. Fixes #512345.
3592
3593 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
3594
3595         * docs/plugins/.cvsignore:
3596         * tests/check/elements/.cvsignore:
3597         Ignore some more generated things
3598
3599         * tests/check/Makefile.am:
3600         Ignore OSS elements in the state changes test too.
3601
3602 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3603
3604         * docs/plugins/Makefile.am:
3605         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3606         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3607         Add SMPTE effect elements to docs.
3608
3609 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3610
3611         * docs/plugins/Makefile.am:
3612         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3613         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3614         * ext/raw1394/gstdv1394src.c:
3615           Document whats first shown on the fdo plugin docs page :)
3616
3617 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3618
3619         * docs/plugins/Makefile.am:
3620         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3621         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3622         * docs/plugins/gst-plugins-good-plugins.args:
3623         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3624         * docs/plugins/inspect/plugin-audiofx.xml:
3625         * gst/audiofx/Makefile.am:
3626         * gst/audiofx/audiofx.c:
3627         * gst/audiofx/audiokaraoke.c:
3628         * gst/audiofx/audiokaraoke.h:
3629         * gst/audiofx/audiovoice.c:
3630         * gst/audiofx/audiovoice.h:
3631           Rename audiovoice to audiokaraoke and add it to the docs.
3632
3633 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
3634
3635         * REQUIREMENTS:
3636         * docs/plugins/Makefile.am:
3637         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3638         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3639         * docs/plugins/gst-plugins-good-plugins.args:
3640         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3641         * docs/plugins/gst-plugins-good-plugins.interfaces:
3642         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3643         * docs/plugins/inspect/plugin-aasink.xml:
3644         * docs/plugins/inspect/plugin-alaw.xml:
3645         * docs/plugins/inspect/plugin-alpha.xml:
3646         * docs/plugins/inspect/plugin-alphacolor.xml:
3647         * docs/plugins/inspect/plugin-annodex.xml:
3648         * docs/plugins/inspect/plugin-apetag.xml:
3649         * docs/plugins/inspect/plugin-audiofx.xml:
3650         * docs/plugins/inspect/plugin-auparse.xml:
3651         * docs/plugins/inspect/plugin-autodetect.xml:
3652         * docs/plugins/inspect/plugin-avi.xml:
3653         * docs/plugins/inspect/plugin-cacasink.xml:
3654         * docs/plugins/inspect/plugin-cairo.xml:
3655         * docs/plugins/inspect/plugin-cdio.xml:
3656         * docs/plugins/inspect/plugin-cutter.xml:
3657         * docs/plugins/inspect/plugin-debug.xml:
3658         * docs/plugins/inspect/plugin-dv.xml:
3659         * docs/plugins/inspect/plugin-efence.xml:
3660         * docs/plugins/inspect/plugin-effectv.xml:
3661         * docs/plugins/inspect/plugin-equalizer.xml:
3662         * docs/plugins/inspect/plugin-esdsink.xml:
3663         * docs/plugins/inspect/plugin-flac.xml:
3664         * docs/plugins/inspect/plugin-flxdec.xml:
3665         * docs/plugins/inspect/plugin-gamma.xml:
3666         * docs/plugins/inspect/plugin-gconfelements.xml:
3667         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3668         * docs/plugins/inspect/plugin-goom.xml:
3669         * docs/plugins/inspect/plugin-goom2k1.xml:
3670         * docs/plugins/inspect/plugin-halelements.xml:
3671         * docs/plugins/inspect/plugin-icydemux.xml:
3672         * docs/plugins/inspect/plugin-id3demux.xml:
3673         * docs/plugins/inspect/plugin-jpeg.xml:
3674         * docs/plugins/inspect/plugin-level.xml:
3675         * docs/plugins/inspect/plugin-matroska.xml:
3676         * docs/plugins/inspect/plugin-monoscope.xml:
3677         * docs/plugins/inspect/plugin-mulaw.xml:
3678         * docs/plugins/inspect/plugin-multifile.xml:
3679         * docs/plugins/inspect/plugin-multipart.xml:
3680         * docs/plugins/inspect/plugin-navigationtest.xml:
3681         * docs/plugins/inspect/plugin-ossaudio.xml:
3682         * docs/plugins/inspect/plugin-png.xml:
3683         * docs/plugins/inspect/plugin-quicktime.xml:
3684         * docs/plugins/inspect/plugin-rtp.xml:
3685         * docs/plugins/inspect/plugin-rtsp.xml:
3686         * docs/plugins/inspect/plugin-smpte.xml:
3687         * docs/plugins/inspect/plugin-soup.xml:
3688         * docs/plugins/inspect/plugin-spectrum.xml:
3689         * docs/plugins/inspect/plugin-speex.xml:
3690         * docs/plugins/inspect/plugin-taglib.xml:
3691         * docs/plugins/inspect/plugin-udp.xml:
3692         * docs/plugins/inspect/plugin-video4linux2.xml:
3693         * docs/plugins/inspect/plugin-videobalance.xml:
3694         * docs/plugins/inspect/plugin-videobox.xml:
3695         * docs/plugins/inspect/plugin-videocrop.xml:
3696         * docs/plugins/inspect/plugin-videoflip.xml:
3697         * docs/plugins/inspect/plugin-videomixer.xml:
3698         * docs/plugins/inspect/plugin-wavenc.xml:
3699         * docs/plugins/inspect/plugin-wavpack.xml:
3700         * docs/plugins/inspect/plugin-wavparse.xml:
3701         * docs/plugins/inspect/plugin-ximagesrc.xml:
3702         * ext/aalib/gstaasink.c:
3703         * ext/libcaca/gstcacasink.c:
3704           Document aasink and cacasink.
3705
3706 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3707
3708         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3709         (gst_videomixer_init), (gst_videomixer_query_duration),
3710         (gst_videomixer_query_latency), (gst_videomixer_query),
3711         (gst_videomixer_blend_buffers):
3712         * gst/videomixer/videomixer.h:
3713         Implement position (in time), duration and latency queries.
3714
3715 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
3716
3717         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
3718         (gst_videomixer_init), (gst_videomixer_request_new_pad),
3719         (gst_videomixer_fill_queues), (forward_event_func),
3720         (forward_event), (gst_videomixer_src_event),
3721         (gst_videomixer_sink_event):
3722         * gst/videomixer/videomixer.h:
3723         Implement proper seek/newsegment handling.
3724         Based on adder's implementation.
3725         Fixes #535121
3726
3727 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3728
3729         Patch by: Jan Gerber <j at oil21 dot org>
3730
3731         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3732         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
3733
3734 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3735
3736         * gst/audiofx/Makefile.am:
3737         * gst/audiofx/audiofx.c: (plugin_init):
3738         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
3739         (gst_audio_voice_class_init), (gst_audio_voice_init),
3740         (update_filter), (gst_audio_voice_set_property),
3741         (gst_audio_voice_get_property), (gst_audio_voice_setup),
3742         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
3743         (gst_audio_voice_transform_ip):
3744         * gst/audiofx/audiovoice.h:
3745         Add simple voice removal element. Yay karaoke.
3746
3747 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3748
3749         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3750
3751         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3752         Fix potential caps leak.
3753         If we can't get the framerate with an ioctl, try to get it with the
3754         current norm. Fixes #520092.
3755
3756 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3757
3758         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3759
3760         * sys/v4l2/v4l2src_calls.c:
3761         (gst_v4l2src_probe_caps_for_format_and_size):
3762         If we fail to get the frame intervals, simply don't touch the framerates
3763         on the template caps instead of discarding the format. See #520092.
3764
3765 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3766
3767         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
3768
3769         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
3770         (gst_v4l2_get_caps_info):
3771         Add NV12, NV21 and bayer support. See #520092.
3772
3773 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3774
3775         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
3776         (gst_qtdemux_activate_segment):
3777         Unbreak segment activation again. Fixes #531672.
3778
3779 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
3780
3781         * ext/flac/Makefile.am:
3782         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3783         Set the channel layout when decoding FLAC files with more than 2
3784         channels as defined by the FLAC spec. Fixes bug #534570.
3785
3786         Also don't try to decode left/side, right/side and mid/side files
3787         as we don't support this at all.
3788
3789 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3790
3791         * configure.ac:
3792           We need -base CVS (rtsp).
3793
3794 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3795
3796         * gst/udp/Makefile.am:
3797           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
3798           when including netdb.h when building against glibc >= 2.8.
3799
3800 2008-05-22  Julien Moutte  <julien@fluendo.com>
3801
3802         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
3803         debug statement arguments.
3804         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
3805         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
3806         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
3807         on more platforms.
3808
3809 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3810
3811         * tests/check/elements/avimux.c: (setup_src_pad),
3812         (teardown_src_pad):
3813         * tests/check/elements/icydemux.c: (icydemux_found_pad),
3814         (GST_START_TEST):
3815         * tests/check/elements/matroskamux.c: (setup_src_pad),
3816         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
3817         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
3818         (GST_START_TEST):
3819         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
3820         (setup_wavpackparse), (cleanup_wavpackparse):
3821         Don't use gst_element_get_pad(), it's a bad, bad method.
3822
3823 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3824
3825         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
3826         (do_toggle_element):
3827         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
3828         (do_toggle_element):
3829         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
3830         (do_toggle_element):
3831         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
3832         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
3833         (do_toggle_element):
3834         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
3835         (do_toggle_element):
3836         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
3837         (gst_auto_audio_sink_detect):
3838         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
3839         (gst_auto_video_sink_detect):
3840         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3841         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
3842         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
3843         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
3844         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
3845         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
3846         * tests/icles/videocrop-test.c: (test_with_caps),
3847         (video_crop_get_test_caps):
3848         Don't use gst_element_get_pad(), it's a bad method.
3849
3850 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3851
3852         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3853         (gst_multiudpsink_add_internal):
3854         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
3855         (gst_udp_join_group):
3856         * gst/udp/gstudpnetutils.h:
3857         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3858         Joining a multicast group and setting the loop/ttl properties are
3859         totally unrelated tasks are must be separated.
3860
3861 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
3862
3863         * gst/avi/gstavimux.c:
3864           Also support alaw/mulaw.
3865
3866 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3867
3868         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3869         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
3870         * gst/udp/gstmultiudpsink.h:
3871         Add a fixme for the auto-multicast property.
3872         Fix some confusing debug messages.
3873         Disable setting a qos value by default.
3874
3875 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3876
3877         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
3878
3879         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
3880         Ignore EPERM errors from sendto. Fixes #533619.
3881
3882 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3883
3884         Patch by: Henrik Eriksson <henriken at axis dot com>
3885
3886         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3887         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
3888         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
3889         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
3890         * gst/udp/gstmultiudpsink.h:
3891         Add qos-dscp property to manage the Quality of service. Fixes #469917.
3892
3893 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3894
3895         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
3896         Improve debugging of the ident.
3897
3898 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3899
3900         Patch by: Bruno Santos <brunof at ua dot pt>
3901
3902         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
3903         (gst_udp_join_group), (gst_udp_leave_group),
3904         (gst_udp_is_multicast):
3905         * gst/udp/gstudpnetutils.h:
3906         Provide a bunch of helper methods to deal with IPv4 and IPv6
3907         transparently.
3908
3909         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
3910         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
3911         (gst_multiudpsink_get_property), (join_multicast),
3912         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
3913         (gst_multiudpsink_remove):
3914         * gst/udp/gstmultiudpsink.h:
3915         Add multicast TTL and loopback properties.
3916         Use the helper methods to implement ip4 and ip6.
3917
3918         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
3919         * gst/udp/gstudpsrc.h:
3920         Use the helper methods to implement ip4 and ip6.
3921         Fixes #515962.
3922
3923 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3924
3925         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
3926
3927         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
3928         (gst_multipart_demux_get_gstname),
3929         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
3930         * gst/multipart/multipartdemux.h:
3931         Don't blindly copy the mime-type as the caps name because they not
3932         always map directly. Instead use a hashtable with common mappings.
3933         Fixes #533287.
3934
3935 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3936
3937         * ext/esd/esdsink.c: (gst_esdsink_write):
3938         When we post an error, we must return -1 to let the parent know that we
3939         cannot write the segment else it will loop and continue to call us again
3940         forever. Patch by Michael Meeks.
3941
3942 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
3943
3944         * gst/videomixer/videomixer.c:
3945           Add missing incudes.
3946
3947 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
3948
3949         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3950         (gst_rtp_h264_pay_handle_buffer):
3951         * gst/rtp/gstrtph264pay.h:
3952         Correct a typo (sinle -> single).
3953
3954 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3955
3956         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
3957         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
3958         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
3959         (gst_rtp_h264_depay_process):
3960         * gst/rtp/gstrtph264depay.h:
3961         Add experimental support for outputting quicktime-like AVC output in
3962         addition to the existing bytestream output.
3963
3964         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
3965         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
3966         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
3967         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
3968         (gst_rtp_h264_pay_get_property):
3969         * gst/rtp/gstrtph264pay.h:
3970         Make the parsing mode configurable, for some inputs we don't need to
3971         scan every byte for start codes.
3972         Only set the marker bit on ACCESS units.
3973
3974 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3975
3976         * gst/equalizer/gstiirequalizer.c:
3977         Use a bigger type in integer mode for the intermediate results to
3978         prevent overflows. This fixes the crippled sound when using the
3979         equalizer in integer mode. Fixes bug #510865.
3980
3981 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
3982
3983         * gst/videomixer/videomixer.c:
3984         * gst/videomixer/videomixer.h:
3985         Instead of a random number for the request pad id's,
3986         use a counter.
3987
3988         Register the videomixerpad class from the element's class_init
3989         where it's safer, and allows the docs generator to scan it.
3990
3991 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3992
3993         * gst/smpte/Makefile.am:
3994         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
3995         * gst/smpte/gstsmpte.h:
3996         * gst/smpte/gstsmptealpha.c:
3997         (gst_smpte_alpha_transition_type_get_type),
3998         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
3999         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4000         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4001         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4002         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4003         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4004         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4005         * gst/smpte/gstsmptealpha.h:
4006         * gst/smpte/plugin.c: (plugin_init):
4007         Add new plugin that adds the SMPTE transition in the alpha channel of
4008         I420 and AYUV frames so that they can be blended with videomixer later
4009         on. Uses all niceties such as using base transform for efficient alloc
4010         and negotiation. It currently requires GstController to control the
4011         position in the transition effect.
4012
4013 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4014
4015         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4016         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4017         * docs/plugins/gst-plugins-good-plugins.args:
4018         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4019         * docs/plugins/gst-plugins-good-plugins.interfaces:
4020         * docs/plugins/gst-plugins-good-plugins.types:
4021         * gst/videomixer/videomixer.c:
4022           Try using thaytans new mechanism to get extra classes into plugin
4023           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4024           missing still.
4025
4026 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4027
4028         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4029         Set proper rate in avi stream header for PCM audio, and also do some
4030         more sanity checks on caps in this case.  Fixes #511489.
4031
4032 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4033
4034         * sys/v4l2/gstv4l2src.c:
4035         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4036         isn't implemented at all yet and this requires X headers to be
4037         installed. Fixes bug #533264.
4038
4039 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4040
4041         reviewed by: <delete if not using a buddy>
4042
4043         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4044         (gst_ebml_write_set_cache):
4045         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4046         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4047         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4048         (gst_matroska_demux_read_track_encodings),
4049         (gst_matroska_demux_add_stream),
4050         (gst_matroska_demux_handle_src_query),
4051         (gst_matroska_demux_init_stream),
4052         (gst_matroska_demux_parse_index_cuetrack),
4053         (gst_matroska_demux_parse_index_pointentry),
4054         (gst_matroska_demux_parse_info),
4055         (gst_matroska_demux_parse_metadata_id_simple_tag),
4056         (gst_matroska_demux_parse_metadata),
4057         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4058         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4059         (gst_matroska_demux_parse_cluster),
4060         (gst_matroska_demux_parse_contents_seekentry),
4061         (gst_matroska_demux_loop_stream_parse_id),
4062         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4063         (gst_matroska_demux_audio_caps),
4064         (gst_matroska_demux_subtitle_caps):
4065         * gst/matroska/matroska-demux.h:
4066         * gst/matroska/matroska-ids.c:
4067         (gst_matroska_track_init_subtitle_context):
4068         * gst/matroska/matroska-ids.h:
4069         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4070         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4071         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4072         * sys/v4l2/gstv4l2src.c:
4073         * tests/check/pipelines/wavpack.c: (bus_handler):
4074         * win32/common/config.h:
4075
4076 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4077
4078         * ext/wavpack/gstwavpackstreamreader.c:
4079         * tests/examples/spectrum/demo-audiotest.c:
4080         * tests/examples/spectrum/demo-osssrc.c:
4081         Fix some compiler warnings.
4082
4083 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4084
4085         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4086         Small comment added.
4087
4088         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4089         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4090         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4091         Debug string cleanups (remove trailing \n)
4092         Refactor and clean up the payloader a bit and make sure that we only
4093         put one NAL unit in an RTP packet even if the input buffer contains
4094         multiple NAL units.
4095         Add suport for AVC format input.
4096
4097 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4098
4099         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4100         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4101         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4102         * gst/rtp/gstrtph264pay.h:
4103         Make it possible to specify profile-level-id and sprop-parameter-sets
4104         using properties in case they are not available in-stream.
4105
4106 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4107
4108         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4109         * docs/plugins/gst-plugins-good-plugins.args:
4110         * docs/plugins/inspect/plugin-ladspa.xml:
4111           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4112
4113 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4114
4115         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4116         Send an initial BYTE segment to inform downstream of later seeking,
4117         and to forego sync attempts.
4118
4119 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4120
4121         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4122         Fix wrong caps string.
4123
4124 2008-05-13  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/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4131         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4132         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4133         (gst_rtp_g729_depay_plugin_init):
4134         * gst/rtp/gstrtpg729depay.h:
4135         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4136         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4137         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4138         * gst/rtp/gstrtpg729pay.h:
4139         Added G729 pay and depayloaders. Fixes #532409.
4140
4141 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4142
4143         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4144         Fix the calculation of the duration of the concealment packets.
4145
4146 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4147
4148         Based on patch by: Olivier Crete <tester at tester dot ca>
4149
4150         * gst/rtp/Makefile.am:
4151         * gst/rtp/gstrtp.c: (plugin_init):
4152         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4153         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4154         (parse_encode), (gst_rtp_dv_depay_setcaps),
4155         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4156         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4157         (gst_rtp_dv_depay_plugin_init):
4158         * gst/rtp/gstrtpdvdepay.h:
4159         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4160         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4161         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4162         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4163         (gst_dv_pay_negotiate), (include_dif),
4164         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4165         * gst/rtp/gstrtpdvpay.h:
4166         Add DV pay and depayloaders. Fixes #532423.
4167
4168 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4169
4170         * gst/matroska/matroska-demux.c:
4171         (gst_matroska_demux_push_dvd_clut_change_event):
4172         Convert subtitle palette info in VobSub private data from VobSub's
4173         (buggy) RGB to YUV.
4174
4175 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4176
4177         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4178         Do not leave fourcc stream header field empty upon reset.
4179         Fixes #519301.
4180
4181 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4182
4183         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4184         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4185         * docs/plugins/inspect/plugin-goom.xml:
4186         * docs/plugins/inspect/plugin-goom2k1.xml:
4187         * gst/goom/gstgoom.c:
4188         * gst/goom2k1/gstgoom.c:
4189         Add goom2k1 into the docs.
4190
4191 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4192
4193         Based on patch by: Wouter Cloetens  <wouter at mind be>
4194
4195         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4196         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4197         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4198         (gst_rtsp_decode_quoted_string),
4199         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4200         (gst_rtspsrc_setup_auth):
4201         Support Digest authentication. Fixes #532065.
4202
4203 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4204
4205         * gst/level/gstlevel.c:
4206           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4207           about whats needed for liboil acceleration. Simplify docs a bit.
4208
4209 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4210
4211         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4212
4213         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4214         Update the track duration if the old one was invalid.
4215         Fixes bug #532117.
4216
4217 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4218
4219         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4220           Use GST_STR_NULL when trying to print sps and pps strings that could
4221           be NULL, as this might crash on some platforms.
4222
4223 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4224
4225         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4226
4227         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4228           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4229           set after creating the clipper.
4230
4231 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4232
4233         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4234
4235         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4236           Added checking of surface lost case after an unsuccessful
4237           IDirectDrawSurface7_Lock() call.
4238           If surface is lost, return GST_FLOW_OK.
4239
4240 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4241
4242         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4243
4244         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4245           WndProc, gst_directdraw_sink_window_thread):
4246           Improved Windows message loop and fixed window destruction issue.
4247           When the window which DirectDraw is rendering to is destroyed, the
4248           render/show_frame function will return GST_FLOW_ERROR.
4249           Partially fixes #520885.
4250
4251 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4252
4253         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4254
4255         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4256           Fixed mid stream resolution change bug, the offscreen surface is now
4257           released when set_caps is called.
4258           Partially fixes #520885.
4259
4260 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4261
4262         * sys/directdraw/gstdirectdrawsink.c
4263           (gst_directdraw_sink_buffer_alloc):
4264           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4265           width/height.
4266
4267           Especially when looking through the pool of buffers, make sure that
4268           the width/height of caps is used instead of the already negotiated
4269           dimensions.
4270           For example if a buffer with different caps is requested, i.e.
4271           higher resolution, the caller would get a buffer with the old
4272           dimensions and thus corrupt the heap.
4273
4274 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4275
4276         * sys/directdraw/gstdirectdrawsink.c
4277           (gst_directdraw_sink_buffer_alloc):
4278           Clear the flags on recycled buffers from buffer_alloc.
4279           Partially fixes #520885.
4280
4281 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4282
4283         * gst/rtp/gstrtpilbcpay.c:
4284           Added missing stdlib.h include for strtol(), and made include ordering and
4285           style consistent with the corresponding depayloader.
4286
4287 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4288
4289         * configure.ac:
4290           Error out if we don't have the required core/base versions.
4291
4292 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4293
4294         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4295
4296         * sys/osxvideo/cocoawindow.m:
4297         Fix compiler warnings on PPC64. Fixes bug #499318.
4298
4299 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4300
4301         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4302
4303         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4304         Don't leak file descriptors on error. Fixes #531532.
4305
4306 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4307
4308         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4309         (gst_gconf_audio_src_change_state):
4310         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4311         (gst_gconf_video_sink_change_state):
4312         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4313         (gst_gconf_video_src_change_state):
4314         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4315         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4316         When we can't create a fakesink/fakesrc complain instead of unreffing
4317         NULL pointers and crashing later. See bug #530535.
4318
4319 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4320
4321         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4322         Add some more debug info and guard against small payloads.
4323
4324         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4325         Set duration on outgoing buffers because we can.
4326
4327 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4328
4329         Patch by: Olivier Crete <tester at tester dot ca>
4330
4331         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4332         (gst_speex_enc_init), (gst_speex_enc_chain):
4333         Add negotiation for the speex channels and rate. Fixes #465146.
4334
4335 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4336
4337         Patch by: Olivier Crete <tester at tester dot ca>
4338
4339         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4340         (gst_rtp_speex_pay_getcaps):
4341         Add negotiation for the speex channels and rate. See #465146.
4342
4343 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4344
4345         Patch by: Olivier Crete <tester at tester dot ca>
4346
4347         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4348         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4349         Add negotiation for the ILBC mode. See #465146.
4350
4351 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4352
4353         * ext/soup/gstsouphttpsrc.c:
4354           Include stdlib to fix the build. Use g_free instead of free, libsoup
4355           uses glib.
4356
4357 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4358
4359         Patch by: j^ <j@bootlab.org>
4360
4361         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4362         Add more mpeg2 variants. Fixes #530886.
4363
4364 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4365
4366         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4367
4368         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4369           Don't error out if we get an ICMP destination-unreachable
4370           message when trying to read packets on win32 (#529454).
4371
4372 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4373
4374         * configure.ac:
4375         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4376           Use new error code for encrypted streams (which requires core CVS).
4377
4378 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4379
4380         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4381           (gst_qtdemux_audiosrc_template):
4382           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4383
4384 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4385
4386         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4387         (speex_dec_chain_parse_data):
4388         Produce concealment data when time progresses in a segment update.
4389
4390 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4391
4392         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4393         (speex_dec_chain):
4394         Try to preserve input timestamps when we can.
4395         Do beginnings of error concealment.
4396
4397 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4398
4399         * gst/debug/gstnavigationtest.c:
4400           MSVC doesn't provide rint(), define an adequate replacement locally as
4401           elsewhere.
4402
4403 2008-04-28  Julien Moutte  <julien@fluendo.com>
4404
4405         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4406         format to pacify Mac OSX's gcc.
4407
4408 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4409
4410         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4411           (DEFAULT_MAX), (src_template), (sink_template),
4412           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4413           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4414           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4415           Bring rndbuffersize element into a state that doesn't require us
4416           to move it to -bad immediately. For one, fix up default min/max
4417           values so that the element actuall works using the default values.
4418           Also, don't ignore flow return values and do some kind of minimal
4419           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4420           other gratuitious clean-ups.
4421
4422 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4423
4424         * docs/plugins/Makefile.am:
4425         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4426         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4427         * docs/plugins/gst-plugins-good-plugins.args:
4428         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4429         * docs/plugins/gst-plugins-good-plugins.interfaces:
4430         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4431         * docs/plugins/inspect/plugin-1394.xml:
4432         * docs/plugins/inspect/plugin-aasink.xml:
4433         * docs/plugins/inspect/plugin-alaw.xml:
4434         * docs/plugins/inspect/plugin-alpha.xml:
4435         * docs/plugins/inspect/plugin-alphacolor.xml:
4436         * docs/plugins/inspect/plugin-annodex.xml:
4437         * docs/plugins/inspect/plugin-apetag.xml:
4438         * docs/plugins/inspect/plugin-audiofx.xml:
4439         * docs/plugins/inspect/plugin-auparse.xml:
4440         * docs/plugins/inspect/plugin-autodetect.xml:
4441         * docs/plugins/inspect/plugin-avi.xml:
4442         * docs/plugins/inspect/plugin-cacasink.xml:
4443         * docs/plugins/inspect/plugin-cairo.xml:
4444         * docs/plugins/inspect/plugin-cdio.xml:
4445         * docs/plugins/inspect/plugin-cutter.xml:
4446         * docs/plugins/inspect/plugin-debug.xml:
4447         * docs/plugins/inspect/plugin-dv.xml:
4448         * docs/plugins/inspect/plugin-efence.xml:
4449         * docs/plugins/inspect/plugin-effectv.xml:
4450         * docs/plugins/inspect/plugin-equalizer.xml:
4451         * docs/plugins/inspect/plugin-esdsink.xml:
4452         * docs/plugins/inspect/plugin-flac.xml:
4453         * docs/plugins/inspect/plugin-flxdec.xml:
4454         * docs/plugins/inspect/plugin-gamma.xml:
4455         * docs/plugins/inspect/plugin-gconfelements.xml:
4456         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4457         * docs/plugins/inspect/plugin-goom.xml:
4458         * docs/plugins/inspect/plugin-halelements.xml:
4459         * docs/plugins/inspect/plugin-icydemux.xml:
4460         * docs/plugins/inspect/plugin-id3demux.xml:
4461         * docs/plugins/inspect/plugin-jpeg.xml:
4462         * docs/plugins/inspect/plugin-level.xml:
4463         * docs/plugins/inspect/plugin-matroska.xml:
4464         * docs/plugins/inspect/plugin-monoscope.xml:
4465         * docs/plugins/inspect/plugin-mulaw.xml:
4466         * docs/plugins/inspect/plugin-multifile.xml:
4467         * docs/plugins/inspect/plugin-multipart.xml:
4468         * docs/plugins/inspect/plugin-navigationtest.xml:
4469         * docs/plugins/inspect/plugin-ossaudio.xml:
4470         * docs/plugins/inspect/plugin-png.xml:
4471         * docs/plugins/inspect/plugin-quicktime.xml:
4472         * docs/plugins/inspect/plugin-rtp.xml:
4473         * docs/plugins/inspect/plugin-rtsp.xml:
4474         * docs/plugins/inspect/plugin-shout2send.xml:
4475         * docs/plugins/inspect/plugin-smpte.xml:
4476         * docs/plugins/inspect/plugin-spectrum.xml:
4477         * docs/plugins/inspect/plugin-speex.xml:
4478         * docs/plugins/inspect/plugin-taglib.xml:
4479         * docs/plugins/inspect/plugin-udp.xml:
4480         * docs/plugins/inspect/plugin-video4linux2.xml:
4481         * docs/plugins/inspect/plugin-videobalance.xml:
4482         * docs/plugins/inspect/plugin-videobox.xml:
4483         * docs/plugins/inspect/plugin-videocrop.xml:
4484         * docs/plugins/inspect/plugin-videoflip.xml:
4485         * docs/plugins/inspect/plugin-videomixer.xml:
4486         * docs/plugins/inspect/plugin-wavenc.xml:
4487         * docs/plugins/inspect/plugin-wavpack.xml:
4488         * docs/plugins/inspect/plugin-wavparse.xml:
4489         * docs/plugins/inspect/plugin-ximagesrc.xml:
4490           Add docs for gdkpixbufsink; update docs to CVS version.
4491
4492 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4493
4494         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4495         Remove test sync-offset by default.
4496
4497 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4498
4499         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4500         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4501         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4502           Use GLib versions of htonl, htons, ntohl and ntohs in order
4503           to avoid problems on win32 (#529707).
4504
4505 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4506
4507         Patch by: Jesús Corrius <jesus at softcatala org>
4508
4509         * gst/goom/filters.c: (zoomVector):
4510         * gst/goom/goom_core.c: (init_buffers):
4511           Fix build with mingw32: use rand() instead of random() and
4512           replace bzero() with memset(). Fixes #529692.
4513
4514 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4515
4516         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4517         Fix typo in comments.
4518
4519         * tests/examples/rtp/client-H263p-PCMA.sdp:
4520         * tests/examples/rtp/client-H263p-PCMA.sh:
4521         * tests/examples/rtp/client-H264-PCMA.sdp:
4522         * tests/examples/rtp/client-H264-PCMA.sh:
4523         * tests/examples/rtp/client-H264.sdp:
4524         * tests/examples/rtp/client-H264.sh:
4525         * tests/examples/rtp/client-PCMA.sdp:
4526         * tests/examples/rtp/client-PCMA.sh:
4527         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4528         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4529         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4530         Add some more docs and fix examples.
4531
4532 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4533
4534         * tests/check/elements/multifile.c:
4535         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4536         declared in the former, some have it declared in the latter.
4537
4538 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4539
4540         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4541         * gst/debug/tests.c: (md5_get_value):
4542         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4543         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4544         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4545         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4546         Stop using deprecated GLib functions.
4547
4548 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4549
4550         * configure.ac:
4551         Back to development -> 0.10.8.1
4552
4553 === release 0.10.8 ===
4554
4555 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4556
4557         * configure.ac:
4558           releasing 0.10.8, "One For The Money"
4559
4560 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4561
4562         * configure.ac:
4563         0.10.7.4 pre-release
4564
4565 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4566
4567         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4568         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4569         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4570         * gst/goom/flying_stars_fx.c: (fs_free):
4571         * gst/goom/goom_config_param.h:
4572         * gst/goom/goom_core.c: (goom_init), (goom_close):
4573         * gst/goom/goom_plugin_info.h:
4574         * gst/goom/gstgoom.c: (gst_goom_finalize):
4575         * gst/goom/lines.c: (goom_lines_free):
4576         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4577         * gst/goom/surf3d.c: (grid3d_free):
4578         * gst/goom/surf3d.h:
4579         * gst/goom/tentacle3d.c: (tentacle_free):
4580         Free a bunch of stuff, and initialise things to fix leaks
4581         and valgrind warnings in the testsuite.
4582
4583         Fixes: #529268
4584
4585 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4586
4587         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4588         (gst_rtspsrc_configure_caps):
4589         Ref caps as the return value for the request_pt_map signal.
4590         Remove some caps weirdness when configuring a stream. See #528245.
4591
4592 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
4593
4594         * tests/icles/gdkpixbufsink-test.c:
4595           Add cast to placate gcc 4.1.2.
4596
4597 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4598
4599         * configure.ac:
4600         0.10.7.3 pre-release
4601
4602 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
4603
4604         * tests/check/Makefile.am:
4605         Disable some more elements in the state test.
4606         Add a define so the soup test can find the test files
4607         it needs at runtime.
4608
4609         * tests/check/elements/souphttpsrc.c: (run_server):
4610
4611         Add a define so the soup test can find the test files
4612         it needs at runtime.
4613
4614 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
4615
4616         * gst/goom/convolve_fx.c: (convolve_apply):
4617         Don't ever draw the GOOM logo.
4618         Fixes: #528615
4619
4620 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4621
4622         * ext/cdio/gstcdiocddasrc.c:
4623         * ext/dv/gstdvdemux.c: 
4624         gst_atomic_int_set ==> g_atomic_int_set
4625
4626 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4627
4628         * configure.ac:
4629         * gst/goom/Makefile.am:
4630         * gst/goom/convolve_fx.c:
4631         * gst/goom/default_scripts.h:
4632         * gst/goom/goom.h:
4633         * gst/goom/goom_core.c: (choose_a_goom_line):
4634         * gst/goom/goom_plugin_info.h:
4635         * gst/goom/goomsl.c:
4636         * gst/goom/goomsl.h:
4637         * gst/goom/goomsl_hash.c:
4638         * gst/goom/goomsl_hash.h:
4639         * gst/goom/goomsl_heap.c:
4640         * gst/goom/goomsl_heap.h:
4641         * gst/goom/goomsl_private.h:
4642         * gst/goom/plugin_info.c:
4643           Strip out the config/script parsing stuff, we don't need it.
4644           Fixes #527999.
4645
4646 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
4647
4648         * gst/goom/plugin_info.c: (setOptimizedMethods):
4649           Disable altivec optimisations for 32-bit PPC as well to make
4650           things build properly on all PPC systems. Fixes #528143
4651
4652 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
4653
4654         * gst-plugins-good.spec.in:
4655           Update for souphttpsrc plugin which has moved to -good.
4656
4657 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
4658
4659         * gst/matroska/matroska-demux.c:
4660         (gst_matroska_demux_handle_seek_event):
4661         Fix open-ended seeks in matroskademux
4662         Patch by: Mark Nauwelaerts <manauw skynet be>
4663         Fixes: #526557
4664
4665 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
4666
4667         * tests/check/Makefile.am:
4668         Add soup test certificates to the dist.
4669
4670 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4671
4672         * ext/Makefile.am:
4673         Remove LADSPA reference I missed.
4674
4675 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
4676
4677         * ext/soup/gstsouphttpsrc.c: (plugin_init):
4678         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
4679         over gnome-vfs and everything else. Fixes bug #527848.
4680
4681 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4682
4683         * configure.ac:
4684         * ext/Makefile.am:
4685         Remove LADSPA plugin. Fixes: #515978
4686
4687 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
4688
4689         * configure.ac:
4690         * docs/plugins/Makefile.am:
4691         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4692         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4693         * docs/plugins/gst-plugins-good-plugins.args:
4694         * docs/plugins/inspect/plugin-soup.xml:
4695         * ext/Makefile.am:
4696         * tests/check/Makefile.am:
4697         Move soup plugin from -bad (Fixes: #523124)
4698
4699 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
4700
4701         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
4702         Fix bounds checking of mode in Speex header, which may
4703         produce negative numbers in speex <= 1.1.12
4704
4705 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4706
4707         * gst/goom/Makefile.am:
4708         * gst/goom/gfontlib.c:
4709         * gst/goom/gfontlib.h:
4710         * gst/goom/gfontrle.c:
4711         * gst/goom/gfontrle.h:
4712         * gst/goom/goom.h:
4713         * gst/goom/goom_core.c: (goom_update):
4714         * gst/goom/goom_plugin_info.h:
4715         * gst/goom/gstgoom.c: (gst_goom_chain):
4716         * gst/goom/plugin_info.c:
4717           Remove a bunch of font/text related code that we don't need.
4718
4719 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
4720
4721         * gst/goom/ppc_drawings.s:
4722         * gst/goom/ppc_zoom_ultimate.s:
4723           Change license of these files to LGPL, as permitted by the
4724           author, Guillaume Borios. See #515073.
4725
4726 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
4727
4728         * gst/goom/convolve_fx.c:
4729         * gst/goom/motif_goom1.h:
4730         * gst/goom/motif_goom2.h:
4731           As hinted in Bug #518213, revert one change and fix warnings properly.
4732           This fixes both #518213 and #520073 for me.     
4733
4734 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4735
4736         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
4737         * gst/matroska/matroska-demux.c:
4738         (gst_matroska_demux_handle_seek_event),
4739         (gst_matroska_demux_parse_contents_seekentry),
4740         (gst_matroska_demux_loop):
4741         Fix the Forte build by making function declaration signatures
4742         match the implementations.
4743
4744 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
4745
4746         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
4747         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
4748         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
4749           More logging when probing (see #518474), some comments in _reset().
4750
4751 2008-04-07  Julien Moutte  <julien@fluendo.com>
4752
4753         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
4754         because of a bad argument number.
4755
4756 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4757
4758         * tests/icles/.cvsignore:
4759         * tests/icles/Makefile.am:
4760         * tests/icles/gdkpixbufsink-test.c:
4761           Interactive test app for gdkpixbufsink.
4762
4763 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4764
4765         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4766
4767         * configure.ac:
4768         Actually build dlls when cross-compiling with mingw32.
4769         Fixes bug #526247.
4770
4771 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
4772
4773         * ext/hal/hal.c: (gst_hal_get_alsa_element):
4774           Don't munge device string to 'default:x' for capture devices.
4775           Fixes #525833.
4776
4777 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4778
4779         * ext/wavpack/gstwavpackparse.c:
4780         (gst_wavpack_parse_index_entry_free):
4781         Always use GSlice as we actually depend on GLib 2.12 already.
4782
4783 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4784
4785         * configure.ac:
4786           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
4787           Also bump the GLib requirement to the current de-facto requirement
4788           (ie. 2.12).
4789
4790 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4791
4792         * gst/rtp/gstrtph264pay.c: (encode_base64),
4793         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
4794         * gst/rtp/gstrtph264pay.h:
4795         Parse codec_data for future AVC compatibility.
4796         Fail when we encounter AVC data for now.
4797
4798 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4799
4800         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
4801           (gst_spectrum_init), (gst_spectrum_set_property),
4802           (gst_spectrum_get_property), (gst_spectrum_message_new):
4803           Rename property enums and default defines for the properties to match
4804           the property names and rephrase property descriptions to make them a
4805           bit clearer (hopefully). See #518188.
4806
4807 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4808
4809         * tests/check/Makefile.am:
4810         * tests/check/elements/.cvsignore:
4811         * tests/check/elements/gdkpixbufsink.c:
4812           Add unit test for gdkpixbufsink element.
4813
4814 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
4815
4816         * ext/gdk_pixbuf/Makefile.am:
4817         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4818         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
4819           (gst_gdk_pixbuf_sink_base_init),
4820           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
4821           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
4822           (gst_gdk_pixbuf_sink_set_caps),
4823           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
4824           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
4825           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
4826           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
4827           (gst_gdk_pixbuf_sink_get_property):
4828         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
4829           Add gdkpixbufsink element for easy snapshotting (#525946).
4830
4831 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4832
4833         * tests/check/pipelines/wavpack.c: (wavpack_suite):
4834         Bump timeout from 3 to 60 seconds.
4835
4836 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4837
4838         * tests/check/pipelines/.cvignore:
4839         Remove useless file.
4840
4841         * tests/check/pipelines/.cvsignore:
4842         Add new test to .cvsignore.
4843
4844 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4845
4846         * tests/check/Makefile.am:
4847         * tests/check/pipelines/wavpack.c: (bus_handler),
4848         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
4849         (wavpack_suite), (main):
4850         Add unit test that encodes and decodes some data, checks that it
4851         is still the same and that all timestamps/offsets are perfect.
4852
4853 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4854
4855         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
4856         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
4857         * ext/wavpack/gstwavpackparse.c:
4858         (gst_wavpack_parse_index_entry_new),
4859         (gst_wavpack_parse_index_entry_free),
4860         (gst_wavpack_parse_base_init),
4861         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
4862         Use GSlice for allocating index entries and use
4863         gst_element_class_set_details_simple().
4864
4865 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4866
4867         Patch by: Brian Cameron <brian.cameron at sun dot com>
4868
4869         * sys/sunaudio/gstsunaudio.c:
4870         * sys/sunaudio/gstsunaudiomixer.c:
4871         * sys/sunaudio/gstsunaudiomixer.h:
4872         * sys/sunaudio/gstsunaudiomixerctrl.c:
4873         * sys/sunaudio/gstsunaudiomixerctrl.h:
4874         * sys/sunaudio/gstsunaudiomixertrack.c:
4875         * sys/sunaudio/gstsunaudiomixertrack.h:
4876         * sys/sunaudio/gstsunaudiosink.c:
4877         * sys/sunaudio/gstsunaudiosink.h:
4878         * sys/sunaudio/gstsunaudiosrc.c:
4879         * sys/sunaudio/gstsunaudiosrc.h:
4880           Fix up copyrights (#525860).
4881
4882 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4883
4884         * gst/goom/goomsl.c: (gsl_read_file):
4885           Check return value of fread() to avoid compiler warnings.
4886
4887 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4888
4889         Based on patch by: Mersad Jelacic <mersad at axis dot com>
4890
4891         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
4892         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
4893         * gst/law/alaw-decode.h:
4894         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
4895         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
4896         (gst_mulawdec_chain), (gst_mulawdec_change_state):
4897         * gst/law/mulaw-decode.h:
4898         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
4899         Make negotiation a bit modern.
4900         Use pad_alloc. Fixes #525359.
4901
4902 2008-03-31  David Schleef  <ds@schleef.org>
4903
4904         * gst/goom/xmmx.c: Fix constraints on asm code so that it
4905           compiles consistently.  Fixes #522278.
4906
4907 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4908
4909         Patch by: Brian Cameron <brian.cameron at sun dot com>
4910
4911         * sys/sunaudio/gstsunaudiomixerctrl.c:
4912           (gst_sunaudiomixer_ctrl_get_volume),
4913           (gst_sunaudiomixer_ctrl_set_volume):
4914         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
4915           Fix up the mixer tracks to use a volume range of 0-255, which is what
4916           the sun audio API uses. This simplifies the code and avoids rounding
4917           errors. Fixes #524593.
4918
4919 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
4920
4921         * sys/v4l2/gstv4l2object.c:
4922         * sys/v4l2/gstv4l2object.h:
4923         Add device-fd property to make it possible to apps to call ioctl's.
4924
4925 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4926
4927         * gst/qtdemux/qtdemux.c: (next_entry_size):
4928         Unbreak streaming mode again.
4929
4930 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4931
4932         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4933           Remove superfluous DEBUG macro.
4934
4935 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
4936
4937         Based on patch by: William M. Brack <wbrack at mmm com hk>
4938
4939         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
4940           (gst_v4l2src_set_capture):
4941           Check whether the device supports setting the framerate before
4942           trying to set it and then posting a warning or error if it doesn't
4943           work (#516649, #520092). Also compare fractions more correctly.
4944
4945 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4946
4947         * gst/goom/Makefile.am:
4948           Remove ppc assembler optimisations from the build until they
4949           actually build (they also seem to have GPL headers).
4950
4951 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4952
4953         * m4/Makefile.am:
4954           Better not dist files that don't exist any longer (lrint*m4).
4955
4956 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4957
4958         * configure.ac:
4959         * m4/lrint.m4:
4960         * m4/lrintf.m4:
4961         Remove lrint/lrintf checks. We don't use it anywhere.
4962
4963 2008-03-18  Andy Wingo  <wingo@pobox.com>
4964
4965         * sys/osxvideo/osxvideosink.m
4966         (gst_osx_video_sink_osxwindow_destroy)
4967         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4968         task, whoopdee.
4969         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4970         2 ms.
4971
4972 2008-03-18  Andy Wingo  <wingo@pobox.com>
4973
4974         * sys/osxvideo/osxvideosink.m
4975         (gst_osx_video_sink_osxwindow_destroy)
4976         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
4977         task, whoopdee.
4978         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
4979         2 ms.
4980         
4981 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4982
4983         Patch by: William M. Brack <wbrack at mmm com hk>
4984
4985         * sys/v4l2/v4l2src_calls.c:
4986           (gst_v4l2src_probe_caps_for_format_and_size),
4987           (gst_v4l2src_probe_caps_for_format):
4988           Make sure the probed frame sizes are reversed in the resulting
4989           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
4990           highest resolution first); also remove unused variable.
4991           (Partly fixes #520092)
4992
4993 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4994
4995         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4996
4997         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4998         (gst_rtspsrc_finalize):
4999         Call WSAStartup() and WSACleanup before using the Winsock API.
5000         See #520808.
5001
5002 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5003
5004         * gst/avi/gstavidemux.c:
5005           Erm, the buffer-size is just guint, no need for the special format
5006           specifier.
5007
5008 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5009
5010         * gst/goom/plugin_info.c:
5011         * gst/goom/ppc_zoom_ultimate.h:
5012           Small fixes to build more on PPC: ifdef out code that uses unknown
5013           define; add newline at end of header file to avoid compiler warning.
5014           Assembler code still doesn't build though.
5015
5016 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5017
5018         * gst/avi/gstavidemux.c:
5019           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5020           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5021
5022 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5023
5024         * gst/avi/gstavidemux.c:
5025           Chunksize is uint32. Fix format specifier.
5026
5027 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5028
5029         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5030         mistake. Return file to pure MIT text.
5031
5032 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5033
5034         * gst/audiofx/audiofx.c:
5035         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5036         of hardcoding values.
5037
5038 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5039
5040         Patch by: Mark Nauwelaerts <manauw skynet be>
5041
5042         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5043           (gst_oss_src_close):
5044         * sys/oss/gstosssrc.h:
5045           Cache probed caps, so _get_caps() during recording doesn't cause
5046           ioctl calls which may disrupt the recording (fixes #521875).
5047
5048 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5049
5050         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5051         (gst_qtdemux_activate_segment),
5052         (gst_qtdemux_prepare_current_sample),
5053         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5054         Make sure we always send a DISCONT after a seek by setting the sample
5055         index to an undefined value after a seek.
5056
5057 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5058
5059         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5060           (GST_IS_AVI_SUBTITLE_CLASS):
5061           Fix up IS_FOO macros, which makes gtk-doc much happier.
5062
5063 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5064
5065         * tests/icles/Makefile.am:
5066           Move the -lgstfoo where it belongs.
5067
5068 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5069
5070         * gst/matroska/ebml-ids.h:
5071         Add ID for EBML CRC32 elements.
5072
5073         * gst/matroska/Makefile.am:
5074         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5075         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5076         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5077         (gst_ebml_read_header):
5078         Support reading 80bit floats, add finalize method to clean up
5079         in any case, support reading length/id elements with any length
5080         as long as it's smaller than our supported maximum, don't leak
5081         buffers if reading as much data as we wanted failed and some
5082         smaller cleanup.
5083
5084 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5085
5086         Patch by: Olivier Crete <tester at tester dot ca>
5087
5088         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5089         Check that a buffer is large enough before reading from it.
5090         Fixes bug #521102.
5091         
5092 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5093
5094         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5095         Fix compilation after removing the GstPollMode from the
5096         constructor.
5097
5098 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5099
5100         * configure.ac:
5101         * gst/audiofx/Makefile.am:
5102         * gst/audiofx/audiochebband.c:
5103         * gst/audiofx/audiocheblimit.c:
5104         * gst/audiofx/math_compat.h:
5105         Check for sinh(), cosh() and asinh() and define our own
5106         implementations if they're not available. Fixes bug #520880.
5107
5108 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5109
5110         Patch by: Olivier Crete <tester at tester dot ca>
5111
5112         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5113         Unref the buffers only once when handling not-negotiated errors.
5114         Fixes bug #520764.
5115
5116 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5117
5118         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5119
5120         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5121         (gst_udpsrc_stop):
5122         Properly balance WSA_Cleanup with WSA_Startup.
5123         Also make the poll controllable on windows. Fixes #520888.
5124
5125 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5126
5127         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5128         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5129         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5130         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5131         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5132         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5133         (gst_ebml_read_date), (gst_ebml_read_master),
5134         (gst_ebml_read_binary), (gst_ebml_read_header):
5135         * gst/matroska/ebml-read.h:
5136         * gst/matroska/matroska-demux.c:
5137         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5138         (gst_matroska_demux_read_track_encodings),
5139         (gst_matroska_demux_add_stream),
5140         (gst_matroska_demux_handle_src_query),
5141         (gst_matroska_demux_handle_seek_event),
5142         (gst_matroska_demux_init_stream),
5143         (gst_matroska_demux_parse_tracks),
5144         (gst_matroska_demux_parse_index_cuetrack),
5145         (gst_matroska_demux_parse_index_pointentry),
5146         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5147         (gst_matroska_demux_parse_metadata_id_simple_tag),
5148         (gst_matroska_demux_parse_metadata_id_tag),
5149         (gst_matroska_demux_parse_metadata),
5150         (gst_matroska_demux_sync_streams),
5151         (gst_matroska_demux_push_hdr_buf),
5152         (gst_matroska_demux_push_flac_codec_priv_data),
5153         (gst_matroska_demux_push_xiph_codec_priv_data),
5154         (gst_matroska_demux_add_wvpk_header),
5155         (gst_matroska_demux_check_subtitle_buffer),
5156         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5157         (gst_matroska_demux_parse_cluster),
5158         (gst_matroska_demux_parse_contents_seekentry),
5159         (gst_matroska_demux_parse_contents),
5160         (gst_matroska_demux_loop_stream_parse_id),
5161         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5162         * gst/matroska/matroska-demux.h:
5163         * gst/matroska/matroska-ids.h:
5164         Handle return values from pull_range in a more granular way to properly
5165         shut down on seeks.
5166         Combine return values from push.
5167         Implement proper error handling.
5168         Prepare for handling seeking correctly.
5169
5170 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5171
5172         * gst/matroska/ebml-read.c:
5173         Use GINT64 formatting constants from GLIB.
5174
5175         * gst/matroska/matroska-demux.c:
5176         Add some guards to avoid a possible division by 0 and crashing
5177         with NULL events on some systems.
5178         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5179         conversion. 
5180
5181         * gst/matroska/matroska-mux.c:
5182         Check for invalid timestamps in a bunch of places to avoid
5183         writing bogus durations into the output file.
5184         Fix some double<->gint64 conversions that weren't using
5185         gst_guint64_to_gdouble
5186
5187 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5188
5189         * configure.ac:
5190         Move the checks for bison, flex and as to the program section and the
5191         check for gcc inline asm to the compiler characteristics section.
5192
5193 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5194
5195         * configure.ac:
5196         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5197         plug-ins are included/excluded. (#498222)
5198
5199 2008-02-29  Michael Smith <msmith@fluendo.com>
5200
5201         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5202           Don't call gst_object_sync_values() unless we have a valid timestamp.
5203
5204 2008-02-28  David Schleef  <ds@schleef.org>
5205
5206         * gst/matroska/matroska-demux.c:
5207         * gst/matroska/matroska-ids.h:
5208         * gst/matroska/matroska-mux.c:
5209           Fix Dirac mapping.  I had previously added a VfW-type
5210           mapping, but it looks like Dirac will get a native Matroska
5211           mapping, and this is the most likely method.
5212
5213 2008-02-28  David Schleef  <ds@schleef.org>
5214
5215         * gst/avi/gstavimux.c: Add Dirac encoding
5216
5217 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5218
5219         Patch by: Peter Kjellerstedt <pkj at axis com>
5220
5221         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5222         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5223         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5224         * gst/udp/gstudpsrc.h:
5225         Port to GstPoll. See #505417.
5226
5227 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5228
5229         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5230         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5231         yet on the srcpad. We need rate and channels before we
5232         can do any processing. Fixes bug #519088.
5233
5234 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5235
5236         * configure.ac:
5237         Detect and indicate if GCC inline assembly syntax is
5238         available.
5239
5240         * gst/goom/Makefile.am:
5241         * gst/goom/convolve_fx.c:
5242         * gst/goom/flying_stars_fx.c:
5243         * gst/goom/goom_config.h:
5244         * gst/goom/goom_core.c:
5245         * gst/goom/goomsl.c:
5246         * gst/goom/ifs.c:
5247         * gst/goom/mmx.c:
5248         * gst/goom/plugin_info.c:
5249         * gst/goom/xmmx.c:
5250         Fix various GCC-isms, and only build the inline assembly
5251         with compilers that support GCC inline assembly.
5252
5253         Fix a couple of other warnings shown with Forte.
5254
5255 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5256
5257         * gst/goom/xmmx.c:
5258           Use 'emms' instead of 'femms' to not crash on cpus that do not
5259           implement this 3dnow specific instruction.
5260
5261 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5262
5263         * gst/goom/plugin_info.c: (setOptimizedMethods):
5264         Use extended MMX for draw_line() too if available, not only
5265         normal MMX.
5266
5267 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5268
5269         * ext/jpeg/gstjpeg.c: (plugin_init):
5270         Remove (commented out) smoke typefinder. This is in base now.
5271
5272 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5273
5274         * gst/goom2k1/Makefile.am:
5275         * gst/goom2k1/gstgoom.c:
5276
5277         Rename the installed library, and don't register the same 
5278         GType name as the new goom.
5279
5280 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5281
5282         * configure.ac:
5283         * ext/taglib/Makefile.am:
5284           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5285           when building C++ code (#516509).
5286
5287 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5288
5289         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5290         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5291           (setOptimizedMethods):
5292           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5293           anything useful. Export goom debug category so we can get
5294           rid of the VERBOSE define and the printfs.
5295
5296 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5297
5298         * gst/goom/goomsl_heap.c: (align_it):
5299         * gst/goom/plugin_info.c: (setOptimizedMethods):
5300           Compile fixes for x86-64.
5301
5302 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5303
5304         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5305         with warnings, but add other CFLAGS
5306
5307         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5308         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5309         (calculate_labels), (gsl_read_file):
5310         * gst/goom/goomsl_lex.l:
5311         * gst/goom/goomsl_yacc.y:
5312         * gst/goom/plugin_info.c: Remove a few live printf, and
5313         fprintf, replace exit() calls with g_assert_not_reached()
5314         if it not optimal for a library
5315
5316 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5317
5318         * gst/goom/Makefile.am: Remove the warnings being disabled,
5319         fix linkage on x86, spotted by Sebastian Dröge
5320         <slomo@circular-chaos.org>
5321
5322         * gst/goom/convolve_fx.c (convolve_init),
5323         (create_output_with_brightness), (convolve_apply):
5324         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5325         * gst/goom/goomsl.c:
5326         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5327         * gst/goom/plugin_info.c:
5328         * gst/goom/tentacle3d.c (tentacle_fx_create):
5329         Fix warnings, and disable the motifs in the convolve_fx
5330         plugin (they were causing warnings, and they were just
5331         "Goom" in funny letterring)
5332
5333 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5334
5335         * configure.ac: Add checks for Flex/Yacc/Bison and other
5336         furry animals, for the new goom 2k4 based plugin
5337
5338         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5339         CPU optimisations (not working yet), move the old plugin to...
5340
5341         * gst/goom2k1/*: ... here, in case somebody is sick enough
5342
5343         Fixes #515073
5344
5345 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5346
5347         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5348         Post the server response code in an error message instead of a generic
5349         'error' message. Fixes #517237.
5350
5351 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5352
5353         * tests/check/Makefile.am:
5354         Ignore gconfaudiosrc for the states unit test too. It will fallback
5355         to alsasrc if the gconf settings can't be read and not everybody has
5356         alsa.
5357
5358 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5359
5360         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5361         (gst_wavpack_parse_create_src_pad):
5362         * ext/wavpack/gstwavpackparse.h:
5363         Always report the duration if we know it in push mode and don't
5364         return 0 just to make totem believe we can't seek in push mode.
5365         Newer totem version use the SEEKING query which properly reports
5366         if we can seek or not.
5367
5368 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5369
5370         Patch by: Jens Granseuer <jensgr at gmx dot net>
5371
5372         * tests/examples/equalizer/demo.c: (main):
5373         C89 fix, moving variable declarations to the beginning of
5374         the block. Fixes bug #517933.
5375
5376 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5377
5378         * configure.ac:
5379         Back to development...
5380
5381 === release 0.10.7 ===
5382
5383 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5384
5385         * configure.ac:
5386           releasing 0.10.7, "Red Door Black"
5387
5388 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5389
5390         * gst/alpha/Makefile.am:
5391         Link alpha plugin with libgstbase. Fixes bug #517386.
5392
5393 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5394
5395         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5396         Init values to -1 instead of the default 0 value.
5397         Fixes #516524.
5398
5399 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5400
5401         * tests/examples/spectrum/spectrum-example.c:
5402         Add missing include to fix compilation when libxml usage is disabled.
5403         Fixes: #516371
5404
5405 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5406
5407         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5408         fixes: #514889
5409
5410         * gst/rtp/gstrtph264pay.c:
5411         * gst/rtp/gstrtpmp4gdepay.c:
5412         * gst/rtp/gstrtpmp4gpay.c:
5413         * gst/rtp/gstrtpmp4gpay.h:
5414         * gst/rtp/gstrtptheorapay.c:
5415         * gst/rtp/gstrtpvorbispay.c:
5416
5417         Fix various leaks shown up in valgrind
5418         - free sprops and buffer in error cases in H264 payloader
5419         - fix leak in mp4g depayloader when construction the caps
5420         - don't leak config string in the mp4g payloader
5421         - don't leak buffers and headers in theora and vorbis payloaders
5422
5423         * tests/check/elements/rtp-payloading.c:
5424
5425         Fix the RTP data test
5426         - Actually send valid amr data to the payloader instead of 20
5427         zero-bytes
5428         - The mp4g payloader expects codec_data on the caps
5429
5430 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5431
5432         * win32/MANIFEST:
5433         Add libgstpng.dsp to MANIFEST.
5434         * win32/vs6/libgstaudiofx.dsp:
5435         Add new source files to VS project file.
5436
5437 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5438
5439         * sys/ximage/gstximagesrc.c:
5440         Initialise variables when opening the X display rather
5441         than in _start(), as the display can be opened before that.
5442
5443         Fixes: #515985
5444
5445 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5446
5447         * sys/directdraw/gstdirectdrawsink.c:
5448         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5449         (gst_directdraw_sink_finalize):
5450         Properly chain up finalize functions. Fixes bug #515980.
5451
5452 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5453
5454         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5455         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5456         (gst_v4l2_buffer_pool_class_init):
5457         Chain up the finalize functions. Fixes bug #515984.
5458
5459 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5460
5461         * sys/ximage/ximageutil.c:
5462         Chain up in the finalize function for our custom
5463         buffer sub-class.
5464         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5465         Fixes: #515706
5466
5467 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5468
5469         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5470         (gst_fenced_buffer_class_init):
5471         Properly chain up finalize method. Fixes bug #515979.
5472
5473 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5474
5475         * sys/ximage/gstximagesrc.c:
5476         Free allocated Damage memory before closing our connection to the
5477         X server. Partially fixes: #515706
5478
5479 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5480
5481         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5482         * tests/check/Makefile.am:
5483         * tests/check/gst-plugins-good.supp:
5484         Add a few libjpeg suppressions and initialize a variable to
5485         make smokeenc valgrind clean. Fixes bug #515701.
5486
5487 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5488
5489         * gst/avi/gstavidemux.c:
5490         Revert patch which sends timestamps only on keyframes, as it
5491         breaks playback with current gst-ffmpeg.
5492
5493         Fixes: #515562
5494
5495 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5496
5497         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5498         * tests/check/elements/multifile.c: (GST_START_TEST):
5499         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5500
5501 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5502
5503         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5504         Use and unset the GError when pipeline creation fails instead of
5505         simply leaking it. Fixes bug #515704.
5506
5507 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5508
5509         * gst/audiofx/audioamplify.c:
5510         * gst/audiofx/audiochebband.c:
5511         * gst/audiofx/audiocheblimit.c:
5512         * gst/audiofx/audiodynamic.c:
5513         * gst/audiofx/audioinvert.c:
5514         * gst/audiofx/audiopanorama.c:
5515         * gst/audiofx/audiowsincband.c:
5516         * gst/audiofx/audiowsinclimit.c:
5517         Fix long description of audiofx elements. Fixes bug #515457.
5518
5519 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5520
5521         * docs/plugins/Makefile.am:
5522         * gst/spectrum/gstspectrum.c:
5523         * tests/examples/spectrum/.cvsignore:
5524         * tests/examples/spectrum/Makefile.am:
5525         * tests/examples/spectrum/spectrum-example.c:
5526
5527         Add a simple example application for the spectrum element, include it
5528         in the docs, and fix some documentation ambiguities.
5529
5530         Fixes: #348085
5531
5532 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5533
5534         * gst/equalizer/Makefile.am:
5535         * gst/spectrum/Makefile.am:
5536         Fix includes order
5537
5538         * tests/check/Makefile.am:
5539         Exclude v4l2src from the states test - it takes too long to start.
5540
5541         * tests/check/elements/spectrum.c:
5542         Make the test run properly with CK_FORK=no
5543
5544 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5545
5546         * gst/audiofix/Makefile.am: add missing header files 
5547
5548 2008-02-08  Julien Moutte  <julien@fluendo.com>
5549
5550         * gst/matroska/matroska-demux.c:
5551         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5552         keyframe and delta units correctly when dealign with a BlockGroup.
5553         Fixes: #514397
5554
5555 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5556
5557         * tests/check/elements/.cvsignore:
5558         Spell the new tests correctly in .cvsignore
5559
5560 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5561
5562         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5563           Need to use gsize here for the size, fixes compiler warning.
5564
5565         * tests/examples/equalizer/.cvsignore:
5566         * tests/examples/equalizer/Makefile.am:
5567         * tests/examples/spectrum/.cvsignore:
5568         * tests/examples/spectrum/Makefile.am:
5569           Add missing files to fix the build.
5570
5571 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5572
5573         * configure.ac:
5574         * docs/plugins/Makefile.am:
5575         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5576         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5577         * docs/plugins/gst-plugins-good-plugins.args:
5578         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5579         * docs/plugins/inspect/plugin-multifile.xml:
5580         * tests/check/Makefile.am:
5581         * tests/check/elements/.cvsignore:
5582
5583         Move multifile plugin from -bad.
5584         Fixes: #490283
5585
5586 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5587
5588         * configure.ac:
5589         * docs/plugins/Makefile.am:
5590         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5591         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5592         * docs/plugins/gst-plugins-good-plugins.args:
5593         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5594         * docs/plugins/inspect/plugin-spectrum.xml:
5595         * gst/spectrum/Makefile.am:
5596         * tests/check/Makefile.am:
5597         * tests/check/elements/.cvsignore:
5598         * tests/examples/Makefile.am:
5599
5600         Move spectrum plugin from -bad.
5601         Move examples into tests/examples/spectrum.
5602
5603 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5604
5605         * configure.ac:
5606         * docs/plugins/Makefile.am:
5607         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5608         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5609         * docs/plugins/gst-plugins-good-plugins.args:
5610         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5611         * docs/plugins/gst-plugins-good-plugins.interfaces:
5612         * docs/plugins/inspect/plugin-equalizer.xml:
5613         * gst/equalizer/Makefile.am:
5614         * tests/check/Makefile.am:
5615         * tests/examples/Makefile.am:
5616         Move the equalizer plugin across from -bad
5617
5618         * tests/check/elements/.cvsignore:
5619         Add equalizer, audiosincwband and audiosincwlimit
5620
5621         * tests/check/elements/equalizer.c:
5622         Fix compiler warnings
5623
5624         Fixes: #415627
5625
5626 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5627
5628         * configure.ac:
5629         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
5630         are treated like releases and build without it.
5631
5632 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5633
5634         * docs/plugins/Makefile.am:
5635         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5636         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5637         * docs/plugins/gst-plugins-good-plugins.args:
5638         * docs/plugins/inspect/plugin-audiofx.xml:
5639         * gst/audiofx/Makefile.am:
5640         * gst/audiofx/audiofx.c:
5641         * gst/audiofx/audiowsincband.c:
5642         * gst/audiofx/audiowsincband.h:
5643         * gst/audiofx/audiowsinclimit.c:
5644         * gst/audiofx/audiowsinclimit.h:
5645         * tests/check/Makefile.am:
5646         * tests/check/elements/audiowsincband.c:
5647         * tests/check/elements/audiowsinclimit.c:
5648
5649         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
5650         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
5651         respectively.
5652
5653         Fixes: #467666
5654
5655 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5656
5657         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
5658         * tests/check/elements/icydemux.c:
5659           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
5660           caps, and add a somewhat useful debug message. Plus test.
5661
5662 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5663
5664         * gst/rtsp/gstrtspsrc.c:
5665         Include unistd.h only if HAVE_UNISTD_H is defined
5666         * win32/common/config.h.in:
5667         * win32/common/config.h:
5668         Define socklen_t as it seems it's not defined in default 
5669         Visual Studio headers.
5670         * win32/vs6/libgstalpha.dsp:
5671         * win32/vs6/libgstapetag.dsp:
5672         * win32/vs6/libgstavi.dsp:
5673         * win32/vs6/libgstrtp.dsp:
5674         * win32/vs6/libgstrtsp.dsp:
5675         * win32/vs6/libgstvideomixer.dsp:
5676         Update project file dependencies and add new source files       
5677
5678 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5679
5680         Patch by: Bjarne Rosengren <bjarne at axis dot com>
5681
5682         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
5683         Don't leak buffers when we don't push them downstream.
5684         Fixes bug #514965.
5685
5686 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5687
5688         * configure.ac:
5689           Bump requirements to (good) released versions to avoid
5690           confusion and make implicit core requirement explicit.
5691
5692 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
5693
5694         * docs/plugins/Makefile.am:
5695         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5696         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5697         * docs/plugins/gst-plugins-good-plugins.args:
5698         * docs/plugins/inspect/plugin-audiofx.xml:
5699         * gst/audiofx/Makefile.am:
5700         * gst/audiofx/audiochebband.c:
5701         * gst/audiofx/audiochebband.h:
5702         * gst/audiofx/audiocheblimit.c:
5703         * gst/audiofx/audiocheblimit.h:
5704         * gst/audiofx/audiochebyshevfreqband.c:
5705         * gst/audiofx/audiochebyshevfreqband.h:
5706         * gst/audiofx/audiochebyshevfreqlimit.c:
5707         * gst/audiofx/audiochebyshevfreqlimit.h:
5708         * gst/audiofx/audiofx.c:
5709         * tests/check/Makefile.am:
5710         * tests/check/elements/.cvsignore:
5711         * tests/check/elements/audiochebband.c:
5712         * tests/check/elements/audiocheblimit.c:
5713         * tests/check/elements/audiochebyshevfreqband.c:
5714         * tests/check/elements/audiochebyshevfreqlimit.c:
5715
5716         Rename audiochebyshevfreqband -> audiochebband and
5717         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
5718         surgery.
5719
5720         Closes: #491811
5721
5722 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5723
5724         Patch by: Orjan Friberg <orjanf at axis dot com>
5725
5726         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5727         Fix caps memory leak. Fixes #514573.
5728
5729 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5730
5731         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
5732         If there's no entries in the subindex, don't try to do anything stupid,
5733         just return.
5734
5735 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5736
5737         Patch by: John Millikin <jmillikin at gmail dot com>
5738
5739         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
5740           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
5741           Fix extraction of picture blocks with newer libflac versions again:
5742           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
5743
5744 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5745
5746         * tests/check/Makefile.am:
5747           Add rtp-payloading test to VALGRIND_TO_FIX.
5748
5749         * tests/check/elements/rtp-payloading.c:
5750           Add semicolons after GST_TEST_END so gst-indent gets the
5751           formatting right; make test less verbose in general, but
5752           more verbose in the error case (which should probably
5753           make the test fail anyway).
5754
5755 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
5756
5757         * docs/plugins/Makefile.am:
5758         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5759         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5760         * gst/avi/gstavisubtitle.c:
5761         Add documentation for avisubtitle and change class to
5762         Codec/Parser/Subtitle
5763
5764 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5765
5766         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5767         Treat ENOTTY (driver does not implement ioctl) the same as
5768         EINVAL since it implies there are no available standards.
5769
5770         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
5771         (gst_v4l2src_get_nearest_size):
5772         Replace gst_v4l2src_get_size_limits with 2 calls to new function
5773         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
5774         probe if the driver does not support VIDIOC_TRY_FMT for whatever
5775         reason, and if we aren't yet actively capturing.
5776
5777         * sys/v4l2/v4l2src_calls.h:
5778         Remove replaced function declaration.
5779
5780 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5781
5782         * configure.ac:
5783         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
5784         API.
5785
5786 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
5787
5788         * configure.ac:
5789         Fix typo.
5790
5791 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5792
5793         * gst/alpha/Makefile.am:
5794         * gst/alpha/gstalpha.c:
5795
5796         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
5797         some stuff, and making buffer-alloc and resizing work automatically.
5798         No longer crashes on odd frame widths and heights, although there
5799         seems to be a disagreement with ffmpegcolorspace about what size
5800         an AYUV frame with odd height should be.
5801
5802 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5803
5804         Patch by: Alessandro Decina <alessandro at nnva dot org>
5805
5806         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
5807         * ext/libpng/gstpngenc.h:
5808         Preallocate the output buffer so that g_memdup() and
5809         gst_buffer_merge() aren't needed anymore. This greatly improves
5810         performances and fixes #512544.
5811
5812 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5813
5814         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
5815         (gst_avi_demux_stream_data):
5816         GStreamer timestamps are PTS values while AVI only knows about DTS
5817         timestamps. Make sure we only copy the DTS as the buffer timestamp when
5818         we are dealing with a key frame.
5819
5820 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5821
5822         * tests/check/Makefile.am:
5823         * tests/check/elements/.cvsignore:
5824         * tests/check/elements/rtp-payloading.c:
5825           Add add testsuite for the rtp-payloader that tries simulating
5826           dataflow. Needs more test data.
5827
5828 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5829
5830         * tests/check/elements/alphacolor.c:
5831           Remove two unused variables.
5832
5833 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5834
5835         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
5836           Use g_ascii_strtoll() instead of atoll, which is only
5837           available in C99.
5838
5839 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
5840
5841         * gst/rtp/Makefile.am:
5842         * gst/rtp/gstrtp.c:
5843         * gst/rtp/gstrtpmpvpay.c:
5844         * gst/rtp/gstrtpmpvpay.h:
5845         Add MPEG2 video payloader
5846
5847 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5848
5849         * gst/level/gstlevel.c:
5850         Use #include <math.h> instead of #include "math.h".
5851
5852 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5853
5854         * tests/check/Makefile.am:
5855         Fix up some CFLAGS sets.
5856         Don't include gconfvideosrc in the states test.
5857
5858         * tests/check/elements/autodetect.c: (GST_START_TEST):
5859         Add some error strings to fail_unless arguments to fix some weird
5860         compiler errors on Solaris.
5861
5862 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
5863
5864         * configure.ac:
5865         Detect video4linux headers on Solaris too.
5866         * sys/v4l2/gstv4l2colorbalance.h:
5867         * sys/v4l2/gstv4l2object.h:
5868         * sys/v4l2/v4l2_calls.c:
5869         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5870         (gst_v4l2_buffer_new):
5871
5872         Make v4l2 build on Solaris.
5873         Patch by: Brian Cameron  <brian.cameron at sun dot com>
5874         Fixes: #510505
5875
5876 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
5877
5878         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5879           Update list from (still local) scanning script.
5880
5881 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
5882
5883         Based on a patch by:
5884             Victor STINNER <victor dot stinner at haypocalc dot com>
5885
5886         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5887         Set variable to NULL after freeing it to prevent double frees
5888         or make failures by another use of it afterwards more obvious
5889         and fix use of it after the freeing. Fixes bug #510592.
5890
5891 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5892
5893         * gst/udp/gstmultiudpsink.c:
5894         use GST_WARNING for logging
5895
5896 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
5897
5898         * gst/udp/gstmultiudpsink.c:
5899         Don't try to leave a multicast group with an invalid socket
5900
5901 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
5902
5903         * ext/flac/gstflacdec.c:
5904           Fix compilation against flac 1.1.2 (as on debian stable), where
5905           the picture metadata defines and structs don't exist yet.
5906           Fixes #509301.
5907
5908 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5909
5910         Patch by: Olivier Crete <tester at tester dot ca>
5911
5912         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
5913         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
5914         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
5915         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
5916         * gst/udp/gstmultiudpsink.h:
5917         Add property to automatically join a multicast group or not. This can be
5918         useful when sharing a socket between multiple elements.
5919         Fixes #509531.
5920
5921 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5922
5923         * gst/videomixer/Makefile.am:
5924           Add controller flags.
5925
5926 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5927
5928         * gst/videomixer/videomixer.c:
5929           Also commit the missing gst_object_sync_values().
5930
5931 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
5932
5933         * docs/plugins/Makefile.am:
5934           Remove duplicate entry.
5935
5936 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5937
5938         * docs/plugins/Makefile.am:
5939         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5940         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5941         * docs/plugins/inspect/plugin-gamma.xml:
5942         * docs/plugins/inspect/plugin-monoscope.xml:
5943         * docs/plugins/inspect/plugin-video4linux2.xml:
5944           Add 3 more plugins to docs.
5945
5946 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5947
5948         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5949         * sys/osxvideo/osxvideosink.h:
5950           Revert previous change caused by a file that got stuck on an old
5951           revision.
5952
5953 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5954
5955         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5956         * gst/multipart/Makefile.am:
5957         * gst/multipart/multipartdemux.c:
5958         * gst/multipart/multipartdemux.h:
5959         * gst/multipart/multipartmux.c:
5960         * gst/multipart/multipartmux.h:
5961           Re-add multipartdemux to the docs. Last round of section cleanup.
5962
5963 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5964
5965         * docs/plugins/Makefile.am:
5966         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5967         * sys/osxaudio/gstosxaudiosink.h:
5968         * sys/osxvideo/osxvideosink.h:
5969           Managed to resolve most unused declarations. Filed a bug for one left.          
5970
5971 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5972
5973         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5974           Cleanup section file.
5975
5976 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
5977
5978         * docs/plugins/Makefile.am:
5979         * docs/plugins/gst-plugins-good-plugins.args:
5980         * docs/plugins/gst-plugins-good-plugins.signals:
5981         * docs/plugins/inspect/plugin-alaw.xml:
5982         * docs/plugins/inspect/plugin-alpha.xml:
5983         * docs/plugins/inspect/plugin-alphacolor.xml:
5984         * docs/plugins/inspect/plugin-annodex.xml:
5985         * docs/plugins/inspect/plugin-apetag.xml:
5986         * docs/plugins/inspect/plugin-audiofx.xml:
5987         * docs/plugins/inspect/plugin-auparse.xml:
5988         * docs/plugins/inspect/plugin-autodetect.xml:
5989         * docs/plugins/inspect/plugin-avi.xml:
5990         * docs/plugins/inspect/plugin-cairo.xml:
5991         * docs/plugins/inspect/plugin-cdio.xml:
5992         * docs/plugins/inspect/plugin-cutter.xml:
5993         * docs/plugins/inspect/plugin-debug.xml:
5994         * docs/plugins/inspect/plugin-dv.xml:
5995         * docs/plugins/inspect/plugin-efence.xml:
5996         * docs/plugins/inspect/plugin-effectv.xml:
5997         * docs/plugins/inspect/plugin-flac.xml:
5998         * docs/plugins/inspect/plugin-flxdec.xml:
5999         * docs/plugins/inspect/plugin-gconfelements.xml:
6000         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6001         * docs/plugins/inspect/plugin-goom.xml:
6002         * docs/plugins/inspect/plugin-halelements.xml:
6003         * docs/plugins/inspect/plugin-icydemux.xml:
6004         * docs/plugins/inspect/plugin-id3demux.xml:
6005         * docs/plugins/inspect/plugin-jpeg.xml:
6006         * docs/plugins/inspect/plugin-ladspa.xml:
6007         * docs/plugins/inspect/plugin-level.xml:
6008         * docs/plugins/inspect/plugin-matroska.xml:
6009         * docs/plugins/inspect/plugin-mulaw.xml:
6010         * docs/plugins/inspect/plugin-multipart.xml:
6011         * docs/plugins/inspect/plugin-navigationtest.xml:
6012         * docs/plugins/inspect/plugin-png.xml:
6013         * docs/plugins/inspect/plugin-quicktime.xml:
6014         * docs/plugins/inspect/plugin-rtp.xml:
6015         * docs/plugins/inspect/plugin-rtsp.xml:
6016         * docs/plugins/inspect/plugin-shout2send.xml:
6017         * docs/plugins/inspect/plugin-smpte.xml:
6018         * docs/plugins/inspect/plugin-speex.xml:
6019         * docs/plugins/inspect/plugin-taglib.xml:
6020         * docs/plugins/inspect/plugin-udp.xml:
6021         * docs/plugins/inspect/plugin-videobalance.xml:
6022         * docs/plugins/inspect/plugin-videobox.xml:
6023         * docs/plugins/inspect/plugin-videocrop.xml:
6024         * docs/plugins/inspect/plugin-videoflip.xml:
6025         * docs/plugins/inspect/plugin-videomixer.xml:
6026         * docs/plugins/inspect/plugin-wavenc.xml:
6027         * docs/plugins/inspect/plugin-wavpack.xml:
6028         * docs/plugins/inspect/plugin-wavparse.xml:
6029           Update plugin docs.
6030
6031         * gst/videomixer/Makefile.am:
6032         * gst/videomixer/videomixer.c:
6033         * gst/videomixer/videomixer.h:
6034         * gst/videomixer/videomixerpad.h:
6035           Split out header to fix warnings from the doc-build.
6036
6037 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6038
6039         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6040
6041         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6042         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6043
6044 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6045
6046         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6047         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6048           Initialise variables to work around (false) 'foo might be used
6049           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6050
6051 2008-01-11  David Schleef  <ds@schleef.org>
6052
6053         * docs/plugins/.cvsignore:
6054         * tests/check/pipelines/.cvsignore:
6055           Ignore more files for the buildbot.
6056
6057 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6058
6059         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6060         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6061         Generate the image-type values correctly. Leave them out of the caps
6062         when outputting a "preview image" tag, since it only makes sense
6063         to have one of those - the type is irrelevant.
6064
6065         * sys/sunaudio/gstsunaudiomixerctrl.c:
6066         (gst_sunaudiomixer_ctrl_open):
6067         If we can, mark the mixer multiple open when we use it, in case
6068         (for some reason) the process wants to open it again elsewhere.
6069
6070 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6071
6072         Patch by: Olivier Crete <tester at tester dot ca>
6073
6074         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6075         * gst/rtp/gstrtptheorapay.c:
6076         Fix the clock rate to 90000 as required by the RFC.
6077         Fixes #508644.
6078
6079 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6080
6081         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6082           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6083
6084 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6085
6086         * autogen.sh:
6087           Add -Wno-portability to the automake parameters to stop warnings
6088           about GNU make extensions being used. We require GNU make in almost
6089           every Makefile anyway.
6090           
6091         * configure.ac:
6092           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6093           at the same time is required for per target flags.
6094
6095 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6096
6097         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6098         Fix error from my last commit.
6099
6100 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6101
6102         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6103
6104         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6105           Make sure the ISO 639-X language code in ID3v2 COMM frames
6106           is actually valid UTF-8 (or rather: ASCII), so we don't end
6107           up with non-UTF8 strings in tags if there's garbage in the
6108           language field. Also make sure the language code is always
6109           lower case. Fixes: #508291.
6110
6111 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6112
6113         * ChangeLog:
6114           Fix ChangeLog typo.
6115
6116 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6117
6118         * Makefile.am:
6119           Include lcov.mak to allow building coverage reports. Guard
6120           check-torture target like in the other packages.
6121
6122 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6123
6124         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6125
6126         * gst/videomixer/videomixer.c:
6127         (gst_videomixer_set_master_geometry), (_do_init),
6128         (gst_videomixer_child_proxy_get_child_by_index),
6129         (gst_videomixer_child_proxy_get_children_count),
6130         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6131         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6132         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6133         Implement GstChildProxy interface.
6134         Send newsegment at the right moment
6135         Fixes #488879
6136
6137 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6138
6139         * gst/alpha/Makefile.am:
6140         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6141         (gst_alpha_sink_event), (gst_alpha_chain),
6142         (gst_alpha_change_state), (plugin_init):
6143         Make the various properties of 'alpha' controllable. This allows doing
6144         niceties like fade-in/fade-out.
6145
6146 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6147
6148         * gst/rtp/gstasteriskh263.c:
6149         * gst/rtp/gstrtpL16depay.c:
6150         * gst/rtp/gstrtpac3depay.c:
6151         * gst/rtp/gstrtpamrpay.c:
6152         * gst/rtp/gstrtpdepay.c:
6153         * gst/rtp/gstrtpgsmdepay.c:
6154         * gst/rtp/gstrtph263depay.c:
6155         * gst/rtp/gstrtph263pdepay.c:
6156         * gst/rtp/gstrtph263ppay.c:
6157         * gst/rtp/gstrtph264depay.c:
6158         * gst/rtp/gstrtph264pay.c:
6159         * gst/rtp/gstrtpmp2tdepay.c:
6160         * gst/rtp/gstrtpmp4adepay.c:
6161         * gst/rtp/gstrtpmp4gdepay.c:
6162         * gst/rtp/gstrtpmp4gpay.c:
6163         * gst/rtp/gstrtpmp4vdepay.c:
6164         * gst/rtp/gstrtpmpadepay.c:
6165         * gst/rtp/gstrtpmpvdepay.c:
6166         * gst/rtp/gstrtpsv3vdepay.c:
6167         * gst/rtp/gstrtptheoradepay.c:
6168         * gst/rtp/gstrtptheorapay.c:
6169         * gst/rtp/gstrtpvorbisdepay.c:
6170         * gst/rtp/gstrtpvorbispay.c:
6171           Remove copy/paste unused code (property setters and getter) found by
6172           the coverage suite (yay, saves ~20k on disk).
6173
6174 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6175
6176         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6177           (videosink_templ):
6178           Also fix up pad templates to indicate that image/jpeg doesn't
6179           absolutely require the framerate property to be set (#504081).
6180
6181 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6182
6183         Based on patch by: Wouter Cloetens  <wouter at mind be>
6184
6185         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6186           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6187           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6188         * gst/matroska/matroska-mux.h:
6189           Keep track of first and last timestamps for each incoming stream,
6190           so we can calculate the total duration for live sources and other
6191           input where we can't query the duration from the start or where
6192           there's no constant framerate from which we can deduce the
6193           duration; also use calculated/observed duration if it is bigger
6194           than the previously queried duration. Furthermore, use
6195           gst_pad_query_peer_duration() and take into account that it may
6196           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6197           screws up comparisons when using unsigned integers. Fixes #504081.
6198
6199 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6200
6201         * configure.ac:
6202         * gst/audiofx/audioamplify.c:
6203         (gst_audio_amplify_clipping_method_get_type),
6204         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6205         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6206         (gst_audio_dynamic_transform_ip):
6207         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6208         (gst_audio_invert_transform_ip):
6209         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6210         (gst_audio_panorama_transform):
6211         * gst/level/gstlevel.c: (gst_level_init):
6212         Make elements GST_BUFFER_FLAG_GAP aware and call
6213         gst_base_transform_set_gap_aware for this.
6214         Bump core requirement to CVS.
6215         
6216         * gst/audiofx/audiochebyshevfreqband.c:
6217         (gst_audio_chebyshev_freq_band_transform_ip):
6218         * gst/audiofx/audiochebyshevfreqlimit.c:
6219         (gst_audio_chebyshev_freq_limit_transform_ip):
6220         Also sync GObject properties to the controller if operating
6221         in passthrough mode.
6222
6223 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6224
6225         * sys/directdraw/gstdirectdrawsink.c:
6226           (gst_directdraw_sink_window_thread):
6227           FALSE is not a gpointer.
6228
6229 2008-01-05  Julien Moutte  <julien@fluendo.com>
6230
6231         * sys/directdraw/gstdirectdrawsink.c:
6232         (gst_directdraw_sink_set_window_id),
6233         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6234         (gst_directdraw_sink_buffer_alloc),
6235         (gst_directdraw_sink_draw_borders),
6236         (gst_directdraw_sink_show_frame),
6237         (gst_directdraw_sink_setup_ddraw),
6238         (gst_directdraw_sink_window_thread),
6239         (gst_directdraw_sink_get_ddrawcaps),
6240         (gst_directdraw_sink_surface_create): Make sure we create our
6241         internal window only when we need it. That will give a chance to
6242         the application to get the prepare-xwindow-id bus message. Draw
6243         black borders when keeping aspect ratio. Handle the case where our
6244         rendering window disappears (closed or errors) like other sinks
6245         do. Various 80 columns fixes, improve state change order. That
6246         element could need some more love.
6247
6248 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6249
6250         * ext/taglib/gstapev2mux.h:
6251         * ext/taglib/gstid3v2mux.h:
6252         Remove useless typedefs without new type name. Fixes a warning with
6253         gcc 4.3.
6254
6255 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6256
6257         Patch by: John Millikin <jmillikin at gmail dot com>
6258
6259         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6260         (gst_flac_dec_setup_stream_decoder),
6261         (gst_flac_normalize_picture_mime_type),
6262         (gst_flac_extract_picture_buffer),
6263         (gst_flac_dec_metadata_callback):
6264         Emit metadata messages when a PICTURE block is encountered.
6265         Fixes #506715.
6266
6267 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6268
6269         * gst/avi/gstavi.c:
6270         increase rank because no known issues anymore ...
6271         * gst/avi/gstavisubtitle.c:
6272         send subtitle name to the srcpad
6273
6274 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6275
6276         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6277         * gst/rtsp/gstrtspsrc.h:
6278         Implement redirect for the DESCRIBE reply. Fixes #506025.
6279
6280 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6281
6282         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6283         Fix 'xyz may be used uninitialized' compiler warnings caused
6284         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6285         abort() in any case but properly report the error.
6286
6287 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6288
6289         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6290         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6291         * sys/ximage/gstximagesrc.c: (composite_pixel):
6292           Fix 'xyz may be used uninitialized' compiler warnings caused
6293           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6294           not really nice to abort in any case). Fixes #505745.
6295
6296 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6297
6298         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6299           Small unit test fix (has no practical impact at the moment,
6300           since we're only feeding utf8 and hence just create a sub-
6301           buffer for the output).
6302
6303 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6304
6305         * gst/avi/gstavisubtitle.c:
6306         * tests/check/elements/avisubtitle.c:
6307         Add seeking support for avi subtitle
6308
6309 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6310
6311         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6312         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6313         (gst_flac_dec_write):
6314         * ext/flac/gstflacdec.h:
6315         Remove some unused vars.
6316         Do more cleanup of leftover events and tags.
6317         Output tags after the segment event. Fixes #504018.
6318
6319 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6320
6321         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6322           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6323           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6324           Detect other UTF byte order markers and convert to UTF-8 as
6325           appropriate.
6326
6327 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6328
6329         * gst/avi/gstavisubtitle.c: (src_template),
6330           (gst_avi_subtitle_extract_utf8_file),
6331           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6332           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6333           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6334         * gst/avi/gstavisubtitle.h:
6335           Refactor a bit; fix name extraction; don't assume all the data
6336           in the chunk is actually subtitle data, there may be padding at
6337           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6338           file so it's there to send again after a seek (for future use).
6339
6340 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6341
6342         * gst/avi/Makefile.am:
6343         * gst/avi/gstavi.c:
6344         * gst/avi/gstavisubtitle.c:
6345         * gst/avi/gstavisubtitle.h:
6346         * tests/check/Makefile.am:
6347         * tests/check/elements/avisubtitle.c:
6348         * win32/common/config.h:
6349                 Add avi subtitle element for bug #442034. Need seeking support
6350                 and more support for character conversion.
6351
6352 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6353
6354         * Makefile.am:
6355           Include common/win32.mak for CRLF check of win32 project
6356           files (see #393626).
6357
6358         * win32/vs6/libgstpng.dsp:
6359           Fix line endings and do cvs admin -kb.
6360
6361 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6362
6363         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6364         Actually drop the buffers which are outside the currently configured
6365         segment instead of just emitting a WARNING.
6366
6367 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6368
6369         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6370         (gst_flac_dec_write):
6371         * ext/flac/gstflacdec.h:
6372         Send segments from the streaming thread. Fixes #502187.
6373         Fix segment seeking and a bunch of other seeking cases.
6374
6375 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6376
6377         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6378           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6379           which is where it would end up if the same information was
6380           put in a vorbis comment (don't think it's worth adding a
6381           new URI tag for this). Fixes #488112.
6382
6383 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6384
6385         * configure.ac:
6386           We need core/base 0.10.15 or later.
6387
6388 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6389
6390         Patch by: Mark Nauwelaerts <manauw skynet be>
6391
6392         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6393         Fix regression in stream numbering. Fixes #502655.
6394
6395 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6396
6397         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6398
6399         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6400         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6401         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6402         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6403         (gst_rtp_h264_pay_handle_buffer):
6404         * gst/rtp/gstrtph264pay.h:
6405         Use higher performance start-code searching.
6406         Parse NALs and store SPS, PPS and profile in the caps so that they can
6407         be used in the SDP. Fixes #502814.
6408
6409 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6410
6411         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6412         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6413           Init some structs to zero before we pass them to ioctl, which
6414           avoids valgrind warnings.  Also fix a small memory leak.
6415
6416 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6417
6418         Patch by: Wouter Cloetens <wouter at mind dot be>
6419
6420         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6421         Copy timestamp from input to output. Not very perfect yet but better
6422         than nothing. Fixes #503023.
6423
6424 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6425
6426         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6427           Also print a useful error message with the old Wavpack API
6428           if possible.
6429
6430 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6431
6432         * ext/wavpack/gstwavpackdec.c:
6433           More build fixes for old libwavpack versions: include config.h so
6434           that WAVPACK_OLD_API is actually defined as detected; only use
6435           WavpackGetErrorMessage if it is available. This fixes the build
6436           on debian stable for me.
6437
6438 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6439
6440         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6441         * ext/wavpack/gstwavpackparse.c:
6442           (gst_wavpack_parse_create_src_pad):
6443           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6444           versions below 4.40.0.
6445
6446 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6447
6448         * configure.ac:
6449           And now do it right for real...
6450
6451 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6452
6453         * configure.ac:
6454           Correctly reset $LIBS to not contain -lm.
6455
6456 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6457
6458         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6459
6460         * configure.ac:
6461         * ext/cairo/gsttimeoverlay.c:
6462           (gst_cairo_time_overlay_print_smpte_time):
6463           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6464           and checking for rint() and implementing it ourself if it doesn't
6465           exist. Fixes #497293.
6466
6467 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6468
6469         * configure.ac:
6470           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6471
6472 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6473
6474         * sys/oss/gstosshelper.c:
6475         Verify that the format returned after the ioctl is the one
6476         we requested. It is valid for the ioctl to succeed while
6477         substituting an alternate 'supported' sample format.
6478
6479 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6480
6481         * sys/oss/gstossaudio.c: (plugin_init):
6482         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6483         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6484           Post decent (and translated) error message when we can't
6485           open the audio device for some reason.
6486
6487 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6488
6489         * sys/oss/gstosssink.c:
6490         * sys/oss/gstosssrc.c:
6491         Allow the AUDIODEV environment variable to redirect us
6492         to a different default OSS device, like sunaudiosink does
6493         on Solaris (makes audio play automatically on SunRays).
6494
6495 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6496
6497         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6498         * gst/audiofx/audiochebyshevfreqband.c:
6499         (gst_audio_chebyshev_freq_band_transform_ip):
6500         * gst/audiofx/audiochebyshevfreqlimit.c:
6501         (gst_audio_chebyshev_freq_limit_transform_ip):
6502         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6503         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6504         The transform_ip() methods should do nothing if in passthrough mode.
6505         It might get non-writable buffers in that case but the buffer might
6506         as well be writable.
6507
6508         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6509         The transform() methods won't be called in passthrough mode and
6510         otherwise the buffer is always writable so don't check here.
6511
6512 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6513
6514         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6515           Fix seeking in .wav files again (#501775).  Some people seem to think
6516           they don't need to test their changes when they're just 'reflowing'
6517           some code.
6518
6519 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6520
6521         * gst/autodetect/gstautovideosink.c:
6522         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6523         (gst_auto_video_sink_init),
6524         (gst_auto_video_sink_create_element_with_pretty_name),
6525         (gst_auto_video_sink_find_best),
6526         (gst_auto_video_sink_set_property),
6527         (gst_auto_video_sink_get_property):
6528         * gst/autodetect/gstautovideosink.h:
6529         Fix docs.
6530         Use same error reporting code as autoaudiosink.
6531         Add property to filter sinks based on caps. Only select raw video sinks
6532         by default for backwards compat.
6533         API: GstAutoVideoSink::filter-caps
6534
6535 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6536
6537         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6538
6539         * gst/autodetect/gstautoaudiosink.c:
6540         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6541         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6542         (gst_auto_audio_sink_set_property),
6543         (gst_auto_audio_sink_get_property):
6544         * gst/autodetect/gstautoaudiosink.h:
6545         Add property to filter sinks based on caps. Only select raw audio sinks
6546         by default for backwards compat.  Fixes #417420.
6547         API: GstAutoAudioSink::filter-caps
6548
6549 2007-11-29  Michael Smith <msmith@fluendo.com>
6550
6551         Patch by: Arek Korbik <arkadini@gmail.com>
6552
6553         * gst/videobox/gstvideobox.c: (plugin_init):
6554           Initialise liboil in plugin_init()
6555
6556 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6557
6558         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6559         Post error before sending EOS. Fixes #499178.
6560
6561 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6562
6563         * win32/vs6/gst_plugins_good.dsw:
6564         * win32/vs6/libgstpng.dsp:
6565         Add a project file for libgstpng
6566
6567 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6568
6569         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6570         (gst_rtp_h263_depay_process):
6571         Code beautification.
6572         Added debug statements.
6573         Don't bit-shift everything, just do operations on last/first byte
6574         instead.
6575
6576 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6577
6578         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6579
6580         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6581         Fix wrong comparison in overrun check. Fixes #499239 some more.
6582
6583 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6584
6585         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6586         (gst_rtp_h263_depay_process):
6587         * gst/rtp/gstrtph263depay.h:
6588         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6589         stream.
6590
6591 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6592
6593         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
6594
6595         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
6596         (gst_rtp_mp4a_depay_process):
6597         * gst/rtp/gstrtpmp4adepay.h:
6598         Fix depayloading when multiple frames are inside one RTP packet.
6599         Fixes #499239.
6600
6601 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6602
6603         * gst/level/gstlevel.c:
6604           Add GAP-flag support.
6605
6606 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
6607
6608         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
6609         Read the I flag for Mode A h263 rtp stream and set the
6610         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
6611         Fixes #499383
6612
6613 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6614
6615         * gst/level/gstlevel.c:
6616           Remove some dead code and do cleanups.
6617
6618 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6619
6620         * tests/check/pipelines/simple-launch-lines.c:
6621           Improve the tests by allowing to set a target state.
6622
6623 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
6624
6625         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
6626         Don't check the caps of the output buffer if they're equal some
6627         other caps. The caps can change in a backward compatible way
6628         and did at this point.
6629
6630 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6631
6632         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
6633         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
6634         (gst_qtdemux_seek_to_previous_keyframe),
6635         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
6636         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
6637         reverse playback support.
6638
6639 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6640
6641         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
6642         Also set the channel layout on the Wavpack caps if we're having
6643         a mono layout. Of course only do it for "audio/x-wavpack".
6644
6645 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
6646
6647         * ext/wavpack/gstwavpackcommon.c:
6648         (gst_wavpack_get_default_channel_mask),
6649         (gst_wavpack_set_channel_layout),
6650         (gst_wavpack_get_default_channel_positions),
6651         (gst_wavpack_get_channel_mask_from_positions),
6652         (gst_wavpack_set_channel_mapping):
6653         * ext/wavpack/gstwavpackcommon.h:
6654         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
6655         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
6656         * ext/wavpack/gstwavpackdec.h:
6657         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
6658         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
6659         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
6660         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
6661         (gst_wavpack_enc_rewrite_first_block),
6662         (gst_wavpack_enc_sink_event):
6663         * ext/wavpack/gstwavpackenc.h:
6664         * ext/wavpack/gstwavpackparse.c:
6665         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
6666         (gst_wavpack_parse_scan_to_find_sample),
6667         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
6668         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
6669         * ext/wavpack/gstwavpackparse.h:
6670         Add support for encoding, parsing and decoding multichannel
6671         files with up to 8 channels. This also improves the robustness
6672         of parsing quite a bit.
6673
6674         * ext/wavpack/gstwavpackstreamreader.c:
6675         (gst_wavpack_stream_reader_read_bytes),
6676         (gst_wavpack_stream_reader_get_pos),
6677         (gst_wavpack_stream_reader_set_pos_abs),
6678         (gst_wavpack_stream_reader_set_pos_rel),
6679         (gst_wavpack_stream_reader_push_back_byte),
6680         (gst_wavpack_stream_reader_get_length),
6681         (gst_wavpack_stream_reader_can_seek),
6682         (gst_wavpack_stream_reader_write_bytes):
6683         Improve debugging.
6684
6685 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6686
6687         * ext/libpng/gstpngdec.c:
6688         * ext/libpng/gstpngdec.h:
6689           Don't release the png-memory from within the callback.
6690
6691 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6692
6693         Patch by: René Stadler <mail at renestadler dot de>
6694
6695         * ext/libpng/gstpngenc.c:
6696           Don't leak buffer data memory. Fixes #498395.
6697
6698 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
6699
6700         Patch by: René Stadler <mail at renestadler dot de>
6701
6702         * tests/check/pipelines/simple-launch-lines.c:
6703           Tests for #498395.
6704
6705 2007-11-20  Julien MOUTTE  <julien@moutte.net>
6706
6707         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
6708         (gst_tag_lib_mux_adjust_event_offsets):
6709         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
6710         * sys/osxaudio/Makefile.am:
6711         * sys/osxvideo/cocoawindow.h:
6712         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
6713
6714 2007-11-15  David Schleef  <ds@schleef.org>
6715
6716         * ext/cairo/gsttextoverlay.c:
6717           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
6718
6719 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6720
6721         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
6722
6723         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
6724         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
6725         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
6726         * gst/rtp/gstrtpmp2tpay.h:
6727         Fill the MTU with as many packets as possible. Fixes #491323.
6728
6729 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6730
6731         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6732
6733         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6734         Fix some more leaks. Fixes #497007.
6735
6736 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6737
6738         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6739
6740         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
6741         (gst_rtspsrc_stream_configure_tcp):
6742         Fix 3 pad leaks. Fixes #496983.
6743
6744 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6745
6746         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6747
6748         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
6749         Fix small leak. Fixes #497017.
6750
6751 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
6752
6753         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6754         (gst_qtdemux_prepare_current_sample),
6755         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
6756         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
6757         * gst/qtdemux/qtdemux_fourcc.h:
6758         * gst/qtdemux/qtdemux_types.c:
6759         Add suppport for theora in quicktime according to XiphQT.
6760
6761 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
6762
6763         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6764         (gst_v4l2src_init), (gst_v4l2src_set_property),
6765         (gst_v4l2src_get_property):
6766         * sys/v4l2/gstv4l2src.h:
6767         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6768           Always copy buffers by default (handle safer with bugged drivers)
6769           and added a property to make it possible to use mmap effectively (no
6770           copy if possible) when application wants to. Fixes: #480557.
6771
6772 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6773
6774         * gst/id3demux/id3tags.c:
6775         * gst/id3demux/id3tags.h:
6776         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
6777           We don't want the same string multiple times in a tag list for the
6778           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
6779           this doesn't happen and remove special-case code for GST_TAG_GENRE.
6780
6781 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6782
6783         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
6784           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
6785           into ID3v2 TXXX frames (fixes #347848).
6786
6787 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6788
6789         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6790           Don't leak sdp message contents (fixes #496773).
6791
6792         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
6793           Don't leak URI string.
6794
6795 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6796
6797         Patch by: Julien Puydt <julien dot puydt at laposte net>
6798
6799         * ext/raw1394/Makefile.am:
6800         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
6801           (gst_1394_property_probe_get_properties),
6802           (gst_1394_property_probe_probe_property),
6803           (gst_1394_property_probe_needs_probe),
6804           (gst_1394_property_probe_get_values),
6805           (gst_1394_property_probe_interface_init),
6806           (gst_1394_type_add_property_probe_interface):
6807         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
6808         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
6809           (gst_dv1394src_init), (gst_dv1394src_dispose),
6810           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
6811           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
6812           (gst_dv1394src_update_device_name):
6813         * ext/raw1394/gstdv1394src.h:
6814           Implement GstPropertyProbe interface and add "device-name" property,
6815           so applications can use this to probe for available devices in the
6816           same way they can already with v4lsrc and v4l2src (however horrible
6817           this property probe interface may be). Fixes #358841.
6818
6819 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6820
6821         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6822
6823         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
6824           (gst_rtspsrc_parse_range):
6825           Don't leak event, don't leak range (fixes #496752).
6826
6827 2007-11-14  Michael Smith <msmith@fluendo.com>
6828
6829         Patch by: Arek Korbik <arkadini@gmail.com>
6830
6831         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
6832           Detect RGBA/BGRA correctly on little endian systems.
6833
6834 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6835
6836         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
6837           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
6838           corresponding ioctl() call fails even though the driver claims to
6839           support this format, just fall back to the pre-2.6.19 kernel
6840           routine that creates caps with suitable height and width ranges
6841           (see #448278).
6842
6843 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6844
6845         Patch by: Mark Nauwelaerts <manauw skynet be>
6846
6847         * gst/matroska/matroska-demux.c:
6848           (gst_matroska_demux_push_dvd_clut_change_event),
6849           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6850           (gst_matroska_demux_subtitle_caps):
6851         * gst/matroska/matroska-ids.h:
6852           Extract palette data for dvd subpicture streams and send it
6853           downstream as custom gstreamer dvd event (fixes #453417).
6854
6855 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
6856
6857         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
6858           Implement minimal parsing of the passed pango font description
6859           string, so passing a font size works the same as with the
6860           pango textoverlay plugin; fixes #455086.
6861           (Maybe we could just use pangocairo here at some point).
6862
6863 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6864
6865         * gst/avi/gstavidemux.c:
6866         * gst/wavparse/gstwavparse.c:
6867           Return the result in _activate_pull(). Don't ref element there.
6868
6869 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
6870
6871         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
6872         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6873         (gst_wavparse_srcpad_event):
6874           Ref the element when we should, but not when we its not needed. Reflow
6875           the event_handling to not leak the event.       
6876
6877 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
6878
6879         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6880         (qtdemux_parse_samples):
6881         Properly free QTDemuxSamples array.
6882         Protect table write with a sensible check, some files apparently DO contain
6883         stts values starting with 0 :(
6884
6885 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6886
6887         * gst/avi/gstavidemux.c:
6888         * gst/qtdemux/qtdemux.c:
6889           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
6890           previous commit messed up.
6891
6892 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
6893
6894         * gst/avi/gstavidemux.c:
6895         * gst/qtdemux/qtdemux.c:
6896           Sync _handle_src_event() with oggdemux. In avidemux also ref the
6897           element when we should, but not when we its not needed.
6898
6899 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
6900
6901         * gst/wavparse/gstwavparse.c:
6902           Return FALSE if we can't handle a query instead of changing the
6903           format. Ignore fact when dealing with mpeg audio.
6904
6905 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6906
6907         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6908
6909         * configure.ac:
6910         * gst/udp/gstdynudpsink.c:
6911         * gst/udp/gstdynudpsink.h:
6912         * gst/udp/gstmultiudpsink.c:
6913         * gst/udp/gstmultiudpsink.h:
6914         * gst/udp/gstudpsink.c:
6915         * gst/udp/gstudpsink.h:
6916           Fix includes for MSVC and GLib-2.14.0 (#492388).
6917
6918         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6919           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
6920
6921 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
6922
6923         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
6924         (gst_mulawdec_chain):
6925         * gst/law/mulaw-decode.h:
6926         Calculate outgoing buffer duration if incoming buffer didn't have a
6927         valid duration.
6928
6929 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6930
6931         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
6932         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
6933         Smarter combine_flow code that also deals with downstream elements
6934         returning UNEXPECTED when they receive data out of the segment
6935         boundaries. Fixes #491305.
6936
6937 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6938
6939         * sys/v4l2/v4l2src_calls.c:
6940           Fix 'unused variable' compiler warning when compiling against
6941           older kernel headers.
6942
6943 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6944
6945         * ext/taglib/gstid3v2mux.cc (add_funcs):
6946           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
6947
6948 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
6949
6950         * tests/check/pipelines/simple-launch-lines.c:
6951            Improve the tests a little more.
6952
6953 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
6954
6955         patch by: Yun Zheng Hu
6956
6957         * sys/osxaudio/gstosxaudiosrc.c:
6958         Use default input device instead of default output device and
6959         only memcpy actual available bytes.
6960
6961 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
6962
6963         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6964           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
6965           early. It is temporary until we find something better.
6966
6967 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6968
6969         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6970
6971         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
6972         Fix race when pausing a RTSP stream in interleaved.
6973         Fixes #475784.
6974
6975 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6976
6977         Patch by: Peter Kjellerstedt <pkj at axis com>
6978
6979         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
6980         Use correct unref function for buffers. #488844.
6981
6982 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
6983
6984         * gst/avi/gstavimux.c:
6985         * tests/check/elements/avimux.c:
6986           Add some debug and sync tests with the fix.     
6987
6988 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6989
6990         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
6991
6992         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6993         When the socket is used by the app for other purposes, don't generate an
6994         error if there is activaty on the socket that is not data related.
6995         Fixes #487488.
6996
6997 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
6998
6999         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7000         (gst_v4l2src_grab_frame):
7001         Add some more debug info. Generate an error when we run out of buffers
7002         for some reason. See #480557.
7003
7004 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7005
7006         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7007
7008         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7009         Set marker bit correctly.
7010
7011 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7012
7013         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7014         Use allowed name for the GstStructure.
7015
7016 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7017
7018         * ext/gconf/gstswitchsink.c:
7019         * gst/autodetect/gstautoaudiosink.c:
7020           Use new gst_bus_pop_filtered().
7021
7022 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7023
7024         * sys/v4l2/gstv4l2src.c:
7025         * sys/v4l2/v4l2src_calls.c:
7026           When probing the formats and sizes a camera supports, make
7027           sure the best ones (highest resolution, prefered format)
7028           end up at the beginning of the probed caps and the less
7029           desirable ones at the end.  This is important because the
7030           order within the caps matters for things like fixation and
7031           negotiation, ie. what format is chosen in the end.
7032           With recent kernels, the current probing code will end up
7033           querying the supported sizes from lowest resolution to
7034           highest resolution, adding them to the probed caps in that
7035           order, resulting to v4l2src fixating to the lowest possible
7036           resolution if downstream does not express a size preference.
7037           Also make up a somewhat random ranking of prefered output
7038           formats for the same reason. Fixes #485828.
7039         
7040 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7041
7042         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7043
7044         * gst/id3demux/id3v2frames.c:
7045           Extract license/copyright URIs from ID3v2 WCOP frames
7046           (Fixes #447000).
7047
7048         * tests/check/elements/id3demux.c:
7049         * tests/files/Makefile.am:
7050         * tests/files/id3-447000-wcop.tag:
7051           Add simple unit test.
7052
7053 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7054
7055         * ext/taglib/gstid3v2mux.cc:
7056           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7057           Prerequisite for #447000.
7058
7059 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7060
7061         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7062         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7063         a GstClockTime.
7064
7065 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7066
7067         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7068         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7069         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7070         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7071         (gst_rtspsrc_change_state):
7072         More seeking fixes, mostly passing around the new playback segment in
7073         order to configure it properly.
7074         Also reset base_time of udp sources when setting them back to PLAYING as
7075         a temporary hack until core supports seek in live sources properly.
7076
7077 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7078
7079         * gst/rtp/gstrtpmp4adepay.c:
7080         Fix caps as to not confuse autopluggers.
7081
7082 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7083
7084         * gst/id3demux/gstid3demux.c:
7085         * gst/id3demux/gstid3demux.h:
7086         * gst/id3demux/id3tags.c:
7087         * gst/id3demux/id3tags.h:
7088         * gst/id3demux/id3v2frames.c:
7089           Port ID3 tag demuxer over to the new GstTagDemux in -base
7090           (now would be a good time to test re-importing your music
7091           collection).
7092
7093 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7094
7095         * gst/apetag/Makefile.am:
7096         * gst/apetag/gstapedemux.c:
7097         * gst/apetag/gstapedemux.h:
7098         * gst/apetag/gsttagdemux.c:
7099         * gst/apetag/gsttagdemux.h:
7100           Port APE tag demuxer over to the new GstTagDemux in -base.
7101
7102 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7103
7104         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7105         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7106         (gst_rtspsrc_handle_internal_src_query),
7107         (gst_rtspsrc_handle_src_query), (new_session_pad),
7108         (gst_rtspsrc_stream_configure_tcp),
7109         (gst_rtspsrc_stream_configure_transport),
7110         (gst_rtspsrc_loop_send_cmd):
7111         Improve flushing behaviour.
7112         Set state of the udp sources to PAUSE/PLAYING correctly.
7113         Handle events and queries for UDP and TCP transport now.
7114
7115 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7116
7117         * gst/rtp/gstrtpgsmdepay.c:
7118         * gst/rtp/gstrtpgsmpay.c:
7119           Add log category.
7120
7121 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7122
7123         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7124
7125         * tests/check/Makefile.am:
7126         * tests/check/pipelines/simple-launch-lines.c:
7127           Add unit tests for payloaders/depayloaders.
7128
7129 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7130
7131         * gst/avi/gstavimux.c:
7132         * gst/avi/gstavimux.h:
7133           Also save codec data for audio streams. Fixes #482495.
7134
7135 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7136
7137         * gst/avi/gstavimux.c:
7138           Fix "Index entry has invalid stream nr 1".
7139           Add support for muxing aac - work in progress (see #482495).
7140
7141 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7142
7143         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7144         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7145         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7146         * gst/rtsp/gstrtspsrc.h:
7147         Parse bandwidth modifiers, they are not yet configured in the session
7148         manager because we don't have an API for that yet.
7149
7150 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7151
7152         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7153         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7154         Use shiny new function in -base to get the default clock-rate.
7155         Update some docs.
7156
7157 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7158
7159         * win32/MANIFEST:
7160         Add files to win32 manifest.
7161         * win32/vs6/libgstaudiofx.dsp:
7162         * win32/vs6/libgstqtdemux.dsp:
7163         * win32/vs6/libgstrtp.dsp:
7164         * win32/vs6/libgstrtsp.dsp:
7165         Update project files.
7166
7167 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7168
7169         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7170         (gst_rtspsrc_play):
7171         * gst/rtsp/gstrtspsrc.h:
7172         In TCP mode, only timestamp the first buffer. TCP is not real time and
7173         it does not make sense to try to skew compensate, also some servers send
7174         the first batch of data in a burst.
7175
7176 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7177
7178         * gst/matroska/matroska-demux.c:
7179           Fix setting the discont flag on the first buffer
7180           pushed downstream for formats with private codec
7181           data that needs to be deserialised into buffers
7182           (such as vorbis and FLAC when in a matroska container).
7183
7184 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7185
7186         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7187
7188         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7189         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7190         (gst_rtp_mp4v_pay_handle_buffer):
7191         * gst/rtp/gstrtpmp4vpay.h:
7192         Free the config string. Fixes #480707.
7193         Clean up the timestamp code a little.
7194
7195 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7196
7197         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7198         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7199         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7200         * gst/rtsp/gstrtspsrc.h:
7201         Set timestamps on RTP buffers in interleaved mode.
7202         Mark first buffers with a DISCONT.
7203         Remove flush hack now that sync for live sources has been figured out.
7204
7205 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7206
7207         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7208         Update documentation.
7209
7210 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7211
7212         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7213         (gst_rtp_xqt_depay_change_state):
7214         * gst/qtdemux/gstrtpxqtdepay.h:
7215         Fail if we don't know the quicktime format.
7216
7217 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7218
7219         * ext/flac/gstflacenc.c:
7220         * ext/flac/gstflacenc.h:
7221           Save the flow return from the last gst_pad_push() and
7222           make sure we pass the right flow return value upstream
7223           in the case of failure; minor clean-ups.
7224
7225 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7226
7227         * ext/taglib/gstapev2mux.cc:
7228         * ext/taglib/gstid3v2mux.cc:
7229         * gst/apetag/gstapedemux.c:
7230           Add support for the new GST_TAG_COMPOSER (#459809).
7231
7232 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7233
7234         * gst/law/alaw-decode.c:
7235         * gst/law/alaw-decode.h:
7236         * gst/law/alaw-encode.c:
7237         * gst/law/alaw-encode.h:
7238         * gst/law/alaw.c:
7239         * gst/law/mulaw-conversion.h:
7240           Compulsive clean-ups: use boilerplate macros, add debug
7241           categories, fix up things to conform to symbol nomenklatura,
7242           etc.
7243
7244 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7245
7246         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7247
7248         * gst/law/alaw-decode.c:
7249         * gst/law/alaw-encode.c:
7250           Use static tables for A-Law decoding and encoding; this makes
7251           A-Law decoding and encoding less CPU-intensive, but increases
7252           the binary size a bit. Leaving old code around for now,
7253           selectable by a define in the code. Fixes #435435.
7254
7255 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7256
7257         * configure.ac:
7258         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7259         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7260         in configure.ac.
7261
7262 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7263
7264         Patch by: Jan Gerber <j at bootlab dot org>
7265
7266         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7267         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7268
7269 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7270
7271         * sys/oss/gstosshelper.c:
7272           Use GST_WARNING instead of a g_critical. This situation is not caused
7273           by the application.
7274
7275 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7276
7277         * po/LINGUAS:
7278         * po/nl.po:
7279           Updated translations.
7280
7281 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7282
7283         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7284
7285         * po/eu.po:
7286           Added Basque translation.
7287
7288 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7289
7290         translated by: Abel Cheung <abelcheung@gmail.com>
7291
7292         * po/zh_HK.po:
7293         * po/zh_TW.po:
7294           Added Chinese (traditional and Hong Kong) translation.
7295
7296 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7297
7298         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7299
7300         * po/pl.po:
7301           Added Polish translation.
7302
7303 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7304
7305         translated by: Ilkka Tuohela <hile@iki.fi>
7306
7307         * po/fi.po:
7308           Added Finnish translation.
7309
7310 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7311
7312         translated by: Jorge González González <aloriel@gmail.com>
7313
7314         * po/es.po:
7315           Added Spanish translation.
7316
7317 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7318
7319         translated by: Mogens Jaeger <mogens@jaeger.tf>
7320
7321         * po/da.po:
7322           Added Danish translation.
7323
7324 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7325
7326         translated by: Funda Wang <fundawang@linux.net.cn>
7327
7328         * po/zh_CN.po:
7329           Added Chinese (simplified) translation.
7330
7331 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7332
7333         translated by: Alexander Shopov <ash@contact.bg>
7334
7335         * po/bg.po:
7336           Added Bulgarian translation.
7337
7338 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7339
7340         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7341         Set outgoing packet duration because we can. Fixes #478244 some more.
7342
7343 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7344
7345         * ext/cairo/gsttextoverlay.c:
7346           Add info about static leak.
7347         
7348         * tests/check/Makefile.am:
7349         * tests/check/generic/states.c:
7350           Improved state change unit test.
7351
7352 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7353
7354         * docs/plugins/.cvsignore:
7355         * tests/check/.cvsignore:
7356           Ignore registries in any format.
7357
7358 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7359
7360         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7361         Removed some unused code.
7362
7363         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7364         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7365         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7366         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7367         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7368         (gst_rtp_theora_pay_flush_packet):
7369         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7370         Try to preserve the incomming buffer duration on the outgoing
7371         packets. Fixes #478244.
7372
7373 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7374
7375         * ext/taglib/gstapev2mux.cc:
7376         * ext/taglib/gstid3v2mux.cc:
7377           Work around compiler warnings with g++-4.2 when assigning a
7378           string constant to a gchar * (partially fixes #478092).
7379
7380 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7381
7382         * configure.ac:
7383           We require core CVS now for gst_base_src_set_do_timestamp().
7384
7385 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7386
7387         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7388         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7389         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7390         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7391         (gst_rtspsrc_handle_message):
7392         Fix compiler warnings shown with Forte.
7393
7394 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7395
7396         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7397         (gst_rtspsrc_dup_printf):
7398         Give meaningfull error when all streams failed to configure for some
7399         reason.
7400
7401 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7402
7403         * gst/rtp/README:
7404         Update README with the design for synchronisation rules of RTP on
7405         sender and receiver.
7406
7407 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7408
7409         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7410         (gst_wavparse_chain):
7411         Don't push EOS from the chain function, the element
7412         driving the pipeline is responsible for this. The bug
7413         this was meant to fix seems to be queue not forwarding
7414         EOS in all cases (see #476514).
7415
7416 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7417
7418         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7419         (gst_level_transform_ip):
7420         * gst/level/gstlevel.h:
7421         Use basetransform segment so that it is correctly managed on flushes and
7422         start/stop.
7423         Report message timestamp as stream time, which is what an application
7424         can understand.
7425
7426 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7427
7428         * ext/taglib/gstapev2mux.cc:
7429         * ext/taglib/gstapev2mux.h:
7430         * ext/taglib/gsttaglibmux.c:
7431         * tests/check/elements/apev2mux.c:
7432         Update my mail address.
7433
7434 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7435
7436         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7437         (gst_wavparse_loop), (gst_wavparse_chain):
7438         Add EOS logic for the push-based mode too. Fixes #476514.
7439
7440 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7441
7442         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7443         * gst/law/alaw-encode.h:
7444         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7445         (gst_mulawenc_chain):
7446         * gst/law/mulaw-encode.h:
7447         Fix law encoder timestamps.
7448
7449 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7450
7451         * ext/gconf/gstgconfaudiosink.c:
7452           Fix warning when building without debug.
7453
7454         * sys/oss/gstossmixertrack.c:
7455           Use const like in alsamixertrack.c (fixes warnings).
7456
7457 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7458
7459         * sys/v4l2/v4l2src_calls.c:
7460         (gst_v4l2src_probe_caps_for_format_and_size):
7461         Fix framerate detection code some more.
7462         Handle the case where there is a weird step in the stepwise framerates.
7463         Don't overwrite the min interval with the framerate, use a temp variable
7464         instead.
7465         Use max in the Continuous framerate intervals instead of step, which is
7466         1 according to the docs. Fixes #475424.
7467
7468 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7469
7470         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7471         Make udpsrc timestamp outgoing buffers based on when they were received.
7472         Also make it output a segment in time.
7473
7474 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7475
7476         * gst/avi/gstavidemux.c:
7477           Plug a little leak. Little code cleanups.
7478
7479 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7480
7481         * configure.ac:
7482           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7483           flac versions, 's good for cross-compilation karma.
7484
7485 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7486
7487         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7488
7489         * gst/rtp/gstrtph263pay.c:
7490           Fix up header structure so that compilers don't add padding
7491           between the structure fields, since that would lead to us
7492           sending RTP packets with broken headers (as is currently the
7493           case when compiling with MSVC). Also see similar fixes in
7494           libgstrtp in gst-plugins-base. (#474616; #471194)
7495
7496 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7497
7498         * sys/v4l2/v4l2src_calls.c:
7499         (gst_v4l2src_probe_caps_for_format_and_size):
7500         Don't overwrite our GValue with 0 but instead use the previously
7501         computed value. Fixes #471823 some more.
7502
7503 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7504
7505         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7506           No tabs in this file please, or gtk-doc will end up documenting
7507           rather absurd class hierarchies.
7508
7509 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7510
7511         * ext/gconf/gstswitchsink.c:
7512           If the new kid element fails to change state for some reason
7513           (e.g. esdsink not being able to connect to the sound server),
7514           forward the error message it posted on the bus instead of just
7515           posting a generic 'Internal state change error: please file a
7516           bug' error message. Fixes #471364.
7517
7518 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7519
7520         * gst/qtdemux/Makefile.am:
7521         * gst/qtdemux/qtdemux.c:
7522           Don't assume tags are encoded as UTF-8 (#473670).
7523
7524 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7525
7526         * sys/v4l2/gstv4l2src.c:
7527         * sys/v4l2/gstv4l2src.h:
7528         * sys/v4l2/v4l2src_calls.c:
7529           Implement LATENCY queries in the crudest way possible so I don't
7530           have to use sync=false any longer when testing with videosinks.
7531
7532 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7533
7534         * configure.ac:
7535           Fix build.
7536
7537 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7538
7539         * sys/v4l2/v4l2src_calls.c:
7540         (gst_v4l2src_probe_caps_for_format_and_size):
7541         Add some more debugging in the framerate function.
7542         Iterate stepwise framerate up to and _including_ the max and if nothing
7543         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7544         don't end up with an empty list. Fixes #471823
7545
7546 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7547
7548         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7549         (gst_multiudpsink_set_clients_string),
7550         (gst_multiudpsink_get_clients_string),
7551         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7552         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7553         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7554         (gst_multiudpsink_clear):
7555         Add property do configure destination address/port pairs
7556         API:GstMultiUDPSink::clients
7557
7558 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7559
7560         * tests/examples/Makefile.am:
7561         * tests/examples/rtp/Makefile.am:
7562         * tests/examples/rtp/client-H263p-AMR.sh:
7563         * tests/examples/rtp/client-H263p-PCMA.sdp:
7564         * tests/examples/rtp/client-H263p-PCMA.sh:
7565         * tests/examples/rtp/client-H264-PCMA.sdp:
7566         * tests/examples/rtp/client-H264-PCMA.sh:
7567         * tests/examples/rtp/client-PCMA.sh:
7568         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7569         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7570         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7571         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7572         Added some RTP example scripts for sending and receiving RTP streams.
7573
7574 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7575
7576         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7577         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7578         Restructure the setcaps function so that we can also compute the
7579         expected GStreamer output size of the video frames.
7580         Set frame_byte_size correctly so that read-based devices have a chance
7581         of working correctly.
7582         When grabbing a frame, discard frames that are not of the expected size.
7583         Some cameras don't output the right framesize for the first buffer.
7584         Try only a couple of times to get a valid frame, else error out.
7585
7586         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7587         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7588         Add some more debug info when scanning the device.
7589
7590         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7591         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7592         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
7593         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
7594         Add some more debug info when dequeing a frame.
7595
7596 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7597
7598         * gst/wavparse/gstwavparse.c:
7599           More code cleanups. Add some more comment and improve debugs logs.
7600
7601 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
7602
7603         * gst/wavparse/gstwavparse.c:
7604         * gst/wavparse/gstwavparse.h:
7605           Implement seek-query. Refactor duration calculations. Appropriate use
7606           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
7607           out of loops.
7608
7609 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
7610
7611         * gst/avi/gstavidemux.c:
7612           Implement seek-query.
7613
7614 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
7615
7616         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
7617         (gst_rtspsrc_dup_printf):
7618         Use new basesink async property to make sparse RTCP packet not wait for
7619         preroll.
7620
7621 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7622
7623         * gst/audiofx/Makefile.am:
7624         Dist the right file.
7625
7626 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
7627
7628         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
7629         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
7630         Make sure we generate and parse floating point values in the POSIX
7631         locale instead of the current locale. 
7632
7633 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7634
7635         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
7636         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7637         (gst_rtspsrc_play):
7638         * gst/rtsp/gstrtspsrc.h:
7639         Fix method detection again.
7640         Keep track of when we must send a Range header.
7641         Use segment values for Range, Speed and Scale headers.
7642         Parse Speed and Scale headers to update the segment values.
7643
7644 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7645
7646         patch by: Mark Nauwelaerts <manauw@skynet.be>
7647
7648         * sys/v4l2/v4l2src_calls.c:
7649           Handle optional v4l2 ioctls gracefully.
7650
7651 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
7652
7653         * gst/rtp/Makefile.am:
7654         * gst/rtp/gstrtp.c: (plugin_init):
7655         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
7656         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
7657         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
7658         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
7659         (gst_rtp_h263_depay_get_property),
7660         (gst_rtp_h263_depay_change_state),
7661         (gst_rtp_h263_depay_plugin_init):
7662         * gst/rtp/gstrtph263depay.h:
7663         Added an H263 depayloader. Fixes #369392.
7664
7665         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
7666         (gst_rtp_h263p_depay_process):
7667         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
7668         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
7669         Make the H263+ pay/depayloader support H263-1998 and H263-2000
7670         payloads.
7671         Also alow plain H263 on the h263p payloaders. Fixes #465040.
7672
7673 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7674
7675         * gst/audiofx/audiochebyshevfreqband.c:
7676         * gst/audiofx/audiochebyshevfreqlimit.c:
7677         Add small comparision with the windowed sinc filters in the docs.
7678
7679 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
7680
7681         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
7682         (audiochebyshevfreqband_suite):
7683         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
7684         (audiochebyshevfreqlimit_suite):
7685         Also test 32 bit float mode and the type 2 variants of the filters.
7686
7687 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
7688
7689         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7690         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7691         (gst_rtspsrc_loop):
7692         Refactor the udp and interleaved loop function a bit.
7693
7694 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7695
7696         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7697         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
7698         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
7699         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
7700         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
7701         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
7702         * gst/rtsp/gstrtspsrc.h:
7703         Protect connection activity with a new lock, avoids deadlocks when going
7704         to PAUSED. Fixes #455808.
7705
7706 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7707
7708         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
7709         Fix debug statement.
7710
7711 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7712
7713         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
7714         Fix stray %u in debug line as spotted by Saur on IRC.
7715
7716 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7717
7718         * gst/audiofx/audiochebyshevfreqband.c:
7719         (gst_audio_chebyshev_freq_band_class_init):
7720         * gst/audiofx/audiochebyshevfreqlimit.c:
7721         (gst_audio_chebyshev_freq_limit_class_init):
7722         Use generator macros for the process functions for the different
7723         sample types, add lower upper boundaries for the GObject properties
7724         so automatically generated UIs can use sliders and add a note about
7725         the number of poles as a too high number of poles combined with
7726         very low or very high frequencies will produce only noise.
7727         * docs/plugins/gst-plugins-good-plugins.args:
7728         Regenerated for the property changes.
7729
7730 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7731
7732         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
7733         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
7734         (gst_rtspsrc_stream_configure_udp_sink),
7735         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
7736         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7737         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
7738         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
7739         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
7740         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7741         * gst/rtsp/gstrtspsrc.h:
7742         Improve timeout handling.
7743         Use the same socket for sending and receiving RTCP packets so that some
7744         servers can track clients better.
7745         Improve connection closed handling. Try to reconnect.
7746         Don't overwrite our content base with NULL.
7747         Improve debugging.
7748         Improve range parsing and handling.
7749         Remove flushing hack now that core does the right thing.
7750
7751 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7752
7753         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7754         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
7755         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
7756         (gst_multiudpsink_close), (gst_multiudpsink_add):
7757         * gst/udp/gstmultiudpsink.h:
7758         Add support for getting and setting the socket to use.
7759
7760         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7761         (gst_udpsrc_create), (gst_udpsrc_get_property):
7762         Add support for getting the currently used socket.
7763
7764 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
7765
7766         reviewed by: Stefan Kost  <ensonic@users.sf.net>
7767
7768         * gst/audiofx/Makefile.am:
7769         * gst/audiofx/audiochebyshevfreqband.c:
7770         (gst_audio_chebyshev_freq_band_mode_get_type),
7771         (gst_audio_chebyshev_freq_band_base_init),
7772         (gst_audio_chebyshev_freq_band_dispose),
7773         (gst_audio_chebyshev_freq_band_class_init),
7774         (gst_audio_chebyshev_freq_band_init),
7775         (generate_biquad_coefficients), (calculate_gain),
7776         (generate_coefficients),
7777         (gst_audio_chebyshev_freq_band_set_property),
7778         (gst_audio_chebyshev_freq_band_get_property),
7779         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
7780         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
7781         (gst_audio_chebyshev_freq_band_start):
7782         * gst/audiofx/audiochebyshevfreqband.h:
7783         * gst/audiofx/audiochebyshevfreqlimit.c:
7784         (gst_audio_chebyshev_freq_limit_mode_get_type),
7785         (gst_audio_chebyshev_freq_limit_base_init),
7786         (gst_audio_chebyshev_freq_limit_dispose),
7787         (gst_audio_chebyshev_freq_limit_class_init),
7788         (gst_audio_chebyshev_freq_limit_init),
7789         (generate_biquad_coefficients), (calculate_gain),
7790         (generate_coefficients),
7791         (gst_audio_chebyshev_freq_limit_set_property),
7792         (gst_audio_chebyshev_freq_limit_get_property),
7793         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
7794         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
7795         (gst_audio_chebyshev_freq_limit_start):
7796         * gst/audiofx/audiochebyshevfreqlimit.h:
7797         * gst/audiofx/audiofx.c: (plugin_init):
7798         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
7799         Fixes #464800.
7800
7801         * tests/check/Makefile.am:
7802         * tests/check/elements/.cvsignore:
7803         * tests/check/elements/audiochebyshevfreqband.c:
7804         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
7805         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
7806         * tests/check/elements/audiochebyshevfreqlimit.c:
7807         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
7808         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
7809         Add unit tests for the chebyshev filters.
7810
7811         * docs/plugins/Makefile.am:
7812         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7813         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7814         * docs/plugins/gst-plugins-good-plugins.args:
7815         * docs/plugins/inspect/plugin-1394.xml:
7816         * docs/plugins/inspect/plugin-audiofx.xml:
7817         * docs/plugins/inspect/plugin-dv.xml:
7818         * docs/plugins/inspect/plugin-flac.xml:
7819         * docs/plugins/inspect/plugin-jpeg.xml:
7820         * docs/plugins/inspect/plugin-png.xml:
7821         * docs/plugins/inspect/plugin-rtp.xml:
7822         * docs/plugins/inspect/plugin-shout2send.xml:
7823         * docs/plugins/inspect/plugin-wavpack.xml:
7824         And add docs for the chebyshev filters. While doing
7825         that also run make update in docs/plugins.
7826
7827 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7828
7829         * ext/annodex/gstcmmltag.c:
7830         * gst/rtp/gstrtpvorbispay.c:
7831           Make ro memory to share.
7832
7833 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7834
7835         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7836         Improve UDP performance by avoiding a select() when we have data
7837         available immediatly.
7838
7839 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7840
7841         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
7842         (gst_rtp_dec_class_init):
7843         * gst/rtsp/gstrtpdec.h:
7844         Add (dummy) SSRC management signals.
7845
7846         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7847         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7848         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
7849         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
7850         (on_timeout), (gst_rtspsrc_stream_configure_manager),
7851         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
7852         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7853         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7854         * gst/rtsp/gstrtspsrc.h:
7855         Add connection-speed property.
7856         Add find_stream helper functions.
7857         Handle stream EOS based on BYE messages or SSRC timeout.
7858         Returns SUCCESS from the state change function as we hide our async
7859         elements from the parent.
7860
7861 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
7862
7863         * gst/debug/rndbuffersize.c:
7864           Fix da leak.
7865
7866 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
7867
7868         * gst/debug/Makefile.am:
7869         * gst/debug/breakmydata.c:
7870         * gst/debug/gstdebug.c:
7871         * gst/debug/negotiation.c:
7872         * gst/debug/progressreport.c:
7873         * gst/debug/rndbuffersize.c:
7874         * gst/debug/testplugin.c:
7875           Add new test element and clean-up the others a little.
7876
7877 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7878
7879         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
7880         Fix parsing of mp4a version 0 atoms. Fixes #465774.
7881
7882 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7883
7884         * gst/rtp/gstrtpilbcdepay.c:
7885           Include stdlib.
7886
7887 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
7888
7889         * gst/rtp/gstrtpmpvdepay.c:
7890         Set the mpegversion in the caps so that autoplugging does not get
7891         confused.
7892
7893 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7894
7895         * po/hu.po:
7896         * po/uk.po:
7897         * po/vi.po:
7898           Updated translations.
7899
7900 2007-08-08  Michael Smith <msmith@fluendo.com>
7901
7902         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
7903           Render right border in the correct location.
7904
7905 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7906
7907         Patch by: Olivier Crete <tester at tester dot ca>
7908
7909         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
7910         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
7911         Make mode property a string. Fixes #464475.
7912
7913 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7914
7915         * ext/flac/gstflacenc.c:
7916           Widen caps to match decoder a bit and add more FIXMEs.
7917
7918 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
7919
7920         patch by: Mark Nauwelaerts <manauw@skynet.be>
7921
7922         * gst/avi/gstavimux.c:
7923           Fix ODML index tag numbering. Fixes #463624.
7924
7925 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7926
7927         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
7928         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
7929         (gst_rtspsrc_stream_configure_tcp),
7930         (gst_rtspsrc_stream_configure_udp_sink):
7931         Fix default clock-rate for realmedia.
7932         Fix parsing of transport.
7933         Don't try to link NULL pads.
7934
7935 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
7936
7937         * po/POTFILES.skip:
7938           Add POTFILES.skip with list of source files that aren't disted at the
7939           moment but contain translatable strings. Should hopefully pacify
7940           broken tools and make it clearer that these files are left out
7941           intentionally (#461600).
7942
7943 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
7944
7945         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
7946         If the buffer was entirely clipped ... don't try sending it :)
7947
7948 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7949
7950         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
7951         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
7952         (gst_rtspsrc_create_transports_string),
7953         (gst_rtspsrc_prepare_transports):
7954         If we don't hav a session manager, set the caps on outgoing buffers
7955         ourselves.
7956         Force PAUSE/PLAY methods for now until the extensions can overwrite.
7957         Append final bit of the transport string even when it does not contain a
7958         placeholder.
7959
7960 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7961
7962         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
7963         (gst_rtsp_ext_list_connect):
7964         * gst/rtsp/gstrtspext.h:
7965         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7966         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
7967         Clean up the interface list.
7968         Allow connecting to interface signals for the extensions.
7969         Remove old extension code.
7970         Free list on cleanup.
7971         Allow extensions to send additional RTSP messages.
7972
7973 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7974
7975         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
7976         Handle a NULL gconf key gracefully by rendering the default element.
7977
7978 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7979
7980         * gst/rtsp/gstrtspext.h:
7981         Fix include path for extension interface.
7982
7983 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7984
7985         * gst/audiofx/audioamplify.h:
7986         Also remove a now unecessary variable here.
7987
7988 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
7989
7990         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
7991         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
7992         * gst/audiofx/audiodynamic.c:
7993         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
7994         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
7995         * gst/audiofx/audiodynamic.h:
7996         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7997         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
7998         * gst/audiofx/audioinvert.h:
7999         Don't save format information ourselves, this is already saved in
8000         GstAudioFilter.
8001
8002 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8003
8004         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8005         (gst_rtsp_ext_list_stream_select):
8006         * gst/rtsp/gstrtspext.h:
8007         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8008         Use rank to filter out extensions.
8009         Add url to stream_select interface call.
8010
8011 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8012
8013         * gst/rtsp/Makefile.am:
8014         * gst/rtsp/base64.c:
8015         * gst/rtsp/base64.h:
8016         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8017         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8018         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8019         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8020         (gst_rtsp_ext_list_setup_media),
8021         (gst_rtsp_ext_list_configure_stream),
8022         (gst_rtsp_ext_list_get_transports),
8023         (gst_rtsp_ext_list_stream_select):
8024         * gst/rtsp/gstrtspext.h:
8025         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8026         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8027         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8028         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8029         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8030         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8031         (gst_rtspsrc_stream_configure_tcp),
8032         (gst_rtspsrc_stream_configure_mcast),
8033         (gst_rtspsrc_stream_configure_udp),
8034         (gst_rtspsrc_stream_configure_udp_sink),
8035         (gst_rtspsrc_stream_configure_transport),
8036         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8037         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8038         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8039         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8040         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8041         (gst_rtspsrc_parse_methods),
8042         (gst_rtspsrc_create_transports_string),
8043         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8044         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8045         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8046         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8047         * gst/rtsp/gstrtspsrc.h:
8048         * gst/rtsp/rtsp.h:
8049         * gst/rtsp/rtspconnection.c:
8050         * gst/rtsp/rtspconnection.h:
8051         * gst/rtsp/rtspdefs.c:
8052         * gst/rtsp/rtspdefs.h:
8053         * gst/rtsp/rtspext.h:
8054         * gst/rtsp/rtspextwms.c:
8055         * gst/rtsp/rtspextwms.h:
8056         * gst/rtsp/rtspmessage.c:
8057         * gst/rtsp/rtspmessage.h:
8058         * gst/rtsp/rtsprange.c:
8059         * gst/rtsp/rtsprange.h:
8060         * gst/rtsp/rtsptransport.c:
8061         * gst/rtsp/rtsptransport.h:
8062         * gst/rtsp/rtspurl.c:
8063         * gst/rtsp/rtspurl.h:
8064         * gst/rtsp/sdp.h:
8065         * gst/rtsp/sdpmessage.c:
8066         * gst/rtsp/sdpmessage.h:
8067         * gst/rtsp/test.c:
8068         Use shiny new RTSP and SDP library.
8069         Implement RTSP extensions using the new interface.
8070         Remove a lot of old code.
8071
8072 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8073
8074         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8075         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8076
8077 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8078
8079         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8080         Don't unref the outgoing buffer twice when dropping it because it's
8081         outside of the segment.
8082
8083 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8084
8085         * configure.ac:
8086         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8087         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8088         Use the new buffer clipping function from gstaudio here and
8089         require gst-plugins-base CVS.
8090         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8091         For framed Wavpack buffers we require a valid timestamp.
8092
8093 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8094
8095         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8096         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8097         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8098         Clip raw audio and video when we can, keep track of current output
8099         segment.
8100         Don't leak buffers and events when there is no output pad.
8101         Improve debugging here and there.
8102
8103 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8104
8105         * configure.ac:
8106           Sync liboil check with plugins-base.
8107
8108 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8109
8110         * ext/annodex/Makefile.am:
8111           Fix CFLAGS/LIBS.
8112
8113         * ext/cdio/gstcdiocddasrc.c:
8114         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8115           Include stdlib
8116
8117         * ext/cairo/Makefile.am:
8118         * gst/videofilter/Makefile.am:
8119         * tests/examples/level/Makefile.am:
8120           Use $(LIBM) instead of -lm
8121
8122 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8123
8124         * sys/v4l2/gstv4l2src.c:
8125           Add another example pipeline.
8126
8127 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8128
8129         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8130
8131         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8132           Use define here.
8133
8134         * sys/v4l2/gstv4l2tuner.c:
8135         (gst_v4l2_tuner_set_frequency_and_notify):
8136           Don't touch the property - its still disabled.
8137
8138         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8139         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8140         * sys/v4l2/v4l2src_calls.h:
8141           Improve fallback format negotionation. Fixes #451388
8142
8143 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8144
8145         * tests/check/elements/videocrop.c: (GST_START_TEST):
8146           Fix the test.
8147
8148 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8149
8150         * docs/plugins/Makefile.am:
8151         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8152         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8153         * docs/plugins/inspect/plugin-jpeg.xml:
8154         * docs/plugins/inspect/plugin-png.xml:
8155         * ext/jpeg/gstjpegdec.c:
8156         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8157         (gst_pngdec_sink_setcaps):
8158           More docs. More logs in pngdec.
8159
8160 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8161
8162         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8163           Initialize num_buffers with minimum value.
8164
8165         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8166         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8167           Handle frame-size query failure gracefully.
8168
8169 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8170
8171         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8172         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8173         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8174         of qt/aac files.
8175
8176 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8177
8178         * ext/wavpack/gstwavpackdec.c:
8179         (gst_wavpack_dec_clip_outgoing_buffer):
8180         Fix buffer clipping to correctly clip to the segment stop.
8181
8182 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8183
8184         * configure.ac:
8185         * tests/Makefile.am:
8186         Remove bogus check for libcheck, since we check for
8187         gstreamer-check and it pulls in the required info from there,
8188         and we weren't actually _using_ the information for libcheck
8189         ourselves anyway.
8190
8191 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8192
8193         * configure.ac:
8194           Use pkg-config to locate check.
8195
8196 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8197
8198         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8199         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8200         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8201         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8202         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8203         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8204         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8205         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8206         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8207         * gst/effectv/gstrev.c: (gst_revtv_transform):
8208         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8209         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8210         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8211         * gst/matroska/matroska-demux.c:
8212         (gst_matroska_demux_add_wvpk_header),
8213         (gst_matroska_demux_check_subtitle_buffer),
8214         (gst_matroska_decode_buffer):
8215         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8216           Fix build against core CVS.
8217
8218 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8219
8220         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8221         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8222         don't have enough granularity to convert that boolean into a
8223         GstFlowReturn.
8224
8225 2007-07-06  Michael Smith <msmith@fluendo.com>
8226
8227         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8228         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8229         (gst_alawdec_change_state):
8230         * gst/law/alaw-decode.h:
8231         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8232         (gst_mulawdec_class_init), (gst_mulawdec_init),
8233         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8234         * gst/law/mulaw-decode.h:
8235           Fix capsnego bogosity in *law decoders. 
8236
8237 2007-07-06  Michael Smith <msmith@fluendo.com>
8238
8239         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8240         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8241         (gst_smokeenc_change_state):
8242         * ext/jpeg/gstsmokeenc.h:
8243           Remove stupidity in get/set caps functions.
8244           Fix some refcounting problems.
8245
8246 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8247
8248         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8249         Remove endianness-flipping hack that seems to have been required
8250         only because of a bug in ffmpegcolorspace.
8251         Partially Fixes: #451908
8252
8253 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8254
8255         * docs/plugins/Makefile.am:
8256           Simplify --extra-dir as gtkdoc scans recursively.
8257
8258 2007-07-03  Wim Taymans  <wim@fluendo.com>
8259
8260         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8261
8262         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8263         Set the encoding-name in the rtp caps to all uppercase, as required by
8264         the caps spec.
8265         Some small cleanups in the error paths. Fixes #453037.
8266
8267 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8268
8269         * ext/wavpack/gstwavpackparse.c:
8270         (gst_wavpack_parse_index_get_last_entry),
8271         (gst_wavpack_parse_index_get_entry_from_sample),
8272         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8273         (gst_wavpack_parse_scan_to_find_sample):
8274         * ext/wavpack/gstwavpackparse.h:
8275         Use a GSList for the GArray that is used like a list anyway.
8276
8277 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8278
8279         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8280         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8281         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8282           Add state change function where we set 0/1 as default framerate in
8283           case our setcaps function isn't called, like it might not in a
8284           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8285           gdkpixbufdec trying to create caps with a 0/0 framerate.
8286           Also post an error message on the bus if gst_pad_push() fails when
8287           called from our sink event handler (+1 for flow returns for event
8288           functions in 0.11) instead of failing silently.
8289
8290 2007-06-27  Wim Taymans  <wim@fluendo.com>
8291
8292         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8293         Cast stack args to the proper types. Fixes #451249.
8294
8295 2007-06-27  Wim Taymans  <wim@fluendo.com>
8296
8297         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8298         (new_session_pad), (gst_rtspsrc_setup_streams):
8299         * gst/rtsp/gstrtspsrc.h:
8300         For container formats we only need to activate one of the streams so
8301         that we correctly signal no-more-pads. Fixes #451015.
8302
8303 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8304
8305         * docs/plugins/gst-plugins-good-plugins.args:
8306         * docs/plugins/inspect/plugin-aasink.xml:
8307         * docs/plugins/inspect/plugin-alaw.xml:
8308         * docs/plugins/inspect/plugin-alpha.xml:
8309         * docs/plugins/inspect/plugin-alphacolor.xml:
8310         * docs/plugins/inspect/plugin-annodex.xml:
8311         * docs/plugins/inspect/plugin-apetag.xml:
8312         * docs/plugins/inspect/plugin-audiofx.xml:
8313         * docs/plugins/inspect/plugin-auparse.xml:
8314         * docs/plugins/inspect/plugin-autodetect.xml:
8315         * docs/plugins/inspect/plugin-avi.xml:
8316         * docs/plugins/inspect/plugin-cacasink.xml:
8317         * docs/plugins/inspect/plugin-cairo.xml:
8318         * docs/plugins/inspect/plugin-cdio.xml:
8319         * docs/plugins/inspect/plugin-cutter.xml:
8320         * docs/plugins/inspect/plugin-debug.xml:
8321         * docs/plugins/inspect/plugin-efence.xml:
8322         * docs/plugins/inspect/plugin-effectv.xml:
8323         * docs/plugins/inspect/plugin-esdsink.xml:
8324         * docs/plugins/inspect/plugin-flac.xml:
8325         * docs/plugins/inspect/plugin-flxdec.xml:
8326         * docs/plugins/inspect/plugin-gconfelements.xml:
8327         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8328         * docs/plugins/inspect/plugin-goom.xml:
8329         * docs/plugins/inspect/plugin-halelements.xml:
8330         * docs/plugins/inspect/plugin-icydemux.xml:
8331         * docs/plugins/inspect/plugin-id3demux.xml:
8332         * docs/plugins/inspect/plugin-jpeg.xml:
8333         * docs/plugins/inspect/plugin-ladspa.xml:
8334         * docs/plugins/inspect/plugin-level.xml:
8335         * docs/plugins/inspect/plugin-matroska.xml:
8336         * docs/plugins/inspect/plugin-mulaw.xml:
8337         * docs/plugins/inspect/plugin-multipart.xml:
8338         * docs/plugins/inspect/plugin-navigationtest.xml:
8339         * docs/plugins/inspect/plugin-ossaudio.xml:
8340         * docs/plugins/inspect/plugin-png.xml:
8341         * docs/plugins/inspect/plugin-quicktime.xml:
8342         * docs/plugins/inspect/plugin-rtp.xml:
8343         * docs/plugins/inspect/plugin-rtsp.xml:
8344         * docs/plugins/inspect/plugin-smpte.xml:
8345         * docs/plugins/inspect/plugin-speex.xml:
8346         * docs/plugins/inspect/plugin-taglib.xml:
8347         * docs/plugins/inspect/plugin-udp.xml:
8348         * docs/plugins/inspect/plugin-videobalance.xml:
8349         * docs/plugins/inspect/plugin-videobox.xml:
8350         * docs/plugins/inspect/plugin-videocrop.xml:
8351         * docs/plugins/inspect/plugin-videoflip.xml:
8352         * docs/plugins/inspect/plugin-videomixer.xml:
8353         * docs/plugins/inspect/plugin-wavenc.xml:
8354         * docs/plugins/inspect/plugin-wavparse.xml:
8355         * docs/plugins/inspect/plugin-ximagesrc.xml:
8356           Update docs with caps info.
8357
8358 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8359
8360         * po/POTFILES.in:
8361           Add more files with translatable strings (#450878).
8362
8363 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8364
8365         * MAINTAINERS:
8366         Updating all the maintainers files
8367
8368 2007-06-22  Edward Hervey  <edward@fluendo.com>
8369
8370         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8371         * gst/interleave/deinterleave.c: (deinterleave_init),
8372         (deinterleave_sink_link):
8373         * gst/interleave/interleave.c: (interleave_init):
8374         * gst/median/gstmedian.c: (gst_median_init):
8375         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8376         Fix memory leaks.
8377         * tests/check/elements/id3demux.c: (pad_added_cb):
8378         Remove unused variable.
8379
8380 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8381
8382         * ext/gconf/gconf.h:
8383         Make the prototype of gst_gconf_get_key_for_sink_profile
8384         match the implementation.
8385         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8386         Fixes: #449747
8387
8388 2007-06-20  Michael Smith <msmith@fluendo.com>
8389
8390         * gst/rtp/gstrtpdepay.c:
8391           Fix description - rtpdepay is not a payloader.
8392
8393 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8394
8395         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8396         (qtdemux_video_caps):
8397         * gst/qtdemux/qtdemux_fourcc.h:
8398           Add MJPG to the variants of motion jpeg.
8399
8400 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8401
8402         * tests/check/Makefile.am:
8403         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8404         * tests/check/elements/videocrop.c: (GST_START_TEST):
8405         * tests/check/elements/videofilter.c:
8406         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8407         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8408           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8409           error flags are included and it errors out on compiler warnings
8410           for CVS builds; remove unused variables in various unit tests.
8411
8412 2007-06-19  Wim Taymans  <wim@fluendo.com>
8413
8414         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8415         (rtsp_connection_close), (rtsp_connection_free):
8416         Use threadsafe inet_ntop to convert an ip number to a string. 
8417         Fixes #447961.
8418         Don't leak fd (and ip) when freeing a connection without first closing
8419         it.
8420
8421 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8422
8423         * configure.ac:
8424         Back to CVS
8425
8426         * gst-plugins-good.doap:
8427         Add 0.10.6 to the doap file.
8428
8429 === release 0.10.6 ===
8430
8431 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8432
8433         * configure.ac:
8434           releasing 0.10.6, "Wobble Board"
8435
8436 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8437
8438         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8439         (rtsp_connection_free):
8440           Revert previous commit again, since we are frozen (sorry).
8441
8442 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8443
8444         Patch by: Peter Kjellerstedt <pkj at axis com>
8445
8446         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8447         (rtsp_connection_free):
8448           inet_ntoa() uses a static buffer internally, so we need to copy the
8449           returned string if we want to store it for later (#447961).
8450
8451 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8452
8453         * win32/vs6/autogen.dsp:
8454         * win32/vs6/gst_plugins_good.dsw:
8455         * win32/vs6/libgstalaw.dsp:
8456         * win32/vs6/libgstalpha.dsp:
8457         * win32/vs6/libgstalphacolor.dsp:
8458         * win32/vs6/libgstapetag.dsp:
8459         * win32/vs6/libgstaudiofx.dsp:
8460         * win32/vs6/libgstauparse.dsp:
8461         * win32/vs6/libgstautodetect.dsp:
8462         * win32/vs6/libgstavi.dsp:
8463         * win32/vs6/libgstcutter.dsp:
8464         * win32/vs6/libgstdirectdraw.dsp:
8465         * win32/vs6/libgstdirectsound.dsp:
8466         * win32/vs6/libgsteffectv.dsp:
8467         * win32/vs6/libgstflx.dsp:
8468         * win32/vs6/libgstgoom.dsp:
8469         * win32/vs6/libgsticydemux.dsp:
8470         * win32/vs6/libgstid3demux.dsp:
8471         * win32/vs6/libgstinterleave.dsp:
8472         * win32/vs6/libgstjpeg.dsp:
8473         * win32/vs6/libgstlevel.dsp:
8474         * win32/vs6/libgstmatroska.dsp:
8475         * win32/vs6/libgstmedian.dsp:
8476         * win32/vs6/libgstmonoscope.dsp:
8477         * win32/vs6/libgstmulaw.dsp:
8478         * win32/vs6/libgstmultipart.dsp:
8479         * win32/vs6/libgstqtdemux.dsp:
8480         * win32/vs6/libgstrtp.dsp:
8481         * win32/vs6/libgstrtsp.dsp:
8482         * win32/vs6/libgstsmpte.dsp:
8483         * win32/vs6/libgstspeex.dsp:
8484         * win32/vs6/libgstudp.dsp:
8485         * win32/vs6/libgstvideobalance.dsp:
8486         * win32/vs6/libgstvideobox.dsp:
8487         * win32/vs6/libgstvideocrop.dsp:
8488         * win32/vs6/libgstvideoflip.dsp:
8489         * win32/vs6/libgstvideomixer.dsp:
8490         * win32/vs6/libgstwaveform.dsp:
8491         * win32/vs6/libgstwavenc.dsp:
8492         * win32/vs6/libgstwavparse.dsp:
8493         Mark *.dsp & *.dsw as binary files and convert to DOS line
8494         endings, as they don't load into VS6 correctly otherwise.
8495
8496 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8497
8498         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8499         (rtsp_connection_connect):
8500         Fix the MingW build. 
8501         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8502         Fixes: #446981
8503
8504 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8505
8506         * tests/check/elements/.cvsignore:
8507         * tests/icles/.cvsignore:
8508         Hush the buildbots up
8509
8510 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8511
8512         * configure.ac:
8513         * sys/Makefile.am:
8514         * sys/directdraw/Makefile.am:
8515         * sys/directsound/Makefile.am:
8516         * sys/waveform/Makefile.am:
8517         Make sure to dist everything needed for win32 builds.
8518
8519 2007-06-14  Edward Hervey  <edward@fluendo.com>
8520
8521         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8522         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8523         caps.
8524         Fixes #447458
8525
8526 2007-06-13  Wim Taymans  <wim@fluendo.com>
8527
8528         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8529         Make sure we allocate enough memory for the codec_data.
8530         Fixes #447210.
8531
8532 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8533
8534         * win32/MANIFEST:
8535         Add videocrop project file to the win32 manifest.
8536         * win32/vs6/gst_plugins_good.dsw:
8537         Add qtdemux,videocrop and waveform projects to the workspace.
8538         * win32/vs6/libgstqtdemux.dsp:
8539         Add zlib to the link list of qtdemux.
8540         * win32/vs6/libgstvideocrop.dsp:
8541         Add a project file for videocrop.
8542
8543 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8544
8545         * po/POTFILES.in:
8546         Add qtdemux for translation
8547
8548 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8549
8550         * configure.ac:
8551         * docs/plugins/Makefile.am:
8552         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8553         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8554         * docs/plugins/inspect/plugin-videocrop.xml:
8555         * gst-plugins-good.spec.in:
8556         * sys/Makefile.am:
8557         * tests/check/Makefile.am:
8558         * tests/icles/Makefile.am:
8559         * tests/icles/videocrop-test.c:
8560         Move videocrop and osxvideo from -bad.
8561
8562 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8563
8564         * configure.ac:
8565         * docs/plugins/Makefile.am:
8566         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8567         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8568         * docs/plugins/gst-plugins-good-plugins.args:
8569         * docs/plugins/inspect/plugin-qtdemux.xml:
8570         * docs/plugins/inspect/plugin-quicktime.xml:
8571         * win32/MANIFEST:
8572         Move qtdemux from -bad.
8573
8574         * gst-plugins-good.spec.in:
8575         Update spec file to reflect moving of qtdemux and wavpack
8576
8577 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8578         
8579         * win32/MANIFEST:
8580         * docs/plugins/Makefile.am:
8581         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8582         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8583         * docs/plugins/inspect/plugin-directdraw.xml:
8584         * docs/plugins/inspect/plugin-directsound.xml:
8585         * docs/plugins/inspect/plugin-waveform.xml:
8586         Move the waveform plugin from -bad too. Update the inspect xml
8587         files to mention Plugins Good instead of Plugins Bad.
8588
8589 2007-06-12  Andy Wingo  <wingo@pobox.com>
8590
8591         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8592         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
8593         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
8594         finalization and resuscitation. No longer public.
8595         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
8596         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
8597         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
8598         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
8599         miniobject semantics, and be threadsafe.
8600         (gst_v4l2src_queue_frame): Remove this function, as we just call
8601         the ioctls directly in the two places where we queue buffers.
8602         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
8603         directly.
8604         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
8605         to allocate the pool, which also preallocates the GstBuffers.
8606         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
8607         queueing the frames directly.
8608         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
8609         mmap buffers have been dequeued.
8610
8611         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
8612         real MiniObject instead of rolling our own refcounting and
8613         finalizing. Give it a lock.
8614         (struct _GstV4l2Buffer): Remove one intermediary object, having
8615         the buffers hold the struct v4l2_buffer directly.
8616
8617         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
8618         capture_init so that it can set them on the buffers that it will
8619         create.
8620         (gst_v4l2src_get_read): For better or for worse, include the
8621         timestamping and offsetting code here; really we should be using
8622         bufferalloc though.
8623         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
8624         preallocated, mmap'd buffers.
8625
8626 2007-06-11  Wim Taymans  <wim@fluendo.com>
8627
8628         Patch by: daniel fischer <dan at f3c dot com>
8629
8630         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
8631         (gst_ximage_src_get_caps):
8632         Actually use the display_name property so that we can dump any
8633         available X display. Fixes #445905.
8634
8635 2007-06-11  Wim Taymans  <wim@fluendo.com>
8636
8637         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8638
8639         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
8640         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
8641         Add missing rate fields to caps. Fixes #441118.
8642
8643 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
8644
8645         * win32/vs6/gst_plugins_good.dsw:
8646         * win32/vs8/gst-plugins-good.sln:
8647         Add DirectSound and DirectDraw sinks project files to
8648         workspace and solution files.
8649
8650 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
8651
8652         Patch by: Josh Coalson <xflac at yahoo dot com>,
8653         updated by Alexis Ballier <aballier at gentoo dot org>:
8654
8655         * configure.ac:
8656         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
8657         (gst_flac_dec_setup_seekable_decoder),
8658         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
8659         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
8660         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
8661         * ext/flac/gstflacdec.h:
8662         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8663         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
8664         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
8665         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
8666         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
8667         (gst_flac_enc_chain), (gst_flac_enc_set_property),
8668         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
8669         * ext/flac/gstflacenc.h:
8670         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
8671         
8672 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8673
8674         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
8675         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
8676         not necessary anymore as we need at least that core version. 
8677
8678 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
8679
8680         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8681         (gst_wavpack_dec_chain):
8682         * ext/wavpack/gstwavpackdec.h:
8683         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
8684         (gst_wavpack_parse_push_buffer):
8685         * ext/wavpack/gstwavpackparse.h:
8686         Improve discont handling by checking if the next Wavpack block has
8687         the expected, following block index.
8688
8689 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8690
8691         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
8692           Fix element description.
8693
8694 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8695
8696         * configure.ac:
8697         * docs/plugins/Makefile.am:
8698         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8699         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8700         * docs/plugins/gst-plugins-good-plugins.args:
8701         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8702         * docs/plugins/gst-plugins-good-plugins.signals:
8703         * docs/plugins/inspect/plugin-autodetect.xml:
8704         * docs/plugins/inspect/plugin-gconfelements.xml:
8705         * docs/plugins/inspect/plugin-ladspa.xml:
8706         * docs/plugins/inspect/plugin-rtp.xml:
8707         * docs/plugins/inspect/plugin-wavpack.xml:
8708         * ext/Makefile.am:
8709         * tests/check/Makefile.am:
8710           move wavpack plugin.  See #352605.
8711
8712 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
8713
8714         * configure.ac:
8715         * docs/plugins/Makefile.am:
8716         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8717         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8718         * docs/plugins/gst-plugins-good-plugins.args:
8719         * sys/Makefile.am:
8720         * win32/MANIFEST:
8721         Add DirectDraw & DirectSound plugins to the build and docs.
8722
8723 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
8724
8725         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
8726         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
8727           When operating in pull mode, error out correct on not-linked.
8728
8729 2007-06-06  Andy Wingo  <wingo@pobox.com>
8730
8731         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
8732         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
8733         format and size if the ioctls are defined; should fix compilation
8734         on Linux < 2.16.19.
8735
8736 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
8737
8738         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8739           Printf fixes in debug statements; use LOG level for debug statements
8740           that are printed for each and every frame; convert c++ comments to
8741           C-style comments; not much point using g_try_malloc() if we then not
8742           even check the return value.
8743
8744 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8745
8746         * configure.ac:
8747           Bump requirements to released versions (core and base 0.10.13).
8748
8749         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
8750           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8751           own implementation.
8752
8753 2007-06-05  Andy Wingo  <wingo@pobox.com>
8754
8755         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
8756         some useless comments.
8757
8758         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
8759         frames before calling STREAMON, that might leave them in a state
8760         where they can't be dequeued if we go back to NULL without calling
8761         STREAMON, according to the docs.
8762         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
8763         before we call STREAMON.
8764         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
8765         failures. (For me this code hung.) The pool refcounting is still
8766         crack; added a note to that effect.
8767
8768 2007-06-05  Wim Taymans  <wim@fluendo.com>
8769
8770         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
8771         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
8772         Add support for mapping gst structure names to the MIME type equivalent.
8773         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
8774
8775 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
8776
8777         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
8778         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
8779         (gst_wavenc_chain), (gst_wavenc_change_state):
8780         * gst/wavenc/gstwavenc.h:
8781         Properly write wav files with width!=depth by having the depth most
8782         significant bytes set and all others zero. Fixes #442535.
8783
8784 2007-06-01  Wim Taymans  <wim@fluendo.com>
8785
8786         * gst/rtsp/rtspconnection.c:
8787         Add include to make buildbot happy.
8788
8789 2007-06-01  Wim Taymans  <wim@fluendo.com>
8790
8791         Patch by: Peter Kjellerstedt  <pkj at axis com>
8792
8793         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8794         (rtsp_connection_connect), (add_date_header),
8795         (rtsp_connection_send), (parse_response_status),
8796         (parse_request_line), (parse_line), (rtsp_connection_receive):
8797         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
8798         * gst/rtsp/rtspdefs.h:
8799         * gst/rtsp/rtspmessage.c: (key_value_foreach),
8800         (rtsp_message_init_request), (rtsp_message_init_response),
8801         (rtsp_message_remove_header), (rtsp_message_append_headers),
8802         (rtsp_message_dump):
8803         * gst/rtsp/rtspmessage.h:
8804         Improves version checking, allowing an RTSP server to reply with "505
8805         RTSP Version not supported.
8806         Adds a Date header to all messages.
8807         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
8808         want to be able to send a response even if something in the request was
8809         invalid. EINVAL is only used when passing wrong arguments to functions.
8810         Do not handle an invalid method in parse_request_line(). Defer this to
8811         the caller so it can respond with "405 Method Not Allowed".
8812         Improves parsing of the timeout parameter to the Session header,
8813         allowing whitespace after the semicolon. 
8814         Avoids a compiler warning due to variables shadowing a function argument.
8815
8816 2007-06-01  Wim Taymans  <wim@fluendo.com>
8817
8818         Based on Patch by: Daniel Charles <dcharles at ti dot com>
8819
8820         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
8821         (gst_rtp_amr_depay_process):
8822         * gst/rtp/gstrtpamrdepay.h:
8823         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
8824         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
8825         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
8826         * gst/rtp/gstrtpamrpay.h:
8827         Add support for AMR-WB.
8828         Small cleanups such as using BOILERPLATE.
8829
8830 2007-05-31  Wim Taymans  <wim@fluendo.com>
8831
8832         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
8833         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
8834
8835 2007-05-30  Andy Wingo  <wingo@pobox.com>
8836
8837         * sys/v4l2/gstv4l2object.h: 
8838         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
8839         unintended changes.
8840
8841         * sys/v4l2/v4l2src_calls.h: 
8842         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
8843         the format list in the order that the driver gives it to us.
8844         (gst_v4l2src_probe_caps_for_format_and_size)
8845         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
8846         based on the capabilities of the device.
8847         (gst_v4l2src_grab_frame): Update for object variable renaming.
8848         (gst_v4l2src_set_capture): Update to be strict in its parameters,
8849         as in the set_caps below.
8850         (gst_v4l2src_capture_init): Update for object variable renaming,
8851         and reflow.
8852         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
8853         (gst_v4l2src_capture_deinit): Update for object variable renaming.
8854         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
8855         (gst_v4l2src_get_fps): Remove; these functions don't have much
8856         meaning outside of an atomic set_caps method.
8857         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
8858         known.
8859
8860         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
8861         call to update_fps; not sure about this change.
8862         (gst_v4l2_tuner_set_norm): Work around the fact that for the
8863         moment we don't have an update_fps_func.
8864
8865         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
8866         structures in the object, just store what we need. Do store the
8867         probed caps of the device. Don't store the current frame rate.
8868
8869         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
8870         update_fps_function, for now. Update for new object variable
8871         naming.
8872         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
8873         new object variable naming.
8874         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
8875         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
8876         (gst_v4l2src_get_caps): Rework to probe the device for supported
8877         frame sizes and frame rates.
8878         (gst_v4l2src_set_caps): Rework to be strict in the given
8879         parameters: if someone asks us to have a certain size and rate,
8880         that is what we configure.
8881         (gst_v4l2src_get_read): Update for object variable naming. Don't
8882         leak buffers on short reads.
8883         (gst_v4l2src_get_mmap): Update for object variable naming, and add
8884         comments.
8885         (gst_v4l2src_create): Update for object variable naming.
8886
8887 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8888
8889         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
8890         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
8891         * gst/avi/gstavidemux.h:
8892           Parse subtitle text streams instead of erroring out (#442034). Still
8893           needs a parser for the subtitles to actually show up.
8894
8895 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
8896
8897         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
8898         (gst_avi_demux_loop):
8899           Make _push_event() return TRUE if the event could be pushed on at
8900           least one pad and not only if it could be pushed on all pads,
8901           otherwise we'll end up posting an error message on EOS if one or
8902           more source pads are not connected.
8903
8904 2007-05-28  Wim Taymans  <wim@fluendo.com>
8905
8906         * gst/rtsp/rtsptransport.c:
8907         Use renamed RTP bin.
8908
8909 2007-05-28  Wim Taymans  <wim@fluendo.com>
8910
8911         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
8912
8913         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
8914         (gst_video_box_set_property), (gst_video_box_transform_caps),
8915         (video_box_recalc_transform), (gst_video_box_set_caps),
8916         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
8917         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
8918         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
8919         (gst_video_box_i420_i420), (gst_video_box_transform),
8920         (plugin_init):
8921         Add AYUV->AYUV and AYUV->I420 formats. 
8922         Fix negotiation and I420->AYUV conversion.
8923         Fixes #429329.
8924
8925 2007-05-26  Wim Taymans  <wim@fluendo.com>
8926
8927         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
8928         Use different variables for nested for loops so that the outer loop
8929         functions properly and speex files with multiple frames per buffer work
8930         properly.
8931         Fixes #441408.
8932
8933 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8934
8935         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
8936           Don't leak newsegment events.
8937
8938 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8939
8940         * gst/wavparse/Makefile.am:
8941           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
8942           drags it in.
8943
8944 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
8945
8946         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
8947         (notgst_value_array_append_buffer),
8948         (gst_flac_enc_process_stream_headers),
8949         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
8950         (gst_flac_enc_change_state):
8951         * ext/flac/gstflacenc.h:
8952           Collect headers, add "streamheader" field to output caps and set
8953           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
8954           produces output according to the official FLAC-to-Ogg mapping
8955           instead of completely broken files. Fixes #426044.
8956
8957 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8958
8959         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
8960         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
8961         (gst_id3demux_sink_event):
8962         * gst/id3demux/gstid3demux.h:
8963         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
8964         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
8965         (gst_tag_demux_send_new_segment):
8966         Handle and adjust new-segment events so that downstream really
8967         sees a stream with the tag pieces stripped off the front and back.
8968         Fixes strangeness in seeking when mp3 decoders use the new-segment
8969         byte position to estimate their current playback position timestamp
8970         and then the arriving buffers don't match up.
8971
8972 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8973
8974         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
8975           Don't unnecessarily perform a READY->NULL->READY transition on the
8976           detected audio sink when starting up. Fixes: #440127
8977
8978 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8979
8980         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
8981         (gst_flac_enc_chain):
8982           Don't crash in chain function if setcaps hasn't been called.
8983
8984 2007-05-24  Wim Taymans  <wim@fluendo.com>
8985
8986         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
8987         Init value to avoid infinte loops.
8988
8989 2007-05-24  Wim Taymans  <wim@fluendo.com>
8990
8991         Patch by: Peter Kjellerstedt  <pkj at axis com>
8992
8993         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
8994         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
8995         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
8996         (gst_rtspsrc_play):
8997         (rtsp_connection_send), (rtsp_connection_receive):
8998         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
8999         Fix for new API.
9000
9001         * gst/rtsp/rtspconnection.c: (add_auth_header),
9002         Only add authorisation and session headers when sending messages.
9003
9004         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9005         (rtsp_message_init_request), (rtsp_message_init_response),
9006         (rtsp_message_unset), (rtsp_message_add_header),
9007         (rtsp_message_remove_header), (rtsp_message_get_header),
9008         (rtsp_message_append_headers), (dump_key_value),
9009         (rtsp_message_dump):
9010         * gst/rtsp/rtspmessage.h:
9011         Add support for multiple headers of the same type by storing the parsed
9012         headers in a GArray instaed of a hashtable.
9013
9014 2007-05-21  Wim Taymans  <wim@fluendo.com>
9015
9016         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9017         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9018         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9019         safer shutdown.
9020
9021 2007-05-21  Wim Taymans  <wim@fluendo.com>
9022
9023         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9024         * gst/rtsp/gstrtpdec.h:
9025         Added signal for backwards compat.
9026
9027 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9028         
9029         Patch by: René Stadler <mail at renestadler dot de>
9030
9031         * configure.ac:
9032         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9033         (gst_au_parse_parse_header), (gst_au_parse_chain):
9034         * gst/auparse/gstauparse.h:
9035         Use audioconvert for converting from non-native endianness floats
9036         in auparse instead of doing it ourself. Fixes #424527.
9037         This needs the audioconvert from plugins-base CVS.
9038         
9039 2007-05-21  Wim Taymans  <wim@fluendo.com>
9040
9041         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9042         (gst_rtp_h263p_pay_flush):
9043         Fix enum registration.
9044
9045 2007-05-21  Wim Taymans  <wim@fluendo.com>
9046
9047         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9048
9049         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9050         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9051         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9052         (gst_rtp_h263p_pay_flush):
9053         * gst/rtp/gstrtph263ppay.h:
9054         Add new fragmentation mode base on GOB headers. Fixes #438940.
9055
9056 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9057
9058         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9059           Printf format fix.
9060
9061 2007-05-18  Wim Taymans  <wim@fluendo.com>
9062
9063         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9064         Don't crash when an unsupported transport error was returned by the
9065         server, just try to configure the next stream. Fixes #439255.
9066
9067 2007-05-18  Wim Taymans  <wim@fluendo.com>
9068
9069         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9070         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9071         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9072         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9073         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9074         * gst/rtsp/gstrtspsrc.h:
9075         Add TCP timeout property and use it for all TCP connection.
9076
9077         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9078         (rtsp_connection_write), (rtsp_connection_next_timeout),
9079         (rtsp_connection_reset_timeout):
9080         Make connect and writes cancelable and make them use the timeout.
9081
9082 2007-05-18  Wim Taymans  <wim@fluendo.com>
9083
9084         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9085         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9086         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9087         (gst_rtspsrc_setup_streams):
9088         Refactor timeout handling.
9089         Also send keep-alive when dealing with TCP transport.
9090
9091         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9092         (rtsp_connection_free), (rtsp_connection_next_timeout),
9093         (rtsp_connection_reset_timeout):
9094         * gst/rtsp/rtspconnection.h:
9095         Use a timer to handle the session timeouts, add some methods to deal
9096         with timeouts.
9097
9098 2007-05-17  Wim Taymans  <wim@fluendo.com>
9099
9100         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9101         (gst_rtspsrc_setup_streams):
9102         Ignore streams that fail the setup command, we will retry with a
9103         different transport later on.
9104
9105         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9106         (rtsp_ext_wms_configure_stream):
9107         Fix encoding name case.
9108
9109 2007-05-16  Edward Hervey  <edward@fluendo.com>
9110
9111         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9112         Fix build on macosx.
9113
9114 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9115
9116         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9117         Replace direct comparison of a string with the string literal "" with
9118         a comparison of the first character with '\0'. Fixes #438926.
9119
9120 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9121
9122         * gst/debug/breakmydata.c (gst_break_my_data_init):
9123           One more try. This should be the proper fix now.
9124
9125 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9126
9127         * gst/debug/breakmydata.c:
9128           Ooops, no // comments please.
9129
9130 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9131
9132         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9133         (gst_break_my_data_init):
9134           Fix gst_buffer_is_writable() assertion.
9135
9136 2007-05-14  David Schleef  <ds@schleef.org>
9137
9138         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9139           video/x-raw-bayer.  Fixes #314160.
9140
9141 2007-05-14  Wim Taymans  <wim@fluendo.com>
9142
9143         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9144         (gst_rtp_theora_depay_parse_configuration):
9145         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9146         (gst_rtp_theora_pay_finish_headers),
9147         (gst_rtp_theora_pay_handle_buffer):
9148         Update theora pay/depayloader in a similar to vorbis.
9149
9150         * gst/rtp/gstrtpvorbisdepay.c:
9151         (gst_rtp_vorbis_depay_parse_configuration):
9152         Update docs.
9153
9154 2007-05-14  Wim Taymans  <wim@fluendo.com>
9155
9156         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9157         When we try to execute a method that is not supported by the server,
9158         don't error out but remove the method from the accepted methods so that
9159         we never try to perform this method again.
9160
9161 2007-05-14  Wim Taymans  <wim@fluendo.com>
9162
9163         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9164         Remove annoying _dump_mem.
9165
9166 2007-05-14  Wim Taymans  <wim@fluendo.com>
9167
9168         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9169         Parse range correctly.
9170
9171         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9172         The baseurl now always has a '/' at the start.
9173
9174 2007-05-14  Wim Taymans  <wim@fluendo.com>
9175
9176         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9177         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9178         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9179         Factor out caps configuration and configure more stuff such as the time
9180         ranges and speed/scale values.
9181
9182         * gst/rtsp/rtsptransport.c:
9183         Add Copyright after non-trival fixes.
9184
9185 2007-05-12  Wim Taymans  <wim@fluendo.com>
9186
9187         Patch by: Peter Kjellerstedt  <pkj at axis com>
9188
9189         * gst/rtsp/gstrtspsrc.h:
9190         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9191         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9192         (rtsp_message_get_header):
9193         * gst/rtsp/rtspmessage.h:
9194         Make channel guint8 where possible.
9195         Make rtsp_message_init_data() take the channel as a guint8.
9196
9197         * gst/rtsp/rtspdefs.c:
9198         Fixed a typo: Timout -> Timeout
9199
9200         * gst/rtsp/rtspdefs.h:
9201         Make RTSP_CHECK() behave as a statement.
9202
9203         * gst/rtsp/sdpmessage.c:
9204         Avoid a compiler warning in INIT_ARRAY().
9205         Fixes #437692.
9206
9207 2007-05-12  Wim Taymans  <wim@fluendo.com>
9208
9209         Patch by: Peter Kjellerstedt  <pkj at axis com>
9210
9211         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9212         (rtsp_url_get_request_uri):
9213         * gst/rtsp/rtspurl.h:
9214         Add support for query parameters to RTSP URLs.
9215
9216 2007-05-12  Wim Taymans  <wim@fluendo.com>
9217
9218         Patch by: Peter Kjellerstedt  <pkj at axis com>
9219
9220         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9221         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9222         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9223         (rtsp_transport_parse), (rtsp_transport_as_text):
9224         * gst/rtsp/rtsptransport.h:
9225         Add validation to rtsp_transport_parse().
9226         Add rtsp_transport_as_text() to generate an RTSP header from an
9227         RTSPTransport.
9228         Change ssrc to guint (was a string) since that is what it is, even
9229         though it is sent as a hex string.
9230         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9231         incorrect, which can be seen when looking at the examples in the RFC).
9232         Fixes #437670.
9233
9234 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9235
9236         Patch by: Eric Anholt
9237
9238         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9239           gst_ximage_src_ximage_get):
9240         Use union of all damage between frames to make it faster.
9241         Fixes bug #342463.
9242         Also fix crasher when cursor is at bottom right of window.
9243
9244 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9245
9246         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9247           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9248           streaming mode regression for file from #343837 with 'bext' chunk
9249           before the 'fmt' chunk.
9250
9251 2007-05-11  Wim Taymans  <wim@fluendo.com>
9252
9253         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9254         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9255         (gst_rtspsrc_handle_src_event),
9256         (gst_rtspsrc_stream_configure_manager),
9257         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9258         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9259         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9260         * gst/rtsp/gstrtspsrc.h:
9261         * gst/rtsp/rtspdefs.h:
9262         Preliminary seek support.
9263         Activate internal pads so that we can receive events on them.
9264         Don't try to parse a range string when it's NULL.
9265
9266 2007-05-11  Wim Taymans  <wim@fluendo.com>
9267
9268         * gst/rtp/README:
9269         Update README with new RTP variables that will be used for
9270         synchronisation.
9271
9272         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9273         (gst_rtp_vorbis_depay_parse_configuration),
9274         (gst_rtp_vorbis_depay_process):
9275         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9276         (gst_rtp_vorbis_pay_finish_headers),
9277         (gst_rtp_vorbis_pay_handle_buffer):
9278         Update vorbis pay and depayloader to draft-04.
9279
9280 2007-05-11  Wim Taymans  <wim@fluendo.com>
9281
9282         * gst/rtsp/rtsptransport.c:
9283         UDP MCAST is actually the default for RTP/AVP.
9284 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9285
9286         * gst/level/gstlevel.c: (gst_level_transform_ip):
9287         Use guint8 * instead of gpointer then vs6 can build 
9288         in_data += (filter->width / 8).
9289
9290 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9291
9292         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9293           gst_ximage_src_ximage_get):
9294         * sys/ximage/gstximagesrc.h (last_ximage):
9295         When using Damage actually keep the last frame, and not assume
9296         that the buffer we get already has the last frame on it.
9297         Copy the cursor over if we specify a non-zero start x and
9298         start y.
9299
9300 2007-05-11  Wim Taymans  <wim@fluendo.com>
9301
9302         * gst/rtsp/rtsptransport.c:
9303         Make UDP the default transport when not specified.
9304
9305 2007-05-09  David Schleef  <ds@schleef.org>
9306
9307         * gst/level/gstlevel.c:
9308           Revert last change.
9309
9310 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9311
9312         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9313         (gst_level_transform_ip):
9314         Use guint8 * instead of gpointer then vs6 know the size of data
9315         pointed when moving the pointer.
9316         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9317         Move instructions after variables declaration.
9318         * win32/vs6/autogen.dsp:
9319         * win32/vs6/libgstrtp.dsp:
9320         * win32/vs6/libgstrtsp.dsp:
9321         Update vs6 project files.
9322
9323 2007-05-09  Wim Taymans  <wim@fluendo.com>
9324
9325         * gst/rtsp/Makefile.am:
9326         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9327         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9328         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9329         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9330         (rtsp_range_free):
9331         * gst/rtsp/rtsprange.h:
9332         Add code to parse time ranges.
9333         Report DURATION on the stream when possible.
9334
9335 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9336
9337         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9338         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9339         (gst_videomixer_collected):
9340           Fix strides calculation for AYUV (it's just width*4) (#436910).
9341
9342 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9343
9344         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9345         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9346         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9347         Sync the GObject properties before each processing step to properly
9348         work with the controller.
9349
9350 2007-05-04  Wim Taymans  <wim@fluendo.com>
9351
9352         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9353         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9354         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9355         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9356         (gst_rtspsrc_change_state):
9357         Let more error state trickle down so that we can catch more error
9358         cases.
9359         Handle keep-alive a little smarter by selecting a method the server
9360         actually supports.
9361         Fix a race in UDP streaming shutdown.
9362
9363 2007-05-04  Wim Taymans  <wim@fluendo.com>
9364
9365         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9366         Ignore errors when trying to use the keep-alive messages.
9367
9368 2007-05-04  Wim Taymans  <wim@fluendo.com>
9369
9370         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9371         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9372         (gst_rtspsrc_stream_configure_manager),
9373         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9374         (gst_rtspsrc_stream_configure_mcast),
9375         (gst_rtspsrc_stream_configure_udp),
9376         (gst_rtspsrc_stream_configure_udp_sink),
9377         (gst_rtspsrc_stream_configure_transport):
9378         Send RTCP messages back to the server over the TCP connection.
9379
9380         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9381         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9382         (rtsp_connection_receive):
9383         * gst/rtsp/rtspconnection.h:
9384         Factor out and expose lowlevel _write and _read methods.
9385         Implement sending data messages to the server.
9386
9387 2007-05-03  Wim Taymans  <wim@fluendo.com>
9388
9389         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9390         (gst_multipart_mux_collected):
9391         Fix timestamps on outgoing buffers.
9392
9393 2007-05-03  Wim Taymans  <wim@fluendo.com>
9394
9395         * gst/multipart/multipartmux.c:
9396         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9397         (gst_multipart_mux_change_state):
9398         Emit NEWSEGMENT events before pushing the first buffer.
9399
9400 2007-05-03  Wim Taymans  <wim@fluendo.com>
9401
9402         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9403         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9404         (gst_rtspsrc_handle_src_query),
9405         (gst_rtspsrc_stream_configure_manager),
9406         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9407         (gst_rtspsrc_stream_configure_mcast),
9408         (gst_rtspsrc_stream_configure_udp),
9409         (gst_rtspsrc_stream_configure_udp_sink),
9410         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9411         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9412         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9413         (gst_rtspsrc_pause):
9414         Refactor transport configuration code.
9415         Create internal pads for TCP transport so that we can implement events
9416         and queries.
9417         Handle events and queries.
9418         Parse range from the SDP.
9419         Fix race in pause handler where the connection could still be flushing.
9420
9421 2007-05-02  Wim Taymans  <wim@fluendo.com>
9422
9423         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9424         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9425         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9426         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9427         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9428         (gst_rtspsrc_change_state):
9429         * gst/rtsp/gstrtspsrc.h:
9430         Fix race when multiple udp sources post timeouts, just act on the first
9431         received timeout.
9432         Protect stream list with a recursive lock to fix some races.
9433         Flush connection when we need to do a reconnect or stop.
9434         Make state lock recursive.
9435
9436         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9437         (rtsp_connection_close):
9438         Some small cleanups.
9439
9440 2007-05-02  Wim Taymans  <wim@fluendo.com>
9441
9442         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9443         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9444         Only set DISCONT when there actually is a discont or when we just
9445         started.
9446
9447 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9448
9449         * ext/flac/gstflac.c: (plugin_init):
9450         Call bindtextdomain() to get localized strings.
9451
9452 2007-05-02  Wim Taymans  <wim@fluendo.com>
9453
9454         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9455         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9456         (gst_wavparse_stream_data):
9457         * gst/wavparse/gstwavparse.h:
9458         Be a bit more clever when dealing with VBR files with FACT tags, we
9459         don't want to timestamp buffers in that case but the estimated BPS can
9460         be used for seeking.
9461         Only send close segment in the streaming thread.
9462
9463 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9464
9465         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9466         Correctly post an error on the bus if something went wrong in the loop
9467         function. This fixes a few cases where the task was paused and nothing
9468         happened anymore.
9469
9470 2007-05-02  Wim Taymans  <wim@fluendo.com>
9471
9472         * gst/rtsp/test.c: (main):
9473         Fix compilation of deprecated test just because I'm too lazy to delete
9474         it.
9475
9476 2007-05-02  Wim Taymans  <wim@fluendo.com>
9477
9478         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9479         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9480         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9481         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9482         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9483         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9484         * gst/rtsp/gstrtspsrc.h:
9485         Fix sending RTCP to the right place.
9486         Fix bug in reffing the wrong UDP element.
9487         Use new pad names for the session manager.
9488         Implement handling server requests in interleaved and UDP modes.
9489         Handle session keep-alive in UDP modes.
9490         Remove GCond for handling UDP timeouts.
9491
9492         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9493         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9494         (rtsp_connection_receive), (rtsp_connection_close):
9495         * gst/rtsp/rtspconnection.h:
9496         Store connection IP address for later.
9497         Add timeout args to all operations that might block forever.
9498         Parse session timeout.
9499         Only close sockets when not already closed.
9500
9501         * gst/rtsp/rtspdefs.c:
9502         * gst/rtsp/rtspdefs.h:
9503         Add timeout return value and error string.
9504
9505         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9506         Add small comment.
9507
9508 2007-05-01  Wim Taymans  <wim@fluendo.com>
9509
9510         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9511
9512         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9513         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9514         * gst/rtp/gstrtpmp4vpay.h:
9515         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9516
9517 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9518
9519         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9520           Remove v4l2src from docs, since it breaks the docs build, and the
9521           plugin is only built if --enable-experimental is used anyway.
9522
9523         * docs/plugins/Makefile.am:
9524           Spaces => tab.
9525
9526 2007-04-29  Wim Taymans  <wim@fluendo.com>
9527
9528         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9529         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9530         Add code to drop membership of a multicast group.
9531
9532         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9533         (gst_udpsink_set_uri):
9534         Implement URI handler.
9535
9536         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9537         (gst_rtspsrc_parse_rtpinfo):
9538         Use URI handler to make udpsink instace.
9539         Improve code to configure port and destination.
9540
9541 2007-04-29  Wim Taymans  <wim@fluendo.com>
9542
9543         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9544         Fix multicast detection.
9545         Don't try to join a multicast group if the address is not multicast.
9546
9547         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9548         Small debug improvement.
9549
9550 2007-04-27  Wim Taymans  <wim@fluendo.com>
9551
9552         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9553         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9554         (gst_rtspsrc_handle_message):
9555         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9556         parent.
9557
9558 2007-04-27  Wim Taymans  <wim@fluendo.com>
9559
9560         * gst/rtp/gstrtpilbcdepay.h:
9561         Fix mode property when specified as an arg.
9562
9563 2007-04-26  Edward Hervey  <edward@fluendo.com>
9564
9565         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9566         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9567         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9568         * docs/plugins/inspect/plugin-osxaudio.xml:
9569         Add documentation for osxaudio plugin.
9570
9571 2007-04-26  Wim Taymans  <wim@fluendo.com>
9572
9573         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9574         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9575         (gst_rtspsrc_open), (gst_rtspsrc_close),
9576         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9577         (gst_rtspsrc_pause):
9578         * gst/rtsp/gstrtspsrc.h:
9579         Protect state changes with a lock.
9580
9581         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9582         (parse_line):
9583         * gst/rtsp/rtspconnection.h:
9584         Remove some unused stuff.
9585
9586 2007-04-26  Wim Taymans  <wim@fluendo.com>
9587
9588         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9589         Handle the case where there are exactly 0 bytes to read and the ioctl
9590         did not report an error. Fixes #433530.
9591
9592 2007-04-26  Wim Taymans  <wim@fluendo.com>
9593
9594         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9595         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9596         * gst/wavparse/gstwavparse.h:
9597         Apply DISCONT to buffers.
9598         Only apply timestamp to the first sample after a DISCONT, too many VBR
9599         files cause random jitter in the timestamps. Fixes #433119.
9600
9601 2007-04-25  Wim Taymans  <wim@fluendo.com>
9602
9603         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
9604         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
9605         (gst_rtp_dec_get_property):
9606         * gst/rtsp/gstrtpdec.h:
9607         Add dummy latency property to be backwards compat with rtpbin.
9608
9609         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9610         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9611         (gst_rtspsrc_stream_configure_transport),
9612         (gst_rtspsrc_parse_rtpinfo):
9613         * gst/rtsp/gstrtspsrc.h:
9614         Add latency property and configure in the session manager.
9615         Don't set invalid clock-base and seqnum-base on caps, some servers
9616         sometimes don't send them.
9617
9618 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9619
9620         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
9621         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
9622           Double-check that RGB input caps are really RGBA caps (apparently
9623           the core doesn't always catch it if those caps aren't a subset of
9624           our template caps, also see #421543). Fixes #429319 in a way.
9625           Also, don't leak the pad template in the transform_caps function.
9626
9627         * tests/check/Makefile.am:
9628         * tests/check/elements/.cvsignore:
9629         * tests/check/elements/alphacolor.c: (setup_alphacolor),
9630         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
9631         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
9632         (GST_START_TEST), (alphacolor_suite):
9633           Add some basic unit tests for alphacolor.
9634
9635 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9636
9637         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
9638           If we get a fatal flow return in the loop function, first post the
9639           error message and only then send the EOS event downstream, otherwise
9640           applications might get an eos message before the error message and
9641           think everything was ok (related to #429319).
9642
9643 2007-04-25  Wim Taymans  <wim@fluendo.com>
9644
9645         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9646         Read the channel byte as an unsigned byte.
9647
9648 2007-04-25  Wim Taymans  <wim@fluendo.com>
9649
9650         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
9651         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
9652         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9653         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
9654         (gst_rtp_gsm_depay_setcaps):
9655         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
9656         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9657         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
9658         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
9659         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
9660         (gst_ilbc_depay_get_property):
9661         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
9662         * gst/rtp/gstrtpmp4adepay.c:
9663         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
9664         (gst_rtp_pcma_depay_setcaps):
9665         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
9666         (gst_rtp_pcmu_depay_setcaps):
9667         Make sure we configure the clock_rate in the baseclass in the setcaps
9668         function. Fixes #431282.
9669
9670 2007-04-25  Wim Taymans  <wim@fluendo.com>
9671
9672         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9673         (gst_rtspsrc_stream_free), (request_pt_map),
9674         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
9675         * gst/rtsp/gstrtspsrc.h:
9676         Parse server address from SDP.
9677         Hook up a udpsink to send RTCP back to the server.
9678
9679         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9680         * gst/rtsp/rtsptransport.h:
9681         Add some docs.
9682
9683 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
9684
9685         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9686           Make header field check conditional. Fixes #433135
9687
9688 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9689
9690         * docs/plugins/Makefile.am:
9691         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9692         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9693         * docs/plugins/inspect/plugin-alphacolor.xml:
9694         * gst/alpha/Makefile.am:
9695         * gst/alpha/gstalphacolor.c:
9696         * gst/alpha/gstalphacolor.h:
9697           Add minimal docs blurb to alphacolor; split out headers into
9698           separate header file for gtk-doc.
9699
9700 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
9701
9702         * gst/debug/progressreport.c: (gst_progress_report_report):
9703           Don't try to post NULL message (in case we can't query upstream
9704           position or duration).
9705
9706 2007-04-18  Michael Smith  <msmith@fluendo.com>
9707
9708         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
9709         (gst_cutter_get_caps):
9710         * gst/cutter/gstcutter.h:
9711           Fix some of the most obvious bugs in cutter. Now doesn't leak
9712           everything if input is silent.
9713
9714 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
9715
9716         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9717         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
9718         * gst/wavenc/gstwavenc.h:
9719         Wav apparently only supports width==GST_ROUND_UP(depth), everything
9720         else results in a invalid block align and invalid files.
9721
9722 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
9723
9724         Patch by: Snaik <snaik32 gmail com>
9725
9726         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
9727           Add missing break statement for BOX_HORIZONTAL case.
9728
9729 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9730
9731         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9732
9733         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9734         Use correct format strings for integer types.
9735
9736 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9737
9738         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
9739         (gst_wavparse_create_sourcepad):
9740         Use gst_riff_create_audio_template_caps () instead of the local caps.
9741         This makes updates of the local caps unecessary whenever libgstriff
9742         gets support for new formats.
9743
9744 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
9745
9746         Patch by: Brian Cameron  <brian.cameron at sun dot com>
9747
9748         * sys/sunaudio/gstsunaudio.c:
9749         * sys/sunaudio/gstsunaudiomixer.c:
9750         * sys/sunaudio/gstsunaudiomixer.h:
9751         * sys/sunaudio/gstsunaudiomixerctrl.c:
9752         * sys/sunaudio/gstsunaudiomixerctrl.h:
9753         * sys/sunaudio/gstsunaudiomixertrack.h:
9754         * sys/sunaudio/gstsunaudiosink.c:
9755         * sys/sunaudio/gstsunaudiosink.h:
9756         * sys/sunaudio/gstsunaudiosrc.c:
9757         * sys/sunaudio/gstsunaudiosrc.h:
9758           Fix and/or update copyright attributions (#430228).
9759
9760 2007-04-13  Wim Taymans  <wim@fluendo.com>
9761
9762         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9763         Fix docs.
9764
9765         * gst/rtsp/URLS:
9766         Add some more example urls.
9767
9768         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9769         (gst_rtp_dec_chain_rtp):
9770         Better debugging.
9771
9772         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
9773         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9774         (gst_rtspsrc_parse_rtpinfo):
9775         Remove unused code.
9776
9777 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9778
9779         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9780         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9781         (gst_wavparse_stream_data):
9782           Relax the audio/mpeg caps again and add FIXME: comment.
9783
9784 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9785
9786         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9787         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9788         (gst_wavparse_stream_data):
9789         * gst/wavparse/gstwavparse.h:
9790           More sanity check for the header fields. Fix type for 'rate' header
9791           field.
9792
9793 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9794
9795         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
9796         (gst_icydemux_unicodify):
9797           If the metadata strings we get in the stream are not UTF-8, try to
9798           interpret them according to the character encodings specified in the
9799           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
9800           only fall back to locale/ISO-8859-1 if those aren't set or don't
9801           work. Should fix #428901.
9802
9803 2007-04-12  Wim Taymans  <wim@fluendo.com>
9804
9805         * gst/rtp/gstrtph264depay.c:
9806         Use the proper sync word for SPS and PPS.
9807
9808 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9809
9810         * gst/rtp/Makefile.am:
9811         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
9812           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
9813         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
9814           Add a simple hashing implementation that we can use to generate
9815           a 24-bit ident value based on the codebooks for vorbis and theora.
9816         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
9817           gst_rtp_theora_pay_handle_buffer):
9818         * gst/rtp/gstrtpvorbisdepay.c
9819           (gst_rtp_vorbis_depay_parse_configuration,
9820           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
9821         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
9822           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
9823           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
9824           Use the hashing function, ensuring that the same codebooks result
9825           in the same ident and thus the same SDP description.
9826           Various log fixes/changes.
9827
9828 2007-04-12  Wim Taymans  <wim@fluendo.com>
9829
9830         Patch by: jerry tan <jerry dot tan at sun dot com>
9831
9832         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9833         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
9834         application's responsibility to make sure it open the device once.
9835         Remove a careless error if AUDIODEV is set. Fixes #392620.
9836
9837 2007-04-12  Wim Taymans  <wim@fluendo.com>
9838
9839         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
9840         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
9841         * gst/rtsp/gstrtpdec.h:
9842         Make backward compat with rtpbin by adding the request-pt-map signals.
9843
9844         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9845         (new_session_pad), (request_pt_map),
9846         (gst_rtspsrc_stream_configure_transport),
9847         (gst_rtspsrc_stream_configure_caps),
9848         (gst_rtspsrc_activate_streams):
9849         * gst/rtsp/gstrtspsrc.h:
9850         Implement request-pt-map signals instead of setting caps on the buffers
9851         for the session manager.
9852
9853 2007-04-11  Wim Taymans  <wim@fluendo.com>
9854
9855         * gst/udp/gstudp.c: (plugin_init):
9856         Register GstNetBuffer in plugin_init so that the type can be used from
9857         multiple threads without races.
9858
9859 2007-04-10  Wim Taymans  <wim@fluendo.com>
9860
9861         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9862         (gst_rtp_amr_depay_process):
9863         Fix depayloader clock_rate and some cleanups.
9864
9865         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
9866         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
9867         * gst/rtp/gstrtph264depay.h:
9868         Don't push codec_data in the adapter because it might get flushed when
9869         we get a discont.
9870
9871         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9872         Handle multiple AU per packet.
9873
9874         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
9875         (gst_rtp_sv3v_depay_plugin_init):
9876         Disable rank, this one does not work.
9877         Remove timestamping, base class does that.
9878
9879 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
9880
9881         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
9882           limit caps to the formats we announce in the template
9883
9884         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
9885         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
9886         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
9887           fix some crashers/asserts when dealing with broken files
9888
9889 2007-04-10  Wim Taymans  <wim@fluendo.com>
9890
9891         Patch by: Peter Kjellerstedt  <pkj at axis com>
9892
9893         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
9894         * gst/rtp/gstrtpL16depay.c:
9895         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
9896         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
9897         (gst_rtp_speex_depay_setcaps):
9898         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
9899         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
9900         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
9901         Fix some compiler warnings. Fixes #428182.
9902
9903 2007-04-06  Wim Taymans  <wim@fluendo.com>
9904
9905         * gst/rtsp/Makefile.am:
9906         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
9907         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
9908         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
9909         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
9910         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
9911         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
9912         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
9913         (create_rtcp), (gst_rtp_dec_request_new_pad),
9914         (gst_rtp_dec_release_pad):
9915         * gst/rtsp/gstrtpdec.h:
9916         * gst/rtsp/gstrtsp.c: (plugin_init):
9917         Morph RTPDec into something compatible with RTPBin as a fallback.
9918         Various other style fixes.
9919
9920         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
9921         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
9922         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
9923         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
9924         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
9925         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
9926         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
9927         * gst/rtsp/gstrtspsrc.h:
9928         Implement RTPBin session manager handling.
9929         Don't try to add empty properties to caps.
9930         Implement fallback session manager, handling.
9931         Don't combine errors from RTCP streams, just ignore them.
9932
9933         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
9934         * gst/rtsp/rtsptransport.h:
9935         Implement fallback session manager.
9936         Make RTPBin the default one when available.
9937
9938 2007-04-05  Wim Taymans  <wim@fluendo.com>
9939
9940         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
9941         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
9942         This element is ready to be autoplugged.
9943
9944 2007-04-05  Julien MOUTTE  <julien@moutte.net>
9945
9946         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
9947         Don't leave the offsets defined by upstream element on the
9948         compressed data buffer we are pushing downstream. Make them
9949         GST_BUFFER_OFFSET_NONE.
9950
9951 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
9952
9953         * gst/avi/README:
9954         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9955         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
9956         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
9957         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
9958         (gst_avi_demux_calculate_durations_from_index),
9959         (gst_avi_demux_stream_header_push),
9960         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
9961         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
9962           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
9963
9964 2007-04-03  Wim Taymans  <wim@fluendo.com>
9965
9966         * gst/smpte/barboxwipes.c:
9967         Fix error as spotted by Snaik <snaik32 at gmail dot com>
9968
9969 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9970
9971         * gst/wavparse/gstwavparse.c:
9972         Support audio/x-raw-float in wav files. This only works with
9973         plugins-base CVS, using an older version doesn't have any
9974         disadvantages though.
9975
9976 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9977
9978         * configure.ac:
9979         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9980         (gst_au_parse_parse_header), (gst_au_parse_chain):
9981         * gst/auparse/gstauparse.h:
9982         Revert last change as we don't want plugins-good to depend on
9983         plugins-base CVS now.
9984
9985 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9986
9987         * configure.ac:
9988         Require gst-plugins-base CVS for audioconvert with non-native
9989         float support and width/depth fix in libgstriff.
9990
9991         Patch by: René Stadler <mail at renestadler dot de>
9992
9993         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9994         (gst_au_parse_parse_header), (gst_au_parse_chain):
9995         * gst/auparse/gstauparse.h:
9996         Don't swap the floats ourself if they're not in native endianness.
9997         Instead let audioconvert handle this. Fixes #339838.
9998
9999 2007-03-29  Wim Taymans  <wim@fluendo.com>
10000
10001         * gst/rtp/gstasteriskh263.h:
10002         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10003         (gst_rtp_h263p_depay_change_state):
10004         * gst/rtp/gstrtph263pdepay.h:
10005         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10006         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10007         (gst_rtp_h264_depay_change_state):
10008         * gst/rtp/gstrtph264depay.h:
10009         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10010         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10011         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10012         Flush adapter on disconts.
10013
10014 2007-03-29  Wim Taymans  <wim@fluendo.com>
10015
10016         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10017         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10018         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10019         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10020         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10021         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10022         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10023         (gst_rtp_mp4v_depay_process):
10024         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10025         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10026         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10027         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10028         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10029         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10030         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10031         Use more efficient adapter and rtpbuffer methods when possible.
10032
10033 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10034
10035         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10036         (gst_wavenc_sink_setcaps):
10037         Correctly handle width!=depth input.
10038         * gst/wavparse/gstwavparse.c:
10039         Already export in the caps that width==8 uses unsigned samples and
10040         everything else uses signed samples.
10041
10042 2007-03-29  Wim Taymans  <wim@fluendo.com>
10043
10044         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10045
10046         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10047         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10048         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10049         (gst_dynudpsink_close):
10050         * gst/udp/gstdynudpsink.h:
10051         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10052         (gst_udpsrc_create), (gst_udpsrc_set_property),
10053         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10054         * gst/udp/gstudpsrc.h:
10055         Rework the socket allocation a bit based on the sockfd argument so that
10056         it becomes usable.
10057         Add a closefd property to instruct the udp elements to close the custom
10058         file descriptors when going to READY. Fixes #423304.
10059         API:GstUDPSrc::closefd property
10060         API:GstDynUDPSink::closefd property
10061
10062 2007-03-29  Wim Taymans  <wim@fluendo.com>
10063
10064         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10065
10066         * gst/rtp/Makefile.am:
10067         * gst/rtp/gstrtp.c: (plugin_init):
10068         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10069         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10070         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10071         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10072         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10073         (gst_rtp_h264_pay_plugin_init):
10074         * gst/rtp/gstrtph264pay.h:
10075         Added H264 payloader. Fixes #423782.
10076
10077         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10078         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10079         Small fixes.
10080
10081 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10082
10083         * gst/wavparse/gstwavparse.c:
10084         Actually support depths from 1 to 32, not only 8 to 32.
10085
10086 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10087
10088         * gst/wavparse/gstwavparse.c:
10089         Add support for wav files containing audio/x-raw-int with random
10090         depths between 1 and 32 bits.
10091
10092 2007-03-28  Wim Taymans  <wim@fluendo.com>
10093
10094         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10095
10096         * gst/rtp/Makefile.am:
10097         * gst/rtp/gstrtp.c: (plugin_init):
10098         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10099         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10100         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10101         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10102         (gst_rtp_mp4a_depay_get_property),
10103         (gst_rtp_mp4a_depay_change_state),
10104         (gst_rtp_mp4a_depay_plugin_init):
10105         * gst/rtp/gstrtpmp4adepay.h:
10106         Added MP4A-LATM depayloader. Fixes #417792.
10107
10108         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10109         (gst_rtp_mp4v_depay_process):
10110         Fixup depayloader, setting codec_data, using more efficient adaptor and
10111         rtpbuffer handling.
10112
10113         * gst/rtsp/URLS:
10114         Add url to test above.
10115
10116 2007-03-25  Wim Taymans  <wim@fluendo.com>
10117
10118         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10119         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10120         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10121         (gst_rtspsrc_media_to_caps),
10122         (gst_rtspsrc_stream_configure_transport),
10123         (gst_rtspsrc_stream_configure_caps),
10124         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10125         * gst/rtsp/gstrtspsrc.h:
10126         Handle default clock-rates for static payload types, rearrange stuff so
10127         that the rtpmap field in the sdp can override the defaults.
10128         Parse RTP-Info field to get the seqnum and timebase fields that should
10129         go in the caps.
10130         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10131         the server. 
10132
10133 2007-03-22  Wim Taymans  <wim@fluendo.com>
10134
10135         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10136
10137         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10138         Accept complex pipeline descriptions as an audio profile instead of just
10139         a single element. Fixes #420658.
10140
10141 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10142
10143         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10144           Rename registered type in preparation of GstTagDemux moving to
10145           -base at some point in the future.
10146
10147 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10148
10149         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10150           Streaming mode fixes: don't unref buffer we don't own any longer;
10151           remove bogus adapter flush. Fixes #419338.
10152
10153 2007-03-17  David Schleef  <ds@schleef.org>
10154
10155         * REQUIREMENTS: Change the format to key/value, add a bunch of
10156           information, remove a bunch of requirements that are for
10157           other GStreamer packages.
10158
10159 2007-03-17  David Schleef  <ds@schleef.org>
10160
10161         * REQUIREMENTS: Fix a few things.  This file really needs a
10162         good once-over.
10163
10164 2007-03-15  Edward Hervey  <edward@fluendo.com>
10165
10166         * sys/Makefile.am:
10167         Don't forget to distribute the sys/osxaudio/ directory.
10168
10169 2007-03-15  Edward Hervey  <edward@fluendo.com>
10170
10171         * configure.ac:
10172         * sys/Makefile.am:
10173         * sys/osxaudio/Makefile.am:
10174         * sys/osxaudio/gstosxaudio.c:
10175         * sys/osxaudio/gstosxaudiosink.c:
10176         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10177         (gst_osx_audio_sink_getcaps),
10178         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10179         * sys/osxaudio/gstosxaudiosrc.c:
10180         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10181         (gst_osx_audio_src_create_ringbuffer):
10182         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10183         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10184         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10185         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10186         * sys/osxaudio/gstosxringbuffer.h:
10187         Activate osxaudio in gst-plugins-good with proper build setup.
10188         Add inlined documentation.
10189         Fix debug statements
10190         Fix ringbuffer when pausing.
10191         Fixes #323471
10192
10193 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10194         * gst/rtp/gstrtppcmapay.c:
10195         * gst/rtp/gstrtppcmapay.h:
10196         * gst/rtp/gstrtppcmupay.c:
10197         * gst/rtp/gstrtppcmupay.h:
10198         Ported mulaw and alaw payloaders to use new base class
10199
10200 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10201
10202         * po/af.po:
10203         * po/az.po:
10204         * po/cs.po:
10205         * po/en_GB.po:
10206         * po/it.po:
10207         * po/nl.po:
10208         * po/or.po:
10209         * po/sq.po:
10210         * po/sr.po:
10211         * po/sv.po:
10212         * po/uk.po:
10213         * po/vi.po:
10214           Update translations.
10215
10216 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10217
10218         * configure.ac:
10219           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10220
10221 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10222
10223         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10224           Fix handling of -1 values for start and stop values when seeking,
10225           and SEEK_CUR+SEEK_END here as well.
10226
10227 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10228
10229         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10230           Fix handling of -1 values for start and stop values when seeking, 
10231           and SEEK_CUR+SEEK_END.
10232
10233 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10234
10235         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10236           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10237           the image format a variable-length NUL-terminated string; in
10238           versions before that the image format is a fixed-length string of
10239           3 characters (see #348644 for a sample tag).
10240           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10241
10242 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10243
10244         * win32/MANIFEST:
10245         Add new project files to MANIFEST.
10246         * win32/vs6/libgstaudiofx.dsp:
10247         * win32/vs6/libgstrtp.dsp:
10248         * win32/vs6/libgstrtsp.dsp:
10249         Update project files.
10250         
10251 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10252
10253         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10254         (gst_avi_demux_parse_index):
10255         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10256         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10257           Printf format fixes; also add some missing quotes in translated
10258           strings. Fixes #416728 and #416727.
10259
10260 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10261
10262         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10263           Tim and I can't think of any reason the child audio sink needs to 
10264           be set back to NULL after successfully determining that it can 
10265           reach READY - it gets immediately set back to READY by the caller
10266           anyway, causing an unnecessary close/open of any audio devices
10267           involved.
10268
10269 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10270
10271         * po/LINGUAS:
10272         * po/ja.po:
10273           Add ja.po file from #377306.
10274
10275 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10276
10277         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10278         * sys/sunaudio/gstsunaudiomixertrack.c:
10279         (gst_sunaudiomixer_track_new):
10280           Actually translate sunaudio mixer track labels instead of just
10281           marking the strings as translatable (#377306); clean up weird
10282           label string mapping code that serves no apparent purpose. Also
10283           set the 'untranslated-label' property when creating mixer tracks
10284           if the GstMixerTrack base class supports this.
10285
10286         * tests/check/Makefile.am:
10287         * tests/check/elements/.cvsignore:
10288         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10289         (sunaudio_suite):
10290           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10291           actually tested on a system where sunaudiomixer is available).
10292
10293 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10294
10295         * tests/check/Makefile.am:
10296         Re-enable the states test and see if it works on the buildbots.
10297
10298 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10299
10300         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10301         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10302         (gst_dvdec_change_state):
10303         * ext/dv/gstdvdec.h:
10304         Infer pixel-aspect-ratio from the video frame format if it isn't
10305         provided by the container, as happens when playing DV from AVI
10306         or Quicktime containers.
10307
10308         Patch by: Wim Taymans <wim@fluendo.com>
10309         Fixes #380944
10310
10311 2007-03-09  Wim Taymans  <wim@fluendo.com>
10312
10313         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10314         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10315         will later be handled by the jitterbuffer.
10316
10317 2007-03-09  Wim Taymans  <wim@fluendo.com>
10318
10319         * ext/taglib/gstid3v2mux.cc:
10320         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10321         Fixes #414496.
10322         
10323         Patch by: Alex Lancaster <alexl at users sourceforge net>
10324
10325 2007-03-09  Wim Taymans  <wim@fluendo.com>
10326
10327         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10328         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10329         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10330         (gst_avi_demux_chain):
10331         Fix stream position reporting after a seek. Fixes #416445.
10332
10333 2007-03-08  Wim Taymans  <wim@fluendo.com>
10334
10335         Patch by: René Stadler <mail at renestadler dot de>
10336
10337         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10338         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10339         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10340         Make avidemux accept optional header chunks in any order.
10341         Fixes #415446.
10342
10343 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10344
10345         * tests/check/Makefile.am:
10346         Disable the states check until the remaining Valgrind errors
10347         are fixed or suppressed.
10348
10349 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10350
10351         * tests/check/elements/.cvsignore:
10352           Add audiodynamic check to .cvsignore
10353
10354 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10355
10356         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10357
10358         * gst/audiofx/Makefile.am:
10359         * gst/audiofx/audiodynamic.c:
10360         (gst_audio_dynamic_characteristics_get_type),
10361         (gst_audio_dynamic_mode_get_type),
10362         (gst_audio_dynamic_set_process_function),
10363         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10364         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10365         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10366         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10367         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10368         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10369         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10370         (gst_audio_dynamic_transform_hard_knee_expander_int),
10371         (gst_audio_dynamic_transform_hard_knee_expander_float),
10372         (gst_audio_dynamic_transform_soft_knee_expander_int),
10373         (gst_audio_dynamic_transform_soft_knee_expander_float),
10374         (gst_audio_dynamic_transform_ip):
10375         * gst/audiofx/audiodynamic.h:
10376         * gst/audiofx/audiofx.c: (plugin_init):
10377         Add new audiodynamic element which can act as a compressor or
10378         expander. Supported are hard-knee and soft-knee operation modes with
10379         user-specified ratio and threshold.
10380         Attack and release parameters are not yet implemented but will follow.
10381         * docs/plugins/Makefile.am:
10382         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10383         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10384         * docs/plugins/gst-plugins-good-plugins.args:
10385         * docs/plugins/inspect/plugin-audiofx.xml:
10386         Integrate audiodynamic into the docs.
10387         * tests/check/Makefile.am:
10388         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10389         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10390         Add unit test for audiodynamic.
10391
10392 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10393
10394         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10395         Free handles that we allocated when exiting via the error paths.
10396
10397 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10398
10399         * gst/level/gstlevel.c: (gst_level_class_init),
10400         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10401         (gst_level_transform_ip):
10402         * gst/level/gstlevel.h:
10403           Resolve message timestamps against the playback segment.
10404
10405 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10406
10407         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10408         (gst_id3demux_sink_activate):
10409           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10410           caps passed to it (previously one code path assumed it took ownership
10411           while another one assumed it didn't, while in fact it sometimes did and
10412           sometimes didn't ...).
10413
10414         * configure.ac:
10415         * tests/files/Makefile.am:
10416         * tests/files/id3-407349-1.tag:
10417         * tests/files/id3-407349-2.tag:
10418           Add directory where data for unit tests can be stored.
10419
10420         * tests/Makefile.am:
10421         * tests/check/Makefile.am:
10422         * tests/check/elements/.cvsignore:
10423         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10424         (read_tags_from_file), (run_check_for_file),
10425         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10426           Add unit test for id3demux, and in particular for bug #407349. Only
10427           testing pull-mode for now; push mode doesn't work yet because the test
10428           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10429
10430 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10431
10432         * tests/check/Makefile.am:
10433           Add missing backslash at end of line.
10434
10435 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10436
10437         Trigger rebuild.
10438
10439 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10440
10441         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10442         * gst/id3demux/id3tags.h:
10443         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10444         (parse_obsolete_tdat_frame):
10445           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10446           the four-digit number will be interpreted as a year, whereas it is
10447           month and day in DDMM format. Instead, parse TDAT frames and fix up
10448           the date in the GST_TAG_DATE tag later if we also extracted a year.
10449           Fixes #407349.
10450
10451 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10452
10453         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10454         (gst_switch_commit_new_kid):
10455         Fix up the dispose logic so it doesn't leak, and fix setting of 
10456         the child state so that we don't set a child to our current state 
10457         just as we are changing it to something else.
10458
10459 2007-03-06  Wim Taymans  <wim@fluendo.com>
10460
10461         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10462         (gst_goom_chain):
10463         * gst/goom/gstgoom.h:
10464         Document, fix and improve goom adapter behaviour.
10465         Fixes #407006.
10466
10467 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10468
10469         * ext/esd/esdsink.c: (gst_esdsink_open):
10470         Unref static pad template after using it.
10471
10472 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10473
10474         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10475         (gst_switch_commit_new_kid):
10476         Fix up the reference counting of the child elements.
10477
10478 2007-03-05  Wim Taymans  <wim@fluendo.com>
10479
10480         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10481         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10482         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10483         Fix encoding-name case.
10484
10485 2007-03-05  Wim Taymans  <wim@fluendo.com>
10486
10487         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10488         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10489         (gst_rtp_speex_depay_process):
10490         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10491         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10492         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10493         (gst_rtp_speex_pay_change_state):
10494         * gst/rtp/gstrtpspeexpay.h:
10495         Fix speex (de)payloader. Fixes #358040.
10496
10497 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10498
10499         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10500         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10501         Install fakesink in NULL by fixing some broken logic. This obviates
10502         the need to manually set _IS_SINK.
10503         Add some comments and remove a little cruft while I'm at it.
10504
10505 2007-03-05  Wim Taymans  <wim@fluendo.com>
10506
10507         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10508         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10509
10510 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10511
10512         * po/POTFILES.in:
10513           Update.
10514
10515 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10516
10517         * tests/check/Makefile.am:
10518         Gah! Also disable gconfvideosink from the tests, otherwise
10519         it will instantiate autovideosink, and dfbvideosink and
10520         leak on the buildbots.
10521
10522 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10523
10524         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10525         (gst_cdio_cdda_src_finalize):
10526         Make sure we always destroy our libcdio handle.
10527
10528 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10529
10530         * tests/check/Makefile.am:
10531         Disable autovideosink so the buildbots don't barf over memory
10532         leaked in the directfb sink.
10533
10534 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10535
10536         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10537         Chain up in dispose
10538
10539 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10540
10541         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10542         (gst_multipart_find_pad_by_mime):
10543         Use gst_pad_new_from_static_template instead of
10544         static_pad_template_get+pad_new.
10545
10546 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10547
10548         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10549         Catch the case where no clock has been set.
10550
10551 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10552
10553         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10554         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10555         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10556         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10557         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10558         (gst_gconf_audio_src_finalize), (do_toggle_element):
10559         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10560         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10561         (do_toggle_element):
10562         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10563         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10564         (gst_gconf_video_src_finalize), (do_toggle_element):
10565         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10566         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10567         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10568         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10569         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10570         (gst_shout2send_init), (gst_shout2send_finalize):
10571         * gst/debug/testplugin.c: (gst_test_class_init),
10572         (gst_test_finalize):
10573         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10574         (gst_flxdec_dispose):
10575         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10576         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10577         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10578         (gst_rtspsrc_finalize):
10579         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10580         * gst/rtsp/rtspextwms.h:
10581         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10582         (gst_smpte_finalize):
10583         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10584         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10585         (gst_udpsink_finalize):
10586         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10587         (gst_wavparse_sink_activate):
10588         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10589         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10590         (gst_oss_src_finalize):
10591         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10592         * sys/v4l2/gstv4l2object.h:
10593         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
10594         (gst_v4l2src_finalize):
10595         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
10596
10597         Fix a bunch of leaks shown by the newly-added states test.
10598
10599 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10600
10601         * ext/dv/gstdvdec.c: (gst_dvdec_init):
10602         Use gst_pad_new_from_static_template instead of 
10603         static_pad_template_get+pad_new.
10604
10605 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
10606
10607         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10608
10609         * ext/libcaca/Makefile.am:
10610         * gst/debug/Makefile.am:
10611           Don't mix tabs and spaces (#414168).
10612
10613 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10614
10615         * tests/check/generic/.cvsignore:
10616           Ignore files to please buildbot.
10617
10618 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10619
10620         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
10621         (gst_wavparse_stream_data):
10622           Unbreak my previous commit (swapped nominator & denominator). Tim,
10623           thanks for spotting.
10624
10625 2007-03-02  Wim Taymans  <wim@fluendo.com>
10626
10627         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
10628         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
10629         (gst_cdio_cdda_src_finalize):
10630         Small code cleanups.
10631         Don't use pad_alloc as the base class cannot deal with the error codes.
10632
10633 2007-03-02  Wim Taymans  <wim@fluendo.com>
10634
10635         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
10636         (gst_udpsrc_create):
10637         Fix doc.
10638
10639 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
10640
10641         Patch by: René Stadler <mail@renestadler.de>
10642
10643         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10644         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10645         (gst_wavparse_stream_data):
10646           Handle rounding better to not drop last sample frame. Fixes #356692
10647
10648 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10649
10650         * tests/check/Makefile.am:
10651         Disable cacasink from the states check too - it also calls exit(1)
10652         on us when it can't find a terminal to talk to.
10653
10654 2007-03-02  Wim Taymans  <wim@fluendo.com>
10655
10656         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10657
10658         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10659         (gst_udpsrc_create), (gst_udpsrc_set_property),
10660         (gst_udpsrc_get_property):
10661         * gst/udp/gstudpsrc.h:
10662         Add support to strip proprietary headers. Fixes #350296.
10663
10664 2007-03-02  Wim Taymans  <wim@fluendo.com>
10665
10666         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10667         Fix compilation.
10668
10669 2007-03-02  Wim Taymans  <wim@fluendo.com>
10670
10671         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
10672
10673         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
10674         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
10675         (gst_rtp_mp2t_depay_set_property),
10676         (gst_rtp_mp2t_depay_get_property):
10677         * gst/rtp/gstrtpmp2tdepay.h:
10678         Add support to strip off proprietary headers. Fixes #350278.
10679
10680 2007-03-02  Wim Taymans  <wim@fluendo.com>
10681
10682         * ext/hal/hal.c:
10683         Fix compilation.
10684
10685 2007-03-02  Wim Taymans  <wim@fluendo.com>
10686
10687         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
10688         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
10689         (gst_sunaudiosrc_open):
10690         * sys/sunaudio/gstsunaudiosrc.h:
10691         Remove device-name from GstSunAudioSrc. Fixes #412597.
10692
10693 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10694
10695         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10696         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10697         Having NULL as UDI previously selected the default sink/src. Change
10698         this back but mention it in the debug output.
10699         * ext/hal/hal.c: (gst_hal_get_alsa_element),
10700         (gst_hal_get_oss_element), (gst_hal_get_string),
10701         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
10702         (gst_hal_get_audio_src):
10703         * ext/hal/hal.h:
10704         Refactor a bit, check all error conditions, greatly improve debugging
10705         and fix some possible memory leaks. Also implement OSS support
10706         and allow specifying an UDI that points to a real device. For this the
10707         child device which supports ALSA (preferred) or OSS is used.
10708         As a side effect this makes it impossible now to get a alsasink in
10709         halaudiosrc and a alsasrc in halaudiosink.
10710
10711 2007-03-01  Wim Taymans  <wim@fluendo.com>
10712
10713         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
10714         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
10715         Errors from the udp sources are not fatal unless all of them are in
10716         error.
10717
10718 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10719
10720         * tests/check/Makefile.am:
10721         Disable aasink in the states test. I suspect this is the element that
10722         is calling exit(1) when it can't proceed.
10723
10724 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10725
10726         * tests/check/Makefile.am:
10727         Draw plugins in from the build tree sys/ dir, rather than picking
10728         up the already installed versions.
10729
10730 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10731
10732         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
10733         Error out correctly when getting xcontext fails.
10734
10735 2007-03-01  Wim Taymans  <wim@fluendo.com>
10736
10737         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
10738         Make state change to PAUSED NO_PREROLL because that's what it will be in
10739         the future and rtspsrc relies on it.
10740
10741         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10742         (gst_rtspsrc_change_state):
10743         Don't error out when we don't get an error from the state change
10744         function.
10745
10746 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
10747
10748         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
10749         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
10750           Check if the device UDI is set before trying to query HAL
10751           about it and give a useful error message if it wasn't set.
10752         * ext/hal/hal.c: (gst_hal_get_string):
10753           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
10754           gives an assertion failure in D-Bus when running with
10755           DBUS_FATAL_WARNINGS=1.
10756
10757 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10758
10759         * configure.ac:
10760           Convert to new AG_GST style.
10761
10762 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10763
10764         * tests/check/Makefile.am:
10765         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
10766           add test for states
10767
10768 2007-02-28  Wim Taymans  <wim@fluendo.com>
10769
10770         * tests/check/elements/.cvsignore:
10771         Add new videofilter check to .cvsignore.
10772
10773 2007-02-28  Wim Taymans  <wim@fluendo.com>
10774
10775         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
10776         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10777         (gst_avi_demux_loop), (gst_avi_demux_chain):
10778         Fix combined flow return. Fixes #412608.
10779
10780 2007-02-28  Wim Taymans  <wim@fluendo.com>
10781
10782         * gst/videofilter/Makefile.am:
10783         Dist header..
10784
10785 2007-02-28  Wim Taymans  <wim@fluendo.com>
10786
10787         * gst/videofilter/gstgamma.h:
10788         Add header too.
10789
10790 2007-02-28  Wim Taymans  <wim@fluendo.com>
10791
10792         Patch by: Mark Nauwelaerts <manauw at skynet be>
10793
10794         * gst/videofilter/Makefile.am:
10795         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
10796         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
10797         (gst_gamma_get_property), (gst_gamma_calculate_tables),
10798         (oil_tablelookup_u8), (gst_gamma_set_caps),
10799         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
10800         Port gamma filter to 0.10. Fixes #412704.
10801
10802         * tests/check/Makefile.am:
10803         * tests/check/elements/videofilter.c: (setup_filter),
10804         (cleanup_filter), (check_filter), (GST_START_TEST),
10805         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
10806         Add unit tests for videofilters.
10807
10808 2007-02-28  Wim Taymans  <wim@fluendo.com>
10809
10810         * gst/rtsp/URLS:
10811         Add another interesting test url.
10812
10813         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
10814         Don't allow getting header fields from data packets.
10815
10816 2007-02-28  Michael Smith  <msmith@fluendo.com>
10817
10818         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10819         (gst_shout2send_init), (gst_shout2send_start),
10820         (gst_shout2send_set_property), (gst_shout2send_get_property):
10821         * ext/shout2/gstshout2.h:
10822           Add a property for username.
10823
10824 2007-02-27  Christian Schallerr <christian@fluendo.com>
10825
10826         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
10827
10828 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10829
10830         * gst/rtsp/Makefile.am:
10831         Fix make check too.
10832
10833 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
10834
10835         * gst/rtsp/base64.c: (util_base64_encode):
10836         * gst/rtsp/base64.h:
10837         Commit missing files for base64 encoding.
10838
10839 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10840
10841         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10842
10843         * configure.ac:
10844         * ext/annodex/Makefile.am:
10845         * ext/jpeg/Makefile.am:
10846         * ext/speex/Makefile.am:
10847         * gst/alpha/Makefile.am:
10848         * gst/cutter/Makefile.am:
10849         * gst/debug/Makefile.am:
10850         * gst/effectv/Makefile.am:
10851         * gst/goom/Makefile.am:
10852         * gst/level/Makefile.am:
10853         * gst/smpte/Makefile.am:
10854         * gst/videofilter/Makefile.am:
10855           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
10856
10857 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10858
10859         * gst/rtsp/Makefile.am:
10860         * gst/rtsp/rtspconnection.c: (append_auth_header),
10861         (rtsp_connection_send), (rtsp_connection_set_auth):
10862         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
10863         from icecast to replace it. Relicensed from GPL courtesy of Mike
10864         Smith.
10865
10866 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
10867
10868         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10869         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
10870         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
10871         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
10872         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10873         (gst_rtspsrc_uri_set_uri):
10874         * gst/rtsp/gstrtspsrc.h:
10875         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10876         (append_auth_header), (rtsp_connection_send),
10877         (rtsp_connection_free), (rtsp_connection_set_auth):
10878         * gst/rtsp/rtspconnection.h:
10879         * gst/rtsp/rtspdefs.h:
10880         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10881         * gst/rtsp/rtspurl.h:
10882
10883         Implement simple Basic Authentication support so that urls like
10884         rtsp://user:pass@hostname/rtspstream work on hosts that require
10885         authentication.
10886
10887 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
10888
10889         * sys/v4l2/gstv4l2object.c:
10890         * sys/v4l2/gstv4l2tuner.c:
10891         * sys/v4l2/v4l2_calls.c:
10892         Fix segfault when oppening a radio device.
10893         
10894 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10895
10896         * gst/level/gstlevel.c: (gst_level_set_caps),
10897         (gst_level_transform_ip):
10898         * sys/v4l2/README:
10899         * tests/check/elements/level.c: (GST_START_TEST):
10900           Fix level for multi-channel case.
10901
10902 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10903
10904         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
10905         (gst_level_transform_ip):
10906         * gst/level/gstlevel.h:
10907           Use function pointer for process function and add process functions
10908           for float audio.
10909
10910 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
10911
10912         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10913         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
10914         (gst_v4l2src_capture_init):
10915           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
10916           fixes #407369
10917
10918 2007-02-18  Wim Taymans  <wim@fluendo.com>
10919
10920         * gst/rtp/Makefile.am:
10921         * gst/rtp/gstrtp.c: (plugin_init):
10922         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
10923         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
10924         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
10925         (gst_rtp_mp2t_pay_plugin_init):
10926         * gst/rtp/gstrtpmp2tpay.h:
10927         Added simple mpeg transport stream payloader.
10928
10929 2007-02-16  Wim Taymans  <wim@fluendo.com>
10930
10931         * gst/rtsp/URLS:
10932         Add example H264 rtsp url.
10933
10934         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10935         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10936         Don't convert values to lowercase or we might mess up base64 encoded
10937         properties.
10938
10939 2007-02-16  Wim Taymans  <wim@fluendo.com>
10940
10941         * gst/rtp/README:
10942         Fix case of string params.
10943
10944         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10945         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10946         Fix depayloader, support more packet types.
10947         Add sync codes to make sure the packetizer can do its job.
10948
10949         * gst/rtp/gstrtpmp4gdepay.c:
10950         * gst/rtp/gstrtpmp4gpay.c:
10951         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10952         Fix caps case again.
10953
10954 2007-02-15  Wim Taymans  <wim@fluendo.com>
10955
10956         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
10957         Set right caps on output buffers.
10958
10959 2007-02-14  Wim Taymans  <wim@fluendo.com>
10960
10961         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
10962         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
10963         Clear stack allocated SDPMedia struct before calling _init() on it.
10964         Clarify this in the docs as well.
10965
10966 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
10967
10968         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
10969         (do_change_child):
10970         Don't reset the profile when going switching states, as it makes
10971         the element non-reusable.
10972
10973 2007-02-14  Wim Taymans  <wim@fluendo.com>
10974
10975         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
10976         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
10977         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
10978         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
10979         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
10980         (sdp_parse_line):
10981         * gst/rtsp/sdpmessage.h:
10982         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
10983         Fix memory management of SDP messages. Fixes #407793.
10984
10985 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
10986
10987         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
10988
10989         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
10990         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
10991
10992 2007-02-14  Wim Taymans  <wim@fluendo.com>
10993
10994         Patch by: jp.liu <jp_liu at astrocom dot cn>
10995
10996         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10997         Fix parsing of password field in url. Fixes #407797.
10998
10999 2007-02-14  Wim Taymans  <wim@fluendo.com>
11000
11001         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11002         (gst_wavparse_reset), (gst_wavparse_init),
11003         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11004         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11005         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11006         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11007         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11008         (gst_wavparse_loop), (gst_wavparse_chain),
11009         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11010         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11011         (plugin_init):
11012         * gst/wavparse/gstwavparse.h:
11013         Update docs.
11014         Use boilerplate.
11015         Various code cleanups.
11016         When the bitrate is not known (bps == 0 or compressed formats) let
11017         downstream element guestimate the duration and position and don't
11018         generate timestamps or durations. Fixes #405213.
11019         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11020         error flowreturn upstream.
11021
11022 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11023
11024         * ext/gconf/Makefile.am:
11025         * ext/gconf/gconf.c: (gst_gconf_get_string),
11026         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11027         (gst_gconf_render_bin_with_default):
11028         * ext/gconf/gconf.h:
11029         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11030         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11031         (gst_gconf_audio_sink_dispose), (do_change_child),
11032         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11033         (cb_change_child), (gst_gconf_audio_sink_change_state):
11034         * ext/gconf/gstgconfaudiosink.h:
11035         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11036         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11037         (gst_switch_sink_init), (gst_switch_sink_dispose),
11038         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11039         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11040         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11041         * ext/gconf/gstswitchsink.h:
11042         * gst/autodetect/gstautoaudiosink.c:
11043         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11044         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11045         (gst_auto_audio_sink_detect):
11046         * gst/autodetect/gstautovideosink.c:
11047         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11048         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11049         (gst_auto_video_sink_detect):
11050         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11051         and a child that implements the GConf key monitoring. The end goal of
11052         this is an audio sink that can be changed on the fly, but at the 
11053         moment it still only changes on the next READY transition.
11054
11055 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11056
11057         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11058         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11059         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11060         (gst_avi_demux_calculate_durations_from_index),
11061         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11062         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11063         (gst_avi_demux_loop):
11064           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11065
11066 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11067
11068         * configure.ac:
11069         * docs/plugins/Makefile.am:
11070           Add crossreferences to glib/gobject/gstream docs.
11071
11072 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11073
11074         * gst/monoscope/Makefile.am:
11075         * gst/monoscope/gstmonoscope.c:
11076           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11077           (but no LIBS, since we only use defines from the headers).
11078
11079 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11080
11081         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11082
11083         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11084         (gst_wavparse_stream_data):
11085           Fix massive memory leak when operating in streaming mode due to
11086           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11087           Fixes #407057.
11088
11089 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11090
11091         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11092         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11093         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11094         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11095         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11096         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11097         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11098         (gst_avi_demux_calculate_durations_from_index),
11099         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11100         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11101         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11102         * gst/avi/gstavidemux.h:
11103           Save some memory (8%) by repacking the index entry structure (more to
11104           come). Add more FIXMEs to questionable parts.
11105
11106 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11107
11108         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11109         (gst_v4l2src_get_caps):
11110         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11111         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11112         (gst_v4l2src_capture_init):
11113           More FIXME comments and messaging changes.
11114
11115 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11116
11117         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11118         (gst_goom_change_state):
11119         * gst/goom/gstgoom.h:
11120           Improved docs and use GST_DEBUG_FUNCPTR.
11121
11122         * gst/level/gstlevel.c: (gst_level_class_init):
11123           Use GST_DEBUG_FUNCPTR.
11124
11125         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11126         (gst_monoscope_chain), (gst_monoscope_change_state):
11127           Improved docs source cleanups.
11128
11129 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11130
11131         * gst/debug/Makefile.am:
11132         * gst/debug/gstdebug.c: (plugin_init):
11133         * gst/debug/gstpushfilesrc.c:
11134         * gst/debug/gstpushfilesrc.h:
11135           Add code for a pushfilesrc element that implements a pushfile:// URI
11136           handler, to make debugging push-mode operation of demuxer/decoders
11137           that support both easier in connection with seek/playbin/etc.
11138           The element isn't registered at the moment.
11139
11140 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11141
11142         * gst/avi/gstavimux.c:
11143           Comment a #if 0 in caps template definition as VS6 seems to 
11144         do not support it.
11145         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11146           Use gst_guint64_to_gdouble for conversion.
11147         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11148           Move variables declaration before the first instruction.
11149         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11150           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11151           And don't include netdb.h for G_OS_WIN32
11152         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11153           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11154           by VS6 then use an other way to initialize SDPMedia structure.
11155         * gst/udp/gstdynudpsink.h:
11156         * gst/udp/gstdynudpnetutils.h:
11157           Do not include <sys/time.h> for G_OS_WIN32
11158         * gst/udp/gstudpsrc.c:
11159           Define socklen_t as int for G_OS_WIN32
11160         * win/common/config.h.in:
11161           Undef HAVE_NETINET_IN_H
11162         * win32/vs6/gst_plugins_good.dsw:
11163         * win32/vs6/libgstrtp.dsp:
11164         * win32/vs6/libgstrtsp.dsp:
11165         * win32/vs6/libgstautogen.dsp:
11166         * win32/vs6/libgstaudiofx.dsp:
11167         * win32/vs6/libgstudp.dsp:
11168           Add and update project files.
11169         * win32/common/gstudp-enumtypes.c:
11170         * win32/common/gstudp-enumtypes.h:
11171           Add a copy of udp enumtypes to win32/common as in core 
11172           and base.
11173         
11174 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11175
11176         * configure.ac:
11177           Activate monoscope when building with --enable-experimental. Fix
11178           --enable-external configure switch description.
11179
11180         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11181         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11182           Help gst-indent.
11183
11184 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11185
11186         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11187           Explicitly cast result of pointer arithmetic to integer in order to
11188           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11189
11190 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11191
11192         * gst/debug/progressreport.c:
11193           Some more docs.
11194
11195 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11196
11197         * docs/plugins/inspect/plugin-rtp.xml:
11198           Update for new elements.
11199
11200         * gst/debug/progressreport.h:
11201           Commit newly-created header file as well.
11202
11203 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11204
11205         * docs/plugins/Makefile.am:
11206         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11207         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11208         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11209         * gst/debug/Makefile.am:
11210         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11211         (gst_progress_report_do_query), (gst_progress_report_report):
11212           Make progressreport element post messages with the current progress
11213           on the bus. Also add some basic docs for it.
11214
11215 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11216
11217         * ext/hal/hal.c: (gst_hal_get_string):
11218         * ext/hal/hal.h:
11219           Some small cleanups; deal with errors when parsing the HAL ALSA
11220           capabilities a bit better.
11221
11222 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11223
11224         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11225           Let's try this again and use the right cast this time.
11226
11227 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11228
11229         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11230           Add cast to avoid compiler warnings with older GLib versions
11231           where the nick/name members in GEnumValue are not declared as
11232           constant strings.
11233
11234 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11235
11236         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11237         (gst_gconf_render_bin_from_key),
11238         (gst_gconf_get_default_audio_sink):
11239         * ext/gconf/gconf.h:
11240         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11241         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11242         (gst_gconf_audio_sink_get_property):
11243           In gconfaudiosink, get the right key as the old key in do_toggle
11244           (ie. one dependent on the profile selected). Log some more stuff so
11245           we can see what's actually going on.
11246
11247 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11248
11249         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11250         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11251         (gst_audio_amplify_set_process_function),
11252         (gst_audio_amplify_setup):
11253         * gst/audiofx/audioamplify.h:
11254         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11255         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11256         * gst/audiofx/audioinvert.h:
11257         Some small cleanups and port both elements to the new GstAudioFilter
11258         base class to save a few lines of common code.
11259         * gst/audiofx/Makefile.am:
11260         Link against libgstaudio for the above changes
11261
11262 2007-01-29  Wim Taymans  <wim@fluendo.com>
11263
11264         * tests/check/elements/.cvsignore:
11265         Some more ignores.
11266
11267 2007-01-26  Wim Taymans  <wim@fluendo.com>
11268
11269         Patch by: charles <charlesg3 at gmail dot com>
11270
11271         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11272         (set_shout_metadata), (gst_shout2send_event):
11273         * ext/shout2/gstshout2.h:
11274         Properly handle tags in shout2send. Fixes #399825.
11275
11276 2007-01-25  Wim Taymans  <wim@fluendo.com>
11277
11278         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11279         (gst_rtspsrc_activate_streams):
11280         Convert SDP fields to upper/lowercase following the rules in the SDP to
11281         caps document. 
11282
11283 2007-01-25  Wim Taymans  <wim@fluendo.com>
11284
11285         * gst/rtp/README:
11286         * gst/rtp/gstrtpilbcdepay.c:
11287         * gst/rtp/gstrtpilbcpay.c:
11288         * gst/rtp/gstrtpmp4gdepay.c:
11289         * gst/rtp/gstrtpmp4gpay.c:
11290         * gst/rtp/gstrtpspeexdepay.c:
11291         * gst/rtp/gstrtpspeexpay.c:
11292         * gst/rtp/gstrtpsv3vdepay.c:
11293         * gst/rtp/gstrtptheoradepay.c:
11294         * gst/rtp/gstrtptheorapay.c:
11295         * gst/rtp/gstrtpvorbisdepay.c:
11296         * gst/rtp/gstrtpvorbispay.c:
11297         Fix case of encoding-name and key/value pairs to match the document.
11298         This is to make interoperation with SDP case-insensitive as required by
11299         the relevant RFCs.
11300
11301 2007-01-25  Wim Taymans  <wim@fluendo.com>
11302
11303         * configure.ac:
11304         Bump required -core/-base to CVS
11305
11306 2007-01-25  Wim Taymans  <wim@fluendo.com>
11307
11308         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11309         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11310         * gst/rtp/gstrtpL16pay.h:
11311         Fill up to MTU using adapter.
11312         Timestamp rtp packets.
11313
11314 2007-01-25  Edward Hervey  <edward@fluendo.com>
11315
11316         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11317         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11318         Use G_GSIZE_FORMAT in print statements for portability.
11319         Fixes build on macosx.
11320
11321 2007-01-24  Wim Taymans  <wim@fluendo.com>
11322
11323         * gst/rtp/Makefile.am:
11324         * gst/rtp/gstrtp.c: (plugin_init):
11325         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11326         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11327         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11328         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11329         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11330         (gst_rtp_L16_depay_plugin_init):
11331         * gst/rtp/gstrtpL16depay.h:
11332         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11333         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11334         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11335         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11336         (gst_rtp_L16_pay_plugin_init):
11337         * gst/rtp/gstrtpL16pay.h:
11338         Port and enable raw audio payloader/depayloader. Needs a bit more work
11339         on the payloader side.
11340
11341 2007-01-24  Wim Taymans  <wim@fluendo.com>
11342
11343         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11344         (gst_rtspsrc_stream_configure_transport),
11345         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11346         * gst/rtsp/gstrtspsrc.h:
11347         Only unblock the udp pads when we linked and activated them all.
11348         Fixes #395688.
11349
11350 2007-01-24  Wim Taymans  <wim@fluendo.com>
11351
11352         * gst/rtp/Makefile.am:
11353         * gst/rtp/gstrtp.c: (plugin_init):
11354         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11355         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11356         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11357         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11358         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11359         * gst/rtp/gstrtpac3depay.h:
11360         Added simple AC3 depayloader (RFC 4184).
11361
11362         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11363         Fix a leak.
11364
11365 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11366
11367         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11368
11369         * gst/audiofx/Makefile.am:
11370         * gst/audiofx/audioamplify.c:
11371         (gst_audio_amplify_clipping_method_get_type),
11372         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11373         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11374         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11375         (gst_audio_amplify_set_caps),
11376         (gst_audio_amplify_transform_int_clip),
11377         (gst_audio_amplify_transform_int_wrap_negative),
11378         (gst_audio_amplify_transform_int_wrap_positive),
11379         (gst_audio_amplify_transform_float_clip),
11380         (gst_audio_amplify_transform_float_wrap_negative),
11381         (gst_audio_amplify_transform_float_wrap_positive),
11382         (gst_audio_amplify_transform_ip):
11383         * gst/audiofx/audioamplify.h:
11384         * gst/audiofx/audiofx.c: (plugin_init):
11385         Add new element "audioamplify". This allows scaling of raw audio
11386         samples, similar to the "volume" element, but provides different modes
11387         for clipping and allows unlimited amplification. It's mainly targeted
11388         for creative sound design and not as a replacement of the "volume"
11389         element. Fixes #397162
11390         * docs/plugins/Makefile.am:
11391         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11392         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11393         * docs/plugins/gst-plugins-good-plugins.args:
11394         * docs/plugins/inspect/plugin-audiofx.xml:
11395         Add docs for audioamplify and integrate them into the build system
11396         * tests/check/Makefile.am:
11397         * tests/check/elements/audioamplify.c: (setup_amplify),
11398         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11399         Add fairly extensive unit test suite for audioamplify
11400
11401 2007-01-24  Wim Taymans  <wim@fluendo.com>
11402
11403         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11404         Unblock pads after adding the pads to the element so that autopluggers
11405         get a change to link something. Possibly fixes #395688.
11406
11407 2007-01-24  Wim Taymans  <wim@fluendo.com>
11408
11409         * gst/rtp/gstrtpamrdepay.c:
11410         * gst/rtp/gstrtpgsmdepay.c:
11411         * gst/rtp/gstrtph263pdepay.c:
11412         * gst/rtp/gstrtph263ppay.c:
11413         * gst/rtp/gstrtph264depay.c:
11414         * gst/rtp/gstrtpilbcdepay.c:
11415         * gst/rtp/gstrtpmp2tdepay.c:
11416         * gst/rtp/gstrtpmp4gdepay.c:
11417         * gst/rtp/gstrtpmp4gpay.c:
11418         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11419         * gst/rtp/gstrtpmp4vpay.c:
11420         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11421         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11422         (gst_rtp_mpa_depay_process):
11423         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11424         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11425         * gst/rtp/gstrtppcmadepay.c:
11426         * gst/rtp/gstrtppcmudepay.c:
11427         * gst/rtp/gstrtpspeexdepay.c:
11428         * gst/rtp/gstrtpspeexpay.c:
11429         * gst/rtp/gstrtpsv3vdepay.c:
11430         * gst/rtp/gstrtptheoradepay.c:
11431         * gst/rtp/gstrtptheorapay.c:
11432         * gst/rtp/gstrtpvorbisdepay.c:
11433         * gst/rtp/gstrtpvorbispay.c:
11434         Fix caps with payload numbers.
11435         Add some fixed payload numbers to caps when possible.
11436
11437 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11438
11439         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11440
11441         * gst/audiofx/Makefile.am:
11442         * gst/audiofx/audiofx.c: (plugin_init):
11443         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11444         (gst_audio_invert_class_init), (gst_audio_invert_init),
11445         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11446         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11447         (gst_audio_invert_transform_float),
11448         (gst_audio_invert_transform_ip):
11449         * gst/audiofx/audioinvert.h:
11450         Add new audiofx element "audioinvert". This element swaps the upper
11451         and lower half of samples and can be used for example for a
11452         wide-stereo effect. Fixes #396057
11453         * docs/plugins/Makefile.am:
11454         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11455         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11456         * docs/plugins/gst-plugins-good-plugins.args:
11457         * docs/plugins/inspect/plugin-audiofx.xml:
11458         Add docs for the audioinvert element and add them to the build system.
11459         * tests/check/Makefile.am:
11460         * tests/check/elements/audioinvert.c: (setup_invert),
11461         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11462         Add unit test suite for the audioinvert element.
11463
11464 2007-01-23  Wim Taymans  <wim@fluendo.com>
11465
11466         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11467         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11468         Parse config params as string and int.
11469         Parse and use AU header length
11470
11471 2007-01-23  Wim Taymans  <wim@fluendo.com>
11472
11473         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11474         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11475         * gst/smpte/gstmask.c: (_gst_mask_register):
11476         * gst/smpte/gstmask.h:
11477         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11478         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11479         (gst_smpte_paint_triangle_clock):
11480         constify some static structs.
11481         Don't update the mask if nothing changed to the params.
11482         Make sure we never draw outside of the picture. Fixes #398325.
11483
11484 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11485
11486         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11487           Error out properly when pull_range fails while we're reading the
11488           headers, instead of just pausing the task silently. Fixes #399338.
11489
11490 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11491
11492         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11493           Some more sanity checks to make sure the input formats match and the
11494           input pads are actually negotiated, in case someone tries to feed
11495           buffers from fakesrc or filesrc. Fixes #398299.
11496           Also const-ify an array, just because we can.
11497
11498 2007-01-19  Edward Hervey  <edward@fluendo.com>
11499
11500         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11501         Ignore previous commit, that was only valid for widths and heights
11502         that are multiples of 4.
11503         Copy over size/stride macros from jpegdec. This allows the element
11504         to work with any width,height...
11505         ... but puts in evidence that the actual transformations only work
11506         with width/height that are multiples of 4.
11507
11508 2007-01-19  Edward Hervey  <edward@fluendo.com>
11509
11510         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11511         Allocate buffers of the right size.
11512         The proper size of a I420 buffer in bytes is:
11513         
11514             width * height * 3
11515             ------------------
11516                     2
11517
11518 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11519
11520         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11521           Proxy getcaps on sink pads too, so that we either end up with the
11522           same dimensions on all pads or error out if that's not possible
11523           (seems to work even!). Fixes #398086, I think.
11524
11525 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11526
11527         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11528         * docs/plugins/gst-plugins-good-plugins.args:
11529         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11530           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11531           fix integer properties with -1 as minimum value.
11532
11533         * docs/plugins/inspect/plugin-1394.xml:
11534         * docs/plugins/inspect/plugin-aasink.xml:
11535         * docs/plugins/inspect/plugin-alaw.xml:
11536         * docs/plugins/inspect/plugin-alpha.xml:
11537         * docs/plugins/inspect/plugin-alphacolor.xml:
11538         * docs/plugins/inspect/plugin-annodex.xml:
11539         * docs/plugins/inspect/plugin-apetag.xml:
11540         * docs/plugins/inspect/plugin-audiofx.xml:
11541         * docs/plugins/inspect/plugin-auparse.xml:
11542         * docs/plugins/inspect/plugin-autodetect.xml:
11543         * docs/plugins/inspect/plugin-avi.xml:
11544         * docs/plugins/inspect/plugin-cacasink.xml:
11545         * docs/plugins/inspect/plugin-cairo.xml:
11546         * docs/plugins/inspect/plugin-cdio.xml:
11547         * docs/plugins/inspect/plugin-cutter.xml:
11548         * docs/plugins/inspect/plugin-debug.xml:
11549         * docs/plugins/inspect/plugin-dv.xml:
11550         * docs/plugins/inspect/plugin-efence.xml:
11551         * docs/plugins/inspect/plugin-effectv.xml:
11552         * docs/plugins/inspect/plugin-esdsink.xml:
11553         * docs/plugins/inspect/plugin-flac.xml:
11554         * docs/plugins/inspect/plugin-flxdec.xml:
11555         * docs/plugins/inspect/plugin-gconfelements.xml:
11556         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11557         * docs/plugins/inspect/plugin-goom.xml:
11558         * docs/plugins/inspect/plugin-halelements.xml:
11559         * docs/plugins/inspect/plugin-icydemux.xml:
11560         * docs/plugins/inspect/plugin-id3demux.xml:
11561         * docs/plugins/inspect/plugin-jpeg.xml:
11562         * docs/plugins/inspect/plugin-level.xml:
11563         * docs/plugins/inspect/plugin-matroska.xml:
11564         * docs/plugins/inspect/plugin-mulaw.xml:
11565         * docs/plugins/inspect/plugin-multipart.xml:
11566         * docs/plugins/inspect/plugin-navigationtest.xml:
11567         * docs/plugins/inspect/plugin-ossaudio.xml:
11568         * docs/plugins/inspect/plugin-png.xml:
11569         * docs/plugins/inspect/plugin-rtp.xml:
11570         * docs/plugins/inspect/plugin-rtsp.xml:
11571         * docs/plugins/inspect/plugin-shout2send.xml:
11572         * docs/plugins/inspect/plugin-smpte.xml:
11573         * docs/plugins/inspect/plugin-speex.xml:
11574         * docs/plugins/inspect/plugin-taglib.xml:
11575         * docs/plugins/inspect/plugin-udp.xml:
11576         * docs/plugins/inspect/plugin-videobalance.xml:
11577         * docs/plugins/inspect/plugin-videobox.xml:
11578         * docs/plugins/inspect/plugin-videoflip.xml:
11579         * docs/plugins/inspect/plugin-videomixer.xml:
11580         * docs/plugins/inspect/plugin-wavenc.xml:
11581         * docs/plugins/inspect/plugin-wavparse.xml:
11582         * docs/plugins/inspect/plugin-ximagesrc.xml:
11583           Update to CVS.
11584
11585 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11586
11587         Patch by: Sebastian Dröge <slomo circular-chaos org>
11588
11589         * gst/audiofx/audiopanorama.c:
11590           Fix doc section name (Fixes #397946)
11591
11592 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
11593
11594         * sys/v4l2/gstv4l2object.c:
11595         (gst_v4l2_object_install_properties_helper),
11596         (gst_v4l2_object_set_property_helper),
11597         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
11598         * sys/v4l2/gstv4l2object.h:
11599         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11600         (gst_v4l2src_init), (gst_v4l2src_set_property),
11601         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
11602         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11603         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11604         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
11605         (gst_v4l2src_capture_deinit):
11606           Fix EIO handing when capturing. Add new property to specify the number of
11607           buffers to enque (and remove the borked num-buffers usage).
11608
11609 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11610
11611         Patch by: Sebastian Dröge <slomo circular-chaos org>
11612
11613         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
11614         (gst_audio_panorama_set_process_function):
11615           Use a function array for process methods, add more docs and define the
11616           startindex of enums.
11617
11618 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11619
11620         Patch by: Mark Nauwelaerts <manauw at skynet be>
11621
11622         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
11623         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
11624         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11625         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11626         (gst_avi_mux_riff_get_avi_header),
11627         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
11628         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
11629         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
11630         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
11631         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
11632         (gst_avi_mux_change_state):
11633         * gst/avi/gstavimux.h:
11634         * tests/check/elements/avimux.c: (teardown_src_pad):
11635           Add support for more than one audio stream; write better AVIX
11636           header; refactor code a bit; don't announce vorbis caps on our audio
11637           sink pads since we don't support it anyway. Closes #379298.
11638
11639 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11640
11641         Patch by: Sebastian Dröge <slomo circular-chaos org>
11642
11643         * gst/audiofx/audiopanorama.c:
11644         (gst_audio_panorama_method_get_type),
11645         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
11646         (gst_audio_panorama_set_process_function),
11647         (gst_audio_panorama_set_property),
11648         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
11649         (gst_audio_panorama_transform_m2s_int_simple),
11650         (gst_audio_panorama_transform_s2s_int_simple),
11651         (gst_audio_panorama_transform_m2s_float_simple),
11652         (gst_audio_panorama_transform_s2s_float_simple):
11653         * gst/audiofx/audiopanorama.h:
11654           Add 'method' property and provide a simple (non-psychoacustic)
11655           processing method (#394859).
11656
11657         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
11658         (panorama_suite):
11659           Tests for new method.
11660
11661 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11662
11663         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
11664         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
11665           Set correct caps on outgoing pulled buffers, or things blow up
11666           after recent core changes.
11667
11668 2007-01-11  Wim Taymans  <wim@fluendo.com>
11669
11670         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
11671
11672         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
11673         (gst_multipart_mux_request_new_pad),
11674         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
11675         (gst_multipart_mux_change_state):
11676         Return FLOW errors ASAP. Fixes #394977.
11677         Misc cleanups.
11678
11679 2007-01-11  Wim Taymans  <wim@fluendo.com>
11680
11681         Patch by: Lutz Mueller <lutz at topfrose dot de>
11682
11683         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11684         Check for stream pad before activating. 
11685
11686 2007-01-10  Wim Taymans  <wim@fluendo.com>
11687
11688         Patch by: Peter Kjellerstedt  <pkj at axis com>
11689
11690         * gst/rtsp/COPYING.MIT:
11691         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
11692         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
11693         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
11694         (gst_rtspsrc_stream_configure_transport),
11695         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
11696         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
11697         (gst_rtspsrc_parse_methods),
11698         (gst_rtspsrc_create_transports_string),
11699         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
11700         (gst_rtspsrc_open), (gst_rtspsrc_close):
11701         * gst/rtsp/gstrtspsrc.h:
11702         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11703         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
11704         (parse_request_line), (parse_line), (rtsp_connection_read),
11705         (rtsp_connection_close):
11706         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
11707         (rtsp_method_as_text), (rtsp_header_as_text),
11708         (rtsp_status_as_text), (rtsp_find_header_field),
11709         (rtsp_find_method):
11710         * gst/rtsp/rtspdefs.h:
11711         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
11712         (rtsp_ext_wms_configure_stream):
11713         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
11714         (rtsp_message_new_request), (rtsp_message_init_request),
11715         (rtsp_message_new_response), (rtsp_message_init_response),
11716         (rtsp_message_init_data), (rtsp_message_unset),
11717         (rtsp_message_free), (rtsp_message_add_header),
11718         (rtsp_message_get_header), (rtsp_message_set_body),
11719         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
11720         * gst/rtsp/rtspmessage.h:
11721         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
11722         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
11723         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
11724         (sdp_message_dump):
11725         Allow url to be NULL to be able to use it for server connections.
11726         Can now send responses as well as requests.
11727         No longer hangs in an endless loop if EOF is received.
11728         Can now convert a status code to a text string.
11729         Return RTSP_HDR_INVALID for unknown headers.
11730         Return RTSP_INVALID for unknown methods.
11731         Copy CSeq and Session headers from the request.
11732         Only free memory corresponding to the currently set message type.
11733         Added const to function arguments as appropriate.
11734         Avoid a compiler warning when initializing nmedia.
11735         Use guint rather than gint to avoid compiler warnings.
11736         Fix crasher in wms extension.
11737         Factor out stream setup from open_connection.
11738         Delay activation of streams when actual data is received from the
11739         server, this prepares us to do proper protocol switching.
11740         Added new license.
11741         Fixes #380895.
11742
11743
11744 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11745
11746         Patch by: Sebastian Dröge <slomo ubuntu com>
11747
11748         * docs/plugins/Makefile.am:
11749         * gst/audiofx/audiopanorama.c:
11750           Some small docs fixes (#394851).
11751
11752 2007-01-09  Wim Taymans  <wim@fluendo.com>
11753
11754         * gst/avi/gstavidemux.c:
11755         Fix docs.
11756
11757 2007-01-09  Wim Taymans  <wim@fluendo.com>
11758
11759         * gst/rtp/Makefile.am:
11760         * gst/rtp/gstrtp.c: (plugin_init):
11761         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
11762         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
11763         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
11764         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
11765         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
11766         * gst/rtp/gstrtpmpvdepay.h:
11767           Added RFC 2250 MPEG Video Depayloader.
11768
11769         * gst/rtp/gstrtpL16depay.h:
11770         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
11771         (gst_rtp_h263p_depay_process):
11772         Fix Header file. Small cleanups.
11773
11774         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
11775         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
11776         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
11777         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
11778         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
11779         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
11780         (gst_rtp_mp4v_depay_change_state):
11781         Remove usused code. Remove Adapter from state Change. Added debug.
11782
11783         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
11784         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
11785         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
11786         * gst/rtp/gstrtpmpadepay.h:
11787         Subclass base depayloader.
11788         Added debug.
11789         Support static payload type assignment as well.
11790
11791         * gst/rtp/gstrtpmpapay.c:
11792         Fix caps.
11793
11794 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11795
11796         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11797
11798         * ext/jpeg/gstjpegdec.c:
11799         * ext/jpeg/gstjpegenc.c:
11800         * ext/jpeg/smokecodec.c:
11801           These libjpeg callbacks should return a 'boolean' (unsigned char
11802           apparently) and not a 'gboolean' (which maps to gint). Fixes
11803           warnings when compiling with MingW (#393427).
11804
11805         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
11806           Use ioctlsocket on win32.
11807
11808         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
11809           Some printf format fixes for win32.
11810
11811 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11812
11813         * gst/cutter/gstcutter.c: (gst_cutter_chain):
11814           Use gst_guint64_to_gdouble for conversion.
11815         * win32/vs6/libgstmatroska.dsp:
11816           Add zlib to the link.
11817         * win32/vs6/libgstvideobox.dsp:
11818           Update liboil library name (project is linked to 
11819           liboil-0.3-0.lib now).
11820           
11821 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11822
11823         * gst/matroska/Makefile.am:
11824           If zlib is available and used, we must link it explicitly for
11825           things to work on MingW (fixes #392855).
11826
11827 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
11828
11829         * ext/esd/esdsink.c: (gst_esdsink_delay):
11830           Don't return bogus values when esd_get_delay() fails for some
11831           reason (#392189).
11832
11833 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11834
11835         * sys/ximage/gstximagesrc.c: (composite_pixel):
11836           Fix presumably copy'n'pasto for 16bpp depth.
11837
11838 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
11839
11840         * gst/matroska/matroska-mux.c:
11841         (gst_matroska_mux_audio_pad_setcaps):
11842           The "signed" field in audio caps is of boolean type, trying to use
11843           gst_structure_get_int() to extract it will fail. Fixing this makes
11844           matroskamux accept raw audio input (#387121) (use at your own risk
11845           though, due to the matroska spec being not entirely useful in this
11846           respect).
11847           Also fix up raw audio structures in template caps so that they
11848           represent what our setcaps function will actually accept, so that
11849           converters know what to convert to.
11850           Finally, don't fail if there isn't an "endianness" field in 8-bit
11851           PCM caps.
11852
11853 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11854
11855         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11856         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11857         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11858         (teardown_cmmldec):
11859         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11860         (teardown_cmmlenc):
11861         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11862           reapply consistent pad (de)activation
11863
11864 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
11865
11866         * configure.ac:
11867         Back to CVS
11868
11869         * gst-plugins-good.doap:
11870         Add 0.10.5 doap entry
11871
11872 === release 0.10.5 ===
11873
11874 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
11875
11876         * configure.ac:
11877           releasing 0.10.5, "The Path of Thorns"
11878
11879 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11880
11881         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11882         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11883         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11884         (teardown_cmmldec):
11885         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11886         (teardown_cmmlenc):
11887         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11888           revert my freeze breakage
11889
11890 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11891
11892         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
11893         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
11894         * tests/check/elements/cmmldec.c: (setup_cmmldec),
11895         (teardown_cmmldec):
11896         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
11897         (teardown_cmmlenc):
11898         * tests/check/elements/level.c: (setup_level), (cleanup_level):
11899           consistent pad (de)activation
11900
11901 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11902
11903         * configure.ac:
11904         * ext/Makefile.am:
11905         Disable LADPSA, as it has moved to the -bad module for the duration.
11906
11907 2006-12-18  Wim Taymans  <wim@fluendo.com>
11908
11909         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
11910         (gst_signal_processor_event):
11911         Reset flow_state back to _OK after a flush stop so that we exit our
11912         error state after the flush. Fixes #374213
11913
11914 2006-12-16  David Schleef  <ds@schleef.org>
11915
11916         * sys/osxvideo/osxvideosink.h:
11917         * sys/osxvideo/osxvideosink.m:
11918           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
11919
11920 2006-12-16  David Schleef  <ds@schleef.org>
11921
11922         Patch by: Vijay Santhanam <vijay santhanam gmail com>
11923
11924         * sys/osxvideo/Makefile.am:
11925         * sys/osxvideo/osxvideosink.h:
11926         * sys/osxvideo/osxvideosink.m:
11927           Preliminary patch for porting osxvideosink
11928
11929 2006-12-16  Wim Taymans  <wim@fluendo.com>
11930
11931         Patch by: Sjoerd Simons <sjoerd at luon dot net>
11932
11933         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
11934         (gst_videomixer_set_master_geometry),
11935         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
11936         (gst_videomixer_reset), (gst_videomixer_init),
11937         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
11938         (gst_videomixer_release_pad), (gst_videomixer_collected),
11939         (gst_videomixer_change_state):
11940         Introduce some locking around the videomixer state so that it does not
11941         crash when adding/removing pads. Fixes #383043.
11942
11943 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11944
11945         * configure.ac:
11946           Make sure libcaca can actually be used instead of just checking for
11947           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
11948           cross-compiling (fixes #384587).
11949
11950 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11951
11952         * Makefile.am:
11953         * gst-plugins-good.doap:
11954         * gst-plugins-good.spec.in:
11955           adding doap file
11956
11957 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11958
11959         * configure.ac:
11960           libflac-1.1.3 changed API again, but we can't build against it yet,
11961           so make sure our check doesn't use libflac-1.1.3 and add a comment
11962           to this effect.
11963
11964 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11965
11966         * gst/effectv/gstquark.c: (gst_quarktv_transform),
11967         (gst_quarktv_planetable_clear):
11968           Add some NULL pointer checks (possibly related to #385623).
11969
11970 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
11971
11972         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
11973         (gst_tag_demux_chain):
11974         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11975           In streaming mode, if the first buffer we get doesn't have an
11976           offset, fix it up to be 0, otherwise trimming won't work later on
11977           and we'll be typefinding application/x-id3, which may result in
11978           decodebin plugging an endless number of id3demux elements as a
11979           consequence. Fixes #385031.
11980           
11981 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
11982
11983         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
11984           Ignore the buffer_time the sound device reports. Turns out it is 
11985           sometimes completely bogus and we're better off without it.
11986
11987 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
11988
11989         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11990         (gst_matroska_demux_video_caps):
11991         * gst/matroska/matroska-ids.c:
11992         (gst_matroska_track_init_video_context):
11993         * gst/matroska/matroska-ids.h:
11994           Try harder to extract the framerate for video tracks correctly and
11995           save it directly instead of converting it back and forth a few
11996           times. Mostly makes a difference for very small framerates (<1).
11997           Fixes #380199.
11998
11999 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12000
12001         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12002         (gst_gconf_audio_src_dispose), (do_toggle_element):
12003         * ext/gconf/gstgconfaudiosrc.h:
12004           Remove gconf notify hook when the gconfaudiosrc element is
12005           destroyed, otherwise the callback may be called on an
12006           already-destroyed instance and bad things happen. Should fix
12007           #378184.
12008           Also ignore gconf key changes when the source is already running.
12009
12010 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12011
12012         Patch by: Sebastian Dröge  <mail at slomosnail de>
12013
12014         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12015           We need to be able to read and parse any possible floating point string
12016           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12017           will parse the former only in certain locales though, so we really need
12018           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12019           make sure we can parse either version at all times.
12020           Fixes #382982 for real.
12021
12022 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12023
12024         * sys/sunaudio/gstsunaudiomixerctrl.c:
12025         * sys/sunaudio/gstsunaudiosrc.c:
12026
12027         Use the sunaudio debug category.
12028
12029         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12030         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12031         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12032         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12033         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12034         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12035         (gst_sunaudiosink_reset):
12036         * sys/sunaudio/gstsunaudiosink.h:
12037
12038         Uses the sunaudio debug category for all debug output
12039         Implements the _delay() callback to synchronise video playback better
12040         Change the segtotal and segsize values back to the parent class 
12041           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12042           respectively)
12043         Measure the samples written to the device vs. played.
12044         Keep track of segments in the device by writing empty eof frames, and
12045         sleep using a GCond when we get too far ahead and risk overrunning the
12046         sink's ringbuffer.
12047
12048         Fixes: #360673
12049
12050 2006-12-08  Wim Taymans  <wim@fluendo.com>
12051
12052         Patch by: Sebastian Dröge  <mail at slomosnail de >
12053
12054         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12055         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12056         * gst/audiofx/audiopanorama.h:
12057         Fix audiopanorame with float samples. Fixes #383726.
12058
12059 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12060
12061         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12062         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12063         (gst_sunaudiosrc_reset):
12064
12065         Implement reset functions to unblock the src/sink more quickly on 
12066         state change requests.
12067         Patch by: Brian Cameron <brian dot cameron at sun com>
12068
12069 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12070
12071         * sys/sunaudio/gstsunaudiomixer.c:
12072         (gst_sunaudiomixer_change_state):
12073         Construct the correct mixer device name when the AUDIODEV env var
12074         is set.
12075
12076         Patch by: Jerry Tan <jerry.tan at sun dot com>
12077         Fixes: #383596
12078
12079 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12080
12081         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12082         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12083         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12084         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12085         Patch by: Jerry Tan <jerry.tan at sun dot com>
12086         Fixes: #349015
12087
12088 2006-12-07  Wim Taymans  <wim@fluendo.com>
12089
12090         * gst/smpte/gstmask.h:
12091         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12092         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12093         (gst_smpte_collected), (gst_smpte_set_property),
12094         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12095         * gst/smpte/gstsmpte.h:
12096         Port to 0.10 some more. 
12097         Added duration property to specify the duration of the transition.
12098         Make framerate a fraction.
12099         Deprecate fps property, we only use negotiated fps.
12100         Added docs.
12101         Fix collectpad usage.
12102         Reset state in READY.
12103         Send NEWSEGMENT event.
12104         Fix racy updates of object properties.
12105         Added debug category.
12106         Fixes #383323.
12107
12108 2006-12-06  Wim Taymans  <wim@fluendo.com>
12109
12110         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12111
12112         * gst/videomixer/videomixer.c:
12113         (gst_videomixer_set_master_geometry),
12114         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12115         Don't reset xpos and ypos in the setcaps function because causes
12116         unexpected behaviour.
12117         Fixes #382179.
12118
12119 2006-12-06  Wim Taymans  <wim@fluendo.com>
12120
12121         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12122         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12123         Keep track of the buffer timestamp in the collectdata member instead
12124         of modifying the buffer without making the metadata writable first.
12125         Fixes #382277.
12126
12127 2006-12-06  Wim Taymans  <wim@fluendo.com>
12128
12129         Patch by: Rob Taylor <robtaylor at floopily dot org>
12130
12131         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12132         If using multicast in udpsrc, bind to the multicast address rather than
12133         IN_ADDR_ANY.
12134         This allows the simultanous use of multiple udpsrcs listening on
12135         different multicat addresses. Without this all udpsrcs will receive all
12136         packets from all subscribed multicast addresses.
12137         Fixes #383001.
12138
12139 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12140
12141         * ext/taglib/gstid3v2mux.cc:
12142         Don't attempt to write a NULL frame into the ID3 tag set when the 
12143         createFrame method returned NULL.
12144         Fixes: #381857
12145         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12146
12147 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12148
12149         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12150         Use g_strtod() instead of sscanf to parse doubles, so that it will
12151         try parsing in the C locale if the current locale fails.
12152         Fixes: #382982
12153         Patch by: Sebastian Dröge  <mail at slomosnail de >
12154
12155 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12156
12157         * win32/MANIFEST:
12158         Fix compilation on win32 under VS8
12159         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12160         Partially fixes #381175
12161
12162 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12163
12164         * gst/avi/gstavimux.c:
12165           accept all mpegversions,fixes #380825
12166           spotted by: Jerome Alet  
12167
12168 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12169
12170         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12171         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12172         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12173         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12174           cleanup the error message a bit more
12175
12176 2006-11-28  Wim Taymans  <wim@fluendo.com>
12177
12178         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12179         Fix width and height properties.
12180
12181         * ext/libcaca/gstcacasink.h:
12182         Fix compilation on newer libcaca that require us to include a new
12183         header. Fixes #379918.
12184
12185 2006-11-28  Wim Taymans  <wim@fluendo.com>
12186
12187         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12188         * gst/rtsp/gstrtspsrc.h:
12189         * gst/rtsp/rtspext.h:
12190         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12191         (rtsp_ext_wms_get_context):
12192         Add method so that extensions can choose to disable the setup of
12193         a stream.
12194         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12195
12196 2006-11-27  Wim Taymans  <wim@fluendo.com>
12197
12198         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12199
12200         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12201         Push header in a separate buffer instead of memcpy:ing all data.
12202         Change LF => CRLF in headers.
12203         Move trailing LF to header. Fixes #379792.
12204
12205 2006-11-27  Wim Taymans  <wim@fluendo.com>
12206
12207         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12208         Small buffer overflow fix and improve debugging.
12209
12210 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12211
12212         * ext/esd/esdmon.h:
12213         * ext/esd/esdsink.h:
12214           remove obsolete _factory_init protos
12215
12216 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12217
12218         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12219         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12220         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12221         (gst_avi_demux_read_subindexes_push),
12222         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12223         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12224         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12225         (gst_avi_demux_massage_index),
12226         (gst_avi_demux_calculate_durations_from_index),
12227         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12228         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12229         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12230           remove dead code, tweak debugs statements, add comments, use
12231           _uint64_scale instead _uint64_scale_int when using guint64 values,
12232           small optimizations, reflow some error handling
12233
12234 2006-11-22  Edward Hervey  <edward@fluendo.com>
12235
12236         * po/.cvsignore:
12237         We never put .pot files in cvs. Let's ignore them all.
12238
12239 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12240
12241         * po/POTFILES.in:
12242           ... but better exclude files that aren't disted.
12243
12244 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12245
12246         * po/POTFILES.in:
12247           Add v4l2 source files to list of files with translations, so the
12248           strings are actually extracted (however bad they still may be).
12249
12250 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12251
12252         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12253           Minor clean-ups: const-ify static array, remove trailing comma from
12254           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12255
12256 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12257
12258         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12259         Make sure that g_free always gets called on the same pointer that was 
12260         returned by g_malloc.  Fixes #376594.
12261         Do not leak memory if decompressed size is wrong.
12262         Remove unneeded check of return value of g_malloc.
12263         Patch by: René Stadler <mail@renestadler.de>
12264
12265 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12266
12267         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12268           Add missing curly brackets.
12269
12270 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12271
12272         * sys/v4l2/v4l2src_calls.c:
12273         Fix capture_deinit.
12274
12275 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12276
12277         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12278         (gst_matroska_mux_request_new_pad):
12279           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12280
12281         * tests/check/elements/matroskamux.c: (setup_src_pad),
12282         (setup_sink_pad), (GST_START_TEST):
12283         Activate pads before using them.
12284
12285 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12286
12287         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12288           Initialise variable to get rid of bogus compiler warning.
12289
12290 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12291
12292         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12293
12294         * gst/rtp/gstrtph263pay.c:
12295         * gst/rtp/gstrtph263pdepay.c:
12296         * gst/rtp/gstrtph263ppay.c:
12297           Specify H.263 variant and version in the caps (fixes #361637)
12298
12299 2006-11-15  Wim Taymans  <wim@fluendo.com>
12300
12301         * gst/rtsp/rtspconnection.c: (read_body):
12302         Don't set a data pointer to NULL and a size > 0 when we deal
12303         with empty packets.
12304
12305         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12306         (rtsp_message_init_response), (rtsp_message_init_data),
12307         (rtsp_message_unset), (rtsp_message_free),
12308         (rtsp_message_take_body):
12309         Check that we can't create invalid empty packets. 
12310
12311 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12312
12313         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12314
12315         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12316         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12317         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12318         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12319         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12320         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12321         * gst/matroska/matroska-mux.h:
12322           Add basic tag writing support; implement releasing pads (#374658).
12323
12324 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12325
12326         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12327         (gst_matroska_demux_audio_caps):
12328           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12329
12330 2006-11-14  David Schleef  <ds@schleef.org>
12331
12332         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12333
12334 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12335
12336         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12337
12338         * win32/vs8/gst-plugins-good.sln:
12339         * win32/vs8/libgst1394.vcproj:
12340         * win32/vs8/libgstaasink.vcproj:
12341         * win32/vs8/libgstalaw.vcproj:
12342         * win32/vs8/libgstalpha.vcproj:
12343         * win32/vs8/libgstalphacolor.vcproj:
12344         * win32/vs8/libgstannodex.vcproj:
12345         * win32/vs8/libgstapetag.vcproj:
12346         * win32/vs8/libgstaudiofx.vcproj:
12347         * win32/vs8/libgstauparse.vcproj:
12348         * win32/vs8/libgstautodetect.vcproj:
12349         * win32/vs8/libgstavi.vcproj:
12350         * win32/vs8/libgstcacasink.vcproj:
12351         * win32/vs8/libgstcdio.vcproj:
12352         * win32/vs8/libgstcutter.vcproj:
12353         * win32/vs8/libgstdv.vcproj:
12354         * win32/vs8/libgsteffectv.vcproj:
12355         * win32/vs8/libgstflac.vcproj:
12356         * win32/vs8/libgstflxdec.vcproj:
12357         * win32/vs8/libgstgoom.vcproj:
12358         * win32/vs8/libgsticydemux.vcproj:
12359         * win32/vs8/libgstid3demux.vcproj:
12360         * win32/vs8/libgstjpeg.vcproj:
12361         * win32/vs8/libgstladspa.vcproj:
12362         * win32/vs8/libgstlevel.vcproj:
12363         * win32/vs8/libgstmatroska.vcproj:
12364         * win32/vs8/libgstmikmod.vcproj:
12365         * win32/vs8/libgstmng.vcproj:
12366         * win32/vs8/libgstmonoscope.vcproj:
12367         * win32/vs8/libgstmulaw.vcproj:
12368         * win32/vs8/libgstmultipart.vcproj:
12369         * win32/vs8/libgstpng.vcproj:
12370         * win32/vs8/libgstrtp.vcproj:
12371         * win32/vs8/libgstrtsp.vcproj:
12372         * win32/vs8/libgstshout2.vcproj:
12373         * win32/vs8/libgstsmpte.vcproj:
12374         * win32/vs8/libgstspeex.vcproj:
12375         * win32/vs8/libgsttaglib.vcproj:
12376         * win32/vs8/libgstudp.vcproj:
12377         * win32/vs8/libgstvideobalance.vcproj:
12378         * win32/vs8/libgstvideobox.vcproj:
12379         * win32/vs8/libgstvideoflip.vcproj:
12380         * win32/vs8/libgstvideomixer.vcproj:
12381         * win32/vs8/libgstwavenc.vcproj:
12382         * win32/vs8/libgstwavparse.vcproj:
12383           Make end-of-line returns unixy, so that when the files are checked
12384           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12385           Hopefully fixes #366492.
12386
12387 2006-11-14  Wim Taymans  <wim@fluendo.com>
12388
12389         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12390         Disable init_frames delay timestamp adjustment, it does not
12391         seem to be needed at all. Fixes #369621.
12392
12393 2006-11-13  Wim Taymans  <wim@fluendo.com>
12394
12395         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12396
12397         * gst/videomixer/videomixer.c:
12398         (gst_videomixer_set_master_geometry),
12399         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12400         (gst_videomixer_collect_free), (gst_videomixer_reset),
12401         (gst_videomixer_init), (gst_videomixer_finalize),
12402         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12403         (gst_videomixer_collected), (gst_videomixer_change_state):
12404         Fix memleak by unref'ing collectpads instance (when finalizing)
12405         Implement releasing a request pad. Fixes #374479.
12406
12407 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12408
12409         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12410
12411         * win32/vs8/gst-plugins-good.sln:
12412         * win32/vs8/libgst1394.vcproj:
12413         * win32/vs8/libgstaasink.vcproj:
12414         * win32/vs8/libgstalaw.vcproj:
12415         * win32/vs8/libgstalpha.vcproj:
12416         * win32/vs8/libgstalphacolor.vcproj:
12417         * win32/vs8/libgstannodex.vcproj:
12418         * win32/vs8/libgstapetag.vcproj:
12419         * win32/vs8/libgstaudiofx.vcproj:
12420         * win32/vs8/libgstauparse.vcproj:
12421         * win32/vs8/libgstautodetect.vcproj:
12422         * win32/vs8/libgstavi.vcproj:
12423         * win32/vs8/libgstcacasink.vcproj:
12424         * win32/vs8/libgstcdio.vcproj:
12425         * win32/vs8/libgstcutter.vcproj:
12426         * win32/vs8/libgstdv.vcproj:
12427         * win32/vs8/libgsteffectv.vcproj:
12428         * win32/vs8/libgstflac.vcproj:
12429         * win32/vs8/libgstflxdec.vcproj:
12430         * win32/vs8/libgstgoom.vcproj:
12431         * win32/vs8/libgsticydemux.vcproj:
12432         * win32/vs8/libgstid3demux.vcproj:
12433         * win32/vs8/libgstjpeg.vcproj:
12434         * win32/vs8/libgstladspa.vcproj:
12435         * win32/vs8/libgstlevel.vcproj:
12436         * win32/vs8/libgstmatroska.vcproj:
12437         * win32/vs8/libgstmikmod.vcproj:
12438         * win32/vs8/libgstmng.vcproj:
12439         * win32/vs8/libgstmonoscope.vcproj:
12440         * win32/vs8/libgstmulaw.vcproj:
12441         * win32/vs8/libgstmultipart.vcproj:
12442         * win32/vs8/libgstpng.vcproj:
12443         * win32/vs8/libgstrtp.vcproj:
12444         * win32/vs8/libgstrtsp.vcproj:
12445         * win32/vs8/libgstshout2.vcproj:
12446         * win32/vs8/libgstsmpte.vcproj:
12447         * win32/vs8/libgstspeex.vcproj:
12448         * win32/vs8/libgsttaglib.vcproj:
12449         * win32/vs8/libgstudp.vcproj:
12450         * win32/vs8/libgstvideobalance.vcproj:
12451         * win32/vs8/libgstvideobox.vcproj:
12452         * win32/vs8/libgstvideoflip.vcproj:
12453         * win32/vs8/libgstvideomixer.vcproj:
12454         * win32/vs8/libgstwavenc.vcproj:
12455         * win32/vs8/libgstwavparse.vcproj:
12456           Add VS8 project files (note that many of the plugins in ext are
12457           disabled by default). Fixes #366492.
12458
12459 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12460
12461         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12462           we do not translate debug messages
12463
12464 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12465
12466         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12467           fix categorisation, make short desc more explicit, remove unused code
12468           Fixes #372021
12469
12470 2006-11-08  Wim Taymans  <wim@fluendo.com>
12471
12472         * gst/rtp/gstrtpL16depay.c:
12473         * gst/rtp/gstrtpamrdepay.c:
12474         * gst/rtp/gstrtpamrpay.c:
12475         * gst/rtp/gstrtpgsmdepay.c:
12476         * gst/rtp/gstrtph263pay.c:
12477         * gst/rtp/gstrtph263pdepay.c:
12478         * gst/rtp/gstrtph263ppay.c:
12479         * gst/rtp/gstrtph264depay.c:
12480         * gst/rtp/gstrtpmp2tdepay.c:
12481         * gst/rtp/gstrtpmp4gdepay.c:
12482         * gst/rtp/gstrtpmp4gpay.c:
12483         * gst/rtp/gstrtpmp4vdepay.c:
12484         * gst/rtp/gstrtpmp4vpay.c:
12485         * gst/rtp/gstrtpmpadepay.c:
12486         * gst/rtp/gstrtpmpapay.c:
12487         * gst/rtp/gstrtppcmadepay.c:
12488         * gst/rtp/gstrtppcmapay.c:
12489         * gst/rtp/gstrtppcmudepay.c:
12490         * gst/rtp/gstrtppcmupay.c:
12491         * gst/rtp/gstrtpspeexdepay.c:
12492         * gst/rtp/gstrtpspeexpay.c:
12493         * gst/rtp/gstrtpsv3vdepay.c:
12494         Fix element descriptions.
12495
12496 2006-11-08  Wim Taymans  <wim@fluendo.com>
12497
12498         * gst/rtp/gstrtpvorbisdepay.c:
12499         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12500         Fix description.
12501         Small cleanup in the payloader.
12502
12503 2006-11-08  Wim Taymans  <wim@fluendo.com>
12504
12505         * gst/rtp/Makefile.am:
12506         * gst/rtp/gstrtp.c: (plugin_init):
12507         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12508         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12509         (gst_rtp_theora_depay_finalize),
12510         (gst_rtp_theora_depay_parse_configuration),
12511         (gst_rtp_theora_depay_setcaps),
12512         (gst_rtp_theora_depay_switch_codebook),
12513         (gst_rtp_theora_depay_process),
12514         (gst_rtp_theora_depay_set_property),
12515         (gst_rtp_theora_depay_get_property),
12516         (gst_rtp_theora_depay_change_state),
12517         (gst_rtp_theora_depay_plugin_init):
12518         * gst/rtp/gstrtptheoradepay.h:
12519         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12520         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12521         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12522         (gst_rtp_theora_pay_init_packet),
12523         (gst_rtp_theora_pay_flush_packet),
12524         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12525         (gst_rtp_theora_pay_handle_buffer),
12526         (gst_rtp_theora_pay_plugin_init):
12527         * gst/rtp/gstrtptheorapay.h:
12528         Add theora pay/depayloaders.
12529
12530 2006-11-06  Wim Taymans  <wim@fluendo.com>
12531
12532         * gst/rtp/Makefile.am:
12533         We depend on gsttag to generate the vorbis comments.
12534
12535         * gst/rtp/gstrtpvorbisdepay.c:
12536         (gst_rtp_vorbis_depay_parse_configuration),
12537         (gst_rtp_vorbis_depay_setcaps),
12538         (gst_rtp_vorbis_depay_switch_codebook),
12539         (gst_rtp_vorbis_depay_process):
12540         * gst/rtp/gstrtpvorbisdepay.h:
12541         Parse configuration string in the depayloader.
12542         Implement selecting and switching to a new codebook.
12543         Receiving vorbis over RTP now works.
12544
12545         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12546         (gst_rtp_vorbis_pay_init_packet),
12547         (gst_rtp_vorbis_pay_finish_headers),
12548         (gst_rtp_vorbis_pay_handle_buffer):
12549         * gst/rtp/gstrtpvorbispay.h:
12550         Set timestamps on outgoing buffers and RTP packets.
12551         Fix configuration string, prepend number of Packet headers.
12552         Fix encoding of ident string.
12553         Add delivery-method to caps.
12554         Streaming vorbis over RTP now works.
12555
12556 2006-11-06  Wim Taymans  <wim@fluendo.com>
12557
12558         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12559         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12560         (gst_rtp_vorbis_pay_handle_buffer):
12561         * gst/rtp/gstrtpvorbispay.h:
12562         Generate a valid configuration string in the caps based on the
12563         vorbis headers.
12564
12565 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12566
12567         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12568         * ext/cdio/gstcdio.h:
12569         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12570           Move CD-TEXT utility function into common file so it can also be
12571           used by a future cdioparanoiasrc.
12572
12573 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12574         
12575         * sys/v4l2/Makefile.am:
12576         * sys/v4l2/gstv4l2object.c:
12577         * sys/v4l2/gstv4l2src.c:
12578         * sys/v4l2/gstv4l2xoverlay.c:
12579         * sys/v4l2/v4l2_calls.c:
12580         * sys/v4l2/v4l2src_calls.c:
12581         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12582         xoverlay code that is still not implemented.
12583
12584 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12585
12586         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12587           We require a -base more recent than 0.10.9, so it's safe to use
12588           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12589
12590         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12591         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12592           Use _newsegment_full() now that we depend on a recent enough core.
12593
12594         * gst/wavparse/gstwavparse.c:
12595           Remove cruft that we don't need any longer now that we depend on
12596           a recent enough -base.
12597
12598 2006-10-31  Wim Taymans  <wim@fluendo.com>
12599
12600         * gst/rtp/Makefile.am:
12601         * gst/rtp/gstrtp.c: (plugin_init):
12602         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
12603         (gst_rtpilbcpay_setcaps):
12604         Fix and activate ILBC pay and depayloaders. Fixes #368162.
12605
12606 2006-10-31  Wim Taymans  <wim@fluendo.com>
12607
12608         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12609         (speex_dec_sink_event), (speex_dec_chain_parse_header):
12610         Some small cleanups, use _scale.
12611
12612 2006-10-31  Wim Taymans  <wim@fluendo.com>
12613
12614         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12615         Use higher precision scale function.
12616
12617 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
12618
12619         Patch by: Michal Benes  <michal dot benes at itonis tv>
12620
12621         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
12622         (gst_matroska_demux_read_track_encodings),
12623         (gst_matroska_decode_buffer):
12624           Fix several issues with encoded/compressed/encrypted/signed tracks;
12625           also, remove superfluous newline characters from some debug
12626           statements. (#366155)
12627
12628 2006-10-30  Wim Taymans  <wim@fluendo.com>
12629
12630         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
12631         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
12632         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
12633         (gst_smokedec_change_state):
12634         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12635         (gst_smokeenc_init), (gst_smokeenc_finalize),
12636         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
12637         (gst_smokeenc_resync), (gst_smokeenc_chain),
12638         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
12639         (gst_smokeenc_change_state):
12640         Various cleanups, capsnego and leak fixes.
12641
12642 2006-10-30  Wim Taymans  <wim@fluendo.com>
12643
12644         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12645
12646         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
12647         Fix videomixer so that it can handle any combination of framerates.
12648         Fixes #367221.
12649
12650 2006-10-28  Wim Taymans  <wim@fluendo.com>
12651
12652         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12653         (gst_avi_demux_parse_file_header),
12654         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
12655         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
12656         (gst_avi_demux_chain):
12657         Fix position query for audio. also fixes timestamps in streaming
12658         mode and bug #364958.
12659         Small cleanups.
12660
12661 2006-10-27  Wim Taymans  <wim@fluendo.com>
12662
12663         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
12664         * ext/libpng/gstpngenc.h:
12665         Fix strides. Fixes #364856.
12666         Cleanup capsnego.
12667         Set caps on outgoing buffers.
12668
12669 2006-10-18  Wim Taymans  <wim@fluendo.com>
12670
12671         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12672
12673         * gst/rtp/gstrtpgsmpay.c:
12674         * gst/rtp/gstrtph263pay.c:
12675         * gst/rtp/gstrtpmpapay.c:
12676         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
12677         (gst_rtp_pcma_pay_handle_buffer):
12678         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
12679         Add static payload numbers in addition to the dynamic ones.
12680         Fixes #361639.
12681
12682 2006-10-18  Wim Taymans  <wim@fluendo.com>
12683
12684         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
12685         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
12686         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
12687         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
12688         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
12689         * gst/rtsp/rtspdefs.h:
12690         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12691         * gst/rtsp/rtspurl.h:
12692         Reuse already existing enum for lower transport.
12693         Add rtspt and rtspu protocols.
12694         Send redirect to rtspt when udp times out.
12695
12696 2006-10-18  Wim Taymans  <wim@fluendo.com>
12697
12698         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12699         (gst_wavparse_stream_data):
12700         Fix seeking some more, mostly for speed changes.
12701
12702 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12703
12704         Patch by: Fredrik Persson  <frepe at bredband net>
12705
12706         * sys/v4l2/gstv4l2tuner.c:
12707         * sys/v4l2/gstv4l2tuner.h:
12708           Fix _set_channel(): remove useless g_object_notify() for "channel"
12709           property that doesn't exist any longer and therefore now also
12710           useless redirect (#338818).
12711
12712 2006-10-17  Wim Taymans  <wim@fluendo.com>
12713
12714         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
12715         Some drivers do not support unsetting the non-blocking flag once the
12716         device is opened. In those cases, close/open the device in
12717         non-blocking mode. Fixes #362673.
12718
12719 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12720
12721         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12722         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12723         (gst_v4l2src_get_fps):
12724           dear stefan, framespersecond is not frameperiod, reverting but adding
12725           comment
12726
12727 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
12728
12729         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
12730         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
12731         (gst_v4l2src_get_fps):
12732           Numerator is numerator and denominator is denominator. Say that aloud
12733           5 times and retry after next beer.
12734
12735 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
12736
12737         Patch by: Josep Torra Valles  <josep at fluendo com>
12738
12739         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
12740         * ext/esd/esdsink.c: (gst_esdsink_write):
12741         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
12742         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
12743         (gst_flac_dec_send_newsegment):
12744         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
12745         (gst_flac_enc_tell_callback):
12746         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
12747         (smokecodec_parse_header), (smokecodec_decode):
12748         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
12749         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
12750         * gst/goom/Makefile.am:
12751         * gst/goom/gstgoom.c:
12752         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
12753         * gst/rtsp/gstrtspsrc.c:
12754         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12755         * gst/udp/gstudpsink.c:
12756         * gst/udp/gstudpsrc.c:
12757         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
12758         * sys/sunaudio/gstsunaudiomixertrack.h:
12759           Fix a bunch of problems discovered by the Forte compiler, mostly type
12760           mixups and pointer arithmetics with void pointers. Fixes #362603.
12761
12762 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12763
12764         * ext/speex/gstspeex.c: (plugin_init):
12765         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
12766         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
12767         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
12768         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
12769         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
12770         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
12771         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
12772         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
12773         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
12774         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
12775         (gst_speex_enc_chain), (gst_speex_enc_get_property),
12776         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
12777         * ext/speex/gstspeexenc.h:
12778           Miscellaneous clean-ups, among other things: speexenc => enc to
12779           enhance code readability; change speexenc => speex_enc; in chain
12780           function unref input buffer in case of error; take reference in
12781           event function; use boilerplate macro; use gst_pad_query_peer_*
12782           convenience functions.
12783
12784 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12785
12786         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
12787         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
12788         (gst_speexenc_set_header_on_caps):
12789           Fix some mem leaks.
12790
12791 2006-10-11  Wim Taymans  <wim@fluendo.com>
12792
12793         * gst/rtsp/URLS:
12794         Added some other URL.
12795
12796         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
12797         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
12798         (gst_rtspsrc_open), (gst_rtspsrc_play),
12799         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12800         * gst/rtsp/gstrtspsrc.h:
12801         Work on fallback to TCP connection when the UDP socket times out.
12802         Handler server requests, just reply with OK for now.
12803
12804         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12805         * gst/rtsp/rtspdefs.h:
12806         Added some more Real extension headers.
12807
12808         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
12809         Fix parsing of urls with a ':' that is not part of the hostname:port
12810         part of the url.
12811
12812 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
12813
12814         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
12815         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
12816         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12817           Activate pad before adding it to the already-running element.
12818
12819         * tests/check/elements/icydemux.c: (icydemux_found_pad):
12820           Activate newly-created pad too.
12821
12822 2006-10-11  Wim Taymans  <wim@fluendo.com>
12823
12824         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
12825
12826         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
12827         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
12828         (gst_udpsrc_start):
12829         Fix some leaks in caps and uris. Fixes #361252.
12830
12831 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12832
12833         * gst/wavparse/Makefile.am:
12834           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
12835
12836 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
12837
12838         * sys/v4l2/gstv4l2xoverlay.c:
12839         * sys/v4l2/gstv4l2xoverlay.h:
12840         Fix build as per the patch in #338818 comment 36.
12841
12842 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
12843
12844         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12845           Activate pads before adding them to the source.
12846
12847 2006-10-06  Wim Taymans  <wim@fluendo.com>
12848
12849         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
12850         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
12851         Activate pads before adding.
12852
12853 2006-10-06  Wim Taymans  <wim@fluendo.com>
12854
12855         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12856         (gst_multipart_find_pad_by_mime):
12857         Activate pads before adding.
12858
12859         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12860         BOILERPLATE sets parent_class for us.
12861
12862 2006-10-06  Wim Taymans  <wim@fluendo.com>
12863
12864         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
12865         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
12866         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
12867         (gst_rtspsrc_alloc_udp_ports),
12868         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
12869         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
12870         (gst_rtspsrc_create_transports_string),
12871         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
12872         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
12873         * gst/rtsp/gstrtspsrc.h:
12874         Rework how the transport string is constructed, try to share channels
12875         and udp ports.
12876         Make most of the stuff less dependant on RTP as we are also going to use
12877         it for RDT.
12878         Add support for transport specific session managers.
12879
12880         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
12881         Implement _flush().
12882
12883         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12884         * gst/rtsp/rtspdefs.h:
12885         Add generic error return code.
12886
12887         * gst/rtsp/rtspext.h:
12888         Add support for pluggable tranport strings.
12889
12890         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
12891         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
12892         (rtsp_ext_wms_get_context):
12893         Detect WMServer and activate the extension.
12894
12895         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
12896         (rtsp_transport_get_manager), (rtsp_transport_parse):
12897         * gst/rtsp/rtsptransport.h:
12898         Added methods to get mime/manager for certain transports.
12899
12900 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12901
12902         * ext/cairo/gsttimeoverlay.c:
12903         (gst_cairo_time_overlay_update_font_height):
12904         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
12905         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
12906         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
12907         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12908         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12909         * ext/libpng/gstpngdec.c: (user_endrow_callback):
12910         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
12911         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
12912         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12913         (gst_avi_demux_stream_data):
12914         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12915         * gst/debug/efence.c: (gst_efence_buffer_alloc),
12916         (gst_fenced_buffer_copy):
12917         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12918         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12919         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
12920         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
12921         (gst_rtspsrc_handle_message):
12922         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12923         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
12924           Printf format fixes.
12925
12926 2006-10-04  Wim Taymans  <wim@fluendo.com>
12927
12928         * gst/rtsp/Makefile.am:
12929         Dist new .h file too.
12930
12931 2006-10-04  Wim Taymans  <wim@fluendo.com>
12932
12933         * gst/rtsp/Makefile.am:
12934         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
12935         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
12936         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
12937         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
12938         (gst_rtspsrc_parse_rtpmap),
12939         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
12940         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
12941         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
12942         * gst/rtsp/gstrtspsrc.h:
12943         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
12944         * gst/rtsp/rtspdefs.h:
12945         * gst/rtsp/rtspext.h:
12946         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
12947         (rtsp_ext_wms_get_context):
12948         * gst/rtsp/rtspextwms.h:
12949         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
12950         (rtsp_transport_parse):
12951         * gst/rtsp/rtsptransport.h:
12952         Factor out extension in separate module.
12953         Fix getcaps to filter against the padtemplate.
12954         Use Content-Base if the server gives one.
12955         Rework the transport parsing a bit for future extensions.
12956         Added some Real Header field definitions.
12957
12958 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12959
12960         * docs/plugins/Makefile.am:
12961         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12962         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12963           added v4l2 stubs
12964         * gst-plugins-good.spec.in:
12965           add v4l2
12966
12967 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
12968
12969         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12970           Extract disc/album/medium number and count and try harder
12971           to extract track number/count.
12972
12973 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12974
12975         * configure.ac:
12976         * sys/Makefile.am:
12977           add build stuff for v4l2, needs --enable-experimental until
12978           the last bits are resolved
12979
12980 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12981
12982         * tests/check/Makefile.am:
12983           Disable autodetect test temporarily, so that the build bots
12984           update -bad and the ranks of unreliable video sinks in there.
12985
12986         * tests/check/elements/autodetect.c: (GST_START_TEST):
12987           Skip test if no usable videosink is found.
12988
12989 2006-09-29  Wim Taymans  <wim@fluendo.com>
12990
12991         * gst/rtsp/URLS:
12992         Add some more URLs.
12993
12994         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
12995         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
12996         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
12997         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
12998         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
12999         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13000         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13001         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13002         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13003         * gst/rtsp/gstrtspsrc.h:
13004         Add timeout property to control UDP timeouts.
13005         Fix error messages.
13006         Also start a loop function when operating in UDP mode so that we can
13007         do some more stuff async.
13008         Handle element messages from udpsrc to detect timeouts. If a timeout
13009         happens we currently generate an error.
13010         API: rtspsrc::timeout property.
13011
13012         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13013         (gst_udpsrc_create):
13014         Really implement the timeout in microseconds and not milliseconds.
13015
13016 2006-09-29  Wim Taymans  <wim@fluendo.com>
13017
13018         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13019         (gst_udpsrc_create), (gst_udpsrc_set_property),
13020         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13021         * gst/udp/gstudpsrc.h:
13022         Added property to post a message on timeout.
13023         Updated docs.
13024         When restarting the select, initialize the fdsets again.
13025         Init control sockets so we don't accidentally close a random socket.
13026         API: GstUDPSrc::timeout property
13027
13028 2006-09-29  Wim Taymans  <wim@fluendo.com>
13029
13030         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13031         Fix flag registration.
13032
13033         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13034         Reading 0 also means 'no more commands'
13035
13036 2006-09-29  Wim Taymans  <wim@fluendo.com>
13037
13038         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13039
13040         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13041         Fix possible infinite loop when shutting down, a read can also return
13042         0 to indicate no more messages are available. Fixes #358156.
13043
13044 2006-09-25  Wim Taymans  <wim@fluendo.com>
13045
13046         * gst/autodetect/gstautoaudiosink.c:
13047         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13048         (gst_auto_audio_sink_find_best):
13049         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13050         Small cleanups.
13051         don't try to set "sync" property when it is not available.
13052
13053 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13054
13055         Patch by: Peter Kjellerstedt  <pkj at axis com>
13056
13057         * gst/alpha/gstalpha.c:
13058         * gst/rtp/gstrtpamrdepay.c:
13059         * gst/rtsp/gstrtspsrc.c:
13060         * gst/udp/gstudpsrc.c:
13061         * gst/videomixer/videomixer.c:
13062           Include stdlib.h in some more places, makes things compile
13063           with uClibc and -Werror (#357592).
13064
13065 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13066
13067         * ext/jpeg/gstjpegdec.c:
13068           Set minimum height to 8 (from 16), our code should handle
13069           that fine. Some of the buttons on the apple trailer site
13070           are apparently only 15 pixels high (see #357470).
13071
13072 2006-09-23  Wim Taymans  <wim@fluendo.com>
13073
13074         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13075         (gst_rtspsrc_open):
13076         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13077         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13078         (rtsp_connection_receive):
13079         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13080         * gst/rtsp/rtspdefs.h:
13081         Improve error reporting.
13082
13083 2006-09-23  Wim Taymans  <wim@fluendo.com>
13084
13085         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13086         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13087         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13088         * gst/rtp/gstrtpdepay.c:
13089         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13090         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13091         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13092         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13093         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13094         (gst_rtp_mp2t_depay_plugin_init):
13095         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13096         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13097         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13098         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13099         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13100         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13101         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13102         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13103         Fix klass typos.
13104         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13105
13106 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13107
13108         * configure.ac:
13109           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13110
13111 2006-09-22  Wim Taymans  <wim@fluendo.com>
13112
13113         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13114         Don't check for a tag that is never there and check if we read the
13115         correct tag. Fixes seeking again.
13116         We must post an error when all pads are unlinked.
13117
13118 2006-09-22  Wim Taymans  <wim@fluendo.com>
13119
13120         * gst/rtp/Makefile.am:
13121         * gst/rtp/gstrtp.c: (plugin_init):
13122         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13123         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13124         (gst_rtp_vorbis_pay_reset_packet),
13125         (gst_rtp_vorbis_pay_init_packet),
13126         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13127         (gst_rtp_vorbis_pay_handle_buffer):
13128         More fixage, set endoder-params correctly in the payloader.
13129
13130 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13131
13132         * gst/autodetect/gstautoaudiosink.c:
13133         (gst_auto_audio_sink_base_init):
13134         * gst/autodetect/gstautovideosink.c:
13135         (gst_auto_video_sink_base_init):
13136           Make static pad templates static to appease valgrind's leak
13137           detector.
13138
13139         * tests/check/Makefile.am:
13140         * tests/check/elements/.cvsignore:
13141         * tests/check/elements/autodetect.c: (GST_START_TEST),
13142         (autodetect_suite):
13143           Add simple test for the ghostpad lockup on shutdown fixed in core
13144           CVS (audio bit disabled because it would need dozens of alsa
13145           suppressions and I'm too lazy to add those now).
13146
13147 2006-09-22  Wim Taymans  <wim@fluendo.com>
13148
13149         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13150         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13151         Small cleanups.
13152
13153         * gst/rtp/Makefile.am:
13154         * gst/rtp/gstrtp.c: (plugin_init):
13155         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13156         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13157         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13158         (gst_rtp_vorbis_depay_process),
13159         (gst_rtp_vorbis_depay_set_property),
13160         (gst_rtp_vorbis_depay_get_property),
13161         (gst_rtp_vorbis_depay_change_state),
13162         (gst_rtp_vorbis_depay_plugin_init):
13163         * gst/rtp/gstrtpvorbisdepay.h:
13164         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13165         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13166         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13167         (gst_rtp_vorbis_pay_flush_packet),
13168         (gst_rtp_vorbis_pay_append_buffer),
13169         (gst_rtp_vorbis_pay_handle_buffer),
13170         (gst_rtp_vorbis_pay_plugin_init):
13171         * gst/rtp/gstrtpvorbispay.h:
13172         Add experimental vorbis pay and depayloaders.
13173
13174 2006-09-21  Wim Taymans  <wim@fluendo.com>
13175
13176         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13177         Fix profile-level-id parsing and setup.
13178
13179 2006-09-21  Wim Taymans  <wim@fluendo.com>
13180
13181         * gst/udp/README:
13182         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13183         Update README, simple cleanup.
13184
13185 2006-09-21  Wim Taymans  <wim@fluendo.com>
13186
13187         * gst/rtp/README:
13188         Update README with some examples.
13189
13190         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13191         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13192         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13193         (gst_rtp_mp4g_pay_setcaps):
13194         * gst/rtp/gstrtpmp4gpay.h:
13195         Make optional RTP parameters of type STRING, as required by the
13196         application/x-rtp caps specification.
13197
13198 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13199
13200         * gst/rtp/gstrtph263pdepay.c:
13201         * gst/rtp/gstrtph263ppay.c:
13202         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13203         RTP header.
13204
13205 2006-09-20  Wim Taymans  <wim@fluendo.com>
13206
13207         * gst/rtp/Makefile.am:
13208         And makefile too.
13209
13210 2006-09-20  Wim Taymans  <wim@fluendo.com>
13211
13212         * gst/rtp/gstrtp.c: (plugin_init):
13213         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13214         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13215         (decode_base64), (gst_rtp_asf_depay_setcaps),
13216         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13217         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13218         (gst_rtp_asf_depay_plugin_init):
13219         * gst/rtp/gstrtpasfdepay.h:
13220         Added preliminary ASF depayloader.
13221
13222         * gst/rtp/gstrtph264depay.c: (decode_base64):
13223         Fix base64 decoding.
13224
13225 2006-09-20  Wim Taymans  <wim@fluendo.com>
13226
13227         * gst/rtsp/URLS:
13228         Added some test URLS.
13229
13230         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13231         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13232         * gst/rtsp/gstrtspsrc.h:
13233         When creating streams, give access to the complete SDP.
13234         Fix some leaks.
13235         Collect and merge global stream properties in stream caps.
13236         Preliminary support for WMServer.
13237
13238         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13239         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13240         (rtsp_connection_receive):
13241         * gst/rtsp/rtspconnection.h:
13242         Make connection interruptable.
13243         Refactor to make it reconnectable.
13244         Don't fail on short reads when reading data packets.
13245
13246         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13247         (rtsp_url_get_port):
13248         * gst/rtsp/rtspurl.h:
13249         Add methods for getting/setting the port.
13250
13251         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13252         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13253         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13254         (sdp_media_get_format), (sdp_parse_line),
13255         (sdp_message_parse_buffer):
13256         Fix headers. 
13257         Add methods for getting multiple attributes with the same name.
13258         Increase buffer size when parsing.
13259         Fix parsing of a=foo fields.
13260
13261         * gst/rtsp/test.c: (main):
13262         Update to new connection API.
13263
13264         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13265         (rtsp_message_init_response), (rtsp_message_init_data),
13266         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13267         * gst/rtsp/rtspmessage.h:
13268         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13269         * gst/rtsp/rtsptransport.h:
13270         * gst/rtsp/sdp.h:
13271         * gst/rtsp/sdpmessage.h:
13272         * gst/rtsp/gstrtsp.c:
13273         * gst/rtsp/gstrtsp.h:
13274         * gst/rtsp/gstrtpdec.c:
13275         * gst/rtsp/gstrtpdec.h:
13276         * gst/rtsp/rtsp.h:
13277         * gst/rtsp/rtspdefs.c:
13278         * gst/rtsp/rtspdefs.h:
13279         Dual licensed under MIT and LGPL now.
13280
13281 2006-09-19  Wim Taymans  <wim@fluendo.com>
13282
13283         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13284         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13285         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13286         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13287         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13288         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13289         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13290         * gst/rtsp/gstrtspsrc.h:
13291         Reorganize stream parsing and creation.
13292         Detect container formats in interleaved mode.
13293         Keep more state about the streams.
13294         Assume a server also supports PLAY if it does not say.
13295         Add unicast and interleaved properties to TCP transport requests to make
13296         some servers happy (WMServer).
13297
13298         * gst/rtsp/sdpmessage.h:
13299         Add some defines for the standard Bandwidth types.
13300
13301 2006-09-19  Wim Taymans  <wim@fluendo.com>
13302
13303         * gst/rtsp/test.c: (main):
13304         Fix build.
13305
13306 2006-09-19  Wim Taymans  <wim@fluendo.com>
13307
13308         * gst/wavparse/gstwavparse.c:
13309         Add ms-gsm to the src template.
13310
13311 2006-09-18  Wim Taymans  <wim@fluendo.com>
13312
13313         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13314         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13315         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13316         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13317         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13318         * gst/rtsp/gstrtspsrc.h:
13319         Small cleanups, added documentation.
13320         Try to clean up the requests and responses.
13321         Refactor parsing the supported methods.
13322
13323         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13324         (rtsp_connection_create), (rtsp_connection_send),
13325         (parse_response_status), (parse_request_line),
13326         (rtsp_connection_receive), (rtsp_connection_close),
13327         (rtsp_connection_free):
13328         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13329         (rtsp_transport_init), (rtsp_transport_parse),
13330         (rtsp_transport_free):
13331         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13332         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13333         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13334         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13335         Use g_return_val some more.
13336
13337         * gst/rtsp/rtspdefs.h:
13338         Add more enum values to track initial states.
13339
13340         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13341         (rtsp_message_init_request), (rtsp_message_new_response),
13342         (rtsp_message_init_response), (rtsp_message_init_data),
13343         (rtsp_message_unset), (rtsp_message_free),
13344         (rtsp_message_add_header), (rtsp_message_remove_header),
13345         (rtsp_message_get_header), (rtsp_message_set_body),
13346         (rtsp_message_take_body), (rtsp_message_get_body),
13347         (rtsp_message_steal_body), (rtsp_message_dump):
13348         * gst/rtsp/rtspmessage.h:
13349         Reorder arguments, object goes as the first one.
13350         Use g_return_val some more.
13351
13352 2006-09-18  Wim Taymans  <wim@fluendo.com>
13353
13354         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13355         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13356         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13357         * gst/rtsp/gstrtspsrc.h:
13358         Export sometimes source pad with correct caps on the template, create
13359         the ghostpad from the template.
13360         Remove RTCP template as we never expose RTCP.
13361         Protect against invalid body size.
13362         Avoid memcpy when creating the output buffer.
13363         Properly post an error and send EOS when the loop function is shut down.
13364
13365 2006-09-18  Wim Taymans  <wim@fluendo.com>
13366
13367         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13368
13369         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13370         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13371         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13372         * gst/rtsp/gstrtspsrc.h:
13373         Make sure we can never set an invalid location.
13374
13375         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13376         * gst/rtsp/rtspmessage.h:
13377         Added _steal_body method for future use.
13378
13379         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13380         Make freeing of NULL url return immediatly.
13381
13382 2006-09-18  Wim Taymans  <wim@fluendo.com>
13383
13384         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13385
13386         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13387         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13388         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13389         (gst_rtspsrc_change_state):
13390         * gst/rtsp/gstrtspsrc.h:
13391         Use boilerplate.
13392         Make rtspsrc subclass GstBin to make state changes easier.
13393         Add Range header field on the PLAY request.
13394
13395 2006-09-18  Wim Taymans  <wim@fluendo.com>
13396
13397         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13398
13399         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13400         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13401         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13402         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13403         * gst/rtsp/rtspconnection.c: (inet_aton):
13404         Small cleanups.
13405         when multicast is selected as the transport, create UDP sources and
13406         connect to the multicast group.
13407         Move parsing and setting of caps to a common place.
13408         Fixes #349894.
13409
13410 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13411
13412         * ext/flac/gstflactag.c:
13413         * gst/alpha/gstalpha.c:
13414         * gst/debug/breakmydata.c:
13415         * gst/debug/negotiation.c:
13416         * gst/debug/testplugin.c:
13417         * gst/effectv/gstaging.c:
13418         * gst/effectv/gstdice.c:
13419         * gst/effectv/gstedge.c:
13420         * gst/effectv/gstquark.c:
13421         * gst/effectv/gstrev.c:
13422         * gst/effectv/gstshagadelic.c:
13423         * gst/effectv/gstvertigo.c:
13424         * gst/effectv/gstwarp.c:
13425         * gst/multipart/multipartdemux.c:
13426         * gst/multipart/multipartmux.c:
13427         * gst/videobox/gstvideobox.c:
13428         * gst/videofilter/gstgamma.c:
13429         * gst/videofilter/gstvideotemplate.c:
13430         * gst/videomixer/videomixer.c:
13431         * sys/sunaudio/gstsunaudiosrc.h:
13432         More G_OBJECT macro fixing.
13433
13434 2006-09-16  Wim Taymans  <wim@fluendo.com>
13435
13436         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13437
13438         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13439         Correctly set the dwLength in strh.
13440         With this patch, the file duration is now displayed correctly in window
13441         media player and the AVI plays completely. Fixes #356147
13442
13443 2006-09-15  Wim Taymans  <wim@fluendo.com>
13444
13445         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13446
13447         * sys/sunaudio/gstsunaudiomixerctrl.c:
13448         (gst_sunaudiomixer_ctrl_build_list):
13449         Set the output track as the MASTER so that the gnome-settings-daemon
13450         keybindings for changing the volume using the keyboard works.
13451         Fixes #356142.
13452
13453 2006-09-15  Wim Taymans  <wim@fluendo.com>
13454
13455         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13456         Fix documentation, it is not possible to control the framerate of jpegdec
13457         using filtered caps yet. Fixes #355210.
13458         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13459         stop when there is an error.
13460
13461 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13462
13463         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13464         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13465           Don't interpret a first buffer with an offset of NONE as
13466           'from the middle of the stream', but only a first buffer
13467           that has a valid buffer offset that's non-zero (see #345449).
13468
13469 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13470
13471         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13472         (gst_icydemux_typefind_or_forward):
13473         * gst/icydemux/gsticydemux.h:
13474           When we merge/collect multiple incoming buffers for typefinding
13475           purposes, keep an initial 0 offset on the first outgoing buffer
13476           as well (otherwise id3demux won't work right). Fixes #345449.
13477           Also Make buffer metadata writable before setting buffer caps.
13478
13479         * tests/check/elements/icydemux.c: (typefind_succeed),
13480         (cleanup_icydemux), (push_data), (GST_START_TEST),
13481         (icydemux_suite):
13482           Small test case for the above.
13483
13484 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13485
13486         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13487         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13488         (gst_avi_demux_stream_header_push),
13489         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13490         (gst_avi_demux_loop):
13491           More code reuse and better logging in _peek_chunk(). Reintroduce check
13492           for chunk sizes before reading them (avoid oom). Better handling for 
13493           invalid chunksizes when streaming.
13494
13495 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13496
13497         * gst/level/gstlevel.c: (gst_level_set_property):
13498         * gst/level/gstlevel.h:
13499           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13500           René Stadler
13501
13502 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13503
13504         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13505         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13506         (gst_avi_demux_stream_data):
13507           Revert one change to fix streaming avi (adapter size != data size).
13508
13509 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13510
13511         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13512
13513         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13514         (gst_matroska_demux_reset),
13515         (gst_matroska_demux_read_track_encodings),
13516         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13517         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13518         (gst_matroska_demux_subtitle_caps):
13519         * gst/matroska/matroska-ids.h:
13520           Add support for VOBSUB subtitle tracks and zlib-compressed
13521           tracks. Make sure we start on a keyframe after a seek. (#343348)
13522
13523 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13524
13525         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13526         (gst_matroska_demux_push_flac_codec_priv_data),
13527         (gst_matroska_demux_push_xiph_codec_priv_data),
13528         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13529         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13530         * gst/matroska/matroska-ids.h:
13531           Add basic FLAC support (#311586), not perfect yet though, needs some
13532           tweaking in flacdec; also, seeking could be better.
13533           Do better bounds checking when deserialising vorbis stream headers
13534           to make sure we don't read beyond the end of the buffer on bad input.
13535
13536 2006-09-04  Wim Taymans  <wim@fluendo.com>
13537
13538         Patch by: Alessandro Decina <alessandro at nnva dot org>
13539
13540         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13541         Seeking back in a file containing a CMML stream errors out if the seek
13542         goes back up to the CMML headers. This is because after the seek the xml
13543         processing instruction <?xml ...?> is submitted to the xml parser again, 
13544         which results in an error. The attached patch fixes the problem. 
13545         Fixes #353908.
13546
13547         * ext/annodex/gstcmmlenc.h:
13548         Fix authors name.
13549
13550
13551 2006-08-28  Andy Wingo  <wingo@pobox.com>
13552
13553         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13554         New helper function to lessen the ifdefs.
13555         (GST_INFO_OBJECT): 
13556         (gst_dv1394src_iso_receive): Use it.
13557         (gst_dv1394src_create): Also use the control sockets in iec61883
13558         mode.
13559         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13560         handle for AVC operations; fixes #348233.
13561
13562 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13563
13564         * configure.ac:
13565         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13566         * docs/plugins/inspect/plugin-audiofx.xml:
13567         * docs/plugins/inspect/plugin-audiofxgood.xml:
13568         * gst/audiofx/Makefile.am:
13569         * gst/audiofx/audiofx.c:
13570         * gst/audiofxgood/.cvsignore:
13571         * gst/audiofxgood/Makefile.am:
13572         * gst/audiofxgood/audiofx.c:
13573         * gst/audiofxgood/audiopanorama.c:
13574         * gst/audiofxgood/audiopanorama.h:
13575           Rename again (audiofxgood -> audiofx).
13576
13577 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13578
13579         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13580         (gst_avi_demux_stream_scan):
13581           Initialze variables.
13582
13583 2006-08-25  Wim Taymans  <wim@fluendo.com>
13584
13585         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13586         (gst_avi_demux_init), (gst_avi_demux_finalize),
13587         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13588         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13589         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13590         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13591         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13592         (gst_avi_demux_massage_index),
13593         (gst_avi_demux_calculate_durations_from_index),
13594         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13595         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13596         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
13597         (gst_avi_demux_change_state):
13598         * gst/avi/gstavidemux.h:
13599         More attempts to turn this into readable code.
13600         Don't leak adapters.
13601         Calculate duration according to index more efficiently.
13602         Don't try to act like we drive the pipeline in chain mode.
13603
13604 2006-08-25  Wim Taymans  <wim@fluendo.com>
13605
13606         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
13607         Fix build.
13608
13609 2006-08-25  Wim Taymans  <wim@fluendo.com>
13610
13611         Patch by: Alessandro Decina <alessandro at nnva dot org>
13612
13613         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
13614         Do some extra sanity checks.
13615         Fixes #350340.
13616
13617         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
13618         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
13619         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
13620         Check if clip->start_time is valid before adding the clip to the
13621         track list.
13622         Reset enc->preamble going from PAUSED to READY.
13623         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
13624         only used for EOS.
13625         Only post an error message if we were the one that created the fatal
13626         GstFlowReturn value.
13627
13628         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
13629         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
13630         Parse the seconds field of the npt-sec time format using %llu rather than
13631         %d and check that the value scaled by GST_SECOND doesn't overflow.
13632         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
13633         Lookup a clip's track with clip->track rather than clip->id which
13634         makes no sense.
13635         Identify a clip by its track and start time and not its xml id.
13636         do some more input checking and make sure we don't do undefined shifts.
13637
13638         * tests/check/elements/cmmldec.c: (setup_cmmldec),
13639         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
13640         (cmml_tag_message_pop), (check_headers), (push_clip_full),
13641         (push_clip), (push_empty_clip), (check_output_clip),
13642         (GST_START_TEST), (cmmldec_suite):
13643         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
13644         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
13645         (check_headers), (push_clip), (check_clip_times), (check_clip),
13646         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
13647         Added some more checks.
13648
13649 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13650
13651         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
13652         (gst_audio_panorama_set_property),
13653         (gst_audio_panorama_get_property),
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/audiofxgood/audiopanorama.h:
13659         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13660           Make also the pan-property float (saves scaling and yields better
13661           resolution)
13662
13663 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13664
13665         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13666         (gst_audio_panorama_transform_m2s_float),
13667         (gst_audio_panorama_transform_s2s_float):
13668           ChangeLog surgery to add cymax's real name
13669
13670
13671 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13672
13673         Patch by: René Stadler <mail@renestadler.de>
13674
13675         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
13676         (gst_audio_panorama_transform_m2s_int),
13677         (gst_audio_panorama_transform_s2s_int),
13678         (gst_audio_panorama_transform_m2s_float),
13679         (gst_audio_panorama_transform_s2s_float),
13680         (gst_audio_panorama_transform):
13681         * gst/audiofxgood/audiopanorama.h:
13682           Added float support
13683
13684 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13685
13686         * gst/audiofxgood/audiopanorama.c:
13687         (gst_audio_panorama_transform_m2s):
13688           Fix docs & debug category. Add Fixme for volume pan levels.
13689
13690 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
13691
13692         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13693         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13694         (gst_avi_demux_stream_header_pull),
13695         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13696         (gst_avi_demux_chain):
13697           unbreak AVI index handling, some more debug, remove an obsolete
13698           adapter_flush that caused streaming to wander off in the wild
13699
13700 2006-08-24  Wim Taymans  <wim@fluendo.com>
13701
13702         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13703         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
13704         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
13705         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13706         (gst_avi_demux_calculate_durations_from_index),
13707         (gst_avi_demux_stream_header_push),
13708         (gst_avi_demux_stream_header_pull):
13709         * gst/avi/gstavidemux.h:
13710         Some more cleanups. 
13711         Fix totalFrames parsing in ODML.
13712         Disable use of index for length calculation in case of ODML as this is
13713         broken now.
13714
13715 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
13716
13717         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
13718           Use libgsttag helper function here too.
13719
13720 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13721
13722         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13723         (gst_avi_demux_init), (gst_avi_demux_dispose),
13724         (gst_avi_demux_reset), (gst_avi_demux_index_next),
13725         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
13726         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13727         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
13728         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
13729         (gst_avi_demux_parse_subindex),
13730         (gst_avi_demux_read_subindexes_push),
13731         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13732         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13733         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
13734         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
13735         (gst_avi_demux_stream_header_pull),
13736         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13737         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
13738         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
13739         (gst_avi_demux_change_state):
13740         * gst/avi/gstavidemux.h:
13741           Initial streaming support for avidemux (fixes #336465)
13742
13743 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13744
13745         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13746           There is no taglibmux element ...
13747
13748         * gst/rtsp/gstrtspsrc.c:
13749           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
13750           was complaining about unknown entity here.
13751
13752 2006-08-22  Wim Taymans  <wim@fluendo.com>
13753
13754         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13755         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
13756         (gst_avi_demux_process_next_entry):
13757         * gst/avi/gstavidemux.h:
13758         Mark DISCONT.
13759         Remove old unused fields and reorder the struct a bit.
13760
13761 2006-08-22  Wim Taymans  <wim@fluendo.com>
13762
13763         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13764         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
13765         (gst_rtspsrc_pause):
13766         * gst/rtsp/gstrtspsrc.h:
13767         * sys/oss/gstosssink.c: (gst_oss_sink_open),
13768         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
13769         Small documentation updates.
13770
13771 2006-08-22  Wim Taymans  <wim@fluendo.com>
13772
13773         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13774         (gst_avi_demux_index_entry_for_time),
13775         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
13776         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
13777         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13778         (gst_avi_demux_next_data_buffer),
13779         (gst_avi_demux_calculate_durations_from_index),
13780         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
13781         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
13782         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
13783         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
13784         * gst/avi/gstavidemux.h:
13785         Precalc most of the duration query for each stream.
13786         Make seeking more correct.
13787         Use GstSegment to track position and duration.
13788         Code cleanups and leak fixes.
13789         Calculate correct total duration based on index length.
13790
13791 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
13792
13793         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13794         (parse_insert_string_field):
13795           If strings in text fields are marked ISO8859-1, but contain
13796           valid UTF-8 already, then handle them as UTF-8 and ignore
13797           the encoding. (#351794)
13798
13799 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13800
13801         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
13802         (gst_flac_dec_write), (gst_flac_dec_loop),
13803         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
13804         (gst_flac_dec_src_query):
13805         * ext/flac/gstflacdec.h:
13806           Make flac-in-ogg work (#352100).
13807
13808 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13809
13810         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
13811           Don't unref buffers of which we've already given away
13812           ownership to the adapter.
13813
13814 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13815
13816         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
13817           Make metadata extraction actually work.
13818
13819         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
13820         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
13821         (gst_speexenc_chain):
13822           Fix metadata writing: replace old code which wrote completely
13823           broken tags with libgsttag-based code. Plus miscellaneous
13824           code cleanups (use static pad templates etc.) and a bunch
13825           of leak fixes.
13826
13827 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13828
13829         * gst/audiopanorama/.cvsignore:
13830         * gst/audiopanorama/Makefile.am:
13831         * gst/audiopanorama/audiofx.c:
13832         * gst/audiopanorama/audiopanorama.c:
13833         * gst/audiopanorama/audiopanorama.h:
13834           die! die! die! you should never have been there
13835
13836 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13837
13838         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
13839         Fix invalid memory access in audiopanorama test suite.
13840
13841 2006-08-21  Edward Hervey  <edward@fluendo.com>
13842
13843         * tests/check/elements/.cvsignore:
13844         ignore built file
13845
13846 2006-08-21  Wim Taymans  <wim@fluendo.com>
13847
13848         * gst/rtp/Makefile.am:
13849         Fix the build again.
13850
13851 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13852
13853         * gst/audiofxgood/.cvsignore:
13854         * gst/audiofxgood/Makefile.am:
13855         * gst/audiofxgood/audiofx.c: (plugin_init):
13856         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13857         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13858         (gst_audio_panorama_set_property),
13859         (gst_audio_panorama_get_property),
13860         (gst_audio_panorama_get_unit_size),
13861         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13862         (gst_audio_panorama_transform_m2s),
13863         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13864         * gst/audiofxgood/audiopanorama.h:
13865           resubmit with the desired name *again*
13866
13867 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13868
13869         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
13870         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
13871           use g_assert in _get_unit_size
13872
13873 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13874
13875         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13876         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13877         * docs/plugins/inspect/plugin-audiofxgood.xml:
13878           cleanup -unused.txt to make it useful, add previously missing docs
13879
13880         * ext/Makefile.am:
13881           Quietly (accidentally) enable LADSPA for building by default, 
13882           despite the fact that it doesn't meet the plugin checklist.
13883             -- Added by Jan Schmidt 18 Dec 2006
13884
13885         * ext/esd/esdmon.c:
13886         * ext/esd/esdsink.c:
13887         * ext/esd/gstesd.c: (plugin_init):
13888           reflow to get rid of two external symbols
13889
13890         * gst/audiofxgood/audiofx.c: (plugin_init):
13891           re-add
13892
13893 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13894
13895         * configure.ac:
13896         * gst/audiofxgood/.cvsignore:
13897         * gst/audiofxgood/Makefile.am:
13898         * gst/audiofxgood/audiofx.c
13899         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
13900         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
13901         (gst_audio_panorama_set_property),
13902         (gst_audio_panorama_get_property),
13903         (gst_audio_panorama_get_unit_size),
13904         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
13905         (gst_audio_panorama_transform_m2s),
13906         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
13907         * gst/audiofxgood/audiopanorama.h:
13908         * tests/check/Makefile.am:
13909         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
13910         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
13911         (panorama_suite), (main):
13912         Add audiofxgood plugin with audiopanorama element
13913
13914 2006-08-18  Wim Taymans  <wim@fluendo.com>
13915
13916         * docs/plugins/Makefile.am:
13917         More Oss docs fixage. 
13918
13919 2006-08-18  Wim Taymans  <wim@fluendo.com>
13920
13921         * gst/rtp/Makefile.am:
13922         * gst/rtp/gstrtp.c: (plugin_init):
13923         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
13924         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
13925         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
13926         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
13927         (gst_rtp_sv3v_depay_get_property),
13928         (gst_rtp_sv3v_depay_change_state),
13929         (gst_rtp_sv3v_depay_plugin_init):
13930         * gst/rtp/gstrtpsv3vdepay.h:
13931         Added experimental SVQ3 depayloader.
13932
13933 2006-08-18  Edward Hervey  <edward@fluendo.com>
13934
13935         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
13936         (gst_dvdemux_loop), (gst_dvdemux_change_state):
13937         * ext/dv/gstdvdemux.h:
13938         When handling seek requests, don't send the newsegment event from the
13939         calling thread. Instead save it so it can be sent from the streaming
13940         thread.
13941
13942 2006-08-17  Wim Taymans  <wim@fluendo.com>
13943
13944         Patch by: Sjoerd Simons <sjoerd at luon dot net>
13945
13946         * gst/multipart/multipartdemux.c: (multipart_parse_header):
13947         Accept leading whitespace before the boundary
13948         This patch makes the demuxer allow some whitespace before the actual
13949         boundary. This makes the demuxer work with the ``old'' gstreamer
13950         multipartmuxer again (which placed an extra \n before the start
13951         of the stream) Fixes #349068.
13952
13953 2006-08-17  Wim Taymans  <wim@fluendo.com>
13954
13955         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
13956         Error out on non-implemented stuff.
13957
13958 2006-08-16  Wim Taymans  <wim@fluendo.com>
13959
13960         Patch by: Andy Wingo <wingo at pobox dot com>
13961
13962         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
13963         (gst_signal_processor_start), (gst_signal_processor_stop),
13964         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
13965         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
13966         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
13967         (gst_signal_processor_change_state):
13968         Make ladspa elements reusable. Fixes #350006.
13969
13970 2006-08-16  Wim Taymans  <wim@fluendo.com>
13971
13972         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13973         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
13974         names as possible. Fixes #349901.
13975
13976 2006-08-16  Wim Taymans  <wim@fluendo.com>
13977
13978         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
13979         (gst_signal_processor_do_pushes):
13980         A push() gives away our refcount so we should not use the buffer on the
13981         pen anymore.
13982
13983 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13984
13985         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13986         (gst_oss_mixer_element_finalize):
13987           Don't leak device string.
13988
13989 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13990
13991         * configure.ac:
13992           Require CVS of GStreamer core and -base (for
13993           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
13994
13995         * ext/taglib/gstid3v2mux.cc:
13996           Write extended comment tags properly (#348762).
13997
13998         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13999         (parse_comment_frame):
14000           Extract COMM frames into extended comments, which makes it
14001           easier to properly retain the description bit of the tag
14002           and maintain this information when re-tagging (#348762).
14003
14004 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14005
14006         * tests/check/Makefile.am:
14007           Don't try to run annodex unit tests if the annodex
14008           plugin has not been built (Fixes #351116).
14009
14010 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14011
14012         * gst/autodetect/gstautoaudiosink.c:
14013         (gst_auto_audio_sink_find_best):
14014           When we can't find a usable audiosink, don't error out,
14015           but use a fake sink instead and post a warning message
14016           on the bus (#341278).
14017
14018 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14019
14020         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14021         * sys/oss/gstosssink.c:
14022         * sys/oss/gstosssrc.c:
14023           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14024           ossmixer's new device property.
14025
14026         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14027         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14028           Add docs for OSS elements.
14029
14030         * docs/plugins/inspect/plugin-aasink.xml:
14031         * docs/plugins/inspect/plugin-alaw.xml:
14032         * docs/plugins/inspect/plugin-alpha.xml:
14033         * docs/plugins/inspect/plugin-alphacolor.xml:
14034         * docs/plugins/inspect/plugin-annodex.xml:
14035         * docs/plugins/inspect/plugin-apetag.xml:
14036         * docs/plugins/inspect/plugin-auparse.xml:
14037         * docs/plugins/inspect/plugin-autodetect.xml:
14038         * docs/plugins/inspect/plugin-avi.xml:
14039         * docs/plugins/inspect/plugin-cacasink.xml:
14040         * docs/plugins/inspect/plugin-cairo.xml:
14041         * docs/plugins/inspect/plugin-cdio.xml:
14042         * docs/plugins/inspect/plugin-cutter.xml:
14043         * docs/plugins/inspect/plugin-debug.xml:
14044         * docs/plugins/inspect/plugin-dv.xml:
14045         * docs/plugins/inspect/plugin-efence.xml:
14046         * docs/plugins/inspect/plugin-effectv.xml:
14047         * docs/plugins/inspect/plugin-esdsink.xml:
14048         * docs/plugins/inspect/plugin-flac.xml:
14049         * docs/plugins/inspect/plugin-flxdec.xml:
14050         * docs/plugins/inspect/plugin-gconfelements.xml:
14051         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14052         * docs/plugins/inspect/plugin-goom.xml:
14053         * docs/plugins/inspect/plugin-halelements.xml:
14054         * docs/plugins/inspect/plugin-icydemux.xml:
14055         * docs/plugins/inspect/plugin-id3demux.xml:
14056         * docs/plugins/inspect/plugin-jpeg.xml:
14057         * docs/plugins/inspect/plugin-level.xml:
14058         * docs/plugins/inspect/plugin-matroska.xml:
14059         * docs/plugins/inspect/plugin-mulaw.xml:
14060         * docs/plugins/inspect/plugin-multipart.xml:
14061         * docs/plugins/inspect/plugin-navigationtest.xml:
14062         * docs/plugins/inspect/plugin-ossaudio.xml:
14063         * docs/plugins/inspect/plugin-png.xml:
14064         * docs/plugins/inspect/plugin-rtp.xml:
14065         * docs/plugins/inspect/plugin-rtsp.xml:
14066         * docs/plugins/inspect/plugin-shout2send.xml:
14067         * docs/plugins/inspect/plugin-smpte.xml:
14068         * docs/plugins/inspect/plugin-speex.xml:
14069         * docs/plugins/inspect/plugin-taglib.xml:
14070         * docs/plugins/inspect/plugin-udp.xml:
14071         * docs/plugins/inspect/plugin-videobalance.xml:
14072         * docs/plugins/inspect/plugin-videobox.xml:
14073         * docs/plugins/inspect/plugin-videoflip.xml:
14074         * docs/plugins/inspect/plugin-videomixer.xml:
14075         * docs/plugins/inspect/plugin-wavenc.xml:
14076         * docs/plugins/inspect/plugin-wavparse.xml:
14077         * docs/plugins/inspect/plugin-ximagesrc.xml:
14078           Update to CVS version.
14079           
14080 2006-08-16  Wim Taymans  <wim@fluendo.com>
14081
14082         * gst/rtp/gstrtpamrdepay.c:
14083         * gst/rtp/gstrtpmp4gdepay.c:
14084         Caps extra properties must be defined as strings for
14085         depayloaders because they are generated from an SDP.
14086
14087         * gst/rtp/Makefile.am:
14088         * gst/rtp/gstrtp.c: (plugin_init):
14089         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14090         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14091         (gst_rtp_h264_depay_finalize), (decode_base64),
14092         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14093         (gst_rtp_h264_depay_set_property),
14094         (gst_rtp_h264_depay_get_property),
14095         (gst_rtp_h264_depay_change_state),
14096         (gst_rtp_h264_depay_plugin_init):
14097         * gst/rtp/gstrtph264depay.h:
14098         Added basic, not completely functional RFC 3984 H264 depayloader.
14099
14100 2006-08-16  Wim Taymans  <wim@fluendo.com>
14101
14102         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14103         Add pads after setting them up.
14104
14105         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14106         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14107         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14108         (gst_rtspsrc_stream_setup_rtp),
14109         (gst_rtspsrc_stream_configure_transport),
14110         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14111         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14112         (gst_rtspsrc_pause):
14113         * gst/rtsp/gstrtspsrc.h:
14114         Fix interleaved mode.
14115          - Protect streaming with lock.
14116          - Combine flows
14117          - set caps on outgoing buffers.
14118          - strip trailing \0 from data packets.
14119          - Configure RTP/RTCP in stream.
14120         Use DEBUG_OBJECT more.
14121
14122 2006-08-16  Wim Taymans  <wim@fluendo.com>
14123
14124         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14125         Turn a g_print into a DEBUG line.
14126
14127 2006-08-13  Wim Taymans  <wim@fluendo.com>
14128
14129         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14130         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14131         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14132         (gst_oss_mixer_element_get_property),
14133         (gst_oss_mixer_element_change_state):
14134         * sys/oss/gstossmixerelement.h:
14135         Small cleanups. Better error reporting.
14136         Add device property for the mixer instead of the hardcoded
14137         /dev/mixer. Fixes #350785.
14138         API: GstOssMixerElement::device property
14139
14140 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14141
14142         Patch by: Jens Granseuer <jensgr at gmx net>
14143
14144         * gconf/Makefile.am:
14145           Make --disable-schemas work right (they still need
14146           to be copied to the installation directory, just not
14147           applied). Fixes #351347 (also #344100).
14148           
14149 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14150
14151         * configure.ac: back to HEAD
14152
14153 === release 0.10.4 ===
14154
14155 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14156
14157         * configure.ac:
14158           releasing 0.10.4, "Dear Leader"
14159
14160 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14161
14162         Patch by: Edward Hervey <edward@fluendo.com>
14163
14164         * configure.ac:
14165         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14166         (gst_wavparse_stream_data):
14167         Send the newsegment event in the streaming thread.
14168         Fixes #347529
14169
14170 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14171
14172         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14173         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14174         (gst_smokeenc_resync), (gst_smokeenc_chain):
14175           Refuse sink caps in the encoder if width or height is not a
14176           multiple of 16, the encoder does not support that yet (#349939);
14177           along the same lines, check the return value of the encoder
14178           setup function; also remove some debug log clutter.
14179
14180 2006-08-04  Andy Wingo  <wingo@pobox.com>
14181
14182         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14183         whether a processor can work in place or not, and for keeping
14184         track of its state. Change the FlowReturn instance variable from
14185         "state" to "flow_state", all callers changed.
14186
14187         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14188         (gst_signal_processor_start, gst_signal_processor_stop)
14189         (gst_signal_processor_cleanup): New functions to manage the
14190         processor's state.
14191         (gst_signal_processor_setcaps): start() as well as setup() here.
14192         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14193         (gst_signal_processor_change_state): Stop and cleanup the
14194         processor as we go to NULL.
14195
14196         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14197         INPLACE_BROKEN is not set.
14198
14199         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14200         Do the alloc_buffer in bytes, not frames.
14201         
14202 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14203
14204         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14205         Fix rgb masks when recording in < 24bpp.
14206
14207 2006-08-04  Andy Wingo  <wingo@pobox.com>
14208
14209         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14210         (gst_signal_processor_prepare)
14211         (gst_signal_processor_update_inputs)
14212         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14213         (gst_signal_processor_flush)
14214         (gst_signal_processor_sink_activate_push)
14215         (gst_signal_processor_src_activate_pull)
14216         (gst_signal_processor_change_state): Remove the last of the code
14217         that assumes that we process whole buffers at a time. Fix some
14218         debugging. Seems to work now in some cases.
14219         (gst_signal_processor_src_activate_pull): BPB
14220
14221 2006-08-01  Andy Wingo  <wingo@pobox.com>
14222
14223         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14224         Fix nframes-choosing.
14225         (gst_signal_processor_init): Init pending_in and pending_out.
14226
14227         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14228         more default sample rate, although we never check that the sample
14229         rate actually gets set. Something for the future.
14230         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14231         (gst_signal_processor_event): Refcount fixen.
14232         (gst_signal_processor_process): Pull the number of frames to
14233         process from the sizes of the buffers in the input pens.
14234         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14235         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14236         it instead of buffer_frames.
14237         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14238         to do_pulls.
14239         (gst_signal_processor_chain)
14240         (gst_signal_processor_sink_activate_push)
14241         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14242
14243         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14244
14245 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14246
14247         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14248         (gst_signal_processor_process):
14249           don't query buffer-frames from caps, add lots of debug-log,
14250           try fix for assert (#349189)
14251
14252 2006-07-31  Wim Taymans  <wim@fluendo.com>
14253
14254         * gst/udp/gstudpsrc.c:
14255         Fix docs.
14256
14257 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14258
14259         * ext/ladspa/gstsignalprocessor.c:
14260         (gst_signal_processor_add_pad_from_template),
14261         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14262         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14263         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14264         (gst_signal_processor_sink_activate_push),
14265         (gst_signal_processor_src_activate_pull),
14266         (gst_signal_processor_change_state):
14267          Add debugs logs here and there, add more error handling, add some
14268          FIXME comments, filed #349189
14269
14270 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14271
14272         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14273         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14274         Set caps on buffer correctly.  Fixes bug #349155.
14275
14276 2006-07-28  Wim Taymans  <wim@fluendo.com>
14277
14278         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14279
14280         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14281         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14282         (gst_multipart_demux_finalize), (get_line_end),
14283         (multipart_parse_header), (multipart_find_boundary),
14284         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14285         (gst_multipart_set_property), (gst_multipart_get_property):
14286         Uses GstAdapter instead of own buffering.
14287         Actually parses the mime-type correctly (In tests the mime-type was
14288         always "" with the old version).
14289         Uses the Content-length header if available to speed up things.
14290         Reliably autoscans the boundary name by default.
14291         Fixes #349068.
14292
14293         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14294         Don't start the stream with a \n.
14295
14296 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14297
14298         Patch by: Brian Cameron <brian dot cameron at sun com>
14299
14300         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14301           Open source with O_NONBLOCK (#349015).
14302
14303 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14304
14305         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14306         (gst_avi_demux_massage_index):
14307         * gst/avi/gstavidemux.h:
14308           Whitespace fixes and more debug
14309
14310 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14311
14312         * gst/autodetect/gstautoaudiosink.c:
14313         (gst_auto_audio_sink_create_element_with_pretty_name),
14314         (gst_auto_audio_sink_find_best),
14315         (gst_auto_audio_sink_change_state):
14316           Get rid of old and unused magic sound-server properties stuff.
14317           Add suffix to child sink's name that makes it easy to see from
14318           the name alone which type it actually is (alsa, oss, esd, etc.).
14319
14320 2006-07-27  Wim Taymans  <wim@fluendo.com>
14321
14322         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14323         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14324         (gst_udpsrc_start):
14325         * gst/udp/gstudpsrc.h:
14326         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14327         not some sort of feature we enable.
14328
14329 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14330
14331         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14332           Use CLOSE_SOCKET() here instead of close() to maintain
14333           win32 workiness.
14334
14335 2006-07-27  Wim Taymans  <wim@fluendo.com>
14336
14337         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14338
14339         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14340         (gst_udpsrc_create), (gst_udpsrc_set_property),
14341         (gst_udpsrc_get_property), (gst_udpsrc_start):
14342         * gst/udp/gstudpsrc.h:
14343         Added "buffer-size" property to control the kernel receive buffer size.
14344         Update documentation.
14345         Small cleanups. Fixes #348752.
14346         API: buffer-size property
14347
14348 2006-07-26  Wim Taymans  <wim@fluendo.com>
14349
14350         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14351
14352         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14353         (gst_rtp_pcma_pay_handle_buffer):
14354         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14355         (gst_rtp_pcmu_pay_handle_buffer):
14356         Fix timestamp calculation on outgoing RTP packets.
14357         Fixes #348675.
14358
14359 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14360
14361         * ext/taglib/gstid3v2mux.cc:
14362           Fix writing of comment frames (should be COMM not TCOM),
14363           is still sub-optimal though, since we don't retain or
14364           extract the comment descriptions properly (#334375,
14365           also see #334375).
14366
14367 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14368
14369         * gst/wavparse/gstwavparse.c:
14370           #define 'fact' RIFF chunk if we are not compiling against
14371           -base CVS (we don't want to depend on -base CVS for this
14372           one define only, and also not for release order reasons).
14373
14374 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14375
14376         * ext/taglib/gstid3v2mux.cc:
14377           Handle multiple tags of the same type properly. Re-inject
14378           unparsed ID3v2 frames that we get as binary blobs from
14379           id3demux into the tag again so we don't lose information
14380           when retagging (#334375).
14381
14382 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14383
14384         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14385           Document newly-added properties properly, so that there is a
14386           'Since: 0.10.4' in the plugin docs. Convert some property
14387           names into canonical GObject style (GObject will do that
14388           internally anyway).
14389
14390 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14391
14392         * gst/id3demux/id3tags.c:
14393         (id3demux_add_id3v2_frame_blob_to_taglist):
14394           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14395           well, and add the version to the blob's buffer caps, since that
14396           information will be needed for deserialisation later on (#348644).
14397
14398 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14399
14400         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14401         (gst_avi_demux_parse_stream):
14402          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14403          indentation and spacing.
14404
14405 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14406
14407         * docs/plugins/Makefile.am:
14408         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14409         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14410         * docs/plugins/gst-plugins-good-plugins.args:
14411         * docs/plugins/inspect/plugin-1394.xml:
14412         * docs/plugins/inspect/plugin-aasink.xml:
14413         * docs/plugins/inspect/plugin-alaw.xml:
14414         * docs/plugins/inspect/plugin-alpha.xml:
14415         * docs/plugins/inspect/plugin-alphacolor.xml:
14416         * docs/plugins/inspect/plugin-annodex.xml:
14417         * docs/plugins/inspect/plugin-apetag.xml:
14418         * docs/plugins/inspect/plugin-auparse.xml:
14419         * docs/plugins/inspect/plugin-autodetect.xml:
14420         * docs/plugins/inspect/plugin-avi.xml:
14421         * docs/plugins/inspect/plugin-cacasink.xml:
14422         * docs/plugins/inspect/plugin-cairo.xml:
14423         * docs/plugins/inspect/plugin-cdio.xml:
14424         * docs/plugins/inspect/plugin-cutter.xml:
14425         * docs/plugins/inspect/plugin-debug.xml:
14426         * docs/plugins/inspect/plugin-dv.xml:
14427         * docs/plugins/inspect/plugin-efence.xml:
14428         * docs/plugins/inspect/plugin-effectv.xml:
14429         * docs/plugins/inspect/plugin-esdsink.xml:
14430         * docs/plugins/inspect/plugin-flac.xml:
14431         * docs/plugins/inspect/plugin-flxdec.xml:
14432         * docs/plugins/inspect/plugin-gconfelements.xml:
14433         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14434         * docs/plugins/inspect/plugin-goom.xml:
14435         * docs/plugins/inspect/plugin-halelements.xml:
14436         * docs/plugins/inspect/plugin-icydemux.xml:
14437         * docs/plugins/inspect/plugin-id3demux.xml:
14438         * docs/plugins/inspect/plugin-jpeg.xml:
14439         * docs/plugins/inspect/plugin-level.xml:
14440         * docs/plugins/inspect/plugin-matroska.xml:
14441         * docs/plugins/inspect/plugin-mulaw.xml:
14442         * docs/plugins/inspect/plugin-multipart.xml:
14443         * docs/plugins/inspect/plugin-navigationtest.xml:
14444         * docs/plugins/inspect/plugin-ossaudio.xml:
14445         * docs/plugins/inspect/plugin-png.xml:
14446         * docs/plugins/inspect/plugin-rtp.xml:
14447         * docs/plugins/inspect/plugin-rtsp.xml:
14448         * docs/plugins/inspect/plugin-shout2send.xml:
14449         * docs/plugins/inspect/plugin-smpte.xml:
14450         * docs/plugins/inspect/plugin-speex.xml:
14451         * docs/plugins/inspect/plugin-udp.xml:
14452         * docs/plugins/inspect/plugin-videobalance.xml:
14453         * docs/plugins/inspect/plugin-videobox.xml:
14454         * docs/plugins/inspect/plugin-videoflip.xml:
14455         * docs/plugins/inspect/plugin-videomixer.xml:
14456         * docs/plugins/inspect/plugin-wavenc.xml:
14457         * docs/plugins/inspect/plugin-wavparse.xml:
14458         * docs/plugins/inspect/plugin-ximagesrc.xml:
14459           Update files to CVS/Prerelease version, add esdsink docs.
14460
14461         * ext/esd/esdsink.c:
14462           Add gtk-doc blurb.
14463
14464         * gst/rtp/gstrtpmp4vpay.c:
14465           Fix typo in element description.
14466
14467 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14468
14469         * ext/esd/esdsink.c: (gst_esdsink_open),
14470         (gst_esdsink_factory_init):
14471           Prevent libesd from auto-spawning a sound daemon if it
14472           is not already running. Now that we don't do evil stuff
14473           like that any longer we can give esdsink a rank so that
14474           autoaudiosink will try it as well if all other audio
14475           sinks fail (#343051).
14476
14477 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14478
14479         * ext/esd/Makefile.am:
14480           Oops, need to remove README from EXTRA_DIST as well.
14481
14482 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14483
14484         * ext/esd/README:
14485           Remove, it contains nothing useful anyway.
14486
14487         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14488         (gst_esdsink_delay):
14489           Some small clean-ups; use GST_BOILERPLATE etc.
14490
14491 2006-07-24  Wim Taymans  <wim@fluendo.com>
14492
14493         * gst/law/alaw-decode.c: (alawdec_getcaps):
14494         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14495         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14496         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14497         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14498
14499 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14500
14501         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14502         (gst_wavparse_other), (gst_wavparse_perform_seek),
14503         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14504         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14505         (gst_wavparse_pad_query):
14506         * gst/wavparse/gstwavparse.h:
14507           Use information from 'fact' chunk for length calculation of compressed
14508           samples. Calculate bps if bogus value is found in wav header (embeded
14509           mp2/mp3).
14510           
14511
14512 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14513
14514         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14515
14516         * configure.ac:
14517         * gst/udp/Makefile.am:
14518         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14519         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14520         * gst/udp/gstdynudpsink.h:
14521         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14522         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14523         * gst/udp/gstmultiudpsink.h:
14524         * gst/udp/gstudp.c: (plugin_init):
14525         * gst/udp/gstudpsink.h:
14526         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14527         (gst_udpsrc_start), (gst_udpsrc_stop):
14528         * gst/udp/gstudpsrc.h:
14529         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14530         (gst_udp_net_utils_win32_wsa_startup):
14531         * gst/udp/gstudpnetutils.h:
14532           Port udp plugin to win32 (#345288).
14533
14534 2006-07-24  Wim Taymans  <wim@fluendo.com>
14535
14536         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14537         Remove unwanted DEBUG line.
14538
14539 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14540
14541         * gst/id3demux/gstid3demux.c: (plugin_init):
14542         * gst/id3demux/id3tags.c:
14543         (id3demux_add_id3v2_frame_blob_to_taglist):
14544         * gst/id3demux/id3tags.h:
14545           On second thought, it might be wiser and more efficient
14546           not to do tag registration from a streaming thread.
14547
14548 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14549
14550         * gst/id3demux/id3tags.c:
14551         (id3demux_add_id3v2_frame_blob_to_taglist),
14552         (id3demux_id3v2_frames_to_tag_list):
14553           Put ID3v2 frames we can't parse as binary blobs into private
14554           tags, so that they are not lost when retagging, at least once
14555           id3v2mux has been taught to re-inject those frames again.
14556           See bug #334375.
14557
14558 2006-07-21  Wim Taymans  <wim@fluendo.com>
14559
14560         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14561         (gst_avi_demux_process_next_entry):
14562         Fix some leaks.
14563
14564         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14565         Don't use \n in debug lines.
14566
14567 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14568
14569         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14570         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14571           Add annodex and icydemux, cleanup the sections a bit
14572
14573 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14574
14575         Patch by: Alex Lancaster <alexl at users sourceforge net>
14576
14577         * ext/taglib/gstid3v2mux.cc:
14578           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14579           ID3v2 TSSE frames (#347898).
14580
14581 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14582
14583         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14584           Respect mpegversion for "video/mpeg" and give message in case of
14585           unhandled versions.
14586
14587 2006-07-17  Wim Taymans  <wim@fluendo.com>
14588
14589         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14590         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14591         (gst_pngdec_chain), (gst_pngdec_sink_event),
14592         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
14593         (gst_pngdec_sink_activate_push):
14594         * ext/libpng/gstpngdec.h:
14595         Use statically allocated segment instead of leaking.
14596         Various cleanups.
14597         Fix flush and seek handling.
14598
14599 2006-07-16  Wim Taymans  <wim@fluendo.com>
14600
14601         * gst/rtp/Makefile.am:
14602         * gst/rtp/gstrtp.c: (plugin_init):
14603         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
14604         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
14605         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
14606         (gst_rtp_mp4g_depay_set_property),
14607         (gst_rtp_mp4g_depay_get_property),
14608         (gst_rtp_mp4g_depay_change_state),
14609         (gst_rtp_mp4g_depay_plugin_init):
14610         * gst/rtp/gstrtpmp4gdepay.h:
14611         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
14612         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
14613         (gst_rtp_mp4g_pay_flush):
14614         Added simple generic mpeg4 depayloader.
14615         Fix generic mpeg4 payloader.
14616
14617 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
14618
14619         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
14620           Don't try doing state changes on a NULL pointer.
14621
14622 2006-07-14  Wim Taymans  <wim@fluendo.com>
14623
14624         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
14625
14626         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
14627         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
14628         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
14629         * gst/rtp/gstrtpamrdepay.h:
14630         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
14631         Fixes #321191
14632
14633 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14634
14635         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14636         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
14637         Fix segfault when moving mouse pointer to the bottom right corner.
14638
14639 2006-07-12  Wim Taymans  <wim@fluendo.com>
14640
14641         * gst/rtp/Makefile.am:
14642         * gst/rtp/gstrtp.c: (plugin_init):
14643         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
14644         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
14645         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
14646         (gst_rtp_mp2t_depay_set_property),
14647         (gst_rtp_mp2t_depay_get_property),
14648         (gst_rtp_mp2t_depay_change_state),
14649         (gst_rtp_mp2t_depay_plugin_init):
14650         * gst/rtp/gstrtpmp2tdepay.h:
14651         Added mpeg2 TS depayloader. Closing #347234.
14652
14653 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14654
14655         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
14656           Remove g_assert that shouldn't be there and was triggered
14657           after trying to open a device that doesn't exist or can't
14658           be opened for some other reason (#347972).
14659
14660 2006-07-10  Edward Hervey  <edward@fluendo.com>
14661
14662         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14663         (gst_avi_demux_stream_header), (push_tag_lists):
14664         * gst/avi/gstavidemux.h:
14665         Don't push tag events found by gst_riff_parse_info() before outputting
14666         GST_EVENT_NEWSEGMENT.
14667
14668 2006-07-10  Wim Taymans  <wim@fluendo.com>
14669
14670         * gst/rtsp/Makefile.am:
14671         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
14672         (rtsp_connection_close):
14673         * gst/rtsp/rtspdefs.h:
14674         replaced closesocket and close in code with one CLOSE_SOCKET. 
14675         Some more cleanups. Fixes #345301.
14676
14677 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14678
14679         * gst/autodetect/gstautoaudiosink.c:
14680           Fix example pipeline in docs.
14681
14682 2006-07-10  Wim Taymans  <wim@fluendo.com>
14683
14684         Patch by: Rob Taylor <robtaylor at floopily dot org>
14685
14686         * gst/udp/gstmultiudpsink.c: (join_multicast),
14687         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
14688         If a destination is added before the stream is set to PAUSED, the
14689         multicast group is not joined as the socket is not created yet. 
14690         Also TTL and LOOP should also be set. Fixes #346921.
14691
14692 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14693
14694         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14695         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14696         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
14697         (gst_ximage_src_init):
14698         * sys/ximage/gstximagesrc.h:
14699         Fix use-damage property to actually work :)
14700         Add startx, starty, endx, endy properties so screencasts other than full
14701         screen ones can work.
14702
14703 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14704
14705         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
14706         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
14707         (gst_ximage_src_class_init), (gst_ximage_src_init):
14708         * sys/ximage/gstximagesrc.h:
14709         Add use_damage property to offer ability to choose whether to use
14710         XDamage or not.
14711
14712 2006-07-07  Wim Taymans  <wim@fluendo.com>
14713
14714         * gst/goom/filters.c: (zoomFilterSetResolution):
14715         Avoid goom coredumping by clearing memory. 
14716         Fixes 345679.
14717
14718 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14719
14720         * win32/vs6/libgstid3demux.dsp:
14721         Add a link to libgsttag-0.10.lib.
14722
14723 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14724
14725         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14726         (gst_tag_demux_read_range):
14727         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14728         (gst_id3demux_read_range):
14729           Don't return FLOW_UNEXPECTED when a buffer is before
14730           the start of the stream (which might happen with
14731           large ID3v2 tags if the tag reading was done pullrange
14732           based and we then switched to push mode later on).
14733           Fixes regression introduced by commit from June 29th.
14734
14735 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
14736
14737         * ext/taglib/gstid3v2mux.cc:
14738           Make UTF-8 the default encoding when writing string
14739           tags (before, our UTF-8 strings would automatically
14740           be converted to ISO-8859-1 by taglib and written as
14741           ISO-8859-1 fields if that was possible).
14742
14743         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
14744         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
14745         (test_taglib_id3mux_with_tags):
14746           Add test case that makes sure our UTF-8 strings have
14747           actually been written into the tag as UTF-8.
14748
14749 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14750
14751         * configure.ac:
14752           Let's try that again.
14753
14754 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14755
14756         * configure.ac:
14757           Disable monoscope plugin for now until it fulfills
14758           all the requirements.
14759
14760 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14761
14762         * configure.ac:
14763         * gst/monoscope/Makefile.am:
14764         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
14765         (gst_monoscope_class_init), (gst_monoscope_init),
14766         (gst_monoscope_finalize), (gst_monoscope_reset),
14767         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
14768         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
14769         (gst_monoscope_sink_event), (gst_monoscope_src_event),
14770         (gst_monoscope_change_state), (plugin_init):
14771         * gst/monoscope/gstmonoscope.h:
14772           Port monoscope visualisation to 0.10.
14773
14774 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
14775
14776         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
14777         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14778           Return FLOW_UNEXPECTED when at the end of the file, not
14779           FLOW_ERROR. Fixes 'internal stream error' errors that
14780           would sometimes occur in totem when scrubbing to the
14781           end of an ID3v1 tagged mp3 file.
14782
14783 2006-07-03  Edward Hervey  <edward@fluendo.com>
14784
14785         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
14786         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
14787         (gst_pngdec_sink_event), (gst_pngdec_change_state):
14788         * ext/libpng/gstpngdec.h:
14789         Implement buffer clipping/dropping using GstSegment.
14790         This provides accurate seeking.
14791
14792 2006-07-03  Edward Hervey  <edward@fluendo.com>
14793
14794         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14795         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14796         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14797         (gst_avi_demux_process_next_entry), (push_tag_lists),
14798         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14799         * gst/avi/gstavidemux.h:
14800         Proper aggregation of each stream's GstFlowReturn in order to figure out
14801         whether the task should stop or not.
14802         Don't send inline events before pushing out a NEW_SEGMENT, more
14803         specifically for GST_TAG_EVENT.
14804         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
14805         sub-indexes.
14806
14807 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14808
14809         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14810
14811         * sys/sunaudio/gstsunaudiomixerctrl.c:
14812         (gst_sunaudiomixer_ctrl_build_list):
14813           Move "Monitor" slider to input tab so it works more like
14814           sdtaudiocontrol, which is what people on Solaris are used
14815           to using for their mixer program (#346259).
14816
14817 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14818
14819         * tests/check/elements/level.c: (GST_START_TEST):
14820           fix a leak, clean up at the end
14821
14822 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14823
14824         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14825         (gst_matroska_demux_send_event),
14826         (gst_matroska_demux_loop_stream_parse_id):
14827         * gst/matroska/matroska-ids.h:
14828           Send tag event after newsegment event.
14829
14830 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
14831
14832         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
14833         (gst_id3demux_read_range):
14834           Make sure we don't return GST_FLOW_OK with a NULL buffer in
14835           certain cases where a read beyond the end of the file is
14836           requested. Fixes #345930.
14837
14838         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
14839         (gst_tag_demux_read_range):
14840           Fix same issue here as well.
14841
14842 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14843
14844         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
14845         
14846         Fix hypothetical crash.
14847
14848 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
14849
14850         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
14851
14852         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
14853           Do not modify the ports value. If the user has turned off the
14854           built-in speakers, then we should not reset it in the prepare
14855           function, since this causes the built-in speakers to turn
14856           back on anytime the user changes a track in totem, rhythmbox,
14857           etc. (#346066).
14858
14859 2006-06-23  Wim Taymans  <wim@fluendo.com>
14860
14861         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14862         Fix double caps unref when negotiation fails.
14863
14864 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14865
14866         * ext/annodex/gstcmmldec.c:
14867         * ext/annodex/gstcmmlenc.c:
14868         * ext/annodex/gstcmmlparser.c:
14869         * ext/dv/gstdvdec.c:
14870         * ext/dv/gstdvdemux.c:
14871         * ext/gdk_pixbuf/pixbufscale.c:
14872         * ext/jpeg/gstjpegenc.c:
14873         * ext/jpeg/gstsmokedec.c:
14874         * ext/jpeg/gstsmokeenc.c:
14875         * ext/libpng/gstpngdec.c:
14876         * ext/libpng/gstpngenc.c:
14877         * ext/speex/gstspeexenc.c:
14878         * gst/alpha/gstalphacolor.c:
14879         * gst/cutter/gstcutter.c:
14880         * gst/debug/gstnavigationtest.c:
14881         * gst/icydemux/gsticydemux.c:
14882         * gst/level/gstlevel.c:
14883         * gst/multipart/multipart.c:
14884         * gst/rtp/gstrtpamrpay.c:
14885         * gst/rtp/gstrtpdepay.c:
14886         * gst/rtp/gstrtpilbcpay.c:
14887         * gst/rtp/gstrtpmp4gpay.c:
14888         * gst/rtp/gstrtpmp4vpay.c:
14889         * gst/rtsp/gstrtpdec.c:
14890         * gst/rtsp/gstrtspsrc.c:
14891         * gst/udp/gstdynudpsink.c:
14892         * gst/udp/gstmultiudpsink.c:
14893         * gst/udp/gstudpsrc.c:
14894         * gst/videobox/gstvideobox.c:
14895         * gst/videofilter/gstvideoflip.c:
14896           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
14897           plus two minor macro fixes.
14898
14899 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14900
14901         * gst/matroska/matroska-demux.c:
14902         (gst_matroska_demux_check_subtitle_buffer),
14903         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14904         (gst_matroska_demux_subtitle_caps):
14905         * gst/matroska/matroska-ids.c:
14906         (gst_matroska_track_init_subtitle_context):
14907         * gst/matroska/matroska-ids.h:
14908           Try to fix up broken matroska files containing subtitle
14909           streams with non-UTF8 character encodings (courtesy of
14910           mkvmerge) using either the encoding specified in the
14911           GST_SUBTITLE_ENCODING environment variable or the
14912           current locale's character set if it is non-UTF8.
14913           Fixes #337076.
14914
14915 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14916
14917         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
14918           Set image type from APIC frame as "image-type" field
14919           of GST_TAG_IMAGE buffer caps (#344605).
14920
14921 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
14922
14923         * ext/flac/Makefile.am:
14924         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
14925         (gst_flac_dec_reset_decoders),
14926         (gst_flac_dec_setup_seekable_decoder),
14927         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
14928         (gst_flac_dec_metadata_callback),
14929         (gst_flac_dec_metadata_callback_seekable),
14930         (gst_flac_dec_metadata_callback_stream),
14931         (gst_flac_dec_error_callback),
14932         (gst_flac_dec_error_callback_seekable),
14933         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
14934         (gst_flac_dec_read_stream), (gst_flac_dec_write),
14935         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
14936         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
14937         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
14938         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
14939         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14940         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
14941         (gst_flac_dec_sink_activate_push),
14942         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14943         * ext/flac/gstflacdec.h:
14944           Support chain-based operation, should make flac-over-DAAP
14945           work (#340492).
14946
14947 2006-06-20  Wim Taymans  <wim@fluendo.com>
14948
14949         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14950         Doc updates, merge some unused symbols.
14951
14952 2006-06-20  Wim Taymans  <wim@fluendo.com>
14953
14954         * docs/plugins/Makefile.am:
14955         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14956         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14957         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
14958         * gst/rtsp/gstrtspsrc.c:
14959         * gst/rtsp/gstrtspsrc.h:
14960         Added documentation for the rtsp plugin. Fixes #345393.
14961
14962 2006-06-20  Wim Taymans  <wim@fluendo.com>
14963
14964         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
14965         (rtsp_connection_close), (rtsp_connection_free):
14966         Use better G_OS_* macros. Fixes #345301 some more.
14967
14968 2006-06-20  Wim Taymans  <wim@fluendo.com>
14969
14970         Patch by: Brian Cameron <brian dot cameron at sun dot com>
14971
14972         * sys/sunaudio/Makefile.am:
14973         * sys/sunaudio/gstsunaudio.c: (plugin_init):
14974         * sys/sunaudio/gstsunaudiomixerctrl.c:
14975         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
14976         (gst_sunaudiomixer_ctrl_list_tracks),
14977         (gst_sunaudiomixer_ctrl_get_volume),
14978         (gst_sunaudiomixer_ctrl_set_volume),
14979         (gst_sunaudiomixer_ctrl_set_mute),
14980         (gst_sunaudiomixer_ctrl_set_record):
14981         * sys/sunaudio/gstsunaudiomixerctrl.h:
14982         * sys/sunaudio/gstsunaudiomixertrack.c:
14983         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
14984         * sys/sunaudio/gstsunaudiomixertrack.h:
14985         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
14986         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
14987         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
14988         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
14989         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
14990         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
14991         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
14992         (gst_sunaudiosrc_reset):
14993         * sys/sunaudio/gstsunaudiosrc.h:
14994         Add a SunAudio source plugin.
14995         Support stereo and right/left channel gain in the mixer plugin.
14996         Support the RECORD flag so that you can switch between line-input and
14997         microphone in gnome-volume-control.
14998         Code cleanups like using an enumerator for track number instead of an 
14999         integer. Fixes #344923.
15000
15001 2006-06-20  Wim Taymans  <wim@fluendo.com>
15002
15003         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15004
15005         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15006         (rtsp_connection_close):
15007         Make RTSP plugin compile on windows. Fixes #345301.
15008         Some changes to original patch to catch errors better.
15009         use ifdef WIN32 instead of ifndef.
15010
15011 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15012
15013         * configure.ac:
15014         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15015
15016 2006-06-18  Edward Hervey  <edward@fluendo.com>
15017
15018         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15019         After a failed buffer alloc, we need to abort the jpeg decoding (it
15020         started when parsing headers to figure out how many bytes we need
15021         to request downstream).
15022
15023 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15024
15025         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15026
15027         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15028           Make sure we don't read beyond the end of the file (#345232).
15029
15030 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15031
15032         * configure.ac:
15033           Fix --disable-external (can't set conditionals conditionally,
15034           #343602).
15035
15036 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15037
15038         * autogen.sh:
15039         * configure.ac:
15040         * docs/Makefile.am:
15041           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15042
15043         * docs/plugins/Makefile.am:
15044         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15045         * docs/plugins/inspect/plugin-taglib.xml:
15046           Add/fix apev2mux docs.
15047
15048 2006-06-14  Wim Taymans  <wim@fluendo.com>
15049
15050         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15051         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15052         (gst_dvdec_change_state):
15053         Reset segment info on flush.
15054         Alloc segment in _init, free in _finalize.
15055
15056         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15057         Don't send segments twice.
15058
15059 2006-06-14  Wim Taymans  <wim@fluendo.com>
15060
15061         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15062         Respect segment.stop. Fixes #342592.
15063
15064 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15065
15066         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15067           No language specified means the implied language is English
15068           according to the matroska spec (partially fixes #344708);
15069           add some more debug output.
15070
15071 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15072
15073         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15074         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15075         (gst_wavparse_chain):
15076           When operating chain-based, don't make any assumptions about the
15077           chunking of the incoming data and make streaming work on days other
15078           than the second Thursday after a full moon. Also fix up debug
15079           messages here and there and make use of the most excellent new
15080           gst_pad_query_peer_duration() utility function.
15081           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15082
15083         * gst/wavparse/gstwavparse.h:
15084           Remove trailing comma after last enum value, some compilers don't
15085           like that.
15086
15087 2006-06-13  Wim Taymans  <wim@fluendo.com>
15088
15089         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15090         Handle premature EOS gracefully.
15091
15092 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15093
15094         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15095           Prevent out of bounds array access when scrubbing towards
15096           the end of the file between the last index entry and the
15097           end. Fixes occasional 'start <= stop' newsegment event
15098           assertions when scrubbing in MJPEG files.
15099
15100 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15101
15102         * tests/check/elements/.cvsignore:
15103           And another one.
15104
15105 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15106
15107         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15108         (scan_encoded_string), (parse_picture_frame):
15109           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15110
15111         * configure.ac:
15112           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15113           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15114
15115 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15116
15117         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15118           gratuitous comment changes
15119         * tests/check/elements/level.c: (GST_START_TEST):
15120           fix level test leaks
15121
15122 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15123
15124         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15125         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15126           Use gst_pad_query_peer_duration() utility function here.
15127
15128 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15129
15130         * autogen.sh:
15131           require am17
15132         * configure.ac:
15133         * ext/annodex/Makefile.am:
15134         * ext/cdio/Makefile.am:
15135         * ext/dv/Makefile.am:
15136         * ext/esd/Makefile.am:
15137         * ext/flac/Makefile.am:
15138         * ext/gdk_pixbuf/Makefile.am:
15139         * ext/ladspa/Makefile.am:
15140         * ext/libcaca/Makefile.am:
15141         * ext/speex/Makefile.am:
15142         * ext/taglib/Makefile.am:
15143         * sys/oss/Makefile.am:
15144         * sys/sunaudio/Makefile.am:
15145         * sys/ximage/Makefile.am:
15146           clean up build further
15147
15148 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15149
15150         * gconf/Makefile.am:
15151           Honour --disable-schemas-install configure option. Fixes #344100.
15152
15153 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15154
15155         * tests/examples/level/Makefile.am:
15156           Add -lm to LIBS for pow() function, don't assume one of our
15157           dependencies (such as libxml-2.0) drags it in automatically
15158           (#343603).
15159
15160 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15161
15162         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15163
15164         * configure.ac:
15165           We should use $SED and not $(SED) in configure.ac (#343678).
15166
15167 2006-06-09  Wim Taymans  <wim@fluendo.com>
15168
15169         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15170
15171         * sys/sunaudio/gstsunaudiomixerctrl.c:
15172         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15173         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15174         (gst_sunaudiomixer_ctrl_set_mute):
15175         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15176         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15177         (gst_sunaudiosink_write):
15178         Attached find a patch that fixes a number of bugs with the SunAudio
15179         mixer plugin and fixes #344101:
15180         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15181            tracks onto the tracklist causing gnome-volume-control's preferences
15182            dialog to be messed up and would core dump if you checked/unchecked
15183            any item.
15184         2. We weren't previously setting the MUTE flag properly.  Fixing this
15185            makes gnome-volume-control work better.
15186         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15187            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15188            gnome-volume-control look better.
15189         Also some minor cleanup in gstsunaudiosink.c.
15190
15191 2006-06-09  Wim Taymans  <wim@fluendo.com>
15192
15193         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15194         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15195         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15196         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15197         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15198         * ext/jpeg/gstjpegdec.h:
15199         API: Added IDCT method property
15200         Small cleanups.
15201         Avoid dynamic allocation of trivial fixed structure.
15202         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15203
15204 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15205
15206         * configure.ac:
15207         We now require libraw1394 >= 1.1.0 and that version onwards all
15208         have .pc files.
15209
15210 2006-06-02  Edward Hervey  <edward@fluendo.com>
15211
15212         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15213         Trying to get items from an ANY or EMPTY caps is ... stupid.
15214
15215 2006-06-02  Edward Hervey  <edward@fluendo.com>
15216
15217         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15218         (gst_dvdec_chain), (gst_dvdec_change_state):
15219         * ext/dv/gstdvdec.h:
15220         Added GstSegment handling, now implements dropping/clipping.
15221
15222 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15223
15224         * ext/aalib/gstaasink.h:
15225         * ext/annodex/gstcmmldec.h:
15226         * ext/cairo/gsttimeoverlay.h:
15227         * ext/dv/gstdvdec.h:
15228         * ext/dv/gstdvdemux.h:
15229         * ext/esd/esdmon.h:
15230         * ext/esd/esdsink.h:
15231         * ext/flac/gstflacenc.h:
15232         * ext/gconf/gstgconfaudiosink.h:
15233         * ext/gconf/gstgconfaudiosrc.h:
15234         * ext/gconf/gstgconfvideosink.h:
15235         * ext/gconf/gstgconfvideosrc.h:
15236         * ext/gdk_pixbuf/gstgdkanimation.h:
15237         * ext/gdk_pixbuf/pixbufscale.h:
15238         * ext/hal/gsthalaudiosink.h:
15239         * ext/hal/gsthalaudiosrc.h:
15240         * ext/jpeg/gstjpegenc.h:
15241         * ext/jpeg/gstsmokedec.h:
15242         * ext/jpeg/gstsmokeenc.h:
15243         * ext/libcaca/gstcacasink.h:
15244         * ext/libmng/gstmngdec.h:
15245         * ext/libmng/gstmngenc.h:
15246         * ext/libpng/gstpngdec.h:
15247         * ext/libpng/gstpngenc.h:
15248         * ext/raw1394/gstdv1394src.h:
15249         * ext/speex/gstspeexenc.h:
15250         * gst/autodetect/gstautoaudiosink.h:
15251         * gst/autodetect/gstautovideosink.h:
15252         * gst/avi/gstavidemux.h:
15253         * gst/cutter/gstcutter.h:
15254         * gst/debug/efence.h:
15255         * gst/debug/gstnavigationtest.h:
15256         * gst/debug/gstnavseek.h:
15257         * gst/flx/gstflxdec.h:
15258         * gst/goom/gstgoom.h:
15259         * gst/icydemux/gsticydemux.h:
15260         * gst/id3demux/gstid3demux.h:
15261         * gst/law/alaw-decode.h:
15262         * gst/law/alaw-encode.h:
15263         * gst/law/mulaw-decode.h:
15264         * gst/law/mulaw-encode.h:
15265         * gst/matroska/matroska-mux.h:
15266         * gst/median/gstmedian.h:
15267         * gst/oldcore/gstaggregator.h:
15268         * gst/oldcore/gstfdsink.h:
15269         * gst/oldcore/gstmd5sink.h:
15270         * gst/oldcore/gstmultifilesrc.h:
15271         * gst/oldcore/gstpipefilter.h:
15272         * gst/oldcore/gstshaper.h:
15273         * gst/oldcore/gststatistics.h:
15274         * gst/rtp/gstasteriskh263.h:
15275         * gst/rtp/gstrtpL16depay.h:
15276         * gst/rtp/gstrtpL16pay.h:
15277         * gst/rtp/gstrtpamrdepay.h:
15278         * gst/rtp/gstrtpamrpay.h:
15279         * gst/rtp/gstrtpdepay.h:
15280         * gst/rtp/gstrtpgsmdepay.h:
15281         * gst/rtp/gstrtpgsmpay.h:
15282         * gst/rtp/gstrtph263pay.h:
15283         * gst/rtp/gstrtph263pdepay.h:
15284         * gst/rtp/gstrtph263ppay.h:
15285         * gst/rtp/gstrtpmp4gpay.h:
15286         * gst/rtp/gstrtpmp4vdepay.h:
15287         * gst/rtp/gstrtpmp4vpay.h:
15288         * gst/rtp/gstrtpmpadepay.h:
15289         * gst/rtp/gstrtpmpapay.h:
15290         * gst/rtp/gstrtppcmadepay.h:
15291         * gst/rtp/gstrtppcmapay.h:
15292         * gst/rtp/gstrtppcmudepay.h:
15293         * gst/rtp/gstrtppcmupay.h:
15294         * gst/rtp/gstrtpspeexdepay.h:
15295         * gst/rtp/gstrtpspeexpay.h:
15296         * gst/rtsp/gstrtpdec.h:
15297         * gst/rtsp/gstrtspsrc.h:
15298         * gst/smpte/gstsmpte.h:
15299         * gst/udp/gstdynudpsink.h:
15300         * gst/udp/gstmultiudpsink.h:
15301         * gst/udp/gstudpsink.h:
15302         * gst/udp/gstudpsrc.h:
15303         * gst/videofilter/gstvideobalance.h:
15304         * gst/videofilter/gstvideoflip.h:
15305         * sys/oss/gstossdmabuffer.h:
15306         * sys/oss/gstossmixerelement.h:
15307         * sys/oss/gstosssink.h:
15308         * sys/oss/gstosssrc.h:
15309         * sys/osxvideo/osxvideosink.h:
15310         * sys/sunaudio/gstsunaudiomixer.h:
15311         * sys/sunaudio/gstsunaudiosink.h:
15312         * sys/ximage/gstximagesrc.h:
15313         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15314
15315 2006-05-31  Wim Taymans  <wim@fluendo.com>
15316
15317         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15318         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15319         (gst_goom_src_setcaps), (gst_goom_src_event),
15320         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15321         (gst_goom_change_state):
15322         * gst/goom/gstgoom.h:
15323         Handle QoS.
15324         Handle flushing, discont and events.
15325         Fix timestamps and various other cleanups.
15326
15327 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15328
15329         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15330         Fix bus reset when using libiec61883
15331
15332 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15333
15334         * configure.ac:
15335         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15336         * ext/raw1394/Makefile.am:
15337         Add CFLAGS.
15338         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15339         New method, to receive using libiec61883.
15340         (gst_dv1394src_iso_receive),
15341         #ifdef'd out if libiec61883 is present.
15342         (gst_dv1394src_bus_reset),
15343         Get userdata correctly if using libiec61883. 
15344         (gst_dv1394src_create),
15345         When using libiec61883, only poll one fd and no need to read.
15346         (gst_dv1394src_discover_avc_node),
15347         Replace g_warnings.
15348         (gst_dv1394src_start),
15349         Create new handle when we know which dv port.  More reliable
15350         than setting port on an existing handle.  Initialise libiec61883.
15351         (gst_dv1394src_stop):
15352         If using libiec61883, then cleanup its handle properly.
15353         * ext/raw1394/gstdv1394src.h:
15354         Add libiec61883 handle.
15355
15356 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15357
15358         * gst/avi/gstavidemux.c:
15359           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15360         * win32/MANIFEST:
15361           sort file listing
15362         * win32/vs6/libgstavi.dsp:
15363           add gstavimux.c to the project
15364         * win32/vs6/libgstid3demux.dsp:
15365           add link to zlib library
15366         * win32/vs6/libgstmatroska.dsp:
15367           add matroska-ids.c to the project
15368
15369 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15370
15371         Patch by: Sebastian Dröge  <mail at slomosnail de >
15372
15373         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15374         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15375         * ext/taglib/Makefile.am:
15376         * ext/taglib/gstapev2mux.cc:
15377         * ext/taglib/gstapev2mux.h:
15378         * ext/taglib/gstid3v2mux.cc:
15379         * ext/taglib/gsttaglibmux.c: (plugin_init):
15380         * ext/taglib/gsttaglibmux.h:
15381           Add apev2mux element (#343122).
15382         
15383         * tests/check/Makefile.am:
15384         * tests/check/elements/apev2mux.c:
15385         (test_taglib_apev2mux_create_tags),
15386         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15387         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15388         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15389         (apev2mux_suite), (main):
15390           Add unit test for apev2mux element.
15391
15392 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15393
15394         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15395         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15396         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15397           GST_PTR_FORMAT should be used to print caps in debug statements.
15398
15399 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15400
15401         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15402
15403         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15404         (ape_demux_parse_tags):
15405           Some clean-ups and additions: map APE 'file' tag to
15406           GST_TAG_LOCATION (#343123); add support for extracting
15407           the track count and clean up parsing a bit (#343127).
15408
15409 2006-05-28  Edward Hervey  <edward@fluendo.com>
15410
15411         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15412         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15413
15414 2006-05-28  Edward Hervey  <edward@fluendo.com>
15415
15416         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15417         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15418         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15419         * ext/jpeg/gstjpegdec.h:
15420         Clip outgoing buffers according to currently configured segment.
15421
15422 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15423
15424         * ext/taglib/gstid3v2mux.cc:
15425           Handle  writing of track-count or album-volume-count without
15426           track-number or albume-volume-number (in this case the number
15427           will just be set to 0).
15428
15429         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15430           It would be nice if we actually checked the values received for
15431           track/album-volume number/count in  _check_tags(), rather than
15432           setting them again ...
15433
15434 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15435
15436         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15437           A track/volume number or count of 0 does not make sense,
15438           just ignore it along with negative numbers (a tag might
15439           only contain a track count without a track number).
15440
15441 2006-05-27  Edward Hervey  <edward@fluendo.com>
15442
15443         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15444         (gst_jpeg_dec_sink_event):
15445         Abort decompression when receiving FLUSH_STOP. This should avoid
15446         issues when interrupting decoding with flushes.
15447
15448 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15449
15450         * ext/flac/gstflac.c:
15451           Don't #include file we don't dist any longer.
15452
15453 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15454
15455         * README:
15456           Replace current README (containing the release notes from
15457           some 0.9.x version) with a proper README taken from the core.
15458
15459 2006-05-24  Wim Taymans  <wim@fluendo.com>
15460
15461         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15462         Implement EOS correctly by either posting
15463         SEGMENT_DONE or pushing an EOS message depending
15464         on the seek type. Fixes #342592
15465
15466 2006-05-24  Wim Taymans  <wim@fluendo.com>
15467
15468         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15469         * gst/law/alaw-decode.h:
15470         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15471         * gst/law/alaw-encode.h:
15472         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15473         * gst/law/mulaw-decode.h:
15474         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15475         * gst/law/mulaw-encode.h:
15476         Some cleanups in the chain functions.
15477         Remove some GStreamer 0.0.2 bits.
15478
15479 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15480
15481         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15482
15483         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15484           gst_collect_pads_stop() needs to be called before chaining up
15485           to the parent class (#342734).
15486
15487 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15488
15489         * ext/flac/Makefile.am:
15490         * ext/flac/flac_compat.h:
15491         * ext/flac/gstflac.c:
15492         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15493         * ext/flac/gstflacenc.c:
15494           Remove backwards compatibility cruft for dealing with FLAC API
15495           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15496
15497 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15498
15499         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15500         (gst_matroska_demux_push_xiph_codec_priv_data),
15501         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15502         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15503         * gst/matroska/matroska-ids.h:
15504         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15505         (gst_matroska_mux_video_pad_setcaps),
15506         (xiph3_streamheader_to_codecdata),
15507         (vorbis_streamheader_to_codecdata),
15508         (theora_streamheader_to_codecdata),
15509         (gst_matroska_mux_audio_pad_setcaps),
15510         (gst_matroska_mux_write_data):
15511           Add support for muxing/demuxing theora video (#342448; too bad
15512           none of the usual linux players can actually play this). Playback
15513           in GStreamer will require additional changes to theoradec in -base.
15514           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15515           cleanups.
15516
15517 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15518
15519         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15520         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15521           Fix crashes when the horizontal subsampling is 1.
15522           Fixes #342097.
15523
15524 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15525
15526         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15527
15528         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15529         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15530         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15531         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15532         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15533         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15534         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15535         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15536         (gst_avi_mux_change_state):
15537         * gst/avi/gstavimux.h:
15538           Some enhancements for avimux (#342526):
15539            - add odml (large file) index support
15540            - store codec init data (e.g. huffyuv)
15541            - miscellaneous other fixes/cleanups
15542
15543 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15544
15545         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15546         Don't output any tag when we encounter a negative track number - the
15547         tag type is uint, so we end up outputting huge positive numbers
15548         instead. (Fixes: #342029)
15549
15550 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15551
15552         * configure.ac:
15553           update for new GSTPB_PLUGINS_DIR
15554
15555 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15556
15557         * rtp/gst/gstrtph263pay.c:
15558         Properly set static caps for H263 at 34.
15559
15560 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15561
15562         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15563
15564         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15565           Merge event tags and tag setter tags correctly (#339918). Also,
15566           don't leak taglist in case of an error.
15567           
15568 2006-05-17  Edward Hervey  <edward@fluendo.com>
15569
15570         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15571         We can only do caps intersection if the othercaps are non-empty and not
15572         ANY. Else we return the pad template (base_caps).
15573
15574 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15575
15576         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15577           Fix crash when outputting debugging information for certain
15578           pictures (always good to use the right struct member for
15579           the number of records in an array).
15580
15581 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15582
15583         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15584
15585         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15586         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15587         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15588         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15589         (gst_ebml_read_float), (gst_ebml_read_ascii),
15590         (gst_ebml_read_binary):
15591           Don't create unnecessary sub-buffers all the time. Dramatically
15592           improves performance with multiple concurrently running
15593           matroskademux instances (#341818) (and avoids doing
15594           unnecessarily inefficient things in the general case).
15595
15596 2006-05-16  Edward Hervey  <edward@fluendo.com>
15597
15598         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
15599         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
15600         return value of gst_pad_push_event().
15601
15602 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
15603
15604         * gst/autodetect/gstautoaudiosink.c:
15605         (gst_auto_audio_sink_find_best):
15606         * gst/autodetect/gstautovideosink.c:
15607         (gst_auto_video_sink_find_best):
15608         Make the name of the child element be based on the name of the
15609         parent, so that debug output is more useful.
15610         
15611         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
15612         (parse_insert_string_field), (parse_split_strings):
15613         Rework string parsing to always walk over BOM markers in UTF16
15614         strings, using the endianness indicated by the innermost one,
15615         then trying the opposite endianness if that fails to convert
15616         to valid UTF-8. Fixes #341774
15617
15618 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15619
15620         Patch from: Matthieu <matthieu at fluendo dot com>
15621
15622         * ext/libpng/Makefile.am:
15623         Add LIBPNG_CFLAGS.
15624
15625 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15626
15627         * ext/taglib/gstid3v2mux.cc:
15628           Add support for writing images (APIC frames) into ID3v2
15629           tags (picture type always set to 'other' for now though).
15630
15631 2006-05-14  Michael Smith  <msmith@fluendo.com>
15632
15633         * gst/wavparse/gstwavparse.c:
15634           Update docs; wavparse implements push and pull modes.
15635
15636 2006-05-12  Wim Taymans  <wim@fluendo.com>
15637
15638         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
15639         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
15640         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
15641         Ooops, bitten by the copy-and-paste design paradigm, fixes
15642         seek again.
15643
15644 2006-05-12  Wim Taymans  <wim@fluendo.com>
15645
15646         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15647         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
15648         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
15649         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
15650         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
15651         (gst_avi_demux_massage_index),
15652         (gst_avi_demux_calculate_durations_from_index),
15653         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
15654         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15655         (gst_avi_demux_loop):
15656         * gst/avi/gstavidemux.h:
15657         Some cleanups, prepare to use GstSegment.
15658         Fix error in entry walking code.
15659         Fix VBR detection.
15660         Smarter timestamp calculation code.
15661         Uniform error/eos handling.
15662
15663 2006-05-12  Michael Smith  <msmith@fluendo.com>
15664
15665         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15666         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
15667           Fix use of uninitialised values if we're NOT seeking in ready.
15668           Fix typos.
15669
15670 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15671
15672         * gst/wavparse/Makefile.am:
15673           Add CFLAGS and LIBS for libgstbase, fixes build on
15674           Cygwin (#341489).
15675
15676 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15677
15678         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
15679           Some more debug info. No need to check whether the string
15680           returned by g_convert() is really UTF-8 - either it is or
15681           we get NULL returned.
15682
15683 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15684
15685         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
15686           Fix parsing of numeric genre strings some more, by ensuring that
15687           we only try and parse strings that a) Start with '(' and b) Consist
15688           only of digits.
15689           Also, when finding an escaping '((' sequence, bust it back to '(' by
15690           swallowing the first parenthesis
15691
15692 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
15693
15694         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
15695         (gst_esdsink_open), (gst_esdsink_close):
15696         * ext/esd/esdsink.h:
15697           Move the esd_get_server_info() into gst_esdsink_open() and fail
15698           with a decent error message on errors.
15699
15700 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15701
15702         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
15703         (gst_esdmon_channels_get_type):
15704         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
15705         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
15706         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
15707         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
15708         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
15709         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
15710         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
15711         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
15712         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
15713         * gst/videomixer/videomixer.c:
15714         (gst_video_mixer_background_get_type):
15715           Const-ify GEnumValue arrays.
15716
15717 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15718
15719         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
15720
15721         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
15722         (gst_avi_mux_do_video_buffer):
15723           Work around gst_buffer_make_metadata_writable() bug that
15724           results in avimux marking all frames in the index as
15725           keyframes (#340859).
15726           
15727 2006-05-08  Wim Taymans  <wim@fluendo.com>
15728
15729         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
15730         Make parsing of urls suck slightly less.
15731
15732 2006-05-08  Edward Hervey  <edward@fluendo.com>
15733
15734         * autogen.sh: (CONFIGURE_DEF_OPT): 
15735         libtoolize on Darwin/MacOSX is called glibtoolize.
15736
15737 2006-05-08  Wim Taymans  <wim@fluendo.com>
15738
15739         Patch by: Jens Granseuer <jensgr at gmx dot net>
15740
15741         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
15742         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
15743         C89 compliance fixes. Fixes #340980
15744
15745 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
15746
15747         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
15748         * ext/flac/gstflacdec.h:
15749           Handle segment seeks that include the end of the file as stop point
15750           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
15751           message instead of an EOS event in case we're in segment seek
15752           mode (fixes #340699).
15753           
15754 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
15755
15756         * ext/cairo/gsttextoverlay.c:
15757         * ext/flac/gstflacdec.c:
15758         * ext/gdk_pixbuf/pixbufscale.c:
15759         * gst/apetag/gstapedemux.c:
15760         * gst/debug/breakmydata.c:
15761         * gst/debug/testplugin.c:
15762         * gst/matroska/ebml-write.c:
15763         * gst/multipart/multipartdemux.c:
15764         * sys/osxaudio/gstosxaudiosink.c:
15765         * sys/osxaudio/gstosxaudiosrc.c:
15766         Add semicolons after GST_BOILERPLATE[_FULL] so that
15767         indent doesn't mess up following lines.
15768
15769 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
15770
15771         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15772
15773         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
15774           Don't leak caps when freeing the stream context (#340623).
15775
15776 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
15777
15778         * configure.ac:
15779           Back to CVS
15780
15781 === release 0.10.3 ===
15782
15783 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
15784
15785         * configure.ac:
15786           releasing 0.10.3, "Desplazado"
15787
15788 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15789
15790         * gst/matroska/matroska-mux.c:
15791         (gst_matroska_mux_stream_is_vorbis_header),
15792         (gst_matroska_mux_write_data):
15793           Don't strcmp() NULL strings.
15794           Only start new clusters on video keyframes, not on any
15795           random audio buffer that doesn't have the DELTA_UNIT
15796           flag set (fixes 'make check' again).
15797
15798 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
15799
15800         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15801
15802         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
15803         (gst_matroska_mux_stream_is_vorbis_header),
15804         (gst_matroska_mux_write_data):
15805           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
15806           value and then dead-lock when muxing vorbis audio streams
15807           (the three vorbis header buffers carry no timestamp, and it
15808           would try to mux these after all video buffers). Fixes #340346.
15809
15810           Improve clustering: start a new cluster also whenever we get
15811           a keyframe.     
15812
15813 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15814
15815         * win32/common/config.h:
15816         * win32/MANIFEST
15817           add the generated file as well
15818
15819 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15820
15821         * Makefile.am:
15822         * configure.ac:
15823         * win32/common/config.h.in:
15824           add win32 stuff
15825
15826 2006-05-03  Michael Smith  <msmith@fluendo.com>
15827
15828         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
15829           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
15830           SUCKS.
15831
15832 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15833
15834         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15835         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15836         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15837           don't leak caps-string
15838
15839 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15840
15841         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
15842         (gst_id3demux_sink_activate):
15843           Let core insert default error message for TYPE_NOT_FOUND
15844           errors, it's just as good as our own and has the added
15845           bonus of being translated.
15846
15847 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
15848
15849         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
15850         (gst_tag_demux_sink_event):
15851         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
15852         (gst_id3demux_sink_event):
15853           Post an error message when we get an EOS event and were not
15854           able to find out the type of stream.
15855
15856         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
15857         (test_taglib_id3mux_with_tags):
15858           Decrease num-buffers to 16 per iteration again, otherwise the
15859           many memcpy()s and reallocations in the test will hammer slow
15860           CPUs completely and make the test timeout.
15861
15862 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15863
15864         * configure.ac:
15865           figure out where plugins-base plugins are
15866         * tests/check/Makefile.am:
15867           use plugins-base plugins, so we have typefind functions
15868         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
15869           increase num-buffers, this makes sure the test errors out instead
15870           of timing out when no typefind functions are present
15871
15872 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15873
15874         * docs/plugins/Makefile.am:
15875           also check .cc files for gtk-doc markup
15876         * configure.ac:
15877         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15878         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15879         * tests/check/Makefile.am:
15880         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
15881         * ext/Makefile.am:
15882         * ext/taglib/Makefile.am:
15883         * ext/taglib/gstid3v2mux.h:
15884         * ext/taglib/gsttaglibmux.c:
15885         * ext/taglib/gsttaglibmux.h:
15886           move taglib-based id3v2muxer to -good.  Fixes #336110.
15887
15888 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15889
15890         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
15891           ... and fix multichannel/WAVFORMATEX support again.
15892
15893 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
15894
15895         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15896         (gst_wavparse_class_init), (gst_wavparse_dispose),
15897         (gst_wavparse_reset), (gst_wavparse_init),
15898         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
15899         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
15900         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
15901         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
15902         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
15903         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
15904         (gst_wavparse_stream_data), (gst_wavparse_loop),
15905         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
15906         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
15907         (gst_wavparse_change_state), (plugin_init):
15908         * gst/wavparse/gstwavparse.h:
15909           Add push (streaming) mode to wavparse (fixes #337625)
15910
15911 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15912
15913         * configure.ac:
15914         * tests/Makefile.am:
15915           add ximagesrc icles test
15916
15917 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15918
15919         * configure.ac:
15920         * docs/plugins/Makefile.am:
15921         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15922         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15923         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
15924         (gst_cmml_enc_push_clip):
15925         * sys/Makefile.am:
15926         * sys/ximage/Makefile.am:
15927         * sys/ximage/gstximagesrc.c:
15928           Move ximagesrc plug-in to good after review.  Fixes #336756.
15929
15930 2006-04-28  Michael Smith  <msmith@fluendo.com>
15931
15932         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
15933         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
15934         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
15935         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
15936         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
15937         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
15938         * gst/icydemux/gsticydemux.h:
15939           Fix event handling: cache events when typefinding and forward later.
15940
15941 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15942
15943         * sys/osxaudio/gstosxaudiosink.c:
15944         (plugin_init):
15945          Register osxaudiosrc to the plugin.
15946         * sys/osxaudio/gstosxaudiosrc.c:
15947         (gst_osx_audio_src_osxelement_do_init),
15948         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
15949         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
15950         (gst_osx_audio_src_get_property),
15951         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
15952         (gst_osx_audio_src_osxelement_init):
15953         * sys/osxaudio/gstosxaudiosrc.h:
15954           Port of osxaudiosrc to 0.10.
15955         * sys/osxaudio/Makefile.am:
15956           Add osxaudiosrc
15957
15958 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15959
15960         * sys/osxaudio/gstosxringbuffer.c:
15961         * sys/osxaudio/gstosxringbuffer.h:
15962           Forgot to commit earlier, part of the OSX audio plugin port
15963
15964 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15965
15966         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
15967         (parse_split_strings):
15968           Recognise and skip any byte order marker (BOM) in
15969           UTF-16 strings.
15970
15971 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15972
15973         * docs/plugins/Makefile.am:
15974         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15975         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15976         * docs/plugins/gst-plugins-good-plugins.hierarchy:
15977         * docs/plugins/inspect/plugin-avi.xml:
15978         * gst/avi/gstavidemux.c:
15979         * gst/avi/gstavimux.c:
15980           Add docs for both avidemux and avimux.
15981
15982 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
15983
15984         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
15985
15986         * gst/avi/Makefile.am:
15987         * gst/avi/gstavi.c: (plugin_init):
15988         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
15989         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
15990         (gst_avi_mux_class_init), (gst_avi_mux_init),
15991         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15992         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
15993         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
15994         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15995         (gst_avi_mux_riff_get_avix_header),
15996         (gst_avi_mux_riff_get_video_header),
15997         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
15998         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
15999         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16000         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16001         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16002         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16003         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16004         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16005         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16006         (gst_avi_mux_change_state):
16007         * gst/avi/gstavimux.h:
16008           Port AVI muxer to GStreamer-0.10 (#332031).
16009
16010         * tests/check/Makefile.am:
16011         * tests/check/elements/avimux.c:
16012         * tests/check/elements/.cvsignore:
16013           Add unit test for AVI muxer.
16014
16015 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16016
16017         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16018         (gst_wavparse_class_init), (gst_wavparse_reset),
16019         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16020         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16021         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16022         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16023         (gst_wavparse_stream_data), (gst_wavparse_loop),
16024         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16025         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16026         (plugin_init):
16027         * gst/wavparse/gstwavparse.h:
16028           reverted patch #337625 for the price of 1 hour sleep
16029
16030 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16031
16032         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16033         (gst_wavparse_class_init), (gst_wavparse_reset),
16034         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16035         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16036         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16037         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16038         (gst_wavparse_stream_data), (gst_wavparse_loop),
16039         (gst_wavparse_chain), (plugin_init):
16040         * gst/wavparse/gstwavparse.h:
16041           correct partial implementation of push mode
16042           (from my last commit)
16043
16044 2006-04-26  Wim Taymans  <wim@fluendo.com>
16045
16046         * ext/esd/esdsink.c:
16047         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16048         it is not in esd.h
16049
16050 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16051
16052         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16053         (gst_au_parse_class_init), (gst_au_parse_init),
16054         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16055         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16056         (gst_au_parse_chain), (gst_au_parse_src_convert),
16057         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16058         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16059         (gst_au_parse_change_state):
16060         * gst/auparse/gstauparse.h:
16061           Rewrite auparse to suck a little bit less: make source pad
16062           dynamic, so decodebin/playbin work with non-raw formats
16063           like alaw/mulaw; add query function for duration/position
16064           queries; check whether we have enough data before attempting
16065           to parse the header (instead of crashing when that is not the
16066           case); work around audioconvert sucking by swapping endianness
16067           to the native endianness ourselves for float formats; send
16068           initial newsegment event. Fixes #161712.
16069
16070 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16071
16072         * sys/osxaudio/Makefile.am:
16073         * sys/osxaudio/gstosxaudioelement.c:
16074         (gst_osx_audio_element_get_type),
16075         (gst_osx_audio_element_class_init):
16076         * sys/osxaudio/gstosxaudioelement.h:
16077         * sys/osxaudio/gstosxaudiosink.c:
16078         (gst_osx_audio_sink_osxelement_do_init),
16079         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16080         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16081         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16082         (gst_osx_audio_sink_create_ringbuffer),
16083         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16084         (plugin_init):
16085         * sys/osxaudio/gstosxaudiosink.h:
16086         Port of osxaudiosink to 0.10
16087
16088 2006-04-26  Wim Taymans  <wim@fluendo.com>
16089
16090         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16091         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16092         the size of the ringbuffer. This should fix hangs with older 
16093         esd sound servers.
16094
16095 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16096
16097         * ext/aalib/gstaasink.c:
16098         * ext/annodex/gstcmmldec.c:
16099         * ext/annodex/gstcmmlenc.c:
16100         * ext/cairo/gsttextoverlay.c:
16101         * ext/cairo/gsttimeoverlay.c:
16102         * ext/cdio/gstcdiocddasrc.c:
16103         * ext/dv/gstdvdec.c:
16104         * ext/dv/gstdvdemux.c:
16105         * ext/esd/esdmon.c:
16106         * ext/esd/esdsink.c:
16107         * ext/flac/gstflacenc.c:
16108         * ext/flac/gstflactag.c:
16109         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16110         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16111         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16112         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16113         * ext/gdk_pixbuf/pixbufscale.c:
16114         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16115         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16116         * ext/jpeg/gstjpegdec.c:
16117         * ext/jpeg/gstjpegenc.c:
16118         * ext/jpeg/gstsmokedec.c:
16119         * ext/jpeg/gstsmokeenc.c:
16120         * ext/libcaca/gstcacasink.c:
16121         * ext/libmng/gstmngdec.c:
16122         * ext/libmng/gstmngenc.c:
16123         * ext/libpng/gstpngdec.c:
16124         * ext/libpng/gstpngenc.c:
16125         * ext/mikmod/gstmikmod.c:
16126         * ext/raw1394/gstdv1394src.c:
16127         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16128         * ext/shout2/gstshout2.h:
16129         * ext/speex/gstspeexdec.c:
16130         * ext/speex/gstspeexenc.c:
16131         * gst/alpha/gstalpha.c:
16132         * gst/alpha/gstalphacolor.c:
16133         * gst/apetag/gstapedemux.c:
16134         * gst/auparse/gstauparse.c:
16135         * gst/autodetect/gstautoaudiosink.c:
16136         (gst_auto_audio_sink_base_init):
16137         * gst/autodetect/gstautovideosink.c:
16138         (gst_auto_video_sink_base_init):
16139         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16140         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16141         * gst/cutter/gstcutter.c:
16142         * gst/debug/breakmydata.c:
16143         * gst/debug/efence.c:
16144         * gst/debug/gstnavigationtest.c:
16145         * gst/debug/gstnavseek.c:
16146         * gst/debug/negotiation.c:
16147         * gst/debug/progressreport.c:
16148         * gst/debug/testplugin.c:
16149         * gst/effectv/gstaging.c:
16150         * gst/effectv/gstdice.c:
16151         * gst/effectv/gstedge.c:
16152         * gst/effectv/gstquark.c:
16153         * gst/effectv/gstrev.c:
16154         * gst/effectv/gstshagadelic.c:
16155         * gst/effectv/gstvertigo.c:
16156         * gst/effectv/gstwarp.c:
16157         * gst/flx/gstflxdec.c:
16158         * gst/goom/gstgoom.c:
16159         * gst/icydemux/gsticydemux.c:
16160         * gst/id3demux/gstid3demux.c:
16161         * gst/interleave/deinterleave.c:
16162         * gst/interleave/interleave.c:
16163         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16164         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16165         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16166         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16167         * gst/level/gstlevel.c:
16168         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16169         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16170         * gst/median/gstmedian.c:
16171         * gst/monoscope/gstmonoscope.c:
16172         * gst/multipart/multipartdemux.c:
16173         * gst/multipart/multipartmux.c:
16174         * gst/oldcore/gstaggregator.c:
16175         * gst/oldcore/gstfdsink.c:
16176         * gst/oldcore/gstmd5sink.c:
16177         * gst/oldcore/gstmultifilesrc.c:
16178         * gst/oldcore/gstpipefilter.c:
16179         * gst/oldcore/gstshaper.c:
16180         * gst/oldcore/gststatistics.c:
16181         * gst/rtp/gstasteriskh263.c:
16182         * gst/rtp/gstrtpL16depay.c:
16183         * gst/rtp/gstrtpL16pay.c:
16184         * gst/rtp/gstrtpamrdepay.c:
16185         * gst/rtp/gstrtpamrpay.c:
16186         * gst/rtp/gstrtpdepay.c:
16187         * gst/rtp/gstrtpgsmpay.c:
16188         * gst/rtp/gstrtph263pay.c:
16189         * gst/rtp/gstrtph263pdepay.c:
16190         * gst/rtp/gstrtph263ppay.c:
16191         * gst/rtp/gstrtpilbcdepay.c:
16192         * gst/rtp/gstrtpmp4gpay.c:
16193         * gst/rtp/gstrtpmp4vdepay.c:
16194         * gst/rtp/gstrtpmp4vpay.c:
16195         * gst/rtp/gstrtpmpadepay.c:
16196         * gst/rtp/gstrtpmpapay.c:
16197         * gst/rtp/gstrtppcmadepay.c:
16198         * gst/rtp/gstrtppcmapay.c:
16199         * gst/rtp/gstrtppcmudepay.c:
16200         * gst/rtp/gstrtppcmupay.c:
16201         * gst/rtp/gstrtpspeexdepay.c:
16202         * gst/rtp/gstrtpspeexpay.c:
16203         * gst/rtsp/gstrtpdec.c:
16204         * gst/rtsp/gstrtspsrc.c:
16205         * gst/smpte/gstsmpte.c:
16206         * gst/udp/gstdynudpsink.c:
16207         * gst/udp/gstmultiudpsink.c:
16208         * gst/udp/gstudpsink.c:
16209         * gst/udp/gstudpsrc.c:
16210         * gst/videobox/gstvideobox.c:
16211         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16212         * gst/videofilter/gstvideobalance.c:
16213         * gst/videofilter/gstvideoflip.c:
16214         * gst/videofilter/gstvideotemplate.c:
16215         (gst_videotemplate_base_init):
16216         * gst/videomixer/videomixer.c:
16217         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16218         (gst_wavparse_class_init), (gst_wavparse_dispose),
16219         (gst_wavparse_reset), (gst_wavparse_init),
16220         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16221         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16222         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16223         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16224         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16225         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16226         (gst_wavparse_change_state):
16227         * gst/wavparse/gstwavparse.h:
16228         * sys/oss/gstossmixerelement.c:
16229         * sys/oss/gstosssink.c:
16230         * sys/oss/gstosssrc.c:
16231         * sys/osxaudio/gstosxaudioelement.c:
16232         * sys/osxaudio/gstosxaudiosink.c:
16233         * sys/osxaudio/gstosxaudiosrc.c:
16234         * sys/sunaudio/gstsunaudiomixer.c:
16235         * sys/sunaudio/gstsunaudiosink.c:
16236           Define GstElementDetails as const and also static (when defined as
16237           global)
16238
16239 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16240
16241         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16242           Source pad has fixed caps. If we don't set this, bad
16243           things happen when the window is resized.
16244
16245 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16246
16247         * gst/matroska/Makefile.am:
16248         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16249         (gst_matroska_demux_handle_src_event):
16250         * gst/matroska/matroska-ids.c:
16251         (gst_matroska_track_init_video_context),
16252         (gst_matroska_track_init_audio_context),
16253         (gst_matroska_track_init_subtitle_context),
16254         (gst_matroska_track_init_complex_context):
16255         * gst/matroska/matroska-ids.h:
16256           Handle case where the TrackType ebml chunk does not come before the
16257           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16258           events.
16259
16260 2006-04-25  Wim Taymans  <wim@fluendo.com>
16261
16262         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16263         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16264         It's codec_data, not codec_info.
16265
16266 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16267
16268         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16269
16270         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16271           Handle codec_data for VfW compatibility codec IDs (#339451)
16272
16273         * gst/matroska/matroska-mux.c:
16274         (gst_matroska_mux_video_pad_setcaps):
16275           Same here, handle codec_data and add additional caps we can handle
16276           now to the pad template (huffyuv, dv and h263 video) (#339451)
16277
16278 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16279
16280         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16281
16282         * gst/matroska/matroska-mux.c:
16283         (gst_matroska_mux_create_buffer_header),
16284         (gst_matroska_mux_write_data):
16285           Fix timestamping of B-frames, use signed integers, do
16286           some rounding (#339678).
16287
16288 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16289
16290         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16291         just make it compile with --disable-gst-debug.
16292
16293 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16294
16295         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16296         Fix a bad conversion using gst_guint64_to_gdouble.
16297         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16298         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16299         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16300     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16301         mistake.
16302
16303 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16304
16305         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16306         Use gst_guint64_to_gdouble for conversions
16307         * win32/vs6/gst_plugins_good.dsw:
16308         * win32/vs6/libgsticydemux.dsp:
16309         Add a project file for icydemux
16310
16311 2006-04-21  Wim Taymans  <wim@fluendo.com>
16312
16313         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16314
16315         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16316         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16317         When splitting audio chunks, the block alignment is not taken in
16318         consideration, so the smaller chunks could be of size which is 
16319         not a multiple of the block alignment. Fixes #336904
16320
16321 2006-04-21  Wim Taymans  <wim@fluendo.com>
16322
16323         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16324         Use scale functions
16325
16326 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16327
16328         * ext/dv/gstdv.c: (plugin_init):
16329           Fix build.
16330
16331 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16332
16333         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16334         (gst_progress_report_class_init), (gst_progress_report_init),
16335         (gst_progress_report_do_query), (gst_progress_report_report),
16336         (gst_progress_report_set_property),
16337         (gst_progress_report_get_property):
16338           Add 'format' property to force querying to a particular format.
16339
16340 2006-04-21  Andy Wingo  <wingo@pobox.com>
16341
16342         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16343         best, on big endian systems. Drop its rank in that case. OTOH on
16344         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16345
16346 2006-04-21  Michael Smith  <msmith@fluendo.com>
16347
16348         * configure.ac:
16349         * gst/icydemux/Makefile.am:
16350         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16351         (gst_icydemux_base_init), (gst_icydemux_class_init),
16352         (gst_icydemux_reset), (gst_icydemux_init),
16353         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16354         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16355         (unicodify), (gst_icydemux_unicodify),
16356         (gst_icydemux_parse_and_send_tags),
16357         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16358         (gst_icydemux_chain), (gst_icydemux_change_state),
16359         (gst_icydemux_send_tag_event), (plugin_init):
16360         * gst/icydemux/gsticydemux.h:
16361         * tests/check/Makefile.am:
16362         * tests/check/elements/icydemux.c: (typefind_succeed),
16363         (plugin_init), (icydemux_found_pad), (create_icydemux),
16364         (cleanup_icydemux), (push_data), (GST_START_TEST),
16365         (icydemux_suite), (main):
16366           Add icydemux, and tests.
16367
16368 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16369
16370         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16371           Post SEGMENT_DONE message in TIME format.
16372
16373 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16374
16375         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16376
16377         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16378         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16379           Fix index creation when we have to scan the file to create
16380           an index. There may be other types of RIFF 'LIST' chunks than
16381           'movi' and we need to skip them properly as well or we'll end up
16382           reading garbage (#336889). Some other cosmetic changes.
16383           
16384 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16385
16386         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16387         (gst_flac_dec_handle_seek_event):
16388           Add support for segment seeks (fixes #338290). Also demote
16389           some recurring debug message from DEBUG to LOG level.
16390
16391 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16392
16393         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16394         (gst_matroskademux_do_index_seek),
16395         (gst_matroska_demux_handle_seek_event),
16396         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16397         * gst/matroska/matroska-ids.h:
16398           Set DISCONT flag on first buffer after a discontinuity.
16399           Fix newsegment events sent when seeking and honour KEY_UNIT
16400           seek flag. Create pad with bogus caps if we don't recognise
16401           the stream codec id.
16402
16403         * gst/matroska/matroska-demux.h:
16404           Fix GObject macros.
16405
16406 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16407
16408         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16409
16410         * gst/matroska/matroska-demux.c:
16411         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16412           Handle end of segment properly when set; don't dead-lock when
16413           posting start of segment message when doing a segment seek.
16414           Fixes #338810.
16415
16416 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16417
16418         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16419         (gst_matroska_demux_plugin_init):
16420           Make mpeg2 aac audio work: create artificial private codec data
16421           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16422           Also call gst_riff_init(). Partially fixes #338767.
16423
16424 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16425
16426         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16427         (gst_wavenc_class_init), (gst_wavenc_init),
16428         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16429         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16430         (gst_wavenc_chain), (gst_wavenc_change_state):
16431         * gst/wavenc/gstwavenc.h:
16432           Set caps on first outgoing buffer, so that it doesn't error out
16433           immediately with a non-negotiated error (#338716). Rewrite and
16434           clean up a bit; fix setcaps function to parse things properly;
16435           fix sink caps (8bit audio is unsigned and doesn't have depth);
16436           use boilerplate macros; remove unused properties stuff.
16437
16438 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16439
16440         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16441           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16442           handle MJPEG streams and might be autoplugged for those if the
16443           user doesn't have jpegdec installed (resulting in a cryptic error
16444           message about huffman tables). Better to disable JPEG decoding here
16445           and let the user figure out that she needs to install jpegdec.
16446
16447 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16448
16449         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16450         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16451         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16452         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16453           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16454           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16455           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16456           debug messages. Fix boilerplate macros.
16457
16458 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16459
16460         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16461         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16462           No need to special-case for Gdk-2.0 any longer, we require
16463           Gdk 2.2 or newer; minor clean-ups.
16464
16465 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16466
16467         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16468         (gst_shout2send_class_init), (gst_shout2send_init),
16469         (set_shout_metadata), (gst_shout2send_set_metadata),
16470         (gst_shout2send_event), (gst_shout2send_start),
16471         (gst_shout2send_connect), (gst_shout2send_stop),
16472         (gst_shout2send_render), (gst_shout2send_set_property),
16473         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16474         (plugin_init):
16475         * ext/shout2/gstshout2.h:
16476         * po/POTFILES.in:
16477           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16478           change function; use GST_ELEMENT_ERROR for error reporting, not
16479           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16480           will cause crashes or assertion failures; remove (unused) "sync"
16481           property, basesink already has such a property; misc. other
16482           minor fixes and cleanups.
16483
16484 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16485
16486         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16487         * ext/esd/gstesd.c: (plugin_init):
16488         * po/POTFILES.in:
16489           Add translatable error message for when we cannot
16490           connect to the sound server, as "Cannot open resource
16491           for writing" isn't really an acceptable message to show
16492           to the user in this case.
16493
16494 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16495
16496         * sys/oss/gst-i18n-plugin.h:
16497           Remove bogus file that doesn't belong here.
16498
16499 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16500
16501         Patch by: Philippe Valembois
16502
16503         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16504         (gst_shout2send_set_metadata), (gst_shout2send_event),
16505         (gst_shout2send_render), (gst_shout2send_change_state):
16506         * ext/shout2/gstshout2.h:
16507           Handle tags being received before the connection to
16508           the server is established properly (see #338636).
16509
16510 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16511
16512         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16513           Don't crash in case the connection to the server fails:
16514           don't set pointer to NULL by assigning FALSE; error out
16515           properly by using GST_ELEMENT_ERROR and returning
16516           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16517           before resetting the pointer.
16518
16519 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16520
16521         * gst/id3demux/id3tags.c:
16522         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16523         (Fixes #338713)
16524
16525 2006-04-12  Wim Taymans  <wim@fluendo.com>
16526
16527         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16528         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16529         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16530         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16531         (gst_gdk_pixbuf_chain):
16532         Some cleanups.
16533         Added RGBA as a possible output format.
16534         Correctly free the supported mimetypes.
16535         deprecate silent arg, it's not used.
16536         Return result from _alloc_buffer to peer.
16537
16538 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16539
16540         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16541           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16542           overwriting GST_BUFFER_MALLOCDATA.
16543
16544 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16545
16546         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16547         (user_endrow_callback), (user_end_callback),
16548         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16549         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16550         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16551         * ext/libpng/gstpngdec.h:
16552           Handle more than one frame if the content is framed,
16553           like with png-in-quicktime (#331917).
16554
16555 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16556
16557         * sys/oss/Makefile.am:
16558         * sys/oss/common.h:
16559         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16560         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16561         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16562         (gst_oss_src_unprepare):
16563           - the user-visible error strings were in the wrong category
16564           - and the messages were not marked for translation
16565           - which is actually a good thing, because they were exactly
16566             the kind of message you would never want anyone to see
16567           - the macros were using variables that didn't exist in the macro
16568             arguments
16569           - and they were obviously copied from each other and then modified
16570           - so a common header makes sense
16571
16572 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16573
16574         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16575           Don't try to modify read-only data.
16576
16577         * gst/matroska/matroska-demux.c:
16578         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16579           Fix comment (won't crash any longer now).
16580
16581 2006-04-10  Michael Smith  <msmith@fluendo.com>
16582
16583         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16584           Use copies of header buffers for caps to avoid circular refcounting
16585           problems (as in theoradec, vorbisdec).
16586
16587         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16588           Fix a typo in test that meant it was testing the wrong thing.
16589
16590         * tests/check/elements/cmmlenc.c: (check_headers):
16591           Fix refcount checks now that we use buffer-copies for caps.
16592
16593 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16594
16595         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
16596         (gst_matroska_demux_handle_seek_event),
16597         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16598         (gst_matroska_demux_subtitle_caps),
16599         (gst_matroska_demux_plugin_init):
16600           Use static pad templates with ANY caps for audio and video
16601           source pads and get rid of a lot of unnecessary (and partially
16602           broken) code for the template caps. Clean up caps finding
16603           functions. Fixes playback of audio files/streams that do not
16604           contain the sample rate and/or number of channels in the audio
16605           context (happens a lot with vorbis/mp3 .mka files it seems).
16606           Fixes #337183.
16607           Also add myself to copyright holders.
16608
16609 2006-04-10  Michael Smith  <msmith@fluendo.com>
16610
16611         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
16612           Use g_list_delete_link () instead of g_list_remove_link () so that
16613           we free the link as well as the contained data.
16614
16615 2006-04-10  Wim Taymans  <wim@fluendo.com>
16616
16617         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
16618
16619         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
16620         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16621         (gst_avi_demux_stream_header):
16622         Fix some crashers with empty chunks. (Fixes #337749)
16623
16624 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16625
16626         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
16627           use G_GINT64_CONSTANT for INT64 constants
16628         * gst/videofilter/gstvideobalance.c:
16629           define rint for WIN32 #define rint(x) (floor((x)+0.5))
16630         * win32/vs6/libgstavi.dsp:
16631          add missing libraries for the link and remove avimux.c from
16632          the project as it isn't ported to 0.10 yet
16633         
16634 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
16635
16636         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16637           Even better would be if we actually did the right thing
16638           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
16639
16640 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16641
16642         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16643           Can't just replace 1LL with 1L here just because MSVC doesn't
16644           support it, as it might lead to incorrect results when doing the
16645           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
16646           force a 64-bit constant in a way that all compilers are happy with.
16647
16648 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16649
16650         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16651         * ext/esd/esdsink.c: (gst_esdsink_class_init):
16652         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
16653         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
16654         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16655         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
16656         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
16657         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
16658         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
16659         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
16660         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
16661         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
16662         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
16663         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
16664         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16665         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
16666         * gst/avi/gstavimux.c: (gst_avimux_class_init):
16667         * gst/debug/efence.c: (gst_efence_class_init):
16668         * gst/debug/negotiation.c: (gst_negotiation_class_init):
16669         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
16670         * gst/goom/gstgoom.c: (gst_goom_class_init):
16671         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
16672         * gst/interleave/deinterleave.c: (deinterleave_class_init):
16673         * gst/interleave/interleave.c: (interleave_class_init):
16674         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
16675         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
16676         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
16677         * gst/median/gstmedian.c: (gst_median_class_init):
16678         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
16679         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
16680         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
16681         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
16682         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
16683         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
16684         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
16685         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
16686         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
16687         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
16688         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
16689         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
16690         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
16691         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
16692         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
16693         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
16694         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
16695         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
16696         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
16697         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
16698         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
16699         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
16700         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
16701         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
16702         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
16703         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
16704         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
16705         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
16706         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
16707         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
16708         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
16709         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16710         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
16711         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
16712         * sys/osxaudio/gstosxaudioelement.c:
16713         (gst_osxaudioelement_class_init):
16714         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
16715         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
16716         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
16717         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16718
16719 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16720
16721         * ext/mikmod/gstmikmod.h:
16722         * gst/level/gstlevel.h:
16723         Fix more broken GObject macros
16724
16725 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16726
16727         * ext/annodex/gstcmmldec.h:
16728         * ext/annodex/gstcmmlenc.h:
16729         * ext/annodex/gstcmmltag.h:
16730         * ext/cairo/gsttextoverlay.h:
16731         * ext/ladspa/gstsignalprocessor.h:
16732         * gst/matroska/ebml-read.h:
16733         * gst/matroska/ebml-write.h:
16734         * sys/osxaudio/gstosxaudioelement.h:
16735         Fix broken GObject macros
16736
16737 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
16738
16739         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
16740           Don't try to seek beyond the end of the file (would
16741           occasionally display error dialogs in totem when seeking
16742           to the end) (#335869). Will still throw an error though
16743           if the file is truncated and the total_samples value in
16744           the stream header is wrong.
16745
16746 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
16747
16748         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
16749         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
16750         (gst_flac_dec_metadata_callback):
16751         * ext/flac/gstflacdec.h:
16752           If the stream header doesn't contain the total number of samples,
16753           search for the last flac frame at the end of the file and calculate
16754           the total duration from that frame's offset (fixes #337609).
16755
16756 2006-04-07  Edward Hervey  <edward@fluendo.com>
16757
16758         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
16759         Don't unref the GstPadTemplate returned by
16760         gst_element_class_get_pad_template().
16761
16762 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16763
16764         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
16765
16766         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
16767         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
16768         * sys/sunaudio/gstsunaudiosink.h:
16769           Use spec->segsize and spec->segtotal in the prepare function
16770           to initialise the ring buffer instead of using the buffer-time
16771           property (#337421).
16772
16773 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
16774
16775         * configure.ac:
16776           Bump core requirements to CVS for gst_pad_query_peer_duration()
16777           which is used by speexdec.
16778
16779 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16780
16781         * ext/speex/gstspeex.c: (plugin_init):
16782         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
16783         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
16784         (speex_get_sink_query_types), (speex_dec_sink_query),
16785         (speex_get_src_query_types), (speex_dec_src_query),
16786         (speex_dec_src_event), (speex_dec_sink_event),
16787         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
16788         (speex_dec_chain_parse_data), (speex_dec_chain),
16789         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
16790         (speex_dec_change_state):
16791         * ext/speex/gstspeexdec.h:
16792           Fix seeking and duration queries (#337033); clean up and
16793           refactor a bit.
16794
16795 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16796
16797         * ext/raw1394/gstdv1394src.c:
16798           distinguish between device not found and could not open for
16799           reading
16800
16801 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16802
16803         * Makefile.am:
16804         * configure.ac:
16805         * pkgconfig/.cvsignore:
16806         * pkgconfig/Makefile.am:
16807         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
16808           add a .pc file so other modules can use good plugins in tests
16809
16810 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16811
16812         * configure.ac:
16813           clean up, use AS_VERSION and AS_NANO
16814         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
16815           use PACKAGE_VERSION define
16816         * po/af.po:
16817         * po/az.po:
16818         * po/cs.po:
16819         * po/en_GB.po:
16820         * po/hu.po:
16821         * po/it.po:
16822         * po/nb.po:
16823         * po/nl.po:
16824         * po/or.po:
16825         * po/sq.po:
16826         * po/sr.po:
16827         * po/sv.po:
16828         * po/uk.po:
16829         * po/vi.po:
16830           updated
16831
16832 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
16833
16834         * ext\jpeg\smokecodec.c:
16835           use of GST_DEBUG instead of DEBUG(a...) for WIN32
16836         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
16837           move first instruction after all variables declarations
16838         * gst\alpha\gstalpha.c:
16839         * gst\effectv\gstshagadelic.c:
16840         * gst\smpte\paint.c:
16841         * gst\videofilter\gstvideobalance.c:
16842           define M_PI if it's not defined (it's not defined on WIN32)
16843         * gst\cutter\gstcutter.c: (gst_cutter_chain):
16844         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
16845         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
16846         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
16847         (gst_matroska_demux_video_caps):
16848         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
16849         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
16850           use gst_guint64_to_gdouble for conversions
16851         * gst\goom\filters.c: (setPixelRGB_):
16852           fix a debug which was using undefined variable
16853         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
16854         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
16855           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
16856         * win32/vs6:
16857           add vs6 projects files for most of plugins-good
16858         
16859 2006-03-30  j^  <j@bootlab.org>
16860
16861         * ext/aalib/gstaasink.c:
16862         * ext/annodex/gstcmmldec.c:
16863         * ext/annodex/gstcmmlenc.c:
16864         * ext/cairo/gsttextoverlay.c:
16865         * ext/cairo/gsttimeoverlay.c:
16866         * ext/cdio/gstcdiocddasrc.c:
16867         * ext/dv/gstdvdec.c:
16868         * ext/esd/esdmon.c:
16869         * ext/esd/esdsink.c:
16870         * ext/flac/gstflacdec.c:
16871         * ext/flac/gstflacenc.c:
16872         * ext/flac/gstflactag.c:
16873         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16874         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16875         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16876         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16877         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16878         * ext/gdk_pixbuf/pixbufscale.c:
16879         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16880         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16881         * ext/jpeg/gstjpegdec.c:
16882         * ext/jpeg/gstjpegenc.c:
16883         * ext/jpeg/gstsmokedec.c:
16884         * ext/jpeg/gstsmokeenc.c:
16885         * ext/libcaca/gstcacasink.c:
16886         * ext/libmng/gstmngdec.c:
16887         * ext/libmng/gstmngenc.c:
16888         * ext/libpng/gstpngdec.c:
16889         * ext/libpng/gstpngenc.c:
16890         * ext/mikmod/gstmikmod.c:
16891         * ext/raw1394/gstdv1394src.c:
16892         * ext/shout2/gstshout2.c:
16893         * ext/speex/gstspeexdec.c:
16894         * ext/speex/gstspeexenc.c:
16895         * gst/alpha/gstalpha.c:
16896         * gst/alpha/gstalphacolor.c:
16897         * gst/auparse/gstauparse.c:
16898         * gst/autodetect/gstautoaudiosink.c:
16899         (gst_auto_audio_sink_base_init):
16900         * gst/autodetect/gstautovideosink.c:
16901         (gst_auto_video_sink_base_init):
16902         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16903         * gst/cutter/gstcutter.c:
16904         * gst/debug/breakmydata.c:
16905         * gst/debug/efence.c:
16906         * gst/debug/gstnavigationtest.c:
16907         * gst/debug/negotiation.c:
16908         * gst/debug/progressreport.c:
16909         * gst/debug/testplugin.c:
16910         * gst/effectv/gstaging.c:
16911         * gst/effectv/gstdice.c:
16912         * gst/effectv/gstedge.c:
16913         * gst/effectv/gstquark.c:
16914         * gst/effectv/gstrev.c:
16915         * gst/effectv/gstvertigo.c:
16916         * gst/effectv/gstwarp.c:
16917         * gst/flx/gstflxdec.c:
16918         * gst/goom/gstgoom.c:
16919         * gst/interleave/deinterleave.c:
16920         * gst/interleave/interleave.c:
16921         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16922         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16923         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16924         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16925         * gst/level/gstlevel.c:
16926         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16927         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16928         * gst/median/gstmedian.c:
16929         * gst/monoscope/gstmonoscope.c:
16930         * gst/multipart/multipartdemux.c:
16931         * gst/multipart/multipartmux.c:
16932         * gst/oldcore/gstmd5sink.c:
16933         * gst/oldcore/gstmultifilesrc.c:
16934         * gst/oldcore/gstpipefilter.c:
16935         * gst/oldcore/gstshaper.c:
16936         * gst/oldcore/gststatistics.c:
16937         * gst/rtp/gstasteriskh263.c:
16938         * gst/rtp/gstrtpL16depay.c:
16939         * gst/rtp/gstrtpL16pay.c:
16940         * gst/rtp/gstrtpamrdepay.c:
16941         * gst/rtp/gstrtpamrpay.c:
16942         * gst/rtp/gstrtpdepay.c:
16943         * gst/rtp/gstrtpgsmpay.c:
16944         * gst/rtp/gstrtph263pay.c:
16945         * gst/rtp/gstrtph263pdepay.c:
16946         * gst/rtp/gstrtph263ppay.c:
16947         * gst/rtp/gstrtpmp4gpay.c:
16948         * gst/rtp/gstrtpmp4vdepay.c:
16949         * gst/rtp/gstrtpmp4vpay.c:
16950         * gst/rtp/gstrtpmpadepay.c:
16951         * gst/rtp/gstrtpmpapay.c:
16952         * gst/rtp/gstrtppcmadepay.c:
16953         * gst/rtp/gstrtppcmapay.c:
16954         * gst/rtp/gstrtppcmudepay.c:
16955         * gst/rtp/gstrtppcmupay.c:
16956         * gst/rtp/gstrtpspeexdepay.c:
16957         * gst/rtp/gstrtpspeexpay.c:
16958         * gst/rtsp/gstrtpdec.c:
16959         * gst/smpte/gstsmpte.c:
16960         * gst/videobox/gstvideobox.c:
16961         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16962         * gst/videofilter/gstvideobalance.c:
16963         * gst/videofilter/gstvideoflip.c:
16964         * gst/videofilter/gstvideotemplate.c:
16965         (gst_videotemplate_base_init):
16966         * gst/videomixer/videomixer.c:
16967         * gst/wavenc/gstwavenc.c:
16968         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
16969          better/unified long descriptions
16970          Fixed #336602
16971          Some cleanups to auparse, don't send multiple newsegments.
16972
16973 2006-03-29  Wim Taymans  <wim@fluendo.com>
16974
16975         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
16976
16977         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
16978         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
16979         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
16980         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
16981         * ext/dv/gstdvdemux.h:
16982         Seek in READY patch. Only works for pull based mode.
16983         Fixes #323880
16984
16985 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16986
16987         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
16988         (gst_gdk_pixbuf_event):
16989           Fix two crashers: don't unref the same caps twice, and
16990           set pixbuf loader to NULL after freeing it.
16991
16992 2006-03-27  Wim Taymans  <wim@fluendo.com>
16993
16994         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
16995         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
16996         (gst_speexenc_chain):
16997         * ext/speex/gstspeexenc.h:
16998         Don't leak adapter.
16999         A push *always* takes ownership of the buffer, even on
17000         errors.
17001         Small cleanups.
17002
17003 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17004
17005         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17006           Create source pad without leaking.
17007
17008 2006-03-24  Wim Taymans  <wim@fluendo.com>
17009
17010         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17011         * ext/flac/gstflacdec.h:
17012         * ext/flac/gstflacenc.h:
17013         Spifify a bit.
17014         Fix deadly lock order error in seeking code, STREAM_LOCK
17015         cannot be taken within LOCK and the streaming variables are
17016         protected with the STREAM_LOCK anyway.
17017
17018 2006-03-24  Wim Taymans  <wim@fluendo.com>
17019
17020         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17021         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17022         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17023         this patch combines the global init_frames with the stream
17024         init_frames. Rationale being that the global delay should 
17025         be subtracted from any stream delay.
17026         Fixes #335858.
17027
17028 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17029
17030         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17031         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17032         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17033         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17034         use DEBUG_FUNCPTR for collectpads
17035
17036 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17037
17038         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17039           Don't crash when encoding images where the number of rows isn't
17040           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17041
17042 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17043
17044         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17045         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17046         * gst/interleave/interleave.c: (interleave_change_state):
17047         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17048           More state change function fixes.
17049
17050 2006-03-23  Wim Taymans  <wim@fluendo.com>
17051
17052         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17053         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17054         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17055         (gst_esdsink_delay), (gst_esdsink_reset):
17056         * ext/esd/esdsink.h:
17057         Fix esd choppy playback by configuring audiosink
17058         correctly. Fixes #325191
17059
17060 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17061
17062         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17063           Make state change function thread-safe.
17064
17065 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17066
17067         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17068         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17069           Don't try to read beyond the end of the file just because
17070           the header claims a bigger size (like with truncated files).
17071
17072 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17073
17074         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17075         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17076         (gst_wavparse_stream_data), (gst_wavparse_loop):
17077         * gst/wavparse/gstwavparse.h:
17078           Delay source pad creation until we have the first chunk of
17079           media data, so the we can examine the data and adjust the
17080           caps accordingly if required. This makes playback of .wav
17081           files with DTS-declared-as-PCM content work (#313266).
17082
17083 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17084
17085         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17086         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17087         Don't attempt typefinding on too-short buffers that have been
17088         completely trimmed away. (Fixes #330239)
17089
17090         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17091         Improve the debug output
17092
17093 2006-03-21  Wim Taymans  <wim@fluendo.com>
17094
17095         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17096         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17097         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17098         (gst_esdsink_set_property), (gst_esdsink_get_property):
17099         Some cleanups.
17100         Reset fd to -1 when we close them.
17101
17102 2006-03-21  Wim Taymans  <wim@fluendo.com>
17103
17104         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17105         the OPTIONS request result is optional so don't
17106         fail on it.
17107
17108 2006-03-21  Edward Hervey  <edward@fluendo.com>
17109
17110         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17111         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17112         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17113         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17114         (gst_wavparse_change_state):
17115         gcc 4.1 unreferenced pointer fixes.
17116
17117 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17118
17119         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17120
17121         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17122           Fix block alignment calculation. Alignment should be done before
17123           adding the byte offset where the data starts (#335231).
17124
17125 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17126
17127         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17128           Ensure that we set correct caps on buffers that are transferred
17129           direct from the input.
17130
17131 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17132
17133         * gst/goom/filters.c: (zoomFilterDestroy):
17134         * gst/goom/goom_core.c: (goom_close):
17135           Free filter data when cleaning up. (Fixes: #334995)
17136
17137 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17138
17139         * configure.ac:
17140           Don't compile udp and rtsp plugins on win32 (mingw) or other
17141           systems that don't have <sys/socket.h> for some reason (#316203).
17142
17143 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17144
17145         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17146         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17147         * ext/raw1394/gstdv1394src.h:
17148           Change bus reset handler so it reports useful information such as
17149           whether the device being used connected or disconnected
17150
17151 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17152
17153         * gst/id3demux/id3v2frames.c:
17154         (parse_relative_volume_adjustment_two):
17155           We only care about gain and peak data for the master volume.
17156
17157 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17158
17159         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17160         (parse_id_string), (parse_unique_file_identifier),
17161         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17162           Read replay gain tags (#323721).
17163
17164 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17165
17166         * configure.ac:
17167           Bump requirements to gst-plugins-base CVS because
17168           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17169
17170 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17171
17172         * rtp/gst/gstrtppcmadepay.c:
17173         Fixed one of the caps in the code from mulaw to alaw.
17174
17175 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17176
17177         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17178           Ensure that we set caps on the buffers we pass.
17179
17180         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17181         (gst_id3demux_sink_activate):
17182           Ensure that we set caps on the buffers we pass.
17183
17184           Use STREAM, TYPE_NOT_FOUND as the error class when
17185           typefinding fails.
17186
17187 2006-03-15  Edward Hervey  <edward@fluendo.com>
17188
17189         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17190         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17191         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17192         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17193         (gst_jpeg_dec_setcaps):
17194         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17195         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17196         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17197         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17198         (gst_mngdec_src_getcaps):
17199         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17200         (gst_pngdec_caps_create_and_set):
17201         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17202         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17203         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17204         * gst/alpha/gstalpha.c: (gst_alpha_init):
17205         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17206         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17207         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17208         * gst/cutter/gstcutter.c: (gst_cutter_init):
17209         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17210         (gst_efence_checkgetrange):
17211         * gst/debug/negotiation.c: (gst_negotiation_init):
17212         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17213         * gst/goom/gstgoom.c: (gst_goom_init):
17214         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17215         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17216         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17217         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17218         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17219         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17220         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17221         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17222         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17223         (gst_wavparse_create_sourcepad):
17224         Fix memleak with gst_static_pad_template_get().
17225         This uses gst_pad_new_from_static_template() instead.
17226         Fixes #333512
17227
17228 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17229
17230         * configure.ac:
17231           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17232           used by id3demux.
17233
17234         * gst/id3demux/gstid3demux.c: (plugin_init):
17235         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17236         (parse_user_text_identification_frame),
17237         (parse_unique_file_identifier):
17238           Add support for UFID and TXXX frames and extract musicbrainz tags.
17239
17240 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17241
17242         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17243           Catch short reads, like they might happen with truncated
17244           files (see #305279); remove unnecessary indentation.
17245
17246 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17247
17248         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17249           Fix DIB image inversion for pictures with a
17250           depth != 8 (#305279).
17251
17252 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17253
17254         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17255         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17256         * ext/jpeg/gstjpegdec.h:
17257           Fix durations on outgoing buffers after seeking
17258           in MJPEG files (#334083); some minor clean-ups.
17259
17260 2006-03-13  Wim Taymans  <wim@fluendo.com>
17261
17262         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17263         (gst_wavparse_change_state):
17264         Implement seek in READY (re-fixes #327658)
17265
17266 2006-03-13  Wim Taymans  <wim@fluendo.com>
17267
17268         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17269         * ext/esd/esdmon.c: (gst_esdmon_get):
17270         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17271         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17272         (gst_gdk_pixbuf_sink_getcaps):
17273         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17274         (gst_jpegenc_setcaps):
17275         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17276         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17277         (gst_smokeenc_setcaps):
17278         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17279         (gst_mngdec_src_getcaps):
17280         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17281         (gst_mngenc_chain):
17282         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17283         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17284         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17285         (speex_dec_src_event), (speex_dec_chain):
17286         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17287         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17288         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17289         (gst_negotiation_pad_link), (gst_negotiation_chain):
17290         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17291         (gst_flxdec_chain):
17292         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17293         (deinterleave_chain):
17294         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17295         * gst/median/gstmedian.c: (gst_median_link):
17296         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17297         (gst_monoscope_chain):
17298         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17299         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17300         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17301         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17302         close #333784 unref the result of gst_pad_get_parent()
17303         by: Christophe Fergeau.
17304
17305 2006-03-09  Wim Taymans  <wim@fluendo.com>
17306
17307         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17308         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17309         Handle events in push mode better, can now do non-flushing
17310         seeks in push mode as well.
17311
17312 2006-03-07  Wim Taymans  <wim@fluendo.com>
17313
17314         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17315         Applied patch from Kai Vehmanen, fixes #333624.
17316
17317 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17318
17319         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17320         Implement paletted and grayscale png files handling.
17321         (#150363).
17322
17323 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17324
17325         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17326         (gst_speexenc_chain):
17327           fix a tag list assert
17328           follow gst-plugins-base/ext/ogg/README; set OFFSET
17329           and OFFSET_END.  Muxes correctly with gst-plugins-base
17330           > 0.9.3
17331
17332 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17333
17334         * gst/id3demux/Makefile.am:
17335         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17336         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17337           Use new typefind helper functions here as well, and
17338           do typefinding in pull-mode if upstream supports that.
17339
17340 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17341
17342         * sys/sunaudio/gstsunaudiomixerctrl.c:
17343         (gst_sunaudiomixer_ctrl_get_volume),
17344         (gst_sunaudiomixer_ctrl_set_volume):
17345         * sys/sunaudio/gstsunaudiomixertrack.c:
17346         (gst_sunaudiomixer_track_new):
17347           Remove unused variables, breaks build from CVS
17348           with -Werror (#333392, patch by: Benjamin Pineau)
17349
17350 2006-03-03  Wim Taymans  <wim@fluendo.com>
17351
17352         * docs/plugins/Makefile.am:
17353         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17354         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17355         Added wavparse docs.
17356
17357         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17358         (gst_wavparse_reset), (gst_wavparse_init),
17359         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17360         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17361         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17362         (gst_wavparse_stream_data), (gst_wavparse_loop),
17363         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17364         (gst_wavparse_change_state):
17365         * gst/wavparse/gstwavparse.h:
17366         Implement seek in READY (fixes #327658)
17367         Added docs and did some cleanups.
17368
17369 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17370
17371         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17372         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17373         (gst_avi_demux_calculate_durations_from_index),
17374         (gst_avi_demux_stream_header):
17375         * gst/avi/gstavidemux.h:
17376           If we have an index, use a duration based on the index instead
17377           of blindly trusting the information in the stream headers
17378           (fixes #331817).
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 smoke and jpeg to the docs.
17387
17388         * ext/jpeg/Makefile.am:
17389         * ext/jpeg/gstjpeg.c: (plugin_init):
17390         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17391         * ext/jpeg/gstjpegenc.h:
17392         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17393         (gst_smokedec_chain):
17394         * ext/jpeg/gstsmokedec.h:
17395         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17396         * ext/jpeg/gstsmokeenc.h:
17397         * ext/jpeg/smokecodec.h:
17398         Port smokedec (fixes #331905).
17399         Added some docs.
17400         Some cleanups.
17401
17402 2006-03-03  Wim Taymans  <wim@fluendo.com>
17403
17404         * docs/plugins/Makefile.am:
17405         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17406         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17407         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17408         Added videobalance and videoflip to the docs.
17409
17410         * gst/videofilter/Makefile.am:
17411         * gst/videofilter/gstvideobalance.c:
17412         (gst_video_balance_update_tables_planar411),
17413         (gst_video_balance_is_passthrough),
17414         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17415         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17416         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17417         (gst_video_balance_finalize), (gst_video_balance_class_init),
17418         (gst_video_balance_init), (gst_video_balance_interface_supported),
17419         (gst_video_balance_interface_init),
17420         (gst_video_balance_colorbalance_list_channels),
17421         (gst_video_balance_colorbalance_set_value),
17422         (gst_video_balance_colorbalance_get_value),
17423         (gst_video_balance_colorbalance_init),
17424         (gst_video_balance_set_property), (gst_video_balance_get_property),
17425         (gst_video_balance_get_type), (plugin_init):
17426         * gst/videofilter/gstvideobalance.h:
17427         Ported to 0.10. (Fixes #326160)
17428         Added docs.
17429
17430         * gst/videofilter/gstvideoflip.c:
17431         * gst/videofilter/gstvideoflip.h:
17432         Added docs.
17433
17434 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17435
17436         * configure.ac:
17437           Bump requirements to current core and -base CVS
17438           (core for new typefind helper API, and -base for the
17439           WAVFORMATEX support that was added to libgstriff and
17440           is needed by wavparse).
17441         
17442         * gst/apetag/Makefile.am:
17443         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17444         (gst_tag_demux_sink_activate):
17445           Use new typefind helpers for typefinding instead of our
17446           home-grown stuff; also, do typefinding in pull-mode if
17447           upstream supports that.
17448
17449 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17450
17451         Reviewed by: Christian Schaller <christian@fluendo.com>
17452
17453         This patch fixes bug: 329107
17454
17455         This Changelog entry is for a commit done on February 17
17456
17457         * ext/gconf/gconf.c
17458         * ext/gconf/gconf.h
17459         * ext/gconf/gstgconfaudiosink.c
17460         * ext/gconf/gstgconfaudiosink.h
17461         * gconf/gstreamer.schemas.in
17462
17463 2006-02-28  Wim Taymans  <wim@fluendo.com>
17464
17465         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17466         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17467         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17468         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17469         Use DEBUG_OBJECT more.
17470
17471 2006-02-28  Wim Taymans  <wim@fluendo.com>
17472
17473         * docs/plugins/Makefile.am:
17474         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17475         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17476         Added dvdec and dvdemux to docs.
17477
17478         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17479         Added docs.
17480         Check frame sizes so we don't crash when don't have enough
17481         data.
17482         Send nice error messages on error.
17483
17484         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17485         (gst_dvdemux_class_init), (gst_dvdemux_init),
17486         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17487         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17488         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17489         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17490         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17491         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17492         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17493         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17494         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17495         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17496         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17497         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17498         * ext/dv/gstdvdemux.h:
17499         Added docs.
17500         Implement pull mode.
17501         Fix memleaks.
17502         Reduce memcpy for the video demuxing.
17503
17504 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17505
17506         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17507         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17508         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17509         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17510           Add a little extra debug. Make the decoder not return NOT_LINKED,
17511           as we want to continue decoding all CMML and emitting tags.
17512
17513 2006-02-27  Michael Smith  <msmith@fluendo.com>
17514
17515         * ext/annodex/gstskeltag.c:
17516         * ext/annodex/gstskeltag.h:
17517           Deleted; these files aren't used any more either.
17518
17519 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17520
17521         * ext/Makefile.am: Fix dist-check.
17522
17523 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17524
17525         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17526         memleak.
17527
17528 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17529
17530         * ext/annodex/Makefile.am:
17531         * ext/annodex/gstannodex.c:
17532         * ext/annodex/gstcmmldec.c:
17533         * ext/annodex/gstcmmlenc.c:
17534         * ext/annodex/gstcmmlparser.c:
17535         * ext/annodex/gstcmmlparser.h:
17536         * ext/annodex/gstcmmlutils.c:
17537         * tests/check/elements/cmmldec.c:
17538         * tests/check/elements/cmmlenc.c:
17539           Fix a memleak in gst_cmml_track_list_add_clip.
17540           Handle overflows in clip's start and end times.
17541           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17542           Do not parse junk at the end of a CMML preamble buffer.
17543           Register a libxml error handler to not print stuff on stderr.
17544           Check for bad clip start and end times in the testsuites.
17545
17546 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17547
17548         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17549         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17550         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17551         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17552         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17553         possible memleaks.
17554
17555 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17556
17557         * tests/check/Makefile.am:
17558         * tests/check/elements/cmmldec.c:
17559         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17560         the plugins-base tags.
17561
17562 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17563
17564         * ext/Makefile.am: Re-enable module.
17565
17566 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17567
17568         * tests/check/Makefile.am: Forgot to remove that test.
17569
17570 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17571
17572         * ext/annodex/Makefile.am:
17573         * ext/annodex/gstannodex.c: (plugin_init):
17574         * ext/annodex/gstcmmldec.c:
17575         * ext/annodex/gstskeldec.c:
17576         * ext/annodex/gstskeldec.h:
17577         * tests/check/Makefile.am:
17578         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17579
17580 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17581
17582         * tests/check/Makefile.am: Disable those checks as well.
17583
17584 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17585
17586         * ext/Makefile.am: Disable annodex for now until we figure out
17587         how to make it build.
17588         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17589         Add a rule to your checklist : "please try to at least build 
17590         what you are going to commit into -good, or if you are too lazy
17591         to do that, please check that the buildbots are not crying because
17592         of your commit."
17593
17594 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
17595
17596         * configure.ac:
17597         * ext/Makefile.am:
17598         * ext/gdk_pixbuf/Makefile.am:
17599         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17600         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17601         * ext/gdk_pixbuf/pixbufscale.c:
17602         * ext/gdk_pixbuf/pixbufscale.h:
17603           Gdkpixbuf ported from 0.8 to 0.10 by
17604           Renato Filho <renato.filho@indt.org.br>.
17605           gst_loader and gdkpixbufanimation still need port.
17606
17607 2006-02-24  Michael Smith  <msmith@fluendo.com>
17608
17609         * configure.ac:
17610         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17611         * ext/Makefile.am:
17612         * ext/annodex/Makefile.am:
17613         * ext/annodex/gstannodex.c:
17614         * ext/annodex/gstannodex.h:
17615         * ext/annodex/gstcmmldec.c:
17616         * ext/annodex/gstcmmldec.h:
17617         * ext/annodex/gstcmmlenc.c:
17618         * ext/annodex/gstcmmlenc.h:
17619         * ext/annodex/gstcmmlparser.c:
17620         * ext/annodex/gstcmmlparser.h:
17621         * ext/annodex/gstcmmltag.c:
17622         * ext/annodex/gstcmmltag.h:
17623         * ext/annodex/gstcmmlutils.c:
17624         * ext/annodex/gstcmmlutils.h:
17625         * ext/annodex/gstskeldec.c:
17626         * ext/annodex/gstskeldec.h:
17627         * ext/annodex/gstskeltag.c:
17628         * ext/annodex/gstskeltag.h:
17629         * tests/check/Makefile.am:
17630         * tests/check/elements/cmmldec.c:
17631         * tests/check/elements/cmmlenc.c:
17632         * tests/check/elements/skeldec.c:
17633           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
17634           Includes tests & docs, oh my! Passes Thomas's -good checklist
17635           entirely. Wow.
17636
17637 2006-02-24  Michael Smith  <msmith@fluendo.com>
17638
17639         * autogen.sh:
17640           Check for automake 1.9 as well.
17641
17642 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17643
17644         * ext/flac/gstflacenc.c:
17645           Change min. sample rate to 8kHz to match flacdec's.
17646           
17647 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
17648
17649         * ext/cdio/Makefile.am:
17650           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
17651           required for Cygwin, see #317048)
17652
17653         * gst/rtp/gstasteriskh263.c:
17654           Cygwin has includes for both the unix network socket API
17655           and the windows API, but only one can be included, so fix
17656           includes to only use one or the other, prefering the unxi
17657           one (#317048).
17658
17659 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17660
17661         * rtp/gst/gstrtppcmadepay.c:
17662         * rtp/gst/gstrtppcmadepay.h:
17663         * rtp/gst/gstgstrtppcmapay.c:
17664         * rtp/gst/gstgstrtppcmapay.h:
17665         * rtp/gst/gstrtppcmudepay.c:
17666         * rtp/gst/gstrtppcmudepay.h:
17667         * rtp/gst/gstrtppcmupay.c:
17668         * rtp/gst/gstrtppcmupay.h:
17669         * rtp/gst/Makefile.am:
17670         * rtp/gst/gstrtp.c:
17671         * rtp/gst/README:
17672         Separated the G711 payloaders/depayloaders into separate elements for
17673         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
17674
17675 2006-02-22  Wim Taymans  <wim@fluendo.com>
17676
17677         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
17678         (gst_dvdec_change_state):
17679         * ext/dv/gstdvdec.h:
17680         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
17681         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17682         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17683         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
17684         (gst_dvdemux_flush), (gst_dvdemux_chain),
17685         (gst_dvdemux_change_state):
17686         * ext/dv/gstdvdemux.h:
17687         Ueber spiffify some more, added debug category.
17688         Use _scale.
17689         Use segments, respect playback rate from newsegment.
17690         Fix refcount issue.
17691
17692 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
17693
17694         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
17695         (gst_signal_processor_process):
17696         Fix compilation of LADPSA. It doesn't seem to work, and isn't
17697         enabled for the build, but it helps me win the feature-count
17698         competitions ooh yeah.
17699
17700 2006-02-19  Wim Taymans  <wim@fluendo.com>
17701
17702         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
17703         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
17704         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
17705         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
17706         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
17707         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
17708         Use scaling code for added precission and more correct stop
17709         position in case scale==0.
17710
17711 2006-02-19  Wim Taymans  <wim@fluendo.com>
17712
17713         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17714         (gst_flxdec_chain):
17715         * gst/flx/gstflxdec.h:
17716         Implement DURATION query.
17717
17718 2006-02-19  Wim Taymans  <wim@fluendo.com>
17719
17720         * gst/flx/flx_color.h:
17721         * gst/flx/flx_fmt.h:
17722         * gst/flx/gstflxdec.c: (gst_flxdec_init),
17723         (gst_flxdec_src_query_handler), (flx_decode_color),
17724         (gst_flxdec_chain):
17725         * gst/flx/gstflxdec.h:
17726         Set MALLOCDATA for the temp buffers so we don't leak.
17727         Some debug cleanups.
17728         Consume all data in the adapter before leaving the chain
17729         function. Fixes #330678.
17730
17731 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17732
17733         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17734         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
17735          Handle 0 data size in otherwise valid frames.
17736          Handle numeric strings in 2.4.0 even when not in parentheses 
17737
17738 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
17739
17740         * gst/matroska/matroska-demux.c:
17741         (gst_matroska_demux_subtitle_caps),
17742         (gst_matroska_demux_plugin_init):
17743         * gst/matroska/matroska-ids.h:
17744           Recognise SSA/ASS and USF subtitle formats and
17745           set proper caps when they are found.
17746
17747 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17748
17749         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
17750         (gst_jpeg_dec_chain):
17751           Fix invalid memory access for some odd-sized images
17752           (see image contained in quicktime stream in #327083);
17753           use g_malloc() instead of g_alloca().
17754
17755 2006-02-17  Wim Taymans  <wim@fluendo.com>
17756
17757         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17758         Patch from Sebastien Cote, fixes #319884
17759
17760 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17761
17762         * ext/cdio/gstcdio.c: (plugin_init):
17763           Init debug category (#331253).
17764
17765 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17766
17767         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
17768           Pass extra_data to gst_riff_create_audio_caps(), so that
17769           WAVEFORMATEX stuff works. Post audio codec name and post
17770           it as taglist on the bus. Allow up to 8 channesl for raw
17771           PCM in the source pad template caps.
17772
17773 2006-02-16  Wim Taymans  <wim@fluendo.com>
17774
17775         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17776         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17777         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
17778         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
17779         (gst_multipart_set_property), (gst_multipart_get_property):
17780         Applied #318663. Gives quite a few false positives in
17781         autoscan mode, but it's better than nothing. Not closing yet.
17782
17783 2006-02-16  Wim Taymans  <wim@fluendo.com>
17784
17785         * docs/plugins/Makefile.am:
17786         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17787         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17788         * docs/plugins/gst-plugins-good-plugins.args:
17789         * docs/plugins/inspect/plugin-udp.xml:
17790         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
17791         (gst_udpsrc_start):
17792         Update documentation.
17793         Fix args.
17794
17795 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
17796
17797         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
17798         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
17799         frame size. (Fixes #331368)
17800
17801 2006-02-16  Wim Taymans  <wim@fluendo.com>
17802
17803         * gst/rtsp/README:
17804         Updated README.
17805
17806         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
17807         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
17808         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
17809         * gst/rtsp/gstrtspsrc.h:
17810         Make sure the RTP port is an even port an try to allocate 
17811         another if not.
17812         Added retry property to control max retries for port allocation.
17813         Make sure RTCP port is RTP port+1.
17814         Cleanup when port allocation fails.
17815         Fixes #319183.
17816         
17817 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17818
17819         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
17820           Don't ignore return value of the parent class's state
17821           change function (#331385, patch by: Wouter Paesen).
17822
17823 2006-02-15  Wim Taymans  <wim@fluendo.com>
17824
17825         * configure.ac:
17826         * docs/plugins/Makefile.am:
17827         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17828         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17829         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17830         * ext/Makefile.am:
17831         * ext/hal/Makefile.am:
17832         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
17833         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
17834         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
17835         (do_toggle_element), (gst_hal_audio_sink_set_property),
17836         (gst_hal_audio_sink_get_property),
17837         (gst_hal_audio_sink_change_state):
17838         * ext/hal/gsthalaudiosink.h:
17839         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
17840         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
17841         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
17842         (do_toggle_element), (gst_hal_audio_src_set_property),
17843         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
17844         * ext/hal/gsthalaudiosrc.h:
17845         * ext/hal/gsthalelements.c: (plugin_init):
17846         * ext/hal/gsthalelements.h:
17847         * ext/hal/hal.c: (gst_hal_get_string),
17848         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
17849         (gst_hal_get_audio_src):
17850         * ext/hal/hal.h:
17851         Add HAL sound device wrapper plugins. Closes #329106
17852
17853 2006-02-15  Wim Taymans  <wim@fluendo.com>
17854
17855         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17856         Add comment in a fultile attempt to stop the copy-and-paste 
17857         paradigm leading to duplication of bad code.
17858
17859         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
17860         Mime parameters have to be checked case insensitive
17861
17862 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17863
17864         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
17865           Advance stream time for lagging subtitle streams by sending
17866           newsegment events with the update flag set.
17867
17868 2006-02-14  Edward Hervey  <edward@fluendo.com>
17869
17870         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17871         There can be bogus data before the hdrl LIST tag in the RIFF header.
17872         It's hard to say if it's not respecting the AVI specifications or not,
17873         but since Google Video is producing AVIs like that and the other player
17874         don't seem to complain, I guess we should do the same.
17875
17876 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
17877
17878         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
17879         (parse_split_strings):
17880         Add more validation to ensure that a char encoding conversion
17881         produced a valid UTF-8 string.
17882
17883 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
17884
17885         Reviewed by: Edward Hervey  <edward@fluendo.com>
17886
17887         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17888         Properly handle end of segment. Closes #330885.
17889
17890 2006-02-13  Wim Taymans  <wim@fluendo.com>
17891
17892         * gst/rtp/gstrtpmp4gpay.h:
17893         For got to commit this one.
17894
17895 2006-02-12  Wim Taymans  <wim@fluendo.com>
17896
17897         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
17898         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
17899         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
17900         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
17901         * gst/rtp/gstrtpmp4gpay.h:
17902         Make more things work.
17903         Handle ACC config strings.
17904
17905 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17906
17907         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
17908           set timestamps if no incoming timestamps set
17909
17910 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
17911
17912         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
17913         (gst_tag_demux_do_typefind):
17914           ... and fix the very same leaks in GstTagDemux.
17915
17916 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
17917
17918         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
17919         (gst_id3demux_do_typefind):
17920         Fix a couple of mem leaks. (Patch by Jonathan Matthew
17921         <jonathan at kaolin dot wh9 dot net>)
17922
17923 2006-02-10  Wim Taymans  <wim@fluendo.com>
17924
17925         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17926         First set options, then set caps or else the baseclass
17927         will not know about the options, duh.
17928
17929 2006-02-10  Wim Taymans  <wim@fluendo.com>
17930
17931         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
17932         (gst_rtp_mp4v_pay_setcaps):
17933         Don't waste time looking for a config string if we have codec_info
17934         on the incomming caps.
17935
17936 2006-02-10  Wim Taymans  <wim@fluendo.com>
17937
17938         * gst/rtp/README:
17939         Say something about case-sensitivity of caps vs mime-attributes.
17940
17941         * gst/rtp/Makefile.am:
17942         * gst/rtp/gstrtp.c: (plugin_init):
17943         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17944         (gst_rtp_amr_pay_handle_buffer):
17945         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
17946         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
17947         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
17948         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
17949         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
17950         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
17951         (gst_rtp_mp4g_pay_plugin_init):
17952         * gst/rtp/gstrtpmp4gpay.h:
17953         Added beginnings of mpeg4-generic payloader (RFC 3640)
17954
17955 2006-02-09  Wim Taymans  <wim@fluendo.com>
17956
17957         * gst/rtsp/Makefile.am:
17958         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
17959         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
17960         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
17961         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
17962         (gst_rtpdec_change_state):
17963         * gst/rtsp/gstrtpdec.h:
17964         * gst/rtsp/gstrtsp.c: (plugin_init):
17965         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
17966         * gst/rtsp/rtspconnection.c: (read_body),
17967         (rtsp_connection_receive):
17968         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
17969         Resurected rtpdec to make rtspsrc happy again.
17970         Skip attributes from the session id.
17971         Don't crash when dumping a message with an empty body.
17972
17973
17974 2006-02-09  Wim Taymans  <wim@fluendo.com>
17975
17976         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
17977         Added more meaningfull warnings when something goes wrong.
17978         Clear F bit on outgoing AMR packets.
17979
17980         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
17981         (gst_rtp_amr_pay_handle_buffer):
17982         Added debugging category
17983         Support payloading of multiple AMR frames.
17984
17985         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
17986         Added some debugging.
17987
17988 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17989
17990         * configure.ac:
17991           Back to CVS
17992
17993 === release 0.10.2 ===
17994
17995 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17996
17997         * configure.ac:
17998           releasing 0.10.2, "Papa was a rolling stone"
17999
18000 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18001
18002         * configure.ac:
18003           Bump core and plugins-base requirement to 0.10.2.2
18004           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18005
18006 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18007
18008         * ext/flac/gstflac.c: (plugin_init):
18009         * ext/speex/gstspeex.c: (plugin_init):
18010           Register musicbrainz tags.
18011
18012 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18013
18014         * ext/gconf/gconf.h:
18015           Remove declaration of function that no longer exists.
18016
18017 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18018
18019         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18020         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18021         Make shout2 work for non ogg streams
18022
18023 2006-02-06  Wim Taymans  <wim@fluendo.com>
18024
18025         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18026         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18027         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18028         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18029         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18030         * gst/udp/gstmultiudpsink.h:
18031         Updated docs.
18032         Added properties bytes-served, bytes_to_serve.
18033         Post proper error messages,
18034         Emit client added signal too.
18035
18036 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18037
18038         * docs/plugins/Makefile.am:
18039         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18040         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18041         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18042         (gst_multiudpsink_get_stats):
18043           adding docs for multiudpsink
18044
18045 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18046
18047         * gst/level/gstlevel.c: (gst_level_transform_ip):
18048           peak below decay is not necessarily an error, so don't ERROR log
18049
18050 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18051
18052         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18053         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18054         (gst_ebml_write_seek):
18055         * gst/matroska/ebml-write.h:
18056           Make sure we send a newsegment event in BYTES format
18057           before sending buffers (#328531).
18058
18059 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18060
18061         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18062         (gst_dvdemux_sink_query):
18063         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18064         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18065         (speex_dec_src_query):
18066         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18067         (gst_speexenc_sink_query):
18068         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18069         * gst/matroska/matroska-demux.c:
18070         (gst_matroska_demux_get_src_query_types),
18071         (gst_matroska_demux_handle_src_query):
18072         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18073         (gst_wavparse_pad_query):
18074           Pass unhandled queries upstream instead of just dropping
18075           them (#326446). Update query type arrays here and there.
18076
18077 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18078
18079         * tests/check/elements/matroskamux.c: (setup_src_pad):
18080           Collectpads in core got changed and now also holds a
18081           reference to any pad that is part of it. Fix refcount
18082           checks in test case accordingly.
18083
18084 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18085
18086         * gst/apetag/gstapedemux.h:
18087           Fix include, for now GstTagDemux is in the apetag dir.
18088
18089 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18090
18091         * docs/plugins/Makefile.am:
18092         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18093         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18094         * docs/plugins/inspect/plugin-cdio.xml:
18095           Add cdio plugin to docs.
18096
18097         * ext/cdio/gstcdiocddasrc.c:
18098           Add gtk-doc blurb.
18099
18100         * ext/cdio/gstcdio.c:
18101           The plugin is called 'cdio' not 'cddio'.
18102
18103 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18104
18105         * configure.ac:
18106         * docs/plugins/Makefile.am:
18107         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18108         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18109         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18110         * docs/plugins/inspect/plugin-apetag.xml:
18111         * gst/apetag/Makefile.am:
18112         * gst/apetag/gstapedemux.c:
18113         * gst/apetag/gstapedemux.h:
18114         * gst/apetag/gsttagdemux.c:
18115         * gst/apetag/gsttagdemux.h:
18116           Add APE tag demuxer (#325649).
18117
18118 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18119
18120         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18121         (gst_gconf_get_default_video_sink),
18122         (gst_gconf_get_default_audio_src),
18123         (gst_gconf_get_default_video_src):
18124         * ext/gconf/gconf.h:
18125         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18126         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18127         (do_toggle_element):
18128         * ext/gconf/gstgconfaudiosink.h:
18129         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18130         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18131         (do_toggle_element):
18132         * ext/gconf/gstgconfaudiosrc.h:
18133         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18134         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18135         (do_toggle_element):
18136         * ext/gconf/gstgconfvideosink.h:
18137         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18138         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18139         (do_toggle_element):
18140         * ext/gconf/gstgconfvideosrc.h:
18141           Ignore changing the GConf key to "". Ignore GConf key updates
18142           that don't actually change the string.
18143           For now, ignore the GConf key when the state is > READY, as
18144           it breaks streaming. Sometime it will be nice to bring the
18145           new sink online even mid-stream, by sending NEWSEGMENT info
18146           and possibly prerolling.
18147           (Fixes #326736)
18148
18149 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18150
18151         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18152         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18153         (zoomFilterSetResolution), (zoomFilterDestroy),
18154         (zoomFilterFastRGB), (pointFilter):
18155         * gst/goom/filters.h:
18156         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18157         (goom_update), (goom_close):
18158         * gst/goom/goom_core.h:
18159         * gst/goom/goom_tools.h:
18160         * gst/goom/graphic.c:
18161         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18162         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18163         * gst/goom/gstgoom.h:
18164         * gst/goom/lines.c: (goom_lines):
18165         * gst/goom/lines.h:
18166           Make goom reentrant by moving all important static variables
18167           into instance structures.
18168           (Fixes #329181)
18169
18170 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18171
18172         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18173         (gst_avi_demux_all_source_pads_unlinked),
18174         (gst_avi_demux_process_next_entry):
18175         * gst/avi/gstavidemux.h:
18176           Third attempt, use gst_pad_is_linked() this time.
18177
18178 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18179
18180         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18181         (parse_split_strings):
18182         Adjust for data length indicators when parsing (Fixes #329810)
18183         Fix stupid bug parsing UTF-8 tag text.
18184         Output tag strings with multiple fields as multiple tags, so the
18185         app gets all the data.
18186
18187 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18188
18189         * ext/flac/gstflacenc.c:
18190         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18191         show me.
18192         
18193 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18194
18195         * ext/flac/gstflacenc.c:
18196         * gst/matroska/ebml-read.c:
18197         Just make it compile with --disable-gst-debug.
18198
18199 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18200
18201         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18202         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18203         (id3v2_genre_fields_to_taglist):
18204           Never output a tag with a null contents string.
18205
18206 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18207
18208         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18209           Only pause if all pads are unlinked AND we've tried to send data
18210           on all of them at least once.
18211
18212 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18213
18214         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18215         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18216           Make loop function/task pause itself when all source pads are
18217           unlinked.
18218
18219 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18220
18221         * configure.ac:
18222         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18223           Use new functions from core to render a bin from a
18224           string. Fixes build. Up requirements to core CVS.
18225
18226 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18227
18228         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18229           Don't push buffers into the adapter that we are going to
18230           push downstream again without framing anyway. Also, the
18231           adaptor takes ownership of buffers put into it (fixes
18232           auparse pushing invalid buffers for .au files with
18233           ADPCM contents). Finally, set caps on all outgoing buffers.
18234
18235 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18236
18237         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18238         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18239         (gst_id3demux_send_tag_event):
18240         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18241         Someone should kick my butt. Remove ID3v1 tags from the end of the
18242         file.
18243
18244         Improve error messages. Send the TAG message as soon as we complete
18245         typefinding, instead of waiting until we send the first buffer.
18246         Downstream tag event is still sent before the first buffer.
18247
18248 2006-01-27  Jan Gerber  <j@bootlab.org>
18249
18250         Reviewed by: Andy Wingo <wingo@pobox.com>
18251
18252         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18253         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18254         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18255         to not have warings flooding stderr. this is the suggested way
18256         also used in dvgrab and kino. (#328336)
18257
18258 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18259
18260         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18261         (gst_oss_sink_init), (gst_oss_sink_finalise):
18262           Free the device name string when finalised.
18263
18264 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18265
18266         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18267           Don't put function calls in g_return_if_fail() statements,
18268           or they'll be replaced with NOOPs if someone compiles with
18269           G_DISABLE_CHECKS defined.
18270           
18271 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18272
18273         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18274         Never trust ANY information encoded in a media file, especially
18275         when it's giving you sizes. (Fixes #328452)
18276
18277 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18278
18279         * gst/rtp/gstrtpg711pay.c:
18280         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18281         bug #325148.
18282
18283 2006-01-23  Edward Hervey  <edward@fluendo.com>
18284
18285         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18286         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18287         * gst/matroska/matroska-ids.h:
18288         Added recognition of Real Audio and Video streams in matroska demuxer.
18289
18290 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18291
18292         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18293           Remove errant break statement, and fix compilation with
18294           older GCC.
18295
18296 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18297
18298         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18299
18300         * sys/sunaudio/gstsunaudiomixerctrl.c:
18301         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18302           Export functions that are needed in other parts of the code,
18303           makes the mixer actually work; adjust magic minimum buffer-time
18304           value from 3ms to 5ms to work around stuttering during mp3
18305           playback (#327765).
18306
18307 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18308
18309         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18310
18311         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18312         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18313           Fix possible deadlock in matroska muxer (#327825).
18314
18315 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18316
18317         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18318         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18319         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18320         * gst/rtsp/sdpmessage.h:
18321         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18322         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18323           C89 fixes: declare variables at the beginning of a block and
18324           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18325           <jensgr at gmx dot net>).
18326
18327 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18328
18329         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18330         * gst/id3demux/id3tags.h:
18331         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18332         (parse_comment_frame), (parse_text_identification_frame),
18333         (id3v2_tag_to_taglist), (id3v2_are_digits),
18334         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18335         (parse_split_strings), (free_tag_strings):
18336           Rewrite parsing of text tags to handle multiple NULL terminated
18337           strings. Parse numeric genre strings and ID3v2 type
18338           "(3)(6)Alternative" style genre strings.
18339           Parse dates that are only YYYY or YYYY-mm format.
18340           (Fixes #328241 and #322154)
18341
18342 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18343
18344         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18345           Don't forget to initialize liboil, otherwise our oil functions
18346           will crash (fixes #327871; patch by: Christoph Burghardt
18347           <hawkes at web dot de>).
18348
18349 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18350
18351         * configure.ac:
18352           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18353           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18354           patch by: Brian Cameron <brian dot cameron at sun dot com>
18355
18356 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18357
18358         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18359         * ext/cdio/gstcdio.h:
18360         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18361           Fix build for libcdio versions >= 76; give slightly lower rank
18362           than cdparanoia.
18363
18364 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18365
18366         * configure.ac:
18367         * ext/Makefile.am:
18368         * ext/cdio/Makefile.am:
18369         * ext/cdio/gstcdio.c:
18370         * ext/cdio/gstcdio.h:
18371         * ext/cdio/gstcdiocddasrc.c:
18372         * ext/cdio/gstcdiocddasrc.h:
18373           Port libcdio cdda source, formerly known as cddasrc, now known as
18374           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18375           but that's not tested (fixes #317658).
18376
18377 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18378
18379         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18380           Fix conversion from TIME to BYTES format (fixes #326864;
18381           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18382
18383 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18384
18385         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18386           Fix compilation of id3demux when zlib is not present.
18387           (Fixes #326602; patch by: Sergey Scobich)
18388
18389 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18390
18391         * ext/esd/Makefile.am:
18392           Add $(ESD_CFLAGS), otherwise build will fail for folks
18393           with libesd in a non-standard prefix (#327009).
18394
18395 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18396
18397         * configure.ac:
18398           back to HEAD
18399
18400 === release 0.10.1 ===
18401
18402 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18403
18404         * configure.ac:
18405           releasing 0.10.1, "Li"
18406
18407 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18408
18409           patch by: Wim Taymans
18410
18411         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18412           fix memleak.  Fixes #326618
18413
18414 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18415
18416           patch by: Mike Smith
18417
18418         * gst/level/gstlevel.c: (gst_level_message_new),
18419         (gst_level_message_append_channel):
18420           Fix memleak.  Fixes #326612
18421
18422 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18423
18424         * configure.ac:
18425           prereleasing
18426         * po/af.po:
18427         * po/az.po:
18428         * po/cs.po:
18429         * po/en_GB.po:
18430         * po/hu.po:
18431         * po/it.po:
18432         * po/nb.po:
18433         * po/nl.po:
18434         * po/or.po:
18435         * po/sq.po:
18436         * po/sr.po:
18437         * po/sv.po:
18438         * po/uk.po:
18439         * po/vi.po:
18440           update translations
18441
18442 2006-01-10  Michael Smith  <msmith@fluendo.com>
18443
18444         * gst/level/gstlevel.c: (gst_level_class_init),
18445         (gst_level_dispose):
18446           Don't leak filter arrays.
18447
18448 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18449
18450         reviewed by: Christian Schaller <uraeus@gnome.org>
18451         
18452         * configure.ac:
18453         * gst-plugins-good.spec.in:
18454         * sys/Makefile.am:
18455         * sys/sunaudio/Makefile.am:
18456         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18457         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18458         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18459         (gst_sunaudiomixer_change_state):
18460         * sys/sunaudio/gstsunaudiomixer.h:
18461         * sys/sunaudio/gstsunaudiomixerctrl.c:
18462         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18463         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18464         (gst_sunaudiomixer_ctrl_list_tracks),
18465         (gst_sunaudiomixer_ctrl_get_volume),
18466         (gst_sunaudiomixer_ctrl_set_volume),
18467         (gst_sunaudiomixer_ctrl_set_mute),
18468         (gst_sunaudiomixer_ctrl_set_record):
18469         * sys/sunaudio/gstsunaudiomixerctrl.h:
18470         * sys/sunaudio/gstsunaudiomixertrack.c:
18471         (gst_sunaudiomixer_track_class_init),
18472         (gst_sunaudiomixer_track_init), (fill_labels),
18473         (gst_sunaudiomixer_track_new):
18474         * sys/sunaudio/gstsunaudiomixertrack.h:
18475         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18476         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18477         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18478         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18479         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18480         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18481         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18482         * sys/sunaudio/gstsunaudiosink.h:
18483
18484         Add SunAudio plugin - tested to make sure it doesn't break
18485         the build under GNU/Linux.      
18486
18487 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18488
18489         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18490         * gst-plugins-good/gst/udp/gstudpsrc.c:
18491         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18492         overrides the port or multicast parameters. Fixes bugs #323021.
18493         API addition: adds GstUDPSrc::sockfd property   
18494
18495 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18496
18497         * ext/gconf/Makefile.am:
18498         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18499         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18500         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18501         (do_toggle_element), (cb_toggle_element),
18502         (gst_gconf_audio_src_change_state):
18503         * ext/gconf/gstgconfaudiosrc.h:
18504         * ext/gconf/gstgconfelements.c: (plugin_init):
18505         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18506         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18507         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18508         (do_toggle_element), (cb_toggle_element),
18509         (gst_gconf_video_src_change_state):
18510         * ext/gconf/gstgconfvideosrc.h:
18511           Add new gconfaudiosrc and gconfvideosrc elements
18512           (needed for gnome-sound-recorder).
18513
18514 2006-01-06  Edward Hervey  <edward@fluendo.com>
18515
18516         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18517         Add gst_element_no_more_pads() for proper decodebin behaviour.
18518         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18519         (parse_text_identification_frame), (parse_split_strings):
18520         Failure to decode some tags is not a GST_ERROR() but a
18521         GST_WARNING()
18522         When iterating over a chunk of text, check that we haven't gone too
18523         far.
18524
18525 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18526
18527         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18528         (plugin_init):
18529           call oil_init() when using liboil
18530
18531 2006-01-04  Wim Taymans  <wim@fluendo.com>
18532
18533         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18534         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18535         Fix leaks.
18536
18537 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18538
18539         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18540
18541         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18542         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18543         (gst_flac_dec_change_state):
18544           Don't g_assert() where we should just return FALSE; remove
18545           unnecessary g_assert(); initialize some fields properly in
18546           state change function (fixes #325504). Also, use
18547           GST_DEBUG_OBJECT in two more places.
18548
18549 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18550
18551         * configure.ac:
18552           also remove smoothwave's Makefile.am
18553         * docs/plugins/Makefile.am:
18554           fix plugin docs
18555
18556 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18557
18558         * tests/examples/Makefile.am:
18559           added missing Makefile.am
18560
18561 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18562
18563         * configure.ac:
18564         * gst/level/Makefile.am:
18565         * gst/level/level-example.c:
18566         * tests/Makefile.am:
18567         * tests/examples/level/Makefile.am:
18568         * tests/examples/level/level-example.c: (message_handler), (main):
18569           moved level-example to tests/examples/level-example
18570         * tests/old/examples/level/demo.c: (main):
18571         * tests/old/examples/level/plot.c: (main):
18572           some initial fixes
18573
18574 2005-12-29  Michael Smith  <msmith@fluendo.com>
18575
18576         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18577         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18578         * gst/udp/gstmultiudpsink.h:
18579           Track packets sent per client in addition to bytes sent; provide
18580           this info through get-stats signal
18581
18582 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18583
18584         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18585           Can't use gst_object_unref() on a GstAdapter (#325191).
18586
18587 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18588
18589         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18590         If a broken tag has 0 bytes payload, at least still skip
18591         the 10 byte header
18592
18593 2005-12-22  Philippe Khalaf  <burger@speedy.org>
18594
18595         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
18596         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18597         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
18598         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18599           Making these depayloaders (H263+ and mpeg4 video) inherit from
18600           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
18601
18602 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18603
18604         * docs/plugins/gst-plugins-good-plugins.args:
18605         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18606         Regenerate the plugin hiearchy.
18607
18608 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
18609
18610         * docs/plugins/Makefile.am:
18611         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18612         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18613         * docs/plugins/gst-plugins-good-plugins.args:
18614         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
18615         (gst_id3demux_base_init), (gst_id3demux_class_init),
18616         (gst_id3demux_chain):
18617         * gst/id3demux/gstid3demux.h:
18618           Add documentation for id3demux.
18619           Don't fail if the first buffer is not at offset 0, just
18620           attempt to typefind and do pass through
18621           Rename the gst_type function from gst_gst_id3demux..
18622
18623 2005-12-20  Michael Smith  <msmith@fluendo.com>
18624
18625         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18626         (gst_multiudpsink_add), (gst_multiudpsink_remove),
18627         (gst_multiudpsink_get_stats):
18628         * gst/udp/gstmultiudpsink.h:
18629           Collect statistics; return them from get_stats.
18630
18631 2005-12-19  Edward Hervey  <edward@fluendo.com>
18632
18633         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
18634         Stupid signedness issue...
18635
18636 2005-12-19  Edward Hervey  <edward@fluendo.com>
18637
18638         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18639         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18640         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
18641         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
18642         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
18643         Construct index for indexless files.
18644         Make sure pad/buffers are correctly reset to NULL once we don't need
18645         them anymore, else we get lovely segfaults/assertions.
18646         * gst/wavparse/gstwavparse.c:
18647         Yes, you can have 96KHz audio and wma in wav :(
18648
18649 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18650
18651         * configure.ac:
18652           Check for optional dependency on zlib for id3demux
18653
18654         * gst/id3demux/Makefile.am:
18655         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
18656         (gst_id3demux_base_init), (gst_id3demux_class_init),
18657         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
18658         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
18659         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
18660         (gst_id3demux_set_property), (gst_id3demux_get_property),
18661         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
18662         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
18663         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
18664         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
18665         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
18666         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
18667         (simple_find_peek), (simple_find_suggest),
18668         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
18669         (plugin_init):
18670         * gst/id3demux/gstid3demux.h:
18671         * gst/id3demux/id3tags.c: (read_synch_uint),
18672         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
18673         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
18674         (id3demux_id3v2_frames_to_tag_list):
18675         * gst/id3demux/id3tags.h:
18676         * gst/id3demux/id3v2.4.0-frames.txt:
18677         * gst/id3demux/id3v2.4.0-structure.txt:
18678         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18679         (parse_comment_frame), (parse_text_identification_frame),
18680         (id3v2_tag_to_taglist), (parse_split_strings):
18681           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
18682           otherwise it discards them. Works on my test files. 
18683
18684         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
18685           Don't send EOS to a non-existing srcpad
18686           The debug category can be static
18687
18688 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18689
18690         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
18691         * ext/esd/esdsink.c: (gst_esdsink_prepare):
18692         * gst/multipart/multipartdemux.c:
18693           change some char* into char[]
18694
18695 2005-12-16  Wim Taymans  <wim@fluendo.com>
18696
18697         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18698         (gst_wavparse_other), (gst_wavparse_perform_seek),
18699         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18700         (gst_wavparse_loop), (gst_wavparse_pad_convert),
18701         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
18702         * gst/wavparse/gstwavparse.h:
18703         Use GstSegment to implement more seeking features.
18704
18705 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18706
18707         * gst/rtsp/rtspconnection.c:
18708           Add <netinet/in.h> include and move <arpa/inet.h> include
18709           to make things work on OpenBSD as well (fixes #323717;
18710           patch by: Benjamin Pineau)
18711
18712 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18713
18714         * gst/rtp/gstrtpspeexdepay.c:
18715         * gst/rtp/gstrtpspeexpay.c:
18716         Set clock rate to be fixed in 8000. It fixes bug #324012.
18717
18718 2005-12-14  Philippe Khalaf  <burger@speedy.org>
18719
18720         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
18721         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
18722         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
18723         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18724         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
18725         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
18726         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
18727         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
18728         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
18729         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
18730         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
18731         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
18732         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
18733         * gst-plugins-good/gst/rtp/README:
18734         Fixed payload range in payloder caps. Removed payload range completely
18735         from depayloaders as they don't require payload type in their caps.
18736         In effect, there isn't any specific payload type for any given codec,
18737         only suggestions.
18738         Fixes bug #324011.
18739
18740 2005-12-13  Julien MOUTTE  <julien@moutte.net>
18741
18742         * gst/videomixer/videomixer.c: (gst_videomixer_init),
18743         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18744         (gst_videomixer_collected): Code cleanup and re-enabling 
18745         queued time validity check for correct EOS handling.
18746
18747 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
18748
18749         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
18750         (gst_oss_mixer_element_get_property),
18751         (gst_oss_mixer_element_change_state):
18752         Add 'device-name' property and fix state change function.
18753
18754 2005-12-13  Edward Hervey  <edward@fluendo.com>
18755
18756         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
18757         If the speed of the file is null in the header, set the frame_time to
18758         the default setting of GST_SECOND / 70. Which is the default
18759         frame_delay for .fli files as stated in this document :
18760         http://www.compuphase.com/flic.htm
18761         Would be nice to have the time conversion done properly too (duration =
18762         flxh->frames * flxdec->frame_time)
18763
18764 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18765
18766         * docs/plugins/Makefile.am:
18767         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18768         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18769         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18770         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18771         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18772         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
18773         documentation for videomixer on my way with a funny sample
18774         pipeline.
18775
18776 2005-12-12  Julien MOUTTE  <julien@moutte.net>
18777
18778         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
18779         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
18780         (gst_videomixer_update_queues), (gst_videomixer_collected):
18781         Fix caps negotiation. (#323896)
18782
18783 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
18784
18785         * gst/matroska/matroska-demux.c:
18786         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
18787           Set correct timestamps on audio laces, fixes playback of mp3 from
18788                 matroska.
18789
18790 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18791
18792         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
18793         (gst_au_parse_class_init), (gst_au_parse_init),
18794         (gst_au_parse_dispose), (gst_au_parse_chain),
18795         (gst_au_parse_change_state), (plugin_init):
18796         * gst/auparse/gstauparse.h:
18797           Use gst_object_unref() for GstObjects instead of
18798           g_object_unref() and fix a mem leak in a debug
18799           statement; while we're at it, also borgify, use
18800           boilerplate macros and clean up a little bit.
18801
18802 2005-12-11  Edward Hervey  <edward@fluendo.com>
18803
18804         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18805         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
18806         Added pull mode.
18807
18808 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18809
18810         * gst/goom/gstgoom.c:
18811         * gst/level/level-example.c: (main):
18812         * gst/smoothwave/demo-osssrc.c: (main):
18813           Use audiotestsrc instead of sinesrc (#323798).
18814
18815 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
18816
18817         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
18818           more debug-func-ptr usage
18819
18820 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
18821
18822         * gst/flx/flx_color.c: (flx_colorspace_convert):
18823         * gst/flx/flx_color.h:
18824         * gst/flx/flx_fmt.h:
18825         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
18826         * gst/flx/gstflxdec.h:
18827           Now flxdec works on big-endian machines as well.
18828
18829 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
18830
18831         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18832         (gst_fenced_buffer_copy):
18833           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
18834           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
18835           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
18836           and use GST_DEBUG_FUNCPTR for pad functions.
18837
18838 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18839
18840         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
18841         (gst_flac_dec_class_init), (gst_flac_dec_init),
18842         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
18843         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
18844         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
18845         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
18846         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
18847         (gst_flac_dec_change_state):
18848         * ext/flac/gstflacdec.h:
18849           Rewrite flacdec a bit, so that even seeking might work now. Most
18850           importantly, don't act upon any flow return values we get, just tell
18851           the decoder everything's dandy and act on the flow return values
18852           later on in the loop function. We don't want to mess up the internal
18853           decoder state for non-fatal things like flushing pads etc. Other
18854           than that, use GstSegment (segment seeks don't work yet though, but
18855           should be easy to add), use boilerplate macros, drop the superfluous
18856           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
18857           lots of other things.
18858
18859 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
18860
18861         * configure.ac:
18862           Update comment in OSS includes check.
18863
18864         * sys/oss/gstossdmabuffer.c:
18865         * sys/oss/gstosshelper.c:
18866         * sys/oss/gstossmixer.c:
18867         * sys/oss/gstossmixertrack.c:
18868         * sys/oss/gstosssink.c:
18869         * sys/oss/gstosssrc.c:
18870         * sys/oss/oss_probe.c:
18871           Don't assume the OSS soundcard.h include is always in
18872           the sys/ directory. Instead, use the existing defines
18873           from config.h to include the right file. Fixes
18874           compilation on OpenBSD 3.8 (#323718).
18875
18876 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18877
18878         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18879         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18880         * docs/plugins/inspect/plugin-1394.xml:
18881         * docs/plugins/inspect/plugin-aasink.xml:
18882         * docs/plugins/inspect/plugin-alaw.xml:
18883         * docs/plugins/inspect/plugin-alpha.xml:
18884         * docs/plugins/inspect/plugin-alphacolor.xml:
18885         * docs/plugins/inspect/plugin-auparse.xml:
18886         * docs/plugins/inspect/plugin-autodetect.xml:
18887         * docs/plugins/inspect/plugin-avi.xml:
18888         * docs/plugins/inspect/plugin-cacasink.xml:
18889         * docs/plugins/inspect/plugin-cairo.xml:
18890         * docs/plugins/inspect/plugin-cutter.xml:
18891         * docs/plugins/inspect/plugin-debug.xml:
18892         * docs/plugins/inspect/plugin-dv.xml:
18893         * docs/plugins/inspect/plugin-efence.xml:
18894         * docs/plugins/inspect/plugin-effectv.xml:
18895         * docs/plugins/inspect/plugin-esdsink.xml:
18896         * docs/plugins/inspect/plugin-flac.xml:
18897         * docs/plugins/inspect/plugin-flxdec.xml:
18898         * docs/plugins/inspect/plugin-gconfelements.xml:
18899         * docs/plugins/inspect/plugin-goom.xml:
18900         * docs/plugins/inspect/plugin-jpeg.xml:
18901         * docs/plugins/inspect/plugin-level.xml:
18902         * docs/plugins/inspect/plugin-matroska.xml:
18903         * docs/plugins/inspect/plugin-mulaw.xml:
18904         * docs/plugins/inspect/plugin-multipart.xml:
18905         * docs/plugins/inspect/plugin-navigationtest.xml:
18906         * docs/plugins/inspect/plugin-ossaudio.xml:
18907         * docs/plugins/inspect/plugin-png.xml:
18908         * docs/plugins/inspect/plugin-rtp.xml:
18909         * docs/plugins/inspect/plugin-rtsp.xml:
18910         * docs/plugins/inspect/plugin-shout2send.xml:
18911         * docs/plugins/inspect/plugin-smpte.xml:
18912         * docs/plugins/inspect/plugin-speex.xml:
18913         * docs/plugins/inspect/plugin-udp.xml:
18914         * docs/plugins/inspect/plugin-videobox.xml:
18915         * docs/plugins/inspect/plugin-videoflip.xml:
18916         * docs/plugins/inspect/plugin-videomixer.xml:
18917         * docs/plugins/inspect/plugin-wavenc.xml:
18918         * docs/plugins/inspect/plugin-wavparse.xml:
18919         * ext/flac/gstflac.c: (plugin_init):
18920         * ext/flac/gstflacdec.c: (flacdec_get_type),
18921         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
18922         (gst_flac_dec_init), (gst_flac_dec_finalize),
18923         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
18924         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
18925         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
18926         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
18927         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
18928         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
18929         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
18930         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
18931         * ext/flac/gstflacdec.h:
18932         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
18933         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
18934         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
18935         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
18936         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
18937         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
18938         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
18939         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
18940         (gst_flac_enc_change_state):
18941         * ext/flac/gstflacenc.h:
18942           borgify and fix up documentation
18943
18944 2005-12-09  Michael Smith  <msmith@fluendo.com>
18945
18946         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
18947           Accept a wider range of flac files, more closely matching flac spec.
18948
18949 2005-12-08  Julien MOUTTE  <julien@moutte.net>
18950
18951         * docs/plugins/Makefile.am: Add multipart elements.
18952         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18953         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
18954         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18955         * gst/multipart/multipartdemux.c:
18956         * gst/multipart/multipartmux.c: Add docs.
18957
18958 2005-12-07  Edward Hervey  <edward@fluendo.com>
18959
18960         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
18961         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
18962         (gst_avi_demux_invert):
18963         Memleak and crasher fixes.
18964         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18965         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
18966         Memleak fixes
18967
18968 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18969
18970         * ext/aalib/gstaasink.h:
18971         * ext/cairo/gsttextoverlay.h:
18972         * ext/dv/gstdvdec.h:
18973         * ext/dv/gstdvdemux.c:
18974         * ext/dv/gstdvdemux.h:
18975         * ext/esd/esdsink.h:
18976         * ext/flac/flac_compat.h:
18977         * ext/flac/gstflacdec.h:
18978         * ext/flac/gstflacenc.h:
18979         * ext/gconf/gconf.h:
18980         * ext/gconf/gstgconfaudiosink.h:
18981         * ext/gconf/gstgconfvideosink.h:
18982         * ext/gdk_pixbuf/gstgdkanimation.h:
18983         * ext/jpeg/gstjpegdec.h:
18984         * ext/jpeg/smokecodec.h:
18985         * ext/jpeg/smokeformat.h:
18986         * ext/ladspa/gstsignalprocessor.h:
18987         * ext/ladspa/search.c: (LADSPAPluginSearch):
18988         * ext/ladspa/utils.h:
18989         * ext/libmng/gstmng.c:
18990         * ext/libmng/gstmngdec.h:
18991         * ext/libmng/gstmngenc.c:
18992         * ext/libmng/gstmngenc.h:
18993         * ext/libpng/gstpng.c:
18994         * ext/libpng/gstpngenc.c:
18995         * ext/libpng/gstpngenc.h:
18996         * ext/shout2/gstshout2.h:
18997         * ext/speex/gstspeexdec.h:
18998         * ext/speex/gstspeexenc.c:
18999         * ext/speex/gstspeexenc.h:
19000         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19001         * gst/autodetect/gstautoaudiosink.h:
19002         * gst/autodetect/gstautovideosink.h:
19003         * gst/avi/gstavidemux.h:
19004         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19005         (gst_cutter_set_property), (gst_cutter_get_caps):
19006         * gst/cutter/gstcutter.h:
19007         * gst/debug/tests.c: (md5_process_block):
19008         * gst/debug/tests.h:
19009         * gst/effectv/gstwarp.c:
19010         * gst/flx/flx_fmt.h:
19011         * gst/flx/gstflxdec.h:
19012         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19013         (zoomFilterFastRGB):
19014         * gst/goom/filters.h:
19015         * gst/goom/goom_tools.h:
19016         * gst/law/alaw-encode.c:
19017         * gst/level/gstlevel.c:
19018         * gst/level/gstlevel.h:
19019         * gst/matroska/ebml-write.h:
19020         * gst/matroska/matroska-demux.h:
19021         * gst/matroska/matroska-ids.h:
19022         * gst/matroska/matroska-mux.h:
19023         * gst/monoscope/convolve.c: (convolve_match):
19024         * gst/monoscope/convolve.h:
19025         * gst/multipart/multipartmux.c:
19026         * gst/oldcore/gstaggregator.c:
19027         * gst/oldcore/gstaggregator.h:
19028         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19029         * gst/oldcore/gstmd5sink.h:
19030         * gst/oldcore/gstmultifilesrc.c:
19031         * gst/oldcore/gstmultifilesrc.h:
19032         * gst/oldcore/gstpipefilter.h:
19033         * gst/oldcore/gstshaper.h:
19034         * gst/rtp/gstrtpL16depay.h:
19035         * gst/rtp/gstrtpL16pay.h:
19036         * gst/rtp/gstrtpdepay.h:
19037         * gst/rtp/gstrtpmp4vpay.c:
19038         * gst/rtp/gstrtpmp4vpay.h:
19039         * gst/rtsp/gstrtspsrc.c:
19040         * gst/rtsp/gstrtspsrc.h:
19041         * gst/rtsp/rtspconnection.h:
19042         * gst/rtsp/rtspdefs.h:
19043         * gst/rtsp/rtspmessage.h:
19044         * gst/rtsp/rtsptransport.h:
19045         * gst/rtsp/rtspurl.c:
19046         * gst/rtsp/rtspurl.h:
19047         * gst/rtsp/sdpmessage.c:
19048         * gst/rtsp/sdpmessage.h:
19049         * gst/smpte/barboxwipes.c:
19050         * gst/smpte/gstmask.h:
19051         * gst/smpte/gstsmpte.h:
19052         * gst/smpte/paint.c:
19053         * gst/smpte/paint.h:
19054         * gst/udp/gstdynudpsink.h:
19055         * gst/udp/gstmultiudpsink.h:
19056         * gst/udp/gstudpsink.c:
19057         * gst/udp/gstudpsink.h:
19058         * gst/udp/gstudpsrc.c:
19059         * gst/videomixer/videomixer.c:
19060         * gst/wavenc/riff.h:
19061         * gst/wavparse/gstwavparse.h:
19062         * sys/oss/gstossdmabuffer.h:
19063         * sys/oss/gstossmixer.h:
19064         * sys/oss/gstossmixerelement.h:
19065         * sys/oss/gstossmixertrack.h:
19066         * sys/oss/gstosssink.c:
19067         * sys/oss/gstosssink.h:
19068         * sys/oss/gstosssrc.c:
19069         * sys/oss/gstosssrc.h:
19070         * sys/osxaudio/gstosxaudioelement.h:
19071         * sys/osxaudio/gstosxaudiosink.h:
19072         * sys/osxaudio/gstosxaudiosrc.h:
19073           expand tabs
19074
19075 === release 0.10.0 ===
19076
19077 2005-12-05   <thomas (at) apestaart (dot) org>
19078
19079         * configure.ac:
19080           releasing 0.10.0, "Abondance"
19081
19082 2005-12-05  Andy Wingo  <wingo@pobox.com>
19083
19084         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19085         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19086         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19087         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19088         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19089         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19090         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19091         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19092         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19093         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19094         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19095         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19096         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19097         * gst/goom/gstgoom.c: (gst_goom_chain):
19098         * gst/matroska/matroska-demux.c:
19099         (gst_matroska_demux_push_vorbis_codec_priv_data),
19100         (gst_matroska_demux_add_wvpk_header):
19101         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19102         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19103         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19104         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19105         alloc_buffer changes.
19106
19107 2005-12-05  Michael Smith  <msmith@fluendo.com>
19108
19109         * docs/plugins/gst-plugins-good-plugins.args:
19110           Remove args for plugins that aren't in -good.
19111
19112 === release 0.9.7 ===
19113
19114 2005-12-01   <thomas (at) apestaart (dot) org>
19115
19116         * configure.ac:
19117           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19118
19119 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19120
19121         * docs/plugins/.cvsignore:
19122         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19123         * docs/plugins/inspect/plugin-multipart.xml:
19124         * docs/plugins/inspect/plugin-rtp.xml:
19125           add multipart plugin to docs
19126
19127 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19128
19129         * configure.ac:
19130         * ext/Makefile.am:
19131         * ext/pango/Makefile.am:
19132         * ext/pango/gstclockoverlay.c:
19133         * ext/pango/gstclockoverlay.h:
19134         * ext/pango/gsttextoverlay.c:
19135         * ext/pango/gsttextoverlay.h:
19136         * ext/pango/gsttextrender.c:
19137         * ext/pango/gsttextrender.h:
19138         * ext/pango/gsttimeoverlay.c:
19139         * ext/pango/gsttimeoverlay.h:
19140           move pango to base
19141
19142 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19143
19144         * gst/rtp/Makefile.am:
19145         * gst/rtp/gstrtpL16depay.c:
19146         * gst/rtp/gstrtpL16depay.h:
19147         * gst/rtp/gstrtpL16parse.c:
19148         * gst/rtp/gstrtpL16parse.h:
19149         * gst/rtp/gstrtpgsmdepay.c:
19150         * gst/rtp/gstrtpgsmdepay.h:
19151         * gst/rtp/gstrtpgsmparse.c:
19152         * gst/rtp/gstrtpgsmparse.h:
19153           parsers are depayers
19154
19155 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19156
19157         * gst/rtp/Makefile.am:
19158         * gst/rtp/gstasteriskh263.c:
19159         * gst/rtp/gstrtp.c:
19160         * gst/rtp/gstrtpL16enc.c:
19161         * gst/rtp/gstrtpL16enc.h:
19162         * gst/rtp/gstrtpL16parse.c:
19163         * gst/rtp/gstrtpL16parse.h:
19164         * gst/rtp/gstrtpL16pay.c:
19165         * gst/rtp/gstrtpL16pay.h:
19166         * gst/rtp/gstrtpamrdec.c:
19167         * gst/rtp/gstrtpamrdec.h:
19168         * gst/rtp/gstrtpamrdepay.c:
19169         * gst/rtp/gstrtpamrdepay.h:
19170         * gst/rtp/gstrtpamrenc.c:
19171         * gst/rtp/gstrtpamrenc.h:
19172         * gst/rtp/gstrtpamrpay.c:
19173         * gst/rtp/gstrtpamrpay.h:
19174         * gst/rtp/gstrtpdec.c:
19175         * gst/rtp/gstrtpdec.h:
19176         * gst/rtp/gstrtpdepay.c:
19177         * gst/rtp/gstrtpdepay.h:
19178         * gst/rtp/gstrtpg711dec.c:
19179         * gst/rtp/gstrtpg711dec.h:
19180         * gst/rtp/gstrtpg711depay.c:
19181         * gst/rtp/gstrtpg711depay.h:
19182         * gst/rtp/gstrtpg711enc.c:
19183         * gst/rtp/gstrtpg711enc.h:
19184         * gst/rtp/gstrtpg711pay.c:
19185         * gst/rtp/gstrtpg711pay.h:
19186         * gst/rtp/gstrtpgsmenc.c:
19187         * gst/rtp/gstrtpgsmenc.h:
19188         * gst/rtp/gstrtpgsmparse.c:
19189         * gst/rtp/gstrtpgsmparse.h:
19190         * gst/rtp/gstrtpgsmpay.c:
19191         * gst/rtp/gstrtpgsmpay.h:
19192         * gst/rtp/gstrtph263enc.c:
19193         * gst/rtp/gstrtph263enc.h:
19194         * gst/rtp/gstrtph263pay.c:
19195         * gst/rtp/gstrtph263pay.h:
19196         * gst/rtp/gstrtph263pdec.c:
19197         * gst/rtp/gstrtph263pdec.h:
19198         * gst/rtp/gstrtph263pdepay.c:
19199         * gst/rtp/gstrtph263pdepay.h:
19200         * gst/rtp/gstrtph263penc.c:
19201         * gst/rtp/gstrtph263penc.h:
19202         * gst/rtp/gstrtph263ppay.c:
19203         * gst/rtp/gstrtph263ppay.h:
19204         * gst/rtp/gstrtpmp4vdec.c:
19205         * gst/rtp/gstrtpmp4vdec.h:
19206         * gst/rtp/gstrtpmp4vdepay.c:
19207         * gst/rtp/gstrtpmp4vdepay.h:
19208         * gst/rtp/gstrtpmp4venc.c:
19209         * gst/rtp/gstrtpmp4venc.h:
19210         * gst/rtp/gstrtpmp4vpay.c:
19211         * gst/rtp/gstrtpmp4vpay.h:
19212         * gst/rtp/gstrtpmpadec.c:
19213         * gst/rtp/gstrtpmpadec.h:
19214         * gst/rtp/gstrtpmpadepay.c:
19215         * gst/rtp/gstrtpmpadepay.h:
19216         * gst/rtp/gstrtpmpaenc.c:
19217         * gst/rtp/gstrtpmpaenc.h:
19218         * gst/rtp/gstrtpmpapay.c:
19219         * gst/rtp/gstrtpmpapay.h:
19220         * gst/rtp/gstrtpspeexdec.c:
19221         * gst/rtp/gstrtpspeexdec.h:
19222         * gst/rtp/gstrtpspeexdepay.c:
19223         * gst/rtp/gstrtpspeexdepay.h:
19224         * gst/rtp/gstrtpspeexenc.c:
19225         * gst/rtp/gstrtpspeexenc.h:
19226         * gst/rtp/gstrtpspeexpay.c:
19227         * gst/rtp/gstrtpspeexpay.h:
19228           Do burger's rename for rtp payloaders and depayloaders
19229
19230 2005-11-30  Wim Taymans  <wim@fluendo.com>
19231
19232         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19233         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19234         * ext/dv/gstdvdemux.h:
19235         Fix seeking in dvdemux again, add some more debug info.
19236
19237 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19238
19239         * configure.ac:
19240           fix tests
19241
19242 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19243
19244         * PORTED_09:
19245         * docs/random/PORTED_09:
19246           move
19247         * tests/Makefile.am:
19248           add
19249         * win32/gst.sln:
19250           remove
19251
19252 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19253
19254         * Makefile.am:
19255         * check/.cvsignore:
19256         * check/Makefile.am:
19257         * check/elements/.cvsignore:
19258         * check/elements/level.c:
19259         * check/elements/matroskamux.c:
19260         * configure.ac:
19261         * examples/Makefile.am:
19262         * examples/capsfilter/Makefile.am:
19263         * examples/capsfilter/capsfilter1.c:
19264         * examples/gob/Makefile.am:
19265         * examples/gob/gst-identity2.gob:
19266         * examples/gstplay/.cvsignore:
19267         * examples/gstplay/Makefile.am:
19268         * examples/gstplay/player.c:
19269         * examples/indexing/.cvsignore:
19270         * examples/indexing/Makefile.am:
19271         * examples/indexing/indexmpeg.c:
19272         * examples/level/Makefile.am:
19273         * examples/level/README:
19274         * examples/level/demo.c:
19275         * examples/level/plot.c:
19276         * examples/stats/Makefile.am:
19277         * examples/stats/mp2ogg.c:
19278         * examples/switch/.cvsignore:
19279         * examples/switch/Makefile.am:
19280         * examples/switch/switcher.c:
19281           move under tests/
19282
19283 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19284
19285         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19286         (gst_text_render_class_init), (resize_bitmap),
19287         (gst_text_render_render_text), (gst_text_render_setcaps),
19288         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19289         (gst_text_render_chain), (gst_text_render_finalize),
19290         (gst_text_render_init), (gst_text_render_set_property):
19291         * ext/pango/gsttextrender.h:
19292           Add missing files.
19293
19294 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19295
19296         * configure.ac:
19297         * ext/Makefile.am:
19298         * ext/pango/Makefile.am:
19299         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19300         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19301         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19302         * ext/pango/gstclockoverlay.h:
19303         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19304         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19305         (gst_text_overlay_finalize), (gst_text_overlay_init),
19306         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19307         (gst_text_overlay_text_pad_linked),
19308         (gst_text_overlay_text_pad_unlinked),
19309         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19310         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19311         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19312         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19313         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19314         (gst_text_overlay_change_state), (plugin_init):
19315         * ext/pango/gsttextoverlay.h:
19316         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19317         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19318         (gst_time_overlay_class_init), (gst_time_overlay_init):
19319         * ext/pango/gsttimeoverlay.h:
19320           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19321           and add background shading and text wrapping modes. Make 
19322           timoverlay derive from textoverlay. Also add new clockoverlay
19323           element.
19324
19325 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19326
19327         * gst/udp/Makefile.am: Moved to netbuffer.
19328
19329 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19330
19331         * configure.ac:
19332         * PORTED_O9:
19333         * gst/multipart/Makefile.am:
19334         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19335         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19336         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19337         (gst_multipart_demux_change_state),
19338         (gst_multipart_demux_plugin_init):
19339         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19340         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19341         (gst_multipart_mux_sinkconnect),
19342         (gst_multipart_mux_request_new_pad),
19343         (gst_multipart_mux_handle_src_event),
19344         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19345         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19346         0.9.
19347
19348 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19349
19350         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19351         * gst/debug/gstnavigationtest.h:
19352         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19353         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19354         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19355         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19356         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19357         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19358         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19359         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19360         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19361         (gst_video_flip_get_type):
19362         * gst/videofilter/gstvideoflip.h:
19363           update for symbols change
19364
19365 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19366
19367         * gst/udp/gstdynudpsink.c:
19368         * gst/udp/gstudpsrc.c:
19369           the old gstnet lib was renamed gstnetbuffer (#322257)
19370
19371 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19372
19373         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19374         (gst_text_overlay_collected):
19375           Actually render the text from the text pad.
19376
19377 2005-11-29  Edward Hervey  <edward@fluendo.com>
19378
19379         * gst/debug/gstnavseek.c: (gst_navseek_event):
19380         * gst/debug/progressreport.c: (gst_progress_report_event):
19381         Update for GstBaseTransform event virtual method
19382
19383 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19384
19385         * ext/cairo/Makefile.am:
19386           no need to link to videofilter
19387
19388 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19389
19390         * gst/debug/Makefile.am:
19391         * gst/debug/gstnavigationtest.h:
19392         * gst/effectv/Makefile.am:
19393         * gst/effectv/gstaging.c:
19394         * gst/effectv/gstdice.c:
19395         * gst/effectv/gstedge.c:
19396         * gst/effectv/gstquark.c:
19397         * gst/effectv/gstrev.c:
19398         * gst/effectv/gstshagadelic.c:
19399         * gst/effectv/gstvertigo.c:
19400         * gst/effectv/gstwarp.c:
19401         * gst/videofilter/Makefile.am:
19402         * gst/videofilter/gstvideofilter.c:
19403         * gst/videofilter/gstvideofilter.h:
19404         * gst/videofilter/gstvideoflip.h:
19405           remove the videofilter library and link to the one in base
19406
19407 2005-11-28  Edward Hervey  <edward@fluendo.com>
19408
19409         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19410         Useless check now we're setting the current entry correctly.
19411
19412 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19413
19414         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19415         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19416         (gst_jpegenc_change_state):
19417           Don't leak input buffer in chain function (fixes #322667); make 
19418           state change function thread-safe; don't repeat the current function
19419           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19420           gst_pad_alloc_buffer(); misc. minor cleanups.
19421
19422 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19423
19424         * gst/matroska/matroska-mux.c:
19425         (gst_matroska_mux_video_pad_setcaps):
19426         Look for pixel-aspect-ratio in caps, not pixel_width and
19427         pixel_height (Fixes: #322645)
19428
19429 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19430
19431         * gst/matroska/matroska-mux.c:
19432         (gst_matroska_mux_video_pad_setcaps):
19433         From Michal Benes:
19434         frame duration should be GST_SECOND / framerate, not
19435         GST_SECOND * framerate. (Fixes: #322643)
19436
19437 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19438
19439         * configure.ac:
19440           fix up GST_PLUGIN_LDFLAGS
19441         * gst/rtsp/rtspconnection.c:
19442           fix includes (see #317043)
19443         * gst/videofilter/Makefile.am:
19444           stop installing this library
19445
19446 2005-11-26  Edward Hervey  <edward@fluendo.com>
19447
19448         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19449         Handle the case where the incoming Video dv stream doesn't have
19450         a pixel aspect ratio set.
19451
19452 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19453
19454         * docs/plugins/Makefile.am:
19455         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19456         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19457         * ext/flac/gstflacdec.c:
19458           document flacdec
19459
19460 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19461
19462         * docs/plugins/Makefile.am:
19463         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19464         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19465         * docs/plugins/inspect/plugin-autodetect.xml:
19466         * ext/cairo/gstcairo.c: (plugin_init):
19467         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19468         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19469         (gst_text_overlay_init), (gst_text_overlay_font_init),
19470         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19471         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19472         (gst_text_overlay_text_pad_linked),
19473         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19474         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19475         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19476         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19477         (gst_text_overlay_change_state):
19478         * ext/cairo/gsttextoverlay.h:
19479         * ext/cairo/gsttimeoverlay.c:
19480         (gst_cairo_time_overlay_update_font_height),
19481         (gst_cairo_time_overlay_set_caps),
19482         (gst_cairo_time_overlay_get_unit_size),
19483         (gst_cairo_time_overlay_print_smpte_time),
19484         (gst_cairo_time_overlay_transform),
19485         (gst_cairo_time_overlay_base_init),
19486         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19487         (gst_cairo_time_overlay_get_type):
19488         * ext/cairo/gsttimeoverlay.h:
19489           do some name borgifying
19490           document
19491
19492 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19493
19494         * docs/plugins/Makefile.am:
19495         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19496         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19497         * gst/autodetect/gstautoaudiosink.c:
19498         (gst_auto_audio_sink_base_init):
19499         * gst/autodetect/gstautovideosink.c:
19500         (gst_auto_video_sink_base_init),
19501         (gst_auto_video_sink_factory_filter):
19502           documenting auto*sink
19503           using strstr for the video sink lookup, class field is not ordered
19504         * docs/plugins/inspect/plugin-1394.xml:
19505         * docs/plugins/inspect/plugin-aasink.xml:
19506         * docs/plugins/inspect/plugin-alaw.xml:
19507         * docs/plugins/inspect/plugin-alpha.xml:
19508         * docs/plugins/inspect/plugin-alphacolor.xml:
19509         * docs/plugins/inspect/plugin-auparse.xml:
19510         * docs/plugins/inspect/plugin-autodetect.xml:
19511         * docs/plugins/inspect/plugin-avi.xml:
19512         * docs/plugins/inspect/plugin-cacasink.xml:
19513         * docs/plugins/inspect/plugin-cairo.xml:
19514         * docs/plugins/inspect/plugin-cutter.xml:
19515         * docs/plugins/inspect/plugin-debug.xml:
19516         * docs/plugins/inspect/plugin-dv.xml:
19517         * docs/plugins/inspect/plugin-efence.xml:
19518         * docs/plugins/inspect/plugin-effectv.xml:
19519         * docs/plugins/inspect/plugin-esdsink.xml:
19520         * docs/plugins/inspect/plugin-flac.xml:
19521         * docs/plugins/inspect/plugin-flxdec.xml:
19522         * docs/plugins/inspect/plugin-gconfelements.xml:
19523         * docs/plugins/inspect/plugin-goom.xml:
19524         * docs/plugins/inspect/plugin-jpeg.xml:
19525         * docs/plugins/inspect/plugin-level.xml:
19526         * docs/plugins/inspect/plugin-matroska.xml:
19527         * docs/plugins/inspect/plugin-mulaw.xml:
19528         * docs/plugins/inspect/plugin-navigationtest.xml:
19529         * docs/plugins/inspect/plugin-ossaudio.xml:
19530         * docs/plugins/inspect/plugin-png.xml:
19531         * docs/plugins/inspect/plugin-rtp.xml:
19532         * docs/plugins/inspect/plugin-rtsp.xml:
19533         * docs/plugins/inspect/plugin-shout2send.xml:
19534         * docs/plugins/inspect/plugin-smpte.xml:
19535         * docs/plugins/inspect/plugin-speex.xml:
19536         * docs/plugins/inspect/plugin-udp.xml:
19537         * docs/plugins/inspect/plugin-videobox.xml:
19538         * docs/plugins/inspect/plugin-videoflip.xml:
19539         * docs/plugins/inspect/plugin-videomixer.xml:
19540         * docs/plugins/inspect/plugin-wavenc.xml:
19541         * docs/plugins/inspect/plugin-wavparse.xml:
19542           update for HEAD version
19543
19544 2005-11-25  Michael Smith  <msmith@fluendo.com>
19545
19546         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19547           Patch from Sebastien Cote to close control sockets in udpsrc.
19548
19549 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19550
19551         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19552         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19553         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19554         (gst_quarktv_base_init), (gst_quarktv_class_init),
19555         (gst_quarktv_init): Flush the planes list on reverse caps
19556         negotiation. This was crashing because of differently sized
19557         buffers.
19558
19559 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19560
19561         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19562         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19563         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19564         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19565         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19566         (gst_videoflip_set_property), (gst_videoflip_base_init),
19567         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19568         correctly, fix identity flipping, convert navigation event 
19569         correctly again.
19570
19571 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19572
19573         * configure.ac: back to HEAD
19574
19575 === release 0.9.6 ===
19576
19577 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19578
19579         * configure.ac:
19580           releasing 0.9.6, "Everything's Not Lost"
19581
19582 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19583
19584         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19585         Oops, initialise the framerate GValue
19586
19587 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19588
19589         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19590         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19591         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19592         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
19593         (gst_timeoverlay_get_type):
19594         * ext/cairo/gsttimeoverlay.h:
19595         * gst/debug/Makefile.am:
19596         * gst/debug/gstnavigationtest.c:
19597         (gst_navigationtest_handle_src_event),
19598         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
19599         (gst_navigationtest_transform), (gst_navigationtest_change_state),
19600         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
19601         (gst_navigationtest_init), (gst_navigationtest_get_type),
19602         (plugin_init):
19603         * gst/debug/gstnavigationtest.h:
19604         * gst/effectv/Makefile.am:
19605         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
19606         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
19607         (gst_agingtv_base_init), (gst_agingtv_class_init),
19608         (gst_agingtv_init), (gst_agingtv_get_type):
19609         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
19610         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
19611         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
19612         (gst_dicetv_get_type):
19613         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
19614         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
19615         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19616         (gst_edgetv_get_type):
19617         * gst/effectv/gsteffectv.c:
19618         * gst/effectv/gsteffectv.h:
19619         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19620         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
19621         (gst_quarktv_change_state), (gst_quarktv_base_init),
19622         (gst_quarktv_class_init), (gst_quarktv_init),
19623         (gst_quarktv_get_type):
19624         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
19625         (gst_revtv_get_unit_size), (gst_revtv_transform),
19626         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19627         (gst_revtv_get_type):
19628         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
19629         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
19630         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19631         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
19632         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
19633         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
19634         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19635         (gst_vertigotv_init), (gst_vertigotv_get_type):
19636         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
19637         (gst_warptv_get_unit_size), (gst_warptv_transform),
19638         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
19639         (gst_warptv_get_type):
19640         * gst/videofilter/Makefile.am:
19641         * gst/videofilter/gstvideobalance.c:
19642         * gst/videofilter/gstvideobalance.h:
19643         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
19644         (gst_videofilter_class_init), (gst_videofilter_init):
19645         * gst/videofilter/gstvideofilter.h:
19646         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
19647         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
19648         (gst_videoflip_flip), (gst_videoflip_transform),
19649         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
19650         (gst_videoflip_base_init), (gst_videoflip_class_init),
19651         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
19652         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
19653         BaseTransform, it's just a place holder for now and every video
19654         effect plugin has been ported to use BaseTransform features 
19655         directly. QuarkTV was fixed too (was broken), navigationtest works
19656         and best for the end, videoflip converts navigation events depending
19657         on flip method ! Fixes #320953
19658
19659 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19660
19661         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19662         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
19663         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19664         (gst_goom_src_negotiate), (gst_goom_chain):
19665         * gst/matroska/matroska-mux.c:
19666         (gst_matroska_mux_video_pad_setcaps):
19667         * sys/osxvideo/osxvideosink.m:
19668           Fixes for API changes
19669
19670 2005-11-23  Michael Smith <msmith@fluendo.com>
19671
19672         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
19673         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
19674         * ext/jpeg/gstjpegdec.h:
19675         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
19676         * ext/jpeg/gstjpegenc.h:
19677         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
19678         (gst_smokeenc_resync):
19679         * ext/jpeg/gstsmokeenc.h:
19680           JPEG fractiony goodness.
19681
19682 2005-11-22  Michael Smith <msmith@fluendo.com>
19683
19684         * gst/goom/filters.c:
19685         * gst/goom/graphic.h:
19686           Fix compilation by making some functions static inline instead of
19687           extern inline, matching the way they're used.
19688
19689 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19690
19691         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
19692         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
19693         * ext/cairo/gsttextoverlay.h:
19694         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
19695         * ext/gdk_pixbuf/gstgdkpixbuf.h:
19696         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
19697         (gst_pngdec_caps_create_and_set):
19698         * ext/libpng/gstpngdec.h:
19699         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
19700         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
19701         * gst/avi/gstavimux.c: (gst_avimux_init),
19702         (gst_avimux_vidsinkconnect):
19703         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19704         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
19705         (gst_goom_src_negotiate), (gst_goom_chain):
19706         * gst/goom/gstgoom.h:
19707         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19708         * gst/matroska/matroska-mux.c:
19709         (gst_matroska_mux_video_pad_setcaps):
19710         * sys/osxvideo/osxvideosink.h:
19711         * sys/osxvideo/osxvideosink.m:
19712           More fractional framerate conversions 
19713
19714 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19715
19716         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19717         * gst/debug/gstnavigationtest.c:
19718         (gst_navigationtest_handle_src_event):
19719         * gst/videofilter/gstvideofilter.c:
19720         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
19721         (gst_videofilter_init):
19722         * gst/videofilter/gstvideofilter.h:
19723           Convert to fractional framerates.
19724
19725 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19726
19727         * ext/aalib/gstaasink.c:
19728         * ext/dv/gstdvdec.c:
19729         * ext/esd/esdmon.c:
19730         * ext/flac/gstflacenc.c:
19731         * ext/gdk_pixbuf/pixbufscale.c:
19732         * ext/libcaca/gstcacasink.c:
19733         * ext/shout2/gstshout2.c:
19734         * gst/alpha/gstalpha.c:
19735         * gst/oldcore/gstaggregator.c:
19736         * gst/oldcore/gstshaper.c:
19737         * gst/smpte/barboxwipes.c:
19738         * gst/smpte/gstsmpte.c:
19739         * gst/videobox/gstvideobox.c:
19740         * gst/videofilter/gstvideoflip.c:
19741         * gst/videomixer/videomixer.c:
19742           fix up more enums
19743
19744 2005-11-22  Michael Smith <msmith@fluendo.com>
19745
19746         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19747         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19748         (gst_videomixer_update_queues):
19749           Fractional framerates, videomixer.
19750
19751 2005-11-22  Michael Smith <msmith@fluendo.com>
19752
19753         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
19754         * ext/dv/gstdvdec.h:
19755         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
19756         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
19757         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
19758         (gst_dvdemux_flush):
19759         * ext/dv/gstdvdemux.h:
19760           Fractional framerates for DV. 
19761
19762 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19763
19764         * gst/autodetect/gstautoaudiosink.c:
19765         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
19766         * gst/autodetect/gstautovideosink.c:
19767         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
19768           Use gst_plugin_feature_list_free() to free feature list and
19769           in the case of autovideosink free the list at all. Also
19770           miscellaneous cosmetic fixes.
19771
19772 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19773
19774         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19775         (gst_cutter_set_property), (gst_cutter_get_caps):
19776           copy calculation code from level; remove use of some audio
19777           functions
19778
19779 2005-11-22  Andy Wingo  <wingo@pobox.com>
19780
19781         * Update for gst_tag_setter API changes.
19782
19783 2005-11-22  Andy Wingo  <wingo@pobox.com>
19784
19785         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
19786         (gst_dvdemux_demux_frame)
19787         * ext/flac/gstflacdec.c (gst_flacdec_write)
19788         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
19789         (gst_flacenc_sink_event)
19790         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
19791         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
19792         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
19793         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
19794         * gst/auparse/gstauparse.c (gst_auparse_chain)
19795         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
19796         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
19797         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
19798         (gst_avi_demux_handle_seek)
19799         * gst/goom/gstgoom.c (gst_goom_event)
19800         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
19801         * gst/matroska/matroska-demux.c
19802         (gst_matroska_demux_handle_seek_event)
19803         (gst_matroska_demux_loop_stream_parse_id)
19804         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
19805         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
19806         (gst_wavparse_stream_headers): Run update-funcnames.
19807
19808 2005-11-22  Edward Hervey  <edward@fluendo.com>
19809
19810         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
19811         (gst_dv1394src_init), (gst_dv1394src_dispose),
19812         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
19813         (gst_dv1394src_uri_set_uri):
19814         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
19815         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
19816         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
19817         URIHandler interface and element properties are now properly
19818         synchronized for DV1394src and UDPSrc
19819
19820 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19821
19822         * ext/flac/Makefile.am:
19823         * ext/speex/Makefile.am:
19824           libgsttagedit has been renamed to libgsttag.
19825
19826 2005-11-21  Wim Taymans  <wim@fluendo.com>
19827
19828         * gst/rtsp/rtspconnection.c: (read_body):
19829         Apply patch from Sebastien Cote to fix #319184.
19830
19831 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19832
19833         * configure.ac:
19834         * gst/cutter/Makefile.am:
19835         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
19836         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
19837         (gst_cutter_set_property), (gst_cutter_get_property),
19838         (plugin_init), (gst_cutter_get_caps):
19839           port cutter
19840         * gst/level/gstlevel.c:
19841           fix up plugin details
19842
19843 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19844
19845         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
19846         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
19847         (gst_flacdec_src_event):
19848         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
19849         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
19850         (gst_signal_processor_getrange), (gst_signal_processor_chain):
19851         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
19852         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
19853         (gst_flxdec_sink_event_handler):
19854         * gst/matroska/matroska-demux.c:
19855         (gst_matroska_demux_handle_seek_event):
19856         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
19857           Update for stream lock API changes: don't take stream log
19858           in sink event handlers any longer and change GST_STREAM_LOCK
19859           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
19860           functions.
19861
19862 2005-11-21  Michael Smith <msmith@fluendo.com>
19863
19864         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
19865           gst_object_unref, not g_object_unref
19866
19867 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19868
19869         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19870         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
19871           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
19872
19873 2005-11-21  Michael Smith <msmith@fluendo.com>
19874
19875         * gst/auparse/Makefile.am:
19876         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
19877         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
19878         (gst_auparse_change_state):
19879         * gst/auparse/gstauparse.h:
19880           Partially fix #161712. playbin still doesn't work on these files,
19881           (on the bug report, Andy says we aren't typefinding it for some
19882           reason?) but at least auparse isn't totally busted like it was before.
19883
19884 2005-11-21  Andy Wingo  <wingo@pobox.com>
19885
19886         * *.h:
19887         * *.c: Ran scripts/update-macros. Oh yes.
19888
19889 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19890
19891         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
19892           Filler events are gone for now, comment out section generating
19893           them.
19894
19895 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19896
19897         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
19898         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
19899         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
19900         * sys/osxvideo/osxvideosink.m:
19901           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19902           (#322027)
19903
19904 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19905
19906         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
19907         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
19908         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
19909         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
19910         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
19911         (gst_avi_demux_stream_data):
19912         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
19913         * gst/wavenc/gstwavenc.c: (write_metadata):
19914         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
19915         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
19916         Fixes for GST_FOURCC_FORMAT API change.
19917
19918 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19919
19920         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
19921         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
19922         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
19923         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19924         (gst_text_overlay_change_state):
19925         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
19926         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
19927         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
19928         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
19929         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19930         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
19931         (gst_videomixer_change_state):
19932           Fix for collect pads API change. Also fix textoverlay state
19933           change function.
19934
19935 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19936
19937         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
19938         GST_PAD_IS_USABLE by something approaching it.
19939
19940 2005-11-20  Julien MOUTTE  <julien@moutte.net>
19941
19942         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
19943         API changes.
19944         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
19945         but also fix the code that was not checking return values from
19946         pad_push neither using pad_alloc_buffer.
19947
19948 2005-11-18  Edward Hervey  <edward@fluendo.com>
19949
19950         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19951         (gst_pngenc_chain):
19952         Added debug category
19953         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
19954         goes to EOS.
19955
19956 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
19957
19958         * gst/rtp/Makefile.am
19959         * gst/rtp/gstrtp.c
19960         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
19961         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
19962         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
19963         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
19964         * gst/rtp/gstrtpg711enc.h:
19965         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
19966         * gst/rtp/gstrtpspeexenc.c:
19967         * gst/rtp/gstrtpspeexenc.h:
19968         * gst/rtp/gstrtpspeexdec.c:
19969         * gst/rtp/gstrtpspeexdec.h:
19970         Created Speex payloader and depayloader; Optimize G711 payloader to
19971         use adapter and send packets until MTU size.
19972
19973 2005-11-16  Wim Taymans  <wim@fluendo.com>
19974
19975         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
19976         Fix leak in check.
19977
19978 2005-11-16  Wim Taymans  <wim@fluendo.com>
19979
19980         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
19981         Fix state change.
19982
19983 2005-11-16  Andy Wingo  <wingo@pobox.com>
19984
19985         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
19986         (gst_udpsrc_create): Move comment.
19987
19988 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
19989
19990         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19991
19992         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
19993           When seeking, seek to closest index entry at or before the requested
19994           seek position, not just the closest one (#321001).
19995
19996 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19997
19998         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
19999         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20000           Invert DIB images again (see #132341).
20001
20002 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20003
20004         * configure.ac:
20005           rework configure.ac file
20006         * ext/aalib/gstaasink.c:
20007         * ext/cairo/gstcairo.c:
20008         * ext/dv/gstdv.c:
20009         * ext/esd/gstesd.c:
20010         * ext/flac/gstflac.c:
20011         * ext/gconf/gstgconfelements.c:
20012         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20013         * ext/jpeg/gstjpeg.c:
20014         * ext/ladspa/gstladspa.c:
20015         * ext/libcaca/gstcacasink.c:
20016         * ext/libmng/gstmng.c:
20017         * ext/libpng/gstpng.c:
20018         * ext/mikmod/gstmikmod.c:
20019         * ext/pango/gsttextoverlay.c:
20020         * ext/pango/gsttimeoverlay.c:
20021         * ext/raw1394/gst1394.c:
20022         * ext/speex/gstspeex.c:
20023         * gst/alpha/Makefile.am:
20024         * gst/alpha/gstalpha.c:
20025         * gst/alpha/gstalphacolor.c:
20026         * gst/auparse/gstauparse.c:
20027         * gst/autodetect/gstautoaudiosink.c:
20028         (gst_auto_audio_sink_factory_filter),
20029         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20030         * gst/autodetect/gstautodetect.c:
20031         * gst/avi/gstavi.c:
20032         * gst/cutter/gstcutter.c:
20033         * gst/debug/efence.c:
20034         * gst/debug/gstdebug.c:
20035         * gst/debug/gstnavigationtest.c:
20036         * gst/effectv/gsteffectv.c:
20037         * gst/flx/gstflxdec.c:
20038         * gst/goom/gstgoom.c:
20039         * gst/interleave/plugin.c:
20040         * gst/law/alaw.c:
20041         * gst/law/mulaw.c:
20042         * gst/level/gstlevel.c:
20043         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20044         * gst/matroska/matroska.c:
20045         * gst/median/gstmedian.c:
20046         * gst/monoscope/gstmonoscope.c:
20047         * gst/multipart/multipart.c:
20048         * gst/oldcore/gstelements.c:
20049         * gst/rtp/gstrtp.c:
20050         * gst/rtsp/gstrtsp.c:
20051         * gst/smoothwave/gstsmoothwave.c:
20052         * gst/smpte/gstsmpte.c:
20053         * gst/udp/gstudp.c:
20054         * gst/videobox/gstvideobox.c:
20055         * gst/videofilter/gstgamma.c:
20056         * gst/videofilter/gstvideobalance.c:
20057         * gst/videofilter/gstvideoflip.c:
20058         * gst/videofilter/gstvideotemplate.c:
20059         * gst/videomixer/videomixer.c:
20060         * gst/wavenc/gstwavenc.c:
20061         * gst/wavparse/gstwavparse.c:
20062         * sys/oss/gstossaudio.c:
20063         * sys/osxaudio/gstosxaudio.c:
20064           update GST_PLUGIN_DEFINE
20065         * gst/rtp/Makefile.am:
20066         * gst/rtp/gstasteriskh263.c:
20067           check for htons/htonl headers and possibly link to winsock2 lib
20068
20069 2005-11-12  Edward Hervey  <edward@fluendo.com>
20070
20071         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20072         Only GST_DEBUG() information on the valid components.
20073
20074 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20075
20076         * configure.ac: back to HEAD
20077
20078 === release 0.9.5 ===
20079
20080 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20081
20082         * configure.ac:
20083           releasing 0.9.5, "Phone Alarm"
20084
20085 2005-11-11  Edward Hervey  <edward@fluendo.com>
20086
20087         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20088         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20089         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20090         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20091         (gst_avi_demux_loop):
20092         * gst/avi/gstavidemux.h:
20093         Yeah, implement proper seeking. Exact seeking and segment seeking.
20094         Still need to do some checks for segment_stop.
20095
20096 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20097
20098         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20099
20100         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20101           Don't try to ready buffer duration from buffer that we don't
20102           own any  longer and that might already have been unreffed.
20103           (#321136)
20104
20105 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20106
20107         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20108         (flx_decode_delta_flc), (gst_flxdec_chain):
20109         Attempting to optimize the code for embedded systems.
20110
20111 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20112
20113         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20114
20115         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20116           Don't re-use already closed file descriptor. (#320920)
20117
20118 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20119
20120         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20121         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20122         (gst_oss_sink_prepare):
20123         * sys/oss/gstosssink.h:
20124           Cache probed caps; fix debug output for SET_PARAM macros.
20125
20126 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20127
20128         * ext/cairo/Makefile.am:
20129         * ext/cairo/gstcairo.c: (plugin_init):
20130         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20131         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20132         (gst_text_overlay_init), (gst_text_overlay_font_init),
20133         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20134         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20135         (gst_text_overlay_text_pad_linked),
20136         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20137         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20138         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20139         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20140         (gst_text_overlay_change_state):
20141         * ext/cairo/gsttextoverlay.h:
20142           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20143           property and redo positioning. Doesn't handle upstream renegotiation
20144           yet though.
20145
20146 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20147
20148         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20149         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20150         (gst_avi_demux_loop):
20151           No need to take the STREAM_LOCK in the loop function. Improve
20152           some debug messages. Don't leak pad names in debug messages.
20153
20154 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20155
20156         * gst/matroska/matroska-demux.c:
20157         (gst_matroska_demux_push_vorbis_codec_priv_data),
20158         (gst_matroska_demux_add_wvpk_header):
20159           Don't error out when the source pad isn't linked.
20160
20161 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20162
20163         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20164         (gst_gconf_audio_sink_change_state):
20165         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20166         (gst_gconf_video_sink_change_state):
20167           Fix state change functions here as well and set kid
20168           to NULL state before removing it.
20169
20170 2005-11-01  Edward Hervey  <edward@fluendo.com>
20171
20172         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20173         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20174         Added proper event handlind, 
20175         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20176         ignored),
20177         and don't set a duration of 0 for buffers otherwise they are discarded
20178         by GstBaseSink.
20179
20180         GstWavEnc needs some serious loving, after going through the code I'm
20181         really wondering how this can stay in -good ...
20182
20183 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20184
20185         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20186         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20187         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20188         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20189         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20190         (gst_matroska_mux_collected):
20191           Fix leaks and invalid memory access as reported by valgrind
20192
20193 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20194
20195         Patch by: Michal Benes <michal.benes@xeris.cz>
20196
20197         * check/Makefile.am:
20198         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20199         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20200         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20201           add a unit test for matroskamux
20202           fix the bugs that the unit test exposed
20203
20204 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20205
20206         * gst/autodetect/gstautoaudiosink.c:
20207         (gst_auto_audio_sink_class_init),
20208         (gst_auto_audio_sink_change_state):
20209         * gst/autodetect/gstautovideosink.c:
20210         (gst_auto_video_sink_class_init),
20211         (gst_auto_video_sink_change_state):
20212           Fix state change function and use GST_DEBUG_FUNCPTR in
20213           class_init.
20214
20215 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20216
20217         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20218
20219         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20220         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20221         * gst/matroska/ebml-write.h:
20222         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20223           Set timestamps on outgoing ebml headers as well, so that the
20224           element after matroskamux can get the timestamp already when
20225           reading the first ebml element and doesn't have to wait for
20226           the actual data buffer for that (#320308).
20227           
20228 2005-10-31  Andy Wingo  <wingo@pobox.com>
20229
20230         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20231         (gst_videomixer_pad_link): Kill some memleaks.
20232         (gst_videomixer_pad_get_property): Style fix.
20233         (gst_videomixer_pad_set_property): Style fix.
20234         (gst_videomixer_pad_init): Style fix.
20235         (gst_videomixer_update_queues): Kill memleak.
20236         (gst_videomixer_loop): Kill memleak.
20237         (gst_videomixer_collected): Kill memleak.
20238
20239 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20240
20241         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20242         gst_auparse_change_state:
20243         Just some cleanup.
20244
20245 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20246
20247         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20248         Add checks to GST_FLOW_NOT_LINKED for values returned
20249         from gst_pad_push.
20250         
20251 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20252
20253         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20254         (gst_rtpg711dec_process):
20255         * gst/rtp/gstrtpgsmenc.c:
20256         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20257         are never set. This is important for the g711 to work with burger's rtpbin
20258         element.
20259
20260 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20261
20262         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20263         (gst_speexenc_push_buffer):
20264         Add checks for return values from gst_pad_push and
20265         gst_pad_alloc_buffer.
20266
20267 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20268
20269         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20270
20271         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20272         (gst_matroska_demux_parse_info),
20273         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20274         (gst_matroska_demux_parse_cluster):
20275         * gst/matroska/matroska-ids.h:
20276         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20277         (gst_matroska_mux_init), (gst_matroska_mux_start),
20278         (gst_matroska_mux_create_buffer_header),
20279         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20280         (gst_matroska_mux_get_property):
20281         * gst/matroska/matroska-mux.h:
20282           Add SimpleBlock support to matroska demuxer and muxer (part of
20283           Matroska v2). (#319731)
20284
20285 2005-10-28  Wim Taymans  <wim@fluendo.com>
20286
20287         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20288         (gst_jpeg_dec_change_state):
20289         * ext/jpeg/gstjpegdec.h:
20290         Cleanups. Don't create caps for every chain.
20291
20292 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20293
20294         * gst/law/alaw-encode.c: (gst_alawenc_init),
20295         (alawenc_setcaps), (gst_alawenc_chain)
20296         * gst/law/alaw-encode.h:
20297         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20298         (mulawenc_setcaps), (gst_mulawenc_chain)
20299         * gst/law/mulaw-encode.h:
20300         Set timestamp on buffer and it allows RTP G711 elements
20301         work properly.
20302
20303 2005-10-27  Wim Taymans  <wim@fluendo.com>
20304
20305         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20306         Set correct format on oss instead of a silly value. 
20307
20308 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20309
20310         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20311         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20312         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20313         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20314         I420 rendering as well, doesn't bring much for my platform.
20315         Might help on some other platforms.
20316
20317 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20318
20319         * gst/rtp/gstrtpgsmenc.c:
20320         * gst/rtp/gstrtpgsmparse.c:
20321         Declaring the padtemplate correctly.
20322
20323 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20324
20325         * gst/rtp/gstrtpg711dec.c:
20326         * gst/rtp/gstrtpg711enc.c:
20327         * gst/rtp/gstrtpgsmenc.c:
20328         * gst/rtp/gstrtpgsmparse.c:
20329         Setting the proper copyright notice.
20330
20331 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20332
20333         * gst/videobox/Makefile.am: Use liboil.
20334         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20335         (gst_video_box_set_property), (gst_video_box_transform_caps),
20336         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20337         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20338         using liboil. Will dot the same to I420 border generation
20339         tomorrow.
20340
20341 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20342
20343         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20344         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20345         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20346         * gst/rtp/gstrtpg711dec.h:
20347         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20348         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20349         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20350         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20351         (gst_rtpgsmenc_handle_buffer):
20352         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20353         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20354         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20355         * gst/rtp/gstrtpgsmparse.h:
20356         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20357         inherits from the basertpdepayloader.
20358
20359 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20360
20361         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20362         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20363         (gst_video_box_ayuv): Removing this forgotten debug.
20364
20365 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20366
20367         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20368         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20369         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20370
20371 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20372
20373         * sys/oss/gstossaudio.c:
20374         * sys/oss/gstossdmabuffer.c:
20375         * sys/oss/gstosshelper.c:
20376         * sys/oss/gstossmixer.c:
20377         * sys/oss/gstossmixerelement.c:
20378         * sys/oss/gstossmixertrack.c:
20379         * sys/oss/gstosssink.c:
20380         * sys/oss/gstosssrc.c:
20381           Actually use the 'oss' debug category we register.
20382
20383 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20384
20385         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20386         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20387         Use gst_pad_get_parent and drop the ref that was added through
20388         that call.
20389
20390 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20391
20392         * gst/rtp/gstrtpgsmenc.c:
20393           Fix compilation
20394
20395 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20396
20397         * gst/rtp/gstrtpg711dec.c
20398         Just removed a couple of lines of weird code used during
20399         development/test time.
20400
20401 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20402
20403         * gst/rtp/Makefile.am
20404         * gst/rtp/gstrtp.c
20405         * gst/rtp/gstrtpg711enc.c
20406         * gst/rtp/gstrtpg711enc.h
20407         * gst/rtp/gstrtpg711dec.c
20408         * gst/rtp/gstrtpg711dec.h
20409         Created G711 payloader and depayloader (it supports mulaw and alaw
20410         (dec)encoders)
20411
20412 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20413
20414         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20415         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20416         Doh ! I introduced wingo's bug again ! Sorry...
20417
20418 2005-10-25  Christian Schaller <christian@fluendo.com> 
20419
20420         * gst/rtp/Makefile.am: add missing header files for disting
20421
20422 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20423
20424         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20425         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20426         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20427         (gst_rtpgsmenc_handle_buffer):
20428         * gst/rtp/gstrtpgsmenc.h:
20429         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20430         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20431         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20432         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20433         * gst/rtp/gstrtpgsmparse.h:
20434         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20435
20436 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20437
20438         * ext/libpng/gstpngdec.c: (user_info_callback),
20439         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20440         a newsegment event, move some redundant code in a single place.
20441
20442 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20443
20444         * ext/libpng/gstpngdec.c: (user_info_callback),
20445         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20446         hack to get correct colors order when we have a png image with
20447         alpha channel.
20448
20449 2005-10-24  Edward Hervey  <edward@fluendo.com>
20450
20451         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20452         Call gst_element_no_more_pads when there will be no more pads.
20453
20454 2005-10-24  Wim Taymans  <wim@fluendo.com>
20455
20456         * gst/rtp/Makefile.am:
20457         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20458         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20459         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20460         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20461         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20462         (gst_asteriskh263_plugin_init):
20463         * gst/rtp/gstasteriskh263.h:
20464         * gst/rtp/gstrtp.c: (plugin_init):
20465         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20466         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20467         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20468         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20469         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20470         (gst_rtph263enc_plugin_init):
20471         * gst/rtp/gstrtph263enc.h:
20472         Added two new payloaders, an RFC 2190 payloader for h263 and
20473         a payload convertor for an asterisk server.
20474
20475 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20476
20477         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20478           Set bytes_per_sample correctly (is not always 4, but 
20479           depends on width and number of channels).
20480
20481 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20482
20483         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20484         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20485         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20486         (gst_flacenc_sink_event), (gst_flacenc_chain),
20487         (gst_flacenc_set_property), (gst_flacenc_get_property),
20488         (gst_flacenc_change_state):
20489         * ext/flac/gstflacenc.h:
20490           Fix seeking, so that flacenc can rewrite the header with the
20491           correct duration and amount of samples and all that at EOS;
20492           also set timestamps and granulepos on outgoing buffers; add
20493           debug category; fix state change function.
20494           
20495 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20496
20497         * gst/videomixer/videomixer.c: Don't restrict video geometry
20498         from 16 to 4096.
20499
20500 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20501
20502         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20503         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20504         Fix caps negotiation correctly, add debugging category.
20505
20506 2005-10-24  Christian Schaller  <christian@fluendo.com>
20507
20508         * configure.ac: Port over Thomas's change from base listing all plugins
20509
20510 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20511
20512         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20513         a sink pad.
20514
20515 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20516
20517         * configure.ac:
20518         * docs/upload.mak:
20519           back to HEAD
20520
20521 === release 0.9.4 ===
20522
20523 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20524
20525         * configure.ac:
20526           Releasing 0.9.4, "Dromiceiomimus"
20527
20528 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20529
20530         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20531         (gst_speexenc_src_query):
20532           Add position and duration query, fix query type function.
20533           
20534         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20535         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20536           Let's not set non-fixed caps on source pads.
20537
20538 2005-10-21  Wim Taymans  <wim@fluendo.com>
20539
20540         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20541         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20542         (gst_avi_demux_handle_seek):
20543         Set correct stream_time in newsegment event.
20544         avi can also handle a duration query now.
20545
20546 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20547
20548         * gst/matroska/matroska-demux.c:
20549         (gst_matroska_demux_handle_src_query),
20550         (gst_matroska_demux_handle_seek_event),
20551         (gst_matroska_demux_loop_stream_parse_id):
20552           Fix duration query; fix basetime in newsegment event after
20553           seek; fix duration in initial newsegment event.
20554
20555         * gst/matroska/matroska-mux.c:
20556         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20557           Extract number of channels and samplerate from vorbis headers;
20558           add some debug messages when querying the durations of the
20559           input streams.
20560
20561 2005-10-20  Wim Taymans  <wim@fluendo.com>
20562
20563         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20564         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20565         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20566         Set stream time correctly in newsegment.
20567
20568 2005-10-20  Wim Taymans  <wim@fluendo.com>
20569
20570         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20571         Correctly fill in the stream time.
20572
20573 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20574
20575         * check/elements/level.c: (GST_START_TEST):
20576         * gst/level/gstlevel.c: (gst_level_message_new):
20577         * gst/level/level-example.c: (message_handler):
20578           use ELEMENT messages instead
20579
20580 2005-10-19  Wim Taymans  <wim@fluendo.com>
20581
20582         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20583         (gst_dvdemux_src_query):
20584         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20585         (gst_flacdec_src_query):
20586         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20587         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20588         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20589         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20590         * gst/debug/progressreport.c: (gst_progress_report_report):
20591         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20592         * gst/matroska/matroska-demux.c:
20593         (gst_matroska_demux_handle_src_query):
20594         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
20595         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20596         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20597         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20598         (gst_wavparse_srcpad_event):
20599         API change fix.
20600
20601 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20602
20603         * gst/goom/filters.c:
20604         * gst/goom/graphic.h:
20605         * gst/goom/lines.c:
20606           Make inline functions either 'static inline' or 'extern inline',
20607           otherwise the Forte compiler apparently won't inline them (#317300).
20608
20609 2005-10-19  Julien MOUTTE  <julien@moutte.net>
20610
20611         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20612         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
20613         (user_info_callback), (user_endrow_callback), (user_end_callback),
20614         (user_read_data), (gst_pngdec_caps_create_and_set),
20615         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
20616         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
20617         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
20618         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
20619         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
20620         very nice and handle push/pull based model. if you have filesrc
20621         connected to it, it will do random access to load the png file.
20622         If you have a network source that can't do _getrange, it does 
20623         progressive loading through the chain function.
20624         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20625         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
20626         thanks to Master Wim Taymans ;-)
20627
20628 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
20629
20630         * gst/matroska/Makefile.am:
20631         * gst/matroska/ebml-read.c:
20632         * gst/matroska/ebml-read.h:
20633         * gst/matroska/matroska-demux.c:
20634         * gst/matroska/matroska-demux.h:
20635         * gst/matroska/matroska.c: (plugin_init):
20636           Ported matroska demuxer to 0.9.
20637
20638 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
20639
20640         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20641
20642         * gst/matroska/matroska-mux.c:
20643         (gst_matroska_mux_video_pad_setcaps),
20644         (gst_matroska_mux_audio_pad_setcaps):
20645           Fix mpeg4 input handling (#318847); also, while we're at it,
20646           fix media type for Motion-JPEG: should be image/jpeg.
20647
20648 2005-10-18  Wim Taymans  <wim@fluendo.com>
20649
20650         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20651         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20652         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20653         Fix for segment-start/stop API change.
20654
20655 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20656
20657         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
20658         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
20659         way.
20660
20661 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20662
20663         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20664         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
20665         output declared in transform_caps.
20666
20667 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20668
20669         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
20670
20671 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20672
20673         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
20674         (gst_video_box_get_unit_size): Fix wrong size calculations and
20675         implement get_unit_size correctly.
20676
20677 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
20678
20679         * configure.ac:
20680           Enable flx plugin.
20681
20682         * gst/flx/gstflxdec.c: (flx_decode_chunks):
20683           Fix gcc4 signedness issue.
20684
20685 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20686
20687         * configure.ac: Adding videomixer.
20688         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20689         (user_read_data), (gst_pngdec_chain): More debugging.
20690         * gst/alpha/Makefile.am: Adding alphacolor
20691         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
20692         (gst_alpha_color_class_init), (gst_alpha_color_init),
20693         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
20694         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
20695         (plugin_init): Ported to 0.9 using in place base tranform.
20696         * gst/videomixer/Makefile.am:
20697         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20698         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
20699         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
20700         (gst_videomixer_pad_init), (gst_videomixer_class_init),
20701         (gst_videomixer_init), (gst_videomixer_getcaps),
20702         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20703         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20704         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
20705         to 0.9 using collectpads.
20706
20707 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
20708
20709         * configure.ac:
20710         * gst/flx/Makefile.am:
20711         * gst/flx/gstflxdec.c: (gst_flxdec_init),
20712         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
20713         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
20714         * gst/flx/gstflxdec.h:
20715         flx plugin ported to 0.9
20716
20717 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20718
20719         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
20720           use new gst_version_string()
20721
20722 2005-10-16  Andy Wingo  <wingo@pobox.com>
20723
20724         * configure.ac: GLIB_CHECK.
20725
20726 2005-10-15  Julien MOUTTE  <julien@moutte.net>
20727
20728         * ext/libpng/Makefile.am:
20729         * ext/libpng/gstpng.c: (plugin_init):
20730         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
20731         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
20732         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
20733
20734 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
20735
20736         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20737
20738         * configure.ac:
20739         * gst/matroska/Makefile.am:
20740         * gst/matroska/ebml-ids.h:
20741         * gst/matroska/ebml-write.c:
20742         * gst/matroska/ebml-write.h:
20743         * gst/matroska/matroska-ids.h:
20744         * gst/matroska/matroska-mux.c:
20745         * gst/matroska/matroska-mux.h:
20746         * gst/matroska/matroska.c: (plugin_init):
20747           Port matroska muxer to 0.9 (#318847).
20748
20749 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20750
20751         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
20752         (comment_init), (comment_add):
20753           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
20754           use GST_READ_UINT32_LE() and friends rather than the private
20755           implementation of those same macros.
20756
20757 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20758
20759         * examples/stats/mp2ogg.c:
20760           more typo fixes
20761
20762 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20763
20764         * examples/indexing/indexmpeg.c: (main):
20765         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
20766         (gst_esdmon_close_audio), (gst_esdmon_change_state):
20767         * ext/esd/esdmon.h:
20768         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
20769         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
20770         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20771         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20772         * gst/avi/gstavimux.c: (gst_avimux_init):
20773         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
20774         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
20775         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
20776         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
20777         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
20778         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
20779         * gst/oldcore/gstmultifilesrc.h:
20780         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
20781         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
20782         (gst_pipefilter_change_state):
20783         * gst/oldcore/gstpipefilter.h:
20784         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
20785         * gst/videomixer/videomixer.c: (gst_videomixer_init):
20786         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
20787         * sys/osxaudio/gstosxaudiosink.h:
20788         * sys/osxaudio/gstosxaudiosrc.h:
20789           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20790           moved bitshift from macro to enum definition
20791
20792 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20793
20794         * ext/Makefile.am:
20795         * ext/cairo/Makefile.am:
20796         * ext/cairo/gstcairo.c: (plugin_init):
20797         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
20798         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20799         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
20800         * ext/cairo/gsttimeoverlay.h:
20801           update of cairo-based timeoverlay to 1.0 Cairo API
20802           doesn't work yet for resizing of output sink
20803
20804 2005-10-11  Wim Taymans  <wim@fluendo.com>
20805
20806         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
20807         newsegment API fix.
20808
20809 2005-10-11  Wim Taymans  <wim@fluendo.com>
20810
20811         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
20812         (gst_dvdemux_demux_frame):
20813         * ext/flac/gstflacdec.c: (gst_flacdec_write):
20814         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20815         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
20816         (gst_avi_demux_handle_seek):
20817         * gst/goom/gstgoom.c: (gst_goom_event):
20818         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20819         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20820         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20821         (gst_wavparse_loop), (gst_wavparse_pad_convert),
20822         (gst_wavparse_srcpad_event):
20823         newsegment API update.
20824
20825 2005-10-11  Andy Wingo  <wingo@pobox.com>
20826
20827         * ext/speex/gstspeexenc.c: Signedness cleanups.
20828
20829 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
20830
20831         * PORTED_09:
20832         * ext/speex/Makefile.am:
20833         * ext/speex/gstspeex.c:
20834         * ext/speex/gstspeexenc.c:
20835         Speexenc ported to 0.9
20836
20837 2005-10-10  Wim Taymans  <wim@fluendo.com>
20838
20839         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
20840         (gst_oss_sink_init), (gst_oss_sink_set_property),
20841         (gst_oss_sink_get_property), (gst_oss_sink_open),
20842         (gst_oss_sink_prepare), (gst_oss_sink_reset):
20843         * sys/oss/gstosssink.h:
20844         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
20845         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
20846         (gst_oss_src_prepare):
20847         Cleanups, make device configurable in the sink, handle and report
20848         errors.
20849
20850 2005-10-10  Wim Taymans  <wim@fluendo.com>
20851
20852         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
20853         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
20854         Make sure element is NULL before removing from the bin.
20855
20856 2005-10-07  Andy Wingo  <wingo@pobox.com>
20857
20858         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
20859         block forever in a read().
20860         (gst_dv1394src_bus_reset): Post a message when the cable is
20861         unplugged.
20862         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
20863         (gst_dv1394src_bus_reset): Don't unref the message.
20864
20865         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
20866         hacking. The only change should be that the state change stuff was
20867         put into basesrc's start() and stop() routines, which coalesces
20868         some steps.
20869
20870 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
20871
20872         * configure.ac:
20873           Add check for mmap
20874           
20875         * gst/debug/Makefile.am:
20876           Only compile efence plugin on systems that have mmap.
20877
20878 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
20879
20880         * gst/debug/Makefile.am:
20881         * gst/debug/breakmydata.c:
20882         * gst/debug/gstdebug.c:
20883         * gst/debug/gstnavigationtest.c:
20884         * gst/debug/gstnavseek.c: 
20885         * gst/debug/gstnavseek.h:
20886         * gst/debug/progressreport.c: 
20887         * gst/debug/testplugin.c:
20888           Port progressreport, navseek, navigationtest, testsink and
20889           breakmydata.
20890
20891 2005-10-05  Edward Hervey  <edward@fluendo.com>
20892
20893         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
20894         (gst_dvdemux_src_query):
20895         Fixes for better conversion
20896
20897 2005-10-04  Michael Smith <msmith@fluendo.com>
20898
20899         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
20900         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20901         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
20902         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20903           Set state of elements to NULL before removing from bins.
20904           Set state of test element to NULL if we failed to move it to READY
20905
20906 2005-10-04  Edward Hervey  <edward@fluendo.com>
20907
20908         * ext/dv/Makefile.am:
20909         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
20910         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
20911         Corrected the query function for position so it doesn't forget what
20912         format was asked, and calls the conversion functions on the correct pad.
20913
20914 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20915
20916         * configure.ac:
20917           back to development
20918
20919 === release 0.9.3 ===
20920
20921 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20922
20923         * configure.ac:
20924           Releasing 0.9.3, "Aramis"
20925
20926 2005-10-03  Andy Wingo  <wingo@pobox.com>
20927
20928         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
20929         error returns.
20930
20931 2005-10-02  Andy Wingo  <wingo@pobox.com>
20932
20933         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
20934
20935         * ext/flac/gstflacenc.c: Ported to 0.9.
20936
20937         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
20938
20939         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
20940         and link to gsttagedit. Enable flacenc.
20941
20942         * ext/flac/gstflacdec.c: Re-enable tag reading.
20943
20944 2005-09-30  Wim Taymans  <wim@fluendo.com>
20945
20946         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
20947         * gst/rtp/gstrtpgsmparse.c:
20948         * gst/rtp/gstrtph263penc.c:
20949         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
20950         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
20951         (gst_rtpmp4venc_set_property):
20952         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
20953         Various class and caps fixes from Andre Magalhaes (andrunko)
20954
20955 2005-09-29  Wim Taymans  <wim@fluendo.com>
20956
20957         * gst/level/level-example.c: (main):
20958         Update for new bus API.
20959
20960 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
20961
20962         * configure.ac:
20963           Fix unexpanded autoconf macro GST_DOC, which has been renamed
20964           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
20965
20966 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
20967
20968         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
20969           Fix playback of mono streams (bytes_per_sample should be set
20970           from the sample width and the number of channels negotiated,
20971           and not just be set to 4) (#317338)
20972
20973 2005-09-26  Wim Taymans  <wim@fluendo.com>
20974
20975         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
20976         (gst_rtpmpaenc_handle_buffer):
20977         Set buffer duration correctly.
20978
20979 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
20980
20981         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
20982         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
20983         (gst_avi_demux_change_state):
20984           Don't crash when encountering a stream with an unknown fourcc or
20985           codec id. Instead, create a pad of type video/x-avi-unknown or
20986           audio/x-avi-unknown, which as a side-effect also results in less
20987           confusing error messages in players ('no decoder' vs. 'no streams');
20988           minor fixes to state change function and class_init function.
20989
20990 2005-09-24  Wim Taymans  <wim@fluendo.com>
20991
20992         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
20993         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
20994         These are sinks.
20995
20996 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20997
20998         * check/elements/level.c: (GST_START_TEST):
20999           fix test for new GstClockTime use
21000         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21001         (gst_level_transform_ip):
21002         * gst/level/gstlevel.h:
21003           fix up the decay peak, ensuring the decay peak is never lower
21004           than the peak for that interval
21005
21006 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21007
21008         * docs/plugins/gst-plugins-good-plugins.args:
21009         * docs/plugins/inspect/plugin-alpha.xml:
21010         * docs/plugins/inspect/plugin-rtp.xml:
21011         * gst/level/gstlevel.c: (gst_level_set_caps),
21012         (gst_level_transform_ip):
21013           updating docs
21014
21015 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21016
21017         * Makefile.am:
21018         * check/elements/level.c: (GST_START_TEST):
21019         * gst/level/Makefile.am:
21020         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21021         (gst_level_set_property), (gst_level_get_property),
21022         (gst_level_set_caps), (gst_level_message_new),
21023         (gst_level_transform_ip):
21024         * gst/level/gstlevel.h:
21025         * gst/level/level-example.c: (message_handler), (main):
21026           convert to using GstClockTime for all time values, finally.
21027
21028 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21029
21030         * gst/auparse/Makefile.am:
21031         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21032           fix up build
21033         * configure.ac:
21034         * ext/cairo/Makefile.am:
21035         * ext/dv/Makefile.am:
21036         * ext/esd/Makefile.am:
21037         * ext/flac/Makefile.am:
21038         * ext/gconf/Makefile.am:
21039         * ext/gdk_pixbuf/Makefile.am:
21040         * ext/jpeg/Makefile.am:
21041         * ext/ladspa/Makefile.am:
21042         * ext/libcaca/Makefile.am:
21043         * ext/libmng/Makefile.am:
21044         * ext/libpng/Makefile.am:
21045         * ext/mikmod/Makefile.am:
21046         * ext/pango/Makefile.am:
21047         * ext/raw1394/Makefile.am:
21048         * ext/shout2/Makefile.am:
21049         * ext/speex/Makefile.am:
21050         * gst/alpha/Makefile.am:
21051         * gst/autodetect/Makefile.am:
21052         * gst/avi/Makefile.am:
21053         * gst/cutter/Makefile.am:
21054         * gst/debug/Makefile.am:
21055         * gst/effectv/Makefile.am:
21056         * gst/flx/Makefile.am:
21057         * gst/goom/Makefile.am:
21058         * gst/interleave/Makefile.am:
21059         * gst/law/Makefile.am:
21060         * gst/matroska/Makefile.am:
21061         * gst/median/Makefile.am:
21062         * gst/monoscope/Makefile.am:
21063         * gst/multipart/Makefile.am:
21064         * gst/oldcore/Makefile.am:
21065         * gst/rtp/Makefile.am:
21066         * gst/rtsp/Makefile.am:
21067         * gst/smoothwave/Makefile.am:
21068         * gst/smpte/Makefile.am:
21069         * gst/videobox/Makefile.am:
21070         * gst/videofilter/Makefile.am:
21071         * gst/videomixer/Makefile.am:
21072         * gst/wavenc/Makefile.am:
21073         * gst/wavparse/Makefile.am:
21074         * sys/oss/Makefile.am:
21075         * sys/osxaudio/Makefile.am:
21076         * sys/osxvideo/Makefile.am:
21077           fix up GST_LIBS use
21078
21079 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21080
21081         * gst/auparse/Makefile.am:
21082         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21083           fix build of auparse
21084
21085 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21086
21087         * configure.ac:
21088         * PORTED_09:
21089         * gst/auparse/gstauparse.c:
21090         * gst/auparse/gstauparse.h:
21091         Auparse ported to 0.9.
21092
21093 2005-09-22  Wim Taymans  <wim@fluendo.com>
21094
21095         * gst/rtp/TODO:
21096         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21097         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21098         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21099         (gst_rtpmp4venc_set_property):
21100         * gst/rtp/gstrtpmp4venc.h:
21101         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21102         * gst/rtp/gstrtpmpaenc.h:
21103         Use is_filled to both check MTU and max-ptime of base class.
21104
21105 2005-09-22  Wim Taymans  <wim@fluendo.com>
21106
21107         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21108         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21109         (gst_rtpmp4venc_set_property):
21110         Don't fragment packets with multiple frames.
21111
21112 2005-09-22  Wim Taymans  <wim@fluendo.com>
21113
21114         * gst/rtp/TODO:
21115         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21116         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21117         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21118         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21119         (gst_rtpmp4venc_get_property):
21120         * gst/rtp/gstrtpmp4venc.h:
21121         Remove g_print.
21122         Update TODO
21123         Make payload encoder a bit smarter and more correct with
21124         timestamps.
21125         Added option in payloader to include config string in-band.
21126
21127 2005-09-21  Wim Taymans  <wim@fluendo.com>
21128
21129         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21130         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21131         (gst_rtspsrc_send):
21132         Strip spaces for key/value pairs.
21133
21134 2005-09-21  Wim Taymans  <wim@fluendo.com>
21135
21136         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21137         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21138         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21139         (gst_rtspsrc_change_state):
21140         More SDP parsing and caps setting.
21141         Do NO_PREROLL differently.
21142         add pads only after negotiated.
21143
21144         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21145         (gst_udpsrc_getcaps):
21146         Implement the getcaps function.
21147
21148 2005-09-21  Wim Taymans  <wim@fluendo.com>
21149
21150         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21151         (gst_rtpamrdec_chain):
21152         Handle multiple AMr packets per payload. Handle CRC and
21153         parse ILL/ILP.
21154
21155         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21156         Make caps params strings for easy SDP mapping.
21157         
21158         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21159         Handle capsnego better.
21160
21161         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21162         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21163         Generate and parse config string in the caps.
21164
21165 2005-09-21  Wim Taymans  <wim@fluendo.com>
21166
21167         * gst/rtp/README:
21168         Update README
21169
21170         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21171         Make extra params as strings.
21172
21173         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21174         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21175         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21176         Make state change return NO_PREROLL as this is a live
21177         source.
21178
21179         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21180         Don't unref old caps when NULL.
21181
21182 2005-09-20  Wim Taymans  <wim@fluendo.com>
21183
21184         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21185         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21186         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21187         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21188         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21189         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21190         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21191         * gst/rtsp/sdpmessage.h:
21192         Add URI handler.
21193         Parse SDP and create caps.
21194
21195 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21196
21197         * gst/alpha/gstalpha.c:
21198           fix element description
21199
21200 2005-09-19  Wim Taymans  <wim@fluendo.com>
21201
21202         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21203         Don't check payload for now.
21204
21205 2005-09-19  Wim Taymans  <wim@fluendo.com>
21206
21207         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21208         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21209         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21210         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21211         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21212         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21213         (gst_wavparse_change_state):
21214         * gst/wavparse/gstwavparse.h:
21215         Fix wavparse some more.
21216
21217 2005-09-19  Wim Taymans  <wim@fluendo.com>
21218
21219         * check/elements/level.c: (GST_START_TEST):
21220         Fix for bus API change.
21221
21222 2005-09-19  Wim Taymans  <wim@fluendo.com>
21223
21224         * gst/level/level-example.c: (main):
21225         Fix for new bus API.
21226
21227         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21228         Set caps on pads.
21229
21230 2005-09-15  Wim Taymans  <wim@fluendo.com>
21231
21232         * gst/rtp/Makefile.am:
21233         * gst/rtp/README:
21234         * gst/rtp/gstrtp.c: (plugin_init):
21235         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21236         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21237         (gst_rtpamrdec_change_state):
21238         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21239         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21240         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21241         * gst/rtp/gstrtpamrenc.h:
21242         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21243         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21244         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21245         * gst/rtp/gstrtpgsmenc.h:
21246         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21247         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21248         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21249         (gst_rtpgsmparse_change_state):
21250         * gst/rtp/gstrtpgsmparse.h:
21251         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21252         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21253         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21254         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21255         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21256         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21257         * gst/rtp/gstrtph263penc.h:
21258         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21259         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21260         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21261         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21262         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21263         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21264         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21265         * gst/rtp/gstrtpmp4venc.h:
21266         * gst/rtp/gstrtpmpadec.c:
21267         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21268         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21269         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21270         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21271         * gst/rtp/gstrtpmpaenc.h:
21272         Updates to payloader/depayloaders, make payloaders use
21273         the base classes.
21274         Updated README with suggested RTP caps and how to convert
21275         to/from SDP.
21276         Added config descriptor in mp4v payloader.
21277
21278 2005-09-15  Andy Wingo  <wingo@pobox.com>
21279
21280         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21281         * gst/autodetect/gstautovideosink.c
21282         (gst_auto_video_sink_find_best): Update for new registry API.
21283
21284 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21285
21286         * common/c-to-xml.py:
21287         * common/gtk-doc-plugins.mak:
21288           a simple py script to generate valid xml from a C example
21289           probably also need to strip an MIT license when we decide
21290         * docs/plugins/Makefile.am:
21291         * gst/level/Makefile.am:
21292         * gst/level/gstlevel.c: (gst_level_init):
21293         * gst/level/level-example.c: (message_handler), (main):
21294           add an example to level that will show up in the docs
21295         * gst/rtp/TODO:
21296           add a note for the future
21297
21298 2005-09-14  Michael Smith <msmith@fluendo.com>
21299
21300         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21301           Actually define the debug object being used in wavenc. Fixes #316205
21302
21303 2005-09-14  Michael Smith <msmith@fluendo.com>
21304
21305         * gst/smpte/Makefile.am:
21306           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21307           needed to build on windows (bug 316204)
21308
21309 2005-09-12  Andy Wingo  <wingo@pobox.com>
21310
21311         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21312
21313 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21314
21315         * configure.ac:
21316         * gst/fdsrc/Makefile.am:
21317         * gst/fdsrc/gstfdsrc.c:
21318         * gst/fdsrc/gstfdsrc.h:
21319           Move fdsrc back into gstreamer core elements.
21320
21321         * gst/level/gstlevel.c: (gst_level_class_init),
21322         (gst_level_transform_ip):
21323         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21324           Basetransform changes.
21325
21326 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21327
21328         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21329         * ext/jpeg/smokecodec.c: (find_best_size):
21330           fix compiler warnings
21331
21332 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21333
21334         * gst-plugins-good.spec.in:
21335           spec file fixes
21336         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21337         (gst_multiudpsink_render), (gst_multiudpsink_add),
21338         (gst_multiudpsink_clear):
21339           it actually helps to actually stream if we hook up the
21340           "add" signal to an actual implementation
21341         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21342           some debugging
21343
21344 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21345
21346         * ext/jpeg/Makefile.am:
21347         * ext/jpeg/gstjpeg.c
21348         * ext/jpeg/gstjpegenc.c:
21349         * ext/jpeg/gstsmokeenc.c:
21350
21351 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21352
21353         * ext/flac/gstflacdec.c:
21354         * ext/flac/gstflacenc.c:
21355         * ext/flac/gstflactag.c:
21356         * ext/speex/gstspeexenc.c:
21357           gsttaginterface.h -> gsttagsetter.h
21358
21359 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21360
21361         * configure.ac:
21362         * gst/debug/Makefile.am:
21363         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21364         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21365         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21366         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21367         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21368           Port to 0.9 and re-enable efence plugin.
21369
21370 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21371
21372         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21373         (gst_flacdec_write), (gst_flacdec_convert_src):
21374         * ext/flac/gstflacdec.h:
21375           Add support for flac files with 24/32 bits per sample; and misc.
21376           minor clean-ups. Seeking is still partly broken (for me at least).
21377
21378 2005-09-06  Wim Taymans  <wim@fluendo.com>
21379
21380         * gst/rtp/Makefile.am:
21381         * gst/rtp/gstrtp.c: (plugin_init):
21382         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21383         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21384         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21385         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21386         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21387         (gst_rtpmp4vdec_plugin_init):
21388         * gst/rtp/gstrtpmp4vdec.h:
21389         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21390         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21391         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21392         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21393         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21394         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21395         * gst/rtp/gstrtpmp4venc.h:
21396         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21397         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21398         Added mpeg4 video payload encoder/decoder.
21399         Added some docs in mpa payloader.
21400
21401 === release 0.9.1 ===
21402
21403 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21404
21405         * NEWS:
21406         * README:
21407         * RELEASE:
21408         * autogen.sh:
21409         * configure.ac:
21410           releasing 0.9.1, "Blondie"
21411
21412 2005-09-05  Andy Wingo  <wingo@pobox.com>
21413
21414         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21415         here from the state change handler, so we fire signals without
21416         holding the state lock.
21417
21418 2005-09-02  Andy Wingo  <wingo@pobox.com>
21419
21420         * All plugins updated for element state changes.
21421
21422 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21423
21424         * Makefile.am:
21425         * check/.cvsignore:
21426         * check/Makefile.am:
21427         * check/elements/.cvsignore:
21428         * check/elements/level.c: (setup_level), (cleanup_level),
21429         (GST_START_TEST), (level_suite), (main):
21430           add a test for level
21431         * common/release.mak:
21432           move the enum checking to release.mak
21433         * configure.ac:
21434           add valgrind and check checking
21435         * gst/level/gstlevel.c: (gst_level_transform):
21436         * gst/level/gstlevel.h:
21437           fix Andy's cast bug
21438           convert a field to int
21439           fix the arithmetic to int when checking for emit so that a
21440           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21441
21442 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21443
21444         * Makefile.am:
21445         * configure.ac:
21446           add docs to build
21447         * common/plugins.xsl:
21448           wrap Description into a refsect2
21449         * docs/Makefile.am:
21450         * docs/plugins/Makefile.am:
21451         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21452         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21453         * gst/goom/Makefile.am:
21454         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21455         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21456         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21457         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21458         (gst_goom_change_state):
21459         * gst/goom/gstgoom.h:
21460           GstGOOM -> GstGoom
21461           add an example launch line
21462         * gst/level/gstlevel.h:
21463         * gst/monoscope/gstmonoscope.c:
21464           cleanups
21465
21466 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21467
21468         * configure.ac:
21469         * docs/plugins/Makefile.am:
21470         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21471         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21472         * docs/plugins/gst-plugins-good-plugins.types:
21473           document elements and plugins.  Shazam !
21474
21475 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21476
21477         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21478           be found under doc/random/ChangeLog-0.8